@epam/uui 5.14.1-alpha.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/helpers.scss +4 -0
- package/assets/styles/index.scss +2 -1
- package/assets/styles/inputs.scss +4 -4
- package/assets/styles/typography.scss +12 -9
- package/components/buttons/Button.d.ts +2 -2
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +3 -4
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +5 -5
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/datePickers/CalendarPresets.d.ts +1 -1
- package/components/datePickers/CalendarPresets.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +48 -4
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts +3 -3
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +68 -3
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -4
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +3 -6
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/index.d.ts +1 -1
- package/components/datePickers/index.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +8 -108
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts +2 -2
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/errors/ErrorHandler.d.ts +4 -3
- package/components/errors/ErrorHandler.d.ts.map +1 -1
- package/components/fileUpload/DropSpot.d.ts +1 -1
- package/components/fileUpload/DropSpot.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/filters/FilterDatePickerBody.d.ts +2 -2
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/FilterItemBody.d.ts +2 -2
- package/components/filters/FilterItemBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts +2 -2
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +5 -4
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +3 -3
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +3 -3
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +3 -3
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +3 -3
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +3 -3
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +3 -3
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +2 -2
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/filters/constants.d.ts +4 -0
- package/components/filters/constants.d.ts.map +1 -1
- package/components/forms/Form.d.ts +2 -2
- package/components/forms/Form.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +16 -21
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +6 -7
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Rating.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +1 -1
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +4 -3
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePickerBody.d.ts +2 -2
- package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
- package/components/inputs/timePicker/types.d.ts +1 -0
- package/components/inputs/timePicker/types.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +2 -2
- package/components/layout/Blocker.d.ts.map +1 -1
- package/components/layout/CheckboxGroup.d.ts +1 -1
- package/components/layout/CheckboxGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +21 -8
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +1 -0
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +1 -1
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +2 -2
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +2 -2
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +1 -1
- package/components/overlays/Alert.d.ts +4 -2
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/ConfirmationModal.d.ts +1 -1
- package/components/overlays/Dropdown.d.ts +1 -1
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +6 -6
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +15 -8
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +2 -2
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Snackbar.d.ts +2 -2
- package/components/overlays/Snackbar.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +4 -1
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +10 -13
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +3 -2
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerMobileHeader.d.ts +8 -0
- package/components/pickers/DataPickerMobileHeader.d.ts.map +1 -0
- package/components/pickers/DataPickerRow.d.ts +15 -8
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/PickerBodyMobileView.d.ts +25 -5
- package/components/pickers/PickerBodyMobileView.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +6 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +2 -2
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts +3 -3
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/{PickerListItem.d.ts → PickerListRow.d.ts} +3 -3
- package/components/pickers/PickerListRow.d.ts.map +1 -0
- package/components/pickers/PickerModal.d.ts +3 -3
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +9 -4
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +3 -3
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
- package/components/pickers/highlight.d.ts +2 -2
- package/components/pickers/highlight.d.ts.map +1 -1
- package/components/pickers/index.d.ts +2 -2
- package/components/pickers/index.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +3 -3
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataTable.d.ts +13 -5
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +8 -4
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +15 -13
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderGroupCell.d.ts +5 -7
- package/components/tables/DataTableHeaderGroupCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts +1 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts +10 -8
- package/components/tables/DataTableRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/tables/types.d.ts +3 -5
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +1 -0
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +1 -1
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +6 -6
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +6 -11
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts +16 -9
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/components/widgets/Paginator.d.ts +3 -3
- package/components/widgets/Paginator.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +5 -3
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +2802 -2685
- package/index.esm.js.map +1 -1
- package/index.js +2801 -2682
- package/index.js.map +1 -1
- package/package.json +8 -8
- package/settings.d.ts +459 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +1 -19
- package/styles.css +3617 -9383
- package/styles.css.map +1 -1
- package/components/pickers/DataPickerCell.d.ts +0 -5
- package/components/pickers/DataPickerCell.d.ts.map +0 -1
- package/components/pickers/DataPickerHeader.d.ts +0 -8
- package/components/pickers/DataPickerHeader.d.ts.map +0 -1
- package/components/pickers/PickerListItem.d.ts.map +0 -1
- package/components/pickers/helpers.d.ts +0 -2
- package/components/pickers/helpers.d.ts.map +0 -1
- package/components/pickers/types.d.ts +0 -9
- package/components/pickers/types.d.ts.map +0 -1
- package/icons/icons.d.ts +0 -21
- package/icons/icons.d.ts.map +0 -1
- package/settings.types.d.ts +0 -238
- package/settings.types.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropSpot.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/DropSpot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAS1D,MAAM,WAAW,aAAc,SAAQ,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM;IAC7F;;MAEE;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;MAEE;IACF,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,GAAG,CAAC;IAClC;;MAEE;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;MAEE;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"DropSpot.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/DropSpot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAS1D,MAAM,WAAW,aAAc,SAAQ,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM;IAC7F;;MAEE;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;MAEE;IACF,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,GAAG,CAAC;IAClC;;MAEE;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;MAEE;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAmC5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAM,kBAAkB,EAAe,UAAU,EAAE,MAAM,EAAU,MAAM,gBAAgB,CAAC;AAWjG,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;IACpE;;MAEE;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;MAGE;IACF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU,EAAE,MAAM;IACrD,6BAA6B;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,QAAQ,sFA6GnB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IDropdownBodyProps } from '@epam/uui-core';
|
|
3
3
|
import { DatePickerProps } from '../datePickers';
|
|
4
4
|
/**
|
|
@@ -6,5 +6,5 @@ import { DatePickerProps } from '../datePickers';
|
|
|
6
6
|
*/
|
|
7
7
|
export interface FilterDatePickerProps extends DatePickerProps, IDropdownBodyProps {
|
|
8
8
|
}
|
|
9
|
-
export declare function FilterDatePickerBody(props: FilterDatePickerProps): JSX.Element;
|
|
9
|
+
export declare function FilterDatePickerBody(props: FilterDatePickerProps): React.JSX.Element;
|
|
10
10
|
//# sourceMappingURL=FilterDatePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterDatePickerBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FilterDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAiB,MAAM,gBAAgB,CAAC;AAQnE,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjD;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe,EAAE,kBAAkB;CAAG;AAErF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,qBAAqB,qBAoDhE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IFilterItemBodyProps } from '@epam/uui-core';
|
|
3
|
-
export declare function FilterItemBody(props: IFilterItemBodyProps<any>): JSX.Element;
|
|
3
|
+
export declare function FilterItemBody(props: IFilterItemBodyProps<any>): React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=FilterItemBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterItemBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterItemBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FilterItemBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterItemBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAMtD,wBAAgB,cAAc,CAAC,KAAK,EAAE,oBAAoB,CAAC,GAAG,CAAC,qBAe9D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DropdownBodyProps } from '@epam/uui-core';
|
|
3
3
|
interface INumericRangeValue {
|
|
4
4
|
/**
|
|
@@ -24,6 +24,6 @@ interface IFilterNumericBodyProps extends DropdownBodyProps {
|
|
|
24
24
|
*/
|
|
25
25
|
selectedPredicate?: string;
|
|
26
26
|
}
|
|
27
|
-
export declare function FilterNumericBody(props: IFilterNumericBodyProps): JSX.Element;
|
|
27
|
+
export declare function FilterNumericBody(props: IFilterNumericBodyProps): React.JSX.Element;
|
|
28
28
|
export {};
|
|
29
29
|
//# sourceMappingURL=FilterNumericBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAU7D,UAAU,kBAAkB;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,UAAU,uBAAwB,SAAQ,iBAAiB;IACvD;;OAEG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,KAAK,IAAI,CAAC;IAC5D;;OAEG;IACH,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,kBAAkB,CAAC;IAC/C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,uBAAuB,qBAiH/D"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { IDisableable, IDropdownTogglerProps, IHasCX } from '@epam/uui-core';
|
|
3
|
-
|
|
2
|
+
import type { IDisableable, IDropdownTogglerProps, IHasCX } from '@epam/uui-core';
|
|
3
|
+
import type { FiltersPanelProps } from './FiltersPanel';
|
|
4
|
+
import type { JSX } from 'react';
|
|
5
|
+
export interface FilterToolbarItemTogglerProps extends IDropdownTogglerProps, IDisableable, IHasCX, Pick<FiltersPanelProps<any>, 'size'> {
|
|
4
6
|
selection?: React.ReactNode[];
|
|
5
7
|
postfix?: string | null | JSX.Element;
|
|
6
8
|
title?: string;
|
|
7
9
|
maxWidth?: number;
|
|
8
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
9
10
|
predicateName: string | null;
|
|
10
11
|
}
|
|
11
|
-
export declare const FilterPanelItemToggler: React.ForwardRefExoticComponent<
|
|
12
|
+
export declare const FilterPanelItemToggler: React.ForwardRefExoticComponent<Omit<FilterToolbarItemTogglerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
13
|
//# sourceMappingURL=FilterPanelItemToggler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGlF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AASxD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,WAAW,6BAA8B,SAAQ,qBAAqB,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,CAAC,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACpI,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,sBAAsB,mHAmEjC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import { DropdownBodyProps, PickerFilterConfig, PickerInputBaseProps } from '@epam/uui-core';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { DropdownBodyProps, PickerFilterConfig, PickerInputBaseProps } from '@epam/uui-core';
|
|
3
3
|
type FilterPickerBodyProps<TItem, TId> = DropdownBodyProps & PickerInputBaseProps<TItem, TId> & PickerFilterConfig<any> & {
|
|
4
4
|
showSearch?: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare function FilterPickerBody<TItem, TId>({ highlightSearchMatches, ...restProps }: FilterPickerBodyProps<TItem, TId>): JSX.Element;
|
|
6
|
+
export declare function FilterPickerBody<TItem, TId>({ highlightSearchMatches, ...restProps }: FilterPickerBodyProps<TItem, TId>): React.JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=FilterPickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":";
|
|
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,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,oBAAoB,EAAmB,MAAM,gBAAgB,CAAC;AAUnH,KAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAAG;IACtH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,EACzC,sBAA6B,EAC7B,GAAG,SAAS,EACf,EAAE,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA2FnC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IDropdownBodyProps } from '@epam/uui-core';
|
|
3
|
-
import { RangeDatePickerProps } from '../datePickers
|
|
3
|
+
import type { RangeDatePickerProps } from '../datePickers';
|
|
4
4
|
export interface FilterRangeDatePickerProps extends RangeDatePickerProps, IDropdownBodyProps {
|
|
5
5
|
}
|
|
6
|
-
export declare function FilterRangeDatePickerBody(props: FilterRangeDatePickerProps): JSX.Element;
|
|
6
|
+
export declare function FilterRangeDatePickerBody(props: FilterRangeDatePickerProps): React.JSX.Element;
|
|
7
7
|
//# sourceMappingURL=FilterRangeDatePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAiB,MAAM,gBAAgB,CAAC;AAQnE,OAAO,KAAK,EACkB,oBAAoB,EACjD,MAAM,gBAAgB,CAAC;AAKxB,MAAM,WAAW,0BAA2B,SAAQ,oBAAoB,EAAE,kBAAkB;CAAG;AAE/F,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,0BAA0B,qBAmF1E"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import { TableFiltersConfig, DataTableState, Overwrite } from '@epam/uui-core';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TableFiltersConfig, DataTableState, Overwrite } from '@epam/uui-core';
|
|
3
3
|
export interface FiltersPanelModsOverride {
|
|
4
4
|
}
|
|
5
5
|
interface FiltersPanelMods {
|
|
@@ -17,7 +17,7 @@ export interface FiltersPanelProps<TFilter> extends Overwrite<FiltersPanelMods,
|
|
|
17
17
|
/** Called when state needs to be changed */
|
|
18
18
|
setTableState: (newState: DataTableState) => void;
|
|
19
19
|
}
|
|
20
|
-
declare function FiltersToolbarImpl<TFilter extends object>(props: FiltersPanelProps<TFilter>): JSX.Element;
|
|
20
|
+
declare function FiltersToolbarImpl<TFilter extends object>(props: FiltersPanelProps<TFilter>): React.JSX.Element;
|
|
21
21
|
export declare const FiltersPanel: typeof FiltersToolbarImpl;
|
|
22
22
|
export {};
|
|
23
23
|
//# sourceMappingURL=FiltersPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAEN,MAAM,OAAO,CAAC;AAIf,OAAO,KAAK,EACQ,kBAAkB,EAClC,cAAc,EAAsB,SAAS,EAChD,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,wBAAwB;CAAG;AAE5C,UAAU,gBAAgB;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,iBAAiB,CAAC,OAAO,CAAE,SACxC,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;IACrD,uDAAuD;IACvD,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC;IACvC,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;IAC3B,4CAA4C;IAC5C,aAAa,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;CACrD;AAyCD,iBAAS,kBAAkB,CAAC,OAAO,SAAS,MAAM,EAAE,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,qBAmKpF;AAED,eAAO,MAAM,YAAY,2BAA8D,CAAC"}
|
|
@@ -5,7 +5,7 @@ export type FiltersToolbarItemProps = TableFiltersConfig<any> & IEditable<any> &
|
|
|
5
5
|
removeFilter?: (field: any) => void;
|
|
6
6
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
7
7
|
};
|
|
8
|
-
declare function FiltersToolbarItemImpl(props: FiltersToolbarItemProps): JSX.Element;
|
|
8
|
+
declare function FiltersToolbarItemImpl(props: FiltersToolbarItemProps): React.JSX.Element;
|
|
9
9
|
export declare const FiltersPanelItem: React.MemoExoticComponent<typeof FiltersToolbarItemImpl>;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=FiltersPanelItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,
|
|
1
|
+
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EAEH,kBAAkB,EAElB,SAAS,EAUZ,MAAM,gBAAgB,CAAC;AAaxB,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAC7D,SAAS,CAAC,GAAG,CAAC,GAAG;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAqBF,iBAAS,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,qBAgP7D;AAED,eAAO,MAAM,gBAAgB,0DAAqC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { DataTableState, IPresetsApi, ITablePreset } from '@epam/uui-core';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DataTableState, IPresetsApi, ITablePreset } from '@epam/uui-core';
|
|
3
3
|
interface IPresetProps extends Omit<IPresetsApi, 'presets'> {
|
|
4
4
|
preset: ITablePreset;
|
|
5
5
|
addPreset: () => void;
|
|
6
6
|
tableState: DataTableState;
|
|
7
7
|
}
|
|
8
|
-
export declare function Preset(props: IPresetProps): JSX.Element;
|
|
8
|
+
export declare function Preset(props: IPresetProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=Preset.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUhF,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,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,qBAsDzC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPresetsApi, ITablePreset, DataTableState } from '@epam/uui-core';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IPresetsApi, ITablePreset, DataTableState } from '@epam/uui-core';
|
|
3
3
|
interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
|
|
4
4
|
preset: ITablePreset;
|
|
5
5
|
addPreset: () => void;
|
|
6
6
|
tableState: DataTableState;
|
|
7
7
|
renamePreset: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function PresetActionsDropdown(props: ITubButtonDropdownProps): JSX.Element;
|
|
9
|
+
export declare function PresetActionsDropdown(props: ITubButtonDropdownProps): React.JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=PresetActionsDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,WAAW,EAAoB,YAAY,EAAE,cAAc,EAAqB,MAAM,gBAAgB,CAAC;AAQrH,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,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,uBAAuB,qBA8InE"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { ITablePreset } from '@epam/uui-core';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ITablePreset } from '@epam/uui-core';
|
|
3
3
|
interface IPresetInputProps {
|
|
4
4
|
onCancel: () => void;
|
|
5
5
|
onSuccess?: (name: string) => Promise<any>;
|
|
6
6
|
preset?: ITablePreset;
|
|
7
7
|
}
|
|
8
|
-
export declare function PresetInput(props: IPresetInputProps): JSX.Element;
|
|
8
|
+
export declare function PresetInput(props: IPresetInputProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=PresetInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAOnD,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,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,qBAwCnD"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DataTableState, IHasRawProps, IPresetsApi } from '@epam/uui-core';
|
|
2
|
+
import type { DataTableState, IHasRawProps, IPresetsApi } from '@epam/uui-core';
|
|
3
3
|
export interface PresetsPanelProps extends IPresetsApi, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
4
4
|
/** Current state value of the table(list) */
|
|
5
5
|
tableState: DataTableState;
|
|
6
6
|
}
|
|
7
|
-
export declare function PresetsPanel(props: PresetsPanelProps): JSX.Element;
|
|
7
|
+
export declare function PresetsPanel(props: PresetsPanelProps): React.JSX.Element;
|
|
8
8
|
//# sourceMappingURL=PresetsPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,
|
|
1
|
+
{"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,WAAW,EAAgB,MAAM,gBAAgB,CAAC;AAc9F,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtG,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA4GpD"}
|
|
@@ -2,4 +2,8 @@ export declare const UUI_FILTERS_PANEL_ADD_BUTTON = "uui-filters-panel-add-butto
|
|
|
2
2
|
export declare const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = "uui-filters-panel-add-button-body";
|
|
3
3
|
export declare const UUI_FILTERS_PANEL_ITEM_BODY = "uui-filters-panel-item-body";
|
|
4
4
|
export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER = "uui-filters-panel-item-toggler";
|
|
5
|
+
export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = "uui-filters-panel-item-toggler-title";
|
|
6
|
+
export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = "uui-filters-panel-item-toggler-selection";
|
|
7
|
+
export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = "uui-filters-panel-item-toggler-postfix";
|
|
8
|
+
export declare const UUI_FILTERS_PANEL_BODY_FOOTER = "uui-filters-panel-item-footer";
|
|
5
9
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../components/filters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,8BAA8B,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../components/filters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,8BAA8B,mCAAmC,CAAC;AAC/E,eAAO,MAAM,oCAAoC,yCAAyC,CAAC;AAC3F,eAAO,MAAM,wCAAwC,6CAA6C,CAAC;AACnG,eAAO,MAAM,sCAAsC,2CAA2C,CAAC;AAC/F,eAAO,MAAM,6BAA6B,kCAAkC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { FormProps } from '@epam/uui-core';
|
|
3
|
-
export declare function Form<T>(props: FormProps<T>): JSX.Element;
|
|
3
|
+
export declare function Form<T>(props: FormProps<T>): React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACc,SAAS,EAC7B,MAAM,gBAAgB,CAAC;AAKxB,wBAAgB,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,qBA8B1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,YAAY;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,WAAW,aAAc,SAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAkBpH,eAAO,MAAM,QAAQ,mFAIpB,CAAC"}
|
|
@@ -1,42 +1,37 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { IEditable, IHasRawProps } from '@epam/uui-core';
|
|
2
|
+
import { IEditable, IHasRawProps, Overwrite } from '@epam/uui-core';
|
|
3
3
|
import { ButtonProps } from '../buttons';
|
|
4
4
|
import { ControlSize } from '../types';
|
|
5
|
-
type
|
|
5
|
+
import type { JSX } from 'react';
|
|
6
|
+
type MultiSwitchItem = ButtonProps & {
|
|
6
7
|
/**
|
|
7
8
|
* Defines the id of MultiSwitchItem.
|
|
8
9
|
*/
|
|
9
|
-
id:
|
|
10
|
+
id: any;
|
|
10
11
|
};
|
|
11
|
-
|
|
12
|
+
interface MultiSwitchMods {
|
|
12
13
|
/**
|
|
13
14
|
* Defines component color.
|
|
14
15
|
* @default 'primary'
|
|
15
16
|
*/
|
|
16
17
|
color?: 'primary' | 'secondary';
|
|
17
|
-
};
|
|
18
|
-
/** Represents the 'Core properties' for the MultiSwitch component. */
|
|
19
|
-
export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & {
|
|
20
|
-
/**
|
|
21
|
-
* Defines an array of MultiSwitchItems.
|
|
22
|
-
*/
|
|
23
|
-
items: MultiSwitchItem<TValue>[];
|
|
24
18
|
/**
|
|
25
19
|
* Defines component size.
|
|
20
|
+
* @default '36'
|
|
26
21
|
*/
|
|
27
22
|
size?: ControlSize | '60';
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
}
|
|
24
|
+
export interface MultiSwitchModsOverride {
|
|
25
|
+
}
|
|
26
|
+
/** Represents the 'Core properties' for the MultiSwitch component. */
|
|
27
|
+
export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & {
|
|
32
28
|
/**
|
|
33
29
|
* Defines an array of MultiSwitchItems.
|
|
34
30
|
*/
|
|
35
|
-
items: MultiSwitchItem
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
} & MultiSwitchMods & React.RefAttributes<HTMLDivElement>>;
|
|
31
|
+
items: MultiSwitchItem[];
|
|
32
|
+
};
|
|
33
|
+
/** Represents the properties for the MultiSwitch component. */
|
|
34
|
+
export type MultiSwitchProps<TValue = unknown> = MultiSwitchCoreProps<TValue> & Overwrite<MultiSwitchMods, MultiSwitchModsOverride>;
|
|
35
|
+
export declare const MultiSwitch: <TValue>(props: MultiSwitchProps<TValue>) => JSX.Element;
|
|
41
36
|
export {};
|
|
42
37
|
//# sourceMappingURL=MultiSwitch.d.ts.map
|
|
@@ -1 +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;
|
|
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,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,EAAU,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,KAAK,eAAe,GAAG,WAAW,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,GAAG,CAAC;CACX,CAAC;AAEF,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,sEAAsE;AACtE,MAAM,MAAM,oBAAoB,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG;IAChH;;OAEG;IACH,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B,CAAC;AAEF,+DAA+D;AAC/D,MAAM,MAAM,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC;AAgCpI,eAAO,MAAM,WAAW,kBAA6D,iBAAiB,MAAM,CAAC,KAAK,WAAW,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { Overwrite } from '@epam/uui-core';
|
|
2
3
|
import { RadioInputProps as uuiRadioInputProps } from '@epam/uui-components';
|
|
3
4
|
type RadioInputMods = {
|
|
4
5
|
/**
|
|
@@ -7,13 +8,11 @@ type RadioInputMods = {
|
|
|
7
8
|
*/
|
|
8
9
|
size?: '12' | '18';
|
|
9
10
|
};
|
|
11
|
+
export interface RadioInputModsOverride {
|
|
12
|
+
}
|
|
10
13
|
/** Represents the properties of a RadioInput component. */
|
|
11
|
-
export
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
renderLabel?(): import("react").ReactNode;
|
|
15
|
-
id?: string;
|
|
16
|
-
name?: string;
|
|
17
|
-
} & import("react").RefAttributes<any>>;
|
|
14
|
+
export interface RadioInputProps extends uuiRadioInputProps, Overwrite<RadioInputMods, RadioInputModsOverride> {
|
|
15
|
+
}
|
|
16
|
+
export declare const RadioInput: import("react").ComponentType<RadioInputProps & import("react").RefAttributes<any>>;
|
|
18
17
|
export {};
|
|
19
18
|
//# 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":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,2DAA2D;AAC3D,MAAM,WAAW,eAAgB,SAAQ,kBAAkB,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAWjH,eAAO,MAAM,UAAU,qFAItB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../components/inputs/Rating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../components/inputs/Rating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAMtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,kBAAkB;CAAG;AAEtC,iEAAiE;AACjE,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,gBAAgB,GAAG,eAAe,GAAG,cAAc,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;AAEnI,0DAA0D;AAC1D,MAAM,WAAW,WAAY,SAAQ,eAAe,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AASlG,eAAO,MAAM,MAAM,iFAQlB,CAAC"}
|
|
@@ -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,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,WAAW,WAAY,SAAQ,aAAa,CAAC,WAAW,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAU5G,eAAO,MAAM,MAAM,iFAA0F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,oBAAoB;CAAG;AAWxC,yDAAyD;AACzD,MAAM,WAAW,aAAc,SAAQ,gBAAgB,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAEzG,eAAO,MAAM,QAAQ,mFAQpB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import { TimePickerProps } from './types';
|
|
3
|
-
export declare function
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TimePickerProps } from './types';
|
|
3
|
+
export declare function TimePickerComponent(props: TimePickerProps, ref: React.ForwardedRef<HTMLElement>): React.JSX.Element;
|
|
4
|
+
export declare const TimePicker: React.ForwardRefExoticComponent<TimePickerProps & React.RefAttributes<HTMLElement>>;
|
|
4
5
|
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAUnD,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAahE,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,qBA0I/F;AAED,eAAO,MAAM,UAAU,qFAAwC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { TimePickerBodyProps } from './types';
|
|
3
3
|
export declare const uuiTimePicker: {
|
|
4
4
|
readonly container: "uui-timepicker-container";
|
|
@@ -7,5 +7,5 @@ export declare const uuiTimePicker: {
|
|
|
7
7
|
readonly input: "uui-timepicker-input";
|
|
8
8
|
readonly elementContainer: "uui-timepicker-item";
|
|
9
9
|
};
|
|
10
|
-
export declare function TimePickerBody(props: TimePickerBodyProps): JSX.Element;
|
|
10
|
+
export declare function TimePickerBody(props: TimePickerBodyProps): React.JSX.Element;
|
|
11
11
|
//# sourceMappingURL=TimePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAI9C,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAMX,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAiHxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EACH,EAAE,EACF,cAAc,EACd,SAAS,EAAE,IAAI,EACf,YAAY,EACZ,gBAAgB,EAChB,SAAS,EAAE,MAAM,EACjB,gBAAgB,EAChB,eAAe,EACf,YAAY,EAAE,SAAS,EAC1B,MAAM,gBAAgB,CAAC;AAExB,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EACH,EAAE,EACF,cAAc,EACd,SAAS,EAAE,IAAI,EACf,YAAY,EACZ,gBAAgB,EAChB,SAAS,EAAE,MAAM,EACjB,gBAAgB,EAChB,eAAe,EACf,YAAY,EAAE,SAAS,EAC1B,MAAM,gBAAgB,CAAC;AAExB,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,EACtF,YAAY,EACZ,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC,EACjC,YAAY,EACZ,cAAc,EACd,eAAe,EACf,SAAS,CAAC,WAAW,CAAC,EACtB,gBAAgB,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IACjB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS,CAAC;IACxD,0DAA0D;IAC1D,QAAQ,CAAC,EAAE;QACP,2DAA2D;QAC3D,KAAK,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACvE,+DAA+D;QAC/D,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACzE,CAAC;IACF,kHAAkH;IAClH,OAAO,CAAC,EAAE,EAAE,CAAC;IACb,iHAAiH;IACjH,MAAM,CAAC,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC,EAC5H,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,aAAa;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;CAAG;AAEzC,4DAA4D;AAC5D,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC,GAAG,aAAa,CAAC,cAAc,CAAC;AAU5G,eAAO,MAAM,SAAS,oFAEnB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { BlockerProps } from '@epam/uui-components';
|
|
3
|
-
export declare const Blocker:
|
|
3
|
+
export declare const Blocker: import("react").ComponentType<BlockerProps & import("react").RefAttributes<any>>;
|
|
4
4
|
//# sourceMappingURL=Blocker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":";AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,kFAInB,CAAC"}
|
|
@@ -17,6 +17,6 @@ export interface CheckboxGroupProps<TValue> extends ICanBeInvalid, IHasCX, IEdit
|
|
|
17
17
|
/** Defines group components size */
|
|
18
18
|
size?: CheckboxProps['size'];
|
|
19
19
|
}
|
|
20
|
-
export declare function CheckboxGroup<TValue>(props: CheckboxGroupProps<TValue>): JSX.Element;
|
|
20
|
+
export declare function CheckboxGroup<TValue>(props: CheckboxGroupProps<TValue>): React.JSX.Element;
|
|
21
21
|
export {};
|
|
22
22
|
//# sourceMappingURL=CheckboxGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqB,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClK,OAAO,EAAY,aAAa,EAAE,MAAM,WAAW,CAAC;AAGpD,UAAU,iBAAiB,CAAC,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IAC7F,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB,CAAC,MAAM,CACtC,SAAQ,aAAa,EACrB,MAAM,EACN,SAAS,CAAC,MAAM,EAAE,CAAC,EACnB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IACnC,oCAAoC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqB,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClK,OAAO,EAAY,aAAa,EAAE,MAAM,WAAW,CAAC;AAGpD,UAAU,iBAAiB,CAAC,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IAC7F,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB,CAAC,MAAM,CACtC,SAAQ,aAAa,EACrB,MAAM,EACN,SAAS,CAAC,MAAM,EAAE,CAAC,EACnB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IACnC,oCAAoC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,qBA0CtE"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
|
|
3
|
-
export
|
|
4
|
-
/**
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FlexRowProps as uuiFlexRowProps, Overwrite } from '@epam/uui-core';
|
|
3
|
+
export interface FlexRowMods {
|
|
4
|
+
/**
|
|
5
|
+
* Defines row size
|
|
6
|
+
* @default '36'
|
|
7
|
+
*/
|
|
5
8
|
size?: null | '24' | '30' | '36' | '42' | '48';
|
|
6
9
|
/** Pass true, to enable row top border */
|
|
7
10
|
borderTop?: boolean;
|
|
@@ -11,17 +14,27 @@ export type RowMods = {
|
|
|
11
14
|
margin?: '12' | '24';
|
|
12
15
|
/** Defines horizontal row padding */
|
|
13
16
|
padding?: '6' | '12' | '18' | '24';
|
|
14
|
-
/**
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated
|
|
19
|
+
* The `spacing` property is deprecated and will be removed in future versions. Please use `columnGap` instead.
|
|
20
|
+
* Defines row spacing
|
|
21
|
+
* */
|
|
15
22
|
spacing?: '6' | '12' | '18';
|
|
16
23
|
/** Pass true, to show a top shadow */
|
|
17
24
|
topShadow?: boolean;
|
|
18
25
|
/** Defines vertical row padding */
|
|
19
26
|
vPadding?: '12' | '18' | '24' | '36' | '48';
|
|
27
|
+
/** Flexbox column gap property [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap) */
|
|
28
|
+
columnGap?: number | '6' | '12' | '18' | '24' | '36';
|
|
29
|
+
/** Flexbox row gap property [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap) */
|
|
30
|
+
rowGap?: number | '6' | '12' | '18' | '24' | '36';
|
|
20
31
|
/** Defines row background */
|
|
21
32
|
background?: 'surface-main';
|
|
22
|
-
}
|
|
33
|
+
}
|
|
34
|
+
export interface FlexRowModsOverride {
|
|
35
|
+
}
|
|
23
36
|
/** Represents the properties of the FlexRow component. */
|
|
24
|
-
export interface FlexRowProps extends uuiFlexRowProps,
|
|
37
|
+
export interface FlexRowProps extends uuiFlexRowProps, Overwrite<FlexRowMods, FlexRowModsOverride> {
|
|
25
38
|
}
|
|
26
|
-
export declare const FlexRow:
|
|
39
|
+
export declare const FlexRow: React.ForwardRefExoticComponent<FlexRowProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
40
|
//# 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,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAEH,YAAY,IAAI,eAAe,EAG3B,SAAS,EAChB,MAAM,gBAAgB,CAAC;AAMxB,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,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;;;;SAIK;IACL,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,qIAAqI;IACrI,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,kIAAkI;IAClI,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;CAAG;AAEvC,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAErG,eAAO,MAAM,OAAO,qFA2DlB,CAAC"}
|