@epam/uui 6.0.0-beta.0 → 6.0.1-beta.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/inputs.scss +4 -4
- package/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +2 -2
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -2
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +21 -2
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts +2 -2
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +20 -3
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +18 -6
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +4 -8
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/helpers.d.ts +1 -1
- package/components/datePickers/helpers.d.ts.map +1 -1
- package/components/datePickers/index.d.ts +0 -1
- package/components/datePickers/index.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +5 -136
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts +2 -2
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/fileUpload/SvgCircleProgress.d.ts +2 -2
- package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +5 -4
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +2 -2
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +1 -1
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/filters/constants.d.ts +4 -0
- package/components/filters/constants.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +3 -3
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +1 -1
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +2 -2
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +3 -2
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +1 -1
- package/components/layout/VirtualList.d.ts +3 -2
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +1 -1
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
- package/components/navigation/MainMenu/GlobalMenu.d.ts +2 -2
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -2
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -2
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +6 -6
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +2 -2
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +7 -7
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +4 -1
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +1 -2
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -0
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +6 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +4 -1
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +1 -1
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +2 -2
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts +2 -2
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +2 -2
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +2 -2
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/IndeterminateBar.d.ts +2 -2
- package/components/widgets/IndeterminateBar.d.ts.map +1 -1
- package/components/widgets/IndicatorBar.d.ts +2 -2
- package/components/widgets/IndicatorBar.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +16 -3
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +1 -1
- package/components/widgets/Tag.d.ts.map +1 -1
- package/i18n.d.ts +1 -0
- package/i18n.d.ts.map +1 -1
- package/index.esm.js +1333 -1329
- package/index.esm.js.map +1 -1
- package/index.js +1331 -1325
- package/index.js.map +1 -1
- package/package.json +7 -8
- package/settings.d.ts +40 -4
- package/settings.d.ts.map +1 -1
- package/stats.html +19 -1
- package/styles.css +1702 -1616
- package/styles.css.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@mixin disabled-input() {
|
|
2
|
-
|
|
2
|
+
&:global(.uui-control-mode-form) {
|
|
3
3
|
cursor: default;
|
|
4
4
|
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled), var(--uui-control-placeholder-disabled));
|
|
5
5
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
&:global(.uui-control-mode-cell) {
|
|
13
13
|
cursor: default;
|
|
14
14
|
@include input-colors(transparent, var(--uui-control-text-disabled), transparent, var(--uui-control-placeholder-disabled));
|
|
15
15
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
@mixin readonly-input() {
|
|
24
|
-
|
|
24
|
+
&:global(.uui-control-mode-form) {
|
|
25
25
|
background-color: var(--uui-control-bg-disabled);
|
|
26
26
|
border-color: var(--uui-control-border-disabled);
|
|
27
27
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
&:global(.uui-control-mode-cell) {
|
|
40
40
|
background-color: transparent;
|
|
41
41
|
border-color: transparent;
|
|
42
42
|
|
|
@@ -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,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAI5C,KAAK,UAAU,GAAG;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAAC;IACjC;;;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"}
|
|
@@ -15,7 +15,7 @@ interface LinkButtonMods {
|
|
|
15
15
|
size?: types.ControlSize | '42';
|
|
16
16
|
}
|
|
17
17
|
/** Represents the Core properties of the LinkButton component. */
|
|
18
|
-
export interface LinkButtonCoreProps extends ClickableComponentProps, IDropdownToggler, IHasIcon, IHasCaption
|
|
18
|
+
export interface LinkButtonCoreProps extends ClickableComponentProps, IDropdownToggler, IHasIcon, IHasCaption {
|
|
19
19
|
/** Icon for drop-down toggler */
|
|
20
20
|
dropdownIcon?: Icon;
|
|
21
21
|
/**
|
|
@@ -33,6 +33,6 @@ export interface LinkButtonModsOverride {
|
|
|
33
33
|
/** Represents the properties of the LinkButton component. */
|
|
34
34
|
export interface LinkButtonProps extends LinkButtonCoreProps, Overwrite<LinkButtonMods, LinkButtonModsOverride> {
|
|
35
35
|
}
|
|
36
|
-
export declare
|
|
36
|
+
export declare const LinkButton: React.ForwardRefExoticComponent<LinkButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
37
37
|
export {};
|
|
38
38
|
//# 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;AAE/B,OAAO,EAAE,IAAI,EAAa,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAEzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;IAE/E;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;AAED,kEAAkE;AAClE,MAAM,WAAW,mBAAoB,SAAQ,uBAAuB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAa,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAEzF,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,UAAU,cAAc;IACpB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;IAE/E;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;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,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAClC;AAED,MAAM,WAAW,sBAAsB;CAAG;AAE1C,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAElH,eAAO,MAAM,UAAU,+GAoDrB,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 interface TabButtonProps extends Overwrite<TabButtonMods, TabButtonModsOverride>, ClickableComponentProps, IDropdownToggler, IHasIcon, IHasCaption
|
|
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) */
|
|
@@ -23,6 +23,6 @@ export interface TabButtonProps extends Overwrite<TabButtonMods, TabButtonModsOv
|
|
|
23
23
|
/** Count value to be placed in component */
|
|
24
24
|
count?: React.ReactNode;
|
|
25
25
|
}
|
|
26
|
-
export declare
|
|
26
|
+
export declare const TabButton: React.ForwardRefExoticComponent<TabButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
27
27
|
export {};
|
|
28
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;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,
|
|
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,gIAsDpB,CAAC"}
|
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DatePickerProps } from '
|
|
3
|
-
|
|
2
|
+
import { DatePickerProps as CoreDatePickerProps, Overwrite } from '@epam/uui-core';
|
|
3
|
+
import { IHasEditMode } from '../types';
|
|
4
|
+
type DatePickerMods = {
|
|
5
|
+
/**
|
|
6
|
+
* Defines component size.
|
|
7
|
+
* @default '36'
|
|
8
|
+
*/
|
|
9
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
10
|
+
};
|
|
11
|
+
export interface DatePickerModsOverride {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Represents the properties of the DatePicker component
|
|
15
|
+
*/
|
|
16
|
+
export interface DatePickerProps extends CoreDatePickerProps, IHasEditMode, Overwrite<DatePickerMods, DatePickerModsOverride> {
|
|
17
|
+
}
|
|
18
|
+
export declare function DatePickerComponent(props: DatePickerProps, ref: React.ForwardedRef<HTMLElement>): React.JSX.Element;
|
|
19
|
+
export declare const DatePicker: (props: DatePickerProps & {
|
|
20
|
+
ref?: React.ForwardedRef<HTMLElement>;
|
|
21
|
+
}) => ReturnType<typeof DatePickerComponent>;
|
|
22
|
+
export {};
|
|
4
23
|
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,EACH,eAAe,IAAI,mBAAmB,EAAuE,SAAS,EACzH,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAUlD,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,sBAAsB;CAAG;AAE1C;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,YAAY,EAAE,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC;CAAG;AAEhI,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,qBAmH/F;AAED,eAAO,MAAM,UAAU,UACX,eAAe,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,YAAY,CAAC,WAAW,CAAC,CAAA;CAAE,KAAK,WAAW,0BAA0B,CAAC,CAAC"}
|
|
@@ -11,7 +11,7 @@ export interface DatePickerBodyProps extends CommonDatePickerBodyProps, IControl
|
|
|
11
11
|
export declare const uuiDatePickerBody: {
|
|
12
12
|
readonly wrapper: "uui-datepicker-body-wrapper";
|
|
13
13
|
};
|
|
14
|
-
export declare
|
|
14
|
+
export declare const DatePickerBody: React.ForwardRefExoticComponent<DatePickerBodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
15
|
export interface StatelessDatePickerBodyValue<TSelection> {
|
|
16
16
|
value: TSelection | null;
|
|
17
17
|
month: Dayjs;
|
|
@@ -23,5 +23,5 @@ export interface StatelessDatePickerBodyProps extends CommonDatePickerBodyProps,
|
|
|
23
23
|
onViewChange: (v: ViewType) => void;
|
|
24
24
|
isHoliday?: (day: Dayjs) => boolean;
|
|
25
25
|
}
|
|
26
|
-
export declare
|
|
26
|
+
export declare const StatelessDatePickerBody: React.ForwardRefExoticComponent<StatelessDatePickerBodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
27
|
//# sourceMappingURL=DatePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"DatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EACH,WAAW,EAEd,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAI9D,OAAO,EAAE,KAAK,EAAY,MAAM,2BAA2B,CAAC;AAK5D,MAAM,WAAW,mBAAoB,SAAQ,yBAAyB,EAAE,WAAW,CAAC,MAAM,GAAG,IAAI,CAAC;IAC9F;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,OAAO,CAAC;CACvC;AAED,eAAO,MAAM,iBAAiB;;CAEpB,CAAC;AAEX,eAAO,MAAM,cAAc,4FAAiC,CAAC;AA0B7D,MAAM,WAAW,4BAA4B,CAAC,UAAU;IACpD,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;CAClB;AAED,MAAM,WAAW,4BAA6B,SAAQ,yBAAyB,EAAE,4BAA4B,CAAC,MAAM,CAAC;IACjH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,aAAa,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,CAAC,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,OAAO,CAAC;CACvC;AAED,eAAO,MAAM,uBAAuB,qGAA0C,CAAC"}
|
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RangeDatePickerProps } from '
|
|
3
|
-
export
|
|
1
|
+
import React, { type JSX } from 'react';
|
|
2
|
+
import type { RangeDatePickerProps as CoreRangeDatePickerProps, Overwrite } from '@epam/uui-core';
|
|
3
|
+
export interface RangeDatePickerModsOverride {
|
|
4
|
+
}
|
|
5
|
+
type RangeDatePickerMods = {
|
|
6
|
+
/**
|
|
7
|
+
* Defines component size.
|
|
8
|
+
*/
|
|
9
|
+
size?: '24' | '30' | '36' | '42' | '48';
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Represents the properties of the RangeDatePicker component
|
|
13
|
+
*/
|
|
14
|
+
export interface RangeDatePickerProps extends CoreRangeDatePickerProps, Overwrite<RangeDatePickerMods, RangeDatePickerModsOverride> {
|
|
15
|
+
}
|
|
16
|
+
declare function RangeDatePickerComponent(props: RangeDatePickerProps, ref: React.ForwardedRef<HTMLElement>): JSX.Element;
|
|
17
|
+
export declare const RangeDatePicker: (props: RangeDatePickerProps & {
|
|
18
|
+
ref?: React.ForwardedRef<HTMLElement>;
|
|
19
|
+
}) => ReturnType<typeof RangeDatePickerComponent>;
|
|
20
|
+
export {};
|
|
4
21
|
//# sourceMappingURL=RangeDatePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiC,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAGvE,OAAO,KAAK,EAAE,oBAAoB,IAAI,wBAAwB,EAAqB,SAAS,EAAkD,MAAM,gBAAgB,CAAC;AAYrK,MAAM,WAAW,2BAA2B;CAAG;AAE/C,KAAK,mBAAmB,GAAG;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,SAAS,CAAC,mBAAmB,EAAE,2BAA2B,CAAC;CAAG;AAEtI,iBAAS,wBAAwB,CAAC,KAAK,EAAE,oBAAoB,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CA+HhH;AAED,eAAO,MAAM,eAAe,UAChB,oBAAoB,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,YAAY,CAAC,WAAW,CAAC,CAAA;CAAE,KAAK,WAAW,+BAA+B,CAAC,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { IControlled } from '@epam/uui-core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { CommonDatePickerBodyProps, RangeDatePickerValue, RangeDatePickerBodyValue } from './types';
|
|
2
|
+
import type { IControlled, RangeDatePickerPresets, RangeDatePickerInputType, RangeDatePickerValue } from '@epam/uui-core';
|
|
3
|
+
import type { Dayjs } from '../../helpers/dayJsHelper';
|
|
4
|
+
import type { CommonDatePickerBodyProps } from './types';
|
|
6
5
|
export declare const uuiRangeDatePickerBody: {
|
|
7
6
|
inRange: string;
|
|
8
7
|
firstDayInRangeWrapper: string;
|
|
@@ -10,9 +9,22 @@ export declare const uuiRangeDatePickerBody: {
|
|
|
10
9
|
separator: string;
|
|
11
10
|
};
|
|
12
11
|
export declare const rangeDatePickerPresets: RangeDatePickerPresets;
|
|
13
|
-
|
|
12
|
+
/**
|
|
13
|
+
* Represents date picker body value
|
|
14
|
+
*/
|
|
15
|
+
export interface RangeDatePickerBodyValue<TSelection> {
|
|
16
|
+
/**
|
|
17
|
+
* Currently setting date
|
|
18
|
+
*/
|
|
19
|
+
inFocus: RangeDatePickerInputType;
|
|
20
|
+
/**
|
|
21
|
+
* Date currently set
|
|
22
|
+
*/
|
|
23
|
+
selectedDate: TSelection;
|
|
24
|
+
}
|
|
25
|
+
export interface RangeDatePickerBodyProps<T> extends CommonDatePickerBodyProps, IControlled<RangeDatePickerBodyValue<T>> {
|
|
14
26
|
renderFooter?(): React.ReactNode;
|
|
15
27
|
isHoliday?: (day: Dayjs) => boolean;
|
|
16
28
|
}
|
|
17
|
-
export declare
|
|
29
|
+
export declare const RangeDatePickerBody: React.ForwardRefExoticComponent<RangeDatePickerBodyProps<RangeDatePickerValue> & React.RefAttributes<HTMLDivElement>>;
|
|
18
30
|
//# sourceMappingURL=RangeDatePickerBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"RangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,WAAW,EAAE,sBAAsB,EAAY,wBAAwB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAMpI,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAKvD,OAAO,KAAK,EAAE,yBAAyB,EAAY,MAAM,SAAS,CAAC;AAInE,eAAO,MAAM,sBAAsB;;;;;CAKlC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,sBAiEpC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,wBAAwB,CAAC,UAAU;IAChD;;OAEG;IACH,OAAO,EAAE,wBAAwB,CAAC;IAClC;;OAEG;IACH,YAAY,EAAE,UAAU,CAAC;CAC5B;AAED,MAAM,WAAW,wBAAwB,CAAC,CAAC,CAAE,SAAQ,yBAAyB,EAAE,WAAW,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IACpH,YAAY,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,OAAO,CAAC;CACvC;AAED,eAAO,MAAM,mBAAmB,uHAAsC,CAAC"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { IEditable, IHasCX, IClickable, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
import {
|
|
2
|
+
import { IEditable, IHasCX, IClickable, IHasRawProps, RangeDatePickerValue, RangeDatePickerInputType } from '@epam/uui-core';
|
|
3
|
+
import type { RangeDatePickerProps } from './RangeDatePicker';
|
|
4
4
|
/**
|
|
5
5
|
* Represents RangeDatePickerInputProps
|
|
6
6
|
*/
|
|
7
|
-
export interface RangeDatePickerInputProps extends IEditable<RangeDatePickerValue>, IHasCX, IClickable, Pick<RangeDatePickerProps, 'getPlaceholder' | 'disableClear' | 'filter' | 'id' | 'format'> {
|
|
8
|
-
/**
|
|
9
|
-
* Defines component size.
|
|
10
|
-
*/
|
|
11
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
7
|
+
export interface RangeDatePickerInputProps extends IEditable<RangeDatePickerValue>, IHasCX, IClickable, Pick<RangeDatePickerProps, 'getPlaceholder' | 'disableClear' | 'filter' | 'id' | 'format' | 'size' | 'preventEmptyFromDate' | 'preventEmptyToDate'> {
|
|
12
8
|
/**
|
|
13
9
|
* rawProps as HTML attributes
|
|
14
10
|
*/
|
|
@@ -39,5 +35,5 @@ export interface RangeDatePickerInputProps extends IEditable<RangeDatePickerValu
|
|
|
39
35
|
*/
|
|
40
36
|
onKeyDown?(e: React.KeyboardEvent<HTMLDivElement>): void;
|
|
41
37
|
}
|
|
42
|
-
export declare
|
|
38
|
+
export declare const RangeDatePickerInput: React.ForwardRefExoticComponent<RangeDatePickerInputProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
39
|
//# sourceMappingURL=RangeDatePickerInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeDatePickerInput.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"RangeDatePickerInput.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,SAAS,EAAc,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAIzI,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAO9D;;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,GAAG,MAAM,GAAG,sBAAsB,GAAG,oBAAoB,CAAC;IACnJ;;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;IAEhH;;OAEG;IACH,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CAC5D;AAED,eAAO,MAAM,oBAAoB,kGAkJ/B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Dayjs } from '../../helpers/dayJsHelper';
|
|
2
|
-
import { RangeDatePickerInputType, RangeDatePickerValue } from '
|
|
2
|
+
import { RangeDatePickerInputType, RangeDatePickerValue } from '@epam/uui-core';
|
|
3
3
|
export declare const defaultFormat = "MMM D, YYYY";
|
|
4
4
|
export declare const valueFormat = "YYYY-MM-DD";
|
|
5
5
|
export declare const supportedDateFormats: (format?: string) => string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../components/datePickers/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../components/datePickers/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAEhF,eAAO,MAAM,aAAa,gBAAgB,CAAC;AAC3C,eAAO,MAAM,WAAW,eAAe,CAAC;AAExC,eAAO,MAAM,oBAAoB,YAAa,MAAM,aAInD,CAAC;AAEF,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AAEX,eAAO,MAAM,WAAW,UAAW,MAAM,GAAG,KAAK,GAAG,IAAI,UAEvD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAG/B,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,oBAAoB,YAEvD,CAAC;AAEF,eAAO,MAAM,aAAa,MAAO,oBAAoB,SAAS,wBAAwB,UAAU,MAAM,iBAAiB,KAAK,KAAK,OAAO,UAUvI,CAAC;AAEF,eAAO,MAAM,cAAc,iBAAkB,oBAAoB,SAAS,wBAAwB,UASjG,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,MAAM,GAAG,IAAI,UAAU,MAAM,iBAAgB,KAAK,KAAK,OAAO,KAAG,OAAO,GAAG,SAG7G,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,oBAAoB,YAMvD,CAAC;AAEF,eAAO,MAAM,WAAW,iBAAkB,oBAAoB,YAAY,MAAM,GAAG,IAAI;;;CActF,CAAC;AAEF,eAAO,MAAM,SAAS,iBAAiB,oBAAoB,YAAY,MAAM,GAAG,IAAI;;;CAoBnF,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,oBAAoB,WAAW,MAAM,KAAG,oBAWrF,CAAC;AAEF,eAAO,MAAM,uBAAuB,UAAW,oBAAoB,WAAW,MAAM,KAAG,oBAYtF,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,MAAM,GAAG,IAAI,WAAW,MAAM,KAAG,MAAM,GAAG,IAElF,CAAC;AAEF,eAAO,MAAM,kBAAkB,UAAW,MAAM,GAAG,IAAI,WAAW,MAAM,KAAG,MAAM,GAAG,IAInF,CAAC;AAEF,eAAO,MAAM,YAAY,gBAAiB,KAAK,UAE9C,CAAC;AAEF,eAAO,MAAM,YAAY,gBAAiB,KAAK,UAE9C,CAAC;AAEF,eAAO,MAAM,WAAW,gBAAiB,KAAK,UAE7C,CAAC;AAEF,eAAO,MAAM,WAAW,gBAAiB,KAAK,UAE7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,gBAAiB,KAAK,UAElD,CAAC;AAEF,eAAO,MAAM,gBAAgB,gBAAiB,KAAK,UAElD,CAAC"}
|
|
@@ -5,5 +5,4 @@ export * from './RangeDatePickerInput';
|
|
|
5
5
|
export * from './RangeDatePicker';
|
|
6
6
|
export * from './RangeDatePickerBody';
|
|
7
7
|
export type { DatePickerBodyProps } from './DatePickerBody';
|
|
8
|
-
export type { DatePickerProps, RangeDatePickerProps, RangeDatePickerValue, RangeDatePickerBodyValue, } from './types';
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/datePickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrE,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/datePickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrE,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,141 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import React, { ReactElement, ReactNode } from 'react';
|
|
4
|
-
import { DayProps, RangeDatePickerPresets } from '@epam/uui-components';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { IDisableable, IHasCX, IHasRawProps, RangeDatePickerPresets, DayProps } from '@epam/uui-core';
|
|
5
3
|
import type { Dayjs } from '../../helpers/dayJsHelper';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*/
|
|
9
|
-
type RangeDatePickerValue = {
|
|
10
|
-
/**
|
|
11
|
-
* Defines DatePicker value 'from'.
|
|
12
|
-
*/
|
|
13
|
-
from: string | null;
|
|
14
|
-
/**
|
|
15
|
-
* Defines DatePicker value 'to'.
|
|
16
|
-
*/
|
|
17
|
-
to: string | null;
|
|
18
|
-
};
|
|
19
|
-
export interface DatePickerModsOverride {
|
|
20
|
-
}
|
|
21
|
-
type DatePickerMods = {
|
|
22
|
-
/**
|
|
23
|
-
* Defines component size.
|
|
24
|
-
* @default '36'
|
|
25
|
-
*/
|
|
26
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Represents the properties of the DatePicker component
|
|
30
|
-
*/
|
|
31
|
-
interface DatePickerProps extends Overwrite<DatePickerMods, DatePickerModsOverride>, CommonDatePickerProps, IHasEditMode, ICanFocus<HTMLInputElement>, IEditable<string | null>, IAnalyticableOnChange<string>, IHasPlaceholder {
|
|
32
|
-
/**
|
|
33
|
-
* Defines where to place calendar icon
|
|
34
|
-
*/
|
|
35
|
-
iconPosition?: 'left' | 'right';
|
|
36
|
-
/**
|
|
37
|
-
* Render prop to add a custom footer inside the DatePicker dropdown body
|
|
38
|
-
*/
|
|
39
|
-
renderFooter?(): ReactNode;
|
|
40
|
-
/**
|
|
41
|
-
* Overrides rendering of the single day. For example, to highlight certain days
|
|
42
|
-
*/
|
|
43
|
-
renderDay?: (renderProps: DayProps) => ReactElement<Element>;
|
|
44
|
-
/**
|
|
45
|
-
* Any HTML attributes (native or 'data-') to put on date picker parts
|
|
46
|
-
*/
|
|
47
|
-
rawProps?: {
|
|
48
|
-
/**
|
|
49
|
-
* Any HTML attributes (native or 'data-') to put on date picker input
|
|
50
|
-
*/
|
|
51
|
-
input?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
52
|
-
/**
|
|
53
|
-
* Any HTML attributes (native or 'data-') to put on date picker body
|
|
54
|
-
*/
|
|
55
|
-
body?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
export interface RangeDatePickerModsOverride {
|
|
59
|
-
}
|
|
60
|
-
type RangeDatePickerMods = {
|
|
61
|
-
/**
|
|
62
|
-
* Defines component size.
|
|
63
|
-
*/
|
|
64
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* Represents the properties of the RangeDatePicker component
|
|
68
|
-
*/
|
|
69
|
-
interface RangeDatePickerProps extends Overwrite<RangeDatePickerMods, RangeDatePickerModsOverride>, IEditable<RangeDatePickerValue | null>, IAnalyticableOnChange<RangeDatePickerValue | null>, CommonDatePickerProps {
|
|
70
|
-
/**
|
|
71
|
-
* Range presets (like 'this week', 'this month', etc.) to display at the right of the Picker's body.
|
|
72
|
-
* 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)
|
|
73
|
-
*/
|
|
74
|
-
presets?: RangeDatePickerPresets;
|
|
75
|
-
/**
|
|
76
|
-
* Allows to add a custom footer to the Picker's dropdown body
|
|
77
|
-
*/
|
|
78
|
-
renderFooter?(value: RangeDatePickerValue): ReactNode;
|
|
79
|
-
/**
|
|
80
|
-
* Called when component gets input focus
|
|
81
|
-
*/
|
|
82
|
-
onFocus?: (e: React.FocusEvent<HTMLInputElement>, inputType: RangeDatePickerInputType) => void;
|
|
83
|
-
/**
|
|
84
|
-
* Called when component looses input focus
|
|
85
|
-
*/
|
|
86
|
-
onBlur?: (e: React.FocusEvent<HTMLInputElement>, inputType: RangeDatePickerInputType) => void;
|
|
87
|
-
/**
|
|
88
|
-
* Called when component is opened/closed
|
|
89
|
-
*/
|
|
90
|
-
onOpenChange?: (isOpen: boolean) => void;
|
|
91
|
-
/**
|
|
92
|
-
* A pure function that gets placeholder for 'from' or 'to' input.
|
|
93
|
-
*/
|
|
94
|
-
getPlaceholder?(type: RangeDatePickerInputType): string;
|
|
95
|
-
/**
|
|
96
|
-
* Overrides rendering of the single day. For example, to highlight certain days
|
|
97
|
-
*/
|
|
98
|
-
renderDay?: (renderProps: DayProps) => ReactElement<Element>;
|
|
99
|
-
/**
|
|
100
|
-
* rawProps as HTML attributes
|
|
101
|
-
*/
|
|
102
|
-
rawProps?: {
|
|
103
|
-
/**
|
|
104
|
-
* Any HTML attributes (native or 'data-') to put on 'from' input
|
|
105
|
-
*/
|
|
106
|
-
from?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
107
|
-
/**
|
|
108
|
-
* Any HTML attributes (native or 'data-') to put on 'to' input
|
|
109
|
-
*/
|
|
110
|
-
to?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
111
|
-
/**
|
|
112
|
-
* Any HTML attributes (native or 'data-') to put on date picker body
|
|
113
|
-
*/
|
|
114
|
-
body?: IHasRawProps<React.HTMLAttributes<HTMLDivElement>>['rawProps'];
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Represents RangeDatePicker input type
|
|
119
|
-
*/
|
|
120
|
-
type RangeDatePickerInputType = 'from' | 'to' | null;
|
|
121
|
-
interface CommonDatePickerBodyProps extends IHasCX, IDisableable, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
4
|
+
export type ViewType = 'DAY_SELECTION' | 'MONTH_SELECTION' | 'YEAR_SELECTION';
|
|
5
|
+
export interface CommonDatePickerBodyProps extends IHasCX, IDisableable, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
122
6
|
filter?(day: Dayjs): boolean;
|
|
123
7
|
presets?: RangeDatePickerPresets;
|
|
124
|
-
renderDay?: (renderProps: DayProps) => React.
|
|
125
|
-
}
|
|
126
|
-
type ViewType = 'DAY_SELECTION' | 'MONTH_SELECTION' | 'YEAR_SELECTION';
|
|
127
|
-
/**
|
|
128
|
-
* Represents date picker body value
|
|
129
|
-
*/
|
|
130
|
-
interface RangeDatePickerBodyValue<TSelection> {
|
|
131
|
-
/**
|
|
132
|
-
* Currently setting date
|
|
133
|
-
*/
|
|
134
|
-
inFocus: RangeDatePickerInputType;
|
|
135
|
-
/**
|
|
136
|
-
* Date currently set
|
|
137
|
-
*/
|
|
138
|
-
selectedDate: TSelection;
|
|
8
|
+
renderDay?: (renderProps: DayProps) => React.ReactElement<Element>;
|
|
139
9
|
}
|
|
140
|
-
export type { RangeDatePickerValue, DatePickerProps, RangeDatePickerProps, RangeDatePickerInputType, CommonDatePickerBodyProps, ViewType, RangeDatePickerBodyValue, };
|
|
141
10
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/datePickers/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/datePickers/types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC3G,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,MAAM,MAAM,QAAQ,GAAG,eAAe,GAAG,iBAAiB,GAAG,gBAAgB,CAAC;AAE9E,MAAM,WAAW,yBAA0B,SAAQ,MAAM,EAAE,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACvH,MAAM,CAAC,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,WAAW,EAAE,QAAQ,KAAK,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;CACtE"}
|
|
@@ -11,7 +11,7 @@ export interface FileCardItem extends Partial<File & FileUploadResponse> {
|
|
|
11
11
|
*/
|
|
12
12
|
abortXHR?: () => void;
|
|
13
13
|
}
|
|
14
|
-
export interface FileCardProps extends
|
|
14
|
+
export interface FileCardProps extends IClickable, IHasCX {
|
|
15
15
|
/** Defines file card item */
|
|
16
16
|
file: FileCardItem;
|
|
17
17
|
/**
|
|
@@ -20,5 +20,5 @@ export interface FileCardProps extends IHasCX, IClickable, React.RefAttributes<H
|
|
|
20
20
|
*/
|
|
21
21
|
width?: number;
|
|
22
22
|
}
|
|
23
|
-
export declare
|
|
23
|
+
export declare const FileCard: React.ForwardRefExoticComponent<FileCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
24
|
//# sourceMappingURL=FileCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAM,kBAAkB,EAAe,UAAU,EAAE,MAAM,EAAU,MAAM,gBAAgB,CAAC;AAWjG,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;IACpE;;MAEE;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;MAGE;IACF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,aAAc,SAAQ,
|
|
1
|
+
{"version":3,"file":"FileCard.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/FileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAM,kBAAkB,EAAe,UAAU,EAAE,MAAM,EAAU,MAAM,gBAAgB,CAAC;AAWjG,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;IACpE;;MAEE;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;MAGE;IACF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU,EAAE,MAAM;IACrD,6BAA6B;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,QAAQ,sFA6GnB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IHasCX, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
interface SvgCircleProgressProps extends IHasCX, IHasRawProps<React.SVGAttributes<SVGSVGElement
|
|
3
|
+
interface SvgCircleProgressProps extends IHasCX, IHasRawProps<React.SVGAttributes<SVGSVGElement>> {
|
|
4
4
|
size: number;
|
|
5
5
|
progress: number;
|
|
6
6
|
}
|
|
7
|
-
export declare
|
|
7
|
+
export declare const SvgCircleProgress: React.ForwardRefExoticComponent<SvgCircleProgressProps & React.RefAttributes<SVGSVGElement>>;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=SvgCircleProgress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgCircleProgress.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/SvgCircleProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGtD,UAAU,sBAAuB,SAAQ,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"SvgCircleProgress.d.ts","sourceRoot":"","sources":["../../../components/fileUpload/SvgCircleProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGtD,UAAU,sBAAuB,SAAQ,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAI7F,IAAI,EAAE,MAAM,CAAC;IAIb,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB,8FAyB5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"FilterNumericBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterNumericBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAY,MAAM,gBAAgB,CAAC;AAU7D,UAAU,kBAAkB;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,UAAU,uBAAwB,SAAQ,iBAAiB;IACvD;;OAEG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,KAAK,IAAI,CAAC;IAC5D;;OAEG;IACH,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,kBAAkB,CAAC;IAC/C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,uBAAuB,qBAiH/D"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { IDisableable, IDropdownTogglerProps, IHasCX } from '@epam/uui-core';
|
|
3
|
-
|
|
3
|
+
import type { FiltersPanelProps } from './FiltersPanel';
|
|
4
|
+
import type { JSX } from 'react';
|
|
5
|
+
export interface FilterToolbarItemTogglerProps extends IDropdownTogglerProps, IDisableable, IHasCX, Pick<FiltersPanelProps<any>, 'size'> {
|
|
4
6
|
selection?: React.ReactNode[];
|
|
5
|
-
postfix?: string | null |
|
|
7
|
+
postfix?: string | null | JSX.Element;
|
|
6
8
|
title?: string;
|
|
7
9
|
maxWidth?: number;
|
|
8
|
-
size?: '24' | '30' | '36' | '42' | '48';
|
|
9
10
|
predicateName: string | null;
|
|
10
11
|
}
|
|
11
|
-
export declare
|
|
12
|
+
export declare const FilterPanelItemToggler: React.ForwardRefExoticComponent<Omit<FilterToolbarItemTogglerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
13
|
//# sourceMappingURL=FilterPanelItemToggler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"FilterPanelItemToggler.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPanelItemToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGlF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AASxD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,WAAW,6BAA8B,SAAQ,qBAAqB,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,CAAC,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACpI,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,sBAAsB,mHAmEjC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { DropdownBodyProps, PickerFilterConfig, PickerInputBaseProps } from '@epam/uui-core';
|
|
2
|
+
import type { DropdownBodyProps, PickerFilterConfig, PickerInputBaseProps } from '@epam/uui-core';
|
|
3
3
|
type FilterPickerBodyProps<TItem, TId> = DropdownBodyProps & PickerInputBaseProps<TItem, TId> & PickerFilterConfig<any> & {
|
|
4
4
|
showSearch?: boolean;
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,
|
|
1
|
+
{"version":3,"file":"FilterPickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,oBAAoB,EAAmB,MAAM,gBAAgB,CAAC;AAUnH,KAAK,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAAG;IACtH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,EACzC,sBAA6B,EAC7B,GAAG,SAAS,EACf,EAAE,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA2FnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IDropdownBodyProps } from '@epam/uui-core';
|
|
3
|
-
import { RangeDatePickerProps } from '../datePickers
|
|
3
|
+
import type { RangeDatePickerProps } from '../datePickers';
|
|
4
4
|
export interface FilterRangeDatePickerProps extends RangeDatePickerProps, IDropdownBodyProps {
|
|
5
5
|
}
|
|
6
6
|
export declare function FilterRangeDatePickerBody(props: FilterRangeDatePickerProps): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"FilterRangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/filters/FilterRangeDatePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAiE,MAAM,gBAAgB,CAAC;AAQnH,OAAO,KAAK,EACkB,oBAAoB,EACjD,MAAM,gBAAgB,CAAC;AAIxB,MAAM,WAAW,0BAA2B,SAAQ,oBAAoB,EAAE,kBAAkB;CAAG;AAE/F,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,0BAA0B,qBAkG1E"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { TableFiltersConfig, DataTableState, Overwrite } from '@epam/uui-core';
|
|
2
|
+
import type { TableFiltersConfig, DataTableState, Overwrite } from '@epam/uui-core';
|
|
3
3
|
export interface FiltersPanelModsOverride {
|
|
4
4
|
}
|
|
5
5
|
interface FiltersPanelMods {
|
|
6
6
|
/**
|
|
7
|
-
* Defines size(height) of
|
|
7
|
+
* Defines size(height) of FilterPanel and filters togglers
|
|
8
8
|
* @default '36'
|
|
9
9
|
*/
|
|
10
10
|
size?: '24' | '30' | '36' | '42' | '48';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAEN,MAAM,OAAO,CAAC;AAIf,OAAO,
|
|
1
|
+
{"version":3,"file":"FiltersPanel.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAEN,MAAM,OAAO,CAAC;AAIf,OAAO,KAAK,EACQ,kBAAkB,EAClC,cAAc,EAAsB,SAAS,EAChD,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,wBAAwB;CAAG;AAE5C,UAAU,gBAAgB;IACtB;;;OAGG;IACH,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,qBAmKpF;AAED,eAAO,MAAM,YAAY,2BAA8D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,
|
|
1
|
+
{"version":3,"file":"FiltersPanelItem.d.ts","sourceRoot":"","sources":["../../../components/filters/FiltersPanelItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EAEH,kBAAkB,EAElB,SAAS,EAUZ,MAAM,gBAAgB,CAAC;AAaxB,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC,GAAG,CAAC,GAC7D,SAAS,CAAC,GAAG,CAAC,GAAG;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAqBF,iBAAS,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,qBAgP7D;AAED,eAAO,MAAM,gBAAgB,0DAAqC,CAAC"}
|