@epam/uui 5.1.2-alpha.0 → 5.2.0-rc.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/effects.scss +5 -8
- package/assets/styles/typography.scss +6 -6
- package/components/buttons/{Button/Button.d.ts → Button.d.ts} +2 -2
- package/components/buttons/Button.d.ts.map +1 -0
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/index.d.ts +1 -1
- package/components/buttons/index.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts +2 -4
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/fileUpload/DropSpot.d.ts +15 -0
- package/components/fileUpload/DropSpot.d.ts.map +1 -0
- package/components/fileUpload/FileCard.d.ts +12 -0
- package/components/fileUpload/FileCard.d.ts.map +1 -0
- package/components/fileUpload/SvgCircleProgress.d.ts +9 -0
- package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -0
- package/components/fileUpload/index.d.ts +4 -0
- package/components/fileUpload/index.d.ts.map +1 -0
- package/components/filters/FilterItemBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/forms/useForm.d.ts.map +1 -1
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/inputs/TimePicker.d.ts +12 -0
- package/components/inputs/TimePicker.d.ts.map +1 -0
- package/components/inputs/TimePickerBody.d.ts +3 -0
- package/components/inputs/TimePickerBody.d.ts.map +1 -0
- package/components/inputs/index.d.ts +1 -0
- package/components/inputs/index.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +2 -2
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -1
- package/components/overlays/Alert.d.ts +2 -0
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/Dropdown.d.ts +2 -4
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +8 -4
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +3 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/tables/DataTable.d.ts +3 -1
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +1 -0
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +2 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts +2 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts +1 -0
- 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/types.d.ts +1 -1
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +3 -3
- package/components/typography/Text.d.ts +4 -2
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/IndeterminateBar.d.ts +7 -0
- package/components/widgets/IndeterminateBar.d.ts.map +1 -0
- package/components/widgets/IndicatorBar.d.ts +8 -0
- package/components/widgets/IndicatorBar.d.ts.map +1 -0
- package/components/widgets/ProgressBar.d.ts +8 -0
- package/components/widgets/ProgressBar.d.ts.map +1 -0
- package/components/widgets/index.d.ts +3 -0
- package/components/widgets/index.d.ts.map +1 -1
- package/helpers/textLayout.d.ts +1 -1
- package/helpers/textLayout.d.ts.map +1 -1
- package/i18n.d.ts +8 -0
- package/i18n.d.ts.map +1 -1
- package/icons/icons.d.ts +11 -0
- package/icons/icons.d.ts.map +1 -1
- package/index.esm.js +3295 -2856
- package/index.esm.js.map +1 -1
- package/index.js +3379 -2930
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +3589 -3006
- package/styles.css.map +1 -1
- package/components/buttons/Button/Button.d.ts.map +0 -1
- package/components/buttons/Button/index.d.ts +0 -2
- package/components/buttons/Button/index.d.ts.map +0 -1
package/components/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export type
|
|
2
|
-
export declare const
|
|
3
|
-
export type FillStyle =
|
|
1
|
+
export type ButtonFill = 'solid' | 'outline' | 'ghost' | 'none';
|
|
2
|
+
export declare const allButtonFills: ButtonFill[];
|
|
3
|
+
export type FillStyle = ButtonFill;
|
|
4
4
|
export declare const allFillStyles: FillStyle[];
|
|
5
5
|
export type ControlSize = 'none' | '24' | '30' | '36' | '42' | '48';
|
|
6
6
|
export declare const allSizes: ControlSize[];
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import * as types from '../types';
|
|
2
2
|
import { TextProps as UuiTextProps } from '@epam/uui-components';
|
|
3
|
-
import { TextSettings } from '../../helpers
|
|
3
|
+
import { TextSettings } from '../../helpers';
|
|
4
|
+
export type TextColor = 'info' | 'warning' | 'error' | 'success' | 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast' | 'white';
|
|
5
|
+
export declare const allTextColors: TextColor[];
|
|
4
6
|
export interface TextMods extends TextSettings {
|
|
5
7
|
size?: types.TextSize | '42';
|
|
6
8
|
font?: types.FontStyle;
|
|
7
|
-
color?:
|
|
9
|
+
color?: TextColor;
|
|
8
10
|
}
|
|
9
11
|
export type TextProps = UuiTextProps & TextMods;
|
|
10
12
|
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<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAmB,SAAS,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElF,OAAO,EAAkB,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAmB,SAAS,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElF,OAAO,EAAkB,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,CAAC;AACzI,eAAO,MAAM,aAAa,EAAE,SAAS,EAA8G,CAAC;AAEpJ,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,SAAS,CAAC;CACrB;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC;AAoBhD,eAAO,MAAM,IAAI,ocAA2D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAc3D,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,iBAAiB,GAAG,aAAa,CAAC;AACpE,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,iKAIf,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IHasCX } from '@epam/uui-core';
|
|
3
|
+
export interface IndeterminateBarMods extends IHasCX {
|
|
4
|
+
size?: '12' | '18' | '24';
|
|
5
|
+
}
|
|
6
|
+
export declare const IndeterminateBar: React.ForwardRefExoticComponent<IndeterminateBarMods & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
//# sourceMappingURL=IndeterminateBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndeterminateBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/IndeterminateBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAChD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,gBAAgB,6FAM3B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
interface IIndicatorProps extends IHasCX, IHasRawProps<HTMLDivElement> {
|
|
4
|
+
progress?: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const IndicatorBar: React.ForwardRefExoticComponent<IIndicatorProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=IndicatorBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndicatorBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/IndicatorBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKtD,UAAU,eAAgB,SAAQ,MAAM,EAAE,YAAY,CAAC,cAAc,CAAC;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,wFAQvB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IProgressBarProps } from '@epam/uui-components';
|
|
2
|
+
export interface ProgressBarMods {
|
|
3
|
+
size?: '12' | '18' | '24';
|
|
4
|
+
striped?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function applyProgressBarMods(mods: ProgressBarMods): string[];
|
|
7
|
+
export declare const ProgressBar: (props: IProgressBarProps & ProgressBarMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxF,MAAM,WAAW,eAAe;IAC5B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,eAAe,YAMzD;AAED,eAAO,MAAM,WAAW,6KAErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
|
package/helpers/textLayout.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACtD;AAYD,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAAA;CAAE,EAAE,MAAM,EAAE,OAAO,YAgBxG"}
|
package/i18n.d.ts
CHANGED
|
@@ -91,6 +91,14 @@ export declare const i18n: {
|
|
|
91
91
|
discardButton: string;
|
|
92
92
|
saveButton: string;
|
|
93
93
|
};
|
|
94
|
+
fileUpload: {
|
|
95
|
+
labelStart: string;
|
|
96
|
+
browse: string;
|
|
97
|
+
labelEnd: string;
|
|
98
|
+
};
|
|
99
|
+
fileCard: {
|
|
100
|
+
fileSizeProgress: string;
|
|
101
|
+
};
|
|
94
102
|
lenses: {
|
|
95
103
|
validation: {
|
|
96
104
|
isRequiredMessage: string;
|
package/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGhB,CAAC"}
|
package/icons/icons.d.ts
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
export declare const fileIcons: {
|
|
2
|
+
docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
3
|
+
exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
+
fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
11
|
+
};
|
|
1
12
|
export declare const systemIcons: {
|
|
2
13
|
[key: string]: any;
|
|
3
14
|
};
|
package/icons/icons.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAyE7C,CAAC"}
|