@epam/uui 4.8.0-beta.0 → 4.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 (127) hide show
  1. package/assets/styles/buttonLayout.scss +66 -66
  2. package/assets/styles/controlLayout.scss +11 -11
  3. package/assets/styles/effects.scss +8 -8
  4. package/assets/styles/font-faces.scss +51 -51
  5. package/assets/styles/fonts-variables.scss +24 -24
  6. package/assets/styles/icons.scss +18 -18
  7. package/assets/styles/index.scss +7 -7
  8. package/assets/styles/inputs.scss +69 -69
  9. package/assets/styles/layout-mixins.scss +8 -8
  10. package/assets/styles/prettifyScrollBar.scss +44 -44
  11. package/assets/styles/text-layout.scss +80 -80
  12. package/assets/styles/text-size.scss +37 -37
  13. package/assets/styles/typography.scss +3 -3
  14. package/assets/styles/variables/buttons/button.scss +70 -70
  15. package/assets/styles/variables/buttons/iconButton.scss +41 -41
  16. package/assets/styles/variables/buttons/linkButton.scss +6 -6
  17. package/assets/styles/variables/buttons/tabButton.scss +8 -8
  18. package/assets/styles/variables/inputs/checkbox.scss +18 -18
  19. package/assets/styles/variables/inputs/radioInput.scss +14 -14
  20. package/assets/styles/variables/inputs/switch.scss +24 -24
  21. package/assets/styles/variables/inputs/textInput.scss +21 -21
  22. package/assets/styles/variables/layout/accordion.scss +10 -10
  23. package/assets/styles/variables/layout/iconContainer.scss +22 -22
  24. package/assets/styles/variables/layout/labeledInput.scss +8 -8
  25. package/assets/styles/variables/layout/panel.scss +5 -5
  26. package/assets/styles/variables/layout/scrollBars.scss +3 -3
  27. package/assets/styles/variables/overlays/dropdownContainer.scss +4 -4
  28. package/assets/styles/variables/overlays/modals.scss +5 -5
  29. package/assets/styles/variables/overlays/notificationCard.scss +27 -27
  30. package/assets/styles/variables/overlays/tooltip.scss +8 -8
  31. package/assets/styles/variables/pickers/pickerToggler.scss +15 -15
  32. package/assets/styles/variables/typography/text.scss +19 -19
  33. package/assets/styles/variables/typography/textPlaceholder.scss +4 -4
  34. package/assets/styles/variables/widgets/badge.scss +50 -50
  35. package/assets/styles/variables/widgets/tag.scss +9 -9
  36. package/bundle-stats.json +1 -1
  37. package/components/buttons/Button.d.ts +13 -13
  38. package/components/buttons/IconButton.d.ts +11 -11
  39. package/components/buttons/LinkButton.d.ts +8 -8
  40. package/components/buttons/TabButton.d.ts +8 -8
  41. package/components/buttons/VerticalTabButton.d.ts +4 -4
  42. package/components/buttons/docs/button.doc.d.ts +5 -5
  43. package/components/buttons/docs/linkButton.doc.d.ts +5 -5
  44. package/components/buttons/helper.d.ts +2 -2
  45. package/components/buttons/index.d.ts +5 -5
  46. package/components/index.d.ts +9 -9
  47. package/components/inputs/Checkbox.d.ts +9 -9
  48. package/components/inputs/RadioInput.d.ts +7 -7
  49. package/components/inputs/Switch.d.ts +8 -8
  50. package/components/inputs/TextInput.d.ts +13 -13
  51. package/components/inputs/docs/checkbox.doc.d.ts +5 -5
  52. package/components/inputs/docs/radioInput.doc.d.ts +5 -5
  53. package/components/inputs/docs/switch.doc.d.ts +5 -5
  54. package/components/inputs/docs/textInput.doc.d.ts +5 -5
  55. package/components/inputs/index.d.ts +4 -4
  56. package/components/layout/Accordion.d.ts +8 -8
  57. package/components/layout/ControlGroup.d.ts +3 -3
  58. package/components/layout/FlexItems/FlexCell.d.ts +11 -11
  59. package/components/layout/FlexItems/FlexRow.d.ts +14 -14
  60. package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
  61. package/components/layout/FlexItems/Panel.d.ts +10 -10
  62. package/components/layout/FlexItems/index.d.ts +4 -4
  63. package/components/layout/IconContainer.d.ts +9 -9
  64. package/components/layout/LabeledInput.d.ts +7 -7
  65. package/components/layout/RadioGroup.d.ts +3 -3
  66. package/components/layout/ScrollBars.d.ts +5 -5
  67. package/components/layout/VirtualList.d.ts +7 -7
  68. package/components/layout/index.d.ts +8 -8
  69. package/components/overlays/Dropdown.d.ts +5 -5
  70. package/components/overlays/DropdownContainer.d.ts +6 -6
  71. package/components/overlays/DropdownMenu.d.ts +36 -36
  72. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  73. package/components/overlays/Modals.d.ts +23 -23
  74. package/components/overlays/NotificationCard.d.ts +30 -30
  75. package/components/overlays/Tooltip.d.ts +6 -6
  76. package/components/overlays/index.d.ts +6 -6
  77. package/components/pickers/DataPickerBody.d.ts +15 -15
  78. package/components/pickers/DataPickerFooter.d.ts +8 -8
  79. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  80. package/components/pickers/DataPickerHeader.d.ts +7 -7
  81. package/components/pickers/DataPickerRow.d.ts +15 -15
  82. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  83. package/components/pickers/MobileDropdownWrapper.d.ts +10 -10
  84. package/components/pickers/PickerInput.d.ts +16 -16
  85. package/components/pickers/PickerInput.d.ts.map +1 -1
  86. package/components/pickers/PickerItem.d.ts +12 -12
  87. package/components/pickers/PickerList.d.ts +17 -17
  88. package/components/pickers/PickerList.d.ts.map +1 -1
  89. package/components/pickers/PickerListItem.d.ts +8 -8
  90. package/components/pickers/PickerModal.d.ts +15 -15
  91. package/components/pickers/PickerModal.d.ts.map +1 -1
  92. package/components/pickers/PickerToggler.d.ts +8 -8
  93. package/components/pickers/docs/common.d.ts +27 -27
  94. package/components/pickers/docs/pickerInput.doc.d.ts +4 -4
  95. package/components/pickers/docs/pickerToggler.doc.d.ts +5 -5
  96. package/components/pickers/index.d.ts +11 -11
  97. package/components/tables/DataTableCell.d.ts +9 -9
  98. package/components/tables/DataTableCell.d.ts.map +1 -1
  99. package/components/tables/Presets/Preset.d.ts +14 -14
  100. package/components/tables/Presets/Presets.d.ts +8 -8
  101. package/components/tables/Presets/index.d.ts +2 -2
  102. package/components/tables/index.d.ts +3 -3
  103. package/components/tables/types.d.ts +8 -8
  104. package/components/types.d.ts +28 -28
  105. package/components/typography/Text.d.ts +11 -11
  106. package/components/typography/TextPlaceholder.d.ts +7 -7
  107. package/components/typography/docs/textPlaceholder.doc.d.ts +4 -4
  108. package/components/typography/index.d.ts +2 -2
  109. package/components/widgets/Avatar.d.ts +3 -3
  110. package/components/widgets/Badge.d.ts +15 -15
  111. package/components/widgets/Tag.d.ts +8 -8
  112. package/components/widgets/index.d.ts +3 -3
  113. package/docs/common.d.ts +10 -10
  114. package/docs/contexts/DefaultContext.d.ts +6 -6
  115. package/docs/contexts/index.d.ts +1 -1
  116. package/docs/index.d.ts +2 -2
  117. package/helpers/textLayout.d.ts +8 -8
  118. package/i18n.d.ts +50 -50
  119. package/icons/icons.d.ts +3 -3
  120. package/index.d.ts +3 -3
  121. package/index.docs.d.ts +5 -5
  122. package/index.js +1767 -1770
  123. package/index.js.map +1 -1
  124. package/package.json +6 -6
  125. package/readme.md +4 -4
  126. package/styles.css +613 -613
  127. package/styles.css.map +1 -1
@@ -1,37 +1,37 @@
1
- import React from 'react';
2
- import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable } from '@epam/uui-core';
3
- export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
4
- isSelected?: boolean;
5
- }
6
- export interface IDropdownMenuContainer extends VPanelProps {
7
- onClose(): void;
8
- closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
9
- }
10
- export declare const DropdownControlKeys: {
11
- ENTER: string;
12
- ESCAPE: string;
13
- LEFT_ARROW: string;
14
- RIGHT_ARROW: string;
15
- UP_ARROW: string;
16
- DOWN_ARROW: string;
17
- };
18
- export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<any>>;
19
- export declare const DropdownMenuButton: {
20
- (props: IDropdownMenuItemProps): JSX.Element;
21
- displayName: string;
22
- };
23
- export declare const DropdownMenuSplitter: (props: IHasCX) => JSX.Element;
24
- interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
- }
26
- export declare const DropdownMenuHeader: (props: IDropdownMenuHeader) => JSX.Element;
27
- interface IDropdownSubMenu extends IHasChildren, IHasCaption, IHasIcon, IDropdownMenuItemProps {
28
- openOnHover?: boolean;
29
- }
30
- export declare const DropdownSubMenu: (props: IDropdownSubMenu) => JSX.Element;
31
- interface IDropdownMenuSwitchButton extends IHasCX, IHasCaption, IHasIcon, IDisableable, IAnalyticableClick, IClickable {
32
- onValueChange: (value: boolean) => void;
33
- isSelected: boolean;
34
- }
35
- export declare const DropdownMenuSwitchButton: (props: IDropdownMenuSwitchButton) => JSX.Element;
36
- export {};
1
+ import React from 'react';
2
+ import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable } from '@epam/uui-core';
3
+ import { DropdownBodyProps } from '@epam/uui-components';
4
+ export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
5
+ isSelected?: boolean;
6
+ }
7
+ export interface IDropdownMenuContainer extends VPanelProps, DropdownBodyProps {
8
+ closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
9
+ }
10
+ export declare const DropdownControlKeys: {
11
+ ENTER: string;
12
+ ESCAPE: string;
13
+ LEFT_ARROW: string;
14
+ RIGHT_ARROW: string;
15
+ UP_ARROW: string;
16
+ DOWN_ARROW: string;
17
+ };
18
+ export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<any>>;
19
+ export declare const DropdownMenuButton: {
20
+ (props: IDropdownMenuItemProps): JSX.Element;
21
+ displayName: string;
22
+ };
23
+ export declare const DropdownMenuSplitter: (props: IHasCX) => JSX.Element;
24
+ interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
+ }
26
+ export declare const DropdownMenuHeader: (props: IDropdownMenuHeader) => JSX.Element;
27
+ interface IDropdownSubMenu extends IHasChildren, IHasCaption, IHasIcon, IDropdownMenuItemProps {
28
+ openOnHover?: boolean;
29
+ }
30
+ export declare const DropdownSubMenu: (props: IDropdownSubMenu) => JSX.Element;
31
+ interface IDropdownMenuSwitchButton extends IHasCX, IHasCaption, IHasIcon, IDisableable, IAnalyticableClick, IClickable {
32
+ onValueChange: (value: boolean) => void;
33
+ isSelected: boolean;
34
+ }
35
+ export declare const DropdownMenuSwitchButton: (props: IDropdownMenuSwitchButton) => JSX.Element;
36
+ export {};
37
37
  //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjF,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACvD,OAAO,IAAI,IAAI,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAyBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAiF,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxI,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAwBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
@@ -1,24 +1,24 @@
1
- import * as React from 'react';
2
- import { ModalFooterCoreProps, ModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
3
- import { RowMods } from '../layout';
4
- import '../../assets/styles/variables/overlays/modals.scss';
5
- export interface ModalBlockerMods {
6
- overlay?: boolean;
7
- }
8
- export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
9
- export interface ModalWindowMods {
10
- width?: number;
11
- height?: number | 'auto';
12
- }
13
- export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<any>>;
14
- export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
15
- }
16
- export declare class ModalHeader extends React.Component<ModalHeaderProps> {
17
- render(): JSX.Element;
18
- }
19
- export interface ModalFooterProps extends RowMods, ModalFooterCoreProps {
20
- }
21
- export declare class ModalFooter extends React.Component<ModalFooterProps> {
22
- render(): JSX.Element;
23
- }
1
+ import * as React from 'react';
2
+ import { ModalFooterCoreProps, ModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
3
+ import { RowMods } from '../layout';
4
+ import '../../assets/styles/variables/overlays/modals.scss';
5
+ export interface ModalBlockerMods {
6
+ overlay?: boolean;
7
+ }
8
+ export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
9
+ export interface ModalWindowMods {
10
+ width?: number;
11
+ height?: number | 'auto';
12
+ }
13
+ export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<any>>;
14
+ export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
15
+ }
16
+ export declare class ModalHeader extends React.Component<ModalHeaderProps> {
17
+ render(): JSX.Element;
18
+ }
19
+ export interface ModalFooterProps extends RowMods, ModalFooterCoreProps {
20
+ }
21
+ export declare class ModalFooter extends React.Component<ModalFooterProps> {
22
+ render(): JSX.Element;
23
+ }
24
24
  //# sourceMappingURL=Modals.d.ts.map
@@ -1,31 +1,31 @@
1
- import React from 'react';
2
- import { INotification, Icon, IHasChildren, IHasCX, UuiContexts } from '@epam/uui-core';
3
- import '../../assets/styles/variables/overlays/notificationCard.scss';
4
- declare type notificationAction = {
5
- name: string;
6
- action: () => void;
7
- };
8
- export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX {
9
- actions?: notificationAction[];
10
- }
11
- export interface NotificationCardProps extends DefaultNotificationProps {
12
- icon?: Icon;
13
- color: 'info' | 'success' | 'warning' | 'error';
14
- }
15
- export declare class NotificationCard extends React.Component<NotificationCardProps> {
16
- notificationCardNode: HTMLElement | null;
17
- componentDidMount(): void;
18
- componentWillUnmount(): void;
19
- render(): JSX.Element;
20
- }
21
- export declare const WarningNotification: (props: DefaultNotificationProps) => JSX.Element;
22
- export declare const SuccessNotification: (props: DefaultNotificationProps) => JSX.Element;
23
- export declare const HintNotification: (props: DefaultNotificationProps) => JSX.Element;
24
- export declare const ErrorNotification: (props: DefaultNotificationProps) => JSX.Element;
25
- export declare class ClearNotification extends React.Component<{}> {
26
- static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
27
- context: UuiContexts;
28
- render(): JSX.Element;
29
- }
30
- export {};
1
+ import React from 'react';
2
+ import { INotification, Icon, IHasChildren, IHasCX, UuiContexts } from '@epam/uui-core';
3
+ import '../../assets/styles/variables/overlays/notificationCard.scss';
4
+ declare type notificationAction = {
5
+ name: string;
6
+ action: () => void;
7
+ };
8
+ export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX {
9
+ actions?: notificationAction[];
10
+ }
11
+ export interface NotificationCardProps extends DefaultNotificationProps {
12
+ icon?: Icon;
13
+ color: 'info' | 'success' | 'warning' | 'error';
14
+ }
15
+ export declare class NotificationCard extends React.Component<NotificationCardProps> {
16
+ notificationCardNode: HTMLElement | null;
17
+ componentDidMount(): void;
18
+ componentWillUnmount(): void;
19
+ render(): JSX.Element;
20
+ }
21
+ export declare const WarningNotification: (props: DefaultNotificationProps) => JSX.Element;
22
+ export declare const SuccessNotification: (props: DefaultNotificationProps) => JSX.Element;
23
+ export declare const HintNotification: (props: DefaultNotificationProps) => JSX.Element;
24
+ export declare const ErrorNotification: (props: DefaultNotificationProps) => JSX.Element;
25
+ export declare class ClearNotification extends React.Component<{}> {
26
+ static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
27
+ context: UuiContexts;
28
+ render(): JSX.Element;
29
+ }
30
+ export {};
31
31
  //# sourceMappingURL=NotificationCard.d.ts.map
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- import { TooltipProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/overlays/tooltip.scss';
4
- export interface TooltipMods {
5
- }
6
- export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { TooltipProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/overlays/tooltip.scss';
4
+ export interface TooltipMods {
5
+ }
6
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<any>>;
7
7
  //# sourceMappingURL=Tooltip.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Dropdown';
2
- export * from './DropdownContainer';
3
- export * from './DropdownMenu';
4
- export * from './Modals';
5
- export * from './NotificationCard';
6
- export * from './Tooltip';
1
+ export * from './Dropdown';
2
+ export * from './DropdownContainer';
3
+ export * from './DropdownMenu';
4
+ export * from './Modals';
5
+ export * from './NotificationCard';
6
+ export * from './Tooltip';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,16 +1,16 @@
1
- import React from 'react';
2
- import { DataSourceState } from '@epam/uui-core';
3
- import { PickerBodyBase, PickerBodyBaseProps } from '@epam/uui-components';
4
- import { ControlSize } from '../types';
5
- export interface DataPickerBodyProps extends PickerBodyBaseProps {
6
- maxHeight?: number;
7
- editMode?: 'dropdown' | 'modal';
8
- searchSize?: ControlSize;
9
- }
10
- export declare class DataPickerBody extends PickerBodyBase<DataPickerBodyProps> {
11
- lens: import("@epam/uui-core").ILens<DataSourceState<Record<string, any>, any>>;
12
- searchLens: import("@epam/uui-core").ILens<string>;
13
- renderNoFound(): React.ReactNode;
14
- render(): JSX.Element;
15
- }
1
+ import React from 'react';
2
+ import { DataSourceState } from '@epam/uui-core';
3
+ import { PickerBodyBase, PickerBodyBaseProps } from '@epam/uui-components';
4
+ import { ControlSize } from '../types';
5
+ export interface DataPickerBodyProps extends PickerBodyBaseProps {
6
+ maxHeight?: number;
7
+ editMode?: 'dropdown' | 'modal';
8
+ searchSize?: ControlSize;
9
+ }
10
+ export declare class DataPickerBody extends PickerBodyBase<DataPickerBodyProps> {
11
+ lens: import("@epam/uui-core").ILens<DataSourceState<Record<string, any>, any>>;
12
+ searchLens: import("@epam/uui-core").ILens<string>;
13
+ renderNoFound(): React.ReactNode;
14
+ render(): JSX.Element;
15
+ }
16
16
  //# sourceMappingURL=DataPickerBody.d.ts.map
@@ -1,9 +1,9 @@
1
- import React, { PropsWithChildren } from 'react';
2
- import { PickerFooterProps, DataSourceItemId } from "@epam/uui-core";
3
- import { SizeMod } from '../types';
4
- declare type DataPickerFooterProps<TItem, TId extends DataSourceItemId> = PickerFooterProps<TItem, TId> & SizeMod & {
5
- hideShowOnlySelected?: boolean;
6
- };
7
- export declare const DataPickerFooter: React.MemoExoticComponent<(<TItem, TId extends DataSourceItemId>(props: React.PropsWithChildren<DataPickerFooterProps<TItem, TId>>) => JSX.Element)>;
8
- export {};
1
+ import React, { PropsWithChildren } from 'react';
2
+ import { PickerFooterProps } from "@epam/uui-core";
3
+ import { SizeMod } from '../types';
4
+ declare type DataPickerFooterProps<TItem, TId> = PickerFooterProps<TItem, TId> & SizeMod & {
5
+ hideShowOnlySelected?: boolean;
6
+ };
7
+ export declare const DataPickerFooter: React.MemoExoticComponent<(<TItem, TId>(props: React.PropsWithChildren<DataPickerFooterProps<TItem, TId>>) => JSX.Element)>;
8
+ export {};
9
9
  //# sourceMappingURL=DataPickerFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAY,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAK/E,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,aAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,OAAO,GAAG;IACxG,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAqDF,eAAO,MAAM,gBAAgB,sJAAmC,CAAC"}
1
+ {"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAY,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAK7D,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,aAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,OAAO,GAAG;IAC/E,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAqDF,eAAO,MAAM,gBAAgB,6HAAmC,CAAC"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
2
- interface DataPickerHeaderProps {
3
- title?: string;
4
- close?: () => void;
5
- }
6
- export declare const DataPickerHeader: React.NamedExoticComponent<DataPickerHeaderProps>;
7
- export {};
1
+ import React from 'react';
2
+ interface DataPickerHeaderProps {
3
+ title?: string;
4
+ close?: () => void;
5
+ }
6
+ export declare const DataPickerHeader: React.NamedExoticComponent<DataPickerHeaderProps>;
7
+ export {};
8
8
  //# sourceMappingURL=DataPickerHeader.d.ts.map
@@ -1,16 +1,16 @@
1
- import * as React from 'react';
2
- import { DataRowProps, DataColumnProps } from '@epam/uui-core';
3
- export interface DataPickerRowProps<TItem, TId> extends DataRowProps<TItem, TId> {
4
- renderItem(item: TItem, rowProps: DataRowProps<TItem, TId>): React.ReactNode;
5
- padding?: '12' | '24';
6
- size?: 'none' | '24' | '30' | '36' | '42' | '48' | '60';
7
- borderBottom?: 'none' | 'gray20';
8
- alignActions?: 'top' | 'center';
9
- }
10
- export declare class DataPickerRow<TItem, TId> extends React.Component<DataPickerRowProps<TItem, TId>> {
11
- private getIcon;
12
- column: DataColumnProps<TItem>;
13
- renderContent: () => JSX.Element;
14
- render(): JSX.Element;
15
- }
1
+ import * as React from 'react';
2
+ import { DataRowProps, DataColumnProps } from '@epam/uui-core';
3
+ export interface DataPickerRowProps<TItem, TId> extends DataRowProps<TItem, TId> {
4
+ renderItem(item: TItem, rowProps: DataRowProps<TItem, TId>): React.ReactNode;
5
+ padding?: '12' | '24';
6
+ size?: 'none' | '24' | '30' | '36' | '42' | '48' | '60';
7
+ borderBottom?: 'none' | 'gray20';
8
+ alignActions?: 'top' | 'center';
9
+ }
10
+ export declare class DataPickerRow<TItem, TId> extends React.Component<DataPickerRowProps<TItem, TId>> {
11
+ private getIcon;
12
+ column: DataColumnProps<TItem>;
13
+ renderContent: () => JSX.Element;
14
+ render(): JSX.Element;
15
+ }
16
16
  //# sourceMappingURL=DataPickerRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAS/D,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAC5E,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAC7E,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxD,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,qBAAa,aAAa,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IAC1F,OAAO,CAAC,OAAO,CAQd;IAED,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAYxB;IAEN,aAAa,oBAYZ;IAED,MAAM;CAOT"}
1
+ {"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAS/D,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAC5E,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAC7E,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxD,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,qBAAa,aAAa,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IAC1F,OAAO,CAAC,OAAO,CAQd;IAED,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAWxB;IAEN,aAAa,oBAYZ;IAED,MAAM;CAOT"}
@@ -1,11 +1,11 @@
1
- import React, { ReactNode } from 'react';
2
- import { ControlSize } from '../types';
3
- interface IMobileDropdownWrapperProps {
4
- children: ReactNode;
5
- size?: ControlSize;
6
- close?: () => void;
7
- title?: string;
8
- }
9
- export declare const MobileDropdownWrapper: React.FC<IMobileDropdownWrapperProps>;
10
- export {};
1
+ import React, { ReactNode } from 'react';
2
+ import { ControlSize } from '../types';
3
+ interface IMobileDropdownWrapperProps {
4
+ children: ReactNode;
5
+ size?: ControlSize;
6
+ close?: () => void;
7
+ title?: string;
8
+ }
9
+ export declare const MobileDropdownWrapper: React.FC<IMobileDropdownWrapperProps>;
10
+ export {};
11
11
  //# sourceMappingURL=MobileDropdownWrapper.d.ts.map
@@ -1,17 +1,17 @@
1
- import React from 'react';
2
- import { DataRowProps, DataSourceItemId, DataSourceListProps, IDropdownToggler } from '@epam/uui-core';
3
- import { DropdownBodyProps, PickerBodyBaseProps, PickerInputBase, PickerTogglerProps } from '@epam/uui-components';
4
- import { PickerTogglerMods } from './PickerToggler';
5
- import { IHasEditMode, SizeMod } from '../types';
6
- export declare type PickerInputProps = SizeMod & IHasEditMode & {};
7
- export declare class PickerInput<TItem, TId extends DataSourceItemId> extends PickerInputBase<TItem, TId, PickerInputProps> {
8
- toggleModalOpening(opened: boolean): void;
9
- getRowSize(): import("../types").ControlSize;
10
- renderItem: (item: TItem, rowProps: DataRowProps<TItem, TId>) => JSX.Element;
11
- renderRow: (rowProps: DataRowProps<TItem, TId>) => React.ReactNode;
12
- getTogglerMods(): PickerTogglerMods;
13
- renderFooter(): React.ReactNode;
14
- renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>): React.ReactNode;
15
- renderBody(props: DropdownBodyProps & DataSourceListProps & Omit<PickerBodyBaseProps, 'rows'>, rows: DataRowProps<TItem, TId>[]): JSX.Element;
16
- }
1
+ import React from 'react';
2
+ import { DataRowProps, DataSourceListProps, IDropdownToggler } from '@epam/uui-core';
3
+ import { DropdownBodyProps, PickerBodyBaseProps, PickerInputBase, PickerTogglerProps } from '@epam/uui-components';
4
+ import { PickerTogglerMods } from './PickerToggler';
5
+ import { IHasEditMode, SizeMod } from '../types';
6
+ export declare type PickerInputProps = SizeMod & IHasEditMode & {};
7
+ export declare class PickerInput<TItem, TId> extends PickerInputBase<TItem, TId, PickerInputProps> {
8
+ toggleModalOpening(opened: boolean): void;
9
+ getRowSize(): import("../types").ControlSize;
10
+ renderItem: (item: TItem, rowProps: DataRowProps<TItem, TId>) => JSX.Element;
11
+ renderRow: (rowProps: DataRowProps<TItem, TId>) => React.ReactNode;
12
+ getTogglerMods(): PickerTogglerMods;
13
+ renderFooter(): React.ReactNode;
14
+ renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>): React.ReactNode;
15
+ renderBody(props: DropdownBodyProps & DataSourceListProps & Omit<PickerBodyBaseProps, 'rows'>, rows: DataRowProps<TItem, TId>[]): JSX.Element;
16
+ }
17
17
  //# sourceMappingURL=PickerInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAA4C,MAAM,gBAAgB,CAAC;AACjJ,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAGnH,OAAO,EAAiB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAMnE,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAG3D,oBAAY,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAK3D,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,CAAC;IAC/G,kBAAkB,CAAC,MAAM,EAAE,OAAO;IAelC,UAAU;IAQV,UAAU,SAAU,KAAK,YAAY,aAAa,KAAK,EAAE,GAAG,CAAC,iBAE5D;IAED,SAAS,aAAc,aAAa,KAAK,EAAE,GAAG,CAAC,qBAgB9C;IAED,cAAc,IAAI,iBAAiB;IAOnC,YAAY;IAQZ,YAAY,CAAC,WAAW,EAAE,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS;IAY7F,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;CA6BlI"}
1
+ {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,gBAAgB,EAA4C,MAAM,gBAAgB,CAAC;AAC/H,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAGnH,OAAO,EAAiB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAMnE,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAG3D,oBAAY,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAK3D,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,CAAC;IACtF,kBAAkB,CAAC,MAAM,EAAE,OAAO;IAelC,UAAU;IAQV,UAAU,SAAU,KAAK,YAAY,aAAa,KAAK,EAAE,GAAG,CAAC,iBAE5D;IAED,SAAS,aAAc,aAAa,KAAK,EAAE,GAAG,CAAC,qBAgB9C;IAED,cAAc,IAAI,iBAAiB;IAOnC,YAAY;IAQZ,YAAY,CAAC,WAAW,EAAE,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS;IAY7F,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;CA6BlI"}
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- import { DataRowProps } from '@epam/uui-core';
3
- import { SizeMod } from '../types';
4
- export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, SizeMod {
5
- avatarUrl?: string;
6
- title?: string;
7
- subtitle?: string;
8
- }
9
- export declare class PickerItem<TItem, TId> extends React.Component<PickerItemProps<TItem, TId>> {
10
- getAvatarSize: (size: string, isMultiline: boolean) => string | number;
11
- render(): JSX.Element;
12
- }
1
+ import * as React from 'react';
2
+ import { DataRowProps } from '@epam/uui-core';
3
+ import { SizeMod } from '../types';
4
+ export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, SizeMod {
5
+ avatarUrl?: string;
6
+ title?: string;
7
+ subtitle?: string;
8
+ }
9
+ export declare class PickerItem<TItem, TId> extends React.Component<PickerItemProps<TItem, TId>> {
10
+ getAvatarSize: (size: string, isMultiline: boolean) => string | number;
11
+ render(): JSX.Element;
12
+ }
13
13
  //# sourceMappingURL=PickerItem.d.ts.map
@@ -1,18 +1,18 @@
1
- import React from 'react';
2
- import { PickerListBase, PickerModalOptions } from '@epam/uui-components';
3
- import { UuiContexts, DataRowProps, IClickable, IHasCaption, IHasPlaceholder, DataSourceItemId } from '@epam/uui-core';
4
- import { SizeMod } from '../types';
5
- export declare type PickerListProps<TItem, TId extends DataSourceItemId> = SizeMod & IHasPlaceholder & PickerModalOptions<TItem, TId> & {
6
- renderModalToggler?(props: IClickable & IHasCaption, selection: DataRowProps<TItem, TId>[]): React.ReactNode;
7
- noOptionsMessage?: React.ReactNode;
8
- };
9
- export declare class PickerList<TItem, TId extends DataSourceItemId> extends PickerListBase<TItem, TId, PickerListProps<TItem, TId>> {
10
- static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
11
- sessionStartTime: number;
12
- context: UuiContexts;
13
- renderRow: (row: DataRowProps<TItem, TId>) => JSX.Element;
14
- handleShowPicker: () => void;
15
- defaultRenderToggler: (props: IClickable) => JSX.Element;
16
- render(): JSX.Element;
17
- }
1
+ import React from 'react';
2
+ import { PickerListBase, PickerModalOptions } from '@epam/uui-components';
3
+ import { DataRowProps, IClickable, IHasCaption, IHasPlaceholder, UuiContexts } from '@epam/uui-core';
4
+ import { SizeMod } from '../types';
5
+ export declare type PickerListProps<TItem, TId> = SizeMod & IHasPlaceholder & PickerModalOptions<TItem, TId> & {
6
+ renderModalToggler?(props: IClickable & IHasCaption, selection: DataRowProps<TItem, TId>[]): React.ReactNode;
7
+ noOptionsMessage?: React.ReactNode;
8
+ };
9
+ export declare class PickerList<TItem, TId> extends PickerListBase<TItem, TId, PickerListProps<TItem, TId>> {
10
+ static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
11
+ sessionStartTime: number;
12
+ context: UuiContexts;
13
+ renderRow: (row: DataRowProps<TItem, TId>) => JSX.Element;
14
+ handleShowPicker: () => void;
15
+ defaultRenderToggler: (props: IClickable) => JSX.Element;
16
+ render(): JSX.Element;
17
+ }
18
18
  //# sourceMappingURL=PickerList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EACH,WAAW,EACX,YAAY,EACZ,UAAU,EACV,WAAW,EACX,eAAe,EAEf,gBAAgB,EACnB,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,OAAO,EAAY,MAAM,UAAU,CAAC;AAG7C,oBAAY,eAAe,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,IAAI,OAAO,GAAG,eAAe,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC5H,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC7G,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,CAAC;AAEF,qBAAa,UAAU,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,CAAE,SAAQ,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACxH,MAAM,CAAC,WAAW,mEAAc;IAChC,gBAAgB,SAA0B;IAC1C,OAAO,EAAE,WAAW,CAAC;IAErB,SAAS,QAAS,aAAa,KAAK,EAAE,GAAG,CAAC,iBAEzC;IAED,gBAAgB,aAcf;IAED,oBAAoB,UAAW,UAAU,iBAGvC;IAEF,MAAM;CAoBT"}
1
+ {"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjH,OAAO,EAAY,OAAO,EAAE,MAAM,UAAU,CAAC;AAK7C,oBAAY,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GAAG,eAAe,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IACnG,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC7G,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,CAAC;AAEF,qBAAa,UAAU,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IAC/F,MAAM,CAAC,WAAW,mEAAc;IAChC,gBAAgB,SAA0B;IAC1C,OAAO,EAAE,WAAW,CAAC;IAErB,SAAS,QAAS,aAAa,KAAK,EAAE,GAAG,CAAC,iBAEzC;IAED,gBAAgB,aAgBf;IAED,oBAAoB,UAAW,UAAU,iBAKxC;IAED,MAAM;CAuBT"}
@@ -1,9 +1,9 @@
1
- import React from 'react';
2
- import { DataRowProps } from '@epam/uui-core';
3
- export interface PickerListItemProps<TItem, TId> extends DataRowProps<TItem, TId> {
4
- getName(item: TItem): string;
5
- }
6
- export declare class PickerListItem<TItem, TId> extends React.Component<PickerListItemProps<TItem, TId>> {
7
- render(): JSX.Element;
8
- }
1
+ import React from 'react';
2
+ import { DataRowProps } from '@epam/uui-core';
3
+ export interface PickerListItemProps<TItem, TId> extends DataRowProps<TItem, TId> {
4
+ getName(item: TItem): string;
5
+ }
6
+ export declare class PickerListItem<TItem, TId> extends React.Component<PickerListItemProps<TItem, TId>> {
7
+ render(): JSX.Element;
8
+ }
9
9
  //# sourceMappingURL=PickerListItem.d.ts.map
@@ -1,16 +1,16 @@
1
- import * as React from 'react';
2
- import { DataRowProps, DataSourceItemId } from '@epam/uui-core';
3
- import { PickerModalBase, PickerModalProps } from '@epam/uui-components';
4
- export declare class PickerModalImpl<TItem, TId extends DataSourceItemId> extends PickerModalBase<TItem, TId> {
5
- renderRow(rowProps: DataRowProps<TItem, TId>): React.ReactNode;
6
- renderFooter(selectedDataRows: DataRowProps<TItem, TId>[]): JSX.Element;
7
- render(): React.ReactNode;
8
- }
9
- export declare class PickerModal<TItem, TId extends DataSourceItemId> extends React.Component<PickerModalProps<TItem, TId>> {
10
- state: {
11
- selection: TItem | TId | TId[] | TItem[];
12
- };
13
- lens: import("@epam/uui-core").ILens<any>;
14
- render(): JSX.Element;
15
- }
1
+ import * as React from 'react';
2
+ import { DataRowProps } from '@epam/uui-core';
3
+ import { PickerModalBase, PickerModalProps } from '@epam/uui-components';
4
+ export declare class PickerModalImpl<TItem, TId> extends PickerModalBase<TItem, TId> {
5
+ renderRow(rowProps: DataRowProps<TItem, TId>): React.ReactNode;
6
+ renderFooter(selectedDataRows: DataRowProps<TItem, TId>[]): JSX.Element;
7
+ render(): React.ReactNode;
8
+ }
9
+ export declare class PickerModal<TItem, TId> extends React.Component<PickerModalProps<TItem, TId>> {
10
+ state: {
11
+ selection: TItem | TId | TId[] | TItem[];
12
+ };
13
+ lens: import("@epam/uui-core").ILens<any>;
14
+ render(): JSX.Element;
15
+ }
16
16
  //# sourceMappingURL=PickerModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAQ,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAA4B,MAAM,sBAAsB,CAAC;AAUnG,qBAAa,eAAe,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC;IACjG,SAAS,CAAC,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAa5C,YAAY,CAAC,gBAAgB,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;IAiBzD,MAAM,IAAI,KAAK,CAAC,SAAS;CA8D5B;AAED,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,SAAS,gBAAgB,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IAC/G,KAAK;;MAA0C;IAC/C,IAAI,sCAA2B;IAE/B,MAAM;CAOT"}
1
+ {"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAQ,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAA4B,MAAM,sBAAsB,CAAC;AAUnG,qBAAa,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC;IACxE,SAAS,CAAC,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAa5C,YAAY,CAAC,gBAAgB,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;IAiBzD,MAAM,IAAI,KAAK,CAAC,SAAS;CA8D5B;AAED,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACtF,KAAK;;MAA0C;IAC/C,IAAI,sCAA2B;IAE/B,MAAM;CAOT"}
@@ -1,9 +1,9 @@
1
- import * as React from 'react';
2
- import { PickerTogglerProps } from '@epam/uui-components';
3
- import * as types from '../types';
4
- import '../../assets/styles/variables/pickers/pickerToggler.scss';
5
- export interface PickerTogglerMods extends types.IHasEditMode {
6
- size?: '24' | '30' | '36' | '42' | '48';
7
- }
8
- export declare const PickerToggler: <TItem, TId>(props: PickerTogglerProps<TItem, TId> & PickerTogglerMods, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
1
+ import * as React from 'react';
2
+ import { PickerTogglerProps } from '@epam/uui-components';
3
+ import * as types from '../types';
4
+ import '../../assets/styles/variables/pickers/pickerToggler.scss';
5
+ export interface PickerTogglerMods extends types.IHasEditMode {
6
+ size?: '24' | '30' | '36' | '42' | '48';
7
+ }
8
+ export declare const PickerToggler: <TItem, TId>(props: PickerTogglerProps<TItem, TId> & PickerTogglerMods, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
9
9
  //# sourceMappingURL=PickerToggler.d.ts.map
@@ -1,28 +1,28 @@
1
- import { ArrayDataSource, LazyDataSource, AsyncDataSource, PickerBaseOptions } from "@epam/uui-core";
2
- import { DocBuilder, PropSamplesCreationContext } from '@epam/uui-docs';
3
- export declare const getDataSourceExamples: (ctx: PropSamplesCreationContext) => ({
4
- name: string;
5
- isDefault: boolean;
6
- value: AsyncDataSource<import("@epam/uui-docs").Language, any, any>;
7
- } | {
8
- name: string;
9
- value: ArrayDataSource<{
10
- id: number;
11
- level: string;
12
- }, any, any>;
13
- isDefault?: undefined;
14
- } | {
15
- name: string;
16
- value: AsyncDataSource<import("@epam/uui-docs").City, any, any>;
17
- isDefault?: undefined;
18
- } | {
19
- name: string;
20
- value: AsyncDataSource<import("@epam/uui-docs").Location, any, any>;
21
- isDefault?: undefined;
22
- } | {
23
- name: string;
24
- value: LazyDataSource<any, any, any>;
25
- isDefault?: undefined;
26
- })[];
27
- export declare const pickerBaseOptionsDoc: DocBuilder<PickerBaseOptions<any, any>>;
1
+ import { ArrayDataSource, LazyDataSource, AsyncDataSource, PickerBaseOptions } from "@epam/uui-core";
2
+ import { DocBuilder, PropSamplesCreationContext } from '@epam/uui-docs';
3
+ export declare const getDataSourceExamples: (ctx: PropSamplesCreationContext) => ({
4
+ name: string;
5
+ isDefault: boolean;
6
+ value: AsyncDataSource<import("@epam/uui-docs").Language, any, any>;
7
+ } | {
8
+ name: string;
9
+ value: ArrayDataSource<{
10
+ id: number;
11
+ level: string;
12
+ }, any, any>;
13
+ isDefault?: undefined;
14
+ } | {
15
+ name: string;
16
+ value: AsyncDataSource<import("@epam/uui-docs").City, any, any>;
17
+ isDefault?: undefined;
18
+ } | {
19
+ name: string;
20
+ value: AsyncDataSource<import("@epam/uui-docs").Location, any, any>;
21
+ isDefault?: undefined;
22
+ } | {
23
+ name: string;
24
+ value: LazyDataSource<any, any, any>;
25
+ isDefault?: undefined;
26
+ })[];
27
+ export declare const pickerBaseOptionsDoc: DocBuilder<PickerBaseOptions<any, any>>;
28
28
  //# sourceMappingURL=common.d.ts.map