@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAiED,eAAO,MAAM,aAAa,+EAA4H,MAAM,YAAY,CAAC,WAAW,CAAC,KAAK,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IDropdownToggler, DropdownBodyProps } from '@epam/uui-core';
|
|
3
|
+
import { SortingPanelProps } from "./SortingPanel";
|
|
4
|
+
type ColumnHeaderDropdownProps = SortingPanelProps & {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
isSortable: boolean;
|
|
7
|
+
renderTarget: (props: IDropdownToggler) => React.ReactNode;
|
|
8
|
+
renderFilter?: (dropdownProps: DropdownBodyProps) => React.ReactNode;
|
|
9
|
+
onOpenChange(nV: boolean): void;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const ColumnHeaderDropdown: React.NamedExoticComponent<ColumnHeaderDropdownProps>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ColumnHeaderDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnHeaderDropdown.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAGpD,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAkC,MAAM,gBAAgB,CAAC;AAIrG,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,KAAK,yBAAyB,GAAG,iBAAiB,GAAG;IACjD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC;IAC3D,YAAY,CAAC,EAAE,CAAC,aAAa,EAAE,iBAAiB,KAAK,KAAK,CAAC,SAAS,CAAC;IACrE,YAAY,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAwCF,eAAO,MAAM,oBAAoB,uDAAuC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SortDirection } from "@epam/uui-core";
|
|
3
|
+
export interface SortingPanelProps {
|
|
4
|
+
sortDirection: SortDirection;
|
|
5
|
+
onSort(dir: SortDirection): void;
|
|
6
|
+
}
|
|
7
|
+
export declare const SortingPanel: React.NamedExoticComponent<SortingPanelProps>;
|
|
8
|
+
//# sourceMappingURL=SortingPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SortingPanel.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/SortingPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAK/C,MAAM,WAAW,iBAAiB;IAC9B,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC;CACpC;AAyBD,eAAO,MAAM,YAAY,+CAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PositionValues } from '@epam/uui-components';
|
|
3
|
+
import { DataRowProps, IEditable, DataTableState, DataTableColumnsConfigOptions, DataSourceListProps, DataColumnProps, TableFiltersConfig, DataTableRowProps, DataTableSelectedCellData } from '@epam/uui-core';
|
|
4
|
+
import { DataTableMods } from './';
|
|
5
|
+
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions {
|
|
6
|
+
getRows(): DataRowProps<TItem, TId>[];
|
|
7
|
+
columns: DataColumnProps<TItem, TId>[];
|
|
8
|
+
renderRow?(props: DataTableRowProps<TItem, TId>): React.ReactNode;
|
|
9
|
+
renderNoResultsBlock?(): React.ReactNode;
|
|
10
|
+
onScroll?(value: PositionValues): void;
|
|
11
|
+
showColumnsConfig?: boolean;
|
|
12
|
+
filters?: TableFiltersConfig<any>[];
|
|
13
|
+
onCopy?: (copyFrom: DataTableSelectedCellData<TItem, TId, TFilter>, selectedCells: DataTableSelectedCellData<TItem, TId, TFilter>[]) => void;
|
|
14
|
+
}
|
|
15
|
+
export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
|
|
16
|
+
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAA0E,MAAM,sBAAsB,CAAC;AAE9H,OAAO,EACY,YAAY,EAAqD,SAAS,EACzF,cAAc,EAAE,6BAA6B,EAAE,mBAAmB,EAAE,eAAe,EAC/E,kBAAkB,EAAE,iBAAiB,EAAE,yBAAyB,EACvE,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAoC,aAAa,EAA+C,MAAM,IAAI,CAAC;AAOlH,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,CAAE,SAAQ,SAAS,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,6BAA6B;IAC5I,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACtC,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACvC,SAAS,CAAC,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAClE,oBAAoB,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC;IACzC,QAAQ,CAAC,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC;IACpC,MAAM,CAAC,EAAE,CACL,QAAQ,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EACxD,aAAa,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,KAC9D,IAAI,CAAC;CACb;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,aAAa,CAAC,eA6F/G"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
3
|
import { DataTableCellMods } from './types';
|
|
4
|
-
export declare
|
|
5
|
-
hasDepsWidgets: boolean;
|
|
6
|
-
isDraggable: () => boolean;
|
|
7
|
-
getContent: () => JSX.Element;
|
|
8
|
-
render(): JSX.Element;
|
|
9
|
-
}
|
|
4
|
+
export declare function DataTableCell<TItem, TId, TCellValue>(props: DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods): JSX.Element;
|
|
10
5
|
//# sourceMappingURL=DataTableCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAc,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AA0C5C,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,CAAC,GAAG,iBAAiB,eAiC1H"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableHeaderCellProps, IDropdownToggler } from '@epam/uui-core';
|
|
3
|
+
import { HeaderCellContentProps } from '@epam/uui-components';
|
|
4
|
+
import { DataTableHeaderCellMods } from './';
|
|
5
|
+
interface DataTableHeaderCellState {
|
|
6
|
+
isDropdownOpen: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class DataTableHeaderCell<TItem, TId> extends React.Component<DataTableHeaderCellProps<TItem, TId> & DataTableHeaderCellMods, DataTableHeaderCellState> {
|
|
9
|
+
state: DataTableHeaderCellState;
|
|
10
|
+
getTextStyle: () => string;
|
|
11
|
+
getColumnCaption: () => JSX.Element;
|
|
12
|
+
renderHeaderCheckbox: () => JSX.Element;
|
|
13
|
+
renderResizeMark: (props: HeaderCellContentProps) => JSX.Element;
|
|
14
|
+
renderCellContent: (props: HeaderCellContentProps, dropdownProps?: IDropdownToggler) => JSX.Element;
|
|
15
|
+
renderCellWithFilter: (props: HeaderCellContentProps) => JSX.Element;
|
|
16
|
+
render(): JSX.Element;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=DataTableHeaderCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAsC,gBAAgB,EAAM,MAAM,gBAAgB,CAAC;AACpH,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC7G,OAAO,EAAwB,uBAAuB,EAAE,MAAM,IAAI,CAAC;AAWnE,UAAU,wBAAwB;IAC9B,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,uBAAuB,EAAE,wBAAwB,CAAC;IAC1J,KAAK,EAAE,wBAAwB,CAE7B;IAEF,YAAY,eAGX;IAED,gBAAgB,oBAsDf;IAED,oBAAoB,oBAMnB;IAED,gBAAgB,UAAW,sBAAsB,iBAEhD;IAED,iBAAiB,UAAW,sBAAsB,kBAAkB,gBAAgB,iBAgCnF;IAED,oBAAoB,UAAW,sBAAsB,iBAWpD;IAED,MAAM;CAUT"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableHeaderRowProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableHeaderRowMods } from '../';
|
|
4
|
+
export declare const DataTableHeaderRow: (props: DataTableHeaderRowProps<any, any> & DataTableHeaderRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
5
|
+
//# sourceMappingURL=DataTableHeaderRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTableHeaderRow.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,uBAAuB,EAAY,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAmC,sBAAsB,EAAE,MAAM,KAAK,CAAC;AAI9E,eAAO,MAAM,kBAAkB,sKAiBxB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DataTableCellProps, DndActorRenderParams, DataTableRowProps } from '@epam/uui-core';
|
|
3
|
+
import { DataTableRowMods } from './types';
|
|
4
|
+
export declare const renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
5
|
+
export declare const renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
6
|
+
export declare const propsMods: {
|
|
7
|
+
renderCell: (props: DataTableCellProps) => JSX.Element;
|
|
8
|
+
renderDropMarkers: (props: DndActorRenderParams) => JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const DataTableRow: (props: DataTableRowProps<any, any> & DataTableRowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
11
|
+
//# sourceMappingURL=DataTableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTableRow.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAY,kBAAkB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEvG,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAM3C,eAAO,MAAM,UAAU,UAAW,kBAAkB,gBAMnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,oBAAoB,gBAAwD,CAAC;AAEtH,eAAO,MAAM,SAAS;wBAVY,kBAAkB;+BAQX,oBAAoB;CAEH,CAAC;AAE3D,eAAO,MAAM,YAAY,0JAWxB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { ColumnsConfigurationRowProps } from "@epam/uui-components";
|
|
3
|
+
export interface ColumnRowProps {
|
|
4
|
+
column: ColumnsConfigurationRowProps;
|
|
5
|
+
}
|
|
6
|
+
export declare const ColumnRow: React.NamedExoticComponent<ColumnRowProps>;
|
|
7
|
+
//# sourceMappingURL=ColumnRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnRow.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/ColumnRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAA0B,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAM5F,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,4BAA4B,CAAC;CACxC;AAED,eAAO,MAAM,SAAS,4CA0DpB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ColumnsConfig, DataColumnProps, IModal } from "@epam/uui-core";
|
|
3
|
+
interface ColumnsConfigurationModalProps<TItem, TId, TFilter> extends IModal<ColumnsConfig> {
|
|
4
|
+
columnsConfig?: ColumnsConfig;
|
|
5
|
+
defaultConfig: ColumnsConfig;
|
|
6
|
+
columns: DataColumnProps<TItem, TId, TFilter>[];
|
|
7
|
+
}
|
|
8
|
+
export declare function ColumnsConfigurationModal<TItem, TId, TFilter>(props: ColumnsConfigurationModalProps<TItem, TId, TFilter>): JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ColumnsConfigurationModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnsConfigurationModal.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAcxE,UAAU,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAE,SAAQ,MAAM,CAAC,aAAa,CAAC;IACvF,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,EAAE,aAAa,CAAC;IAC7B,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC;CACnD;AAOD,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,eAqHxH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface IPinIconButton {
|
|
3
|
+
isPinned: boolean;
|
|
4
|
+
canUnpin: boolean;
|
|
5
|
+
onTogglePin: (id: string) => void;
|
|
6
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function PinIconButton(props: IPinIconButton): JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=PinIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinIconButton.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/PinIconButton.tsx"],"names":[],"mappings":";AAQA,UAAU,cAAc;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,EAAE,EAAE,MAAM,CAAC;CACd;AAID,wBAAgB,aAAa,CAAC,KAAK,EAAE,cAAc,eAqClD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/tables/columnsConfigurationModal/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export * from './DataTableCell';
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './DataTableRow';
|
|
3
|
+
export * from './DataTableHeaderRow';
|
|
4
|
+
export * from './DataTableHeaderCell';
|
|
5
|
+
export * from './DataTable';
|
|
6
|
+
export * from './columnsConfigurationModal';
|
|
7
|
+
export * from './ColumnHeaderDropdown';
|
|
3
8
|
export * from './types';
|
|
4
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/tables/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/tables/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC"}
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
import { ControlSize } from '..';
|
|
2
|
-
|
|
2
|
+
interface BaseRowMods {
|
|
3
|
+
size?: ControlSize | '60';
|
|
4
|
+
}
|
|
5
|
+
export interface DataTableMods {
|
|
6
|
+
size?: ControlSize;
|
|
7
|
+
border?: boolean;
|
|
8
|
+
headerTextCase?: 'upper' | 'normal';
|
|
9
|
+
}
|
|
10
|
+
interface TableSizesAndPositionMods {
|
|
3
11
|
size?: ControlSize | '60';
|
|
4
12
|
padding?: '0' | '12' | '24';
|
|
5
|
-
isFirstColumn?: boolean;
|
|
6
|
-
isLastColumn?: boolean;
|
|
7
13
|
alignActions?: 'top' | 'center';
|
|
8
14
|
}
|
|
15
|
+
export interface DataTableRowMods extends TableSizesAndPositionMods {
|
|
16
|
+
borderBottom?: any;
|
|
17
|
+
background?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface DataTableCellMods extends TableSizesAndPositionMods {
|
|
20
|
+
background?: string;
|
|
21
|
+
border?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface DataTableHeaderCellMods extends BaseRowMods {
|
|
24
|
+
textCase?: 'upper' | 'normal';
|
|
25
|
+
}
|
|
26
|
+
export interface DataTableHeaderRowMods extends BaseRowMods {
|
|
27
|
+
textCase?: 'upper' | 'normal';
|
|
28
|
+
}
|
|
29
|
+
export interface ScrollRowMods extends BaseRowMods {
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
9
32
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/tables/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAEjC,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/tables/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAEjC,UAAU,WAAW;IACjB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CACvC;AAED,UAAU,yBAAyB;IAC/B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB;IAC/D,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAkB,SAAQ,yBAAyB;IAChE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,uBAAwB,SAAQ,WAAW;IACxD,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CACjC;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACvD,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CACjC;AAED,MAAM,WAAW,aAAc,SAAQ,WAAW;CAAI"}
|
package/components/types.d.ts
CHANGED
|
@@ -4,15 +4,19 @@ export type ControlSize = 'none' | '24' | '30' | '36' | '42' | '48';
|
|
|
4
4
|
export declare const allSizes: ControlSize[];
|
|
5
5
|
export type RowSize = null | '24' | '30' | '36' | '42' | '48';
|
|
6
6
|
export declare const allRowSizes: RowSize[];
|
|
7
|
-
export type
|
|
8
|
-
export declare const
|
|
7
|
+
export type SemanticColor = 'info' | 'success' | 'warning' | 'error';
|
|
8
|
+
export declare const allSemanticColors: SemanticColor[];
|
|
9
|
+
export type ButtonSemanticColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
10
|
+
export declare const allButtonSemanticColors: ButtonSemanticColor[];
|
|
11
|
+
export type EpamBadgeSemanticColor = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
12
|
+
export declare const allEpamBadgeSemanticColors: EpamBadgeSemanticColor[];
|
|
9
13
|
export type TextSize = 'none' | '18' | '24' | '30' | '36' | '48';
|
|
10
14
|
export declare const allTextSizes: TextSize[];
|
|
11
15
|
export type FontStyle = 'regular' | 'semibold' | 'italic' | 'primary' | 'promo';
|
|
12
16
|
export declare const allFontStyles: FontStyle[];
|
|
13
17
|
export interface ColorMod {
|
|
14
18
|
/** Component color */
|
|
15
|
-
color?:
|
|
19
|
+
color?: SemanticColor;
|
|
16
20
|
}
|
|
17
21
|
export interface RowSizeMod {
|
|
18
22
|
size?: RowSize;
|
|
@@ -21,10 +25,11 @@ export interface SizeMod {
|
|
|
21
25
|
size?: ControlSize;
|
|
22
26
|
}
|
|
23
27
|
export interface IHasEditMode {
|
|
24
|
-
mode?: 'form' | 'cell';
|
|
28
|
+
mode?: 'form' | 'cell' | 'inline';
|
|
25
29
|
}
|
|
26
30
|
export declare enum EditMode {
|
|
27
31
|
FORM = "form",
|
|
28
|
-
CELL = "cell"
|
|
32
|
+
CELL = "cell",
|
|
33
|
+
INLINE = "inline"
|
|
29
34
|
}
|
|
30
35
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAChE,eAAO,MAAM,cAAc,EAAE,UAAU,EAA0C,CAAC;AAElF,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACpE,eAAO,MAAM,QAAQ,EAAE,WAAW,EAAmC,CAAC;AAEtE,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,OAAO,EAAyC,CAAC;AAE3E,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAChE,eAAO,MAAM,cAAc,EAAE,UAAU,EAA0C,CAAC;AAElF,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACpE,eAAO,MAAM,QAAQ,EAAE,WAAW,EAAmC,CAAC;AAEtE,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,OAAO,EAAyC,CAAC;AAE3E,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AACrE,eAAO,MAAM,iBAAiB,EAAE,aAAa,EAA4C,CAAC;AAE1F,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAClF,eAAO,MAAM,uBAAuB,EAAE,mBAAmB,EAAmD,CAAC;AAE7G,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAC1F,eAAO,MAAM,0BAA0B,EAAE,sBAAsB,EAAuD,CAAC;AAEvH,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACjE,eAAO,MAAM,YAAY,EAAE,QAAQ,EAAmC,CAAC;AAEvE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AAChF,eAAO,MAAM,aAAa,EAAE,SAAS,EAA0D,CAAC;AAEhG,MAAM,WAAW,QAAQ;IACrB,sBAAsB;IACtB,KAAK,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CACrC;AAED,oBAAY,QAAQ;IAChB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { RichTextViewProps } from '@epam/uui-components';
|
|
3
|
+
export interface RichTextViewMods {
|
|
4
|
+
size?: '12' | '14' | '16';
|
|
5
|
+
}
|
|
6
|
+
export declare const RichTextView: (props: RichTextViewProps & RichTextViewMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=RichTextView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTextView.d.ts","sourceRoot":"","sources":["../../../components/typography/RichTextView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG1F,MAAM,WAAW,gBAAgB;IAC7B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY,gJAGvB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as types from '../types';
|
|
3
|
+
import { TextProps as UuiTextProps } from '@epam/uui-components';
|
|
3
4
|
import { TextSettings } from '../../helpers/textLayout';
|
|
4
|
-
import '../../assets/styles/variables/typography/text.scss';
|
|
5
|
-
import '../../assets/styles/fonts-variables.scss';
|
|
6
5
|
export interface TextMods extends TextSettings {
|
|
7
6
|
size?: types.TextSize | '42';
|
|
8
7
|
font?: types.FontStyle;
|
|
9
8
|
color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
|
|
10
9
|
}
|
|
11
|
-
export
|
|
10
|
+
export type TextProps = UuiTextProps & TextMods;
|
|
11
|
+
export declare const Text: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
12
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAmB,SAAS,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElF,OAAO,EAAkB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExE,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;CACvE;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC;AAgBhD,eAAO,MAAM,IAAI,4ZAA2D,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import { IHasCX, IHasRawProps } from "@epam/uui-core";
|
|
3
|
+
import { PropsWithChildren } from "react";
|
|
4
|
+
export interface ITextPlaceholderProps extends IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasCX {
|
|
4
5
|
wordsCount?: number;
|
|
5
6
|
isNotAnimated?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export
|
|
8
|
+
export type TextPlaceholderProps = PropsWithChildren<ITextPlaceholderProps>;
|
|
9
|
+
export declare const TextPlaceholder: React.FunctionComponent<PropsWithChildren<ITextPlaceholderProps>>;
|
|
8
10
|
//# sourceMappingURL=TextPlaceholder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextPlaceholder.d.ts","sourceRoot":"","sources":["../../../components/typography/TextPlaceholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TextPlaceholder.d.ts","sourceRoot":"","sources":["../../../components/typography/TextPlaceholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,MAAM,WAAW,qBAAsB,SAAQ,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM;IACrG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC,qBAAqB,CAAC,CAAC;AAE5E,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,CA0B7F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/typography/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/typography/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AvatarProps } from '@epam/uui-components';
|
|
3
|
-
export declare const Avatar: import("react").
|
|
2
|
+
export declare const Avatar: (props: AvatarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
3
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../components/widgets/Avatar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../components/widgets/Avatar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,eAAO,MAAM,MAAM,qJAA6C,CAAC"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { EpamBadgeSemanticColor } from "../types";
|
|
2
3
|
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
-
|
|
4
|
-
export type
|
|
5
|
-
export type BadgeFill = 'solid';
|
|
4
|
+
export type BadgeColor = EpamBadgeSemanticColor;
|
|
5
|
+
export type BadgeFill = 'solid' | 'semitransparent' | 'transparent';
|
|
6
6
|
export type BadgeSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
7
7
|
export interface BadgeMods {
|
|
8
|
+
color?: BadgeColor;
|
|
8
9
|
fill?: BadgeFill;
|
|
9
10
|
size?: BadgeSize;
|
|
10
|
-
color?: BadgeColor;
|
|
11
|
-
}
|
|
12
|
-
export interface BadgeProps extends ButtonProps, BadgeMods {
|
|
13
11
|
}
|
|
12
|
+
export type BadgeProps = ButtonProps & BadgeMods;
|
|
14
13
|
export declare function applyBadgeMods(mods: BadgeMods): string[];
|
|
15
|
-
export declare const Badge:
|
|
14
|
+
export declare const Badge: (props: ButtonProps & BadgeMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
16
15
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAe3D,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,MAAM,MAAM,SAAS,GAAI,OAAO,GAAG,iBAAiB,GAAG,aAAa,CAAC;AACrE,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE,MAAM,WAAW,SAAS;IACtB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,YAQ7C;AAED,eAAO,MAAM,KAAK,mIAQjB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SpinnerProps as UuiSpinnerProps } from '@epam/uui-components';
|
|
3
|
+
export type SpinnerProps = UuiSpinnerProps;
|
|
4
|
+
export declare function applySpinnerMods(): string[];
|
|
5
|
+
export declare const Spinner: (props: UuiSpinnerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
6
|
+
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../components/widgets/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI9F,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAE3C,wBAAgB,gBAAgB,aAI/B;AAED,eAAO,MAAM,OAAO,2HAA0D,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
-
|
|
2
|
+
export type TagSize = '18' | '24' | '30' | '36' | '42' | '48';
|
|
4
3
|
export interface TagMods {
|
|
5
|
-
size?:
|
|
4
|
+
size?: TagSize;
|
|
6
5
|
}
|
|
7
6
|
export declare function applyTagMods(mods: TagMods): string[];
|
|
8
|
-
export
|
|
7
|
+
export type TagProps = ButtonProps & TagMods;
|
|
8
|
+
export declare const Tag: (props: ButtonProps & TagMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
9
|
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAe3D,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9D,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,YAKzC;AAED,MAAM,MAAM,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC;AAE7C,eAAO,MAAM,GAAG,+JAOf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DataColumnProps, TableFiltersConfig } from "@epam/uui-core";
|
|
2
|
+
export declare const useColumnsWithFilters: <TFilter extends Record<string, any>>(initialColumns: DataColumnProps[], filters: TableFiltersConfig<TFilter>[]) => DataColumnProps<any, any, any>[];
|
|
3
|
+
//# sourceMappingURL=useColumnsWithFilters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnsWithFilters.d.ts","sourceRoot":"","sources":["../../helpers/useColumnsWithFilters.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqB,eAAe,EAAS,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAG/F,eAAO,MAAM,qBAAqB,wDAAyD,eAAe,EAAE,6EA8B3G,CAAC"}
|
package/i18n.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export declare const i18n: {
|
|
|
2
2
|
dataPickerBody: {
|
|
3
3
|
searchPlaceholder: string;
|
|
4
4
|
noRecordsMessage: string;
|
|
5
|
+
noRecordsSubTitle: string;
|
|
5
6
|
};
|
|
6
7
|
pickerModal: {
|
|
7
8
|
headerTitle: string;
|
|
@@ -14,6 +15,7 @@ export declare const i18n: {
|
|
|
14
15
|
pickerInput: {
|
|
15
16
|
showOnlySelectedLabel: string;
|
|
16
17
|
clearSelectionButton: string;
|
|
18
|
+
clearSelectionButtonSingle: string;
|
|
17
19
|
selectAllButton: string;
|
|
18
20
|
};
|
|
19
21
|
notificationCard: {
|
|
@@ -35,17 +37,68 @@ export declare const i18n: {
|
|
|
35
37
|
pickerPlaceholderTo: string;
|
|
36
38
|
};
|
|
37
39
|
tables: {
|
|
40
|
+
noResultsBlock: {
|
|
41
|
+
title: string;
|
|
42
|
+
message: string;
|
|
43
|
+
};
|
|
38
44
|
columnsConfigurationModal: {
|
|
39
45
|
applyButton: string;
|
|
46
|
+
cancelButton: string;
|
|
47
|
+
selectAllButton: string;
|
|
48
|
+
clearAllButton: string;
|
|
40
49
|
checkAllButton: string;
|
|
41
50
|
uncheckAllButton: string;
|
|
42
51
|
configureColumnsTitle: string;
|
|
43
52
|
resetToDefaultButton: string;
|
|
53
|
+
displayedSectionTitle: string;
|
|
54
|
+
hiddenSectionTitle: string;
|
|
55
|
+
searchPlaceholder: string;
|
|
56
|
+
noResultsFound: {
|
|
57
|
+
text: string;
|
|
58
|
+
subText: string;
|
|
59
|
+
};
|
|
60
|
+
enableAtLeastOneColumnMessage: string;
|
|
61
|
+
pinColumnButton: string;
|
|
62
|
+
unPinColumnButton: string;
|
|
63
|
+
lockedColumnPinButton: string;
|
|
44
64
|
};
|
|
45
65
|
};
|
|
46
66
|
pickerFilterHeader: {
|
|
47
67
|
sortAscending: string;
|
|
48
68
|
sortDescending: string;
|
|
49
69
|
};
|
|
70
|
+
filterToolbar: {
|
|
71
|
+
addCaption: string;
|
|
72
|
+
datePicker: {
|
|
73
|
+
placeholder: string;
|
|
74
|
+
removeCaption: string;
|
|
75
|
+
clearCaption: string;
|
|
76
|
+
};
|
|
77
|
+
rangeDatePicker: {
|
|
78
|
+
emptyPickerPlaceholder: string;
|
|
79
|
+
emptyPlaceholderFrom: string;
|
|
80
|
+
emptyPlaceholderTo: string;
|
|
81
|
+
};
|
|
82
|
+
pickerInput: {
|
|
83
|
+
itemsPlaceholder: string;
|
|
84
|
+
emptyValueCaption: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
presetPanel: {
|
|
88
|
+
addCaption: string;
|
|
89
|
+
};
|
|
90
|
+
confirmationModal: {
|
|
91
|
+
discardButton: string;
|
|
92
|
+
saveButton: string;
|
|
93
|
+
};
|
|
94
|
+
lenses: {
|
|
95
|
+
validation: {
|
|
96
|
+
isRequiredMessage: string;
|
|
97
|
+
lessThanMinimumValueMessage: (minValue: number) => string;
|
|
98
|
+
greaterThanMaximumValueMessage: (maxValue: number) => string;
|
|
99
|
+
greaterThanMaximumLengthMessage: (maxLength: number) => string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
locale: string;
|
|
50
103
|
};
|
|
51
104
|
//# sourceMappingURL=i18n.d.ts.map
|
package/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FhB,CAAC"}
|
package/index.d.ts
CHANGED
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC;AACzC,cAAc,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
|