@epam/uui 4.10.1 → 4.11.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/controlLayout.scss +16 -0
- package/assets/styles/effects.scss +3 -2
- package/assets/styles/inputs.scss +10 -10
- package/assets/styles/prettifyScrollBar.scss +10 -2
- package/assets/styles/typography-mixins.scss +159 -0
- package/assets/styles/typography.scss +35 -0
- package/assets/styles/variables/widgets/badge.scss +36 -36
- package/components/buttons/Button/Button.d.ts +13 -0
- package/components/buttons/Button/Button.d.ts.map +1 -0
- package/components/buttons/Button/Button.test.d.ts +2 -0
- package/components/buttons/Button/Button.test.d.ts.map +1 -0
- package/components/buttons/Button/index.d.ts +2 -0
- package/components/buttons/Button/index.d.ts.map +1 -0
- package/components/buttons/IconButton.d.ts +1 -3
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +3 -4
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -3
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +2 -2
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/buttons/index.d.ts +1 -1
- package/components/buttons/index.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts +5 -0
- package/components/datePickers/Calendar.d.ts.map +1 -0
- package/components/datePickers/CalendarPresets.d.ts +4 -0
- package/components/datePickers/CalendarPresets.d.ts.map +1 -0
- package/components/datePickers/DatePicker.d.ts +13 -0
- package/components/datePickers/DatePicker.d.ts.map +1 -0
- package/components/datePickers/DatePickerBody.d.ts +4 -0
- package/components/datePickers/DatePickerBody.d.ts.map +1 -0
- package/components/datePickers/RangeDatePicker.d.ts +13 -0
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -0
- package/components/datePickers/RangeDatePickerBody.d.ts +4 -0
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -0
- package/components/datePickers/index.d.ts +6 -0
- package/components/datePickers/index.d.ts.map +1 -0
- package/components/dnd/DropMarker.d.ts +9 -0
- package/components/dnd/DropMarker.d.ts.map +1 -0
- package/components/dnd/index.d.ts +2 -0
- package/components/dnd/index.d.ts.map +1 -0
- package/components/filters/FilterDataPickerBody.d.ts +14 -0
- package/components/filters/FilterDataPickerBody.d.ts.map +1 -0
- package/components/filters/FilterItemBody.d.ts +3 -0
- package/components/filters/FilterItemBody.d.ts.map +1 -0
- package/components/filters/FilterNumericBody.d.ts +13 -0
- package/components/filters/FilterNumericBody.d.ts.map +1 -0
- package/components/filters/FilterPanelItemToggler.d.ts +13 -0
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -0
- package/components/filters/FilterPickerBody.d.ts +20 -0
- package/components/filters/FilterPickerBody.d.ts.map +1 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts +19 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -0
- package/components/filters/FiltersPanel.d.ts +9 -0
- package/components/filters/FiltersPanel.d.ts.map +1 -0
- package/components/filters/FiltersPanelItem.d.ts +8 -0
- package/components/filters/FiltersPanelItem.d.ts.map +1 -0
- package/components/filters/PresetPanel/Preset.d.ts +9 -0
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +10 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetInput.d.ts +9 -0
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts +7 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -0
- package/components/filters/PresetPanel/index.d.ts +2 -0
- package/components/filters/PresetPanel/index.d.ts.map +1 -0
- package/components/filters/defaultPredicates.d.ts +5 -0
- package/components/filters/defaultPredicates.d.ts.map +1 -0
- package/components/filters/index.d.ts +5 -0
- package/components/filters/index.d.ts.map +1 -0
- package/components/forms/Form.d.ts +4 -0
- package/components/forms/Form.d.ts.map +1 -0
- package/components/forms/index.d.ts +3 -0
- package/components/forms/index.d.ts.map +1 -0
- package/components/forms/useForm.d.ts +3 -0
- package/components/forms/useForm.d.ts.map +1 -0
- package/components/index.d.ts +5 -0
- package/components/index.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +5 -6
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +16 -0
- package/components/inputs/MultiSwitch.d.ts.map +1 -0
- package/components/inputs/NumericInput.d.ts +9 -0
- package/components/inputs/NumericInput.d.ts.map +1 -0
- package/components/inputs/RadioInput.d.ts +3 -4
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +1 -3
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +10 -0
- package/components/inputs/TextArea.d.ts.map +1 -0
- package/components/inputs/TextInput.d.ts +4 -5
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/index.d.ts +3 -0
- package/components/inputs/index.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +1 -3
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +4 -0
- package/components/layout/Blocker.d.ts.map +1 -0
- package/components/layout/CheckboxGroup.d.ts +3 -0
- package/components/layout/CheckboxGroup.d.ts.map +1 -0
- package/components/layout/ControlGroup.d.ts +1 -2
- package/components/layout/ControlGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +2 -2
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +1 -2
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +2 -5
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +1 -3
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +1 -2
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts +1 -3
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +1 -6
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/layout/index.d.ts +3 -1
- package/components/layout/index.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts +6 -0
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +8 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/index.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/index.d.ts.map +1 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts +6 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenu.d.ts +5 -0
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +6 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/index.d.ts +9 -0
- package/components/navigation/MainMenu/index.d.ts.map +1 -0
- package/components/navigation/index.d.ts +2 -0
- package/components/navigation/index.d.ts.map +1 -0
- package/components/overlays/Alert.d.ts +24 -0
- package/components/overlays/Alert.d.ts.map +1 -0
- package/components/overlays/ConfirmationModal.d.ts +11 -0
- package/components/overlays/ConfirmationModal.d.ts.map +1 -0
- package/components/overlays/DropdownContainer.d.ts +6 -4
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +12 -14
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +2 -6
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +12 -17
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +2 -3
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/overlays/index.d.ts +1 -0
- package/components/overlays/index.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +2 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +2 -1
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts +2 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +0 -1
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +14 -0
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +8 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts +2 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts.map +1 -0
- package/components/tables/DataTable.d.ts +16 -0
- package/components/tables/DataTable.d.ts.map +1 -0
- package/components/tables/DataTableCell.d.ts +2 -7
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +19 -0
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -0
- package/components/tables/DataTableHeaderRow.d.ts +5 -0
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -0
- package/components/tables/DataTableRow.d.ts +11 -0
- package/components/tables/DataTableRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +7 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/index.d.ts +2 -0
- package/components/tables/columnsConfigurationModal/index.d.ts.map +1 -0
- package/components/tables/index.d.ts +6 -1
- package/components/tables/index.d.ts.map +1 -1
- package/components/tables/types.d.ts +26 -3
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +10 -5
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +7 -0
- package/components/typography/RichTextView.d.ts.map +1 -0
- package/components/typography/Text.d.ts +3 -3
- package/components/typography/Text.d.ts.map +1 -1
- package/components/typography/TextPlaceholder.d.ts +5 -3
- package/components/typography/TextPlaceholder.d.ts.map +1 -1
- package/components/typography/index.d.ts +1 -0
- package/components/typography/index.d.ts.map +1 -1
- package/components/widgets/Avatar.d.ts +1 -2
- package/components/widgets/Avatar.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +6 -7
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Spinner.d.ts +6 -0
- package/components/widgets/Spinner.d.ts.map +1 -0
- package/components/widgets/Tag.d.ts +4 -4
- package/components/widgets/Tag.d.ts.map +1 -1
- package/components/widgets/index.d.ts +1 -0
- package/components/widgets/index.d.ts.map +1 -1
- package/helpers/index.d.ts +3 -0
- package/helpers/index.d.ts.map +1 -0
- package/helpers/useColumnsWithFilters.d.ts +3 -0
- package/helpers/useColumnsWithFilters.d.ts.map +1 -0
- package/i18n.d.ts +53 -0
- package/i18n.d.ts.map +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +2603 -762
- package/index.js.map +1 -1
- package/package.json +13 -6
- package/stats.html +1 -1
- package/styles.css +8578 -1832
- package/styles.css.map +1 -1
- package/assets/styles/fonts-variables.scss +0 -24
- package/assets/styles/variables/buttons/button.scss +0 -71
- package/assets/styles/variables/buttons/iconButton.scss +0 -41
- package/assets/styles/variables/buttons/linkButton.scss +0 -6
- package/assets/styles/variables/buttons/tabButton.scss +0 -8
- package/assets/styles/variables/inputs/checkbox.scss +0 -18
- package/assets/styles/variables/inputs/radioInput.scss +0 -15
- package/assets/styles/variables/inputs/switch.scss +0 -24
- package/assets/styles/variables/inputs/textInput.scss +0 -21
- package/assets/styles/variables/layout/accordion.scss +0 -10
- package/assets/styles/variables/layout/iconContainer.scss +0 -23
- package/assets/styles/variables/layout/labeledInput.scss +0 -8
- package/assets/styles/variables/layout/panel.scss +0 -6
- package/assets/styles/variables/layout/scrollBars.scss +0 -4
- package/assets/styles/variables/overlays/dropdownContainer.scss +0 -5
- package/assets/styles/variables/overlays/modals.scss +0 -6
- package/assets/styles/variables/overlays/notificationCard.scss +0 -28
- package/assets/styles/variables/overlays/tooltip.scss +0 -8
- package/assets/styles/variables/pickers/pickerToggler.scss +0 -16
- package/assets/styles/variables/typography/text.scss +0 -19
- package/assets/styles/variables/typography/textPlaceholder.scss +0 -4
- package/assets/styles/variables/widgets/tag.scss +0 -9
- package/components/buttons/Button.d.ts +0 -14
- package/components/buttons/Button.d.ts.map +0 -1
- package/components/layout/IconContainer.d.ts +0 -10
- package/components/layout/IconContainer.d.ts.map +0 -1
- package/components/tables/Presets/Preset.d.ts +0 -14
- package/components/tables/Presets/Preset.d.ts.map +0 -1
- package/components/tables/Presets/Presets.d.ts +0 -9
- package/components/tables/Presets/Presets.d.ts.map +0 -1
- package/components/tables/Presets/index.d.ts +0 -3
- package/components/tables/Presets/index.d.ts.map +0 -1
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as types from '../types';
|
|
3
2
|
import { LabeledInputProps } from '@epam/uui-components';
|
|
4
|
-
import '../../assets/styles/variables/layout/labeledInput.scss';
|
|
5
3
|
export interface LabeledInputMods extends types.SizeMod {
|
|
6
4
|
}
|
|
7
|
-
export declare const LabeledInput: import("react").
|
|
5
|
+
export declare const LabeledInput: (props: LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
6
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAQ1F,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAS1D,eAAO,MAAM,YAAY,8KAGtB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RadioGroupProps } from '@epam/uui-components';
|
|
3
|
-
export declare const RadioGroup: import("react").
|
|
2
|
+
export declare const RadioGroup: (props: RadioGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
3
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAIpF,eAAO,MAAM,UAAU,8JAEtB,CAAC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ScrollbarProps } from '@epam/uui-components';
|
|
3
2
|
import './ScrollBars.scss';
|
|
4
|
-
import
|
|
5
|
-
export declare const ScrollBars: import("react").ForwardRefExoticComponent<ScrollbarProps & import("react").RefAttributes<any>>;
|
|
3
|
+
export declare const ScrollBars: (props: ScrollbarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
4
|
//# sourceMappingURL=ScrollBars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEnF,OAAO,mBAAmB,CAAC;AAU3B,eAAO,MAAM,UAAU,wJAA+D,CAAC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
import '../../assets/styles/variables/layout/scrollBars.scss';
|
|
4
|
-
import './VirtualList.scss';
|
|
5
|
-
export interface VirtualListMods {
|
|
6
|
-
}
|
|
7
|
-
export declare const VirtualList: import("react").ForwardRefExoticComponent<VirtualListProps<any, any> & VirtualListMods & import("react").RefAttributes<any>>;
|
|
2
|
+
export declare const VirtualList: import("react").ForwardRefExoticComponent<import("@epam/uui-components").VirtualListProps<any, any> & import("react").RefAttributes<import("@epam/uui-components").ScrollbarsApi>>;
|
|
8
3
|
//# sourceMappingURL=VirtualList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,WAAW,oLAAiB,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from './Accordion';
|
|
2
2
|
export * from './ControlGroup';
|
|
3
3
|
export * from './FlexItems';
|
|
4
|
-
export
|
|
4
|
+
export { IconContainer } from '@epam/uui-components';
|
|
5
5
|
export * from './LabeledInput';
|
|
6
6
|
export * from './RadioGroup';
|
|
7
7
|
export * from './ScrollBars';
|
|
8
8
|
export * from './VirtualList';
|
|
9
|
+
export * from './Blocker';
|
|
10
|
+
export * from './CheckboxGroup';
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { BurgerProps } from '@epam/uui-components';
|
|
3
|
+
export interface BurgerMods {
|
|
4
|
+
}
|
|
5
|
+
export declare const Burger: (props: BurgerProps & BurgerMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
6
|
+
//# sourceMappingURL=Burger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxE,MAAM,WAAW,UAAU;CAC1B;AAMD,eAAO,MAAM,MAAM,oIAIhB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
|
|
2
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
+
export interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
|
|
4
|
+
type?: 'primary' | 'secondary';
|
|
5
|
+
indentLevel?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare const BurgerButton: (props: ButtonProps & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
|
+
//# sourceMappingURL=BurgerButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,wKAUxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BurgerGroupHeader.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,sBAAsB;IACnC,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAO9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAKjE,MAAM,WAAW,iBAAkB,SAAQ,cAAc;CAAG;AAE5D,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAYpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
4
|
+
}
|
|
5
|
+
export declare const GlobalMenu: React.ForwardRefExoticComponent<GlobalMenuProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
//# sourceMappingURL=GlobalMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/GlobalMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrE,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;CAAG;AAErH,eAAO,MAAM,UAAU,wFAIrB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MainMenuProps } from '@epam/uui-components';
|
|
2
|
+
export interface MainMenuMods {
|
|
3
|
+
}
|
|
4
|
+
export declare const MainMenu: (props: MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
|
+
//# sourceMappingURL=MainMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA2B,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAG9E,MAAM,WAAW,YAAY;CAAG;AAMhC,eAAO,MAAM,QAAQ,sKAGlB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX } from '@epam/uui-core';
|
|
3
|
+
export interface MainMenuAvatarProps extends IAdaptiveItem, IDropdownToggler, IHasCX {
|
|
4
|
+
avatarUrl?: string;
|
|
5
|
+
icon?: Icon;
|
|
6
|
+
}
|
|
7
|
+
export declare const MainMenuAvatar: React.ForwardRefExoticComponent<Pick<MainMenuAvatarProps, "isDisabled" | "onClick" | "caption" | "cx" | "icon" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer" | "avatarUrl"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
//# sourceMappingURL=MainMenuAvatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAK/E,MAAM,WAAW,mBAAoB,SAAQ,aAAa,EAAE,gBAAgB,EAAE,MAAM;IAChF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,cAAc,iVAczB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
2
|
+
import { IAdaptiveItem } from '@epam/uui-core';
|
|
3
|
+
export interface MainMenuButtonMods {
|
|
4
|
+
type?: 'primary' | 'secondary';
|
|
5
|
+
}
|
|
6
|
+
export declare const MainMenuButton: (props: ButtonProps & MainMenuButtonMods & IAdaptiveItem & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=MainMenuButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAGzD,MAAM,WAAW,kBAAkB;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,0LAO1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenuDropdown.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAY,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAIvE,qBAAa,gBAAiB,SAAQ,KAAK,CAAC,SAAS,CAAC,qBAAqB,CAAC;IACxE,MAAM;CA8BT"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Icon, IAdaptiveItem } from '@epam/uui-core';
|
|
3
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
+
export interface MainMenuIconProps extends ButtonProps, IAdaptiveItem {
|
|
5
|
+
icon: Icon;
|
|
6
|
+
}
|
|
7
|
+
export declare const MainMenuIcon: React.ForwardRefExoticComponent<Pick<MainMenuIconProps, "isDisabled" | "onClick" | "link" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "count" | "cx" | "href" | "isLinkActive" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "tabIndex" | "rawProps" | "onClear" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer"> & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
|
|
8
|
+
//# sourceMappingURL=MainMenuIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,aAAa;IACjE,IAAI,EAAE,IAAI,CAAC;CACd;AAED,eAAO,MAAM,YAAY,wmBAEvB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { TextInputProps } from '@epam/uui-components';
|
|
3
|
+
import { IAdaptiveItem } from '@epam/uui-core';
|
|
4
|
+
export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem {
|
|
5
|
+
}
|
|
6
|
+
export declare const MainMenuSearch: React.ForwardRefExoticComponent<Pick<MainMenuSearchProps, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "acceptIcon" | "cancelIcon" | "renderInput" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer"> & React.RefAttributes<HTMLInputElement>>;
|
|
7
|
+
//# sourceMappingURL=MainMenuSearch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa;CAAG;AAE7E,eAAO,MAAM,cAAc,uxBAczB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './MainMenu';
|
|
2
|
+
export * from './GlobalMenu';
|
|
3
|
+
export * from './Burger';
|
|
4
|
+
export * from './MainMenuAvatar';
|
|
5
|
+
export * from './MainMenuSearch';
|
|
6
|
+
export * from './MainMenuIcon';
|
|
7
|
+
export * from './MainMenuDropdown';
|
|
8
|
+
export * from './MainMenuButton';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/navigation/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IHasChildren, IHasCX, Icon, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
import { SemanticColor } from '../types';
|
|
4
|
+
type notificationAction = {
|
|
5
|
+
name: string;
|
|
6
|
+
action: () => void;
|
|
7
|
+
};
|
|
8
|
+
export interface AlertProps extends IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
9
|
+
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
10
|
+
actions?: notificationAction[];
|
|
11
|
+
/** Alert color */
|
|
12
|
+
color?: SemanticColor;
|
|
13
|
+
/** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
|
|
14
|
+
onClose?(): void;
|
|
15
|
+
/** An optional icon to show on the left of the alert */
|
|
16
|
+
icon?: Icon;
|
|
17
|
+
}
|
|
18
|
+
export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export declare const WarningAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export declare const SuccessAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
21
|
+
export declare const HintAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
export declare const ErrorAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -0,0 +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;AAG1E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAQzC,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACxG,0FAA0F;IAC1F,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,kBAAkB;IAClB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,KAAK,mFA4BhB,CAAC;AAEH,eAAO,MAAM,YAAY,mFAEvB,CAAC;AAEH,eAAO,MAAM,YAAY,mFAEvB,CAAC;AAEH,eAAO,MAAM,SAAS,mFAEpB,CAAC;AAEH,eAAO,MAAM,UAAU,mFAErB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IModal } from '@epam/uui-core';
|
|
3
|
+
export interface ConfirmationModalWindowProps extends IModal<any> {
|
|
4
|
+
caption: any;
|
|
5
|
+
bodyContent?: any;
|
|
6
|
+
hideCancelButton?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class ConfirmationModal extends React.Component<ConfirmationModalWindowProps> {
|
|
9
|
+
render(): JSX.Element;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=ConfirmationModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../components/overlays/ConfirmationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAIxC,MAAM,WAAW,4BAA6B,SAAQ,MAAM,CAAC,GAAG,CAAC;IAC7D,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,4BAA4B,CAAC;IAEhF,MAAM;CAyBT"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { DropdownContainerProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/overlays/dropdownContainer.scss';
|
|
1
|
+
import { DropdownContainerProps as uuiDropdownContainerProps } from '@epam/uui-components';
|
|
4
2
|
export interface DropdownContainerMods {
|
|
3
|
+
vPadding?: '6' | '12' | '18' | '24' | '30' | '48';
|
|
4
|
+
padding?: '6' | '12' | '18' | '24' | '30';
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export interface DropdownContainerProps extends uuiDropdownContainerProps, DropdownContainerMods {
|
|
7
|
+
}
|
|
8
|
+
export declare const DropdownContainer: (props: uuiDropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
9
|
//# sourceMappingURL=DropdownContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiD,sBAAsB,IAAI,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAG1I,MAAM,WAAW,qBAAqB;IAClC,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,sBAAuB,SAAQ,yBAAyB,EAAE,qBAAqB;CAAG;AAUnG,eAAO,MAAM,iBAAiB,2LAAmH,CAAC"}
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable, DropdownBodyProps } from '@epam/uui-core';
|
|
3
3
|
export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
|
|
4
4
|
isSelected?: boolean;
|
|
5
|
+
isActive?: boolean;
|
|
5
6
|
}
|
|
6
7
|
export interface IDropdownMenuContainer extends VPanelProps, DropdownBodyProps {
|
|
7
8
|
closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
|
|
8
9
|
}
|
|
9
|
-
export declare
|
|
10
|
-
ENTER
|
|
11
|
-
ESCAPE
|
|
12
|
-
LEFT_ARROW
|
|
13
|
-
RIGHT_ARROW
|
|
14
|
-
UP_ARROW
|
|
15
|
-
DOWN_ARROW
|
|
16
|
-
}
|
|
17
|
-
export declare const DropdownMenuBody:
|
|
18
|
-
export declare const DropdownMenuButton:
|
|
19
|
-
(props: IDropdownMenuItemProps): JSX.Element;
|
|
20
|
-
displayName: string;
|
|
21
|
-
};
|
|
10
|
+
export declare enum IDropdownControlKeys {
|
|
11
|
+
ENTER = "Enter",
|
|
12
|
+
ESCAPE = "Escape",
|
|
13
|
+
LEFT_ARROW = "ArrowLeft",
|
|
14
|
+
RIGHT_ARROW = "ArrowRight",
|
|
15
|
+
UP_ARROW = "ArrowUp",
|
|
16
|
+
DOWN_ARROW = "ArrowDown"
|
|
17
|
+
}
|
|
18
|
+
export declare const DropdownMenuBody: (props: IDropdownMenuContainer & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
19
|
+
export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "onClick" | "link" | "caption" | "cx" | "href" | "isLinkActive" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "isActive" | "isSelected"> & React.RefAttributes<any>>;
|
|
22
20
|
export declare const DropdownMenuSplitter: (props: IHasCX) => JSX.Element;
|
|
23
21
|
interface IDropdownMenuHeader extends IHasCX, IHasCaption {
|
|
24
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EACC,
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EACC,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAClH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAC1E,MAAM,gBAAgB,CAAC;AAQxB,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AA6CD,eAAO,MAAM,gBAAgB,kIAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,+VAuF7B,CAAC;AAIH,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAI;AAE7D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBA0BtD,CAAC;AAEF,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,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ModalFooterCoreProps, ModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
|
|
3
3
|
import { RowMods } from '../layout';
|
|
4
|
-
|
|
5
|
-
export interface ModalBlockerMods {
|
|
6
|
-
overlay?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
|
|
4
|
+
export declare const ModalBlocker: (props: ModalBlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
9
5
|
export interface ModalWindowMods {
|
|
10
6
|
width?: number;
|
|
11
7
|
height?: number | 'auto';
|
|
12
8
|
}
|
|
13
|
-
export declare const ModalWindow:
|
|
9
|
+
export declare const ModalWindow: (props: ModalWindowProps & ModalWindowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
14
10
|
export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
|
|
15
11
|
}
|
|
16
12
|
export declare class ModalHeader extends React.Component<ModalHeaderProps> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAuB,OAAO,EAAY,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAuB,OAAO,EAAY,MAAM,WAAW,CAAC;AAMnE,eAAO,MAAM,YAAY,6HAGnB,CAAC;AAEP,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,8IAWvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAiBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAaT"}
|
|
@@ -1,27 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { INotification, Icon, IHasChildren, IHasCX, UuiContexts } from '@epam/uui-core';
|
|
3
|
-
import '
|
|
4
|
-
|
|
2
|
+
import { INotification, Icon, IHasChildren, IHasCX, UuiContexts, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
import { SemanticColor } from '../types';
|
|
4
|
+
interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
|
|
5
5
|
name: string;
|
|
6
6
|
action: () => void;
|
|
7
|
-
}
|
|
8
|
-
export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX {
|
|
9
|
-
actions?:
|
|
7
|
+
}
|
|
8
|
+
export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
9
|
+
actions?: NotificationAction[];
|
|
10
10
|
}
|
|
11
11
|
export interface NotificationCardProps extends DefaultNotificationProps {
|
|
12
12
|
icon?: Icon;
|
|
13
|
-
color
|
|
14
|
-
}
|
|
15
|
-
export declare class NotificationCard extends React.Component<NotificationCardProps> {
|
|
16
|
-
notificationCardNode: HTMLElement | null;
|
|
17
|
-
componentDidMount(): void;
|
|
18
|
-
componentWillUnmount(): void;
|
|
19
|
-
render(): JSX.Element;
|
|
13
|
+
color?: SemanticColor;
|
|
20
14
|
}
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
15
|
+
export declare const NotificationCard: React.ForwardRefExoticComponent<NotificationCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export declare const WarningNotification: React.ForwardRefExoticComponent<DefaultNotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export declare const SuccessNotification: React.ForwardRefExoticComponent<DefaultNotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export declare const HintNotification: React.ForwardRefExoticComponent<DefaultNotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export declare const ErrorNotification: React.ForwardRefExoticComponent<DefaultNotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
20
|
export declare class ClearNotification extends React.Component<{}> {
|
|
26
21
|
static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
|
|
27
22
|
context: UuiContexts;
|
|
@@ -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,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,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,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAElH,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AASzC,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,wBAAyB,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACrI,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACnE,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,eAAO,MAAM,gBAAgB,8FAuD3B,CAAC;AAEH,eAAO,MAAM,mBAAmB,iGAE9B,CAAC;AAEH,eAAO,MAAM,mBAAmB,iGAE9B,CAAC;AAEH,eAAO,MAAM,gBAAgB,iGAE3B,CAAC;AAEH,eAAO,MAAM,iBAAiB,iGAE5B,CAAC;AAEH,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAE5B,MAAM;CAMT"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TooltipProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/overlays/tooltip.scss';
|
|
4
2
|
export interface TooltipMods {
|
|
3
|
+
color?: 'default' | 'contrast' | 'critical';
|
|
5
4
|
}
|
|
6
|
-
export declare const Tooltip: import("react").
|
|
5
|
+
export declare const Tooltip: (props: TooltipProps & TooltipMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
6
|
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAG3E,MAAM,WAAW,WAAW;IACxB,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AASD,eAAO,MAAM,OAAO,oKAAoE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC"}
|
|
@@ -6,11 +6,12 @@ export interface DataPickerBodyProps extends PickerBodyBaseProps {
|
|
|
6
6
|
maxHeight?: number;
|
|
7
7
|
editMode?: 'dropdown' | 'modal';
|
|
8
8
|
searchSize?: ControlSize;
|
|
9
|
+
selectionMode?: 'single' | 'multi';
|
|
9
10
|
}
|
|
10
11
|
export declare class DataPickerBody extends PickerBodyBase<DataPickerBodyProps> {
|
|
11
12
|
lens: import("@epam/uui-core").ILens<DataSourceState<Record<string, any>, any>>;
|
|
12
13
|
searchLens: import("@epam/uui-core").ILens<string>;
|
|
13
|
-
|
|
14
|
+
renderNotFound(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
14
15
|
render(): JSX.Element;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=DataPickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAY,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAKrF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,eAAe,EAAgB,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAY,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAKrF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CACtC;AAED,qBAAa,cAAe,SAAQ,cAAc,CAAC,mBAAmB,CAAC;IACnE,IAAI,4EAAmD;IACvD,UAAU,yCAA4B;IAEtC,cAAc;IAUd,MAAM;CAoCT"}
|
|
@@ -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;
|
|
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,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAK7D,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,KAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,OAAO,GAAG;IAC/E,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAqDF,eAAO,MAAM,gBAAgB,6HAAmC,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class PickerInput<TItem, TId> extends PickerInputBase<TItem, TId,
|
|
|
11
11
|
renderRow: (rowProps: DataRowProps<TItem, TId>) => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
12
12
|
getTogglerMods(): PickerTogglerMods;
|
|
13
13
|
renderFooter(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
14
|
-
renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>):
|
|
14
|
+
renderTarget(targetProps: IDropdownToggler & PickerTogglerProps<TItem, TId>): JSX.Element;
|
|
15
15
|
renderBody(props: DropdownBodyProps & DataSourceListProps & Omit<PickerBodyBaseProps, 'rows'>, rows: DataRowProps<TItem, TId>[]): JSX.Element;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=PickerInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,gBAAgB,EAA4C,MAAM,gBAAgB,CAAC;AAClJ,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAGhG,OAAO,EAAiB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAMnE,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAG3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAK3D,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,CAAC;IACtF,kBAAkB,CAAC,MAAM,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,gBAAgB,EAA4C,MAAM,gBAAgB,CAAC;AAClJ,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAGhG,OAAO,EAAiB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAMnE,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAG3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAK3D,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,CAAC;IACtF,kBAAkB,CAAC,MAAM,EAAE,OAAO;IAqBlC,UAAU;IAQV,UAAU,SAAU,KAAK,YAAY,aAAa,KAAK,EAAE,GAAG,CAAC,iBAE5D;IAED,SAAS,aAAc,aAAa,KAAK,EAAE,GAAG,CAAC,mEAW9C;IAED,cAAc,IAAI,iBAAiB;IAOnC,YAAY;IAQZ,YAAY,CAAC,WAAW,EAAE,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC;IAY3E,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;CAsClI"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { DataRowProps } from '@epam/uui-core';
|
|
2
|
+
import { DataRowProps, Icon } from '@epam/uui-core';
|
|
3
3
|
import { SizeMod } from '../types';
|
|
4
4
|
export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, SizeMod {
|
|
5
5
|
avatarUrl?: string;
|
|
6
|
+
icon?: Icon;
|
|
6
7
|
title?: string;
|
|
7
8
|
subtitle?: string;
|
|
8
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAKpD,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAKnC,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,OAAO;IAClF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,UAAU,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACpF,aAAa,SAAU,MAAM,eAAe,OAAO,KAAG,MAAM,GAAG,MAAM,CAEpE;IAED,MAAM;CAuBT"}
|
|
@@ -4,7 +4,8 @@ import { PickerModalBase, PickerModalProps } from '@epam/uui-components';
|
|
|
4
4
|
export declare class PickerModalImpl<TItem, TId> extends PickerModalBase<TItem, TId> {
|
|
5
5
|
renderRow(rowProps: DataRowProps<TItem, TId>): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
6
6
|
renderFooter(selectedDataRows: DataRowProps<TItem, TId>[]): JSX.Element;
|
|
7
|
-
|
|
7
|
+
renderNotFound: () => string | number | boolean | React.ReactFragment | JSX.Element;
|
|
8
|
+
render(): JSX.Element;
|
|
8
9
|
}
|
|
9
10
|
export declare class PickerModal<TItem, TId> extends React.Component<PickerModalProps<TItem, TId>> {
|
|
10
11
|
state: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAQ,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAQ,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAA2C,MAAM,sBAAsB,CAAC;AAWlH,qBAAa,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC;IACxE,SAAS,CAAC,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAa5C,YAAY,CAAC,gBAAgB,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;IAiBzD,cAAc,sEAQb;IAED,MAAM;CA2DT;AAED,qBAAa,WAAW,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACtF,KAAK;;MAA0C;IAC/C,IAAI,sCAA2B;IAE/B,MAAM;CAOT"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { PickerTogglerProps } from '@epam/uui-components';
|
|
3
3
|
import * as types from '../types';
|
|
4
|
-
import '../../assets/styles/variables/pickers/pickerToggler.scss';
|
|
5
4
|
export interface PickerTogglerMods extends types.IHasEditMode {
|
|
6
5
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
7
6
|
}
|