@epam/uui 4.11.0-alpha.0 → 4.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/assets/styles/buttonLayout.scss +66 -66
  2. package/assets/styles/controlLayout.scss +27 -27
  3. package/assets/styles/effects.scss +9 -9
  4. package/assets/styles/font-faces.scss +51 -51
  5. package/assets/styles/icons.scss +18 -18
  6. package/assets/styles/index.scss +7 -7
  7. package/assets/styles/inputs.scss +69 -69
  8. package/assets/styles/layout-mixins.scss +8 -8
  9. package/assets/styles/prettifyScrollBar.scss +52 -52
  10. package/assets/styles/text-layout.scss +80 -80
  11. package/assets/styles/text-size.scss +37 -37
  12. package/assets/styles/typography-mixins.scss +159 -0
  13. package/assets/styles/typography.scss +38 -3
  14. package/assets/styles/variables/widgets/badge.scss +50 -50
  15. package/components/buttons/Button/Button.d.ts +12 -12
  16. package/components/buttons/Button/Button.test.d.ts +1 -1
  17. package/components/buttons/Button/index.d.ts +1 -1
  18. package/components/buttons/IconButton.d.ts +9 -9
  19. package/components/buttons/LinkButton.d.ts +7 -7
  20. package/components/buttons/TabButton.d.ts +7 -7
  21. package/components/buttons/VerticalTabButton.d.ts +4 -4
  22. package/components/buttons/helper.d.ts +2 -2
  23. package/components/buttons/index.d.ts +5 -5
  24. package/components/datePickers/Calendar.d.ts +4 -4
  25. package/components/datePickers/CalendarPresets.d.ts +3 -3
  26. package/components/datePickers/DatePicker.d.ts +12 -12
  27. package/components/datePickers/DatePickerBody.d.ts +3 -3
  28. package/components/datePickers/RangeDatePicker.d.ts +12 -12
  29. package/components/datePickers/RangeDatePickerBody.d.ts +3 -3
  30. package/components/datePickers/index.d.ts +5 -5
  31. package/components/dnd/DropMarker.d.ts +8 -8
  32. package/components/dnd/index.d.ts +1 -1
  33. package/components/filters/FilterDataPickerBody.d.ts +14 -0
  34. package/components/filters/FilterDataPickerBody.d.ts.map +1 -0
  35. package/components/filters/FilterItemBody.d.ts +3 -0
  36. package/components/filters/FilterItemBody.d.ts.map +1 -0
  37. package/components/filters/FilterNumericBody.d.ts +13 -0
  38. package/components/filters/FilterNumericBody.d.ts.map +1 -0
  39. package/components/filters/FilterPanelItemToggler.d.ts +13 -0
  40. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -0
  41. package/components/filters/FilterPickerBody.d.ts +20 -0
  42. package/components/filters/FilterPickerBody.d.ts.map +1 -0
  43. package/components/filters/FilterRangeDatePickerBody.d.ts +19 -0
  44. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -0
  45. package/components/filters/FiltersPanel.d.ts +9 -0
  46. package/components/filters/FiltersPanel.d.ts.map +1 -0
  47. package/components/filters/FiltersPanelItem.d.ts +8 -0
  48. package/components/filters/FiltersPanelItem.d.ts.map +1 -0
  49. package/components/filters/PresetPanel/Preset.d.ts +9 -0
  50. package/components/filters/PresetPanel/Preset.d.ts.map +1 -0
  51. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +10 -0
  52. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -0
  53. package/components/filters/PresetPanel/PresetInput.d.ts +9 -0
  54. package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -0
  55. package/components/filters/PresetPanel/PresetsPanel.d.ts +7 -0
  56. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -0
  57. package/components/filters/PresetPanel/index.d.ts +2 -0
  58. package/components/filters/PresetPanel/index.d.ts.map +1 -0
  59. package/components/filters/defaultPredicates.d.ts +5 -0
  60. package/components/filters/defaultPredicates.d.ts.map +1 -0
  61. package/components/filters/index.d.ts +5 -0
  62. package/components/filters/index.d.ts.map +1 -0
  63. package/components/forms/Form.d.ts +4 -0
  64. package/components/forms/Form.d.ts.map +1 -0
  65. package/components/forms/index.d.ts +3 -0
  66. package/components/forms/index.d.ts.map +1 -0
  67. package/components/forms/useForm.d.ts +3 -0
  68. package/components/forms/useForm.d.ts.map +1 -0
  69. package/components/index.d.ts +14 -11
  70. package/components/index.d.ts.map +1 -1
  71. package/components/inputs/Checkbox.d.ts +8 -8
  72. package/components/inputs/MultiSwitch.d.ts +15 -15
  73. package/components/inputs/NumericInput.d.ts +8 -8
  74. package/components/inputs/RadioInput.d.ts +6 -6
  75. package/components/inputs/Switch.d.ts +6 -6
  76. package/components/inputs/TextArea.d.ts +9 -9
  77. package/components/inputs/TextInput.d.ts +12 -12
  78. package/components/inputs/index.d.ts +7 -7
  79. package/components/layout/Accordion.d.ts +6 -7
  80. package/components/layout/Accordion.d.ts.map +1 -1
  81. package/components/layout/Blocker.d.ts +4 -0
  82. package/components/layout/Blocker.d.ts.map +1 -0
  83. package/components/layout/CheckboxGroup.d.ts +3 -0
  84. package/components/layout/CheckboxGroup.d.ts.map +1 -0
  85. package/components/layout/ControlGroup.d.ts +2 -2
  86. package/components/layout/FlexItems/FlexCell.d.ts +11 -11
  87. package/components/layout/FlexItems/FlexRow.d.ts +16 -16
  88. package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
  89. package/components/layout/FlexItems/Panel.d.ts +7 -7
  90. package/components/layout/FlexItems/index.d.ts +4 -4
  91. package/components/layout/LabeledInput.d.ts +5 -5
  92. package/components/layout/RadioGroup.d.ts +2 -2
  93. package/components/layout/ScrollBars.d.ts +3 -3
  94. package/components/layout/VirtualList.d.ts +2 -2
  95. package/components/layout/index.d.ts +10 -8
  96. package/components/layout/index.d.ts.map +1 -1
  97. package/components/navigation/MainMenu/Burger/Burger.d.ts +6 -0
  98. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -0
  99. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +8 -0
  100. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -0
  101. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +5 -0
  102. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -0
  103. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +5 -0
  104. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -0
  105. package/components/navigation/MainMenu/Burger/index.d.ts +5 -0
  106. package/components/navigation/MainMenu/Burger/index.d.ts.map +1 -0
  107. package/components/navigation/MainMenu/GlobalMenu.d.ts +6 -0
  108. package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -0
  109. package/components/navigation/MainMenu/MainMenu.d.ts +5 -0
  110. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -0
  111. package/components/navigation/MainMenu/MainMenuAvatar.d.ts +8 -0
  112. package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -0
  113. package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -0
  114. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -0
  115. package/components/navigation/MainMenu/MainMenuDropdown.d.ts +6 -0
  116. package/components/navigation/MainMenu/MainMenuDropdown.d.ts.map +1 -0
  117. package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -0
  118. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -0
  119. package/components/navigation/MainMenu/MainMenuSearch.d.ts +7 -0
  120. package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -0
  121. package/components/navigation/MainMenu/index.d.ts +9 -0
  122. package/components/navigation/MainMenu/index.d.ts.map +1 -0
  123. package/components/navigation/index.d.ts +2 -0
  124. package/components/navigation/index.d.ts.map +1 -0
  125. package/components/overlays/Alert.d.ts +24 -0
  126. package/components/overlays/Alert.d.ts.map +1 -0
  127. package/components/overlays/ConfirmationModal.d.ts +11 -0
  128. package/components/overlays/ConfirmationModal.d.ts.map +1 -0
  129. package/components/overlays/Dropdown.d.ts +5 -5
  130. package/components/overlays/DropdownContainer.d.ts +8 -5
  131. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  132. package/components/overlays/DropdownMenu.d.ts +33 -33
  133. package/components/overlays/Modals.d.ts +19 -22
  134. package/components/overlays/Modals.d.ts.map +1 -1
  135. package/components/overlays/NotificationCard.d.ts +25 -30
  136. package/components/overlays/NotificationCard.d.ts.map +1 -1
  137. package/components/overlays/Tooltip.d.ts +5 -5
  138. package/components/overlays/index.d.ts +7 -6
  139. package/components/overlays/index.d.ts.map +1 -1
  140. package/components/pickers/DataPickerBody.d.ts +16 -16
  141. package/components/pickers/DataPickerFooter.d.ts +8 -8
  142. package/components/pickers/DataPickerHeader.d.ts +7 -7
  143. package/components/pickers/DataPickerRow.d.ts +15 -15
  144. package/components/pickers/MobileDropdownWrapper.d.ts +10 -10
  145. package/components/pickers/PickerInput.d.ts +16 -16
  146. package/components/pickers/PickerItem.d.ts +13 -13
  147. package/components/pickers/PickerList.d.ts +17 -17
  148. package/components/pickers/PickerList.d.ts.map +1 -1
  149. package/components/pickers/PickerListItem.d.ts +8 -8
  150. package/components/pickers/PickerModal.d.ts +16 -16
  151. package/components/pickers/PickerToggler.d.ts +7 -7
  152. package/components/pickers/index.d.ts +11 -11
  153. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +13 -13
  154. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +7 -7
  155. package/components/tables/ColumnHeaderDropdown/index.d.ts +1 -1
  156. package/components/tables/DataTable.d.ts +15 -15
  157. package/components/tables/DataTable.d.ts.map +1 -1
  158. package/components/tables/DataTableCell.d.ts +4 -4
  159. package/components/tables/DataTableCell.d.ts.map +1 -1
  160. package/components/tables/DataTableHeaderCell.d.ts +18 -18
  161. package/components/tables/DataTableHeaderRow.d.ts +4 -4
  162. package/components/tables/DataTableRow.d.ts +10 -10
  163. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +6 -6
  164. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +9 -9
  165. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +9 -9
  166. package/components/tables/columnsConfigurationModal/index.d.ts +1 -1
  167. package/components/tables/index.d.ts +8 -8
  168. package/components/tables/types.d.ts +31 -31
  169. package/components/types.d.ts +34 -32
  170. package/components/types.d.ts.map +1 -1
  171. package/components/typography/RichTextView.d.ts +7 -0
  172. package/components/typography/RichTextView.d.ts.map +1 -0
  173. package/components/typography/Text.d.ts +11 -11
  174. package/components/typography/Text.d.ts.map +1 -1
  175. package/components/typography/TextPlaceholder.d.ts +9 -7
  176. package/components/typography/TextPlaceholder.d.ts.map +1 -1
  177. package/components/typography/index.d.ts +3 -2
  178. package/components/typography/index.d.ts.map +1 -1
  179. package/components/widgets/Avatar.d.ts +2 -2
  180. package/components/widgets/Badge.d.ts +14 -14
  181. package/components/widgets/Spinner.d.ts +6 -0
  182. package/components/widgets/Spinner.d.ts.map +1 -0
  183. package/components/widgets/Tag.d.ts +8 -8
  184. package/components/widgets/index.d.ts +4 -3
  185. package/components/widgets/index.d.ts.map +1 -1
  186. package/helpers/index.d.ts +3 -0
  187. package/helpers/index.d.ts.map +1 -0
  188. package/helpers/textLayout.d.ts +8 -8
  189. package/helpers/useColumnsWithFilters.d.ts +3 -0
  190. package/helpers/useColumnsWithFilters.d.ts.map +1 -0
  191. package/i18n.d.ts +103 -90
  192. package/i18n.d.ts.map +1 -1
  193. package/icons/icons.d.ts +3 -3
  194. package/index.d.ts +4 -3
  195. package/index.d.ts.map +1 -1
  196. package/index.js +2771 -1684
  197. package/index.js.map +1 -1
  198. package/package.json +5 -5
  199. package/readme.md +4 -4
  200. package/stats.html +1 -1
  201. package/styles.css +8578 -2507
  202. package/styles.css.map +1 -1
  203. package/assets/styles/fonts-variables.scss +0 -24
  204. package/assets/styles/variables/layout/accordion.scss +0 -10
  205. package/assets/styles/variables/overlays/dropdownContainer.scss +0 -5
  206. package/assets/styles/variables/overlays/notificationCard.scss +0 -28
  207. package/assets/styles/variables/typography/text.scss +0 -19
  208. package/assets/styles/variables/typography/textPlaceholder.scss +0 -4
  209. package/components/layout/IconContainer.d.ts +0 -8
  210. package/components/layout/IconContainer.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { CalendarPresetsProps } from '@epam/uui-components';
2
- export declare function applyCalendarPresetsMods(): string[];
3
- export declare const CalendarPresets: (props: CalendarPresetsProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { CalendarPresetsProps } from '@epam/uui-components';
2
+ export declare function applyCalendarPresetsMods(): string[];
3
+ export declare const CalendarPresets: (props: CalendarPresetsProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
4
  //# sourceMappingURL=CalendarPresets.d.ts.map
@@ -1,13 +1,13 @@
1
- /// <reference types="react" />
2
- import { cx, DatePickerCoreProps, IDropdownToggler, DropdownBodyProps } from "@epam/uui-core";
3
- import { BaseDatePicker } from "@epam/uui-components";
4
- import { SizeMod, IHasEditMode } from "../types";
5
- export interface DatePickerProps extends DatePickerCoreProps, SizeMod, IHasEditMode {
6
- }
7
- export declare class DatePicker extends BaseDatePicker<DatePickerProps> {
8
- renderInput: (props: IDropdownToggler & {
9
- cx: any;
10
- }) => JSX.Element;
11
- renderBody(props: DropdownBodyProps): JSX.Element;
12
- }
1
+ /// <reference types="react" />
2
+ import { cx, DatePickerCoreProps, IDropdownToggler, DropdownBodyProps } from "@epam/uui-core";
3
+ import { BaseDatePicker } from "@epam/uui-components";
4
+ import { SizeMod, IHasEditMode } from "../types";
5
+ export interface DatePickerProps extends DatePickerCoreProps, SizeMod, IHasEditMode {
6
+ }
7
+ export declare class DatePicker extends BaseDatePicker<DatePickerProps> {
8
+ renderInput: (props: IDropdownToggler & {
9
+ cx: any;
10
+ }) => JSX.Element;
11
+ renderBody(props: DropdownBodyProps): JSX.Element;
12
+ }
13
13
  //# sourceMappingURL=DatePicker.d.ts.map
@@ -1,4 +1,4 @@
1
- import { DatePickerBodyProps } from '@epam/uui-components';
2
- export declare function applyDatePickerBodyMods(): string[];
3
- export declare const DatePickerBody: (props: DatePickerBodyProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { DatePickerBodyProps } from '@epam/uui-components';
2
+ export declare function applyDatePickerBodyMods(): string[];
3
+ export declare const DatePickerBody: (props: DatePickerBodyProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
4
  //# sourceMappingURL=DatePickerBody.d.ts.map
@@ -1,13 +1,13 @@
1
- /// <reference types="react" />
2
- import { IDropdownToggler, BaseRangeDatePickerProps, DropdownBodyProps } from "@epam/uui-core";
3
- import { BaseRangeDatePicker } from '@epam/uui-components';
4
- import { SizeMod } from '../index';
5
- export interface RangeDatePickerProps extends BaseRangeDatePickerProps, SizeMod {
6
- getPlaceholder?(type: InputType): string;
7
- }
8
- export type InputType = 'from' | 'to';
9
- export declare class RangeDatePicker extends BaseRangeDatePicker<RangeDatePickerProps> {
10
- renderBody(props: DropdownBodyProps): JSX.Element;
11
- renderInput: (props: IDropdownToggler) => JSX.Element;
12
- }
1
+ /// <reference types="react" />
2
+ import { IDropdownToggler, BaseRangeDatePickerProps, DropdownBodyProps } from "@epam/uui-core";
3
+ import { BaseRangeDatePicker } from '@epam/uui-components';
4
+ import { SizeMod } from '../index';
5
+ export interface RangeDatePickerProps extends BaseRangeDatePickerProps, SizeMod {
6
+ getPlaceholder?(type: InputType): string;
7
+ }
8
+ export type InputType = 'from' | 'to';
9
+ export declare class RangeDatePicker extends BaseRangeDatePicker<RangeDatePickerProps> {
10
+ renderBody(props: DropdownBodyProps): JSX.Element;
11
+ renderInput: (props: IDropdownToggler) => JSX.Element;
12
+ }
13
13
  //# sourceMappingURL=RangeDatePicker.d.ts.map
@@ -1,4 +1,4 @@
1
- import { RangeDatePickerValue, RangeDatePickerBodyProps } from '@epam/uui-components';
2
- export declare function applyRangeDatePickerBodyMods(): string[];
3
- export declare const RangeDatePickerBody: (props: RangeDatePickerBodyProps<RangeDatePickerValue> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { RangeDatePickerValue, RangeDatePickerBodyProps } from '@epam/uui-components';
2
+ export declare function applyRangeDatePickerBodyMods(): string[];
3
+ export declare const RangeDatePickerBody: (props: RangeDatePickerBodyProps<RangeDatePickerValue> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
4
  //# sourceMappingURL=RangeDatePickerBody.d.ts.map
@@ -1,6 +1,6 @@
1
- export * from './DatePicker';
2
- export * from './DatePickerBody';
3
- export * from './Calendar';
4
- export * from './RangeDatePicker';
5
- export * from './RangeDatePickerBody';
1
+ export * from './DatePicker';
2
+ export * from './DatePickerBody';
3
+ export * from './Calendar';
4
+ export * from './RangeDatePicker';
5
+ export * from './RangeDatePickerBody';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,9 @@
1
- import * as React from 'react';
2
- import { DndActorRenderParams, IHasCX } from '@epam/uui-core';
3
- export interface DropMarkerProps extends DndActorRenderParams, IHasCX {
4
- enableBlocker?: boolean;
5
- }
6
- export declare class DropMarker extends React.Component<DropMarkerProps> {
7
- render(): JSX.Element;
8
- }
1
+ import * as React from 'react';
2
+ import { DndActorRenderParams, IHasCX } from '@epam/uui-core';
3
+ export interface DropMarkerProps extends DndActorRenderParams, IHasCX {
4
+ enableBlocker?: boolean;
5
+ }
6
+ export declare class DropMarker extends React.Component<DropMarkerProps> {
7
+ render(): JSX.Element;
8
+ }
9
9
  //# sourceMappingURL=DropMarker.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './DropMarker';
1
+ export * from './DropMarker';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { DatePickerCoreProps, IDropdownBodyProps } from "@epam/uui-core";
3
+ import { BaseDatePicker, DatePickerState } from '@epam/uui-components';
4
+ export interface DatePickerProps extends DatePickerCoreProps, IDropdownBodyProps {
5
+ }
6
+ export declare class FilterDataPickerBody extends BaseDatePicker<DatePickerProps> {
7
+ state: DatePickerState;
8
+ renderInput: () => any;
9
+ onToggleHandler: (val: boolean) => void;
10
+ handleCancel: () => void;
11
+ renderBody(): JSX.Element;
12
+ render(): JSX.Element;
13
+ }
14
+ //# sourceMappingURL=FilterDataPickerBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterDataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterDataPickerBody.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAIvE,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,kBAAkB;CAAG;AAEnF,qBAAa,oBAAqB,SAAQ,cAAc,CAAC,eAAe,CAAC;IACrE,KAAK,EAAE,eAAe,CAIpB;IAEF,WAAW,QAAO,GAAG,CAEpB;IAED,eAAe,QAAS,OAAO,UAG9B;IAGD,YAAY,aAGX;IAED,UAAU;IA0BV,MAAM;CAGT"}
@@ -0,0 +1,3 @@
1
+ import { IFilterItemBodyProps } from "@epam/uui-core";
2
+ export declare const FilterItemBody: (props: IFilterItemBodyProps<any>) => JSX.Element;
3
+ //# sourceMappingURL=FilterItemBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterItemBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterItemBody.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAGtD,eAAO,MAAM,cAAc,UAAW,qBAAqB,GAAG,CAAC,gBAwC9D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { DropdownBodyProps } from "@epam/uui-core";
2
+ interface INumericRangeValue {
3
+ from: number | null;
4
+ to: number | null;
5
+ }
6
+ interface IFilterNumericBodyProps extends DropdownBodyProps {
7
+ onValueChange: (value: number | INumericRangeValue) => void;
8
+ value: undefined | number | INumericRangeValue;
9
+ selectedPredicate?: string;
10
+ }
11
+ export declare const FilterNumericBody: (props: IFilterNumericBodyProps) => JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=FilterNumericBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAK7D,UAAU,kBAAkB;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,UAAU,uBAAwB,SAAQ,iBAAiB;IACvD,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,KAAK,IAAI,CAAC;IAC5D,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,kBAAkB,CAAC;IAC/C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,iBAAiB,UAAW,uBAAuB,gBA+F/D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import { IDropdownToggler, IHasCX } from "@epam/uui-core";
3
+ export interface FilterToolbarItemTogglerProps extends IDropdownToggler {
4
+ selection: string | null | JSX.Element;
5
+ postfix?: string | null | JSX.Element;
6
+ title?: string;
7
+ maxWidth?: string;
8
+ size?: '24' | '30' | '36' | '42' | '48';
9
+ cx?: IHasCX;
10
+ predicateName: string | null;
11
+ }
12
+ export declare const FilterPanelItemToggler: React.ForwardRefExoticComponent<Pick<FilterToolbarItemTogglerProps, "isDisabled" | "onClick" | "caption" | "title" | "cx" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "size" | "selection" | "maxWidth" | "postfix" | "predicateName"> & React.RefAttributes<HTMLDivElement>>;
13
+ //# sourceMappingURL=FilterPanelItemToggler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAkC,MAAM,gBAAgB,CAAC;AAQ1F,MAAM,WAAW,6BAA8B,SAAQ,gBAAgB;IACnE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,sBAAsB,iTAuCjC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import { DataRowProps, DataSourceListProps, DropdownBodyProps, IDisableable, IDropdownToggler, IEditable } from '@epam/uui-core';
3
+ import { PickerBodyBaseProps, PickerInputBase, PickerTogglerProps } from '@epam/uui-components';
4
+ interface FilterPickerBodyProps extends DropdownBodyProps {
5
+ }
6
+ export declare class FilterPickerBody<TItem, TId> extends PickerInputBase<TItem, TId, FilterPickerBodyProps> {
7
+ shouldShowBody(): boolean;
8
+ toggleModalOpening(opened: boolean): void;
9
+ renderItem: (item: TItem, rowProps: DataRowProps<TItem, TId>) => JSX.Element;
10
+ onSelect: (row: DataRowProps<TItem, TId>) => void;
11
+ renderRow: (rowProps: DataRowProps<TItem, TId>) => string | number | boolean | React.ReactFragment | JSX.Element;
12
+ renderFooter: (isSelectAll: (IEditable<boolean> & IDisableable & {
13
+ indeterminate?: boolean;
14
+ }) | undefined) => JSX.Element;
15
+ renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>): JSX.Element;
16
+ renderBody(props: DataSourceListProps & Omit<PickerBodyBaseProps, 'rows'>, rows: DataRowProps<TItem, TId>[]): JSX.Element;
17
+ render(): JSX.Element;
18
+ }
19
+ export {};
20
+ //# sourceMappingURL=FilterPickerBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAwB,MAAM,gBAAgB,CAAC;AACvJ,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAShG,UAAU,qBAAsB,SAAQ,iBAAiB;CACxD;AAED,qBAAa,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,qBAAqB,CAAC;IAChG,cAAc,IAAI,OAAO;IAIzB,kBAAkB,CAAC,MAAM,EAAE,OAAO;IAGlC,UAAU,SAAU,KAAK,YAAY,aAAa,KAAK,EAAE,GAAG,CAAC,iBAE5D;IAED,QAAQ,QAAS,aAAa,KAAK,EAAE,GAAG,CAAC,UAGxC;IAED,SAAS,aAAc,aAAa,KAAK,EAAE,GAAG,CAAC,mEAe9C;IAED,YAAY,gBAAiB,CAAC,UAAU,OAAO,CAAC,GAAG,YAAY,GAAG;QAAE,aAAa,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,GAAG,SAAS,iBA2BzG;IAED,YAAY,CAAC,WAAW,EAAE,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC;IAI3E,UAAU,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;IA+B3G,MAAM,IAAI,GAAG,CAAC,OAAO;CAKxB"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { BaseRangeDatePickerProps, IDropdownBodyProps, RangeDatePickerInputType } from "@epam/uui-core";
3
+ import { BaseRangeDatePicker } from '@epam/uui-components';
4
+ export interface RangeDatePickerProps extends BaseRangeDatePickerProps, IDropdownBodyProps {
5
+ }
6
+ export declare class FilterRangeDatePickerBody extends BaseRangeDatePicker<RangeDatePickerProps> {
7
+ state: {
8
+ inFocus: RangeDatePickerInputType;
9
+ isOpen: boolean;
10
+ inputValue: import("@epam/uui-components").RangeDatePickerValue;
11
+ selectedDate: import("@epam/uui-components").RangeDatePickerValue;
12
+ displayedDate: import("dayjs").Dayjs;
13
+ view: import("@epam/uui-components").ViewType;
14
+ };
15
+ renderBody(): JSX.Element;
16
+ renderInput: () => any;
17
+ render(): JSX.Element;
18
+ }
19
+ //# sourceMappingURL=FilterRangeDatePickerBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,wBAAwB,EAAU,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAQ3D,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,kBAAkB;CAAG;AAE7F,qBAAa,yBAA0B,SAAQ,mBAAmB,CAAC,oBAAoB,CAAC;IACpF,KAAK;;;;;;;MAGH;IAEF,UAAU;IAiDV,WAAW,QAAO,GAAG,CAEpB;IAED,MAAM;CAGT"}
@@ -0,0 +1,9 @@
1
+ import { TableFiltersConfig, DataTableState } from "@epam/uui-core";
2
+ interface FiltersToolbarProps<TFilter> {
3
+ filters: TableFiltersConfig<TFilter>[];
4
+ tableState: DataTableState;
5
+ setTableState: (newState: DataTableState) => void;
6
+ }
7
+ export declare const FiltersPanel: <TFilter extends object>(props: FiltersToolbarProps<TFilter>) => JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=FiltersPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAkB,kBAAkB,EAAmD,cAAc,EAAsB,MAAM,gBAAgB,CAAC;AAKzJ,UAAU,mBAAmB,CAAC,OAAO;IACjC,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC;IACvC,UAAU,EAAE,cAAc,CAAC;IAC3B,aAAa,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;CACrD;AA4KD,eAAO,MAAM,YAAY,8EAA8D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { TableFiltersConfig, IEditable } from "@epam/uui-core";
3
+ export type FiltersToolbarItemProps = TableFiltersConfig<any> & IEditable<any> & {
4
+ autoFocus?: boolean;
5
+ removeFilter?: (field: any) => void;
6
+ };
7
+ export declare const FiltersPanelItem: React.MemoExoticComponent<(props: FiltersToolbarItemProps) => JSX.Element>;
8
+ //# sourceMappingURL=FiltersPanelItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAqB,kBAAkB,EAAoB,SAAS,EAAoE,MAAM,gBAAgB,CAAC;AAatK,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,GAAG;IAC7E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CACvC,CAAC;AAmKF,eAAO,MAAM,gBAAgB,oCAjKU,uBAAuB,iBAiKI,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { DataTableState, IPresetsApi, ITablePreset } from "@epam/uui-core";
2
+ interface IPresetProps extends Omit<IPresetsApi, 'presets'> {
3
+ preset: ITablePreset;
4
+ addPreset: () => void;
5
+ tableState: DataTableState;
6
+ }
7
+ export declare const Preset: (props: IPresetProps) => JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=Preset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAO3E,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;CAC9B;AAED,eAAO,MAAM,MAAM,UAAW,YAAY,gBA+CzC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { IPresetsApi, ITablePreset, DataTableState } from "@epam/uui-core";
2
+ interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
3
+ preset: ITablePreset;
4
+ addPreset: () => void;
5
+ tableState: DataTableState;
6
+ renamePreset: () => void;
7
+ }
8
+ export declare const PresetActionsDropdown: (props: ITubButtonDropdownProps) => JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=PresetActionsDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAoB,YAAY,EAAiB,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAc5G,UAAU,uBAAwB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAClE,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,eAAO,MAAM,qBAAqB,UAAW,uBAAuB,gBA8FnE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ITablePreset } from "@epam/uui-core";
2
+ interface IPresetInputProps {
3
+ onCancel: () => void;
4
+ onSuccess?: (name: string) => Promise<any>;
5
+ preset?: ITablePreset;
6
+ }
7
+ export declare const PresetInput: (props: IPresetInputProps) => JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=PresetInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,UAAW,iBAAiB,gBAoCnD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { DataTableState, IPresetsApi } from "@epam/uui-core";
2
+ interface PresetsBlockProps extends IPresetsApi {
3
+ tableState: DataTableState;
4
+ }
5
+ export declare const PresetsPanel: (props: PresetsBlockProps) => JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=PresetsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAgB,MAAM,gBAAgB,CAAC;AAS3E,UAAU,iBAAkB,SAAQ,WAAW;IAC3C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAiGpD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './PresetsPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { IFilterPredicate } from "@epam/uui-core";
2
+ type defaultPredicateName = 'numeric' | 'multiPicker' | 'rangeDatePicker';
3
+ export declare const defaultPredicates: Record<defaultPredicateName, IFilterPredicate[]>;
4
+ export {};
5
+ //# sourceMappingURL=defaultPredicates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultPredicates.d.ts","sourceRoot":"","sources":["../../../components/filters/defaultPredicates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,KAAK,oBAAoB,GAAG,SAAS,GAAG,aAAa,GAAG,iBAAiB,CAAC;AAE1E,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,CAgB9E,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from "./FiltersPanel";
2
+ export * from "./FilterItemBody";
3
+ export * from "./PresetPanel";
4
+ export * from "./defaultPredicates";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/filters/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { FormProps } from '@epam/uui-core';
3
+ export declare function Form<T>(props: FormProps<T>): JSX.Element;
4
+ //# sourceMappingURL=Form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":";AACA,OAAO,EAAmB,SAAS,EAAgC,MAAM,gBAAgB,CAAC;AAK1F,wBAAgB,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,eA4B1C"}
@@ -0,0 +1,3 @@
1
+ export * from './Form';
2
+ export * from './useForm';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/forms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { UseFormProps } from "@epam/uui-core";
2
+ export declare function useForm<T>(props: UseFormProps<T>): import("@epam/uui-core").IFormApi<T>;
3
+ //# sourceMappingURL=useForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../../components/forms/useForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,YAAY,EAAwC,MAAM,gBAAgB,CAAC;AAKnG,wBAAgB,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,wCAsBhD"}
@@ -1,12 +1,15 @@
1
- export * from './buttons';
2
- export * from './datePickers';
3
- export * from './dnd';
4
- export * from './inputs';
5
- export * from './layout';
6
- export * from './overlays';
7
- export * from './pickers';
8
- export * from './typography';
9
- export * from './widgets';
10
- export * from './tables';
11
- export * from './types';
1
+ export * from './buttons';
2
+ export * from './datePickers';
3
+ export * from './dnd';
4
+ export * from './inputs';
5
+ export * from './layout';
6
+ export * from './overlays';
7
+ export * from './pickers';
8
+ export * from './typography';
9
+ export * from './widgets';
10
+ export * from './tables';
11
+ export * from './types';
12
+ export * from './filters';
13
+ export * from './navigation';
14
+ export * from './forms';
12
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
@@ -1,9 +1,9 @@
1
- import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
2
- export interface CheckboxMods {
3
- size?: '12' | '18';
4
- mode?: 'form' | 'cell';
5
- }
6
- export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
7
- export declare function applyCheckboxMods(mods: CheckboxProps): string[];
8
- export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
2
+ export interface CheckboxMods {
3
+ size?: '12' | '18';
4
+ mode?: 'form' | 'cell';
5
+ }
6
+ export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
7
+ export declare function applyCheckboxMods(mods: CheckboxProps): string[];
8
+ export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
9
9
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1,16 +1,16 @@
1
- import * as React from 'react';
2
- import { IEditable, IHasRawProps } from '@epam/uui-core';
3
- import { ButtonProps } from '@epam/uui-components';
4
- import { ButtonMods } from '../buttons';
5
- import { SizeMod } from '../types';
6
- interface MultiSwitchItem<TValue> extends ButtonProps, ButtonMods {
7
- id: TValue;
8
- }
9
- export type UuiMultiSwitchColor = 'primary' | 'secondary';
10
- export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
11
- items: MultiSwitchItem<TValue>[];
12
- color?: UuiMultiSwitchColor;
13
- }
14
- export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
15
- export {};
1
+ import * as React from 'react';
2
+ import { IEditable, IHasRawProps } from '@epam/uui-core';
3
+ import { ButtonProps } from '@epam/uui-components';
4
+ import { ButtonMods } from '../buttons';
5
+ import { SizeMod } from '../types';
6
+ interface MultiSwitchItem<TValue> extends ButtonProps, ButtonMods {
7
+ id: TValue;
8
+ }
9
+ export type UuiMultiSwitchColor = 'primary' | 'secondary';
10
+ export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
11
+ items: MultiSwitchItem<TValue>[];
12
+ color?: UuiMultiSwitchColor;
13
+ }
14
+ export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
15
+ export {};
16
16
  //# sourceMappingURL=MultiSwitch.d.ts.map
@@ -1,9 +1,9 @@
1
- import * as types from "../types";
2
- import { NumericInputProps as uuiNumericInputProps } from "@epam/uui-components";
3
- import { IHasEditMode } from "../types";
4
- export interface NumericInputMods extends types.SizeMod, IHasEditMode {
5
- }
6
- export declare function applyNumericInputMods(mods: NumericInputMods): string[];
7
- export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
8
- export declare const NumericInput: (props: uuiNumericInputProps & NumericInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import * as types from "../types";
2
+ import { NumericInputProps as uuiNumericInputProps } from "@epam/uui-components";
3
+ import { IHasEditMode } from "../types";
4
+ export interface NumericInputMods extends types.SizeMod, IHasEditMode {
5
+ }
6
+ export declare function applyNumericInputMods(mods: NumericInputMods): string[];
7
+ export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
8
+ export declare const NumericInput: (props: uuiNumericInputProps & NumericInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
9
9
  //# sourceMappingURL=NumericInput.d.ts.map
@@ -1,7 +1,7 @@
1
- import { RadioInputProps as UuiRadioInputProps } from '@epam/uui-components';
2
- export interface RadioInputMods {
3
- size?: '12' | '18';
4
- }
5
- export type RadioInputProps = RadioInputMods & UuiRadioInputProps;
6
- export declare const RadioInput: (props: UuiRadioInputProps & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { RadioInputProps as UuiRadioInputProps } from '@epam/uui-components';
2
+ export interface RadioInputMods {
3
+ size?: '12' | '18';
4
+ }
5
+ export type RadioInputProps = RadioInputMods & UuiRadioInputProps;
6
+ export declare const RadioInput: (props: UuiRadioInputProps & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=RadioInput.d.ts.map
@@ -1,7 +1,7 @@
1
- import { SwitchProps } from '@epam/uui-components';
2
- export interface SwitchMods {
3
- size?: '12' | '18' | '24';
4
- }
5
- export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
6
- export declare const Switch: (props: SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { SwitchProps } from '@epam/uui-components';
2
+ export interface SwitchMods {
3
+ size?: '12' | '18' | '24';
4
+ }
5
+ export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
6
+ export declare const Switch: (props: SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=Switch.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
3
- import * as types from '../types';
4
- export interface TextAreaMods extends types.IHasEditMode {
5
- size?: types.ControlSize;
6
- }
7
- export declare function applyTextAreaMods(mods: TextAreaMods): string[];
8
- export type TextAreaProps = UuiTextAreaProps & TextAreaMods;
9
- export declare const TextArea: (props: UuiTextAreaProps & TextAreaMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1
+ import * as React from 'react';
2
+ import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
3
+ import * as types from '../types';
4
+ export interface TextAreaMods extends types.IHasEditMode {
5
+ size?: types.ControlSize;
6
+ }
7
+ export declare function applyTextAreaMods(mods: TextAreaMods): string[];
8
+ export type TextAreaProps = UuiTextAreaProps & TextAreaMods;
9
+ export declare const TextArea: (props: UuiTextAreaProps & TextAreaMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
10
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1,13 +1,13 @@
1
- import React from 'react';
2
- import { IEditableDebouncerOptions } from '@epam/uui-core';
3
- import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
4
- import { IHasEditMode, ControlSize } from '../types';
5
- export interface TextInputMods extends IHasEditMode {
6
- size?: ControlSize;
7
- }
8
- export declare function applyTextInputMods(mods: TextInputMods): string[];
9
- export interface TextInputProps extends CoreTextInputProps, TextInputMods {
10
- }
11
- export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
- export declare const SearchInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods & IEditableDebouncerOptions, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "size" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
1
+ import React from 'react';
2
+ import { IEditableDebouncerOptions } from '@epam/uui-core';
3
+ import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
4
+ import { IHasEditMode, ControlSize } from '../types';
5
+ export interface TextInputMods extends IHasEditMode {
6
+ size?: ControlSize;
7
+ }
8
+ export declare function applyTextInputMods(mods: TextInputMods): string[];
9
+ export interface TextInputProps extends CoreTextInputProps, TextInputMods {
10
+ }
11
+ export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
+ export declare const SearchInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods & IEditableDebouncerOptions, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "size" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
13
13
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1,8 +1,8 @@
1
- export * from './Checkbox';
2
- export * from './RadioInput';
3
- export * from './Switch';
4
- export * from './TextInput';
5
- export * from './MultiSwitch';
6
- export * from './NumericInput';
7
- export * from './TextArea';
1
+ export * from './Checkbox';
2
+ export * from './RadioInput';
3
+ export * from './Switch';
4
+ export * from './TextInput';
5
+ export * from './MultiSwitch';
6
+ export * from './NumericInput';
7
+ export * from './TextArea';
8
8
  //# sourceMappingURL=index.d.ts.map