@epam/uui 4.11.0-alpha.1 → 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.
- package/assets/styles/buttonLayout.scss +66 -66
- package/assets/styles/controlLayout.scss +27 -27
- package/assets/styles/effects.scss +9 -9
- package/assets/styles/font-faces.scss +51 -51
- 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 +52 -52
- package/assets/styles/text-layout.scss +80 -80
- package/assets/styles/text-size.scss +37 -37
- package/assets/styles/typography-mixins.scss +159 -159
- package/assets/styles/typography.scss +38 -38
- package/assets/styles/variables/widgets/badge.scss +50 -50
- package/components/buttons/Button/Button.d.ts +12 -12
- package/components/buttons/Button/Button.test.d.ts +1 -1
- package/components/buttons/Button/index.d.ts +1 -1
- package/components/buttons/IconButton.d.ts +9 -9
- package/components/buttons/LinkButton.d.ts +7 -7
- package/components/buttons/TabButton.d.ts +7 -7
- 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/datePickers/Calendar.d.ts +4 -4
- package/components/datePickers/CalendarPresets.d.ts +3 -3
- package/components/datePickers/DatePicker.d.ts +12 -12
- package/components/datePickers/DatePickerBody.d.ts +3 -3
- package/components/datePickers/RangeDatePicker.d.ts +12 -12
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -3
- package/components/datePickers/index.d.ts +5 -5
- package/components/dnd/DropMarker.d.ts +8 -8
- package/components/dnd/index.d.ts +1 -1
- package/components/filters/FilterDataPickerBody.d.ts +13 -13
- package/components/filters/FilterItemBody.d.ts +2 -2
- package/components/filters/FilterNumericBody.d.ts +12 -12
- package/components/filters/FilterPanelItemToggler.d.ts +12 -12
- package/components/filters/FilterPickerBody.d.ts +19 -19
- package/components/filters/FilterRangeDatePickerBody.d.ts +18 -18
- package/components/filters/FiltersPanel.d.ts +8 -8
- package/components/filters/FiltersPanelItem.d.ts +7 -7
- package/components/filters/PresetPanel/Preset.d.ts +8 -8
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +9 -9
- package/components/filters/PresetPanel/PresetInput.d.ts +8 -8
- package/components/filters/PresetPanel/PresetsPanel.d.ts +6 -6
- package/components/filters/PresetPanel/index.d.ts +1 -1
- package/components/filters/defaultPredicates.d.ts +4 -4
- package/components/filters/index.d.ts +4 -4
- package/components/forms/Form.d.ts +3 -3
- package/components/forms/index.d.ts +2 -2
- package/components/forms/useForm.d.ts +2 -2
- package/components/index.d.ts +14 -14
- package/components/inputs/Checkbox.d.ts +8 -8
- package/components/inputs/MultiSwitch.d.ts +15 -15
- package/components/inputs/NumericInput.d.ts +8 -8
- package/components/inputs/RadioInput.d.ts +6 -6
- package/components/inputs/Switch.d.ts +6 -6
- package/components/inputs/TextArea.d.ts +9 -9
- package/components/inputs/TextInput.d.ts +12 -12
- package/components/inputs/index.d.ts +7 -7
- package/components/layout/Accordion.d.ts +6 -6
- package/components/layout/Blocker.d.ts +3 -3
- package/components/layout/CheckboxGroup.d.ts +2 -2
- package/components/layout/ControlGroup.d.ts +2 -2
- package/components/layout/FlexItems/FlexCell.d.ts +11 -11
- package/components/layout/FlexItems/FlexRow.d.ts +16 -16
- package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
- package/components/layout/FlexItems/Panel.d.ts +7 -7
- package/components/layout/FlexItems/index.d.ts +4 -4
- package/components/layout/LabeledInput.d.ts +5 -5
- package/components/layout/RadioGroup.d.ts +2 -2
- package/components/layout/ScrollBars.d.ts +3 -3
- package/components/layout/VirtualList.d.ts +2 -2
- package/components/layout/index.d.ts +10 -10
- package/components/navigation/MainMenu/Burger/Burger.d.ts +5 -5
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +7 -7
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +4 -4
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +4 -4
- package/components/navigation/MainMenu/Burger/index.d.ts +4 -4
- package/components/navigation/MainMenu/GlobalMenu.d.ts +5 -5
- package/components/navigation/MainMenu/MainMenu.d.ts +4 -4
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +7 -7
- package/components/navigation/MainMenu/MainMenuButton.d.ts +6 -6
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +5 -5
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +7 -7
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +6 -6
- package/components/navigation/MainMenu/index.d.ts +8 -8
- package/components/navigation/index.d.ts +1 -1
- package/components/overlays/Alert.d.ts +23 -23
- package/components/overlays/ConfirmationModal.d.ts +10 -10
- package/components/overlays/Dropdown.d.ts +5 -5
- package/components/overlays/DropdownContainer.d.ts +8 -8
- package/components/overlays/DropdownMenu.d.ts +33 -33
- package/components/overlays/Modals.d.ts +19 -19
- package/components/overlays/NotificationCard.d.ts +25 -25
- package/components/overlays/Tooltip.d.ts +5 -5
- package/components/overlays/index.d.ts +7 -7
- package/components/pickers/DataPickerBody.d.ts +16 -16
- package/components/pickers/DataPickerFooter.d.ts +8 -8
- 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/PickerItem.d.ts +13 -13
- package/components/pickers/PickerList.d.ts +17 -17
- package/components/pickers/PickerListItem.d.ts +8 -8
- package/components/pickers/PickerModal.d.ts +16 -16
- package/components/pickers/PickerToggler.d.ts +7 -7
- package/components/pickers/index.d.ts +11 -11
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +13 -13
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +7 -7
- package/components/tables/ColumnHeaderDropdown/index.d.ts +1 -1
- package/components/tables/DataTable.d.ts +15 -15
- package/components/tables/DataTableCell.d.ts +4 -4
- package/components/tables/DataTableHeaderCell.d.ts +18 -18
- package/components/tables/DataTableHeaderRow.d.ts +4 -4
- package/components/tables/DataTableRow.d.ts +10 -10
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +6 -6
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +9 -9
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +9 -9
- package/components/tables/columnsConfigurationModal/index.d.ts +1 -1
- package/components/tables/index.d.ts +8 -8
- package/components/tables/types.d.ts +31 -31
- package/components/types.d.ts +34 -34
- package/components/typography/RichTextView.d.ts +6 -6
- package/components/typography/Text.d.ts +11 -11
- package/components/typography/TextPlaceholder.d.ts +9 -9
- package/components/typography/index.d.ts +3 -3
- package/components/widgets/Avatar.d.ts +2 -2
- package/components/widgets/Badge.d.ts +14 -14
- package/components/widgets/Spinner.d.ts +5 -5
- package/components/widgets/Tag.d.ts +8 -8
- package/components/widgets/index.d.ts +4 -4
- package/helpers/index.d.ts +2 -2
- package/helpers/textLayout.d.ts +8 -8
- package/helpers/useColumnsWithFilters.d.ts +2 -2
- package/i18n.d.ts +103 -103
- package/icons/icons.d.ts +3 -3
- package/index.d.ts +4 -4
- package/index.js +1967 -1967
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +4 -4
- package/stats.html +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
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
|
-
renderNotFound: () => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
8
|
-
render(): JSX.Element;
|
|
9
|
-
}
|
|
10
|
-
export declare class PickerModal<TItem, TId> extends React.Component<PickerModalProps<TItem, TId>> {
|
|
11
|
-
state: {
|
|
12
|
-
selection: TItem | TId | TId[] | TItem[];
|
|
13
|
-
};
|
|
14
|
-
lens: import("@epam/uui-core").ILens<any>;
|
|
15
|
-
render(): JSX.Element;
|
|
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>): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
6
|
+
renderFooter(selectedDataRows: DataRowProps<TItem, TId>[]): JSX.Element;
|
|
7
|
+
renderNotFound: () => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
8
|
+
render(): JSX.Element;
|
|
9
|
+
}
|
|
10
|
+
export declare class PickerModal<TItem, TId> extends React.Component<PickerModalProps<TItem, TId>> {
|
|
11
|
+
state: {
|
|
12
|
+
selection: TItem | TId | TId[] | TItem[];
|
|
13
|
+
};
|
|
14
|
+
lens: import("@epam/uui-core").ILens<any>;
|
|
15
|
+
render(): JSX.Element;
|
|
16
|
+
}
|
|
17
17
|
//# sourceMappingURL=PickerModal.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PickerTogglerProps } from '@epam/uui-components';
|
|
3
|
-
import * as types from '../types';
|
|
4
|
-
export interface PickerTogglerMods extends types.IHasEditMode {
|
|
5
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
6
|
-
}
|
|
7
|
-
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
|
+
export interface PickerTogglerMods extends types.IHasEditMode {
|
|
5
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
6
|
+
}
|
|
7
|
+
export declare const PickerToggler: <TItem, TId>(props: PickerTogglerProps<TItem, TId> & PickerTogglerMods, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
|
|
8
8
|
//# 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,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IDropdownToggler, DropdownBodyProps } from '@epam/uui-core';
|
|
3
|
-
import { SortingPanelProps } from "./SortingPanel";
|
|
4
|
-
type ColumnHeaderDropdownProps = SortingPanelProps & {
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
isSortable: boolean;
|
|
7
|
-
renderTarget: (props: IDropdownToggler) => React.ReactNode;
|
|
8
|
-
renderFilter?: (dropdownProps: DropdownBodyProps) => React.ReactNode;
|
|
9
|
-
onOpenChange(nV: boolean): void;
|
|
10
|
-
title: string;
|
|
11
|
-
};
|
|
12
|
-
export declare const ColumnHeaderDropdown: React.NamedExoticComponent<ColumnHeaderDropdownProps>;
|
|
13
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IDropdownToggler, DropdownBodyProps } from '@epam/uui-core';
|
|
3
|
+
import { SortingPanelProps } from "./SortingPanel";
|
|
4
|
+
type ColumnHeaderDropdownProps = SortingPanelProps & {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
isSortable: boolean;
|
|
7
|
+
renderTarget: (props: IDropdownToggler) => React.ReactNode;
|
|
8
|
+
renderFilter?: (dropdownProps: DropdownBodyProps) => React.ReactNode;
|
|
9
|
+
onOpenChange(nV: boolean): void;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const ColumnHeaderDropdown: React.NamedExoticComponent<ColumnHeaderDropdownProps>;
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=ColumnHeaderDropdown.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SortDirection } from "@epam/uui-core";
|
|
3
|
-
export interface SortingPanelProps {
|
|
4
|
-
sortDirection: SortDirection;
|
|
5
|
-
onSort(dir: SortDirection): void;
|
|
6
|
-
}
|
|
7
|
-
export declare const SortingPanel: React.NamedExoticComponent<SortingPanelProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SortDirection } from "@epam/uui-core";
|
|
3
|
+
export interface SortingPanelProps {
|
|
4
|
+
sortDirection: SortDirection;
|
|
5
|
+
onSort(dir: SortDirection): void;
|
|
6
|
+
}
|
|
7
|
+
export declare const SortingPanel: React.NamedExoticComponent<SortingPanelProps>;
|
|
8
8
|
//# sourceMappingURL=SortingPanel.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ColumnHeaderDropdown";
|
|
1
|
+
export * from "./ColumnHeaderDropdown";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PositionValues } from '@epam/uui-components';
|
|
3
|
-
import { DataRowProps, IEditable, DataTableState, DataTableColumnsConfigOptions, DataSourceListProps, DataColumnProps, TableFiltersConfig, DataTableRowProps, DataTableSelectedCellData } from '@epam/uui-core';
|
|
4
|
-
import { DataTableMods } from './';
|
|
5
|
-
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions {
|
|
6
|
-
getRows(): DataRowProps<TItem, TId>[];
|
|
7
|
-
columns: DataColumnProps<TItem, TId>[];
|
|
8
|
-
renderRow?(props: DataTableRowProps<TItem, TId>): React.ReactNode;
|
|
9
|
-
renderNoResultsBlock?(): React.ReactNode;
|
|
10
|
-
onScroll?(value: PositionValues): void;
|
|
11
|
-
showColumnsConfig?: boolean;
|
|
12
|
-
filters?: TableFiltersConfig<any>[];
|
|
13
|
-
onCopy?: (copyFrom: DataTableSelectedCellData<TItem, TId, TFilter>, selectedCells: DataTableSelectedCellData<TItem, TId, TFilter>[]) => void;
|
|
14
|
-
}
|
|
15
|
-
export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PositionValues } from '@epam/uui-components';
|
|
3
|
+
import { DataRowProps, IEditable, DataTableState, DataTableColumnsConfigOptions, DataSourceListProps, DataColumnProps, TableFiltersConfig, DataTableRowProps, DataTableSelectedCellData } from '@epam/uui-core';
|
|
4
|
+
import { DataTableMods } from './';
|
|
5
|
+
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions {
|
|
6
|
+
getRows(): DataRowProps<TItem, TId>[];
|
|
7
|
+
columns: DataColumnProps<TItem, TId>[];
|
|
8
|
+
renderRow?(props: DataTableRowProps<TItem, TId>): React.ReactNode;
|
|
9
|
+
renderNoResultsBlock?(): React.ReactNode;
|
|
10
|
+
onScroll?(value: PositionValues): void;
|
|
11
|
+
showColumnsConfig?: boolean;
|
|
12
|
+
filters?: TableFiltersConfig<any>[];
|
|
13
|
+
onCopy?: (copyFrom: DataTableSelectedCellData<TItem, TId, TFilter>, selectedCells: DataTableSelectedCellData<TItem, TId, TFilter>[]) => void;
|
|
14
|
+
}
|
|
15
|
+
export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
|
|
16
16
|
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
|
-
import { DataTableCellMods } from './types';
|
|
4
|
-
export declare function DataTableCell<TItem, TId, TCellValue>(props: DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods): JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableCellMods } from './types';
|
|
4
|
+
export declare function DataTableCell<TItem, TId, TCellValue>(props: DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods): JSX.Element;
|
|
5
5
|
//# sourceMappingURL=DataTableCell.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DataTableHeaderCellProps, IDropdownToggler } from '@epam/uui-core';
|
|
3
|
-
import { HeaderCellContentProps } from '@epam/uui-components';
|
|
4
|
-
import { DataTableHeaderCellMods } from './';
|
|
5
|
-
interface DataTableHeaderCellState {
|
|
6
|
-
isDropdownOpen: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class DataTableHeaderCell<TItem, TId> extends React.Component<DataTableHeaderCellProps<TItem, TId> & DataTableHeaderCellMods, DataTableHeaderCellState> {
|
|
9
|
-
state: DataTableHeaderCellState;
|
|
10
|
-
getTextStyle: () => string;
|
|
11
|
-
getColumnCaption: () => JSX.Element;
|
|
12
|
-
renderHeaderCheckbox: () => JSX.Element;
|
|
13
|
-
renderResizeMark: (props: HeaderCellContentProps) => JSX.Element;
|
|
14
|
-
renderCellContent: (props: HeaderCellContentProps, dropdownProps?: IDropdownToggler) => JSX.Element;
|
|
15
|
-
renderCellWithFilter: (props: HeaderCellContentProps) => JSX.Element;
|
|
16
|
-
render(): JSX.Element;
|
|
17
|
-
}
|
|
18
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableHeaderCellProps, IDropdownToggler } from '@epam/uui-core';
|
|
3
|
+
import { HeaderCellContentProps } from '@epam/uui-components';
|
|
4
|
+
import { DataTableHeaderCellMods } from './';
|
|
5
|
+
interface DataTableHeaderCellState {
|
|
6
|
+
isDropdownOpen: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class DataTableHeaderCell<TItem, TId> extends React.Component<DataTableHeaderCellProps<TItem, TId> & DataTableHeaderCellMods, DataTableHeaderCellState> {
|
|
9
|
+
state: DataTableHeaderCellState;
|
|
10
|
+
getTextStyle: () => string;
|
|
11
|
+
getColumnCaption: () => JSX.Element;
|
|
12
|
+
renderHeaderCheckbox: () => JSX.Element;
|
|
13
|
+
renderResizeMark: (props: HeaderCellContentProps) => JSX.Element;
|
|
14
|
+
renderCellContent: (props: HeaderCellContentProps, dropdownProps?: IDropdownToggler) => JSX.Element;
|
|
15
|
+
renderCellWithFilter: (props: HeaderCellContentProps) => JSX.Element;
|
|
16
|
+
render(): JSX.Element;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
19
19
|
//# sourceMappingURL=DataTableHeaderCell.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DataTableHeaderRowProps } from '@epam/uui-core';
|
|
3
|
-
import { DataTableHeaderRowMods } from '../';
|
|
4
|
-
export declare const DataTableHeaderRow: (props: DataTableHeaderRowProps<any, any> & DataTableHeaderRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableHeaderRowProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableHeaderRowMods } from '../';
|
|
4
|
+
export declare const DataTableHeaderRow: (props: DataTableHeaderRowProps<any, any> & DataTableHeaderRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
5
5
|
//# sourceMappingURL=DataTableHeaderRow.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DataTableCellProps, DndActorRenderParams, DataTableRowProps } from '@epam/uui-core';
|
|
3
|
-
import { DataTableRowMods } from './types';
|
|
4
|
-
export declare const renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
5
|
-
export declare const renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
6
|
-
export declare const propsMods: {
|
|
7
|
-
renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
8
|
-
renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
9
|
-
};
|
|
10
|
-
export declare const DataTableRow: (props: DataTableRowProps<any, any> & DataTableRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableCellProps, DndActorRenderParams, DataTableRowProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableRowMods } from './types';
|
|
4
|
+
export declare const renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
5
|
+
export declare const renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
6
|
+
export declare const propsMods: {
|
|
7
|
+
renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
8
|
+
renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const DataTableRow: (props: DataTableRowProps<any, any> & DataTableRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
11
11
|
//# sourceMappingURL=DataTableRow.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { ColumnsConfigurationRowProps } from "@epam/uui-components";
|
|
3
|
-
export interface ColumnRowProps {
|
|
4
|
-
column: ColumnsConfigurationRowProps;
|
|
5
|
-
}
|
|
6
|
-
export declare const ColumnRow: React.NamedExoticComponent<ColumnRowProps>;
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { ColumnsConfigurationRowProps } from "@epam/uui-components";
|
|
3
|
+
export interface ColumnRowProps {
|
|
4
|
+
column: ColumnsConfigurationRowProps;
|
|
5
|
+
}
|
|
6
|
+
export declare const ColumnRow: React.NamedExoticComponent<ColumnRowProps>;
|
|
7
7
|
//# sourceMappingURL=ColumnRow.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ColumnsConfig, DataColumnProps, IModal } from "@epam/uui-core";
|
|
3
|
-
interface ColumnsConfigurationModalProps<TItem, TId, TFilter> extends IModal<ColumnsConfig> {
|
|
4
|
-
columnsConfig?: ColumnsConfig;
|
|
5
|
-
defaultConfig: ColumnsConfig;
|
|
6
|
-
columns: DataColumnProps<TItem, TId, TFilter>[];
|
|
7
|
-
}
|
|
8
|
-
export declare function ColumnsConfigurationModal<TItem, TId, TFilter>(props: ColumnsConfigurationModalProps<TItem, TId, TFilter>): JSX.Element;
|
|
9
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ColumnsConfig, DataColumnProps, IModal } from "@epam/uui-core";
|
|
3
|
+
interface ColumnsConfigurationModalProps<TItem, TId, TFilter> extends IModal<ColumnsConfig> {
|
|
4
|
+
columnsConfig?: ColumnsConfig;
|
|
5
|
+
defaultConfig: ColumnsConfig;
|
|
6
|
+
columns: DataColumnProps<TItem, TId, TFilter>[];
|
|
7
|
+
}
|
|
8
|
+
export declare function ColumnsConfigurationModal<TItem, TId, TFilter>(props: ColumnsConfigurationModalProps<TItem, TId, TFilter>): JSX.Element;
|
|
9
|
+
export {};
|
|
10
10
|
//# sourceMappingURL=ColumnsConfigurationModal.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IPinIconButton {
|
|
3
|
-
isPinned: boolean;
|
|
4
|
-
canUnpin: boolean;
|
|
5
|
-
onTogglePin: (id: string) => void;
|
|
6
|
-
id: string;
|
|
7
|
-
}
|
|
8
|
-
export declare function PinIconButton(props: IPinIconButton): JSX.Element;
|
|
9
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface IPinIconButton {
|
|
3
|
+
isPinned: boolean;
|
|
4
|
+
canUnpin: boolean;
|
|
5
|
+
onTogglePin: (id: string) => void;
|
|
6
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function PinIconButton(props: IPinIconButton): JSX.Element;
|
|
9
|
+
export {};
|
|
10
10
|
//# sourceMappingURL=PinIconButton.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ColumnsConfigurationModal';
|
|
1
|
+
export * from './ColumnsConfigurationModal';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './DataTableCell';
|
|
2
|
-
export * from './DataTableRow';
|
|
3
|
-
export * from './DataTableHeaderRow';
|
|
4
|
-
export * from './DataTableHeaderCell';
|
|
5
|
-
export * from './DataTable';
|
|
6
|
-
export * from './columnsConfigurationModal';
|
|
7
|
-
export * from './ColumnHeaderDropdown';
|
|
8
|
-
export * from './types';
|
|
1
|
+
export * from './DataTableCell';
|
|
2
|
+
export * from './DataTableRow';
|
|
3
|
+
export * from './DataTableHeaderRow';
|
|
4
|
+
export * from './DataTableHeaderCell';
|
|
5
|
+
export * from './DataTable';
|
|
6
|
+
export * from './columnsConfigurationModal';
|
|
7
|
+
export * from './ColumnHeaderDropdown';
|
|
8
|
+
export * from './types';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ControlSize } from '..';
|
|
2
|
-
interface BaseRowMods {
|
|
3
|
-
size?: ControlSize | '60';
|
|
4
|
-
}
|
|
5
|
-
export interface DataTableMods {
|
|
6
|
-
size?: ControlSize;
|
|
7
|
-
border?: boolean;
|
|
8
|
-
headerTextCase?: 'upper' | 'normal';
|
|
9
|
-
}
|
|
10
|
-
interface TableSizesAndPositionMods {
|
|
11
|
-
size?: ControlSize | '60';
|
|
12
|
-
padding?: '0' | '12' | '24';
|
|
13
|
-
alignActions?: 'top' | 'center';
|
|
14
|
-
}
|
|
15
|
-
export interface DataTableRowMods extends TableSizesAndPositionMods {
|
|
16
|
-
borderBottom?: any;
|
|
17
|
-
background?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface DataTableCellMods extends TableSizesAndPositionMods {
|
|
20
|
-
background?: string;
|
|
21
|
-
border?: boolean;
|
|
22
|
-
}
|
|
23
|
-
export interface DataTableHeaderCellMods extends BaseRowMods {
|
|
24
|
-
textCase?: 'upper' | 'normal';
|
|
25
|
-
}
|
|
26
|
-
export interface DataTableHeaderRowMods extends BaseRowMods {
|
|
27
|
-
textCase?: 'upper' | 'normal';
|
|
28
|
-
}
|
|
29
|
-
export interface ScrollRowMods extends BaseRowMods {
|
|
30
|
-
}
|
|
31
|
-
export {};
|
|
1
|
+
import { ControlSize } from '..';
|
|
2
|
+
interface BaseRowMods {
|
|
3
|
+
size?: ControlSize | '60';
|
|
4
|
+
}
|
|
5
|
+
export interface DataTableMods {
|
|
6
|
+
size?: ControlSize;
|
|
7
|
+
border?: boolean;
|
|
8
|
+
headerTextCase?: 'upper' | 'normal';
|
|
9
|
+
}
|
|
10
|
+
interface TableSizesAndPositionMods {
|
|
11
|
+
size?: ControlSize | '60';
|
|
12
|
+
padding?: '0' | '12' | '24';
|
|
13
|
+
alignActions?: 'top' | 'center';
|
|
14
|
+
}
|
|
15
|
+
export interface DataTableRowMods extends TableSizesAndPositionMods {
|
|
16
|
+
borderBottom?: any;
|
|
17
|
+
background?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface DataTableCellMods extends TableSizesAndPositionMods {
|
|
20
|
+
background?: string;
|
|
21
|
+
border?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface DataTableHeaderCellMods extends BaseRowMods {
|
|
24
|
+
textCase?: 'upper' | 'normal';
|
|
25
|
+
}
|
|
26
|
+
export interface DataTableHeaderRowMods extends BaseRowMods {
|
|
27
|
+
textCase?: 'upper' | 'normal';
|
|
28
|
+
}
|
|
29
|
+
export interface ScrollRowMods extends BaseRowMods {
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
32
32
|
//# sourceMappingURL=types.d.ts.map
|
package/components/types.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
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 SemanticColor = 'info' | 'success' | 'warning' | 'error';
|
|
8
|
-
export declare const allSemanticColors: SemanticColor[];
|
|
9
|
-
export type ButtonSemanticColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
10
|
-
export declare const allButtonSemanticColors: ButtonSemanticColor[];
|
|
11
|
-
export type EpamBadgeSemanticColor = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
12
|
-
export declare const allEpamBadgeSemanticColors: EpamBadgeSemanticColor[];
|
|
13
|
-
export type TextSize = 'none' | '18' | '24' | '30' | '36' | '48';
|
|
14
|
-
export declare const allTextSizes: TextSize[];
|
|
15
|
-
export type FontStyle = 'regular' | 'semibold' | 'italic' | 'primary' | 'promo';
|
|
16
|
-
export declare const allFontStyles: FontStyle[];
|
|
17
|
-
export interface ColorMod {
|
|
18
|
-
/** Component color */
|
|
19
|
-
color?: SemanticColor;
|
|
20
|
-
}
|
|
21
|
-
export interface RowSizeMod {
|
|
22
|
-
size?: RowSize;
|
|
23
|
-
}
|
|
24
|
-
export interface SizeMod {
|
|
25
|
-
size?: ControlSize;
|
|
26
|
-
}
|
|
27
|
-
export interface IHasEditMode {
|
|
28
|
-
mode?: 'form' | 'cell' | 'inline';
|
|
29
|
-
}
|
|
30
|
-
export declare enum EditMode {
|
|
31
|
-
FORM = "form",
|
|
32
|
-
CELL = "cell",
|
|
33
|
-
INLINE = "inline"
|
|
34
|
-
}
|
|
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 SemanticColor = 'info' | 'success' | 'warning' | 'error';
|
|
8
|
+
export declare const allSemanticColors: SemanticColor[];
|
|
9
|
+
export type ButtonSemanticColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
10
|
+
export declare const allButtonSemanticColors: ButtonSemanticColor[];
|
|
11
|
+
export type EpamBadgeSemanticColor = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
12
|
+
export declare const allEpamBadgeSemanticColors: EpamBadgeSemanticColor[];
|
|
13
|
+
export type TextSize = 'none' | '18' | '24' | '30' | '36' | '48';
|
|
14
|
+
export declare const allTextSizes: TextSize[];
|
|
15
|
+
export type FontStyle = 'regular' | 'semibold' | 'italic' | 'primary' | 'promo';
|
|
16
|
+
export declare const allFontStyles: FontStyle[];
|
|
17
|
+
export interface ColorMod {
|
|
18
|
+
/** Component color */
|
|
19
|
+
color?: SemanticColor;
|
|
20
|
+
}
|
|
21
|
+
export interface RowSizeMod {
|
|
22
|
+
size?: RowSize;
|
|
23
|
+
}
|
|
24
|
+
export interface SizeMod {
|
|
25
|
+
size?: ControlSize;
|
|
26
|
+
}
|
|
27
|
+
export interface IHasEditMode {
|
|
28
|
+
mode?: 'form' | 'cell' | 'inline';
|
|
29
|
+
}
|
|
30
|
+
export declare enum EditMode {
|
|
31
|
+
FORM = "form",
|
|
32
|
+
CELL = "cell",
|
|
33
|
+
INLINE = "inline"
|
|
34
|
+
}
|
|
35
35
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { RichTextViewProps } from '@epam/uui-components';
|
|
3
|
-
export interface RichTextViewMods {
|
|
4
|
-
size?: '12' | '14' | '16';
|
|
5
|
-
}
|
|
6
|
-
export declare const RichTextView: (props: RichTextViewProps & RichTextViewMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { RichTextViewProps } from '@epam/uui-components';
|
|
3
|
+
export interface RichTextViewMods {
|
|
4
|
+
size?: '12' | '14' | '16';
|
|
5
|
+
}
|
|
6
|
+
export declare const RichTextView: (props: RichTextViewProps & RichTextViewMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
7
|
//# sourceMappingURL=RichTextView.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as types from '../types';
|
|
3
|
-
import { TextProps as UuiTextProps } from '@epam/uui-components';
|
|
4
|
-
import { TextSettings } from '../../helpers/textLayout';
|
|
5
|
-
export interface TextMods extends TextSettings {
|
|
6
|
-
size?: types.TextSize | '42';
|
|
7
|
-
font?: types.FontStyle;
|
|
8
|
-
color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
|
|
9
|
-
}
|
|
10
|
-
export type TextProps = UuiTextProps & TextMods;
|
|
11
|
-
export declare const Text: (props: 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>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as types from '../types';
|
|
3
|
+
import { TextProps as UuiTextProps } from '@epam/uui-components';
|
|
4
|
+
import { TextSettings } from '../../helpers/textLayout';
|
|
5
|
+
export interface TextMods extends TextSettings {
|
|
6
|
+
size?: types.TextSize | '42';
|
|
7
|
+
font?: types.FontStyle;
|
|
8
|
+
color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
|
|
9
|
+
}
|
|
10
|
+
export type TextProps = UuiTextProps & TextMods;
|
|
11
|
+
export declare const Text: (props: 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>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
12
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IHasCX, IHasRawProps } from "@epam/uui-core";
|
|
3
|
-
import { PropsWithChildren } from "react";
|
|
4
|
-
export interface ITextPlaceholderProps extends IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasCX {
|
|
5
|
-
wordsCount?: number;
|
|
6
|
-
isNotAnimated?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export type TextPlaceholderProps = PropsWithChildren<ITextPlaceholderProps>;
|
|
9
|
-
export declare const TextPlaceholder: React.FunctionComponent<PropsWithChildren<ITextPlaceholderProps>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IHasCX, IHasRawProps } from "@epam/uui-core";
|
|
3
|
+
import { PropsWithChildren } from "react";
|
|
4
|
+
export interface ITextPlaceholderProps extends IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasCX {
|
|
5
|
+
wordsCount?: number;
|
|
6
|
+
isNotAnimated?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export type TextPlaceholderProps = PropsWithChildren<ITextPlaceholderProps>;
|
|
9
|
+
export declare const TextPlaceholder: React.FunctionComponent<PropsWithChildren<ITextPlaceholderProps>>;
|
|
10
10
|
//# sourceMappingURL=TextPlaceholder.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Text';
|
|
2
|
-
export * from './TextPlaceholder';
|
|
3
|
-
export * from './RichTextView';
|
|
1
|
+
export * from './Text';
|
|
2
|
+
export * from './TextPlaceholder';
|
|
3
|
+
export * from './RichTextView';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AvatarProps } from '@epam/uui-components';
|
|
2
|
-
export declare const Avatar: (props: AvatarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
1
|
+
import { AvatarProps } from '@epam/uui-components';
|
|
2
|
+
export declare const Avatar: (props: AvatarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
3
3
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { EpamBadgeSemanticColor } from "../types";
|
|
3
|
-
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
-
export type BadgeColor = EpamBadgeSemanticColor;
|
|
5
|
-
export type BadgeFill = 'solid' | 'semitransparent' | 'transparent';
|
|
6
|
-
export type BadgeSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
7
|
-
export interface BadgeMods {
|
|
8
|
-
color?: BadgeColor;
|
|
9
|
-
fill?: BadgeFill;
|
|
10
|
-
size?: BadgeSize;
|
|
11
|
-
}
|
|
12
|
-
export type BadgeProps = ButtonProps & BadgeMods;
|
|
13
|
-
export declare function applyBadgeMods(mods: BadgeMods): string[];
|
|
14
|
-
export declare const Badge: (props: ButtonProps & BadgeMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { EpamBadgeSemanticColor } from "../types";
|
|
3
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
+
export type BadgeColor = EpamBadgeSemanticColor;
|
|
5
|
+
export type BadgeFill = 'solid' | 'semitransparent' | 'transparent';
|
|
6
|
+
export type BadgeSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
7
|
+
export interface BadgeMods {
|
|
8
|
+
color?: BadgeColor;
|
|
9
|
+
fill?: BadgeFill;
|
|
10
|
+
size?: BadgeSize;
|
|
11
|
+
}
|
|
12
|
+
export type BadgeProps = ButtonProps & BadgeMods;
|
|
13
|
+
export declare function applyBadgeMods(mods: BadgeMods): string[];
|
|
14
|
+
export declare const Badge: (props: ButtonProps & BadgeMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
15
15
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SpinnerProps as UuiSpinnerProps } from '@epam/uui-components';
|
|
3
|
-
export type SpinnerProps = UuiSpinnerProps;
|
|
4
|
-
export declare function applySpinnerMods(): string[];
|
|
5
|
-
export declare const Spinner: (props: UuiSpinnerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SpinnerProps as UuiSpinnerProps } from '@epam/uui-components';
|
|
3
|
+
export type SpinnerProps = UuiSpinnerProps;
|
|
4
|
+
export declare function applySpinnerMods(): string[];
|
|
5
|
+
export declare const Spinner: (props: UuiSpinnerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
6
6
|
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ButtonProps } from '@epam/uui-components';
|
|
2
|
-
export type TagSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
3
|
-
export interface TagMods {
|
|
4
|
-
size?: TagSize;
|
|
5
|
-
}
|
|
6
|
-
export declare function applyTagMods(mods: TagMods): string[];
|
|
7
|
-
export type TagProps = ButtonProps & TagMods;
|
|
8
|
-
export declare const Tag: (props: ButtonProps & TagMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
1
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
2
|
+
export type TagSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
3
|
+
export interface TagMods {
|
|
4
|
+
size?: TagSize;
|
|
5
|
+
}
|
|
6
|
+
export declare function applyTagMods(mods: TagMods): string[];
|
|
7
|
+
export type TagProps = ButtonProps & TagMods;
|
|
8
|
+
export declare const Tag: (props: ButtonProps & TagMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
9
|
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Avatar';
|
|
2
|
-
export * from './Badge';
|
|
3
|
-
export * from './Tag';
|
|
4
|
-
export * from './Spinner';
|
|
1
|
+
export * from './Avatar';
|
|
2
|
+
export * from './Badge';
|
|
3
|
+
export * from './Tag';
|
|
4
|
+
export * from './Spinner';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/helpers/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./useColumnsWithFilters";
|
|
2
|
-
export * from "./textLayout";
|
|
1
|
+
export * from "./useColumnsWithFilters";
|
|
2
|
+
export * from "./textLayout";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|