@epam/uui 4.10.1 → 4.11.0-alpha.1
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/controlLayout.scss +16 -0
- package/assets/styles/effects.scss +3 -2
- package/assets/styles/inputs.scss +10 -10
- package/assets/styles/prettifyScrollBar.scss +10 -2
- package/assets/styles/typography-mixins.scss +159 -0
- package/assets/styles/typography.scss +35 -0
- package/assets/styles/variables/widgets/badge.scss +36 -36
- package/components/buttons/Button/Button.d.ts +13 -0
- package/components/buttons/Button/Button.d.ts.map +1 -0
- package/components/buttons/Button/Button.test.d.ts +2 -0
- package/components/buttons/Button/Button.test.d.ts.map +1 -0
- package/components/buttons/Button/index.d.ts +2 -0
- package/components/buttons/Button/index.d.ts.map +1 -0
- package/components/buttons/IconButton.d.ts +1 -3
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +3 -4
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -3
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +2 -2
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/buttons/index.d.ts +1 -1
- package/components/buttons/index.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts +5 -0
- package/components/datePickers/Calendar.d.ts.map +1 -0
- package/components/datePickers/CalendarPresets.d.ts +4 -0
- package/components/datePickers/CalendarPresets.d.ts.map +1 -0
- package/components/datePickers/DatePicker.d.ts +13 -0
- package/components/datePickers/DatePicker.d.ts.map +1 -0
- package/components/datePickers/DatePickerBody.d.ts +4 -0
- package/components/datePickers/DatePickerBody.d.ts.map +1 -0
- package/components/datePickers/RangeDatePicker.d.ts +13 -0
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -0
- package/components/datePickers/RangeDatePickerBody.d.ts +4 -0
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -0
- package/components/datePickers/index.d.ts +6 -0
- package/components/datePickers/index.d.ts.map +1 -0
- package/components/dnd/DropMarker.d.ts +9 -0
- package/components/dnd/DropMarker.d.ts.map +1 -0
- package/components/dnd/index.d.ts +2 -0
- package/components/dnd/index.d.ts.map +1 -0
- package/components/filters/FilterDataPickerBody.d.ts +14 -0
- package/components/filters/FilterDataPickerBody.d.ts.map +1 -0
- package/components/filters/FilterItemBody.d.ts +3 -0
- package/components/filters/FilterItemBody.d.ts.map +1 -0
- package/components/filters/FilterNumericBody.d.ts +13 -0
- package/components/filters/FilterNumericBody.d.ts.map +1 -0
- package/components/filters/FilterPanelItemToggler.d.ts +13 -0
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -0
- package/components/filters/FilterPickerBody.d.ts +20 -0
- package/components/filters/FilterPickerBody.d.ts.map +1 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts +19 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -0
- package/components/filters/FiltersPanel.d.ts +9 -0
- package/components/filters/FiltersPanel.d.ts.map +1 -0
- package/components/filters/FiltersPanelItem.d.ts +8 -0
- package/components/filters/FiltersPanelItem.d.ts.map +1 -0
- package/components/filters/PresetPanel/Preset.d.ts +9 -0
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +10 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetInput.d.ts +9 -0
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts +7 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -0
- package/components/filters/PresetPanel/index.d.ts +2 -0
- package/components/filters/PresetPanel/index.d.ts.map +1 -0
- package/components/filters/defaultPredicates.d.ts +5 -0
- package/components/filters/defaultPredicates.d.ts.map +1 -0
- package/components/filters/index.d.ts +5 -0
- package/components/filters/index.d.ts.map +1 -0
- package/components/forms/Form.d.ts +4 -0
- package/components/forms/Form.d.ts.map +1 -0
- package/components/forms/index.d.ts +3 -0
- package/components/forms/index.d.ts.map +1 -0
- package/components/forms/useForm.d.ts +3 -0
- package/components/forms/useForm.d.ts.map +1 -0
- package/components/index.d.ts +5 -0
- package/components/index.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +5 -6
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +16 -0
- package/components/inputs/MultiSwitch.d.ts.map +1 -0
- package/components/inputs/NumericInput.d.ts +9 -0
- package/components/inputs/NumericInput.d.ts.map +1 -0
- package/components/inputs/RadioInput.d.ts +3 -4
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +1 -3
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +10 -0
- package/components/inputs/TextArea.d.ts.map +1 -0
- package/components/inputs/TextInput.d.ts +4 -5
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/index.d.ts +3 -0
- package/components/inputs/index.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +1 -3
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +4 -0
- package/components/layout/Blocker.d.ts.map +1 -0
- package/components/layout/CheckboxGroup.d.ts +3 -0
- package/components/layout/CheckboxGroup.d.ts.map +1 -0
- package/components/layout/ControlGroup.d.ts +1 -2
- package/components/layout/ControlGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +2 -2
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +1 -2
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +2 -5
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +1 -3
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +1 -2
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts +1 -3
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +1 -6
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/layout/index.d.ts +3 -1
- package/components/layout/index.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts +6 -0
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +8 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/index.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/index.d.ts.map +1 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts +6 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenu.d.ts +5 -0
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +6 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/index.d.ts +9 -0
- package/components/navigation/MainMenu/index.d.ts.map +1 -0
- package/components/navigation/index.d.ts +2 -0
- package/components/navigation/index.d.ts.map +1 -0
- package/components/overlays/Alert.d.ts +24 -0
- package/components/overlays/Alert.d.ts.map +1 -0
- package/components/overlays/ConfirmationModal.d.ts +11 -0
- package/components/overlays/ConfirmationModal.d.ts.map +1 -0
- package/components/overlays/DropdownContainer.d.ts +6 -4
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +12 -14
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +2 -6
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +12 -17
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +2 -3
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/overlays/index.d.ts +1 -0
- package/components/overlays/index.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +2 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +2 -1
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts +2 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +0 -1
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +14 -0
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +8 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts +2 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts.map +1 -0
- package/components/tables/DataTable.d.ts +16 -0
- package/components/tables/DataTable.d.ts.map +1 -0
- package/components/tables/DataTableCell.d.ts +2 -7
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +19 -0
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -0
- package/components/tables/DataTableHeaderRow.d.ts +5 -0
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -0
- package/components/tables/DataTableRow.d.ts +11 -0
- package/components/tables/DataTableRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +7 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/index.d.ts +2 -0
- package/components/tables/columnsConfigurationModal/index.d.ts.map +1 -0
- package/components/tables/index.d.ts +6 -1
- package/components/tables/index.d.ts.map +1 -1
- package/components/tables/types.d.ts +26 -3
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +10 -5
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +7 -0
- package/components/typography/RichTextView.d.ts.map +1 -0
- package/components/typography/Text.d.ts +3 -3
- package/components/typography/Text.d.ts.map +1 -1
- package/components/typography/TextPlaceholder.d.ts +5 -3
- package/components/typography/TextPlaceholder.d.ts.map +1 -1
- package/components/typography/index.d.ts +1 -0
- package/components/typography/index.d.ts.map +1 -1
- package/components/widgets/Avatar.d.ts +1 -2
- package/components/widgets/Avatar.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +6 -7
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Spinner.d.ts +6 -0
- package/components/widgets/Spinner.d.ts.map +1 -0
- package/components/widgets/Tag.d.ts +4 -4
- 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/index.d.ts +3 -0
- package/helpers/index.d.ts.map +1 -0
- package/helpers/useColumnsWithFilters.d.ts +3 -0
- package/helpers/useColumnsWithFilters.d.ts.map +1 -0
- package/i18n.d.ts +53 -0
- package/i18n.d.ts.map +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +2603 -762
- package/index.js.map +1 -1
- package/package.json +13 -6
- package/stats.html +1 -1
- package/styles.css +8578 -1832
- package/styles.css.map +1 -1
- package/assets/styles/fonts-variables.scss +0 -24
- package/assets/styles/variables/buttons/button.scss +0 -71
- package/assets/styles/variables/buttons/iconButton.scss +0 -41
- package/assets/styles/variables/buttons/linkButton.scss +0 -6
- package/assets/styles/variables/buttons/tabButton.scss +0 -8
- package/assets/styles/variables/inputs/checkbox.scss +0 -18
- package/assets/styles/variables/inputs/radioInput.scss +0 -15
- package/assets/styles/variables/inputs/switch.scss +0 -24
- package/assets/styles/variables/inputs/textInput.scss +0 -21
- package/assets/styles/variables/layout/accordion.scss +0 -10
- package/assets/styles/variables/layout/iconContainer.scss +0 -23
- package/assets/styles/variables/layout/labeledInput.scss +0 -8
- package/assets/styles/variables/layout/panel.scss +0 -6
- package/assets/styles/variables/layout/scrollBars.scss +0 -4
- package/assets/styles/variables/overlays/dropdownContainer.scss +0 -5
- package/assets/styles/variables/overlays/modals.scss +0 -6
- package/assets/styles/variables/overlays/notificationCard.scss +0 -28
- package/assets/styles/variables/overlays/tooltip.scss +0 -8
- package/assets/styles/variables/pickers/pickerToggler.scss +0 -16
- package/assets/styles/variables/typography/text.scss +0 -19
- package/assets/styles/variables/typography/textPlaceholder.scss +0 -4
- package/assets/styles/variables/widgets/tag.scss +0 -9
- package/components/buttons/Button.d.ts +0 -14
- package/components/buttons/Button.d.ts.map +0 -1
- package/components/layout/IconContainer.d.ts +0 -10
- package/components/layout/IconContainer.d.ts.map +0 -1
- package/components/tables/Presets/Preset.d.ts +0 -14
- package/components/tables/Presets/Preset.d.ts.map +0 -1
- package/components/tables/Presets/Presets.d.ts +0 -9
- package/components/tables/Presets/Presets.d.ts.map +0 -1
- package/components/tables/Presets/index.d.ts +0 -3
- package/components/tables/Presets/index.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropMarker.d.ts","sourceRoot":"","sources":["../../../components/dnd/DropMarker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9D,MAAM,WAAW,eAAgB,SAAQ,oBAAoB,EAAE,MAAM;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IAC5D,MAAM;CAcT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/dnd/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DatePickerCoreProps, IDropdownBodyProps } from "@epam/uui-core";
|
|
3
|
+
import { BaseDatePicker, DatePickerState } from '@epam/uui-components';
|
|
4
|
+
export interface DatePickerProps extends DatePickerCoreProps, IDropdownBodyProps {
|
|
5
|
+
}
|
|
6
|
+
export declare class FilterDataPickerBody extends BaseDatePicker<DatePickerProps> {
|
|
7
|
+
state: DatePickerState;
|
|
8
|
+
renderInput: () => any;
|
|
9
|
+
onToggleHandler: (val: boolean) => void;
|
|
10
|
+
handleCancel: () => void;
|
|
11
|
+
renderBody(): JSX.Element;
|
|
12
|
+
render(): JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=FilterDataPickerBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterDataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterDataPickerBody.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAIvE,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,kBAAkB;CAAG;AAEnF,qBAAa,oBAAqB,SAAQ,cAAc,CAAC,eAAe,CAAC;IACrE,KAAK,EAAE,eAAe,CAIpB;IAEF,WAAW,QAAO,GAAG,CAEpB;IAED,eAAe,QAAS,OAAO,UAG9B;IAGD,YAAY,aAGX;IAED,UAAU;IA0BV,MAAM;CAGT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterItemBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterItemBody.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAGtD,eAAO,MAAM,cAAc,UAAW,qBAAqB,GAAG,CAAC,gBAwC9D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DropdownBodyProps } from "@epam/uui-core";
|
|
2
|
+
interface INumericRangeValue {
|
|
3
|
+
from: number | null;
|
|
4
|
+
to: number | null;
|
|
5
|
+
}
|
|
6
|
+
interface IFilterNumericBodyProps extends DropdownBodyProps {
|
|
7
|
+
onValueChange: (value: number | INumericRangeValue) => void;
|
|
8
|
+
value: undefined | number | INumericRangeValue;
|
|
9
|
+
selectedPredicate?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const FilterNumericBody: (props: IFilterNumericBodyProps) => JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=FilterNumericBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAK7D,UAAU,kBAAkB;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,UAAU,uBAAwB,SAAQ,iBAAiB;IACvD,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,KAAK,IAAI,CAAC;IAC5D,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,kBAAkB,CAAC;IAC/C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,iBAAiB,UAAW,uBAAuB,gBA+F/D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IDropdownToggler, IHasCX } from "@epam/uui-core";
|
|
3
|
+
export interface FilterToolbarItemTogglerProps extends IDropdownToggler {
|
|
4
|
+
selection: string | null | JSX.Element;
|
|
5
|
+
postfix?: string | null | JSX.Element;
|
|
6
|
+
title?: string;
|
|
7
|
+
maxWidth?: string;
|
|
8
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
9
|
+
cx?: IHasCX;
|
|
10
|
+
predicateName: string | null;
|
|
11
|
+
}
|
|
12
|
+
export declare const FilterPanelItemToggler: React.ForwardRefExoticComponent<Pick<FilterToolbarItemTogglerProps, "isDisabled" | "onClick" | "caption" | "title" | "cx" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "size" | "selection" | "maxWidth" | "postfix" | "predicateName"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
//# sourceMappingURL=FilterPanelItemToggler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAkC,MAAM,gBAAgB,CAAC;AAQ1F,MAAM,WAAW,6BAA8B,SAAQ,gBAAgB;IACnE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,sBAAsB,iTAuCjC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataRowProps, DataSourceListProps, DropdownBodyProps, IDisableable, IDropdownToggler, IEditable } from '@epam/uui-core';
|
|
3
|
+
import { PickerBodyBaseProps, PickerInputBase, PickerTogglerProps } from '@epam/uui-components';
|
|
4
|
+
interface FilterPickerBodyProps extends DropdownBodyProps {
|
|
5
|
+
}
|
|
6
|
+
export declare class FilterPickerBody<TItem, TId> extends PickerInputBase<TItem, TId, FilterPickerBodyProps> {
|
|
7
|
+
shouldShowBody(): boolean;
|
|
8
|
+
toggleModalOpening(opened: boolean): void;
|
|
9
|
+
renderItem: (item: TItem, rowProps: DataRowProps<TItem, TId>) => JSX.Element;
|
|
10
|
+
onSelect: (row: DataRowProps<TItem, TId>) => void;
|
|
11
|
+
renderRow: (rowProps: DataRowProps<TItem, TId>) => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
12
|
+
renderFooter: (isSelectAll: (IEditable<boolean> & IDisableable & {
|
|
13
|
+
indeterminate?: boolean;
|
|
14
|
+
}) | undefined) => JSX.Element;
|
|
15
|
+
renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>): JSX.Element;
|
|
16
|
+
renderBody(props: DataSourceListProps & Omit<PickerBodyBaseProps, 'rows'>, rows: DataRowProps<TItem, TId>[]): JSX.Element;
|
|
17
|
+
render(): JSX.Element;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=FilterPickerBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAwB,MAAM,gBAAgB,CAAC;AACvJ,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAShG,UAAU,qBAAsB,SAAQ,iBAAiB;CACxD;AAED,qBAAa,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,qBAAqB,CAAC;IAChG,cAAc,IAAI,OAAO;IAIzB,kBAAkB,CAAC,MAAM,EAAE,OAAO;IAGlC,UAAU,SAAU,KAAK,YAAY,aAAa,KAAK,EAAE,GAAG,CAAC,iBAE5D;IAED,QAAQ,QAAS,aAAa,KAAK,EAAE,GAAG,CAAC,UAGxC;IAED,SAAS,aAAc,aAAa,KAAK,EAAE,GAAG,CAAC,mEAe9C;IAED,YAAY,gBAAiB,CAAC,UAAU,OAAO,CAAC,GAAG,YAAY,GAAG;QAAE,aAAa,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,GAAG,SAAS,iBA2BzG;IAED,YAAY,CAAC,WAAW,EAAE,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC;IAI3E,UAAU,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;IA+B3G,MAAM,IAAI,GAAG,CAAC,OAAO;CAKxB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BaseRangeDatePickerProps, IDropdownBodyProps, RangeDatePickerInputType } from "@epam/uui-core";
|
|
3
|
+
import { BaseRangeDatePicker } from '@epam/uui-components';
|
|
4
|
+
export interface RangeDatePickerProps extends BaseRangeDatePickerProps, IDropdownBodyProps {
|
|
5
|
+
}
|
|
6
|
+
export declare class FilterRangeDatePickerBody extends BaseRangeDatePicker<RangeDatePickerProps> {
|
|
7
|
+
state: {
|
|
8
|
+
inFocus: RangeDatePickerInputType;
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
inputValue: import("@epam/uui-components").RangeDatePickerValue;
|
|
11
|
+
selectedDate: import("@epam/uui-components").RangeDatePickerValue;
|
|
12
|
+
displayedDate: import("dayjs").Dayjs;
|
|
13
|
+
view: import("@epam/uui-components").ViewType;
|
|
14
|
+
};
|
|
15
|
+
renderBody(): JSX.Element;
|
|
16
|
+
renderInput: () => any;
|
|
17
|
+
render(): JSX.Element;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=FilterRangeDatePickerBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,wBAAwB,EAAU,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAQ3D,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,kBAAkB;CAAG;AAE7F,qBAAa,yBAA0B,SAAQ,mBAAmB,CAAC,oBAAoB,CAAC;IACpF,KAAK;;;;;;;MAGH;IAEF,UAAU;IAiDV,WAAW,QAAO,GAAG,CAEpB;IAED,MAAM;CAGT"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TableFiltersConfig, DataTableState } from "@epam/uui-core";
|
|
2
|
+
interface FiltersToolbarProps<TFilter> {
|
|
3
|
+
filters: TableFiltersConfig<TFilter>[];
|
|
4
|
+
tableState: DataTableState;
|
|
5
|
+
setTableState: (newState: DataTableState) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const FiltersPanel: <TFilter extends object>(props: FiltersToolbarProps<TFilter>) => JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=FiltersPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAkB,kBAAkB,EAAmD,cAAc,EAAsB,MAAM,gBAAgB,CAAC;AAKzJ,UAAU,mBAAmB,CAAC,OAAO;IACjC,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC;IACvC,UAAU,EAAE,cAAc,CAAC;IAC3B,aAAa,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;CACrD;AA4KD,eAAO,MAAM,YAAY,8EAA8D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TableFiltersConfig, IEditable } from "@epam/uui-core";
|
|
3
|
+
export type FiltersToolbarItemProps = TableFiltersConfig<any> & IEditable<any> & {
|
|
4
|
+
autoFocus?: boolean;
|
|
5
|
+
removeFilter?: (field: any) => void;
|
|
6
|
+
};
|
|
7
|
+
export declare const FiltersPanelItem: React.MemoExoticComponent<(props: FiltersToolbarItemProps) => JSX.Element>;
|
|
8
|
+
//# sourceMappingURL=FiltersPanelItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAqB,kBAAkB,EAAoB,SAAS,EAAoE,MAAM,gBAAgB,CAAC;AAatK,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,GAAG;IAC7E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CACvC,CAAC;AAmKF,eAAO,MAAM,gBAAgB,oCAjKU,uBAAuB,iBAiKI,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DataTableState, IPresetsApi, ITablePreset } from "@epam/uui-core";
|
|
2
|
+
interface IPresetProps extends Omit<IPresetsApi, 'presets'> {
|
|
3
|
+
preset: ITablePreset;
|
|
4
|
+
addPreset: () => void;
|
|
5
|
+
tableState: DataTableState;
|
|
6
|
+
}
|
|
7
|
+
export declare const Preset: (props: IPresetProps) => JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Preset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAO3E,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;CAC9B;AAED,eAAO,MAAM,MAAM,UAAW,YAAY,gBA+CzC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IPresetsApi, ITablePreset, DataTableState } from "@epam/uui-core";
|
|
2
|
+
interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
|
|
3
|
+
preset: ITablePreset;
|
|
4
|
+
addPreset: () => void;
|
|
5
|
+
tableState: DataTableState;
|
|
6
|
+
renamePreset: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const PresetActionsDropdown: (props: ITubButtonDropdownProps) => JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=PresetActionsDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAoB,YAAY,EAAiB,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAc5G,UAAU,uBAAwB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAClE,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,eAAO,MAAM,qBAAqB,UAAW,uBAAuB,gBA8FnE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ITablePreset } from "@epam/uui-core";
|
|
2
|
+
interface IPresetInputProps {
|
|
3
|
+
onCancel: () => void;
|
|
4
|
+
onSuccess?: (name: string) => Promise<any>;
|
|
5
|
+
preset?: ITablePreset;
|
|
6
|
+
}
|
|
7
|
+
export declare const PresetInput: (props: IPresetInputProps) => JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=PresetInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,UAAW,iBAAiB,gBAoCnD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DataTableState, IPresetsApi } from "@epam/uui-core";
|
|
2
|
+
interface PresetsBlockProps extends IPresetsApi {
|
|
3
|
+
tableState: DataTableState;
|
|
4
|
+
}
|
|
5
|
+
export declare const PresetsPanel: (props: PresetsBlockProps) => JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=PresetsPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAgB,MAAM,gBAAgB,CAAC;AAS3E,UAAU,iBAAkB,SAAQ,WAAW;IAC3C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAiGpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IFilterPredicate } from "@epam/uui-core";
|
|
2
|
+
type defaultPredicateName = 'numeric' | 'multiPicker' | 'rangeDatePicker';
|
|
3
|
+
export declare const defaultPredicates: Record<defaultPredicateName, IFilterPredicate[]>;
|
|
4
|
+
export {};
|
|
5
|
+
//# sourceMappingURL=defaultPredicates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultPredicates.d.ts","sourceRoot":"","sources":["../../../components/filters/defaultPredicates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,KAAK,oBAAoB,GAAG,SAAS,GAAG,aAAa,GAAG,iBAAiB,CAAC;AAE1E,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,CAgB9E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/filters/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":";AACA,OAAO,EAAmB,SAAS,EAAgC,MAAM,gBAAgB,CAAC;AAK1F,wBAAgB,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,eA4B1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/forms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../../components/forms/useForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,YAAY,EAAwC,MAAM,gBAAgB,CAAC;AAKnG,wBAAgB,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,wCAsBhD"}
|
package/components/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './buttons';
|
|
2
|
+
export * from './datePickers';
|
|
3
|
+
export * from './dnd';
|
|
2
4
|
export * from './inputs';
|
|
3
5
|
export * from './layout';
|
|
4
6
|
export * from './overlays';
|
|
@@ -7,4 +9,7 @@ export * from './typography';
|
|
|
7
9
|
export * from './widgets';
|
|
8
10
|
export * from './tables';
|
|
9
11
|
export * from './types';
|
|
12
|
+
export * from './filters';
|
|
13
|
+
export * from './navigation';
|
|
14
|
+
export * from './forms';
|
|
10
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { CheckboxProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/inputs/checkbox.scss';
|
|
1
|
+
import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
|
|
4
2
|
export interface CheckboxMods {
|
|
5
3
|
size?: '12' | '18';
|
|
6
|
-
|
|
4
|
+
mode?: 'form' | 'cell';
|
|
7
5
|
}
|
|
8
|
-
export
|
|
9
|
-
export declare
|
|
6
|
+
export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
|
|
7
|
+
export declare function applyCheckboxMods(mods: CheckboxProps): string[];
|
|
8
|
+
export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
10
9
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAOlG,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,gBAAgB,CAAC;AAE5D,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,aAAa,YAMpD;AAOD,eAAO,MAAM,QAAQ,yKAAkG,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IEditable, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
+
import { ButtonMods } from '../buttons';
|
|
5
|
+
import { SizeMod } from '../types';
|
|
6
|
+
interface MultiSwitchItem<TValue> extends ButtonProps, ButtonMods {
|
|
7
|
+
id: TValue;
|
|
8
|
+
}
|
|
9
|
+
export type UuiMultiSwitchColor = 'primary' | 'secondary';
|
|
10
|
+
export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
11
|
+
items: MultiSwitchItem<TValue>[];
|
|
12
|
+
color?: UuiMultiSwitchColor;
|
|
13
|
+
}
|
|
14
|
+
export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=MultiSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAU,UAAU,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,UAAU,eAAe,CAAC,MAAM,CAAE,SAAQ,WAAW,EAAE,UAAU;IAC7D,EAAE,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1D,MAAM,WAAW,gBAAgB,CAAC,MAAM,CAAE,SAAQ,SAAS,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC5H,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC;IACjC,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAsBD,eAAO,MAAM,WAAW,kGAAyC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as types from "../types";
|
|
2
|
+
import { NumericInputProps as uuiNumericInputProps } from "@epam/uui-components";
|
|
3
|
+
import { IHasEditMode } from "../types";
|
|
4
|
+
export interface NumericInputMods extends types.SizeMod, IHasEditMode {
|
|
5
|
+
}
|
|
6
|
+
export declare function applyNumericInputMods(mods: NumericInputMods): string[];
|
|
7
|
+
export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
|
|
8
|
+
export declare const NumericInput: (props: uuiNumericInputProps & NumericInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
|
+
//# sourceMappingURL=NumericInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/NumericInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAmC,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAQlD,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,OAAO,EAAE,YAAY;CAAG;AAExE,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,gBAAgB,YAQ3D;AAED,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,GAAG,gBAAgB,CAAC;AAExE,eAAO,MAAM,YAAY,iLASxB,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { RadioInputProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/inputs/radioInput.scss';
|
|
1
|
+
import { RadioInputProps as UuiRadioInputProps } from '@epam/uui-components';
|
|
4
2
|
export interface RadioInputMods {
|
|
5
3
|
size?: '12' | '18';
|
|
6
4
|
}
|
|
7
|
-
export
|
|
5
|
+
export type RadioInputProps = RadioInputMods & UuiRadioInputProps;
|
|
6
|
+
export declare const RadioInput: (props: UuiRadioInputProps & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
7
|
//# sourceMappingURL=RadioInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"
|
|
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,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,MAAM,eAAe,GAAI,cAAc,GAAG,kBAAkB,CAAC;AASnE,eAAO,MAAM,UAAU,6KAAiH,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SwitchProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/inputs/switch.scss';
|
|
4
2
|
export interface SwitchMods {
|
|
5
3
|
size?: '12' | '18' | '24';
|
|
6
4
|
}
|
|
7
5
|
export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
|
|
8
|
-
export declare const Switch: import("react").
|
|
6
|
+
export declare const Switch: (props: SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
7
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxE,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,YAM7D;AAED,eAAO,MAAM,MAAM,kKAAgE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
|
|
3
|
+
import * as types from '../types';
|
|
4
|
+
export interface TextAreaMods extends types.IHasEditMode {
|
|
5
|
+
size?: types.ControlSize;
|
|
6
|
+
}
|
|
7
|
+
export declare function applyTextAreaMods(mods: TextAreaMods): string[];
|
|
8
|
+
export type TextAreaProps = UuiTextAreaProps & TextAreaMods;
|
|
9
|
+
export declare const TextArea: (props: UuiTextAreaProps & TextAreaMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
10
|
+
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,YAAY;IACpD,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,YAMnD;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,YAAY,CAAC;AAE5D,eAAO,MAAM,QAAQ,2IAOpB,CAAC"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IEditableDebouncerOptions } from '@epam/uui-core';
|
|
3
|
-
import { TextInputProps } from '@epam/uui-components';
|
|
3
|
+
import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
|
|
4
4
|
import { IHasEditMode, ControlSize } from '../types';
|
|
5
|
-
import '../../assets/styles/variables/inputs/textInput.scss';
|
|
6
5
|
export interface TextInputMods extends IHasEditMode {
|
|
7
6
|
size?: ControlSize;
|
|
8
7
|
}
|
|
9
8
|
export declare function applyTextInputMods(mods: TextInputMods): string[];
|
|
10
|
-
export
|
|
11
|
-
export declare class SearchInput extends React.Component<TextInputProps & TextInputMods & IEditableDebouncerOptions, {}> {
|
|
12
|
-
render(): JSX.Element;
|
|
9
|
+
export interface TextInputProps extends CoreTextInputProps, TextInputMods {
|
|
13
10
|
}
|
|
11
|
+
export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
|
+
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods & IEditableDebouncerOptions, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "size" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
|
|
14
13
|
//# 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,EAAE,MAAM,sBAAsB,CAAC;
|
|
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,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAMrD;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAE5E,eAAO,MAAM,SAAS,8IAOrB,CAAC;AAEF,eAAO,MAAM,WAAW,uxBAsBlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AccordionProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/layout/accordion.scss';
|
|
4
2
|
export interface AccordionMods {
|
|
5
3
|
mode?: 'block' | 'inline';
|
|
6
4
|
padding?: '0' | '6' | '12' | '18';
|
|
7
5
|
}
|
|
8
|
-
export declare const Accordion: import("react").
|
|
6
|
+
export declare const Accordion: (props: (AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
7
|
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAIjF,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAUD,eAAO,MAAM,SAAS,0KAEnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,wHAEnB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CheckboxGroupProps } from '@epam/uui-components';
|
|
2
|
+
export declare const CheckboxGroup: (props: CheckboxGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
3
|
+
//# sourceMappingURL=CheckboxGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,eAAO,MAAM,aAAa,iKAIzB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ControlGroupProps } from '@epam/uui-components';
|
|
3
|
-
export declare const ControlGroup: import("react").
|
|
2
|
+
export declare const ControlGroup: (props: ControlGroupProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
3
|
//# sourceMappingURL=ControlGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,eAAO,MAAM,YAAY,2JAAiE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export type FlexCellMods = {};
|
|
3
|
-
export declare const FlexCell:
|
|
3
|
+
export declare const FlexCell: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & React.Attributes & import("@epam/uui-core").IHasChildren & {
|
|
4
4
|
width?: number | "auto" | "100%";
|
|
5
5
|
minWidth?: number;
|
|
6
6
|
grow?: number;
|
|
@@ -8,5 +8,5 @@ export declare const FlexCell: React.ForwardRefExoticComponent<import("@epam/uui
|
|
|
8
8
|
textAlign?: "left" | "right" | "center";
|
|
9
9
|
alignSelf?: string;
|
|
10
10
|
style?: React.CSSProperties;
|
|
11
|
-
} & React.RefAttributes<any>>;
|
|
11
|
+
} & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
12
|
//# sourceMappingURL=FlexCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,MAAM,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,MAAM,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;mGAEnB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
|
|
3
2
|
import { RowSizeMod } from '../../types';
|
|
4
3
|
export interface RowMods extends RowSizeMod {
|
|
@@ -13,6 +12,6 @@ export interface RowMods extends RowSizeMod {
|
|
|
13
12
|
}
|
|
14
13
|
interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
|
|
15
14
|
}
|
|
16
|
-
export declare const FlexRow: import("react").
|
|
15
|
+
export declare const FlexRow: (props: FlexRowProps & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
17
16
|
export {};
|
|
18
17
|
//# sourceMappingURL=FlexRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"
|
|
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;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC/C;AAED,UAAU,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,CAAC;CAAG;AAE/E,eAAO,MAAM,OAAO,gKAWlB,CAAC"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import '../../../assets/styles/variables/layout/panel.scss';
|
|
3
1
|
export interface PanelMods {
|
|
4
2
|
shadow?: boolean;
|
|
5
3
|
margin?: '24';
|
|
6
|
-
background?: boolean;
|
|
7
4
|
}
|
|
8
|
-
export declare const Panel:
|
|
5
|
+
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
6
|
style?: import("react").CSSProperties;
|
|
10
|
-
} & PanelMods & import("react").RefAttributes<any>>;
|
|
7
|
+
} & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
11
8
|
//# sourceMappingURL=Panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,KAAK;;6IAKhB,CAAC"}
|