@epam/uui 4.9.2 → 4.10.0-rc.2
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.
- package/assets/styles/buttonLayout.scss +66 -66
- package/assets/styles/controlLayout.scss +11 -11
- package/assets/styles/effects.scss +8 -8
- package/assets/styles/font-faces.scss +51 -51
- package/assets/styles/fonts-variables.scss +24 -24
- package/assets/styles/icons.scss +18 -18
- package/assets/styles/index.scss +7 -7
- package/assets/styles/inputs.scss +69 -69
- package/assets/styles/layout-mixins.scss +8 -8
- package/assets/styles/prettifyScrollBar.scss +44 -44
- package/assets/styles/text-layout.scss +80 -80
- package/assets/styles/text-size.scss +37 -37
- package/assets/styles/typography.scss +3 -3
- package/assets/styles/variables/buttons/button.scss +70 -70
- package/assets/styles/variables/buttons/iconButton.scss +41 -41
- package/assets/styles/variables/buttons/linkButton.scss +6 -6
- package/assets/styles/variables/buttons/tabButton.scss +8 -8
- package/assets/styles/variables/inputs/checkbox.scss +18 -18
- package/assets/styles/variables/inputs/radioInput.scss +14 -14
- package/assets/styles/variables/inputs/switch.scss +24 -24
- package/assets/styles/variables/inputs/textInput.scss +21 -21
- package/assets/styles/variables/layout/accordion.scss +10 -10
- package/assets/styles/variables/layout/iconContainer.scss +22 -22
- package/assets/styles/variables/layout/labeledInput.scss +8 -8
- package/assets/styles/variables/layout/panel.scss +5 -5
- package/assets/styles/variables/layout/scrollBars.scss +3 -3
- package/assets/styles/variables/overlays/dropdownContainer.scss +4 -4
- package/assets/styles/variables/overlays/modals.scss +5 -5
- package/assets/styles/variables/overlays/notificationCard.scss +27 -27
- package/assets/styles/variables/overlays/tooltip.scss +8 -8
- package/assets/styles/variables/pickers/pickerToggler.scss +15 -15
- package/assets/styles/variables/typography/text.scss +19 -19
- package/assets/styles/variables/typography/textPlaceholder.scss +4 -4
- package/assets/styles/variables/widgets/badge.scss +50 -50
- package/assets/styles/variables/widgets/tag.scss +9 -9
- package/components/buttons/Button.d.ts +13 -13
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +11 -11
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +8 -8
- package/components/buttons/TabButton.d.ts +8 -8
- package/components/buttons/VerticalTabButton.d.ts +4 -4
- package/components/buttons/helper.d.ts +2 -2
- package/components/buttons/index.d.ts +5 -5
- package/components/index.d.ts +9 -9
- package/components/inputs/Checkbox.d.ts +9 -9
- package/components/inputs/RadioInput.d.ts +7 -7
- package/components/inputs/Switch.d.ts +8 -8
- package/components/inputs/TextInput.d.ts +13 -13
- package/components/inputs/index.d.ts +4 -4
- package/components/layout/Accordion.d.ts +8 -8
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/ControlGroup.d.ts +3 -3
- package/components/layout/FlexItems/FlexCell.d.ts +11 -11
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +17 -13
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
- package/components/layout/FlexItems/Panel.d.ts +10 -10
- package/components/layout/FlexItems/index.d.ts +4 -4
- package/components/layout/IconContainer.d.ts +9 -9
- package/components/layout/LabeledInput.d.ts +7 -7
- package/components/layout/RadioGroup.d.ts +3 -3
- package/components/layout/ScrollBars.d.ts +5 -5
- package/components/layout/VirtualList.d.ts +7 -7
- package/components/layout/index.d.ts +8 -8
- package/components/overlays/Dropdown.d.ts +5 -5
- package/components/overlays/DropdownContainer.d.ts +6 -6
- package/components/overlays/DropdownMenu.d.ts +36 -36
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +23 -23
- package/components/overlays/NotificationCard.d.ts +30 -30
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +6 -6
- package/components/overlays/index.d.ts +6 -6
- package/components/pickers/DataPickerBody.d.ts +15 -15
- package/components/pickers/DataPickerFooter.d.ts +8 -8
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerHeader.d.ts +7 -7
- package/components/pickers/DataPickerRow.d.ts +15 -15
- package/components/pickers/MobileDropdownWrapper.d.ts +10 -10
- package/components/pickers/PickerInput.d.ts +16 -16
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +12 -12
- package/components/pickers/PickerList.d.ts +17 -17
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/PickerListItem.d.ts +8 -8
- package/components/pickers/PickerModal.d.ts +15 -15
- package/components/pickers/PickerToggler.d.ts +8 -8
- package/components/pickers/index.d.ts +11 -11
- package/components/tables/DataTableCell.d.ts +9 -9
- package/components/tables/Presets/Preset.d.ts +13 -13
- package/components/tables/Presets/Presets.d.ts +8 -8
- package/components/tables/Presets/index.d.ts +2 -2
- package/components/tables/index.d.ts +3 -3
- package/components/tables/types.d.ts +8 -8
- package/components/types.d.ts +29 -29
- package/components/types.d.ts.map +1 -1
- package/components/typography/Text.d.ts +11 -11
- package/components/typography/TextPlaceholder.d.ts +7 -7
- package/components/typography/index.d.ts +2 -2
- package/components/widgets/Avatar.d.ts +3 -3
- package/components/widgets/Badge.d.ts +15 -15
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +8 -8
- package/components/widgets/index.d.ts +3 -3
- package/helpers/textLayout.d.ts +8 -8
- package/i18n.d.ts +50 -50
- package/icons/icons.d.ts +3 -3
- package/index.d.ts +3 -3
- package/index.js +1735 -5240
- package/index.js.map +1 -1
- package/package.json +7 -10
- package/readme.md +4 -4
- package/stats.html +4044 -0
- package/styles.css +615 -616
- package/styles.css.map +1 -1
- package/bundle-stats.json +0 -1
- package/components/buttons/docs/button.doc.d.ts +0 -6
- package/components/buttons/docs/button.doc.d.ts.map +0 -1
- package/components/buttons/docs/linkButton.doc.d.ts +0 -6
- package/components/buttons/docs/linkButton.doc.d.ts.map +0 -1
- package/components/inputs/docs/checkbox.doc.d.ts +0 -6
- package/components/inputs/docs/checkbox.doc.d.ts.map +0 -1
- package/components/inputs/docs/radioInput.doc.d.ts +0 -6
- package/components/inputs/docs/radioInput.doc.d.ts.map +0 -1
- package/components/inputs/docs/switch.doc.d.ts +0 -6
- package/components/inputs/docs/switch.doc.d.ts.map +0 -1
- package/components/inputs/docs/textInput.doc.d.ts +0 -6
- package/components/inputs/docs/textInput.doc.d.ts.map +0 -1
- package/components/pickers/docs/common.d.ts +0 -28
- package/components/pickers/docs/common.d.ts.map +0 -1
- package/components/pickers/docs/pickerInput.doc.d.ts +0 -5
- package/components/pickers/docs/pickerInput.doc.d.ts.map +0 -1
- package/components/pickers/docs/pickerToggler.doc.d.ts +0 -6
- package/components/pickers/docs/pickerToggler.doc.d.ts.map +0 -1
- package/components/typography/docs/textPlaceholder.doc.d.ts +0 -5
- package/components/typography/docs/textPlaceholder.doc.d.ts.map +0 -1
- package/docs/common.d.ts +0 -11
- package/docs/common.d.ts.map +0 -1
- package/docs/contexts/DefaultContext.d.ts +0 -7
- package/docs/contexts/DefaultContext.d.ts.map +0 -1
- package/docs/contexts/index.d.ts +0 -2
- package/docs/contexts/index.d.ts.map +0 -1
- package/docs/index.d.ts +0 -3
- package/docs/index.d.ts.map +0 -1
- package/index.docs.d.ts +0 -6
- package/index.docs.d.ts.map +0 -1
|
@@ -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.
|
|
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(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
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 } from "@epam/uui-core";
|
|
3
|
-
import { SizeMod } from '../types';
|
|
4
|
-
|
|
5
|
-
hideShowOnlySelected?: boolean;
|
|
6
|
-
};
|
|
7
|
-
export declare const DataPickerFooter: React.MemoExoticComponent<(<TItem, TId>(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
|
+
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,MAAM,gBAAgB,CAAC;AAK7D,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,
|
|
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,KAAK,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,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, 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
|
|
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.
|
|
12
|
-
getTogglerMods(): PickerTogglerMods;
|
|
13
|
-
renderFooter(): React.
|
|
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 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>) => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
12
|
+
getTogglerMods(): PickerTogglerMods;
|
|
13
|
+
renderFooter(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
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,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,
|
|
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,MAAM,MAAM,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,mEAY9C;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 { DataRowProps, IClickable, IHasCaption, IHasPlaceholder, UuiContexts } from '@epam/uui-core';
|
|
4
|
-
import { SizeMod } from '../types';
|
|
5
|
-
export
|
|
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
|
-
}
|
|
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 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,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjH,OAAO,EAAY,OAAO,EAAE,MAAM,UAAU,CAAC;AAK7C,
|
|
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,MAAM,MAAM,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 } 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.
|
|
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
|
-
}
|
|
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>): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
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,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,12 +1,12 @@
|
|
|
1
|
-
export * from './DataPickerBody';
|
|
2
|
-
export * from './DataPickerFooter';
|
|
3
|
-
export * from './DataPickerHeader';
|
|
4
|
-
export * from './DataPickerRow';
|
|
5
|
-
export * from './MobileDropdownWrapper';
|
|
6
|
-
export * from './PickerInput';
|
|
7
|
-
export * from './PickerItem';
|
|
8
|
-
export * from './PickerList';
|
|
9
|
-
export * from './PickerListItem';
|
|
10
|
-
export * from './PickerModal';
|
|
11
|
-
export * from './PickerToggler';
|
|
1
|
+
export * from './DataPickerBody';
|
|
2
|
+
export * from './DataPickerFooter';
|
|
3
|
+
export * from './DataPickerHeader';
|
|
4
|
+
export * from './DataPickerRow';
|
|
5
|
+
export * from './MobileDropdownWrapper';
|
|
6
|
+
export * from './PickerInput';
|
|
7
|
+
export * from './PickerItem';
|
|
8
|
+
export * from './PickerList';
|
|
9
|
+
export * from './PickerListItem';
|
|
10
|
+
export * from './PickerModal';
|
|
11
|
+
export * from './PickerToggler';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
|
-
import { DataTableCellMods } from './types';
|
|
4
|
-
export declare class DataTableCell<TItem, TId, TCellValue> extends React.Component<DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods> {
|
|
5
|
-
hasDepsWidgets: boolean;
|
|
6
|
-
isDraggable: () => boolean;
|
|
7
|
-
getContent: () => JSX.Element;
|
|
8
|
-
render(): JSX.Element;
|
|
9
|
-
}
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableCellMods } from './types';
|
|
4
|
+
export declare class DataTableCell<TItem, TId, TCellValue> extends React.Component<DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods> {
|
|
5
|
+
hasDepsWidgets: boolean;
|
|
6
|
+
isDraggable: () => boolean;
|
|
7
|
+
getContent: () => JSX.Element;
|
|
8
|
+
render(): JSX.Element;
|
|
9
|
+
}
|
|
10
10
|
//# sourceMappingURL=DataTableCell.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ITablePreset } from "@epam/uui-core";
|
|
3
|
-
interface IPresetProps {
|
|
4
|
-
preset: ITablePreset;
|
|
5
|
-
isActive: boolean;
|
|
6
|
-
hasChanged: boolean;
|
|
7
|
-
choosePreset: (preset: ITablePreset) => void;
|
|
8
|
-
duplicatePreset: (preset: ITablePreset) => void;
|
|
9
|
-
deletePreset: (preset: ITablePreset) => void;
|
|
10
|
-
updatePreset: (preset: ITablePreset) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const Preset: React.FC<IPresetProps>;
|
|
13
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ITablePreset } from "@epam/uui-core";
|
|
3
|
+
interface IPresetProps {
|
|
4
|
+
preset: ITablePreset;
|
|
5
|
+
isActive: boolean;
|
|
6
|
+
hasChanged: boolean;
|
|
7
|
+
choosePreset: (preset: ITablePreset) => void;
|
|
8
|
+
duplicatePreset: (preset: ITablePreset) => void;
|
|
9
|
+
deletePreset: (preset: ITablePreset) => void;
|
|
10
|
+
updatePreset: (preset: ITablePreset) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const Preset: React.FC<IPresetProps>;
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=Preset.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DataTableState, IPresetsApi, ITablePreset } from "@epam/uui-core";
|
|
3
|
-
interface IPresetsProps extends IPresetsApi {
|
|
4
|
-
presets: ITablePreset[];
|
|
5
|
-
tableState: DataTableState;
|
|
6
|
-
}
|
|
7
|
-
export declare const Presets: React.NamedExoticComponent<IPresetsProps>;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DataTableState, IPresetsApi, ITablePreset } from "@epam/uui-core";
|
|
3
|
+
interface IPresetsProps extends IPresetsApi {
|
|
4
|
+
presets: ITablePreset[];
|
|
5
|
+
tableState: DataTableState;
|
|
6
|
+
}
|
|
7
|
+
export declare const Presets: React.NamedExoticComponent<IPresetsProps>;
|
|
8
|
+
export {};
|
|
9
9
|
//# sourceMappingURL=Presets.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Presets';
|
|
2
|
-
export * from './Preset';
|
|
1
|
+
export * from './Presets';
|
|
2
|
+
export * from './Preset';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './DataTableCell';
|
|
2
|
-
export * from './Presets';
|
|
3
|
-
export * from './types';
|
|
1
|
+
export * from './DataTableCell';
|
|
2
|
+
export * from './Presets';
|
|
3
|
+
export * from './types';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ControlSize } from '..';
|
|
2
|
-
export interface DataTableCellMods {
|
|
3
|
-
size?: ControlSize | '60';
|
|
4
|
-
padding?: '0' | '12' | '24';
|
|
5
|
-
isFirstColumn?: boolean;
|
|
6
|
-
isLastColumn?: boolean;
|
|
7
|
-
alignActions?: 'top' | 'center';
|
|
8
|
-
}
|
|
1
|
+
import { ControlSize } from '..';
|
|
2
|
+
export interface DataTableCellMods {
|
|
3
|
+
size?: ControlSize | '60';
|
|
4
|
+
padding?: '0' | '12' | '24';
|
|
5
|
+
isFirstColumn?: boolean;
|
|
6
|
+
isLastColumn?: boolean;
|
|
7
|
+
alignActions?: 'top' | 'center';
|
|
8
|
+
}
|
|
9
9
|
//# sourceMappingURL=types.d.ts.map
|
package/components/types.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export
|
|
2
|
-
export declare const allButtonModes: ButtonMode[];
|
|
3
|
-
export
|
|
4
|
-
export declare const allSizes: ControlSize[];
|
|
5
|
-
export
|
|
6
|
-
export declare const allRowSizes: RowSize[];
|
|
7
|
-
export
|
|
8
|
-
export declare const allEpamSemanticColors: EpamSemanticColor[];
|
|
9
|
-
export
|
|
10
|
-
export declare const allTextSizes: TextSize[];
|
|
11
|
-
export
|
|
12
|
-
export declare const allFontStyles: FontStyle[];
|
|
13
|
-
export interface ColorMod {
|
|
14
|
-
/** Component color */
|
|
15
|
-
color?: EpamSemanticColor;
|
|
16
|
-
}
|
|
17
|
-
export interface RowSizeMod {
|
|
18
|
-
size?: RowSize;
|
|
19
|
-
}
|
|
20
|
-
export interface SizeMod {
|
|
21
|
-
size?: ControlSize;
|
|
22
|
-
}
|
|
23
|
-
export interface IHasEditMode {
|
|
24
|
-
mode?: 'form' | 'cell';
|
|
25
|
-
}
|
|
26
|
-
export declare enum EditMode {
|
|
27
|
-
FORM = "form",
|
|
28
|
-
CELL = "cell"
|
|
29
|
-
}
|
|
1
|
+
export type ButtonMode = 'solid' | 'outline' | 'ghost' | 'none';
|
|
2
|
+
export declare const allButtonModes: ButtonMode[];
|
|
3
|
+
export type ControlSize = 'none' | '24' | '30' | '36' | '42' | '48';
|
|
4
|
+
export declare const allSizes: ControlSize[];
|
|
5
|
+
export type RowSize = null | '24' | '30' | '36' | '42' | '48';
|
|
6
|
+
export declare const allRowSizes: RowSize[];
|
|
7
|
+
export type EpamSemanticColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
8
|
+
export declare const allEpamSemanticColors: EpamSemanticColor[];
|
|
9
|
+
export type TextSize = 'none' | '18' | '24' | '30' | '36' | '48';
|
|
10
|
+
export declare const allTextSizes: TextSize[];
|
|
11
|
+
export type FontStyle = 'regular' | 'semibold' | 'italic' | 'primary' | 'promo';
|
|
12
|
+
export declare const allFontStyles: FontStyle[];
|
|
13
|
+
export interface ColorMod {
|
|
14
|
+
/** Component color */
|
|
15
|
+
color?: EpamSemanticColor;
|
|
16
|
+
}
|
|
17
|
+
export interface RowSizeMod {
|
|
18
|
+
size?: RowSize;
|
|
19
|
+
}
|
|
20
|
+
export interface SizeMod {
|
|
21
|
+
size?: ControlSize;
|
|
22
|
+
}
|
|
23
|
+
export interface IHasEditMode {
|
|
24
|
+
mode?: 'form' | 'cell';
|
|
25
|
+
}
|
|
26
|
+
export declare enum EditMode {
|
|
27
|
+
FORM = "form",
|
|
28
|
+
CELL = "cell"
|
|
29
|
+
}
|
|
30
30
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAChE,eAAO,MAAM,cAAc,EAAE,UAAU,EAA0C,CAAC;AAElF,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACpE,eAAO,MAAM,QAAQ,EAAE,WAAW,EAAmC,CAAC;AAEtE,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,OAAO,EAAyC,CAAC;AAE3E,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAChF,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,EAAmD,CAAC;AAEzG,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACjE,eAAO,MAAM,YAAY,EAAE,QAAQ,EAAmC,CAAC;AAEvE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AAChF,eAAO,MAAM,aAAa,EAAE,SAAS,EAA0D,CAAC;AAEhG,MAAM,WAAW,QAAQ;IACrB,sBAAsB;IACtB,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC7B;AAED,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,oBAAY,QAAQ;IAChB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as types from '../types';
|
|
3
|
-
import { TextSettings } from '../../helpers/textLayout';
|
|
4
|
-
import '../../assets/styles/variables/typography/text.scss';
|
|
5
|
-
import '../../assets/styles/fonts-variables.scss';
|
|
6
|
-
export interface TextMods extends TextSettings {
|
|
7
|
-
size?: types.TextSize | '42';
|
|
8
|
-
font?: types.FontStyle;
|
|
9
|
-
color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
|
|
10
|
-
}
|
|
11
|
-
export declare const Text: React.ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & React.RefAttributes<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as types from '../types';
|
|
3
|
+
import { TextSettings } from '../../helpers/textLayout';
|
|
4
|
+
import '../../assets/styles/variables/typography/text.scss';
|
|
5
|
+
import '../../assets/styles/fonts-variables.scss';
|
|
6
|
+
export interface TextMods extends TextSettings {
|
|
7
|
+
size?: types.TextSize | '42';
|
|
8
|
+
font?: types.FontStyle;
|
|
9
|
+
color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
|
|
10
|
+
}
|
|
11
|
+
export declare const Text: React.ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & React.RefAttributes<any>>;
|
|
12
12
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import '../../assets/styles/variables/typography/textPlaceholder.scss';
|
|
3
|
-
export interface TextPlaceholderProps {
|
|
4
|
-
wordsCount?: number;
|
|
5
|
-
isNotAnimated?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const TextPlaceholder: React.FunctionComponent<TextPlaceholderProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '../../assets/styles/variables/typography/textPlaceholder.scss';
|
|
3
|
+
export interface TextPlaceholderProps {
|
|
4
|
+
wordsCount?: number;
|
|
5
|
+
isNotAnimated?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const TextPlaceholder: React.FunctionComponent<TextPlaceholderProps>;
|
|
8
8
|
//# sourceMappingURL=TextPlaceholder.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Text';
|
|
2
|
-
export * from './TextPlaceholder';
|
|
1
|
+
export * from './Text';
|
|
2
|
+
export * from './TextPlaceholder';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { AvatarProps } from '@epam/uui-components';
|
|
3
|
-
export declare const Avatar: import("react").ForwardRefExoticComponent<AvatarProps & import("react").RefAttributes<any>>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AvatarProps } from '@epam/uui-components';
|
|
3
|
+
export declare const Avatar: import("react").ForwardRefExoticComponent<AvatarProps & import("react").RefAttributes<any>>;
|
|
4
4
|
//# sourceMappingURL=Avatar.d.ts.map
|