@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":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,
|
|
1
|
+
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,2DAA2D;AAC3D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAWlE,eAAO,MAAM,UAAU;;;;kJAItB,CAAC"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface
|
|
1
|
+
import { SliderProps as uuiSliderProps } from '@epam/uui-components';
|
|
2
|
+
export interface SliderProps extends uuiSliderProps {
|
|
3
3
|
}
|
|
4
|
-
export
|
|
5
|
-
}
|
|
6
|
-
export declare function applySliderMods(): string[];
|
|
7
|
-
export declare const Slider: (props: SliderBaseProps<number> & SliderMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
|
+
export declare const Slider: (props: SliderProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
5
|
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAI1F,MAAM,WAAW,WAAY,SAAQ,cAAc;CAAG;AAMtD,eAAO,MAAM,MAAM,qJAAoD,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface SwitchMods {
|
|
3
3
|
/**
|
|
4
|
+
* Defines component size.
|
|
4
5
|
* @default '18'
|
|
5
6
|
*/
|
|
6
7
|
size?: '12' | '18' | '24';
|
|
7
8
|
}
|
|
9
|
+
/** Represents the properties of the Switch component. */
|
|
8
10
|
export type SwitchProps = uuiComponents.SwitchProps & SwitchMods;
|
|
9
|
-
export declare function applySwitchMods(mods: SwitchProps): string[];
|
|
10
11
|
export declare const Switch: (props: uuiComponents.SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
12
|
+
export {};
|
|
11
13
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,yDAAyD;AACzD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,GAAG,UAAU,CAAC;AAQjE,eAAO,MAAM,MAAM,gLAAyF,CAAC"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import { TextAreaProps as
|
|
1
|
+
import { TextAreaProps as uuiTextAreaProps } from '@epam/uui-components';
|
|
2
2
|
import * as types from '../types';
|
|
3
|
-
|
|
4
|
-
/**
|
|
3
|
+
type TextAreaMods = types.IHasEditMode & {
|
|
4
|
+
/**
|
|
5
|
+
* Defines component size.
|
|
6
|
+
* @default '36'
|
|
7
|
+
* Size '48' is deprecated, and will be removed in future release
|
|
8
|
+
*/
|
|
5
9
|
size?: types.ControlSize;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export type TextAreaProps =
|
|
9
|
-
export declare const TextArea: (props:
|
|
10
|
+
};
|
|
11
|
+
/** Represents the properties of a TextArea component. */
|
|
12
|
+
export type TextAreaProps = uuiTextAreaProps & TextAreaMods;
|
|
13
|
+
export declare const TextArea: (props: uuiTextAreaProps & types.IHasEditMode & {
|
|
14
|
+
/**
|
|
15
|
+
* Defines component size.
|
|
16
|
+
* @default '36'
|
|
17
|
+
* Size '48' is deprecated, and will be removed in future release
|
|
18
|
+
*/
|
|
19
|
+
size?: types.ControlSize;
|
|
20
|
+
} & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
21
|
+
export {};
|
|
10
22
|
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B,CAAC;AAUF,yDAAyD;AACzD,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,YAAY,CAAC;AAE5D,eAAO,MAAM,QAAQ;IAnBjB;;;;OAIG;WACI,MAAM,WAAW;iIAgC3B,CAAC"}
|
|
@@ -2,17 +2,26 @@ import React from 'react';
|
|
|
2
2
|
import { IEditableDebouncerOptions } from '@epam/uui-core';
|
|
3
3
|
import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
|
|
4
4
|
import { IHasEditMode, ControlSize } from '../types';
|
|
5
|
-
|
|
5
|
+
type TextInputMods = IHasEditMode & {
|
|
6
6
|
/**
|
|
7
|
+
* Defines component size.
|
|
7
8
|
* @default '36'
|
|
8
9
|
*/
|
|
9
|
-
size?: ControlSize;
|
|
10
|
-
}
|
|
11
|
-
|
|
10
|
+
size?: ControlSize | '60';
|
|
11
|
+
};
|
|
12
|
+
/** Represents the properties for a TextInput component. */
|
|
12
13
|
export interface TextInputProps extends CoreTextInputProps, TextInputMods {
|
|
13
14
|
}
|
|
15
|
+
/** Represents the properties for a SearchInput component. */
|
|
14
16
|
export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
|
|
15
17
|
}
|
|
16
|
-
export declare const TextInput: (props: CoreTextInputProps &
|
|
17
|
-
|
|
18
|
+
export declare const TextInput: (props: CoreTextInputProps & IHasEditMode & {
|
|
19
|
+
/**
|
|
20
|
+
* Defines component size.
|
|
21
|
+
* @default '36'
|
|
22
|
+
*/
|
|
23
|
+
size?: ControlSize | '60';
|
|
24
|
+
} & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
25
|
+
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<SearchInputProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "rawProps" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "type" | "autoComplete" | "maxLength" | "inputMode" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "size" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
|
|
26
|
+
export {};
|
|
18
27
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAUF,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAE5E,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS;IArBlB;;;OAGG;WACI,WAAW,GAAG,IAAI;mGAqB1B,CAAC;AAEJ,eAAO,MAAM,WAAW,utBAqBtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../components/inputs/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,mBAAmB,EAAkB,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,OAAO,EAAY,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../components/inputs/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,mBAAmB,EAAkB,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,OAAO,EAAY,MAAM,UAAU,CAAC;AAW3D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,OAAO,EAAE,YAAY;IAC/E;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;CACpB;AAsDD,eAAO,MAAM,UAAU,2HAAgC,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
3
|
-
/**
|
|
2
|
+
interface AccordionMods {
|
|
3
|
+
/**
|
|
4
|
+
* Defines component displaying mode.
|
|
5
|
+
* @default 'block'
|
|
6
|
+
*/
|
|
4
7
|
mode?: 'block' | 'inline';
|
|
5
8
|
padding?: '0' | '6' | '12' | '18';
|
|
6
9
|
}
|
|
10
|
+
/** Represents the properties of the Accordion component. */
|
|
7
11
|
export type AccordionProps = AccordionMods & uuiComponents.AccordionProps;
|
|
8
12
|
export declare const Accordion: (props: (uuiComponents.AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
export {};
|
|
9
14
|
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,aAAa;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,4DAA4D;AAC5D,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,aAAa,CAAC,cAAc,CAAC;AAc1E,eAAO,MAAM,SAAS,wLAEnB,CAAC"}
|
|
@@ -1,3 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ICanBeInvalid, ICanBeReadonly, IDisableable, IEditable, IHasCX, IHasDirection, IHasForwardedRef, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
import { CheckboxProps } from '../inputs';
|
|
4
|
+
interface CheckboxGroupItem<TValue> extends Omit<CheckboxProps, 'id' | 'onValueChange' | 'value'> {
|
|
5
|
+
/** Checkbox label. Can be a string, or React.ReactNode */
|
|
6
|
+
name?: React.ReactNode;
|
|
7
|
+
/** Item ID to put into selection */
|
|
8
|
+
id: TValue;
|
|
9
|
+
/** Render callback for checkbox label.
|
|
10
|
+
* If omitted, 'name' prop value will be rendered.
|
|
11
|
+
*/
|
|
12
|
+
renderName?: () => React.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export interface CheckboxGroupProps<TValue> extends ICanBeInvalid, IHasCX, IEditable<TValue[]>, IDisableable, IHasDirection, ICanBeReadonly, IHasRawProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>>, IHasForwardedRef<HTMLFieldSetElement> {
|
|
15
|
+
/** Array of checkbox items to be rendered in group */
|
|
16
|
+
items: CheckboxGroupItem<TValue>[];
|
|
17
|
+
/** Defines group components size */
|
|
18
|
+
size?: CheckboxProps['size'];
|
|
19
|
+
}
|
|
20
|
+
export declare function CheckboxGroup<TValue>(props: CheckboxGroupProps<TValue>): JSX.Element;
|
|
21
|
+
export {};
|
|
3
22
|
//# sourceMappingURL=CheckboxGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqB,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClK,OAAO,EAAY,aAAa,EAAE,MAAM,WAAW,CAAC;AAGpD,UAAU,iBAAiB,CAAC,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IAC7F,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB,CAAC,MAAM,CACtC,SAAQ,aAAa,EACrB,MAAM,EACN,SAAS,CAAC,MAAM,EAAE,CAAC,EACnB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IACnC,oCAAoC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,eA0CtE"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as uuiCore from '@epam/uui-core';
|
|
2
|
-
|
|
2
|
+
type FlexCellMods = {};
|
|
3
|
+
/** Represents the properties of the FlexCell component. */
|
|
3
4
|
export type FlexCellProps = uuiCore.FlexCellProps & FlexCellMods;
|
|
4
5
|
export declare const FlexCell: (props: uuiCore.IHasCX & uuiCore.IClickable & uuiCore.IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").Attributes & uuiCore.IHasChildren & {
|
|
5
6
|
width?: number | "auto" | "100%";
|
|
@@ -10,4 +11,5 @@ export declare const FlexCell: (props: uuiCore.IHasCX & uuiCore.IClickable & uui
|
|
|
10
11
|
alignSelf?: string;
|
|
11
12
|
style?: import("react").CSSProperties;
|
|
12
13
|
} & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
14
|
+
export {};
|
|
13
15
|
//# sourceMappingURL=FlexCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,
|
|
1
|
+
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,KAAK,YAAY,GAAG,EAAE,CAAC;AAEvB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,GAAG,YAAY,CAAC;AAEjE,eAAO,MAAM,QAAQ;;;;;;;;iIAAmF,CAAC"}
|
|
@@ -11,7 +11,8 @@ export type RowMods = {
|
|
|
11
11
|
vPadding?: '12' | '18' | '24' | '36' | '48';
|
|
12
12
|
background?: 'surface-main';
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
/** Represents the properties of the FlexRow component. */
|
|
15
|
+
export interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'>, RowMods {
|
|
15
16
|
}
|
|
16
|
-
export declare const FlexRow: (props:
|
|
17
|
+
export declare const FlexRow: (props: Omit<uuiFlexRowProps, "columnGap" | "rowGap"> & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
17
18
|
//# sourceMappingURL=FlexRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAI3E,MAAM,MAAM,OAAO,GAAG;
|
|
1
|
+
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAI3E,MAAM,MAAM,OAAO,GAAG;IAIlB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAI/C,YAAY,CAAC,EAAE,OAAO,CAAC;IAIvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAIrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAIrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAInC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAIlD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAI5B,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAI5C,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,CAAC,EAAE,OAAO;CAAG;AAE/F,eAAO,MAAM,OAAO,iMAYlB,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { VPanelProps } from '@epam/uui-core';
|
|
2
|
-
|
|
2
|
+
interface PanelMods {
|
|
3
3
|
shadow?: boolean;
|
|
4
4
|
margin?: '24';
|
|
5
5
|
background?: 'surface-main';
|
|
6
6
|
}
|
|
7
|
+
/** Represents the properties of the Panel component. */
|
|
7
8
|
export type PanelProps = VPanelProps & PanelMods;
|
|
8
9
|
export declare const Panel: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
|
|
9
10
|
style?: import("react").CSSProperties;
|
|
10
11
|
} & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
12
|
+
export {};
|
|
11
13
|
//# sourceMappingURL=Panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,UAAU,SAAS;IAIf,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,IAAI,CAAC;IAId,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,wDAAwD;AACxD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;6IAMhB,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as types from '../types';
|
|
2
2
|
import * as uuiComponents from '@epam/uui-components';
|
|
3
|
-
|
|
3
|
+
interface LabeledInputMods extends types.SizeMod {
|
|
4
4
|
}
|
|
5
|
+
/** Represents the properties of the LabeledInput component. */
|
|
5
6
|
export type LabeledInputProps = uuiComponents.LabeledInputProps & LabeledInputMods;
|
|
6
7
|
export declare const LabeledInput: (props: uuiComponents.LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
|
+
export {};
|
|
7
9
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAOtD,
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAOtD,UAAU,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAEnD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,gBAAgB,CAAC;AAMnF,eAAO,MAAM,YAAY,4LAGtB,CAAC"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ICanBeReadonly, ICanFocus, IDisableable, IEditable, IHasCX, IHasDirection, IHasForwardedRef, IHasRawProps } from '@epam/uui-core';
|
|
2
|
+
import { RadioInputProps } from '../inputs';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface RadioGroupItem<TValue> extends IDisableable, Omit<RadioInputProps, 'id' | 'onValueChange' | 'value'> {
|
|
5
|
+
/** RadioInput label. Can be a string, or React.ReactNode */
|
|
6
|
+
name?: React.ReactNode;
|
|
7
|
+
/** Render callback for checkbox label
|
|
8
|
+
* If omitted, 'name' prop value will be rendered
|
|
9
|
+
*/
|
|
10
|
+
renderName?: () => React.ReactNode;
|
|
11
|
+
/** Item ID to put into selection */
|
|
12
|
+
id: TValue;
|
|
13
|
+
}
|
|
14
|
+
export interface RadioGroupProps<TValue> extends IHasCX, IEditable<TValue>, IDisableable, IHasDirection, ICanBeReadonly, IHasRawProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>>, IHasForwardedRef<HTMLFieldSetElement>, ICanFocus<HTMLFieldSetElement> {
|
|
15
|
+
/** Array of checkbox items to be rendered in group */
|
|
16
|
+
items: RadioGroupItem<TValue>[];
|
|
17
|
+
/** Defines group components size */
|
|
18
|
+
size?: RadioInputProps['size'];
|
|
19
|
+
}
|
|
20
|
+
export declare function RadioGroup<TValue>(props: RadioGroupProps<TValue>): JSX.Element;
|
|
3
21
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9J,OAAO,EAAc,eAAe,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cAAc,CAAC,MAAM,CAAE,SAAQ,YAAY,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IACjH,4DAA4D;IAC5D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACnC,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe,CAAC,MAAM,CACnC,SAAQ,MAAM,EACd,SAAS,CAAC,MAAM,CAAC,EACjB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC,EACrC,SAAS,CAAC,mBAAmB,CAAC;IAC9B,sDAAsD;IACtD,KAAK,EAAE,cAAc,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,oCAAoC;IACpC,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;CAClC;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,eAoChE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { IHasCX, IEditable, VirtualListState, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
import {
|
|
2
|
+
import { IHasCX, IEditable, VirtualListState, IHasRawProps, UseVirtualListProps } from '@epam/uui-core';
|
|
3
|
+
import { ScrollbarsApi } from '@epam/uui-components';
|
|
4
4
|
import { HTMLAttributes } from 'react';
|
|
5
5
|
export interface VirtualListRenderRowsParams<ListContainer extends HTMLElement = any> {
|
|
6
6
|
listContainerRef: React.MutableRefObject<ListContainer>;
|
|
@@ -20,11 +20,10 @@ type VirtualListRenderRows<List extends HTMLElement = any> = {
|
|
|
20
20
|
rows: React.ReactNode[];
|
|
21
21
|
renderRows?: (config: VirtualListRenderRowsParams<List>) => React.ReactNode;
|
|
22
22
|
};
|
|
23
|
-
interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement
|
|
24
|
-
|
|
23
|
+
interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>>, Pick<UseVirtualListProps, 'rowsCount' | 'rowsSelector' | 'onScroll'> {
|
|
24
|
+
/** HTML role attribute to place on list container */
|
|
25
25
|
role?: React.HTMLAttributes<HTMLDivElement>['role'];
|
|
26
|
-
|
|
27
|
-
rowsSelector?: string;
|
|
26
|
+
/** Pass true, to enable Blocker while list loading */
|
|
28
27
|
isLoading?: boolean;
|
|
29
28
|
}
|
|
30
29
|
export type VirtualListProps<List extends HTMLElement = any> = BaseVirtualListProps & VirtualListRenderRows<List>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAkE,mBAAmB,EACzI,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAIrD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,2BAA2B,CAAC,aAAa,SAAS,WAAW,GAAG,GAAG;IAChF,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE;QACX,WAAW,EAAE,OAAO,CAAC;QACrB,cAAc,EAAE,OAAO,CAAC;QACxB,cAAc,EAAE,OAAO,CAAC;QACxB,eAAe,EAAE,OAAO,CAAC;KAC5B,CAAC;CACL;AACD,KAAK,qBAAqB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI;IACzD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,GAAG;IACA,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/E,CAAC;AAEF,UAAU,oBACN,SAAQ,MAAM,EACd,SAAS,CAAC,gBAAgB,CAAC,EAC3B,YAAY,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC;IAClH,qDAAqD;IACrD,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACpD,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,gBAAgB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI,oBAAoB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAElH,eAAO,MAAM,WAAW,6FAqDtB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BurgerProps } from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface BurgerMods {
|
|
3
3
|
}
|
|
4
4
|
export declare const Burger: (props: BurgerProps & BurgerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
|
+
export {};
|
|
5
6
|
//# sourceMappingURL=Burger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKxE,
|
|
1
|
+
{"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKxE,UAAU,UAAU;CAAG;AAMvB,eAAO,MAAM,MAAM,kKAIhB,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
|
|
2
2
|
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
-
|
|
3
|
+
interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
|
|
4
4
|
type?: 'primary' | 'secondary';
|
|
5
5
|
indentLevel?: number;
|
|
6
6
|
}
|
|
7
7
|
export declare const BurgerButton: (props: (ButtonProps & BurgerButtonMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
|
+
export {};
|
|
8
9
|
//# sourceMappingURL=BurgerButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,
|
|
1
|
+
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,UAAU,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAIzD,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAI/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,0KAWxB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
2
|
+
interface BurgerGroupHeaderProps {
|
|
3
3
|
caption: string;
|
|
4
4
|
}
|
|
5
5
|
export declare function BurgerGroupHeader(props: BurgerGroupHeaderProps): JSX.Element;
|
|
6
|
+
export {};
|
|
6
7
|
//# sourceMappingURL=BurgerGroupHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerGroupHeader.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx"],"names":[],"mappings":";AAIA,
|
|
1
|
+
{"version":3,"file":"BurgerGroupHeader.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx"],"names":[],"mappings":";AAIA,UAAU,sBAAsB;IAI5B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,eAO9D"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TextInputProps } from '@epam/uui-components';
|
|
3
|
-
|
|
3
|
+
interface BurgerSearchProps extends TextInputProps {
|
|
4
4
|
}
|
|
5
5
|
export declare function BurgerSearch(props: BurgerSearchProps): JSX.Element;
|
|
6
|
+
export {};
|
|
6
7
|
//# sourceMappingURL=BurgerSearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAMjE,
|
|
1
|
+
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAMjE,UAAU,iBAAkB,SAAQ,cAAc;CAAG;AAErD,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAapD"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
/** Represents the properties of the GlobalMenu component. */
|
|
3
4
|
export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLButtonElement>> {
|
|
4
5
|
}
|
|
5
6
|
export declare const GlobalMenu: React.ForwardRefExoticComponent<GlobalMenuProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/GlobalMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrE,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;CAAG;AAExH,eAAO,MAAM,UAAU,2FAIrB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GlobalMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/GlobalMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrE,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;CAAG;AAExH,eAAO,MAAM,UAAU,2FAIrB,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface MainMenuMods {
|
|
3
3
|
}
|
|
4
|
+
/** Represents the properties of the MainMenu component. */
|
|
4
5
|
export type MainMenuProps = uuiComponents.MainMenuProps & MainMenuMods;
|
|
5
6
|
export declare const MainMenu: (props: uuiComponents.MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
export {};
|
|
6
8
|
//# sourceMappingURL=MainMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,
|
|
1
|
+
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,YAAY;CAAG;AAEzB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,GAAG,YAAY,CAAC;AASvE,eAAO,MAAM,QAAQ,oLAGlB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX } from '@epam/uui-core';
|
|
3
|
+
/** Represents the properties of the MainMenuAvatar component. */
|
|
3
4
|
export interface MainMenuAvatarProps extends IAdaptiveItem, IDropdownToggler, IHasCX {
|
|
4
5
|
avatarUrl?: string;
|
|
5
6
|
icon?: Icon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAChD,MAAM,gBAAgB,CAAC;AAKxB,MAAM,WAAW,mBAAoB,SAAQ,aAAa,EAAE,gBAAgB,EAAE,MAAM;IAChF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,cAAc,oVAczB,CAAC"}
|
|
1
|
+
{"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAChD,MAAM,gBAAgB,CAAC;AAKxB,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,aAAa,EAAE,gBAAgB,EAAE,MAAM;IAChF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,cAAc,oVAczB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ButtonProps } from '@epam/uui-components';
|
|
2
2
|
import { IAdaptiveItem } from '@epam/uui-core';
|
|
3
|
-
|
|
3
|
+
interface MainMenuButtonMods {
|
|
4
4
|
type?: 'primary' | 'secondary';
|
|
5
5
|
}
|
|
6
6
|
export declare const MainMenuButton: (props: (ButtonProps & MainMenuButtonMods & IAdaptiveItem) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
export {};
|
|
7
8
|
//# sourceMappingURL=MainMenuButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAGzD,
|
|
1
|
+
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAGzD,UAAU,kBAAkB;IAIxB,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,4LAI1B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Icon, IAdaptiveItem } from '@epam/uui-core';
|
|
3
3
|
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
+
/** Represents the properties of the MainMenuIcon component. */
|
|
4
5
|
export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
|
|
5
6
|
icon: Icon;
|
|
6
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;
|
|
1
|
+
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;UAHf,IAAI;;;;;;;;;;UAAJ,IAAI;;;;;;;;;;UAAJ,IAAI;;;;;;;;;;UAAJ,IAAI;0dAKZ,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { TextInputProps } from '@epam/uui-components';
|
|
3
3
|
import { IAdaptiveItem } from '@epam/uui-core';
|
|
4
|
+
/** Represents the properties of the MainMenuSearch component. */
|
|
4
5
|
export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem {
|
|
5
6
|
}
|
|
6
7
|
export declare const MainMenuSearch: React.ForwardRefExoticComponent<Pick<MainMenuSearchProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "rawProps" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "type" | "autoComplete" | "maxLength" | "inputMode" | "inputCx" | "acceptIcon" | "cancelIcon" | "renderInput" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa;CAAG;AAE7E,eAAO,MAAM,cAAc,iwBAgBzB,CAAC"}
|
|
1
|
+
{"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa;CAAG;AAE7E,eAAO,MAAM,cAAc,iwBAgBzB,CAAC"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IHasChildren, IHasCX, Icon, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
|
|
3
|
+
interface AlertNotificationAction {
|
|
4
4
|
name: string;
|
|
5
5
|
action: () => void;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
9
|
-
actions?: notificationAction[];
|
|
6
|
+
}
|
|
7
|
+
interface AlertMods {
|
|
10
8
|
/** Alert color */
|
|
11
9
|
color: 'info' | 'success' | 'warning' | 'error';
|
|
10
|
+
}
|
|
11
|
+
export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
12
|
+
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
13
|
+
actions?: AlertNotificationAction[];
|
|
12
14
|
/** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
|
|
13
15
|
onClose?(): void;
|
|
14
16
|
/** An optional icon to show on the left of the alert */
|
|
@@ -19,6 +21,9 @@ export interface AlertProps extends IHasChildren, IHasCX, IHasRawProps<React.HTM
|
|
|
19
21
|
*/
|
|
20
22
|
size?: '36' | '48';
|
|
21
23
|
}
|
|
24
|
+
/** Represents the properties of the Alert component. */
|
|
25
|
+
export interface AlertProps extends AlertCoreProps, AlertMods {
|
|
26
|
+
}
|
|
22
27
|
export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
28
|
export declare const WarningAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
|
|
24
29
|
export declare const SuccessAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU1E,
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU1E,UAAU,uBAAuB;IAI7B,IAAI,EAAE,MAAM,CAAC;IAIb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,SAAS;IACf,kBAAkB;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,MAAM,WAAW,cAAe,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC5G,0FAA0F;IAC1F,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACpC,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,wDAAwD;AACxD,MAAM,WAAW,UAAW,SAAQ,cAAc,EAAE,SAAS;CAAG;AAEhE,eAAO,MAAM,KAAK,mFAmChB,CAAC;AAEH,eAAO,MAAM,YAAY,kGAAuJ,CAAC;AAEjL,eAAO,MAAM,YAAY,kGAAuJ,CAAC;AAEjL,eAAO,MAAM,SAAS,kGAAiJ,CAAC;AAExK,eAAO,MAAM,UAAU,kGAAmJ,CAAC"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IModal } from '@epam/uui-core';
|
|
3
3
|
export interface ConfirmationModalWindowProps extends IModal<any> {
|
|
4
|
+
/** Confirmation modal title */
|
|
4
5
|
caption: any;
|
|
6
|
+
/** Confirmation modal content */
|
|
5
7
|
bodyContent?: any;
|
|
8
|
+
/** Pass true, to hide cancel button */
|
|
6
9
|
hideCancelButton?: boolean;
|
|
7
10
|
}
|
|
8
11
|
export declare class ConfirmationModal extends React.Component<ConfirmationModalWindowProps> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../components/overlays/ConfirmationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAMxC,MAAM,WAAW,4BAA6B,SAAQ,MAAM,CAAC,GAAG,CAAC;IAC7D,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,4BAA4B,CAAC;IAChF,MAAM;CAuBT"}
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../components/overlays/ConfirmationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAMxC,MAAM,WAAW,4BAA6B,SAAQ,MAAM,CAAC,GAAG,CAAC;IAC7D,+BAA+B;IAC/B,OAAO,EAAE,GAAG,CAAC;IACb,iCAAiC;IACjC,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,uCAAuC;IACvC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,4BAA4B,CAAC;IAChF,MAAM;CAuBT"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
2
|
+
interface DropdownContainerMods {
|
|
3
|
+
/**
|
|
4
|
+
* Defines vertical padding.
|
|
5
|
+
*/
|
|
3
6
|
vPadding?: '6' | '12' | '18' | '24' | '30' | '48';
|
|
7
|
+
/**
|
|
8
|
+
* Defines horizontal padding.
|
|
9
|
+
*/
|
|
4
10
|
padding?: '6' | '12' | '18' | '24' | '30';
|
|
5
11
|
}
|
|
12
|
+
/** Represents the properties of a DropdownContainer component. */
|
|
6
13
|
export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods {
|
|
7
14
|
}
|
|
8
15
|
export declare const DropdownContainer: (props: uuiComponents.DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
16
|
+
export {};
|
|
9
17
|
//# sourceMappingURL=DropdownContainer.d.ts.map
|