@epam/uui 5.14.1-alpha.0 → 6.0.0-beta.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/typography.scss +12 -9
- package/components/buttons/Button.d.ts +1 -1
- 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 +6 -6
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -2
- package/components/buttons/TabButton.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 +1 -2
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts +2 -2
- 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 +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -3
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +2 -2
- 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 +2 -2
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/fileUpload/SvgCircleProgress.d.ts +2 -2
- package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
- package/components/filters/FilterDatePickerBody.d.ts +2 -2
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/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 +4 -4
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +2 -2
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +2 -2
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +2 -2
- 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 +2 -2
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +2 -2
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +2 -2
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
- package/components/filters/PresetPanel/PresetsPanel.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.map +1 -1
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +2 -2
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +2 -2
- 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/FlexItems/Panel.d.ts +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/layout/VirtualList.d.ts +2 -3
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +1 -1
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +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/GlobalMenu.d.ts +2 -2
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +2 -7
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +2 -8
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +10 -8
- 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 +5 -5
- 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 +7 -7
- 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/pickers/DataPickerBody.d.ts +10 -12
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +2 -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 +3 -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 +6 -4
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +4 -4
- 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/SortingPanel.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +1 -1
- 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/Badge.d.ts +2 -2
- package/components/widgets/Badge.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/IndeterminateBar.d.ts +2 -2
- package/components/widgets/IndeterminateBar.d.ts.map +1 -1
- package/components/widgets/IndicatorBar.d.ts +2 -2
- package/components/widgets/IndicatorBar.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 +7 -18
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +1 -1
- package/components/widgets/Tag.d.ts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +2059 -1922
- package/index.esm.js.map +1 -1
- package/index.js +2057 -1920
- package/index.js.map +1 -1
- package/package.json +7 -6
- package/settings.d.ts +423 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +1 -19
- package/styles.css +3559 -9411
- 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
|
@@ -7,17 +7,12 @@ interface MainMenuButtonMods {
|
|
|
7
7
|
*/
|
|
8
8
|
type?: 'primary' | 'secondary';
|
|
9
9
|
}
|
|
10
|
-
export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & {
|
|
10
|
+
export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & React.RefAttributes<HTMLButtonElement> & {
|
|
11
11
|
/** Icon for drop-down toggler */
|
|
12
12
|
dropdownIcon?: Icon;
|
|
13
13
|
/** Count value to be placed in component */
|
|
14
14
|
count?: React.ReactNode;
|
|
15
15
|
};
|
|
16
|
-
export declare
|
|
17
|
-
/** Icon for drop-down toggler */
|
|
18
|
-
dropdownIcon?: Icon;
|
|
19
|
-
/** Count value to be placed in component */
|
|
20
|
-
count?: React.ReactNode;
|
|
21
|
-
} & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
16
|
+
export declare function MainMenuButton(props: MainMenuButtonProps): React.JSX.Element;
|
|
22
17
|
export {};
|
|
23
18
|
//# sourceMappingURL=MainMenuButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG;
|
|
1
|
+
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,GAAG;IAChE,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBA8CxD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { MainMenuDropdownProps } from '@epam/uui-components';
|
|
3
3
|
export declare class MainMenuDropdown extends React.Component<MainMenuDropdownProps> {
|
|
4
|
-
render(): JSX.Element;
|
|
4
|
+
render(): React.JSX.Element;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=MainMenuDropdown.d.ts.map
|
|
@@ -2,14 +2,8 @@ import * as React from 'react';
|
|
|
2
2
|
import { Icon, IAdaptiveItem } from '@epam/uui-core';
|
|
3
3
|
import { ButtonProps } from '@epam/uui-components';
|
|
4
4
|
/** Represents the properties of the MainMenuIcon component. */
|
|
5
|
-
export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
|
|
5
|
+
export type MainMenuIconProps = ButtonProps & IAdaptiveItem & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement> & {
|
|
6
6
|
icon: Icon;
|
|
7
7
|
};
|
|
8
|
-
export declare
|
|
9
|
-
onClear?(e?: any): void;
|
|
10
|
-
clearIcon?: Icon;
|
|
11
|
-
dropdownIcon?: Icon;
|
|
12
|
-
} & IAdaptiveItem & {
|
|
13
|
-
icon: Icon;
|
|
14
|
-
} & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
8
|
+
export declare function MainMenuIcon(props: MainMenuIconProps): React.JSX.Element;
|
|
15
9
|
//# sourceMappingURL=MainMenuIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;
|
|
1
|
+
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,GAAG;IAIvH,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAIpD"}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { TextInputProps } from '@epam/uui-components';
|
|
3
3
|
import { IAdaptiveItem } from '@epam/uui-core';
|
|
4
4
|
/** Represents the properties of the MainMenuSearch component. */
|
|
5
|
-
export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem {
|
|
5
|
+
export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem, React.RefAttributes<HTMLInputElement> {
|
|
6
6
|
}
|
|
7
|
-
export declare
|
|
7
|
+
export declare function MainMenuSearch(props: MainMenuSearchProps): React.JSX.Element;
|
|
8
8
|
//# sourceMappingURL=MainMenuSearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa;CAAG;
|
|
1
|
+
{"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;CAAG;AAEpH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAkBxD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { IHasChildren, IHasCX, Icon, IHasRawProps } from '@epam/uui-core';
|
|
2
|
+
import { IHasChildren, IHasCX, Icon, IHasRawProps, Overwrite } from '@epam/uui-core';
|
|
3
3
|
interface AlertNotificationAction {
|
|
4
4
|
name: string;
|
|
5
5
|
action: () => void;
|
|
@@ -8,7 +8,9 @@ interface AlertMods {
|
|
|
8
8
|
/** Alert color */
|
|
9
9
|
color: 'info' | 'success' | 'warning' | 'error';
|
|
10
10
|
}
|
|
11
|
-
export interface
|
|
11
|
+
export interface AlertModsOverride {
|
|
12
|
+
}
|
|
13
|
+
export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, React.RefAttributes<HTMLDivElement> {
|
|
12
14
|
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
13
15
|
actions?: AlertNotificationAction[];
|
|
14
16
|
/** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
|
|
@@ -22,12 +24,12 @@ export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React
|
|
|
22
24
|
size?: '36' | '48';
|
|
23
25
|
}
|
|
24
26
|
/** Represents the properties of the Alert component. */
|
|
25
|
-
export interface AlertProps extends AlertCoreProps, AlertMods {
|
|
27
|
+
export interface AlertProps extends AlertCoreProps, Overwrite<AlertMods, AlertModsOverride> {
|
|
26
28
|
}
|
|
27
|
-
export declare
|
|
28
|
-
export declare
|
|
29
|
-
export declare
|
|
30
|
-
export declare
|
|
31
|
-
export declare
|
|
29
|
+
export declare function Alert(props: AlertProps): React.JSX.Element;
|
|
30
|
+
export declare function WarningAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
|
|
31
|
+
export declare function SuccessAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
|
|
32
|
+
export declare function HintAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
|
|
33
|
+
export declare function ErrorAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
|
|
32
34
|
export {};
|
|
33
35
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAOrF,UAAU,uBAAuB;IAI7B,IAAI,EAAE,MAAM,CAAC;IAIb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,SAAS;IACf,kBAAkB;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,MAAM,WAAW,iBAAiB;CAAG;AAErC,MAAM,WAAW,cAAe,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;IACjJ,0FAA0F;IAC1F,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACpC,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,wDAAwD;AACxD,MAAM,WAAW,UAAW,SAAQ,cAAc,EAAE,SAAS,CAAC,SAAS,EAAE,iBAAiB,CAAC;CAAG;AAE9F,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,qBA4CtC;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE5D;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE5D;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAEzD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE1D"}
|
|
@@ -9,6 +9,6 @@ export interface ConfirmationModalWindowProps extends IModal<any> {
|
|
|
9
9
|
hideCancelButton?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare class ConfirmationModal extends React.Component<ConfirmationModalWindowProps> {
|
|
12
|
-
render(): JSX.Element;
|
|
12
|
+
render(): React.JSX.Element;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=ConfirmationModal.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { DropdownProps } from '@epam/uui-core';
|
|
2
|
+
import type { DropdownProps } from '@epam/uui-core';
|
|
3
3
|
export declare const Dropdown: import("react").ComponentType<DropdownProps & import("react").RefAttributes<any>>;
|
|
4
4
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAGpD,eAAO,MAAM,QAAQ,mFAAsD,CAAC"}
|
|
@@ -19,19 +19,19 @@ export declare enum IDropdownControlKeys {
|
|
|
19
19
|
DOWN_ARROW = "ArrowDown"
|
|
20
20
|
}
|
|
21
21
|
export declare const DropdownMenuBody: React.ComponentType<DropdownMenuContainerProps & React.RefAttributes<any>>;
|
|
22
|
-
export declare
|
|
23
|
-
export declare function DropdownMenuSplitter(props: IHasCX): JSX.Element;
|
|
22
|
+
export declare function DropdownMenuButton(props: IDropdownMenuItemProps): React.JSX.Element;
|
|
23
|
+
export declare function DropdownMenuSplitter(props: IHasCX): React.JSX.Element;
|
|
24
24
|
interface IDropdownMenuHeader extends IHasCX, IHasCaption {
|
|
25
25
|
}
|
|
26
|
-
export declare function DropdownMenuHeader(props: IDropdownMenuHeader): JSX.Element;
|
|
26
|
+
export declare function DropdownMenuHeader(props: IDropdownMenuHeader): React.JSX.Element;
|
|
27
27
|
interface IDropdownSubMenu extends IHasChildren, IHasCaption, IHasIcon, IDropdownMenuItemProps {
|
|
28
28
|
openOnHover?: boolean;
|
|
29
29
|
}
|
|
30
|
-
export declare function DropdownSubMenu(props: IDropdownSubMenu): JSX.Element;
|
|
30
|
+
export declare function DropdownSubMenu(props: IDropdownSubMenu): React.JSX.Element;
|
|
31
31
|
interface IDropdownMenuSwitchButton extends IHasCX, IHasCaption, IHasIcon, IDisableable, IAnalyticableClick, IClickable {
|
|
32
32
|
onValueChange: (value: boolean) => void;
|
|
33
33
|
isSelected: boolean;
|
|
34
34
|
}
|
|
35
|
-
export declare function DropdownMenuSwitchButton(props: IDropdownMenuSwitchButton): JSX.Element;
|
|
35
|
+
export declare function DropdownMenuSwitchButton(props: IDropdownMenuSwitchButton): React.JSX.Element;
|
|
36
36
|
export {};
|
|
37
37
|
//# sourceMappingURL=DropdownMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAKH,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,qBAAqB,EAKxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAqD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAQjH,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB;IAChJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,GAAG,WAAW,CAAC;IACrJ,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AAyCD,eAAO,MAAM,gBAAgB,4EAM5B,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,qBA8F/D;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,qBAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,qBAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,qBA2CtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,qBAsCxE"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ModalFooterCoreProps, ModalWindowProps as uuiModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
|
|
3
|
-
import { RowMods, FlexRowProps } from '../layout';
|
|
2
|
+
import { ModalFooterCoreProps, ModalWindowProps as uuiModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps, Overwrite } from '@epam/uui-core';
|
|
4
3
|
export declare const ModalBlocker: React.ComponentType<ModalBlockerProps & React.RefAttributes<any>>;
|
|
5
4
|
interface ModalWindowMods {
|
|
6
5
|
/**
|
|
@@ -24,15 +23,23 @@ export interface ModalWindowCoreProps extends uuiModalWindowProps {
|
|
|
24
23
|
export interface ModalWindowProps extends ModalWindowCoreProps, ModalWindowMods {
|
|
25
24
|
}
|
|
26
25
|
export declare const ModalWindow: React.ComponentType<ModalWindowProps & React.RefAttributes<any>>;
|
|
27
|
-
export interface
|
|
26
|
+
export interface ModalHeaderMods {
|
|
27
|
+
/** Pass true, to enable row bottom border */
|
|
28
|
+
borderBottom?: boolean;
|
|
28
29
|
}
|
|
29
|
-
export
|
|
30
|
-
render(): JSX.Element;
|
|
30
|
+
export interface ModalHeaderModsOverride {
|
|
31
31
|
}
|
|
32
|
-
export interface
|
|
32
|
+
export interface ModalHeaderProps extends ModalHeaderCoreProps, Overwrite<ModalHeaderMods, ModalHeaderModsOverride> {
|
|
33
33
|
}
|
|
34
|
-
export declare
|
|
35
|
-
|
|
34
|
+
export declare function ModalHeader(props: ModalHeaderProps): React.JSX.Element;
|
|
35
|
+
export interface ModalFooterMods {
|
|
36
|
+
/** Pass true, to enable row top border */
|
|
37
|
+
borderTop?: boolean;
|
|
36
38
|
}
|
|
39
|
+
export interface ModalFooterModsOverride {
|
|
40
|
+
}
|
|
41
|
+
export interface ModalFooterProps extends ModalFooterCoreProps, Overwrite<ModalFooterMods, ModalFooterModsOverride> {
|
|
42
|
+
}
|
|
43
|
+
export declare function ModalFooter(props: ModalFooterProps): React.JSX.Element;
|
|
37
44
|
export {};
|
|
38
45
|
//# sourceMappingURL=Modals.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEH,oBAAoB,EACpB,gBAAgB,IAAI,mBAAmB,EACvC,iBAAiB,EACjB,oBAAoB,EAEpB,SAAS,EACZ,MAAM,gBAAgB,CAAC;AAQxB,eAAO,MAAM,YAAY,mEAA4F,CAAC;AAEtH,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;CAAG;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,eAAe;CAAG;AAElF,eAAO,MAAM,WAAW,kEAgBvB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC5B,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC;CAAG;AAEtH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBA6BlD;AAED,MAAM,WAAW,eAAe;IAC5B,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC;CAAG;AAEtH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAkBlD"}
|
|
@@ -6,7 +6,7 @@ interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTM
|
|
|
6
6
|
/** Called when action is clicked */
|
|
7
7
|
action: () => void;
|
|
8
8
|
}
|
|
9
|
-
export interface NotificationCardCoreProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement
|
|
9
|
+
export interface NotificationCardCoreProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, Pick<React.RefAttributes<HTMLDivElement>, 'ref'> {
|
|
10
10
|
/** Array of Notification actions. If provided will be displayed as LinkButtons in the end of notification. */
|
|
11
11
|
actions?: NotificationAction[];
|
|
12
12
|
/** NotificationCard icon */
|
|
@@ -18,11 +18,11 @@ interface NotificationMods {
|
|
|
18
18
|
}
|
|
19
19
|
export interface NotificationCardProps extends NotificationCardCoreProps, NotificationMods {
|
|
20
20
|
}
|
|
21
|
-
export declare
|
|
22
|
-
export declare
|
|
23
|
-
export declare
|
|
24
|
-
export declare
|
|
25
|
-
export declare
|
|
26
|
-
export declare function ClearNotification(): JSX.Element;
|
|
21
|
+
export declare function NotificationCard(props: NotificationCardProps): React.JSX.Element;
|
|
22
|
+
export declare function WarningNotification(props: NotificationCardProps): React.JSX.Element;
|
|
23
|
+
export declare function SuccessNotification(props: NotificationCardProps): React.JSX.Element;
|
|
24
|
+
export declare function HintNotification(props: NotificationCardProps): React.JSX.Element;
|
|
25
|
+
export declare function ErrorNotification(props: NotificationCardProps): React.JSX.Element;
|
|
26
|
+
export declare function ClearNotification(): React.JSX.Element;
|
|
27
27
|
export {};
|
|
28
28
|
//# sourceMappingURL=NotificationCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACH,aAAa,EACb,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,YAAY,EAEf,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACH,aAAa,EACb,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,YAAY,EAEf,MAAM,gBAAgB,CAAC;AAOxB,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAClF,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC;IACpG,8GAA8G;IAC9G,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,UAAU,gBAAgB;IACtB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACpD;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB,EAAE,gBAAgB;CAAG;AAE7F,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,qBAoD5D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,qBAE/D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,qBAE/D;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,qBAE5D;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,qBAE7D;AAED,wBAAgB,iBAAiB,sBAUhC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { SnackbarProps as UuiSnackbarProps } from '@epam/uui-components';
|
|
3
3
|
export interface SnackbarProps extends UuiSnackbarProps {
|
|
4
4
|
}
|
|
5
|
-
export declare function Snackbar(props: SnackbarProps): JSX.Element;
|
|
5
|
+
export declare function Snackbar(props: SnackbarProps): React.JSX.Element;
|
|
6
6
|
//# sourceMappingURL=Snackbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAA2B,MAAM,sBAAsB,CAAC;AAIlG,MAAM,WAAW,aAAc,SAAQ,gBAAgB;CAAG;AAE1D,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAoB5C"}
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DataSourceState, Overwrite, IDropdownBodyProps } from '@epam/uui-core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { DataSourceState, Overwrite, IDropdownBodyProps, DataSourceListProps, IEditable, IHasRawProps, DataRowProps, FlattenSearchResultsConfig } from '@epam/uui-core';
|
|
3
|
+
import type { ControlSize } from '../types';
|
|
4
|
+
import type { PickerInputProps } from './PickerInput';
|
|
5
5
|
export interface DataPickerBodyModsOverride {
|
|
6
6
|
}
|
|
7
7
|
interface DataPickerBodyMods {
|
|
8
8
|
searchSize?: ControlSize;
|
|
9
9
|
}
|
|
10
|
-
export interface DataPickerBodyProps extends Overwrite<DataPickerBodyMods, DataPickerBodyModsOverride>,
|
|
10
|
+
export interface DataPickerBodyProps<TItem = unknown, TId = unknown> extends Overwrite<DataPickerBodyMods, DataPickerBodyModsOverride>, Pick<PickerInputProps<TItem, TId>, 'size' | 'renderRow' | 'highlightSearchMatches' | 'getName' | 'minCharsToSearch' | 'renderEmpty' | 'renderNotFound' | 'fixedBodyPosition' | 'searchDebounceDelay'>, FlattenSearchResultsConfig, DataSourceListProps, IEditable<DataSourceState>, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IDropdownBodyProps {
|
|
11
11
|
maxHeight?: number;
|
|
12
|
-
editMode?: 'dropdown' | 'modal';
|
|
13
12
|
selectionMode?: 'single' | 'multi';
|
|
14
13
|
maxWidth?: number;
|
|
14
|
+
onKeyDown?(e: React.KeyboardEvent<HTMLElement>): void;
|
|
15
|
+
rows: DataRowProps<TItem, TId>[];
|
|
16
|
+
showSearch?: boolean | 'auto';
|
|
17
|
+
/** A pure function that gets entity name from entity object */
|
|
18
|
+
getName: (item: TItem) => string;
|
|
15
19
|
}
|
|
16
|
-
export declare
|
|
17
|
-
lens: import("@epam/uui-core").ILens<DataSourceState<Record<string, any>, any>>;
|
|
18
|
-
searchLens: import("@epam/uui-core").ILens<string>;
|
|
19
|
-
getSearchSize: () => "60" | ControlSize;
|
|
20
|
-
renderEmpty(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
20
|
+
export declare function DataPickerBody<TItem, TId>({ highlightSearchMatches, ...props }: DataPickerBodyProps<TItem, TId>): React.JSX.Element;
|
|
23
21
|
export {};
|
|
24
22
|
//# sourceMappingURL=DataPickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EACH,eAAe,EAAgB,SAAS,EAAE,kBAAkB,EAAa,mBAAmB,EAAE,SAAS,EACvG,YAAY,EAAe,YAAY,EAAE,0BAA0B,EACtE,MAAM,gBAAgB,CAAC;AAMxB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAK5C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,MAAM,WAAW,0BAA0B;CAAG;AAE9C,UAAU,kBAAkB;IACxB,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B;AAED,MAAM,WAAW,mBAAmB,CAAC,KAAK,GAAG,OAAO,EAAE,GAAG,GAAG,OAAO,CAAE,SAAQ,SAAS,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,EAClI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,wBAAwB,GAAG,SAAS,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,CAAC,EACrM,0BAA0B,EAAE,mBAAmB,EAAE,SAAS,CAAC,eAAe,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IACnJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC9B,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,sBAA6B,EAAE,GAAG,KAAK,EAAE,EAAC,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA4HrH"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { PropsWithChildren } from 'react';
|
|
2
2
|
import { Overwrite, PickerFooterProps } from '@epam/uui-core';
|
|
3
|
-
import { SizeMod } from '../types';
|
|
3
|
+
import type { SizeMod } from '../types';
|
|
4
4
|
export interface DataPickerFooterModsOverride {
|
|
5
5
|
}
|
|
6
6
|
interface DataPickerFooterMods extends SizeMod {
|
|
@@ -8,7 +8,7 @@ interface DataPickerFooterMods extends SizeMod {
|
|
|
8
8
|
export type DataPickerFooterProps<TItem, TId> = Overwrite<DataPickerFooterMods, DataPickerFooterModsOverride> & PickerFooterProps<TItem, TId> & {
|
|
9
9
|
selectionMode: 'single' | 'multi';
|
|
10
10
|
};
|
|
11
|
-
declare function DataPickerFooterImpl<TItem, TId>(props: PropsWithChildren<DataPickerFooterProps<TItem, TId>>): JSX.Element;
|
|
11
|
+
declare function DataPickerFooterImpl<TItem, TId>(props: PropsWithChildren<DataPickerFooterProps<TItem, TId>>): React.JSX.Element;
|
|
12
12
|
export declare const DataPickerFooter: React.MemoExoticComponent<typeof DataPickerFooterImpl>;
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=DataPickerFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAY,SAAS,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxE,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAY,SAAS,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAKxC,MAAM,WAAW,4BAA4B;CAC5C;AAED,UAAU,oBAAqB,SAAQ,OAAO;CAC7C;AAED,MAAM,MAAM,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,oBAAoB,EAAE,4BAA4B,CAAC,GAAG,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC5I,aAAa,EAAE,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,iBAAiB,CAAC,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,qBA4DpG;AAED,eAAO,MAAM,gBAAgB,wDAAmC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface DataPickerHeaderProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
close?: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const DataPickerMobileHeader: React.NamedExoticComponent<DataPickerHeaderProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=DataPickerMobileHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataPickerMobileHeader.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerMobileHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,qBAAqB;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAmBD,eAAO,MAAM,sBAAsB,mDAAyC,CAAC"}
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { DataRowProps, Overwrite } from '@epam/uui-core';
|
|
2
|
+
import { DataRowProps, DataSourceState, FlattenSearchResultsConfig, Overwrite } from '@epam/uui-core';
|
|
3
|
+
import type { PickerInputProps } from './PickerInput';
|
|
3
4
|
export interface DataPickerRowModsOverride {
|
|
4
5
|
}
|
|
5
6
|
interface DataPickerRowMods {
|
|
6
|
-
size?: '24' | '30' | '36' | '42' | '48'
|
|
7
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
7
8
|
padding?: '12' | '24';
|
|
8
9
|
alignActions?: 'top' | 'center';
|
|
9
10
|
}
|
|
10
|
-
export interface DataPickerRowProps<TItem, TId> extends Overwrite<DataPickerRowMods, DataPickerRowModsOverride>, DataRowProps<TItem, TId
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
export interface DataPickerRowProps<TItem, TId> extends Overwrite<DataPickerRowMods, DataPickerRowModsOverride>, DataRowProps<TItem, TId>, Pick<PickerInputProps<TItem, TId>, 'renderRow' | 'highlightSearchMatches' | 'getName'>, FlattenSearchResultsConfig {
|
|
12
|
+
/** Render callback for part of the content part of the row - between left addons and right select icon.
|
|
13
|
+
* If omitted, default `PickerItem` component will be rendered.
|
|
14
|
+
*/
|
|
15
|
+
renderItem?: (item: TItem, rowProps: DataRowProps<TItem, TId>, dataSourceState?: DataSourceState) => React.ReactNode;
|
|
16
|
+
/** DataSourceState of the Picker.
|
|
17
|
+
* Usually provided via renderRow callback params
|
|
18
|
+
* */
|
|
19
|
+
dataSourceState?: DataSourceState;
|
|
20
|
+
/** A pure function that gets entity name from entity object */
|
|
21
|
+
getName: (item: TItem) => string;
|
|
16
22
|
}
|
|
23
|
+
export declare function DataPickerRow<TItem, TId>(props: DataPickerRowProps<TItem, TId>): React.JSX.Element;
|
|
17
24
|
export {};
|
|
18
25
|
//# sourceMappingURL=DataPickerRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,
|
|
1
|
+
{"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAsC,SAAS,EAAsB,MAAM,gBAAgB,CAAC;AAMlK,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKtD,MAAM,WAAW,yBAAyB;CACzC;AAED,UAAU,iBAAiB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,SAAS,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EACrI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,WAAW,GAAG,wBAAwB,GAAG,SAAS,CAAC,EAAE,0BAA0B;IAClH;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,eAAe,CAAC,EAAE,eAAe,KAAK,KAAK,CAAC,SAAS,CAAC;IACrH;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA8H9E"}
|
|
@@ -1,16 +1,36 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { IDropdownBodyProps, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import type { IDropdownBodyProps, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
export interface IMobileDropdownWrapperProps extends IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IDropdownBodyProps {
|
|
4
|
+
/**
|
|
5
|
+
* Children of the dropdown container.
|
|
6
|
+
*/
|
|
5
7
|
children: ReactNode;
|
|
6
|
-
|
|
8
|
+
/**
|
|
9
|
+
* Title of the dropdown container.
|
|
10
|
+
*/
|
|
7
11
|
title?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Callback for keyboard events.
|
|
14
|
+
*/
|
|
8
15
|
onKeyDown?(e: React.KeyboardEvent<HTMLElement>): void;
|
|
16
|
+
/**
|
|
17
|
+
* Whether to lock focus on the dropdown container.
|
|
18
|
+
*/
|
|
9
19
|
focusLock?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Width of the dropdown container.
|
|
22
|
+
*/
|
|
10
23
|
width?: number | 'auto';
|
|
24
|
+
/**
|
|
25
|
+
* Maximum width of the dropdown container.
|
|
26
|
+
* @default 'auto'
|
|
27
|
+
*/
|
|
11
28
|
maxWidth?: number | 'auto';
|
|
29
|
+
/**
|
|
30
|
+
* Maximum height of the dropdown container.
|
|
31
|
+
* @default 'auto'
|
|
32
|
+
*/
|
|
12
33
|
maxHeight?: number;
|
|
13
34
|
}
|
|
14
35
|
export declare const PickerBodyMobileView: React.FC<IMobileDropdownWrapperProps>;
|
|
15
|
-
export {};
|
|
16
36
|
//# sourceMappingURL=PickerBodyMobileView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerBodyMobileView.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerBodyMobileView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"PickerBodyMobileView.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerBodyMobileView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU/E,MAAM,WAAW,2BAA4B,SAAQ,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IAC/H;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA2BtE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { PickerInputElement, Overwrite, PickerInputBaseProps } from '@epam/uui-core';
|
|
2
3
|
import { PickerTogglerRenderItemParams, PickerTogglerProps } from '@epam/uui-components';
|
|
3
4
|
import { IHasEditMode, SizeMod } from '../types';
|
|
4
|
-
import { PickerInputElement, Overwrite, PickerInputBaseProps } from '@epam/uui-core';
|
|
5
5
|
export interface PickerInputModsOverride {
|
|
6
6
|
}
|
|
7
7
|
interface PickerInputMods extends SizeMod {
|
|
@@ -11,10 +11,10 @@ export type PickerInputProps<TItem, TId> = Overwrite<PickerInputMods, PickerInpu
|
|
|
11
11
|
* Render callback for picker toggler selection tag
|
|
12
12
|
* If omitted, default `PickerTogglerTag` component will be rendered
|
|
13
13
|
*/
|
|
14
|
-
renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) =>
|
|
14
|
+
renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) => React.ReactNode;
|
|
15
15
|
/** Replaces default 'toggler' - an input to which Picker attaches dropdown */
|
|
16
16
|
renderToggler?: (props: PickerTogglerProps<TItem, TId>) => React.ReactNode;
|
|
17
17
|
};
|
|
18
|
-
export declare
|
|
18
|
+
export declare function PickerInput<TItem, TId>(props: PickerInputProps<TItem, TId> & React.RefAttributes<PickerInputElement>): React.JSX.Element;
|
|
19
19
|
export {};
|
|
20
20
|
//# sourceMappingURL=PickerInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAChF,OAAO,EACsD,kBAAkB,EAAY,SAAS,EAChG,oBAAoB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAkB,MAAM,sBAAsB,CAAC;AAOzG,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAI3D,MAAM,WAAW,uBAAuB;CAAG;AAE3C,UAAU,eAAgB,SAAQ,OAAO;CAAG;AAE5C,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC/I;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAElF,8EAA8E;IAC9E,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,qBA2JpH"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { DataRowProps, DataSourceState, Icon, Overwrite } from '@epam/uui-core';
|
|
3
3
|
export interface PickerItemModsOverride {
|
|
4
4
|
}
|
|
@@ -31,6 +31,6 @@ export interface PickerItemProps<TItem, TId> extends Overwrite<PickerItemMods, P
|
|
|
31
31
|
* */
|
|
32
32
|
highlightSearchMatches?: boolean;
|
|
33
33
|
}
|
|
34
|
-
export declare function PickerItem<TItem, TId>(props: PickerItemProps<TItem, TId>): JSX.Element;
|
|
34
|
+
export declare function PickerItem<TItem, TId>(props: PickerItemProps<TItem, TId>): React.JSX.Element;
|
|
35
35
|
export {};
|
|
36
36
|
//# sourceMappingURL=PickerItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAShF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,EAClG,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IACxB;;WAEO;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;SAEK;IACL,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;SAGK;IACL,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,qBA2CxE"}
|
|
@@ -6,10 +6,10 @@ export interface PickerListModsOverride {
|
|
|
6
6
|
}
|
|
7
7
|
interface PickerListMods extends SizeMod {
|
|
8
8
|
}
|
|
9
|
-
export type PickerListProps<TItem, TId> = Overwrite<PickerListMods, PickerListModsOverride> & IHasPlaceholder & PickerModalOptions<TItem, TId> & {
|
|
9
|
+
export type PickerListProps<TItem, TId> = Overwrite<PickerListMods, PickerListModsOverride> & IHasPlaceholder & PickerModalOptions<TItem, TId> & PickerListBaseProps<TItem, TId> & {
|
|
10
10
|
renderModalToggler?(props: IClickable & IHasCaption & IDisableable, selection: DataRowProps<TItem, TId>[]): React.ReactNode;
|
|
11
11
|
noOptionsMessage?: React.ReactNode;
|
|
12
|
-
}
|
|
13
|
-
export declare function PickerList<TItem, TId>(props: PickerListProps<TItem, TId>): JSX.Element;
|
|
12
|
+
};
|
|
13
|
+
export declare function PickerList<TItem, TId>(props: PickerListProps<TItem, TId>): React.JSX.Element;
|
|
14
14
|
export {};
|
|
15
15
|
//# sourceMappingURL=PickerList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAiB,MAAM,sBAAsB,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAQnC,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAe,SAAQ,OAAO;CAAG;AAE3C,MAAM,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,GAC3F,eAAe,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IACjF,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC5H,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,qBAkExE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DataRowProps } from '@epam/uui-core';
|
|
3
3
|
export interface PickerListItemProps<TItem, TId> extends DataRowProps<TItem, TId> {
|
|
4
4
|
/** A pure function that gets entity name from entity object.
|
|
@@ -6,5 +6,5 @@ export interface PickerListItemProps<TItem, TId> extends DataRowProps<TItem, TId
|
|
|
6
6
|
*/
|
|
7
7
|
getName(item: TItem): string;
|
|
8
8
|
}
|
|
9
|
-
export declare function
|
|
10
|
-
//# sourceMappingURL=
|
|
9
|
+
export declare function PickerListRow<TItem, TId>(props: PickerListItemProps<TItem, TId>): React.JSX.Element;
|
|
10
|
+
//# sourceMappingURL=PickerListRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PickerListRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerListRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C,MAAM,WAAW,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAC7E;;OAEG;IACH,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA4C/E"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { PickerModalArrayProps, PickerModalOptions, PickerModalScalarProps } from '@epam/uui-components';
|
|
1
|
+
import React from 'react';
|
|
3
2
|
import { IHasCaption, PickerBaseOptions } from '@epam/uui-core';
|
|
3
|
+
import { PickerModalArrayProps, PickerModalOptions, PickerModalScalarProps } from '@epam/uui-components';
|
|
4
4
|
export type PickerModalProps<TItem, TId> = PickerBaseOptions<TItem, TId> & IHasCaption & (PickerModalScalarProps<TId, TItem> | PickerModalArrayProps<TId, TItem>) & PickerModalOptions<TItem, TId>;
|
|
5
|
-
export declare function PickerModal<TItem, TId>(props: PickerModalProps<TItem, TId>): JSX.Element;
|
|
5
|
+
export declare function PickerModal<TItem, TId>(props: PickerModalProps<TItem, TId>): React.JSX.Element;
|
|
6
6
|
//# sourceMappingURL=PickerModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAyB,MAAM,gBAAgB,CAAC;AACvF,OAAO,EAAiB,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAA4C,MAAM,sBAAsB,CAAC;AAelK,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GACxE,WAAW,GACX,CAAC,sBAAsB,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,qBAAqB,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,GACxE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE/B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,qBAwH1E"}
|