@epam/uui 5.13.3-beta.3 → 5.13.3-rc.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/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/datePickers/CalendarPresets.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts +1 -1
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/errors/ErrorHandler.d.ts +1 -2
- package/components/errors/ErrorHandler.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/FilterItemBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +13 -12
- package/components/inputs/MultiSwitch.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/timePicker/types.d.ts +0 -1
- package/components/inputs/timePicker/types.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +8 -21
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +0 -1
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +2 -4
- package/components/overlays/Alert.d.ts.map +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.map +1 -1
- package/components/overlays/Modals.d.ts +8 -15
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerCell.d.ts +3 -5
- package/components/pickers/DataPickerCell.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerHeader.d.ts.map +1 -1
- package/components/pickers/DataPickerRow.d.ts +1 -1
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/PickerBodyMobileView.d.ts +5 -25
- package/components/pickers/PickerBodyMobileView.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.map +1 -1
- package/components/pickers/PickerList.d.ts +2 -2
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/{PickerListItem.d.ts → PickerListRow.d.ts} +2 -2
- package/components/pickers/PickerListRow.d.ts.map +1 -0
- package/components/pickers/PickerModal.d.ts +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +4 -5
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +3 -3
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
- package/components/pickers/index.d.ts +1 -2
- package/components/pickers/index.d.ts.map +1 -1
- package/components/pickers/types.d.ts +1 -1
- package/components/pickers/types.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataTable.d.ts +5 -13
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +3 -7
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +6 -8
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderGroupCell.d.ts +5 -3
- 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 +4 -6
- 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.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/tables/types.d.ts +5 -3
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +0 -1
- 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 +5 -5
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +3 -5
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts +8 -15
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/components/widgets/Paginator.d.ts +1 -1
- package/components/widgets/Paginator.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +3 -5
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/icons/icons.d.ts +21 -0
- package/icons/icons.d.ts.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.esm.js +1361 -1468
- package/index.esm.js.map +1 -1
- package/index.js +1359 -1467
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts +2 -417
- package/settings.d.ts.map +1 -1
- package/settings.types.d.ts +238 -0
- package/settings.types.d.ts.map +1 -0
- package/stats.html +1 -19
- package/styles.css +1091 -1181
- package/styles.css.map +1 -1
- package/components/pickers/PickerListItem.d.ts.map +0 -1
|
@@ -1,27 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DataRowProps, DndEventHandlers
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export interface DataRowAddonsModsOverride {
|
|
9
|
-
}
|
|
10
|
-
interface DataRowAddonsCoreProps<TItem, TId> {
|
|
2
|
+
import { DataRowProps, DndEventHandlers } from '@epam/uui-core';
|
|
3
|
+
import { ControlSize } from '../types';
|
|
4
|
+
/**
|
|
5
|
+
* Props of DataRowAddons.
|
|
6
|
+
*/
|
|
7
|
+
export interface DataRowAddonsProps<TItem, TId> {
|
|
11
8
|
/** DataRowProps object for the row where an addon is placed. */
|
|
12
9
|
rowProps: DataRowProps<TItem, TId>;
|
|
13
10
|
/** HTML tabIndex attribute to set on the cell. */
|
|
14
11
|
tabIndex?: React.HTMLAttributes<HTMLElement>['tabIndex'];
|
|
12
|
+
/** Controls size. */
|
|
13
|
+
size?: ControlSize | '60';
|
|
15
14
|
/**
|
|
16
15
|
* Drag'n'drop marker event handlers.
|
|
17
16
|
*/
|
|
18
17
|
eventHandlers?: DndEventHandlers;
|
|
19
18
|
}
|
|
20
|
-
/**
|
|
21
|
-
* Props of DataRowAddons.
|
|
22
|
-
*/
|
|
23
|
-
export interface DataRowAddonsProps<TItem, TId> extends DataRowAddonsCoreProps<TItem, TId>, Overwrite<DataRowAddonsMods, DataRowAddonsModsOverride> {
|
|
24
|
-
}
|
|
25
19
|
export declare function DataRowAddons<TItem, TId>(props: DataRowAddonsProps<TItem, TId>): JSX.Element;
|
|
26
|
-
export {};
|
|
27
20
|
//# sourceMappingURL=DataRowAddons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataRowAddons.d.ts","sourceRoot":"","sources":["../../../components/widgets/DataRowAddons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DataRowAddons.d.ts","sourceRoot":"","sources":["../../../components/widgets/DataRowAddons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGxF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG;IAC1C,gEAAgE;IAChE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACnC,kDAAkD;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;IACzD,qBAAqB;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,gBAAgB,CAAC;CACpC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,eAoD9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAoD,cAAc,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAO7H,MAAM,WAAW,qBAAqB;CAAG;AAEzC,UAAU,aAAa;IACnB;;;SAGK;IACL,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE7G,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eAqD9C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { IHasCX } from '@epam/uui-core';
|
|
3
3
|
type StatusIndicatorColor = 'neutral' | 'info' | 'success' | 'warning' | 'critical';
|
|
4
4
|
type StatusIndicatorMods = {
|
|
5
5
|
/**
|
|
@@ -8,8 +8,6 @@ type StatusIndicatorMods = {
|
|
|
8
8
|
*/
|
|
9
9
|
color?: StatusIndicatorColor;
|
|
10
10
|
};
|
|
11
|
-
export interface StatusIndicatorModsOverride {
|
|
12
|
-
}
|
|
13
11
|
export type StatusIndicatorCoreProps = IHasCX & {
|
|
14
12
|
/**
|
|
15
13
|
* Component size. If omitted, 24 size will be used.
|
|
@@ -24,7 +22,7 @@ export type StatusIndicatorCoreProps = IHasCX & {
|
|
|
24
22
|
/** Component caption. */
|
|
25
23
|
caption: string;
|
|
26
24
|
};
|
|
27
|
-
export type StatusIndicatorProps = StatusIndicatorCoreProps &
|
|
25
|
+
export type StatusIndicatorProps = StatusIndicatorCoreProps & StatusIndicatorMods;
|
|
28
26
|
export declare const StatusIndicator: React.ForwardRefExoticComponent<IHasCX & {
|
|
29
27
|
/**
|
|
30
28
|
* Component size. If omitted, 24 size will be used.
|
|
@@ -38,6 +36,6 @@ export declare const StatusIndicator: React.ForwardRefExoticComponent<IHasCX & {
|
|
|
38
36
|
fill?: 'solid' | 'outline';
|
|
39
37
|
/** Component caption. */
|
|
40
38
|
caption: string;
|
|
41
|
-
} &
|
|
39
|
+
} & StatusIndicatorMods & React.RefAttributes<HTMLDivElement>>;
|
|
42
40
|
export {};
|
|
43
41
|
//# sourceMappingURL=StatusIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/StatusIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,
|
|
1
|
+
{"version":3,"file":"StatusIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/StatusIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAIxC,KAAK,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpF,KAAK,mBAAmB,GAAG;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,yBAAyB;IACzB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG,mBAAmB,CAAC;AAElF,eAAO,MAAM,eAAe;IAhBxB;;;OAGG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;IACzB;;;OAGG;WACI,OAAO,GAAG,SAAS;IAC1B,yBAAyB;aAChB,MAAM;8DAsBjB,CAAC"}
|
package/icons/icons.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const fileIcons: {
|
|
3
|
+
docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
+
mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
11
|
+
fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
12
|
+
};
|
|
13
|
+
export declare const systemIcons: {
|
|
14
|
+
readonly clear: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
15
|
+
readonly foldingArrow: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
16
|
+
readonly accept: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
17
|
+
readonly search: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
18
|
+
readonly calendar: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
19
|
+
readonly info: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":";AAgBA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './components';
|
|
|
3
3
|
export * from './i18n';
|
|
4
4
|
export * from './helpers';
|
|
5
5
|
export * from './settings';
|
|
6
|
+
export type * from './settings.types';
|
|
6
7
|
export type { DataTableCellContainerProps } from '@epam/uui-components';
|
|
7
8
|
export { DataTableCellContainer } from '@epam/uui-components';
|
|
8
9
|
//# sourceMappingURL=index.d.ts.map
|
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;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,mBAAmB,kBAAkB,CAAC;AAEtC,YAAY,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC"}
|