@epam/uui 5.8.1 → 5.8.3
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 +2 -2
- package/assets/styles/inputs.scss +0 -4
- package/components/buttons/Button.d.ts +3 -6
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +3 -7
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +5 -12
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +3 -12
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +1 -9
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +17 -9
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +8 -4
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +3 -2
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/NumericInput.d.ts +3 -2
- package/components/inputs/NumericInput.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +3 -2
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +3 -2
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +2 -47
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePickerBody.d.ts +2 -13
- package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
- package/components/inputs/timePicker/index.d.ts +1 -0
- package/components/inputs/timePicker/index.d.ts.map +1 -1
- package/components/inputs/timePicker/types.d.ts +63 -0
- package/components/inputs/timePicker/types.d.ts.map +1 -0
- package/components/layout/LabeledInput.d.ts +3 -2
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +1 -1
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +8 -3
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerCell.d.ts +3 -3
- package/components/pickers/DataPickerCell.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +6 -2
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerHeader.d.ts.map +1 -1
- package/components/pickers/DataPickerRow.d.ts +9 -4
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +7 -2
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +7 -2
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts +7 -2
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +2 -0
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +8 -2
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
- package/components/pickers/highlight.d.ts +1 -0
- package/components/pickers/highlight.d.ts.map +1 -1
- package/components/pickers/types.d.ts +2 -0
- package/components/pickers/types.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/utils.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.map +1 -1
- package/components/widgets/Badge.d.ts +5 -16
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +8 -26
- package/components/widgets/Tag.d.ts.map +1 -1
- package/helpers/textLayout.d.ts.map +1 -1
- package/helpers/useColumnsWithFilters.d.ts +1 -1
- package/helpers/useColumnsWithFilters.d.ts.map +1 -1
- package/icons/icons.d.ts +1 -0
- package/icons/icons.d.ts.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.esm.js +441 -336
- package/index.esm.js.map +1 -1
- package/index.js +440 -334
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +6 -1
- package/settings.d.ts +193 -0
- package/settings.d.ts.map +1 -0
- package/stats.html +1 -19
- package/styles.css +2965 -3557
- package/styles.css.map +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@mixin dnd-ghost-shadow() { box-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05); }
|
|
2
2
|
|
|
3
|
-
@mixin focus-visible-effect($offset:
|
|
4
|
-
outline:
|
|
3
|
+
@mixin focus-visible-effect($offset: var(--uui-focus-outline-offset), $radius: var(--uui-focus-radius)) {
|
|
4
|
+
outline: var(--uui-focus-outline-width) solid var(--uui-outline-focus);
|
|
5
5
|
outline-offset: $offset;
|
|
6
6
|
border-radius: $radius;
|
|
7
7
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
&.mode-form {
|
|
3
3
|
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled), var(--uui-control-placeholder-disabled));
|
|
4
4
|
cursor: default;
|
|
5
|
-
pointer-events: none;
|
|
6
5
|
|
|
7
6
|
&:hover, &:active, &:focus {
|
|
8
7
|
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled), var(--uui-control-placeholder-disabled));
|
|
@@ -13,7 +12,6 @@
|
|
|
13
12
|
&.mode-cell {
|
|
14
13
|
@include input-colors(transparent, var(--uui-control-text-disabled), transparent, var(--uui-control-placeholder-disabled));
|
|
15
14
|
cursor: default;
|
|
16
|
-
pointer-events: none;
|
|
17
15
|
|
|
18
16
|
&:hover, &:active, &:focus {
|
|
19
17
|
@include input-colors(transparent, var(--uui-control-text-disabled), transparent, var(--uui-control-placeholder-disabled));
|
|
@@ -26,7 +24,6 @@
|
|
|
26
24
|
&.mode-form {
|
|
27
25
|
background-color: var(--uui-control-bg-disabled);
|
|
28
26
|
border-color: var(--uui-control-border-disabled);
|
|
29
|
-
pointer-events: none;
|
|
30
27
|
|
|
31
28
|
&:hover {
|
|
32
29
|
border-color: var(--uui-control-border-disabled);
|
|
@@ -42,7 +39,6 @@
|
|
|
42
39
|
&.mode-cell {
|
|
43
40
|
background-color: transparent;
|
|
44
41
|
border-color: transparent;
|
|
45
|
-
pointer-events: none;
|
|
46
42
|
|
|
47
43
|
&:hover {
|
|
48
44
|
background-color: transparent;
|
|
@@ -24,11 +24,8 @@ export interface ButtonModsOverride {
|
|
|
24
24
|
/** Represents the 'Core properties' for the Button component. */
|
|
25
25
|
export type ButtonCoreProps = uuiComponents.ButtonProps;
|
|
26
26
|
/** Represents the props for a Button component. */
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
clearIcon?: import("@epam/uui-core").Icon;
|
|
31
|
-
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
32
|
-
} & Omit<ButtonMods, never> & ButtonModsOverride & import("react").RefAttributes<any>>;
|
|
27
|
+
export interface ButtonProps extends ButtonCoreProps, Overwrite<ButtonMods, ButtonModsOverride> {
|
|
28
|
+
}
|
|
29
|
+
export declare const Button: import("react").ComponentType<ButtonProps & import("react").RefAttributes<any>>;
|
|
33
30
|
export {};
|
|
34
31
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKvC,KAAK,UAAU,GAAG;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAC9C;;;OAGG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;CACjF,CAAC;AACF,MAAM,WAAW,kBAAkB;CAAG;AAEtC,iEAAiE;AACjE,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC,WAAW,CAAC;AAExD,mDAAmD;AACnD,MAAM,WAAW,WAAY,SAAQ,eAAe,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAYlG,eAAO,MAAM,MAAM,iFASlB,CAAC"}
|
|
@@ -18,12 +18,8 @@ export type IconButtonCoreProps = Omit<uuiComponents.IconButtonProps, 'size'> &
|
|
|
18
18
|
export interface IconButtonModsOverride {
|
|
19
19
|
}
|
|
20
20
|
/** Represents the properties of the IconButton component. */
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
* Defines component size.
|
|
25
|
-
*/
|
|
26
|
-
size?: '18' | '24' | '30' | '36';
|
|
27
|
-
} & Omit<IconButtonMods, never> & IconButtonModsOverride & import("react").RefAttributes<any>>;
|
|
21
|
+
export interface IconButtonProps extends IconButtonCoreProps, Overwrite<IconButtonMods, IconButtonModsOverride> {
|
|
22
|
+
}
|
|
23
|
+
export declare const IconButton: import("react").ComponentType<IconButtonProps & import("react").RefAttributes<any>>;
|
|
28
24
|
export {};
|
|
29
25
|
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAIhE,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;CAC5H;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5E;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAIhE,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;CAC5H;AAED,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5E;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAMlH,eAAO,MAAM,UAAU,qFAiBtB,CAAC"}
|
|
@@ -10,7 +10,7 @@ interface LinkButtonMods {
|
|
|
10
10
|
color?: 'primary' | 'secondary' | 'accent' | 'critical' | 'white' | 'contrast';
|
|
11
11
|
}
|
|
12
12
|
/** Represents the Core properties of the LinkButton component. */
|
|
13
|
-
export
|
|
13
|
+
export interface LinkButtonCoreProps extends ClickableComponentProps, IDropdownToggler, IHasIcon, IHasCaption {
|
|
14
14
|
/** Icon for drop-down toggler */
|
|
15
15
|
dropdownIcon?: Icon;
|
|
16
16
|
/**
|
|
@@ -18,19 +18,12 @@ export type LinkButtonCoreProps = ClickableComponentProps & IDropdownToggler & I
|
|
|
18
18
|
* @default '36'
|
|
19
19
|
*/
|
|
20
20
|
size?: types.ControlSize | '42';
|
|
21
|
-
}
|
|
21
|
+
}
|
|
22
22
|
export interface LinkButtonModsOverride {
|
|
23
23
|
}
|
|
24
24
|
/** Represents the properties of the LinkButton component. */
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
dropdownIcon?: Icon;
|
|
29
|
-
/**
|
|
30
|
-
* Defines component size.
|
|
31
|
-
* @default '36'
|
|
32
|
-
*/
|
|
33
|
-
size?: types.ControlSize | '42';
|
|
34
|
-
} & Omit<LinkButtonMods, never> & LinkButtonModsOverride & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
25
|
+
export interface LinkButtonProps extends LinkButtonCoreProps, Overwrite<LinkButtonMods, LinkButtonModsOverride> {
|
|
26
|
+
}
|
|
27
|
+
export declare const LinkButton: React.ForwardRefExoticComponent<LinkButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
35
28
|
export {};
|
|
36
29
|
//# sourceMappingURL=LinkButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAa,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAQlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;CAClF;AAED,kEAAkE;AAClE,MAAM,
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAa,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAQlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;CAClF;AAED,kEAAkE;AAClE,MAAM,WAAW,mBAAoB,SAAQ,uBAAuB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW;IACzG,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAYlH,eAAO,MAAM,UAAU,+GAyCrB,CAAC"}
|
|
@@ -13,7 +13,7 @@ type TabButtonMods = {
|
|
|
13
13
|
export interface TabButtonModsOverride {
|
|
14
14
|
}
|
|
15
15
|
/** Represents the properties of a TabButton component. */
|
|
16
|
-
export
|
|
16
|
+
export interface TabButtonProps extends Overwrite<TabButtonMods, TabButtonModsOverride>, ClickableComponentProps, IDropdownToggler, IHasIcon, IHasCaption {
|
|
17
17
|
/** Call to clear toggler value */
|
|
18
18
|
onClear?(e?: any): void;
|
|
19
19
|
/** Icon for clear value button (usually cross) */
|
|
@@ -22,16 +22,7 @@ export type TabButtonProps = Overwrite<TabButtonMods, TabButtonModsOverride> & C
|
|
|
22
22
|
dropdownIcon?: Icon;
|
|
23
23
|
/** Count value to be placed in component */
|
|
24
24
|
count?: React.ReactNode;
|
|
25
|
-
}
|
|
26
|
-
export declare const TabButton: React.ForwardRefExoticComponent<
|
|
27
|
-
/** Call to clear toggler value */
|
|
28
|
-
onClear?(e?: any): void;
|
|
29
|
-
/** Icon for clear value button (usually cross) */
|
|
30
|
-
clearIcon?: Icon;
|
|
31
|
-
/** Icon for drop-down toggler */
|
|
32
|
-
dropdownIcon?: Icon;
|
|
33
|
-
/** Count value to be placed in component */
|
|
34
|
-
count?: React.ReactNode;
|
|
35
|
-
} & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
25
|
+
}
|
|
26
|
+
export declare const TabButton: React.ForwardRefExoticComponent<TabButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
36
27
|
export {};
|
|
37
28
|
//# sourceMappingURL=TabButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAA0B,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACtH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAA0B,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACtH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAOzF,KAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,8CAA8C;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAEzC,0DAA0D;AAC1D,MAAM,WAAW,cAAe,SAAQ,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW;IACrJ,kCAAkC;IAClC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,SAAS,gIAuDpB,CAAC"}
|
|
@@ -2,13 +2,5 @@
|
|
|
2
2
|
import { TabButtonProps } from './TabButton';
|
|
3
3
|
/** Represents the properties of a VerticalTabButton component. */
|
|
4
4
|
export type VerticalTabButtonProps = TabButtonProps;
|
|
5
|
-
export declare const VerticalTabButton: import("react").ComponentType<
|
|
6
|
-
size?: "36" | "48" | "60";
|
|
7
|
-
withNotify?: boolean;
|
|
8
|
-
}, never> & import("./TabButton").TabButtonModsOverride & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
|
|
9
|
-
onClear?(e?: any): void;
|
|
10
|
-
clearIcon?: import("@epam/uui-core").Icon;
|
|
11
|
-
dropdownIcon?: import("@epam/uui-core").Icon;
|
|
12
|
-
count?: import("react").ReactNode;
|
|
13
|
-
} & import("react").RefAttributes<any>>;
|
|
5
|
+
export declare const VerticalTabButton: import("react").ComponentType<TabButtonProps & import("react").RefAttributes<any>>;
|
|
14
6
|
//# sourceMappingURL=VerticalTabButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAOxD,kEAAkE;AAClE,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC;AAEpD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,aAAa,CAAC;AAOxD,kEAAkE;AAClE,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC;AAEpD,eAAO,MAAM,iBAAiB,oFAAkG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAa1C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,eAoH/F;AAED,eAAO,MAAM,UAAU,qFAAwC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePickerHeader.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerHeader.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9C,OAAO,EAAE,KAAK,KAAK,EAAY,MAAM,2BAA2B,CAAC;AAIjE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAKnC,eAAO,MAAM,SAAS;;;;;;CAMrB,CAAC;AAEF,UAAU,qBAAqB;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;CAChB;AAED,MAAM,WAAW,qBAAsB,SAAQ,MAAM;IACjD,KAAK,EAAE,qBAAqB,CAAC;IAC7B,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAKtD,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB;
|
|
1
|
+
{"version":3,"file":"DatePickerHeader.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerHeader.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9C,OAAO,EAAE,KAAK,KAAK,EAAY,MAAM,2BAA2B,CAAC;AAIjE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAKnC,eAAO,MAAM,SAAS;;;;;;CAMrB,CAAC;AAEF,UAAU,qBAAqB;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;CAChB;AAED,MAAM,WAAW,qBAAsB,SAAQ,MAAM;IACjD,KAAK,EAAE,qBAAqB,CAAC;IAC7B,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAKtD,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB;AAUD,wBAAgB,gBAAgB,CAAC,EAC7B,WAAW,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,aAAa,GACnE,EAAE,qBAAqB,eAqGvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeDatePickerInput.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAEN,MAAM,OAAO,CAAC;AAEf,OAAO,EACH,SAAS,EAAc,MAAM,EAAE,UAAU,EAAE,YAAY,EAC1D,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACH,wBAAwB,EAAE,oBAAoB,EAAE,oBAAoB,EACvE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"RangeDatePickerInput.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAEN,MAAM,OAAO,CAAC;AAEf,OAAO,EACH,SAAS,EAAc,MAAM,EAAE,UAAU,EAAE,YAAY,EAC1D,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACH,wBAAwB,EAAE,oBAAoB,EAAE,oBAAoB,EACvE,MAAM,SAAS,CAAC;AASjB;;GAEG;AACH,MAAM,WAAW,yBACb,SAAQ,SAAS,CAAC,oBAAoB,CAAC,EACvC,MAAM,EACN,UAAU,EACV,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,GAAG,cAAc,GAAG,QAAQ,GAAG,IAAI,GAAG,QAAQ,CAAC;IAC1F;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE;QACP;;WAEG;QACH,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACtE;;WAEG;QACH,EAAE,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACvE,CAAC;IACF;;OAEG;IACH,OAAO,EAAE,wBAAwB,CAAC;IAClC;;MAEE;IACF,YAAY,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,SAAS,EAAE,wBAAwB,KAAK,IAAI,CAAC;IACvG;;KAEC;IACD,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,EAAE,OAAO,CAAC,EAAE,SAAS,EAAE,wBAAwB,KAAK,IAAI,CAAC;IAChH;;KAEC;IACD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CAC9D;AAED,eAAO,MAAM,oBAAoB,kGAkH/B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommonDatePickerProps, IAnalyticableOnChange, ICanFocus, IEditable, IHasCX, IHasPlaceholder, IHasRawProps } from '@epam/uui-core';
|
|
1
|
+
import { CommonDatePickerProps, IAnalyticableOnChange, ICanFocus, IEditable, IHasCX, IHasPlaceholder, IHasRawProps, Overwrite } from '@epam/uui-core';
|
|
2
2
|
import { IHasEditMode } from '../types';
|
|
3
3
|
import { ReactElement, ReactNode } from 'react';
|
|
4
4
|
import { DayProps, RangeDatePickerPresets } from '@epam/uui-components';
|
|
@@ -16,14 +16,18 @@ type RangeDatePickerValue = {
|
|
|
16
16
|
*/
|
|
17
17
|
to: string | null;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
interface DatePickerProps extends CommonDatePickerProps, IHasEditMode, ICanFocus<HTMLInputElement>, IEditable<string | null>, IAnalyticableOnChange<string>, IHasPlaceholder {
|
|
19
|
+
export interface DatePickerModsOverride {
|
|
20
|
+
}
|
|
21
|
+
type DatePickerMods = {
|
|
23
22
|
/**
|
|
24
23
|
* Defines component size.
|
|
25
24
|
*/
|
|
26
25
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Represents the properties of the DatePicker component
|
|
29
|
+
*/
|
|
30
|
+
interface DatePickerProps extends Overwrite<DatePickerMods, DatePickerModsOverride>, CommonDatePickerProps, IHasEditMode, ICanFocus<HTMLInputElement>, IEditable<string | null>, IAnalyticableOnChange<string>, IHasPlaceholder {
|
|
27
31
|
/**
|
|
28
32
|
* Defines where to place calendar icon
|
|
29
33
|
*/
|
|
@@ -50,14 +54,18 @@ interface DatePickerProps extends CommonDatePickerProps, IHasEditMode, ICanFocus
|
|
|
50
54
|
body?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
51
55
|
};
|
|
52
56
|
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
interface RangeDatePickerProps extends IEditable<RangeDatePickerValue | null>, IAnalyticableOnChange<RangeDatePickerValue | null>, CommonDatePickerProps {
|
|
57
|
+
export interface RangeDatePickerModsOverride {
|
|
58
|
+
}
|
|
59
|
+
type RangeDatePickerMods = {
|
|
57
60
|
/**
|
|
58
61
|
* Defines component size.
|
|
59
62
|
*/
|
|
60
63
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Represents the properties of the RangeDatePicker component
|
|
67
|
+
*/
|
|
68
|
+
interface RangeDatePickerProps extends Overwrite<RangeDatePickerMods, RangeDatePickerModsOverride>, IEditable<RangeDatePickerValue | null>, IAnalyticableOnChange<RangeDatePickerValue | null>, CommonDatePickerProps {
|
|
61
69
|
/**
|
|
62
70
|
* Range presets (like 'this week', 'this month', etc.) to display at the right of the Picker's body.
|
|
63
71
|
* UUI provides defaults in the 'rangeDatePickerPresets' exported variable - you can use it as is, or build on top of it (e.g. add your presets)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/datePickers/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,qBAAqB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/datePickers/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TableFiltersConfig, DataTableState } from '@epam/uui-core';
|
|
3
|
-
export interface
|
|
2
|
+
import { TableFiltersConfig, DataTableState, Overwrite } from '@epam/uui-core';
|
|
3
|
+
export interface FiltersPanelModsOverride {
|
|
4
|
+
}
|
|
5
|
+
interface FiltersPanelMods {
|
|
6
|
+
/** Defines size(height) of filter panel and filters */
|
|
7
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
8
|
+
}
|
|
9
|
+
export interface FiltersPanelProps<TFilter> extends Overwrite<FiltersPanelMods, FiltersPanelModsOverride> {
|
|
4
10
|
/** Filters config to get data how to render filters */
|
|
5
11
|
filters: TableFiltersConfig<TFilter>[];
|
|
6
12
|
/** Current state value of the table(list) */
|
|
7
13
|
tableState: DataTableState;
|
|
8
14
|
/** Called when state needs to be changed */
|
|
9
15
|
setTableState: (newState: DataTableState) => void;
|
|
10
|
-
/** Defines size(height) of filter panel and filters */
|
|
11
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
12
16
|
}
|
|
13
17
|
declare function FiltersToolbarImpl<TFilter extends object>(props: FiltersPanelProps<TFilter>): JSX.Element;
|
|
14
18
|
export declare const FiltersPanel: typeof FiltersToolbarImpl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":";AAMA,OAAO,
|
|
1
|
+
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":";AAMA,OAAO,EAEH,kBAAkB,EAIlB,cAAc,EAId,SAAS,EACZ,MAAM,gBAAgB,CAAC;AAMxB,MAAM,WAAW,wBAAwB;CAAG;AAE5C,UAAU,gBAAgB;IACtB,uDAAuD;IACvD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,iBAAiB,CAAC,OAAO,CAAE,SACxC,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;IACrD,uDAAuD;IACvD,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC;IACvC,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;IAC3B,4CAA4C;IAC5C,aAAa,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;CACrD;AAyCD,iBAAS,kBAAkB,CAAC,OAAO,SAAS,MAAM,EAAE,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,eAoKpF;AAED,eAAO,MAAM,YAAY,2BAA8D,CAAC"}
|
|
@@ -16,7 +16,8 @@ interface CheckboxMods {
|
|
|
16
16
|
export interface CheckboxModsOverride {
|
|
17
17
|
}
|
|
18
18
|
/** Represents the properties of the Checkbox component. */
|
|
19
|
-
export
|
|
20
|
-
|
|
19
|
+
export interface CheckboxProps extends uuiComponents.CheckboxProps, Overwrite<CheckboxMods, CheckboxModsOverride> {
|
|
20
|
+
}
|
|
21
|
+
export declare const Checkbox: import("react").ComponentType<CheckboxProps & import("react").RefAttributes<any>>;
|
|
21
22
|
export {};
|
|
22
23
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAMtD,UAAU,YAAY;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,WAAW,aAAc,SAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAoBpH,eAAO,MAAM,QAAQ,mFAIpB,CAAC"}
|
|
@@ -12,7 +12,8 @@ type NumericInputMods = IHasEditMode & {
|
|
|
12
12
|
export interface NumericInputModsOverride {
|
|
13
13
|
}
|
|
14
14
|
/** Represents the properties of a NumericInput component. */
|
|
15
|
-
export
|
|
16
|
-
|
|
15
|
+
export interface NumericInputProps extends uuiNumericInputProps, Overwrite<NumericInputMods, NumericInputModsOverride> {
|
|
16
|
+
}
|
|
17
|
+
export declare const NumericInput: import("react").ComponentType<NumericInputProps & import("react").RefAttributes<any>>;
|
|
17
18
|
export {};
|
|
18
19
|
//# sourceMappingURL=NumericInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/NumericInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAmC,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAQlD,KAAK,gBAAgB,GAAG,YAAY,GAAG;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,wBAAwB;CAAG;
|
|
1
|
+
{"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/NumericInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAmC,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAQlD,KAAK,gBAAgB,GAAG,YAAY,GAAG;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,wBAAwB;CAAG;AAW5C,6DAA6D;AAC7D,MAAM,WAAW,iBAAkB,SAAQ,oBAAoB,EAAE,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;CAAG;AAEzH,eAAO,MAAM,YAAY,uFAWxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,2DAA2D;AAC3D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAWlE,eAAO,MAAM,UAAU;;;;;uCAItB,CAAC"}
|
|
@@ -11,7 +11,8 @@ interface SwitchMods {
|
|
|
11
11
|
export interface SwitchModsOverride {
|
|
12
12
|
}
|
|
13
13
|
/** Represents the properties of the Switch component. */
|
|
14
|
-
export
|
|
15
|
-
|
|
14
|
+
export interface SwitchProps extends uuiComponents.SwitchProps, Overwrite<SwitchMods, SwitchModsOverride> {
|
|
15
|
+
}
|
|
16
|
+
export declare const Switch: import("react").ComponentType<SwitchProps & import("react").RefAttributes<any>>;
|
|
16
17
|
export {};
|
|
17
18
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,WAAW,WAAY,SAAQ,aAAa,CAAC,WAAW,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAU5G,eAAO,MAAM,MAAM,iFAA0F,CAAC"}
|
|
@@ -12,7 +12,8 @@ type TextAreaMods = types.IHasEditMode & {
|
|
|
12
12
|
export interface TextAreaModsOverride {
|
|
13
13
|
}
|
|
14
14
|
/** Represents the properties of a TextArea component. */
|
|
15
|
-
export
|
|
16
|
-
|
|
15
|
+
export interface TextAreaProps extends uuiTextAreaProps, Overwrite<TextAreaMods, TextAreaModsOverride> {
|
|
16
|
+
}
|
|
17
|
+
export declare const TextArea: import("react").ComponentType<TextAreaProps & import("react").RefAttributes<any>>;
|
|
17
18
|
export {};
|
|
18
19
|
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,oBAAoB;CAAG;AAUxC,yDAAyD;AACzD,MAAM,
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,oBAAoB;CAAG;AAUxC,yDAAyD;AACzD,MAAM,WAAW,aAAc,SAAQ,gBAAgB,EAAE,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC;CAAG;AAEzG,eAAO,MAAM,QAAQ,mFAQpB,CAAC"}
|
|
@@ -1,49 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { IHasEditMode } from '../../types';
|
|
4
|
-
export interface TimePickerProps extends IHasEditMode, IEditable<TimePickerValue | null>, IDisableable, ICanBeReadonly, IHasPlaceholder, ICanFocus<HTMLElement>, IHasForwardedRef<HTMLElement> {
|
|
5
|
-
/**
|
|
6
|
-
* Defines component size.
|
|
7
|
-
*/
|
|
8
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
9
|
-
/**
|
|
10
|
-
* Minutes input increase/decrease step on up/down icons clicks and up/down arrow keys
|
|
11
|
-
* @default 5
|
|
12
|
-
*/
|
|
13
|
-
minutesStep?: number;
|
|
14
|
-
/**
|
|
15
|
-
* Time format, 12 hours with AM/PM or 24 hours
|
|
16
|
-
* @default 12
|
|
17
|
-
*/
|
|
18
|
-
format?: 12 | 24;
|
|
19
|
-
/** ID to put on time picker toggler 'input' node */
|
|
20
|
-
id?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Render callback for time picker toggler.
|
|
23
|
-
* If omitted, default TextInput component will be rendered.
|
|
24
|
-
*/
|
|
25
|
-
renderTarget?(props: IDropdownToggler): React.ReactNode;
|
|
26
|
-
/** HTML attributes to put directly to TimePicker parts */
|
|
27
|
-
rawProps?: {
|
|
28
|
-
/** HTML attributes to put directly to the input element */
|
|
29
|
-
input?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
30
|
-
/** HTML attributes to put directly to the body root element */
|
|
31
|
-
body?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
32
|
-
};
|
|
33
|
-
/** CSS class(es) to put on input-part component. See https://github.com/JedWatson/classnames#usage for details */
|
|
34
|
-
inputCx?: CX;
|
|
35
|
-
/** CSS class(es) to put on body-part component. See https://github.com/JedWatson/classnames#usage for details */
|
|
36
|
-
bodyCx?: CX;
|
|
37
|
-
/**
|
|
38
|
-
* Indicates that inputs' clear cross is hidden
|
|
39
|
-
*/
|
|
40
|
-
disableClear?: boolean;
|
|
41
|
-
}
|
|
42
|
-
export interface TimePickerValue {
|
|
43
|
-
/** Selected hours value */
|
|
44
|
-
hours: number;
|
|
45
|
-
/** Selected minutes value */
|
|
46
|
-
minutes: number;
|
|
47
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TimePickerProps } from './types';
|
|
48
3
|
export declare function TimePicker(props: TimePickerProps): JSX.Element;
|
|
49
4
|
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAa3D,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,eA0IhD"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { TimePickerProps, TimePickerValue } from './TimePicker';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TimePickerBodyProps } from './types';
|
|
4
3
|
export declare const uuiTimePicker: {
|
|
5
4
|
readonly container: "uui-timepicker-container";
|
|
6
5
|
readonly iconUp: "uui-timepicker-icon-up";
|
|
@@ -8,15 +7,5 @@ export declare const uuiTimePicker: {
|
|
|
8
7
|
readonly input: "uui-timepicker-input";
|
|
9
8
|
readonly elementContainer: "uui-timepicker-item";
|
|
10
9
|
};
|
|
11
|
-
export interface TimePickerBodyProps extends Pick<TimePickerProps, 'minutesStep' | 'format'>, IHasCX, IEditable<TimePickerValue>, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasForwardedRef<HTMLDivElement> {
|
|
12
|
-
/** Icon for the add action.
|
|
13
|
-
* Usually it has a default implementation in skins, so providing this is only necessary if you want to replace the default icon
|
|
14
|
-
*/
|
|
15
|
-
addIcon?: Icon;
|
|
16
|
-
/** Icon for the subtract action.
|
|
17
|
-
* Usually it has a default implementation in skins, so providing this is only necessary if you want to replace the default icon
|
|
18
|
-
*/
|
|
19
|
-
subtractIcon?: Icon;
|
|
20
|
-
}
|
|
21
10
|
export declare function TimePickerBody(props: TimePickerBodyProps): JSX.Element;
|
|
22
11
|
//# sourceMappingURL=TimePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAI9C,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAMX,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,eAiHxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IHasEditMode } from '../../types';
|
|
3
|
+
import { CX, ICanBeReadonly, ICanFocus, Icon, IDisableable, IDropdownToggler, IEditable, IHasCX, IHasForwardedRef, IHasPlaceholder, IHasRawProps, Overwrite } from '@epam/uui-core';
|
|
4
|
+
export interface TimePickerModsOverride {
|
|
5
|
+
}
|
|
6
|
+
interface TimePickerMods {
|
|
7
|
+
/**
|
|
8
|
+
* Defines component size.
|
|
9
|
+
*/
|
|
10
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
11
|
+
}
|
|
12
|
+
export interface TimePickerProps extends Overwrite<TimePickerMods, TimePickerModsOverride>, IHasEditMode, IEditable<TimePickerValue | null>, IDisableable, ICanBeReadonly, IHasPlaceholder, ICanFocus<HTMLElement>, IHasForwardedRef<HTMLElement> {
|
|
13
|
+
/**
|
|
14
|
+
* Minutes input increase/decrease step on up/down icons clicks and up/down arrow keys
|
|
15
|
+
* @default 5
|
|
16
|
+
*/
|
|
17
|
+
minutesStep?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Time format, 12 hours with AM/PM or 24 hours
|
|
20
|
+
* @default 12
|
|
21
|
+
*/
|
|
22
|
+
format?: 12 | 24;
|
|
23
|
+
/** ID to put on time picker toggler 'input' node */
|
|
24
|
+
id?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Render callback for time picker toggler.
|
|
27
|
+
* If omitted, default TextInput component will be rendered.
|
|
28
|
+
*/
|
|
29
|
+
renderTarget?(props: IDropdownToggler): React.ReactNode;
|
|
30
|
+
/** HTML attributes to put directly to TimePicker parts */
|
|
31
|
+
rawProps?: {
|
|
32
|
+
/** HTML attributes to put directly to the input element */
|
|
33
|
+
input?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
34
|
+
/** HTML attributes to put directly to the body root element */
|
|
35
|
+
body?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
36
|
+
};
|
|
37
|
+
/** CSS class(es) to put on input-part component. See https://github.com/JedWatson/classnames#usage for details */
|
|
38
|
+
inputCx?: CX;
|
|
39
|
+
/** CSS class(es) to put on body-part component. See https://github.com/JedWatson/classnames#usage for details */
|
|
40
|
+
bodyCx?: CX;
|
|
41
|
+
/**
|
|
42
|
+
* Indicates that inputs' clear cross is hidden
|
|
43
|
+
*/
|
|
44
|
+
disableClear?: boolean;
|
|
45
|
+
}
|
|
46
|
+
export interface TimePickerValue {
|
|
47
|
+
/** Selected hours value */
|
|
48
|
+
hours: number;
|
|
49
|
+
/** Selected minutes value */
|
|
50
|
+
minutes: number;
|
|
51
|
+
}
|
|
52
|
+
export interface TimePickerBodyProps extends Pick<TimePickerProps, 'minutesStep' | 'format'>, IHasCX, IEditable<TimePickerValue>, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IHasForwardedRef<HTMLDivElement> {
|
|
53
|
+
/** Icon for the add action.
|
|
54
|
+
* Usually it has a default implementation in skins, so providing this is only necessary if you want to replace the default icon
|
|
55
|
+
*/
|
|
56
|
+
addIcon?: Icon;
|
|
57
|
+
/** Icon for the subtract action.
|
|
58
|
+
* Usually it has a default implementation in skins, so providing this is only necessary if you want to replace the default icon
|
|
59
|
+
*/
|
|
60
|
+
subtractIcon?: Icon;
|
|
61
|
+
}
|
|
62
|
+
export {};
|
|
63
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EACH,EAAE,EACF,cAAc,EACd,SAAS,EAAE,IAAI,EACf,YAAY,EACZ,gBAAgB,EAChB,SAAS,EAAE,MAAM,EACjB,gBAAgB,EAChB,eAAe,EACf,YAAY,EAAE,SAAS,EAC1B,MAAM,gBAAgB,CAAC;AAExB,MAAM,WAAW,sBAAsB;CAAG;AAE1C,UAAU,cAAc;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,EACtF,YAAY,EACZ,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC,EACjC,YAAY,EACZ,cAAc,EACd,eAAe,EACf,SAAS,CAAC,WAAW,CAAC,EACtB,gBAAgB,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IACjB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS,CAAC;IACxD,0DAA0D;IAC1D,QAAQ,CAAC,EAAE;QACP,2DAA2D;QAC3D,KAAK,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACvE,+DAA+D;QAC/D,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACzE,CAAC;IACF,kHAAkH;IAClH,OAAO,CAAC,EAAE,EAAE,CAAC;IACb,iHAAiH;IACjH,MAAM,CAAC,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC,EAC5H,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB"}
|
|
@@ -10,7 +10,8 @@ interface LabeledInputMods {
|
|
|
10
10
|
export interface LabeledInputModsOverride {
|
|
11
11
|
}
|
|
12
12
|
/** Represents the properties of the LabeledInput component. */
|
|
13
|
-
export
|
|
14
|
-
|
|
13
|
+
export interface LabeledInputProps extends uuiComponents.LabeledInputProps, Overwrite<LabeledInputMods, LabeledInputModsOverride> {
|
|
14
|
+
}
|
|
15
|
+
export declare const LabeledInput: import("react").ComponentType<LabeledInputProps & import("react").RefAttributes<any>>;
|
|
15
16
|
export {};
|
|
16
17
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAgB;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAgB;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,WAAW,iBAAkB,SAAQ,aAAa,CAAC,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC;CAAG;AAMpI,eAAO,MAAM,YAAY,uFAGtB,CAAC"}
|