@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
|
@@ -5,7 +5,7 @@ export type FiltersToolbarItemProps = TableFiltersConfig<any> & IEditable<any> &
|
|
|
5
5
|
removeFilter?: (field: any) => void;
|
|
6
6
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
7
7
|
};
|
|
8
|
-
declare function FiltersToolbarItemImpl(props: FiltersToolbarItemProps): JSX.Element;
|
|
8
|
+
declare function FiltersToolbarItemImpl(props: FiltersToolbarItemProps): React.JSX.Element;
|
|
9
9
|
export declare const FiltersPanelItem: React.MemoExoticComponent<typeof FiltersToolbarItemImpl>;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=FiltersPanelItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EAAqB,kBAAkB,EAAoB,SAAS,EAAoI,MAAM,gBAAgB,CAAC;AActO,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAC7D,SAAS,CAAC,GAAG,CAAC,GAAG;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAqBF,iBAAS,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,
|
|
1
|
+
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EAAqB,kBAAkB,EAAoB,SAAS,EAAoI,MAAM,gBAAgB,CAAC;AActO,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAC7D,SAAS,CAAC,GAAG,CAAC,GAAG;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAqBF,iBAAS,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,qBA8O7D;AAED,eAAO,MAAM,gBAAgB,0DAAqC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DataTableState, IPresetsApi, ITablePreset } from '@epam/uui-core';
|
|
3
3
|
interface IPresetProps extends Omit<IPresetsApi, 'presets'> {
|
|
4
4
|
preset: ITablePreset;
|
|
5
5
|
addPreset: () => void;
|
|
6
6
|
tableState: DataTableState;
|
|
7
7
|
}
|
|
8
|
-
export declare function Preset(props: IPresetProps): JSX.Element;
|
|
8
|
+
export declare function Preset(props: IPresetProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=Preset.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQ3E,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;CAC9B;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,qBAkDzC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IPresetsApi, ITablePreset, DataTableState } from '@epam/uui-core';
|
|
3
3
|
interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
|
|
4
4
|
preset: ITablePreset;
|
|
@@ -6,6 +6,6 @@ interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
|
|
|
6
6
|
tableState: DataTableState;
|
|
7
7
|
renamePreset: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function PresetActionsDropdown(props: ITubButtonDropdownProps): JSX.Element;
|
|
9
|
+
export declare function PresetActionsDropdown(props: ITubButtonDropdownProps): React.JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=PresetActionsDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAoB,YAAY,EAAiB,cAAc,EAAqB,MAAM,gBAAgB,CAAC;AAc/H,UAAU,uBAAwB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAClE,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,uBAAuB,qBAgHnE"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ITablePreset } from '@epam/uui-core';
|
|
3
3
|
interface IPresetInputProps {
|
|
4
4
|
onCancel: () => void;
|
|
5
5
|
onSuccess?: (name: string) => Promise<any>;
|
|
6
6
|
preset?: ITablePreset;
|
|
7
7
|
}
|
|
8
|
-
export declare function PresetInput(props: IPresetInputProps): JSX.Element;
|
|
8
|
+
export declare function PresetInput(props: IPresetInputProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=PresetInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAIrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,qBAwCnD"}
|
|
@@ -4,5 +4,5 @@ export interface PresetsPanelProps extends IPresetsApi, IHasRawProps<React.HTMLA
|
|
|
4
4
|
/** Current state value of the table(list) */
|
|
5
5
|
tableState: DataTableState;
|
|
6
6
|
}
|
|
7
|
-
export declare function PresetsPanel(props: PresetsPanelProps): JSX.Element;
|
|
7
|
+
export declare function PresetsPanel(props: PresetsPanelProps): React.JSX.Element;
|
|
8
8
|
//# sourceMappingURL=PresetsPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,EACH,cAAc,EAAE,YAAY,EAAE,WAAW,EAC5C,MAAM,gBAAgB,CAAC;AAYxB,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtG,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,EACH,cAAc,EAAE,YAAY,EAAE,WAAW,EAC5C,MAAM,gBAAgB,CAAC;AAYxB,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtG,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA2FpD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { FormProps } from '@epam/uui-core';
|
|
3
|
-
export declare function Form<T>(props: FormProps<T>): JSX.Element;
|
|
3
|
+
export declare function Form<T>(props: FormProps<T>): React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../components/forms/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACc,SAAS,EAC7B,MAAM,gBAAgB,CAAC;AAKxB,wBAAgB,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,qBA8B1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,YAAY;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,WAAW,aAAc,SAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAkBpH,eAAO,MAAM,QAAQ,mFAIpB,CAAC"}
|
|
@@ -1,42 +1,37 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { IEditable, IHasRawProps } from '@epam/uui-core';
|
|
2
|
+
import { IEditable, IHasRawProps, Overwrite } from '@epam/uui-core';
|
|
3
3
|
import { ButtonProps } from '../buttons';
|
|
4
4
|
import { ControlSize } from '../types';
|
|
5
|
-
type MultiSwitchItem
|
|
5
|
+
type MultiSwitchItem = ButtonProps & {
|
|
6
6
|
/**
|
|
7
7
|
* Defines the id of MultiSwitchItem.
|
|
8
8
|
*/
|
|
9
|
-
id:
|
|
9
|
+
id: any;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
interface MultiSwitchMods {
|
|
12
12
|
/**
|
|
13
13
|
* Defines component color.
|
|
14
14
|
* @default 'primary'
|
|
15
15
|
*/
|
|
16
16
|
color?: 'primary' | 'secondary';
|
|
17
|
-
};
|
|
18
|
-
/** Represents the 'Core properties' for the MultiSwitch component. */
|
|
19
|
-
export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & {
|
|
20
|
-
/**
|
|
21
|
-
* Defines an array of MultiSwitchItems.
|
|
22
|
-
*/
|
|
23
|
-
items: MultiSwitchItem<TValue>[];
|
|
24
17
|
/**
|
|
25
18
|
* Defines component size.
|
|
19
|
+
* @default '36'
|
|
26
20
|
*/
|
|
27
21
|
size?: ControlSize | '60';
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
22
|
+
}
|
|
23
|
+
export interface MultiSwitchModsOverride {
|
|
24
|
+
}
|
|
25
|
+
/** Represents the 'Core properties' for the MultiSwitch component. */
|
|
26
|
+
export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement> & {
|
|
32
27
|
/**
|
|
33
28
|
* Defines an array of MultiSwitchItems.
|
|
34
29
|
*/
|
|
35
|
-
items: MultiSwitchItem
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
30
|
+
items: MultiSwitchItem[];
|
|
31
|
+
};
|
|
32
|
+
/** Represents the properties for the MultiSwitch component. */
|
|
33
|
+
export type MultiSwitchProps<TValue = unknown> = MultiSwitchCoreProps<TValue> & Overwrite<MultiSwitchMods, MultiSwitchModsOverride>;
|
|
34
|
+
declare function MultiSwitchComponent<TValue>(props: MultiSwitchProps<TValue>): React.JSX.Element;
|
|
35
|
+
export declare const MultiSwitch: typeof MultiSwitchComponent;
|
|
41
36
|
export {};
|
|
42
37
|
//# sourceMappingURL=MultiSwitch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,EAAU,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,KAAK,eAAe,GAAG,WAAW,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,GAAG,CAAC;CACX,CAAC;AAEF,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,sEAAsE;AACtE,MAAM,MAAM,oBAAoB,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,GAAG;IACtJ;;OAEG;IACH,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B,CAAC;AAEF,+DAA+D;AAC/D,MAAM,MAAM,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC;AAEpI,iBAAS,oBAAoB,CAAC,MAAM,EAAE,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,qBA6BpE;AAED,eAAO,MAAM,WAAW,6BAAuB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { Overwrite } from '@epam/uui-core';
|
|
2
3
|
import { RadioInputProps as uuiRadioInputProps } from '@epam/uui-components';
|
|
3
4
|
type RadioInputMods = {
|
|
4
5
|
/**
|
|
@@ -7,13 +8,11 @@ type RadioInputMods = {
|
|
|
7
8
|
*/
|
|
8
9
|
size?: '12' | '18';
|
|
9
10
|
};
|
|
11
|
+
export interface RadioInputModsOverride {
|
|
12
|
+
}
|
|
10
13
|
/** Represents the properties of a RadioInput component. */
|
|
11
|
-
export
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
renderLabel?(): import("react").ReactNode;
|
|
15
|
-
id?: string;
|
|
16
|
-
name?: string;
|
|
17
|
-
} & import("react").RefAttributes<any>>;
|
|
14
|
+
export interface RadioInputProps extends uuiRadioInputProps, Overwrite<RadioInputMods, RadioInputModsOverride> {
|
|
15
|
+
}
|
|
16
|
+
export declare const RadioInput: import("react").ComponentType<RadioInputProps & import("react").RefAttributes<any>>;
|
|
18
17
|
export {};
|
|
19
18
|
//# sourceMappingURL=RadioInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,2DAA2D;AAC3D,MAAM,WAAW,eAAgB,SAAQ,kBAAkB,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAWjH,eAAO,MAAM,UAAU,qFAItB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../components/inputs/Rating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../components/inputs/Rating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAMtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,kBAAkB;CAAG;AAEtC,iEAAiE;AACjE,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,gBAAgB,GAAG,eAAe,GAAG,cAAc,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;AAEnI,0DAA0D;AAC1D,MAAM,WAAW,WAAY,SAAQ,eAAe,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AASlG,eAAO,MAAM,MAAM,iFAQlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,WAAW,WAAY,SAAQ,aAAa,CAAC,WAAW,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAU5G,eAAO,MAAM,MAAM,iFAA0F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,oBAAoB;CAAG;AAWxC,yDAAyD;AACzD,MAAM,WAAW,aAAc,SAAQ,gBAAgB,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAEzG,eAAO,MAAM,QAAQ,mFAQpB,CAAC"}
|
|
@@ -15,9 +15,9 @@ export interface TextInputModsOverride {
|
|
|
15
15
|
export interface TextInputProps extends CoreTextInputProps, Overwrite<TextInputMods, TextInputModsOverride> {
|
|
16
16
|
}
|
|
17
17
|
/** Represents the properties for a SearchInput component. */
|
|
18
|
-
export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
|
|
18
|
+
export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions, React.RefAttributes<HTMLInputElement> {
|
|
19
19
|
}
|
|
20
20
|
export declare const TextInput: React.ComponentType<TextInputProps & React.RefAttributes<any>>;
|
|
21
|
-
export declare const SearchInput:
|
|
21
|
+
export declare const SearchInput: (props: SearchInputProps) => React.JSX.Element;
|
|
22
22
|
export {};
|
|
23
23
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACpG,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAUzC,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE9G,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACpG,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAUzC,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE9G,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;CAAG;AAE7H,eAAO,MAAM,SAAS,gEAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,UAAW,gBAAgB,sBAyBlD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TimePickerProps } from './types';
|
|
3
|
-
export declare function TimePicker(props: TimePickerProps): JSX.Element;
|
|
3
|
+
export declare function TimePicker(props: TimePickerProps): React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAa3D,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBA0IhD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { TimePickerBodyProps } from './types';
|
|
3
3
|
export declare const uuiTimePicker: {
|
|
4
4
|
readonly container: "uui-timepicker-container";
|
|
@@ -7,5 +7,5 @@ export declare const uuiTimePicker: {
|
|
|
7
7
|
readonly input: "uui-timepicker-input";
|
|
8
8
|
readonly elementContainer: "uui-timepicker-item";
|
|
9
9
|
};
|
|
10
|
-
export declare function TimePickerBody(props: TimePickerBodyProps): JSX.Element;
|
|
10
|
+
export declare function TimePickerBody(props: TimePickerBodyProps): React.JSX.Element;
|
|
11
11
|
//# sourceMappingURL=TimePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAI9C,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAMX,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAiHxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EACH,EAAE,EACF,cAAc,EACd,SAAS,EAAE,IAAI,EACf,YAAY,EACZ,gBAAgB,EAChB,SAAS,EAAE,MAAM,EACjB,gBAAgB,EAChB,eAAe,EACf,YAAY,EAAE,SAAS,EAC1B,MAAM,gBAAgB,CAAC;AAExB,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EACH,EAAE,EACF,cAAc,EACd,SAAS,EAAE,IAAI,EACf,YAAY,EACZ,gBAAgB,EAChB,SAAS,EAAE,MAAM,EACjB,gBAAgB,EAChB,eAAe,EACf,YAAY,EAAE,SAAS,EAC1B,MAAM,gBAAgB,CAAC;AAExB,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,EACtF,YAAY,EACZ,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC,EACjC,YAAY,EACZ,cAAc,EACd,eAAe,EACf,SAAS,CAAC,WAAW,CAAC,EACtB,gBAAgB,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IACjB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS,CAAC;IACxD,0DAA0D;IAC1D,QAAQ,CAAC,EAAE;QACP,2DAA2D;QAC3D,KAAK,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACvE,+DAA+D;QAC/D,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACzE,CAAC;IACF,kHAAkH;IAClH,OAAO,CAAC,EAAE,EAAE,CAAC;IACb,iHAAiH;IACjH,MAAM,CAAC,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC,EAC5H,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,aAAa;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;CAAG;AAEzC,4DAA4D;AAC5D,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC,GAAG,aAAa,CAAC,cAAc,CAAC;AAU5G,eAAO,MAAM,SAAS,oFAEnB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { BlockerProps } from '@epam/uui-components';
|
|
3
|
-
export declare const Blocker:
|
|
3
|
+
export declare const Blocker: import("react").ComponentType<BlockerProps & import("react").RefAttributes<any>>;
|
|
4
4
|
//# sourceMappingURL=Blocker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":";AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,kFAInB,CAAC"}
|
|
@@ -17,6 +17,6 @@ export interface CheckboxGroupProps<TValue> extends ICanBeInvalid, IHasCX, IEdit
|
|
|
17
17
|
/** Defines group components size */
|
|
18
18
|
size?: CheckboxProps['size'];
|
|
19
19
|
}
|
|
20
|
-
export declare function CheckboxGroup<TValue>(props: CheckboxGroupProps<TValue>): JSX.Element;
|
|
20
|
+
export declare function CheckboxGroup<TValue>(props: CheckboxGroupProps<TValue>): React.JSX.Element;
|
|
21
21
|
export {};
|
|
22
22
|
//# sourceMappingURL=CheckboxGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqB,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClK,OAAO,EAAY,aAAa,EAAE,MAAM,WAAW,CAAC;AAGpD,UAAU,iBAAiB,CAAC,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IAC7F,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB,CAAC,MAAM,CACtC,SAAQ,aAAa,EACrB,MAAM,EACN,SAAS,CAAC,MAAM,EAAE,CAAC,EACnB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IACnC,oCAAoC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqB,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClK,OAAO,EAAY,aAAa,EAAE,MAAM,WAAW,CAAC;AAGpD,UAAU,iBAAiB,CAAC,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,CAAC;IAC7F,0DAA0D;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB,CAAC,MAAM,CACtC,SAAQ,aAAa,EACrB,MAAM,EACN,SAAS,CAAC,MAAM,EAAE,CAAC,EACnB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC;IACrC,sDAAsD;IACtD,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IACnC,oCAAoC;IACpC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,qBA0CtE"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
|
|
3
|
-
export
|
|
4
|
-
/**
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FlexRowProps as uuiFlexRowProps, Overwrite } from '@epam/uui-core';
|
|
3
|
+
export interface FlexRowMods {
|
|
4
|
+
/**
|
|
5
|
+
* Defines row size
|
|
6
|
+
* @default '36'
|
|
7
|
+
*/
|
|
5
8
|
size?: null | '24' | '30' | '36' | '42' | '48';
|
|
6
9
|
/** Pass true, to enable row top border */
|
|
7
10
|
borderTop?: boolean;
|
|
@@ -11,17 +14,27 @@ export type RowMods = {
|
|
|
11
14
|
margin?: '12' | '24';
|
|
12
15
|
/** Defines horizontal row padding */
|
|
13
16
|
padding?: '6' | '12' | '18' | '24';
|
|
14
|
-
/**
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated
|
|
19
|
+
* The `spacing` property is deprecated and will be removed in future versions. Please use `columnGap` instead.
|
|
20
|
+
* Defines row spacing
|
|
21
|
+
* */
|
|
15
22
|
spacing?: '6' | '12' | '18';
|
|
16
23
|
/** Pass true, to show a top shadow */
|
|
17
24
|
topShadow?: boolean;
|
|
18
25
|
/** Defines vertical row padding */
|
|
19
26
|
vPadding?: '12' | '18' | '24' | '36' | '48';
|
|
27
|
+
/** Flexbox column gap property [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap) */
|
|
28
|
+
columnGap?: number | '6' | '12' | '18' | '24' | '36';
|
|
29
|
+
/** Flexbox row gap property [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap) */
|
|
30
|
+
rowGap?: number | '6' | '12' | '18' | '24' | '36';
|
|
20
31
|
/** Defines row background */
|
|
21
32
|
background?: 'surface-main';
|
|
22
|
-
}
|
|
33
|
+
}
|
|
34
|
+
export interface FlexRowModsOverride {
|
|
35
|
+
}
|
|
23
36
|
/** Represents the properties of the FlexRow component. */
|
|
24
|
-
export interface FlexRowProps extends uuiFlexRowProps,
|
|
37
|
+
export interface FlexRowProps extends uuiFlexRowProps, Overwrite<FlexRowMods, FlexRowModsOverride> {
|
|
25
38
|
}
|
|
26
|
-
export declare const FlexRow:
|
|
39
|
+
export declare const FlexRow: (props: FlexRowProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element;
|
|
27
40
|
//# sourceMappingURL=FlexRow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEH,YAAY,IAAI,eAAe,EAG3B,SAAS,EAChB,MAAM,gBAAgB,CAAC;AAMxB,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC;;;;SAIK;IACL,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,qIAAqI;IACrI,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,kIAAkI;IAClI,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;CAAG;AAEvC,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAErG,eAAO,MAAM,OAAO,UAAW,YAAY,GAAG,MAAM,aAAa,CAAC,cAAc,CAAC,sBAoDhF,CAAC"}
|
|
@@ -7,7 +7,7 @@ interface PanelMods {
|
|
|
7
7
|
}
|
|
8
8
|
/** Represents the properties of the Panel component. */
|
|
9
9
|
export type PanelProps = VPanelProps & PanelMods;
|
|
10
|
-
export declare const Panel: import("react").ComponentType<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
|
|
10
|
+
export declare const Panel: import("react").ComponentType<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
|
|
11
11
|
style?: import("react").CSSProperties;
|
|
12
12
|
} & PanelMods & import("react").RefAttributes<any>>;
|
|
13
13
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAMtD,UAAU,gBAAgB;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,WAAW,iBAAkB,SAAQ,aAAa,CAAC,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;CAAG;AAiBpI,eAAO,MAAM,YAAY,uFAIxB,CAAC"}
|
|
@@ -19,5 +19,5 @@ export interface RadioGroupProps<TValue> extends IHasCX, IEditable<TValue>, IDis
|
|
|
19
19
|
/** Defines native HTML name attribute for each group member */
|
|
20
20
|
name?: string;
|
|
21
21
|
}
|
|
22
|
-
export declare function RadioGroup<TValue>(props: RadioGroupProps<TValue>): JSX.Element;
|
|
22
|
+
export declare function RadioGroup<TValue>(props: RadioGroupProps<TValue>): React.JSX.Element;
|
|
23
23
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9J,OAAO,EAAc,eAAe,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cAAc,CAAC,MAAM,CAAE,SAAQ,YAAY,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1H,4DAA4D;IAC5D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACnC,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe,CAAC,MAAM,CACnC,SAAQ,MAAM,EACd,SAAS,CAAC,MAAM,CAAC,EACjB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC,EACrC,SAAS,CAAC,mBAAmB,CAAC;IAC9B,sDAAsD;IACtD,KAAK,EAAE,cAAc,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,oCAAoC;IACpC,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC/B,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9J,OAAO,EAAc,eAAe,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cAAc,CAAC,MAAM,CAAE,SAAQ,YAAY,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1H,4DAA4D;IAC5D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACnC,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe,CAAC,MAAM,CACnC,SAAQ,MAAM,EACd,SAAS,CAAC,MAAM,CAAC,EACjB,YAAY,EACZ,aAAa,EACb,cAAc,EACd,YAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC,EAC/D,gBAAgB,CAAC,mBAAmB,CAAC,EACrC,SAAS,CAAC,mBAAmB,CAAC;IAC9B,sDAAsD;IACtD,KAAK,EAAE,cAAc,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,oCAAoC;IACpC,IAAI,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC/B,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,qBAqChE"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IHasCX, IEditable, VirtualListState, IHasRawProps, UseVirtualListProps } from '@epam/uui-core';
|
|
3
|
-
import { ScrollbarsApi } from '@epam/uui-components';
|
|
4
3
|
import { HTMLAttributes } from 'react';
|
|
5
4
|
export interface VirtualListRenderRowsParams<ListContainer extends HTMLElement = any> {
|
|
6
5
|
listContainerRef: React.MutableRefObject<ListContainer>;
|
|
@@ -20,13 +19,13 @@ type VirtualListRenderRows<List extends HTMLElement = any> = {
|
|
|
20
19
|
rows: React.ReactNode[];
|
|
21
20
|
renderRows?: (config: VirtualListRenderRowsParams<List>) => React.ReactNode;
|
|
22
21
|
};
|
|
23
|
-
interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>>, Pick<UseVirtualListProps, 'rowsCount' | 'rowsSelector' | 'onScroll'> {
|
|
22
|
+
interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>>, Pick<UseVirtualListProps, 'rowsCount' | 'rowsSelector' | 'onScroll'>, React.RefAttributes<HTMLDivElement> {
|
|
24
23
|
/** HTML role attribute to place on list container */
|
|
25
24
|
role?: React.HTMLAttributes<HTMLDivElement>['role'];
|
|
26
25
|
/** Pass true, to enable Blocker while list loading */
|
|
27
26
|
isLoading?: boolean;
|
|
28
27
|
}
|
|
29
28
|
export type VirtualListProps<List extends HTMLElement = any> = BaseVirtualListProps & VirtualListRenderRows<List>;
|
|
30
|
-
export declare
|
|
29
|
+
export declare function VirtualList(props: VirtualListProps): React.JSX.Element;
|
|
31
30
|
export {};
|
|
32
31
|
//# sourceMappingURL=VirtualList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAkE,mBAAmB,EACzI,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAkE,mBAAmB,EACzI,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,2BAA2B,CAAC,aAAa,SAAS,WAAW,GAAG,GAAG;IAChF,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE;QACX,WAAW,EAAE,OAAO,CAAC;QACrB,cAAc,EAAE,OAAO,CAAC;QACxB,cAAc,EAAE,OAAO,CAAC;QACxB,eAAe,EAAE,OAAO,CAAC;KAC5B,CAAC;CACL;AACD,KAAK,qBAAqB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI;IACzD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,GAAG;IACA,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/E,CAAC;AAEF,UAAU,oBACN,SAAQ,MAAM,EACd,SAAS,CAAC,gBAAgB,CAAC,EAC3B,YAAY,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAC5C,IAAI,CAAC,mBAAmB,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC,EACpE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;IACnC,qDAAqD;IACrD,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACpD,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,gBAAgB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI,oBAAoB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAElH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAsDlD"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<any>>;
|
|
2
|
+
export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<HTMLAnchorElement> & import("react").RefAttributes<any>>;
|
|
3
3
|
//# sourceMappingURL=Anchor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,seAAkE,CAAC"}
|
|
@@ -6,7 +6,7 @@ interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
|
|
|
6
6
|
indentLevel?: number;
|
|
7
7
|
}
|
|
8
8
|
export type BurgerButtonProps = ButtonProps & BurgerButtonMods;
|
|
9
|
-
export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & {
|
|
9
|
+
export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
10
10
|
onClear?(e?: any): void;
|
|
11
11
|
clearIcon?: import("@epam/uui-core").Icon;
|
|
12
12
|
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
interface BurgerGroupHeaderProps {
|
|
3
3
|
caption: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function BurgerGroupHeader(props: BurgerGroupHeaderProps): JSX.Element;
|
|
5
|
+
export declare function BurgerGroupHeader(props: BurgerGroupHeaderProps): React.JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=BurgerGroupHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerGroupHeader.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BurgerGroupHeader.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,UAAU,sBAAsB;IAI5B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,qBAO9D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import { TextInputProps } from '@epam/uui-components';
|
|
3
3
|
interface BurgerSearchProps extends TextInputProps {
|
|
4
4
|
}
|
|
5
|
-
export declare function BurgerSearch(props: BurgerSearchProps): JSX.Element;
|
|
5
|
+
export declare function BurgerSearch(props: BurgerSearchProps): React.JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=BurgerSearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAMjE,UAAU,iBAAkB,SAAQ,cAAc;CAAG;AAErD,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAapD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
3
|
/** Represents the properties of the GlobalMenu component. */
|
|
4
|
-
export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLButtonElement
|
|
4
|
+
export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLButtonElement>>, React.RefAttributes<HTMLButtonElement> {
|
|
5
5
|
}
|
|
6
|
-
export declare
|
|
6
|
+
export declare function GlobalMenu(props: GlobalMenuProps): React.JSX.Element;
|
|
7
7
|
//# sourceMappingURL=GlobalMenu.d.ts.map
|
|
@@ -1 +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,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;CAAG;
|
|
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,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC;CAAG;AAEhK,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBAMhD"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX, IClickable, IHasRawProps } from '@epam/uui-core';
|
|
3
3
|
/** Represents the properties of the MainMenuAvatar component. */
|
|
4
|
-
export interface MainMenuAvatarProps extends IClickable, IAdaptiveItem, IDropdownToggler, IHasCX, IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement
|
|
4
|
+
export interface MainMenuAvatarProps extends IClickable, IAdaptiveItem, IDropdownToggler, IHasCX, IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>>, React.RefAttributes<HTMLButtonElement> {
|
|
5
5
|
avatarUrl?: string;
|
|
6
6
|
icon?: Icon;
|
|
7
7
|
}
|
|
8
|
-
export declare
|
|
8
|
+
export declare function MainMenuAvatar(props: MainMenuAvatarProps): React.JSX.Element;
|
|
9
9
|
//# sourceMappingURL=MainMenuAvatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAc,UAAU,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrH,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAc,UAAU,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrH,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAC5F,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC;IACnG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAiBxD"}
|