@epam/uui 5.4.2 → 5.5.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/text-size.scss +5 -0
- package/components/buttons/Button.d.ts +22 -11
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +9 -7
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +7 -4
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +10 -4
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +4 -4
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +5 -0
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts +3 -0
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +7 -0
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +4 -4
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts +5 -1
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/fileUpload/DropSpot.d.ts +2 -3
- package/components/fileUpload/DropSpot.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
- package/components/filters/FilterDatePickerBody.d.ts +2 -2
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts +15 -0
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +2 -2
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/index.d.ts +0 -1
- package/components/index.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +11 -2
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/InputAddon.d.ts +2 -3
- package/components/inputs/InputAddon.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +24 -8
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/NumericInput.d.ts +19 -6
- package/components/inputs/NumericInput.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +12 -5
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Slider.d.ts +3 -6
- package/components/inputs/Slider.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +4 -2
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +19 -7
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +15 -6
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/TimePicker.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +7 -2
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/CheckboxGroup.d.ts +21 -2
- package/components/layout/CheckboxGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +3 -1
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +3 -2
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +3 -1
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +3 -1
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +20 -2
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +5 -6
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
- package/components/navigation/MainMenu/GlobalMenu.d.ts +1 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenu.d.ts +3 -1
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +1 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +2 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +1 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +10 -5
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/ConfirmationModal.d.ts +3 -0
- package/components/overlays/ConfirmationModal.d.ts.map +1 -1
- package/components/overlays/DropdownContainer.d.ts +9 -1
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +16 -4
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +14 -7
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +8 -4
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/pickers/DataPickerCell.d.ts +5 -0
- package/components/pickers/DataPickerCell.d.ts.map +1 -0
- package/components/pickers/DataPickerRow.d.ts +2 -5
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/MobileDropdownWrapper.d.ts +1 -0
- package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +2 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +4 -0
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/types.d.ts +7 -0
- package/components/pickers/types.d.ts.map +1 -0
- package/components/tables/DataTable.d.ts +25 -3
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
- package/components/types.d.ts +13 -1
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +3 -1
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +28 -8
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +33 -16
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +8 -3
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts +16 -0
- package/components/widgets/DataRowAddons.d.ts.map +1 -0
- package/components/widgets/Paginator.d.ts.map +1 -1
- package/components/widgets/ProgressBar.d.ts +10 -2
- package/components/widgets/ProgressBar.d.ts.map +1 -1
- package/components/widgets/Spinner.d.ts +3 -4
- package/components/widgets/Spinner.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +4 -3
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +20 -12
- package/components/widgets/Tag.d.ts.map +1 -1
- package/components/widgets/index.d.ts +1 -0
- package/components/widgets/index.d.ts.map +1 -1
- package/helpers/textLayout.d.ts +1 -1
- package/helpers/textLayout.d.ts.map +1 -1
- package/index.esm.js +935 -812
- package/index.esm.js.map +1 -1
- package/index.js +939 -831
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +4878 -4808
- package/styles.css.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,
|
|
1
|
+
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,qBAAqB;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAU9G,eAAO,MAAM,iBAAiB,sMAAqI,CAAC"}
|
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { ModalFooterCoreProps, ModalWindowProps as
|
|
2
|
+
import { ModalFooterCoreProps, ModalWindowProps as uuiModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
|
|
3
3
|
import { RowMods } from '../layout/FlexItems';
|
|
4
4
|
export declare const ModalBlocker: (props: ModalBlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
5
|
-
|
|
5
|
+
interface ModalWindowMods {
|
|
6
|
+
/**
|
|
7
|
+
* Defines component width.
|
|
8
|
+
* @default '420px'
|
|
9
|
+
*/
|
|
6
10
|
width?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Defines component height.
|
|
13
|
+
* @default 'auto'
|
|
14
|
+
*/
|
|
7
15
|
height?: number;
|
|
8
16
|
}
|
|
9
|
-
export
|
|
10
|
-
|
|
17
|
+
export interface ModalWindowCoreProps extends uuiModalWindowProps {
|
|
18
|
+
}
|
|
19
|
+
export interface ModalWindowProps extends ModalWindowCoreProps, ModalWindowMods {
|
|
20
|
+
}
|
|
21
|
+
export declare const ModalWindow: (props: uuiModalWindowProps & ModalWindowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
11
22
|
export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
|
|
12
23
|
}
|
|
13
24
|
export declare class ModalHeader extends React.Component<ModalHeaderProps> {
|
|
@@ -18,4 +29,5 @@ export interface ModalFooterProps extends RowMods, ModalFooterCoreProps {
|
|
|
18
29
|
export declare class ModalFooter extends React.Component<ModalFooterProps> {
|
|
19
30
|
render(): JSX.Element;
|
|
20
31
|
}
|
|
32
|
+
export {};
|
|
21
33
|
//# sourceMappingURL=Modals.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,MAAM,qBAAqB,CAAC;AAM7E,eAAO,MAAM,YAAY,6HAAyE,CAAC;AAEnG,
|
|
1
|
+
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,MAAM,qBAAqB,CAAC;AAM7E,eAAO,MAAM,YAAY,6HAAyE,CAAC;AAEnG,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;CAAG;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,eAAe;CAAG;AAElF,eAAO,MAAM,WAAW,iJAUvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAyBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAkBT"}
|
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { INotification, Icon, IHasChildren, IHasCX, UuiContexts, IHasRawProps } from '@epam/uui-core';
|
|
3
3
|
interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
|
|
4
|
+
/** Defines NotificationAction name. */
|
|
4
5
|
name: string;
|
|
6
|
+
/** Called when action is clicked */
|
|
5
7
|
action: () => void;
|
|
6
8
|
}
|
|
7
|
-
export interface
|
|
9
|
+
export interface NotificationCardCoreProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
10
|
+
/** Array of Notification actions. If provided will be displayed as LinkButtons in the end of notification. */
|
|
8
11
|
actions?: NotificationAction[];
|
|
9
|
-
|
|
10
|
-
export interface NotificationCardProps extends DefaultNotificationProps {
|
|
12
|
+
/** NotificationCard icon */
|
|
11
13
|
icon?: Icon;
|
|
14
|
+
}
|
|
15
|
+
interface NotificationMods {
|
|
16
|
+
/** NotificationCard color */
|
|
12
17
|
color?: 'info' | 'success' | 'warning' | 'error';
|
|
13
18
|
}
|
|
19
|
+
export interface NotificationCardProps extends NotificationCardCoreProps, NotificationMods {
|
|
20
|
+
}
|
|
14
21
|
export declare const NotificationCard: React.ForwardRefExoticComponent<NotificationCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
-
export declare const WarningNotification: React.ForwardRefExoticComponent<
|
|
16
|
-
export declare const SuccessNotification: React.ForwardRefExoticComponent<
|
|
17
|
-
export declare const HintNotification: React.ForwardRefExoticComponent<
|
|
18
|
-
export declare const ErrorNotification: React.ForwardRefExoticComponent<
|
|
22
|
+
export declare const WarningNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export declare const SuccessNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export declare const HintNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
+
export declare const ErrorNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
26
|
export declare class ClearNotification extends React.Component<{}> {
|
|
20
27
|
static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
|
|
21
28
|
context: UuiContexts;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUlH,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUlH,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtI,8GAA8G;IAC9G,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,UAAU,gBAAgB;IACtB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACpD;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB,EAAE,gBAAgB;CAAG;AAE7F,eAAO,MAAM,gBAAgB,8FAwC3B,CAAC;AAEH,eAAO,MAAM,mBAAmB,kGAE9B,CAAC;AAEH,eAAO,MAAM,mBAAmB,kGAE9B,CAAC;AAEH,eAAO,MAAM,gBAAgB,kGAE3B,CAAC;AAEH,eAAO,MAAM,iBAAiB,kGAE5B,CAAC;AAEH,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAC5B,MAAM;CAOT"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
+
interface TooltipMods {
|
|
3
3
|
/**
|
|
4
4
|
* Tooltip color
|
|
5
5
|
* @default 'inverted'
|
|
6
6
|
*/
|
|
7
7
|
color?: 'neutral' | 'inverted' | 'critical';
|
|
8
8
|
}
|
|
9
|
-
export
|
|
10
|
-
|
|
9
|
+
export interface TooltipCoreProps extends uuiComponents.TooltipProps {
|
|
10
|
+
}
|
|
11
|
+
export interface TooltipProps extends TooltipCoreProps, TooltipMods {
|
|
12
|
+
}
|
|
13
|
+
export declare const Tooltip: (props: TooltipProps & TooltipMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
14
|
+
export {};
|
|
11
15
|
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,WAAW;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED,MAAM,WAAW,gBAAiB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAEvE,MAAM,WAAW,YAAa,SAAQ,gBAAgB,EAAE,WAAW;CAAG;AAStE,eAAO,MAAM,OAAO,oKAA+E,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DataPickerCellProps } from '@epam/uui-core';
|
|
3
|
+
import { PickerCellMods } from './types';
|
|
4
|
+
export declare function DataPickerCell<TItem, TId>(props: DataPickerCellProps<TItem, TId> & PickerCellMods): JSX.Element;
|
|
5
|
+
//# sourceMappingURL=DataPickerCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataPickerCell.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA0BzC,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,cAAc,eAiEjG"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { DataRowProps
|
|
2
|
+
import { DataRowProps } from '@epam/uui-core';
|
|
3
3
|
export interface DataPickerRowProps<TItem, TId> extends DataRowProps<TItem, TId> {
|
|
4
4
|
renderItem(item: TItem, rowProps: DataRowProps<TItem, TId>): React.ReactNode;
|
|
5
5
|
padding?: '12' | '24';
|
|
6
|
-
size?: '
|
|
7
|
-
borderBottom?: 'none' | 'gray20';
|
|
6
|
+
size?: '24' | '30' | '36' | '42' | '48' | '60';
|
|
8
7
|
alignActions?: 'top' | 'center';
|
|
9
8
|
}
|
|
10
9
|
export declare class DataPickerRow<TItem, TId> extends React.Component<DataPickerRowProps<TItem, TId>> {
|
|
11
|
-
private getIcon;
|
|
12
|
-
column: DataColumnProps<TItem>;
|
|
13
10
|
renderContent: () => JSX.Element;
|
|
14
11
|
render(): JSX.Element;
|
|
15
12
|
}
|
|
@@ -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,
|
|
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,MAAM,gBAAgB,CAAC;AAM9C,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,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,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,aAAa,oBAWX;IAEF,MAAM;CAST"}
|
|
@@ -9,6 +9,7 @@ interface IMobileDropdownWrapperProps extends IHasCX, IHasRawProps<React.HTMLAtt
|
|
|
9
9
|
focusLock?: boolean;
|
|
10
10
|
width?: number | 'auto';
|
|
11
11
|
maxWidth?: number | 'auto';
|
|
12
|
+
maxHeight?: number;
|
|
12
13
|
}
|
|
13
14
|
export declare const MobileDropdownWrapper: React.FC<IMobileDropdownWrapperProps>;
|
|
14
15
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MobileDropdownWrapper.d.ts","sourceRoot":"","sources":["../../../components/pickers/MobileDropdownWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,YAAY,EAAY,MAAM,gBAAgB,CAAC;AAEpF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKvC,UAAU,2BAA4B,SAAQ,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IACxH,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"MobileDropdownWrapper.d.ts","sourceRoot":"","sources":["../../../components/pickers/MobileDropdownWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,YAAY,EAAY,MAAM,gBAAgB,CAAC;AAEpF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKvC,UAAU,2BAA4B,SAAQ,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IACxH,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAmBvE,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PickerInputBaseProps } from '@epam/uui-components';
|
|
3
3
|
import { IHasEditMode, SizeMod } from '../types';
|
|
4
|
-
export type PickerInputProps = SizeMod & IHasEditMode &
|
|
5
|
-
export
|
|
6
|
-
export declare const PickerInput: <TItem, TId>(props: CompletePickerInputProps<TItem, TId>, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
|
|
4
|
+
export type PickerInputProps<TItem, TId> = SizeMod & IHasEditMode & PickerInputBaseProps<TItem, TId>;
|
|
5
|
+
export declare const PickerInput: <TItem, TId>(props: PickerInputProps<TItem, TId>, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
|
|
7
6
|
//# 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,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAa3D,MAAM,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAa3D,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAiLrG,eAAO,MAAM,WAAW,yDAEf,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiB,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAA4C,MAAM,sBAAsB,CAAC;AAClK,OAAO,
|
|
1
|
+
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiB,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAA4C,MAAM,sBAAsB,CAAC;AAClK,OAAO,EAAiC,WAAW,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAgB/F,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GACxE,WAAW,GACX,CAAC,sBAAsB,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,qBAAqB,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,GACxE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE/B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,eA+I1E"}
|
|
@@ -2,6 +2,10 @@ import * as React from 'react';
|
|
|
2
2
|
import { PickerTogglerProps } from '@epam/uui-components';
|
|
3
3
|
import * as types from '../types';
|
|
4
4
|
export interface PickerTogglerMods extends types.IHasEditMode {
|
|
5
|
+
/**
|
|
6
|
+
* Defines component size
|
|
7
|
+
* @default 36
|
|
8
|
+
*/
|
|
5
9
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
6
10
|
}
|
|
7
11
|
export declare const PickerToggler: <TItem, TId>(props: PickerTogglerProps<TItem, TId> & PickerTogglerMods, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAiED,eAAO,MAAM,aAAa,+EAEjB,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD;;;MAGE;IACF,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAiED,eAAO,MAAM,aAAa,+EAEjB,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/pickers/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC"}
|
|
@@ -1,19 +1,41 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { DataTableFocusManager } from '@epam/uui-components';
|
|
3
3
|
import { DataRowProps, IEditable, DataTableState, DataTableColumnsConfigOptions, DataSourceListProps, DataColumnProps, TableFiltersConfig, DataTableRowProps, DataTableSelectedCellData } from '@epam/uui-core';
|
|
4
4
|
import { DataTableMods } from './types';
|
|
5
5
|
import { ColumnsConfigurationModalProps } from './columnsConfigurationModal';
|
|
6
|
+
import { VirtualListProps } from '../layout';
|
|
6
7
|
import './variables.scss';
|
|
7
|
-
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions {
|
|
8
|
+
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions, Pick<VirtualListProps, 'onScroll'> {
|
|
9
|
+
/** Callback to get rows that will be rendered in table */
|
|
8
10
|
getRows(): DataRowProps<TItem, TId>[];
|
|
11
|
+
/** Array of all possible columns for the table */
|
|
9
12
|
columns: DataColumnProps<TItem, TId>[];
|
|
13
|
+
/** Render callback for the table row.
|
|
14
|
+
* If omitted, default DataTableRow implementation will be rendered.
|
|
15
|
+
* */
|
|
10
16
|
renderRow?(props: DataTableRowProps<TItem, TId>): React.ReactNode;
|
|
17
|
+
/** Render callback for the 'No results' block. Will be rendered when table doesn't have rows for displaying, e.g. after search applying.
|
|
18
|
+
* If omitted, default implementation will be rendered.
|
|
19
|
+
* */
|
|
11
20
|
renderNoResultsBlock?(): React.ReactNode;
|
|
12
|
-
|
|
21
|
+
/** Pass true to enable the column configuration button in the last column header. On this button click will show the columns configuration modal.
|
|
22
|
+
* Note that you need to have at least one column fixed to the right for proper display
|
|
23
|
+
* */
|
|
13
24
|
showColumnsConfig?: boolean;
|
|
25
|
+
/** Array of filters to be added to the column header.
|
|
26
|
+
* For each filter, you need to specify the `columnKey` of the column where it will be attached.
|
|
27
|
+
* */
|
|
14
28
|
filters?: TableFiltersConfig<any>[];
|
|
29
|
+
/** Called when cell content is copied to other cells via the DataTable cell copying mechanism.
|
|
30
|
+
* This callback is typically used to update the state according to the changes.
|
|
31
|
+
* To enable cell copying, provide the canCopy prop for the column.
|
|
32
|
+
* */
|
|
15
33
|
onCopy?: (copyFrom: DataTableSelectedCellData<TItem, TId, TFilter>, selectedCells: DataTableSelectedCellData<TItem, TId, TFilter>[]) => void;
|
|
34
|
+
/** Render callback for column configuration modal.
|
|
35
|
+
* If omitted, default `ColumnsConfigurationModal` implementation will be rendered.
|
|
36
|
+
*/
|
|
16
37
|
renderColumnsConfigurationModal?: (props: ColumnsConfigurationModalProps<TItem, TId, TFilter>) => React.ReactNode;
|
|
38
|
+
dataTableFocusManager?: DataTableFocusManager<TId>;
|
|
17
39
|
}
|
|
18
40
|
export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
|
|
19
41
|
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAA6C,qBAAqB,EAA0B,MAAM,sBAAsB,CAAC;AAEhI,OAAO,EACY,YAAY,EAAqD,SAAS,EAAE,cAAc,EAAE,6BAA6B,EACxI,mBAAmB,EAAE,eAAe,EAAM,kBAAkB,EAAE,iBAAiB,EAAE,yBAAyB,EAC7G,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,aAAa,EAAoB,MAAM,SAAS,CAAC;AAC1D,OAAO,EAA6B,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AACxG,OAAO,EAA4C,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAKvF,OAAO,kBAAkB,CAAC;AAG1B,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,CAAE,SAAQ,SAAS,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC;IAChL,0DAA0D;IAC1D,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACtC,kDAAkD;IAClD,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACvC;;SAEK;IACL,SAAS,CAAC,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAClE;;SAEK;IACL,oBAAoB,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC;IACzC;;SAEK;IACL,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;SAEK;IACL,OAAO,CAAC,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC;IACpC;;;SAGK;IACL,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC;IAC7I;;OAEG;IACH,+BAA+B,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAClH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;CACtD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,aAAa,CAAC,eAuH/G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":";AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAI5C,OAAO,kBAAkB,CAAC;AAE1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,CAAC,GAAG,iBAAiB,eAwC1H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAsC,gBAAgB,EAAM,MAAM,gBAAgB,CAAC;AACpH,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAOlD,OAAO,kBAAkB,CAAC;AAQ1B,UAAU,wBAAwB;IAC9B,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,uBAAuB,EAAE,wBAAwB,CAAC;IAC1J,KAAK,EAAE,wBAAwB,CAE7B;IAEF,YAAY,eAGV;IAEF,iBAAiB,oBAKf;IAEF,gBAAgB,oBA0Cd;IAEF,oBAAoB,oBAId;IAEN,gBAAgB,UAAW,sBAAsB,iBAAwG;IACzJ,iBAAiB,UAAW,sBAAsB,kBAAkB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"DataTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAsC,gBAAgB,EAAM,MAAM,gBAAgB,CAAC;AACpH,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAOlD,OAAO,kBAAkB,CAAC;AAQ1B,UAAU,wBAAwB;IAC9B,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,uBAAuB,EAAE,wBAAwB,CAAC;IAC1J,KAAK,EAAE,wBAAwB,CAE7B;IAEF,YAAY,eAGV;IAEF,iBAAiB,oBAKf;IAEF,gBAAgB,oBA0Cd;IAEF,oBAAoB,oBAId;IAEN,gBAAgB,UAAW,sBAAsB,iBAAwG;IACzJ,iBAAiB,UAAW,sBAAsB,kBAAkB,gBAAgB,iBAqClF;IAEF,oBAAoB,UAAW,sBAAsB,iBAWnD;IAEF,MAAM;CAGT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnRow.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/ColumnRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"ColumnRow.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/ColumnRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,eAAe,EAAkC,MAAM,gBAAgB,CAAC;AAIrF,OAAO,EAAc,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAIhF,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO;IAC/C,MAAM,EAAE,4BAA4B,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAClF;AAED,eAAO,MAAM,SAAS,2DAmDpB,CAAC"}
|
package/components/types.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Defines the size of a control.
|
|
3
|
+
*/
|
|
4
|
+
export type ControlSize = '24' | '30' | '36' | '42' | '48';
|
|
2
5
|
export interface SizeMod {
|
|
6
|
+
/**
|
|
7
|
+
* Defines component size.
|
|
8
|
+
*/
|
|
3
9
|
size?: ControlSize;
|
|
4
10
|
}
|
|
5
11
|
/** Component can adjust visuals for different contexts: forms, tables cells, on in WYSIWYG UX */
|
|
@@ -12,9 +18,15 @@ export interface IHasEditMode {
|
|
|
12
18
|
*/
|
|
13
19
|
mode?: 'form' | 'cell' | 'inline';
|
|
14
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* Defines the different edit modes.
|
|
23
|
+
*/
|
|
15
24
|
export declare enum EditMode {
|
|
25
|
+
/** Defines edit mode for form */
|
|
16
26
|
FORM = "form",
|
|
27
|
+
/** Defines edit mode for cell in tables */
|
|
17
28
|
CELL = "cell",
|
|
29
|
+
/** Defines edit mode for inline elements */
|
|
18
30
|
INLINE = "inline"
|
|
19
31
|
}
|
|
20
32
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE3D,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,iGAAiG;AACjG,MAAM,WAAW,YAAY;IACzB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CACrC;AAED;;GAEG;AACH,oBAAY,QAAQ;IAChB,iCAAiC;IACjC,IAAI,SAAS;IACb,2CAA2C;IAC3C,IAAI,SAAS;IACb,4CAA4C;IAC5C,MAAM,WAAW;CACpB"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface RichTextViewMods {
|
|
3
3
|
/**
|
|
4
|
+
* Defines component size.
|
|
4
5
|
* @default '14'
|
|
5
6
|
*/
|
|
6
7
|
size?: '12' | '14' | '16';
|
|
7
8
|
}
|
|
8
9
|
export type RichTextViewProps = uuiComponents.RichTextViewProps & RichTextViewMods;
|
|
9
10
|
export declare const RichTextView: (props: uuiComponents.RichTextViewProps & RichTextViewMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
11
|
+
export {};
|
|
10
12
|
//# sourceMappingURL=RichTextView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichTextView.d.ts","sourceRoot":"","sources":["../../../components/typography/RichTextView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,
|
|
1
|
+
{"version":3,"file":"RichTextView.d.ts","sourceRoot":"","sources":["../../../components/typography/RichTextView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,gBAAgB;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,gBAAgB,CAAC;AAEnF,eAAO,MAAM,YAAY,4LAGxB,CAAC"}
|
|
@@ -1,15 +1,35 @@
|
|
|
1
1
|
import { TextSettings } from '../../helpers';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
3
|
+
type TextColor = 'info' | 'warning' | 'critical' | 'success' | 'brand' | 'primary' | 'secondary' | 'disabled' | 'white';
|
|
4
|
+
type TextSize = 'none' | '18' | '24' | '30' | '36' | '42' | '48';
|
|
5
|
+
type TextFontStyle = 'normal' | 'italic';
|
|
6
|
+
type TextFontWeight = '200' | '300' | '400' | '600' | '700' | '900';
|
|
7
|
+
interface TextMods {
|
|
8
|
+
/**
|
|
9
|
+
* Defines text color.
|
|
10
|
+
* @default 'primary'
|
|
11
|
+
*/
|
|
8
12
|
color?: TextColor;
|
|
13
|
+
}
|
|
14
|
+
export interface TextCoreProps extends uuiComponents.TextProps, TextSettings {
|
|
15
|
+
/**
|
|
16
|
+
* Defines text font weight value
|
|
17
|
+
* @default '400'
|
|
18
|
+
*/
|
|
9
19
|
fontWeight?: TextFontWeight;
|
|
20
|
+
/**
|
|
21
|
+
* Determines the style of the text font.
|
|
22
|
+
* @default 'normal'
|
|
23
|
+
*/
|
|
10
24
|
fontStyle?: TextFontStyle;
|
|
25
|
+
/**
|
|
26
|
+
* Defines text size
|
|
27
|
+
* @default '36'
|
|
28
|
+
*/
|
|
11
29
|
size?: TextSize;
|
|
12
30
|
}
|
|
13
|
-
export
|
|
14
|
-
|
|
31
|
+
export interface TextProps extends TextCoreProps, TextMods {
|
|
32
|
+
}
|
|
33
|
+
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<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
34
|
+
export {};
|
|
15
35
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,KAAK,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,OAAO,CAAC;AACxH,KAAK,QAAQ,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACjE,KAAK,aAAa,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACzC,KAAK,cAAc,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEpE,UAAU,QAAQ;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa,CAAC,SAAS,EAAE,YAAY;IACxE;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACnB;AAED,MAAM,WAAW,SAAU,SAAQ,aAAa,EAAE,QAAQ;CAAG;AAsB7D,eAAO,MAAM,IAAI,qcAAkF,CAAC"}
|
|
@@ -1,21 +1,38 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
3
|
+
type BadgeMods = {
|
|
4
|
+
/** Defines component color. */
|
|
5
|
+
color?: 'info' | 'success' | 'warning' | 'critical' | 'neutral';
|
|
6
|
+
/**
|
|
7
|
+
* Defines component fill style.
|
|
8
|
+
* @default 'solid'
|
|
9
|
+
*/
|
|
10
|
+
fill?: 'solid' | 'outline';
|
|
11
|
+
/**
|
|
12
|
+
* Defines component size.
|
|
13
|
+
* @default '36'
|
|
14
|
+
*/
|
|
15
|
+
size?: '18' | '24' | '30' | '36' | '42' | '48';
|
|
16
|
+
};
|
|
17
|
+
export type BadgeCoreProps = Omit<uuiComponents.ButtonProps, 'onClear' | 'clearIcon' | 'iconPosition'> & {
|
|
18
|
+
/** Pass true to display an indicator. It shows only if fill = 'outline'. */
|
|
16
19
|
indicator?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Position of the icon (left of right)
|
|
22
|
+
* @default 'left'
|
|
23
|
+
*/
|
|
24
|
+
iconPosition?: 'left' | 'right';
|
|
17
25
|
};
|
|
26
|
+
/** Represents the properties of a Badge component. */
|
|
18
27
|
export type BadgeProps = BadgeCoreProps & BadgeMods;
|
|
19
|
-
export declare
|
|
20
|
-
|
|
28
|
+
export declare const Badge: (props: Omit<uuiComponents.ButtonProps, "onClear" | "iconPosition" | "clearIcon"> & {
|
|
29
|
+
/** Pass true to display an indicator. It shows only if fill = 'outline'. */
|
|
30
|
+
indicator?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Position of the icon (left of right)
|
|
33
|
+
* @default 'left'
|
|
34
|
+
*/
|
|
35
|
+
iconPosition?: 'left' | 'right';
|
|
36
|
+
} & BadgeMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
37
|
+
export {};
|
|
21
38
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAiBtD,KAAK,SAAS,GAAG;IACb,+BAA+B;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAChE;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,SAAS,GAAG,WAAW,GAAG,cAAc,CAAC,GAAG;IACrG,4EAA4E;IAC5E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACnC,CAAC;AAEF,sDAAsD;AACtD,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG,SAAS,CAAC;AAuBpD,eAAO,MAAM,KAAK;IAjCd,4EAA4E;gBAChE,OAAO;IACnB;;;OAGG;mBACY,MAAM,GAAG,OAAO;+GAuDlC,CAAC"}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IHasCaption, IHasCX } from '@epam/uui-core';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
|
|
3
|
+
type CountIndicatorMods = {
|
|
4
|
+
/**
|
|
5
|
+
* Defines component color.
|
|
6
|
+
*/
|
|
7
|
+
color: 'neutral' | 'white' | 'info' | 'success' | 'warning' | 'critical';
|
|
6
8
|
};
|
|
7
9
|
export type CountIndicatorCoreProps = IHasCaption & IHasCX & {
|
|
8
10
|
/**
|
|
11
|
+
* Defines component size.
|
|
9
12
|
* @default '24'
|
|
10
13
|
*/
|
|
11
14
|
size?: '24' | '18' | '12';
|
|
@@ -13,8 +16,10 @@ export type CountIndicatorCoreProps = IHasCaption & IHasCX & {
|
|
|
13
16
|
export type CountIndicatorProps = CountIndicatorCoreProps & CountIndicatorMods;
|
|
14
17
|
export declare const CountIndicator: React.ForwardRefExoticComponent<IHasCaption & IHasCX & {
|
|
15
18
|
/**
|
|
19
|
+
* Defines component size.
|
|
16
20
|
* @default '24'
|
|
17
21
|
*/
|
|
18
22
|
size?: '24' | '18' | '12';
|
|
19
23
|
} & CountIndicatorMods & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export {};
|
|
20
25
|
//# sourceMappingURL=CountIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CountIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/CountIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGrD,
|
|
1
|
+
{"version":3,"file":"CountIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/CountIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGrD,KAAK,kBAAkB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;CAC5E,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,WAAW,GAAG,MAAM,GAAG;IACzD;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG,kBAAkB,CAAC;AAE/E,eAAO,MAAM,cAAc;IATvB;;;OAGG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;6DAoB3B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DataRowProps } from '@epam/uui-core';
|
|
3
|
+
import { ControlSize } from '../types';
|
|
4
|
+
/**
|
|
5
|
+
* Props of DataRowAddons.
|
|
6
|
+
*/
|
|
7
|
+
export interface DataRowAddonsProps<TItem, TId> {
|
|
8
|
+
/** DataRowProps object for the row where an addon is placed. */
|
|
9
|
+
rowProps: DataRowProps<TItem, TId>;
|
|
10
|
+
/** HTML tabIndex attribute to set on the cell. */
|
|
11
|
+
tabIndex?: React.HTMLAttributes<HTMLElement>['tabIndex'];
|
|
12
|
+
/** Controls size. */
|
|
13
|
+
size?: ControlSize | '60';
|
|
14
|
+
}
|
|
15
|
+
export declare function DataRowAddons<TItem, TId>(props: DataRowAddonsProps<TItem, TId>): JSX.Element;
|
|
16
|
+
//# sourceMappingURL=DataRowAddons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataRowAddons.d.ts","sourceRoot":"","sources":["../../../components/widgets/DataRowAddons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG;IAC1C,gEAAgE;IAChE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IAEnC,kDAAkD;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;IAEzD,qBAAqB;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,eAyC9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAoD,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAQxG,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eAqD9C"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import { IProgressBarProps } from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface ProgressBarMods {
|
|
3
|
+
/**
|
|
4
|
+
* Defines component size.
|
|
5
|
+
* @default '12'
|
|
6
|
+
*/
|
|
3
7
|
size?: '12' | '18' | '24';
|
|
8
|
+
/**
|
|
9
|
+
* To show ProgressBar with striped animation. The striped progress bar has no label.
|
|
10
|
+
*/
|
|
4
11
|
striped?: boolean;
|
|
5
12
|
}
|
|
6
|
-
export
|
|
13
|
+
export type ProgressBarProps = IProgressBarProps & ProgressBarMods;
|
|
7
14
|
export declare const ProgressBar: (props: IProgressBarProps & ProgressBarMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
15
|
+
export {};
|
|
8
16
|
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxF,
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxF,UAAU,eAAe;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG,eAAe,CAAC;AAYnE,eAAO,MAAM,WAAW,6KAErB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { SpinnerProps as
|
|
2
|
-
export type SpinnerProps =
|
|
3
|
-
export declare
|
|
4
|
-
export declare const Spinner: (props: UuiSpinnerProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
1
|
+
import { SpinnerProps as uuiSpinnerProps } from '@epam/uui-components';
|
|
2
|
+
export type SpinnerProps = uuiSpinnerProps;
|
|
3
|
+
export declare const Spinner: (props: uuiSpinnerProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
4
|
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../components/widgets/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI9F,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../components/widgets/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI9F,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAM3C,eAAO,MAAM,OAAO,yJAA0D,CAAC"}
|