@epam/uui 5.7.2 → 5.8.1-alpha.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/components/buttons/Button.d.ts +8 -8
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +8 -8
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +8 -24
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +6 -23
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +2 -10
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts +3 -2
- package/components/datePickers/Calendar.d.ts.map +1 -1
- package/components/datePickers/CalendarPresets.d.ts +2 -1
- package/components/datePickers/CalendarPresets.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +3 -10
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts +18 -10
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts +12 -8
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +3 -15
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +13 -30
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +43 -0
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -0
- package/components/datePickers/helpers.d.ts +34 -0
- package/components/datePickers/helpers.d.ts.map +1 -0
- package/components/datePickers/index.d.ts +4 -1
- package/components/datePickers/index.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +132 -0
- package/components/datePickers/types.d.ts.map +1 -0
- package/components/filters/FilterDatePickerBody.d.ts +7 -11
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +4 -17
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +7 -2
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/InputAddon.d.ts +2 -1
- package/components/inputs/InputAddon.d.ts.map +1 -1
- package/components/inputs/NumericInput.d.ts +9 -12
- package/components/inputs/NumericInput.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +3 -2
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Slider.d.ts +2 -1
- package/components/inputs/Slider.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +7 -2
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +8 -11
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +5 -9
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +6 -2
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +6 -2
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +1 -1
- package/components/layout/Blocker.d.ts.map +1 -1
- package/components/layout/ControlGroup.d.ts +2 -1
- package/components/layout/ControlGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +3 -2
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +2 -6
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +3 -2
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +12 -4
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts +2 -1
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/layout/index.d.ts +1 -0
- package/components/layout/index.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +2 -1
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -4
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +5 -3
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenu.d.ts +3 -6
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +1 -11
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +0 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/overlays/Dropdown.d.ts +2 -1
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownContainer.d.ts +2 -1
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +2 -2
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +3 -3
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +2 -6
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Snackbar.d.ts +2 -8
- package/components/overlays/Snackbar.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +2 -1
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +10 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +7 -10
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +4 -4
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +10 -0
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -0
- package/components/pickers/highlight.d.ts +1 -0
- package/components/pickers/highlight.d.ts.map +1 -1
- package/components/pickers/index.d.ts +1 -0
- package/components/pickers/index.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/utils.d.ts.map +1 -1
- package/components/tables/DataTable.d.ts +13 -1
- 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/DataTableHeaderRow.d.ts +3 -2
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts +3 -2
- package/components/tables/DataTableRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/tables/types.d.ts +20 -0
- package/components/tables/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +7 -2
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +7 -3
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/AvatarStack.d.ts +2 -1
- package/components/widgets/AvatarStack.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +7 -27
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/ProgressBar.d.ts +4 -3
- package/components/widgets/ProgressBar.d.ts.map +1 -1
- package/components/widgets/Spinner.d.ts +2 -1
- package/components/widgets/Spinner.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +6 -32
- package/components/widgets/Tag.d.ts.map +1 -1
- package/helpers/dayJsHelper.d.ts +6 -0
- package/helpers/dayJsHelper.d.ts.map +1 -0
- package/helpers/useColumnsWithFilters.d.ts +1 -1
- package/helpers/useColumnsWithFilters.d.ts.map +1 -1
- package/i18n.d.ts.map +1 -1
- package/icons/icons.d.ts +1 -0
- package/icons/icons.d.ts.map +1 -1
- package/index.esm.js +1706 -1328
- package/index.esm.js.map +1 -1
- package/index.js +1697 -1314
- package/index.js.map +1 -1
- package/package.json +7 -7
- package/stats.html +32 -46
- package/styles.css +4576 -4696
- package/styles.css.map +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
|
|
2
3
|
export type RowMods = {
|
|
3
4
|
/** Defines row size */
|
|
@@ -22,10 +23,5 @@ export type RowMods = {
|
|
|
22
23
|
/** Represents the properties of the FlexRow component. */
|
|
23
24
|
export interface FlexRowProps extends uuiFlexRowProps, RowMods {
|
|
24
25
|
}
|
|
25
|
-
export declare const FlexRow:
|
|
26
|
-
alignItems?: "top" | "center" | "bottom" | "stretch";
|
|
27
|
-
justifyContent?: "center" | "space-between" | "space-around" | "space-evenly" | "start" | "end";
|
|
28
|
-
columnGap?: number | "6" | "12" | "18" | "24" | "36";
|
|
29
|
-
rowGap?: number | "6" | "12" | "18" | "24" | "36";
|
|
30
|
-
} & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
26
|
+
export declare const FlexRow: import("react").ComponentType<FlexRowProps & import("react").RefAttributes<any>>;
|
|
31
27
|
//# 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,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO,kFAmBlB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { VPanelProps } from '@epam/uui-core';
|
|
2
3
|
interface PanelMods {
|
|
3
4
|
shadow?: boolean;
|
|
@@ -6,8 +7,8 @@ interface PanelMods {
|
|
|
6
7
|
}
|
|
7
8
|
/** Represents the properties of the Panel component. */
|
|
8
9
|
export type PanelProps = VPanelProps & PanelMods;
|
|
9
|
-
export declare const Panel: (
|
|
10
|
+
export declare const Panel: import("react").ComponentType<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 & {
|
|
10
11
|
style?: import("react").CSSProperties;
|
|
11
|
-
} & PanelMods & import("react").RefAttributes<any
|
|
12
|
+
} & PanelMods & import("react").RefAttributes<any>>;
|
|
12
13
|
export {};
|
|
13
14
|
//# 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,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;;
|
|
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;;mDAMhB,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Overwrite } from '@epam/uui-core';
|
|
2
3
|
import * as uuiComponents from '@epam/uui-components';
|
|
3
|
-
interface LabeledInputMods
|
|
4
|
+
interface LabeledInputMods {
|
|
5
|
+
/**
|
|
6
|
+
* Defines component size.
|
|
7
|
+
*/
|
|
8
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
9
|
+
}
|
|
10
|
+
export interface LabeledInputModsOverride {
|
|
4
11
|
}
|
|
5
12
|
/** Represents the properties of the LabeledInput component. */
|
|
6
|
-
export
|
|
7
|
-
|
|
13
|
+
export interface LabeledInputProps extends uuiComponents.LabeledInputProps, Overwrite<LabeledInputMods, LabeledInputModsOverride> {
|
|
14
|
+
}
|
|
15
|
+
export declare const LabeledInput: import("react").ComponentType<LabeledInputProps & import("react").RefAttributes<any>>;
|
|
8
16
|
export {};
|
|
9
17
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAgB;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,WAAW,iBAAkB,SAAQ,aAAa,CAAC,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;CAAG;AAMpI,eAAO,MAAM,YAAY,uFAGtB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ScrollbarProps } from '@epam/uui-components';
|
|
2
|
-
export declare const ScrollBars:
|
|
3
|
+
export declare const ScrollBars: import("react").ComponentType<ScrollbarProps & import("react").RefAttributes<any>>;
|
|
3
4
|
//# sourceMappingURL=ScrollBars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAUnF,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAUnF,eAAO,MAAM,UAAU,oFAA+E,CAAC"}
|
|
@@ -2,6 +2,7 @@ export * from './Accordion';
|
|
|
2
2
|
export * from './ControlGroup';
|
|
3
3
|
export * from './FlexItems';
|
|
4
4
|
export { IconContainer } from '@epam/uui-components';
|
|
5
|
+
export type { IconContainerProps } from '@epam/uui-components';
|
|
5
6
|
export * from './LabeledInput';
|
|
6
7
|
export * from './RadioGroup';
|
|
7
8
|
export * from './ScrollBars';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<any>>;
|
|
2
3
|
//# sourceMappingURL=Anchor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,mbAAkE,CAAC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BurgerProps } from '@epam/uui-components';
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
export declare const Burger: (props: BurgerProps & BurgerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
|
-
export {};
|
|
3
|
+
export declare const Burger: import("react").ComponentType<BurgerProps & import("react").RefAttributes<any>>;
|
|
6
4
|
//# 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;
|
|
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;AASxE,eAAO,MAAM,MAAM,iFAIhB,CAAC"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
|
|
3
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
2
4
|
interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
|
|
3
5
|
type?: 'primary' | 'secondary';
|
|
4
6
|
indentLevel?: number;
|
|
5
7
|
}
|
|
6
|
-
export
|
|
8
|
+
export type BurgerButtonProps = ButtonProps & BurgerButtonMods;
|
|
9
|
+
export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & {
|
|
7
10
|
onClear?(e?: any): void;
|
|
8
11
|
clearIcon?: import("@epam/uui-core").Icon;
|
|
9
|
-
captionCX?: import("@epam/uui-core").ClassValue;
|
|
10
12
|
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
11
|
-
} & BurgerButtonMods & import("react").RefAttributes<any
|
|
13
|
+
} & BurgerButtonMods & import("react").RefAttributes<any>>;
|
|
12
14
|
export {};
|
|
13
15
|
//# 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;
|
|
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,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAE/D,eAAO,MAAM,YAAY;;;;0DAWxB,CAAC"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
/** Represents the properties of the MainMenu component. */
|
|
5
|
-
export type MainMenuProps = uuiComponents.MainMenuProps & MainMenuMods;
|
|
6
|
-
export declare const MainMenu: (props: uuiComponents.MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
-
export {};
|
|
3
|
+
export type MainMenuProps = uuiComponents.MainMenuProps;
|
|
4
|
+
export declare const MainMenu: import("react").ComponentType<uuiComponents.MainMenuProps & import("react").RefAttributes<any>>;
|
|
8
5
|
//# 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;
|
|
1
|
+
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAWtD,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAExD,eAAO,MAAM,QAAQ,iGAOpB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { IAdaptiveItem, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
|
|
3
3
|
import { ClickableComponentProps } from '@epam/uui-components';
|
|
4
4
|
interface MainMenuButtonMods {
|
|
5
5
|
/**
|
|
@@ -8,22 +8,12 @@ interface MainMenuButtonMods {
|
|
|
8
8
|
type?: 'primary' | 'secondary';
|
|
9
9
|
}
|
|
10
10
|
export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & {
|
|
11
|
-
/**
|
|
12
|
-
* CSS classes to put on the caption
|
|
13
|
-
* @deprecated
|
|
14
|
-
* */
|
|
15
|
-
captionCX?: CX;
|
|
16
11
|
/** Icon for drop-down toggler */
|
|
17
12
|
dropdownIcon?: Icon;
|
|
18
13
|
/** Count value to be placed in component */
|
|
19
14
|
count?: React.ReactNode;
|
|
20
15
|
};
|
|
21
16
|
export declare const MainMenuButton: React.ForwardRefExoticComponent<MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, "isDisabled"> & IHasIcon & IHasCaption & {
|
|
22
|
-
/**
|
|
23
|
-
* CSS classes to put on the caption
|
|
24
|
-
* @deprecated
|
|
25
|
-
* */
|
|
26
|
-
captionCX?: CX;
|
|
27
17
|
/** Icon for drop-down toggler */
|
|
28
18
|
dropdownIcon?: Icon;
|
|
29
19
|
/** Count value to be placed in component */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG;IACvB,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,cAAc;IANvB,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAgDzB,CAAC"}
|
|
@@ -8,7 +8,6 @@ export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
|
|
|
8
8
|
export declare const MainMenuIcon: React.ForwardRefExoticComponent<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
|
|
9
9
|
onClear?(e?: any): void;
|
|
10
10
|
clearIcon?: Icon;
|
|
11
|
-
captionCX?: import("@epam/uui-core").ClassValue;
|
|
12
11
|
dropdownIcon?: Icon;
|
|
13
12
|
} & IAdaptiveItem & {
|
|
14
13
|
icon: Icon;
|
|
@@ -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,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY
|
|
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;+DAKZ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { DropdownProps } from '@epam/uui-core';
|
|
2
|
-
export declare const Dropdown:
|
|
3
|
+
export declare const Dropdown: import("react").ComponentType<DropdownProps & import("react").RefAttributes<any>>;
|
|
3
4
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,mFAAsD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
3
|
interface DropdownContainerMods {
|
|
3
4
|
/**
|
|
@@ -12,6 +13,6 @@ interface DropdownContainerMods {
|
|
|
12
13
|
/** Represents the properties of a DropdownContainer component. */
|
|
13
14
|
export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods {
|
|
14
15
|
}
|
|
15
|
-
export declare const DropdownContainer:
|
|
16
|
+
export declare const DropdownContainer: import("react").ComponentType<DropdownContainerProps & import("react").RefAttributes<any>>;
|
|
16
17
|
export {};
|
|
17
18
|
//# sourceMappingURL=DropdownContainer.d.ts.map
|
|
@@ -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,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,
|
|
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,4FAAsI,CAAC"}
|
|
@@ -18,8 +18,8 @@ export declare enum IDropdownControlKeys {
|
|
|
18
18
|
UP_ARROW = "ArrowUp",
|
|
19
19
|
DOWN_ARROW = "ArrowDown"
|
|
20
20
|
}
|
|
21
|
-
export declare const DropdownMenuBody:
|
|
22
|
-
export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "
|
|
21
|
+
export declare const DropdownMenuBody: React.ComponentType<DropdownMenuContainerProps & React.RefAttributes<any>>;
|
|
22
|
+
export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "caption" | "isActive" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
|
|
23
23
|
export declare function DropdownMenuSplitter(props: IHasCX): JSX.Element;
|
|
24
24
|
interface IDropdownMenuHeader extends IHasCX, IHasCaption {
|
|
25
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAC+B,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAC9G,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,qBAAqB,EACnF,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAA8D,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAO1H,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB;IAChJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC;IACvI,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAC+B,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAC9G,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,qBAAqB,EACnF,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAA8D,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAO1H,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB;IAChJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC;IACvI,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AAyCD,eAAO,MAAM,gBAAgB,4EAM5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,0WAqF7B,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,eAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,eAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,eAsCtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,eA+BxE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ModalFooterCoreProps, ModalWindowProps as uuiModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
|
|
3
3
|
import { RowMods, FlexRowProps } from '../layout';
|
|
4
|
-
export declare const ModalBlocker:
|
|
4
|
+
export declare const ModalBlocker: React.ComponentType<ModalBlockerProps & React.RefAttributes<any>>;
|
|
5
5
|
interface ModalWindowMods {
|
|
6
6
|
/**
|
|
7
7
|
* Defines component width.
|
|
@@ -23,7 +23,7 @@ export interface ModalWindowCoreProps extends uuiModalWindowProps {
|
|
|
23
23
|
}
|
|
24
24
|
export interface ModalWindowProps extends ModalWindowCoreProps, ModalWindowMods {
|
|
25
25
|
}
|
|
26
|
-
export declare const ModalWindow:
|
|
26
|
+
export declare const ModalWindow: React.ComponentType<ModalWindowProps & React.RefAttributes<any>>;
|
|
27
27
|
export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
|
|
28
28
|
}
|
|
29
29
|
export declare class ModalHeader extends React.Component<ModalHeaderProps> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,YAAY,EAAE,MAAM,WAAW,CAAC;AAOjF,eAAO,MAAM,YAAY,mEAA4F,CAAC;AAEtH,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;CAAG;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,eAAe;CAAG;AAElF,eAAO,MAAM,WAAW,kEAsBvB,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,YAAY,EAAE,oBAAoB;CAAG;AAE/E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAkBT"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { INotification, Icon, IHasChildren, IHasCX,
|
|
2
|
+
import { INotification, Icon, IHasChildren, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
3
|
interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
|
|
4
4
|
/** Defines NotificationAction name. */
|
|
5
5
|
name: string;
|
|
@@ -23,10 +23,6 @@ export declare const WarningNotification: React.ForwardRefExoticComponent<Notifi
|
|
|
23
23
|
export declare const SuccessNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
24
|
export declare const HintNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
export declare const ErrorNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
|
|
26
|
-
export declare
|
|
27
|
-
static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
|
|
28
|
-
context: UuiContexts;
|
|
29
|
-
render(): JSX.Element;
|
|
30
|
-
}
|
|
26
|
+
export declare function ClearNotification(): JSX.Element;
|
|
31
27
|
export {};
|
|
32
28
|
//# sourceMappingURL=NotificationCard.d.ts.map
|
|
@@ -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,
|
|
1
|
+
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACH,aAAa,EACb,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,YAAY,EAEf,MAAM,gBAAgB,CAAC;AAUxB,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,wBAAgB,iBAAiB,gBAUhC"}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { UuiContexts } from '@epam/uui-core';
|
|
1
|
+
/// <reference types="react" />
|
|
3
2
|
import { SnackbarProps as UuiSnackbarProps } from '@epam/uui-components';
|
|
4
3
|
export interface SnackbarProps extends UuiSnackbarProps {
|
|
5
4
|
}
|
|
6
|
-
export declare
|
|
7
|
-
static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
|
|
8
|
-
context: UuiContexts;
|
|
9
|
-
componentDidMount(): void;
|
|
10
|
-
render(): JSX.Element;
|
|
11
|
-
}
|
|
5
|
+
export declare function Snackbar(props: SnackbarProps): JSX.Element;
|
|
12
6
|
//# sourceMappingURL=Snackbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAA2B,MAAM,sBAAsB,CAAC;AAIlG,MAAM,WAAW,aAAc,SAAQ,gBAAgB;CAAG;AAE1D,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,eAoB5C"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
3
|
interface TooltipMods {
|
|
3
4
|
/**
|
|
@@ -10,6 +11,6 @@ export interface TooltipCoreProps extends uuiComponents.TooltipProps {
|
|
|
10
11
|
}
|
|
11
12
|
export interface TooltipProps extends TooltipCoreProps, TooltipMods {
|
|
12
13
|
}
|
|
13
|
-
export declare const Tooltip:
|
|
14
|
+
export declare const Tooltip: import("react").ComponentType<TooltipProps & import("react").RefAttributes<any>>;
|
|
14
15
|
export {};
|
|
15
16
|
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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,kFAAgF,CAAC"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { PickerInputBaseProps } from '@epam/uui-components';
|
|
2
|
+
import { PickerTogglerRenderItemParams, PickerInputBaseProps } from '@epam/uui-components';
|
|
3
3
|
import { IHasEditMode, SizeMod } from '../types';
|
|
4
|
-
|
|
5
|
-
export
|
|
4
|
+
import { PickerInputElement } from '@epam/uui-core';
|
|
5
|
+
export type PickerInputProps<TItem, TId> = SizeMod & IHasEditMode & PickerInputBaseProps<TItem, TId> & {
|
|
6
|
+
/**
|
|
7
|
+
* Render callback for picker toggler selection tag
|
|
8
|
+
* If omitted, default `PickerTogglerTag` component will be rendered
|
|
9
|
+
*/
|
|
10
|
+
renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) => JSX.Element;
|
|
11
|
+
};
|
|
12
|
+
export declare const PickerInput: <TItem, TId>(props: PickerInputProps<TItem, TId>, ref: React.ForwardedRef<PickerInputElement>) => JSX.Element;
|
|
6
13
|
//# sourceMappingURL=PickerInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,6BAA6B,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAEpJ,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,EAA+G,kBAAkB,EAAY,MAAM,gBAAgB,CAAC;AAY3K,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IACnG;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC;CACjF,CAAC;AA+LF,eAAO,MAAM,WAAW,sBACb,iBAAiB,KAAK,EAAE,GAAG,CAAC,OAC9B,MAAM,YAAY,CAAC,kBAAkB,CAAC,KAC1C,WAAW,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { DataRowProps, DataSourceState, Icon } from '@epam/uui-core';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId> {
|
|
4
|
+
/**
|
|
5
|
+
* Defines component size.
|
|
6
|
+
*/
|
|
7
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
5
8
|
/** Path to the user avatar.
|
|
6
9
|
* If omitted, no avatar will be rendered.
|
|
7
10
|
* * */
|
|
@@ -24,11 +27,5 @@ export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, S
|
|
|
24
27
|
* */
|
|
25
28
|
highlightSearchMatches?: boolean;
|
|
26
29
|
}
|
|
27
|
-
export declare
|
|
28
|
-
static defaultProps: {
|
|
29
|
-
highlightSearchMatches: boolean;
|
|
30
|
-
};
|
|
31
|
-
getAvatarSize: (size: string, isMultiline: boolean) => string | number;
|
|
32
|
-
render(): JSX.Element;
|
|
33
|
-
}
|
|
30
|
+
export declare function PickerItem<TItem, TId>(props: PickerItemProps<TItem, TId>): JSX.Element;
|
|
34
31
|
//# sourceMappingURL=PickerItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAUrE,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IACzE;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAExC;;WAEO;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;SAEK;IACL,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;SAGK;IACL,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,eA2CxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAiB,MAAM,sBAAsB,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAQnC,MAAM,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GACjD,eAAe,GACf,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC7B,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC5H,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,GAAG,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAEpC,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAiB,MAAM,sBAAsB,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAQnC,MAAM,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GACjD,eAAe,GACf,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC7B,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC5H,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,GAAG,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAEpC,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,eAmExE"}
|
|
@@ -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,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,
|
|
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,eA6I1E"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { PickerTogglerProps } from '@epam/uui-components';
|
|
3
2
|
import * as types from '../types';
|
|
3
|
+
import { PickerTogglerProps } from '@epam/uui-components';
|
|
4
4
|
export interface PickerTogglerMods extends types.IHasEditMode {
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
* Defines component size
|
|
7
|
+
* @default 36
|
|
8
|
+
*/
|
|
9
9
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
10
10
|
}
|
|
11
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;
|
|
1
|
+
{"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ7F,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAgCD,eAAO,MAAM,aAAa,sBACf,mBAAmB,KAAK,EAAE,GAAG,CAAC,GAAG,iBAAiB,OACpD,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as types from '../types';
|
|
3
|
+
import { TagProps } from '../widgets';
|
|
4
|
+
import { PickerTogglerRenderItemParams } from '@epam/uui-components';
|
|
5
|
+
export interface PickerTogglerTagProps<TItem, TId> extends PickerTogglerRenderItemParams<TItem, TId>, TagProps {
|
|
6
|
+
/** Defines component size */
|
|
7
|
+
size?: types.ControlSize;
|
|
8
|
+
}
|
|
9
|
+
export declare const PickerTogglerTag: React.ForwardRefExoticComponent<PickerTogglerTagProps<any, any> & React.RefAttributes<HTMLElement>>;
|
|
10
|
+
//# sourceMappingURL=PickerTogglerTag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PickerTogglerTag.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerTogglerTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAO,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAIrE,MAAM,WAAW,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,QAAQ;IAC1G,6BAA6B;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B;AAmBD,eAAO,MAAM,gBAAgB,qGAwB3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../components/pickers/highlight.tsx"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,OAAO,CAAC;CAC1B;AA0CD,eAAO,MAAM,kBAAkB,QAAS,MAAM,UAAU,MAAM,qBAkB7D,CAAC;AAeF,eAAO,MAAM,2BAA2B,QAAS,MAAM,WAAW,MAAM,2BAWvE,CAAC"}
|
|
1
|
+
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../components/pickers/highlight.tsx"],"names":[],"mappings":";AAEA,UAAU,cAAc;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,OAAO,CAAC;CAC1B;AA0CD,eAAO,MAAM,kBAAkB,QAAS,MAAM,UAAU,MAAM,qBAkB7D,CAAC;AAeF,eAAO,MAAM,2BAA2B,QAAS,MAAM,WAAW,MAAM,2BAWvE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/pickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/pickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortingPanel.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/SortingPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,
|
|
1
|
+
{"version":3,"file":"SortingPanel.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/SortingPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAM,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAKnD,MAAM,WAAW,iBAAiB;IAC9B,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC;CACpC;AAcD,eAAO,MAAM,YAAY,+CAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataRowsGroups.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/DataRowsGroups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAW9C,MAAM,WAAW,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAC3C,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,SAAS,EAAE,CAAC,KAAK,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAChE,GAAG,EAAE,MAAM,CAAC;CACf;AA8BD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"DataRowsGroups.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/DataRowsGroups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAW9C,MAAM,WAAW,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAC3C,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,SAAS,EAAE,CAAC,KAAK,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAChE,GAAG,EAAE,MAAM,CAAC;CACf;AA8BD,eAAO,MAAM,UAAU,qBACb,aAAa,KAAK,EAAE,GAAG,CAAC,EAAE,qBACb,aAAa,KAAK,EAAE,GAAG,CAAC,KAAK,MAAM,SAAS,QACzD,MAAM,KACb,MAAM,SAAS,EAyBjB,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,EACvC,IAAI,EACJ,SAAS,EACT,GAAO,GACV,EAAE,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,eAIjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,kBAAkB,oBAAqB,aAAa,KAAK,EAAE,GAAG,CAAC,QAAQ,aAAa,KAAK,EAAE,GAAG,CAAC,EAAE,iCAY7G,CAAC"}
|
|
@@ -7,7 +7,9 @@ import { VirtualListProps } from '../layout';
|
|
|
7
7
|
import './variables.scss';
|
|
8
8
|
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions, Pick<VirtualListProps, 'onScroll'> {
|
|
9
9
|
/** Callback to get rows that will be rendered in table */
|
|
10
|
-
getRows(): DataRowProps<TItem, TId>[];
|
|
10
|
+
getRows?(): DataRowProps<TItem, TId>[];
|
|
11
|
+
/** Rows that should be rendered in table */
|
|
12
|
+
rows?: DataRowProps<TItem, TId>[];
|
|
11
13
|
/** Array of all possible columns for the table */
|
|
12
14
|
columns: DataColumnProps<TItem, TId>[];
|
|
13
15
|
/** Render callback for the table row.
|
|
@@ -40,6 +42,16 @@ export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<Dat
|
|
|
40
42
|
* Enables collapse/expand all functionality.
|
|
41
43
|
* */
|
|
42
44
|
showFoldAll?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Defines table header size
|
|
47
|
+
* @default '36'
|
|
48
|
+
* */
|
|
49
|
+
headerSize?: '36' | '48';
|
|
50
|
+
/**
|
|
51
|
+
* Defines table columns gap size
|
|
52
|
+
* @default '24'
|
|
53
|
+
* */
|
|
54
|
+
columnsGap?: '12' | '24';
|
|
43
55
|
}
|
|
44
56
|
export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
|
|
45
57
|
//# sourceMappingURL=DataTable.d.ts.map
|