@epam/uui 5.2.0-rc.3 → 5.2.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/typography.scss +10 -17
- package/components/buttons/Button/Button.d.ts +13 -0
- package/components/buttons/Button/Button.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 -1
- package/components/buttons/LinkButton.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/DatePickerBody.d.ts +2 -1
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +4 -4
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +4 -3
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +3 -1
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +3 -2
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +3 -1
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +0 -1
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +2 -1
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +3 -2
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +32 -2
- package/components/layout/VirtualList.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 +3 -2
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +5 -5
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/DropdownContainer.d.ts +3 -3
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +1 -1
- package/components/pickers/DataPickerBody.d.ts +1 -2
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +1 -2
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.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/DataTable.d.ts +0 -1
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +0 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +0 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts +0 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts +0 -1
- package/components/tables/DataTableRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/types.d.ts +13 -4
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +3 -2
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +2 -4
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/ProgressBar.d.ts.map +1 -1
- package/components/widgets/index.d.ts +0 -1
- package/components/widgets/index.d.ts.map +1 -1
- package/index.esm.js +1370 -1397
- package/index.esm.js.map +1 -1
- package/index.js +1366 -1394
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2884 -3424
- package/styles.css.map +1 -1
- package/components/buttons/Button.d.ts +0 -13
- package/components/buttons/Button.d.ts.map +0 -1
- package/components/widgets/Informer.d.ts +0 -8
- package/components/widgets/Informer.d.ts.map +0 -1
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
:global(.hero-header) {
|
|
12
12
|
font-family: var(--font-promo);
|
|
13
|
-
font-weight: 500;
|
|
14
13
|
margin: 30px 0;
|
|
15
14
|
font-size: 66px;
|
|
16
15
|
line-height: 72px;
|
|
@@ -23,12 +22,10 @@
|
|
|
23
22
|
|
|
24
23
|
:global(.promo-header), h1, h2, h3 {
|
|
25
24
|
font-family: var(--font-primary);
|
|
26
|
-
font-weight: 700;
|
|
27
25
|
}
|
|
28
26
|
|
|
29
27
|
h4, h5, h6 {
|
|
30
|
-
font-family: var(--
|
|
31
|
-
font-weight: 600;
|
|
28
|
+
font-family: var(--font-semibold);
|
|
32
29
|
}
|
|
33
30
|
|
|
34
31
|
h1, h2, h3, h4, h5, h6 {
|
|
@@ -70,41 +67,37 @@
|
|
|
70
67
|
|
|
71
68
|
@mixin typography-inline() {
|
|
72
69
|
b, strong {
|
|
73
|
-
font-family: var(--
|
|
74
|
-
font-weight: 600;
|
|
70
|
+
font-family: var(--font-semibold);
|
|
75
71
|
}
|
|
76
72
|
|
|
77
73
|
i, em {
|
|
78
|
-
font-family: var(--
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
font-style: italic;
|
|
74
|
+
font-family: var(--font-italic);
|
|
81
75
|
}
|
|
82
76
|
|
|
83
77
|
a {
|
|
84
78
|
display: inline-flex;
|
|
85
79
|
align-items: center;
|
|
86
|
-
color: var(--uui-
|
|
80
|
+
color: var(--uui-primary);
|
|
87
81
|
text-decoration: underline;
|
|
88
82
|
|
|
89
83
|
&:visited {
|
|
90
|
-
color:
|
|
84
|
+
color: #5214CC;
|
|
91
85
|
|
|
92
86
|
&:hover {
|
|
93
|
-
color: #3F0F9E;
|
|
87
|
+
color: #3F0F9E;
|
|
94
88
|
}
|
|
95
89
|
}
|
|
96
90
|
|
|
97
91
|
&:hover {
|
|
98
|
-
color: var(--uui-
|
|
92
|
+
color: var(--uui-primary-dark);
|
|
99
93
|
}
|
|
100
94
|
}
|
|
101
95
|
|
|
102
96
|
code {
|
|
103
97
|
padding: 0.125em 0.25em;
|
|
104
98
|
color: var(--uui-text-primary);
|
|
105
|
-
background-color: var(--uui-secondary-
|
|
99
|
+
background-color: var(--uui-secondary-light);
|
|
106
100
|
font-family: var(--font-mono);
|
|
107
|
-
font-weight: 400;
|
|
108
101
|
white-space: pre-wrap;
|
|
109
102
|
word-wrap: normal;
|
|
110
103
|
}
|
|
@@ -123,7 +116,7 @@
|
|
|
123
116
|
pre {
|
|
124
117
|
padding: 1.25em;
|
|
125
118
|
color: var(--uui-text-contrast);
|
|
126
|
-
background-color: var(--uui-secondary-
|
|
119
|
+
background-color: var(--uui-secondary-darkest);
|
|
127
120
|
font-family: monospace;
|
|
128
121
|
white-space: pre-wrap;
|
|
129
122
|
word-wrap: normal;
|
|
@@ -165,6 +158,6 @@
|
|
|
165
158
|
@include typography-header();
|
|
166
159
|
@include typography-block();
|
|
167
160
|
@include typography-inline();
|
|
168
|
-
font-family: var(--
|
|
161
|
+
font-family: var(--font-regular);
|
|
169
162
|
color: var(--uui-text-primary);
|
|
170
163
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
|
+
import { ControlSize, ButtonMode } from '../../types';
|
|
3
|
+
export type ButtonColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
4
|
+
export declare const allButtonColors: ButtonColor[];
|
|
5
|
+
export interface ButtonMods {
|
|
6
|
+
size?: ControlSize | '18';
|
|
7
|
+
mode?: ButtonMode;
|
|
8
|
+
color?: ButtonColor;
|
|
9
|
+
}
|
|
10
|
+
export type ButtonProps = ButtonMods & uuiComponents.ButtonProps;
|
|
11
|
+
export declare function applyButtonMods(mods: ButtonProps): string[];
|
|
12
|
+
export declare const Button: (props: uuiComponents.ButtonProps & ButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../components/buttons/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAItD,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,eAAO,MAAM,eAAe,EAAE,WAAW,EAExC,CAAC;AAIF,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,aAAa,CAAC,WAAW,CAAC;AAEjE,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,YAOhD;AAED,eAAO,MAAM,MAAM,gLAGhB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/buttons/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IconButtonBaseProps } from '@epam/uui-components';
|
|
2
|
-
export type IconColor = 'info' | 'success' | 'warning' | 'error' | 'secondary' | '
|
|
2
|
+
export type IconColor = 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'default';
|
|
3
3
|
export declare const allIconColors: IconColor[];
|
|
4
4
|
export interface IconButtonMods {
|
|
5
5
|
color?: IconColor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM3D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACvE,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,EAAyC,CAAC;AAE/F,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;IAChC,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM3D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACvE,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,EAAyC,CAAC;AAE/F,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;IAChC,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;AAW3D,eAAO,MAAM,UAAU,sKAGpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Dayjs } from 'dayjs';
|
|
2
2
|
import { DatePickerBodyBase, DatePickerBodyBaseProps } from '@epam/uui-components';
|
|
3
|
+
import './DatePickerBody.module.scss';
|
|
3
4
|
export interface DatePickerBodyProps extends DatePickerBodyBaseProps<string> {
|
|
4
5
|
getDayCX?(day: Dayjs): string[];
|
|
5
6
|
isHoliday?: (day: Dayjs) => boolean;
|
|
@@ -12,6 +13,6 @@ export declare class DatePickerBody extends DatePickerBodyBase<string, DatePicke
|
|
|
12
13
|
constructor(props: DatePickerBodyProps);
|
|
13
14
|
onDayClick: (day: Dayjs) => void;
|
|
14
15
|
getView: () => JSX.Element;
|
|
15
|
-
|
|
16
|
+
renderDatePicker: () => JSX.Element;
|
|
16
17
|
}
|
|
17
18
|
//# sourceMappingURL=DatePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerBody.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,EAC4B,kBAAkB,EAAE,uBAAuB,EAC7E,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"DatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerBody.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,EAC4B,kBAAkB,EAAE,uBAAuB,EAC7E,MAAM,sBAAsB,CAAC;AAG9B,OAAO,8BAA8B,CAAC;AAItC,MAAM,WAAW,mBAAoB,SAAQ,uBAAuB,CAAC,MAAM,CAAC;IACxE,QAAQ,CAAC,CAAC,GAAG,EAAE,KAAK,GAAG,MAAM,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,OAAO,CAAC;CACvC;AAED,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX,qBAAa,cAAe,SAAQ,kBAAkB,CAAC,MAAM,EAAE,mBAAmB,CAAC;gBACnE,KAAK,EAAE,mBAAmB;IAMtC,UAAU,QAAS,KAAK,UAKtB;IAEF,OAAO,oBAuBL;IAEF,gBAAgB,oBAUd;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropMarker.d.ts","sourceRoot":"","sources":["../../../components/dnd/DropMarker.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9D,MAAM,WAAW,eAAgB,SAAQ,oBAAoB,EAAE,MAAM;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"DropMarker.d.ts","sourceRoot":"","sources":["../../../components/dnd/DropMarker.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9D,MAAM,WAAW,eAAgB,SAAQ,oBAAoB,EAAE,MAAM;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,eAchD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":";AACA,OAAO,EAAqC,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAChG,OAAO,EAAuB,oBAAoB,EAAkB,MAAM,sBAAsB,CAAC;AAKjG,KAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE9F,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":";AACA,OAAO,EAAqC,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAChG,OAAO,EAAuB,oBAAoB,EAAkB,MAAM,sBAAsB,CAAC;AAKjG,KAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE9F,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,eA+DpF"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
export interface CheckboxMods {
|
|
3
3
|
size?: '12' | '18';
|
|
4
4
|
mode?: 'form' | 'cell';
|
|
5
5
|
}
|
|
6
|
-
export type CheckboxProps = CheckboxMods &
|
|
7
|
-
export declare function applyCheckboxMods(mods:
|
|
8
|
-
export declare const Checkbox: (props:
|
|
6
|
+
export type CheckboxProps = CheckboxMods & uuiComponents.CheckboxProps;
|
|
7
|
+
export declare function applyCheckboxMods(mods: CheckboxMods): string[];
|
|
8
|
+
export declare const Checkbox: (props: uuiComponents.CheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
9
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAOtD,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,aAAa,CAAC,aAAa,CAAC;AAEvE,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,YAInD;AAOD,eAAO,MAAM,QAAQ,oLAAwH,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
export interface SwitchMods {
|
|
3
3
|
size?: '12' | '18' | '24';
|
|
4
4
|
}
|
|
5
|
-
export
|
|
6
|
-
export declare
|
|
5
|
+
export type SwitchProps = uuiComponents.SwitchProps & SwitchMods;
|
|
6
|
+
export declare function applySwitchMods(mods: SwitchProps): string[];
|
|
7
|
+
export declare const Switch: (props: uuiComponents.SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
8
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,GAAG,UAAU,CAAC;AAEjE,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,YAIhD;AAED,eAAO,MAAM,MAAM,gLAAyF,CAAC"}
|
|
@@ -8,6 +8,8 @@ export interface TextInputMods extends IHasEditMode {
|
|
|
8
8
|
export declare function applyTextInputMods(mods: TextInputMods): string[];
|
|
9
9
|
export interface TextInputProps extends CoreTextInputProps, TextInputMods {
|
|
10
10
|
}
|
|
11
|
+
export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
|
|
12
|
+
}
|
|
11
13
|
export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
|
-
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<
|
|
14
|
+
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<SearchInputProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isRequired" | "onClick" | "id" | "placeholder" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "rawProps" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "type" | "autoComplete" | "maxLength" | "inputMode" | "inputCx" | "mode" | "size" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
|
|
13
15
|
//# 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,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAMrD;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;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,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAMrD;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAC5E,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS,8IAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,utBA2BtB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
export interface AccordionMods {
|
|
3
3
|
mode?: 'block' | 'inline';
|
|
4
4
|
padding?: '0' | '6' | '12' | '18';
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export type AccordionProps = AccordionMods & uuiComponents.AccordionProps;
|
|
7
|
+
export declare const Accordion: (props: (uuiComponents.AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
8
|
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,aAAa,CAAC,cAAc,CAAC;AAQ1E,eAAO,MAAM,SAAS,wLAEnB,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as uuiCore from '@epam/uui-core';
|
|
1
2
|
export type FlexCellMods = {};
|
|
2
|
-
export
|
|
3
|
+
export type FlexCellProps = uuiCore.FlexCellProps & FlexCellMods;
|
|
4
|
+
export declare const FlexCell: (props: uuiCore.IHasCX & uuiCore.IClickable & uuiCore.IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").Attributes & uuiCore.IHasChildren & {
|
|
3
5
|
width?: number | "auto" | "100%";
|
|
4
6
|
minWidth?: number;
|
|
5
7
|
grow?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,MAAM,MAAM,YAAY,GAAG,EAAE,CAAC;AAC9B,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,GAAG,YAAY,CAAC;AAEjE,eAAO,MAAM,QAAQ;;;;;;;;iIAAmF,CAAC"}
|
|
@@ -9,7 +9,6 @@ export interface RowMods extends RowSizeMod {
|
|
|
9
9
|
spacing?: '6' | '12' | '18';
|
|
10
10
|
topShadow?: boolean;
|
|
11
11
|
vPadding?: '12' | '18' | '24' | '36' | '48';
|
|
12
|
-
background?: 'surface';
|
|
13
12
|
}
|
|
14
13
|
export interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
|
|
15
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC/C;AAED,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,CAAC;CAAG;AAEtF,eAAO,MAAM,OAAO,gKAIlB,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { VPanelProps } from '@epam/uui-core';
|
|
1
2
|
export interface PanelMods {
|
|
2
3
|
shadow?: boolean;
|
|
3
4
|
margin?: '24';
|
|
4
|
-
background?: 'surface';
|
|
5
5
|
}
|
|
6
|
+
export type PanelProps = VPanelProps & PanelMods;
|
|
6
7
|
export declare const Panel: (props: 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 & {
|
|
7
8
|
style?: import("react").CSSProperties;
|
|
8
9
|
} & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;6IAEhB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as types from '../types';
|
|
2
|
-
import
|
|
2
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
3
3
|
export interface LabeledInputMods extends types.SizeMod {
|
|
4
4
|
}
|
|
5
|
-
export
|
|
5
|
+
export type LabeledInputProps = uuiComponents.LabeledInputProps & LabeledInputMods;
|
|
6
|
+
export declare const LabeledInput: (props: uuiComponents.LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
7
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAOtD,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAE1D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,gBAAgB,CAAC;AAMnF,eAAO,MAAM,YAAY,4LAGtB,CAAC"}
|
|
@@ -1,3 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IHasCX, IEditable, VirtualListState, IHasRawProps } from '@epam/uui-core';
|
|
3
|
+
import { PositionValues, ScrollbarsApi } from '@epam/uui-components';
|
|
4
|
+
import { HTMLAttributes } from 'react';
|
|
5
|
+
export interface VirtualListRenderRowsParams<ListContainer extends HTMLElement = any> {
|
|
6
|
+
listContainerRef: React.MutableRefObject<ListContainer>;
|
|
7
|
+
estimatedHeight: number;
|
|
8
|
+
offsetY: number;
|
|
9
|
+
scrollShadows: {
|
|
10
|
+
verticalTop: boolean;
|
|
11
|
+
verticalBottom: boolean;
|
|
12
|
+
horizontalLeft: boolean;
|
|
13
|
+
horizontalRight: boolean;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
type VirtualListRenderRows<List extends HTMLElement = any> = {
|
|
17
|
+
rows?: React.ReactNode[];
|
|
18
|
+
renderRows: (config: VirtualListRenderRowsParams<List>) => React.ReactNode;
|
|
19
|
+
} | {
|
|
20
|
+
rows: React.ReactNode[];
|
|
21
|
+
renderRows?: (config: VirtualListRenderRowsParams<List>) => React.ReactNode;
|
|
22
|
+
};
|
|
23
|
+
interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>> {
|
|
24
|
+
rowsCount?: number;
|
|
25
|
+
role?: React.HTMLAttributes<HTMLDivElement>['role'];
|
|
26
|
+
onScroll?(value: PositionValues): void;
|
|
27
|
+
rowsSelector?: string;
|
|
28
|
+
isLoading?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export type VirtualListProps<List extends HTMLElement = any> = BaseVirtualListProps & VirtualListRenderRows<List>;
|
|
31
|
+
export declare const VirtualList: React.ForwardRefExoticComponent<VirtualListProps<any> & React.RefAttributes<ScrollbarsApi>>;
|
|
32
|
+
export {};
|
|
3
33
|
//# sourceMappingURL=VirtualList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EACpD,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAIrE,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;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACpD,QAAQ,CAAC,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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,eAAO,MAAM,WAAW,6FA6CtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxE,MAAM,WAAW,UAAU;CAAG;AAM9B,eAAO,MAAM,MAAM,kKAIhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,wKAMxB,CAAC"}
|
|
@@ -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":";AAGA,MAAM,WAAW,sBAAsB;IACnC,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,eAO9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"BurgerSearch.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerSearch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAKjE,MAAM,WAAW,iBAAkB,SAAQ,cAAc;CAAG;AAE5D,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAapD"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
export interface MainMenuMods {
|
|
3
3
|
}
|
|
4
|
-
export
|
|
4
|
+
export type MainMenuProps = uuiComponents.MainMenuProps & MainMenuMods;
|
|
5
|
+
export declare const MainMenu: (props: uuiComponents.MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
6
|
//# sourceMappingURL=MainMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,MAAM,WAAW,YAAY;CAAG;AAEhC,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,GAAG,YAAY,CAAC;AAMvE,eAAO,MAAM,QAAQ,oLAGlB,CAAC"}
|
|
@@ -9,7 +9,7 @@ export interface AlertProps extends IHasChildren, IHasCX, IHasRawProps<React.HTM
|
|
|
9
9
|
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
10
10
|
actions?: notificationAction[];
|
|
11
11
|
/** Alert color */
|
|
12
|
-
color
|
|
12
|
+
color?: SemanticColor;
|
|
13
13
|
/** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
|
|
14
14
|
onClose?(): void;
|
|
15
15
|
/** An optional icon to show on the left of the alert */
|
|
@@ -18,9 +18,9 @@ export interface AlertProps extends IHasChildren, IHasCX, IHasRawProps<React.HTM
|
|
|
18
18
|
size?: '36' | '48';
|
|
19
19
|
}
|
|
20
20
|
export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
21
|
-
export declare const WarningAlert: React.ForwardRefExoticComponent<
|
|
22
|
-
export declare const SuccessAlert: React.ForwardRefExoticComponent<
|
|
23
|
-
export declare const HintAlert: React.ForwardRefExoticComponent<
|
|
24
|
-
export declare const ErrorAlert: React.ForwardRefExoticComponent<
|
|
21
|
+
export declare const WarningAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
export declare const SuccessAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export declare const HintAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export declare const ErrorAlert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
export {};
|
|
26
26
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG1E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAQzC,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACxG,0FAA0F;IAC1F,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,kBAAkB;IAClB,KAAK,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG1E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAQzC,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACxG,0FAA0F;IAC1F,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,kBAAkB;IAClB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,KAAK,mFAqBhB,CAAC;AAEH,eAAO,MAAM,YAAY,mFAAwI,CAAC;AAElK,eAAO,MAAM,YAAY,mFAAwI,CAAC;AAElK,eAAO,MAAM,SAAS,mFAAkI,CAAC;AAEzJ,eAAO,MAAM,UAAU,mFAAoI,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
export interface DropdownContainerMods {
|
|
3
3
|
vPadding?: '6' | '12' | '18' | '24' | '30' | '48';
|
|
4
4
|
padding?: '6' | '12' | '18' | '24' | '30';
|
|
5
5
|
}
|
|
6
|
-
export interface DropdownContainerProps extends
|
|
6
|
+
export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods {
|
|
7
7
|
}
|
|
8
|
-
export declare const DropdownContainer: (props:
|
|
8
|
+
export declare const DropdownContainer: (props: uuiComponents.DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
9
|
//# sourceMappingURL=DropdownContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,MAAM,WAAW,qBAAqB;IAClC,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAQ9G,eAAO,MAAM,iBAAiB,sMAAqI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAgC,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5E,OAAO,EACC,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAChI,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,YAAY,EAAE,gBAAgB,EAC5F,MAAM,gBAAgB,CAAC;AASxB,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAgC,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5E,OAAO,EACC,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAChI,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,YAAY,EAAE,gBAAgB,EAC5F,MAAM,gBAAgB,CAAC;AASxB,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AAqCD,UAAU,iBAAkB,SAAQ,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACvJ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,gBAAgB,6HAO5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,0WAgF7B,CAAC;AAIH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,eAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,eAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,eAsCtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,eA+BxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,MAAM,qBAAqB,CAAC;AAM7E,eAAO,MAAM,YAAY,6HAAyE,CAAC;AAEnG,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,GAAG,eAAe,CAAC;AAErE,eAAO,MAAM,WAAW,iJAUvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAyBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;
|
|
1
|
+
{"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,MAAM,qBAAqB,CAAC;AAM7E,eAAO,MAAM,YAAY,6HAAyE,CAAC;AAEnG,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,GAAG,eAAe,CAAC;AAErE,eAAO,MAAM,WAAW,iJAUvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAyBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAeT"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TooltipProps as UuiTooltipProps } from '@epam/uui-components';
|
|
2
2
|
export interface TooltipMods {
|
|
3
3
|
/** Tooltip color */
|
|
4
|
-
color?: '
|
|
4
|
+
color?: 'default' | 'contrast' | 'critical';
|
|
5
5
|
}
|
|
6
6
|
export type TooltipProps = UuiTooltipProps & TooltipMods;
|
|
7
7
|
export declare const Tooltip: (props: UuiTooltipProps & TooltipMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { DataSourceState } from '@epam/uui-core';
|
|
3
|
-
import { PickerBodyBase, PickerBodyBaseProps
|
|
3
|
+
import { PickerBodyBase, PickerBodyBaseProps } from '@epam/uui-components';
|
|
4
4
|
import { ControlSize } from '../types';
|
|
5
5
|
export interface DataPickerBodyProps extends PickerBodyBaseProps {
|
|
6
6
|
maxHeight?: number;
|
|
@@ -12,7 +12,6 @@ export declare class DataPickerBody extends PickerBodyBase<DataPickerBodyProps>
|
|
|
12
12
|
lens: import("@epam/uui-core").ILens<DataSourceState<Record<string, any>, any>>;
|
|
13
13
|
searchLens: import("@epam/uui-core").ILens<string>;
|
|
14
14
|
renderNotFound(): string | number | boolean | React.ReactFragment | JSX.Element;
|
|
15
|
-
renderRowsContainer: ({ listContainerRef, estimatedHeight, offsetY }: VirtualListRenderRowsParams) => JSX.Element;
|
|
16
15
|
render(): JSX.Element;
|
|
17
16
|
}
|
|
18
17
|
//# sourceMappingURL=DataPickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACG,eAAe,EACxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAY,cAAc,EAAE,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACG,eAAe,EACxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAY,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAKrF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CACtC;AAED,qBAAa,cAAe,SAAQ,cAAc,CAAC,mBAAmB,CAAC;IACnE,IAAI,4EAAmD;IACvD,UAAU,yCAA4B;IACtC,cAAc;IAYd,MAAM;CAgCT"}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import { PickerInputBaseProps } from '@epam/uui-components';
|
|
3
3
|
import { IHasEditMode, SizeMod } from '../types';
|
|
4
4
|
export type PickerInputProps = SizeMod & IHasEditMode & {};
|
|
5
|
-
type CompletePickerInputProps<TItem, TId> = PickerInputProps & PickerInputBaseProps<TItem, TId>;
|
|
5
|
+
export type CompletePickerInputProps<TItem, TId> = PickerInputProps & PickerInputBaseProps<TItem, TId>;
|
|
6
6
|
export declare function PickerInput<TItem, TId>({ highlightSearchMatches, ...props }: CompletePickerInputProps<TItem, TId>): JSX.Element;
|
|
7
|
-
export {};
|
|
8
7
|
//# sourceMappingURL=PickerInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAe3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAC3D,
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAe3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAC3D,MAAM,MAAM,wBAAwB,CAAC,KAAK,EAAE,GAAG,IAAI,gBAAgB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAEvG,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,sBAA6B,EAAE,GAAG,KAAK,EAAE,EAAE,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,eA6JxH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnHeaderDropdown.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ColumnHeaderDropdown.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAwB,MAAM,gBAAgB,CAAC;AAG3F,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;AA+BF,eAAO,MAAM,oBAAoB,uDAAuC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { VirtualListRenderRowsParams } from '@epam/uui-components';
|
|
3
2
|
import { DataRowProps } from '@epam/uui-core';
|
|
3
|
+
import { VirtualListRenderRowsParams } from '../../layout';
|
|
4
4
|
export interface DataRowsContainerProps<TItem, TId, List extends HTMLDivElement = any> extends VirtualListRenderRowsParams<List> {
|
|
5
5
|
rows: DataRowProps<TItem, TId>[];
|
|
6
6
|
renderRow: (row: DataRowProps<TItem, TId>) => React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataRowsContainer.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/DataRowsContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DataRowsContainer.d.ts","sourceRoot":"","sources":["../../../../components/tables/DataRowsContainer/DataRowsContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAI3D,MAAM,WAAW,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,SAAS,cAAc,GAAG,GAAG,CAAE,SAAQ,2BAA2B,CAAC,IAAI,CAAC;IAC5H,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,SAAS,EAAE,CAAC,GAAG,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9D,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC;CACtD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,SAAS,cAAc,GAAG,GAAG,EAAE,EAC7E,eAAe,EAAE,gBAAgB,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,GACzE,EAAE,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,eAY1C"}
|
|
@@ -3,7 +3,6 @@ import { PositionValues } from '@epam/uui-components';
|
|
|
3
3
|
import { DataRowProps, IEditable, DataTableState, DataTableColumnsConfigOptions, DataSourceListProps, DataColumnProps, TableFiltersConfig, DataTableRowProps, DataTableSelectedCellData } from '@epam/uui-core';
|
|
4
4
|
import { DataTableMods } from './types';
|
|
5
5
|
import { ColumnsConfigurationModalProps } from './columnsConfigurationModal';
|
|
6
|
-
import './variables.scss';
|
|
7
6
|
export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions {
|
|
8
7
|
getRows(): DataRowProps<TItem, TId>[];
|
|
9
8
|
columns: DataColumnProps<TItem, TId>[];
|
|
@@ -1 +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,
|
|
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,EAA6C,MAAM,sBAAsB,CAAC;AAEjG,OAAO,EACY,YAAY,EAAqD,SAAS,EAAE,cAAc,EAAE,6BAA6B,EACxI,mBAAmB,EAAE,eAAe,EAAM,kBAAkB,EAAE,iBAAiB,EAAE,yBAAyB,EAC7G,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,aAAa,EAAoB,MAAM,SAAS,CAAC;AAC1D,OAAO,EAA6B,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAQxG,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,CAAC,QAAQ,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC;IAC7I,+BAA+B,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CACrH;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,aAAa,CAAC,eAqH/G"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { DataTableCellProps } from '@epam/uui-core';
|
|
3
3
|
import { DataTableCellMods } from './types';
|
|
4
|
-
import './variables.scss';
|
|
5
4
|
export declare function DataTableCell<TItem, TId, TCellValue>(props: DataTableCellProps<TItem, TId, TCellValue> & DataTableCellMods): JSX.Element;
|
|
6
5
|
//# sourceMappingURL=DataTableCell.d.ts.map
|