@epam/uui 4.6.0-alpha.1 → 4.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/assets/styles/variables/widgets/tag.scss +1 -1
  2. package/bundle-stats.json +1 -1
  3. package/components/buttons/Button.d.ts +1 -1
  4. package/components/buttons/Button.d.ts.map +1 -1
  5. package/components/buttons/IconButton.d.ts +1 -1
  6. package/components/buttons/IconButton.d.ts.map +1 -1
  7. package/components/buttons/LinkButton.d.ts +1 -1
  8. package/components/buttons/LinkButton.d.ts.map +1 -1
  9. package/components/buttons/TabButton.d.ts +1 -1
  10. package/components/buttons/TabButton.d.ts.map +1 -1
  11. package/components/buttons/VerticalTabButton.d.ts +1 -1
  12. package/components/buttons/VerticalTabButton.d.ts.map +1 -1
  13. package/components/inputs/Checkbox.d.ts +1 -1
  14. package/components/inputs/Checkbox.d.ts.map +1 -1
  15. package/components/inputs/RadioInput.d.ts +1 -1
  16. package/components/inputs/RadioInput.d.ts.map +1 -1
  17. package/components/inputs/Switch.d.ts +1 -1
  18. package/components/inputs/Switch.d.ts.map +1 -1
  19. package/components/inputs/TextInput.d.ts +1 -1
  20. package/components/inputs/TextInput.d.ts.map +1 -1
  21. package/components/layout/Accordion.d.ts +1 -1
  22. package/components/layout/Accordion.d.ts.map +1 -1
  23. package/components/layout/ControlGroup.d.ts +1 -1
  24. package/components/layout/ControlGroup.d.ts.map +1 -1
  25. package/components/layout/FlexItems/FlexCell.d.ts +1 -1
  26. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  27. package/components/layout/FlexItems/FlexRow.d.ts +1 -1
  28. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  29. package/components/layout/FlexItems/Panel.d.ts +1 -1
  30. package/components/layout/FlexItems/Panel.d.ts.map +1 -1
  31. package/components/layout/IconContainer.d.ts +1 -1
  32. package/components/layout/IconContainer.d.ts.map +1 -1
  33. package/components/layout/LabeledInput.d.ts +1 -1
  34. package/components/layout/LabeledInput.d.ts.map +1 -1
  35. package/components/layout/RadioGroup.d.ts +1 -1
  36. package/components/layout/RadioGroup.d.ts.map +1 -1
  37. package/components/layout/ScrollBars.d.ts +1 -1
  38. package/components/layout/ScrollBars.d.ts.map +1 -1
  39. package/components/layout/VirtualList.d.ts +1 -1
  40. package/components/layout/VirtualList.d.ts.map +1 -1
  41. package/components/overlays/DropdownContainer.d.ts +1 -1
  42. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  43. package/components/overlays/DropdownMenu.d.ts +1 -1
  44. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  45. package/components/overlays/Modals.d.ts +2 -2
  46. package/components/overlays/Modals.d.ts.map +1 -1
  47. package/components/overlays/Tooltip.d.ts +1 -1
  48. package/components/overlays/Tooltip.d.ts.map +1 -1
  49. package/components/pickers/docs/common.d.ts +29 -0
  50. package/components/pickers/docs/common.d.ts.map +1 -0
  51. package/components/pickers/docs/pickerInput.doc.d.ts +5 -0
  52. package/components/pickers/docs/pickerInput.doc.d.ts.map +1 -0
  53. package/components/pickers/docs/pickerToggler.doc.d.ts +6 -0
  54. package/components/pickers/docs/pickerToggler.doc.d.ts.map +1 -0
  55. package/components/typography/Text.d.ts +1 -1
  56. package/components/typography/Text.d.ts.map +1 -1
  57. package/components/widgets/Avatar.d.ts +1 -1
  58. package/components/widgets/Avatar.d.ts.map +1 -1
  59. package/components/widgets/Badge.d.ts +1 -1
  60. package/components/widgets/Badge.d.ts.map +1 -1
  61. package/components/widgets/Tag.d.ts +1 -1
  62. package/components/widgets/Tag.d.ts.map +1 -1
  63. package/index.js +944 -390
  64. package/index.js.map +1 -1
  65. package/package.json +6 -6
  66. package/styles.css +615 -615
  67. package/styles.css.map +1 -1
@@ -10,5 +10,5 @@ export interface ButtonMods {
10
10
  color?: ButtonColor;
11
11
  }
12
12
  export declare function applyButtonMods(mods: ButtonMods & ButtonProps): string[];
13
- export declare const Button: import("react").ForwardRefExoticComponent<Pick<ButtonProps & ButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof ButtonMods> & import("react").RefAttributes<HTMLElement>>;
13
+ export declare const Button: import("react").ForwardRefExoticComponent<Pick<ButtonProps & ButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof ButtonMods> & import("react").RefAttributes<any>>;
14
14
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGnD,OAAO,mDAAmD,CAAC;AAE3D,oBAAY,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,eAAO,MAAM,eAAe,EAAE,WAAW,EAAmD,CAAC;AAI7F,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,YAQ7D;AAED,eAAO,MAAM,MAAM,qgBAOlB,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGnD,OAAO,mDAAmD,CAAC;AAE3D,oBAAY,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,eAAO,MAAM,eAAe,EAAE,WAAW,EAAmD,CAAC;AAI7F,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,YAQ7D;AAED,eAAO,MAAM,MAAM,6fAOlB,CAAC"}
@@ -8,5 +8,5 @@ export interface IconButtonMods {
8
8
  }
9
9
  export interface IconButtonProps extends IconButtonBaseProps, IconButtonMods {
10
10
  }
11
- export declare const IconButton: import("react").ForwardRefExoticComponent<IconButtonProps & IconButtonMods & import("react").RefAttributes<HTMLElement>>;
11
+ export declare const IconButton: import("react").ForwardRefExoticComponent<IconButtonProps & IconButtonMods & import("react").RefAttributes<any>>;
12
12
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,mBAAmB,EAA+B,MAAM,sBAAsB,CAAC;AAExF,OAAO,uDAAuD,CAAC;AAG/D,oBAAY,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAC3F,eAAO,MAAM,aAAa,EAAE,SAAS,EAAoE,CAAC;AAE1G,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,cAAc;CAAI;AAShF,eAAO,MAAM,UAAU,0HAAgF,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,mBAAmB,EAA+B,MAAM,sBAAsB,CAAC;AAExF,OAAO,uDAAuD,CAAC;AAG/D,oBAAY,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAC3F,eAAO,MAAM,aAAa,EAAE,SAAS,EAAoE,CAAC;AAE1G,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,cAAc;CAAI;AAShF,eAAO,MAAM,UAAU,kHAAgF,CAAC"}
@@ -5,5 +5,5 @@ import '../../assets/styles/variables/buttons/linkButton.scss';
5
5
  export interface LinkButtonMods {
6
6
  size?: types.ControlSize | '42';
7
7
  }
8
- export declare const LinkButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & LinkButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "size" | "clearIcon" | "captionCX"> & import("react").RefAttributes<HTMLElement>>;
8
+ export declare const LinkButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & LinkButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "size" | "clearIcon" | "captionCX"> & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=LinkButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":";AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,uDAAuD,CAAC;AAI/D,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;AAWD,eAAO,MAAM,UAAU,+fAGpB,CAAC"}
1
+ {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":";AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,uDAAuD,CAAC;AAI/D,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;AAWD,eAAO,MAAM,UAAU,ufAGpB,CAAC"}
@@ -5,5 +5,5 @@ export interface TabButtonMods {
5
5
  size?: '36' | '48' | '60';
6
6
  withNotify?: boolean;
7
7
  }
8
- export declare const TabButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TabButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof TabButtonMods> & import("react").RefAttributes<HTMLElement>>;
8
+ export declare const TabButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TabButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof TabButtonMods> & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=TabButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,sDAAsD,CAAC;AAG9D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAYD,eAAO,MAAM,SAAS,2gBAMnB,CAAC"}
1
+ {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,sDAAsD,CAAC;AAG9D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAYD,eAAO,MAAM,SAAS,mgBAMnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from '@epam/uui-components';
3
3
  import { TabButtonMods } from './TabButton';
4
- export declare const VerticalTabButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TabButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof TabButtonMods> & import("react").RefAttributes<HTMLElement>>;
4
+ export declare const VerticalTabButton: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TabButtonMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof TabButtonMods> & import("react").RefAttributes<any>>;
5
5
  //# sourceMappingURL=VerticalTabButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAE,MAAM,aAAa,CAAC;AAQvD,eAAO,MAAM,iBAAiB,2gBAA+E,CAAC"}
1
+ {"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAE,MAAM,aAAa,CAAC;AAQvD,eAAO,MAAM,iBAAiB,mgBAA+E,CAAC"}
@@ -6,5 +6,5 @@ export interface CheckboxMods {
6
6
  theme?: 'light' | 'dark';
7
7
  }
8
8
  export declare function applyCheckboxMods(mods: CheckboxMods & CheckboxProps): string[];
9
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & CheckboxMods & import("react").RefAttributes<HTMLElement>>;
9
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & CheckboxMods & import("react").RefAttributes<any>>;
10
10
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AACA,OAAO,EAA2B,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAM9E,OAAO,oDAAoD,CAAC;AAE5D,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC5B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,GAAG,aAAa,YAMnE;AAED,eAAO,MAAM,QAAQ,sHAGlB,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":";AACA,OAAO,EAA2B,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAM9E,OAAO,oDAAoD,CAAC;AAE5D,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC5B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,GAAG,aAAa,YAMnE;AAED,eAAO,MAAM,QAAQ,8GAGlB,CAAC"}
@@ -4,5 +4,5 @@ import '../../assets/styles/variables/inputs/radioInput.scss';
4
4
  export interface RadioInputMods {
5
5
  size?: '12' | '18';
6
6
  }
7
- export declare const RadioInput: import("react").ForwardRefExoticComponent<RadioInputProps & RadioInputMods & import("react").RefAttributes<HTMLElement>>;
7
+ export declare const RadioInput: import("react").ForwardRefExoticComponent<RadioInputProps & RadioInputMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=RadioInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACpF,OAAO,sDAAsD,CAAC;AAI9D,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAUD,eAAO,MAAM,UAAU,0HAA8G,CAAC"}
1
+ {"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACpF,OAAO,sDAAsD,CAAC;AAI9D,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAUD,eAAO,MAAM,UAAU,kHAA8G,CAAC"}
@@ -5,5 +5,5 @@ export interface SwitchMods {
5
5
  size?: '12' | '18' | '24';
6
6
  }
7
7
  export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
8
- export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & SwitchMods & import("react").RefAttributes<HTMLElement>>;
8
+ export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & SwitchMods & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=Switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,OAAO,kDAAkD,CAAC;AAE1D,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,YAM7D;AAED,eAAO,MAAM,MAAM,kHAAgE,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,OAAO,kDAAkD,CAAC;AAE1D,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,UAAU,GAAG,WAAW,YAM7D;AAED,eAAO,MAAM,MAAM,0GAAgE,CAAC"}
@@ -7,7 +7,7 @@ export interface TextInputMods extends IHasEditMode {
7
7
  size?: ControlSize;
8
8
  }
9
9
  export declare function applyTextInputMods(mods: TextInputMods): string[];
10
- export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "id" | "value" | "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "name" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isReadonly" | "isRequired" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "icon" | "iconPosition" | "onIconClick" | "placeholder" | "type" | "inputMode" | "maxLength" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "onFocus" | "onBlur" | "autoFocus" | "autoComplete" | "acceptIcon" | "cancelIcon" | "inputCx" | "renderInput" | keyof TextInputMods> & React.RefAttributes<HTMLElement>>;
10
+ export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "id" | "value" | "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "name" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isReadonly" | "isRequired" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "icon" | "iconPosition" | "onIconClick" | "placeholder" | "type" | "prefix" | "inputMode" | "maxLength" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "onFocus" | "onBlur" | "autoFocus" | "autoComplete" | "suffix" | "acceptIcon" | "cancelIcon" | "inputCx" | "renderInput" | keyof TextInputMods> & React.RefAttributes<any>>;
11
11
  export declare class SearchInput extends React.Component<TextInputProps & TextInputMods & IEditableDebouncerOptions, {}> {
12
12
  render(): JSX.Element;
13
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAG/D,OAAO,qDAAqD,CAAC;AAK7D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAOrD;AAED,eAAO,MAAM,SAAS,sqBAOrB,CAAC;AAEF,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,aAAa,GAAG,yBAAyB,EAAE,EAAE,CAAC;IAC5G,MAAM;CAmBT"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAG/D,OAAO,qDAAqD,CAAC;AAK7D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAOrD;AAED,eAAO,MAAM,SAAS,orBAOrB,CAAC;AAEF,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,aAAa,GAAG,yBAAyB,EAAE,EAAE,CAAC;IAC5G,MAAM;CAmBT"}
@@ -5,5 +5,5 @@ export interface AccordionMods {
5
5
  mode?: 'block' | 'inline';
6
6
  padding?: '0' | '6' | '12' | '18';
7
7
  }
8
- export declare const Accordion: import("react").ForwardRefExoticComponent<AccordionProps & AccordionMods & import("react").RefAttributes<HTMLElement>>;
8
+ export declare const Accordion: import("react").ForwardRefExoticComponent<AccordionProps & AccordionMods & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=Accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AACA,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAWD,eAAO,MAAM,SAAS,wHAEnB,CAAC"}
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AACA,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAWD,eAAO,MAAM,SAAS,gHAEnB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { ControlGroupProps } from '@epam/uui-components';
3
- export declare const ControlGroup: import("react").ForwardRefExoticComponent<ControlGroupProps & import("react").RefAttributes<HTMLElement>>;
3
+ export declare const ControlGroup: import("react").ForwardRefExoticComponent<ControlGroupProps & import("react").RefAttributes<any>>;
4
4
  //# sourceMappingURL=ControlGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,eAAO,MAAM,YAAY,2GAAiE,CAAC"}
1
+ {"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,eAAO,MAAM,YAAY,mGAAiE,CAAC"}
@@ -8,5 +8,5 @@ export declare const FlexCell: React.ForwardRefExoticComponent<import("@epam/uui
8
8
  textAlign?: "left" | "right" | "center";
9
9
  alignSelf?: string;
10
10
  children?: any;
11
- } & React.RefAttributes<HTMLElement>>;
11
+ } & React.RefAttributes<any>>;
12
12
  //# sourceMappingURL=FlexCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,oBAAY,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;qCAEnB,CAAC"}
1
+ {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,oBAAY,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;6BAEnB,CAAC"}
@@ -11,5 +11,5 @@ export interface RowMods extends RowSizeMod {
11
11
  export declare const FlexRow: import("react").ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("react").Attributes & import("@epam/uui-core").IHasRawProps<HTMLDivElement> & {
12
12
  alignItems?: "top" | "center" | "bottom" | "stretch";
13
13
  children?: any;
14
- } & RowMods & import("react").RefAttributes<HTMLElement>>;
14
+ } & RowMods & import("react").RefAttributes<any>>;
15
15
  //# sourceMappingURL=FlexRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,OAAO;;;yDAWlB,CAAC"}
1
+ {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,OAAO;;;iDAWlB,CAAC"}
@@ -7,5 +7,5 @@ export interface PanelMods {
7
7
  }
8
8
  export declare const Panel: import("react").ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<HTMLDivElement> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
9
9
  style?: import("react").CSSProperties;
10
- } & PanelMods & import("react").RefAttributes<HTMLElement>>;
10
+ } & PanelMods & import("react").RefAttributes<any>>;
11
11
  //# sourceMappingURL=Panel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":";AAEA,OAAO,oDAAoD,CAAC;AAG5D,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,KAAK;;2DAMhB,CAAC"}
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":";AAEA,OAAO,oDAAoD,CAAC;AAG5D,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,KAAK;;mDAMhB,CAAC"}
@@ -6,5 +6,5 @@ export interface IconContainerMods {
6
6
  color?: IconColor;
7
7
  }
8
8
  export declare function applyIconContainerMods(mods: IconContainerMods): string[];
9
- export declare const IconContainer: import("react").ForwardRefExoticComponent<ControlIconProps & IconContainerMods & import("react").RefAttributes<HTMLElement>>;
9
+ export declare const IconContainer: import("react").ForwardRefExoticComponent<ControlIconProps & IconContainerMods & import("react").RefAttributes<any>>;
10
10
  //# sourceMappingURL=IconContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconContainer.d.ts","sourceRoot":"","sources":["../../../components/layout/IconContainer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAqC,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE3F,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,yDAAyD,CAAC;AAEjE,MAAM,WAAW,iBAAiB;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,iBAAiB,YAK7D;AAED,eAAO,MAAM,aAAa,8HAIzB,CAAC"}
1
+ {"version":3,"file":"IconContainer.d.ts","sourceRoot":"","sources":["../../../components/layout/IconContainer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAqC,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE3F,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,yDAAyD,CAAC;AAEjE,MAAM,WAAW,iBAAiB;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,iBAAiB,YAK7D;AAED,eAAO,MAAM,aAAa,sHAIzB,CAAC"}
@@ -4,5 +4,5 @@ import { LabeledInputProps } from '@epam/uui-components';
4
4
  import '../../assets/styles/variables/layout/labeledInput.scss';
5
5
  export interface LabeledInputMods extends types.SizeMod {
6
6
  }
7
- export declare const LabeledInput: import("react").ForwardRefExoticComponent<LabeledInputProps & LabeledInputMods & import("react").RefAttributes<HTMLElement>>;
7
+ export declare const LabeledInput: import("react").ForwardRefExoticComponent<LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=LabeledInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG1F,OAAO,wDAAwD,CAAC;AAMhE,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAU1D,eAAO,MAAM,YAAY,8HAGtB,CAAC"}
1
+ {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG1F,OAAO,wDAAwD,CAAC;AAMhE,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAU1D,eAAO,MAAM,YAAY,sHAGtB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { RadioGroupProps } from '@epam/uui-components';
3
- export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps<any> & import("react").RefAttributes<HTMLElement>>;
3
+ export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps<any> & import("react").RefAttributes<any>>;
4
4
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAIpF,eAAO,MAAM,UAAU,8GAEtB,CAAC"}
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/RadioGroup.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAIpF,eAAO,MAAM,UAAU,sGAEtB,CAAC"}
@@ -2,5 +2,5 @@
2
2
  import { ScrollbarProps } from '@epam/uui-components';
3
3
  import './ScrollBars.scss';
4
4
  import '../../assets/styles/variables/layout/scrollBars.scss';
5
- export declare const ScrollBars: import("react").ForwardRefExoticComponent<Pick<ScrollbarProps, "checked" | "id" | "value" | "cx" | "onClick" | "key" | "rawProps" | "role" | "tabIndex" | "name" | "children" | "onDrop" | "hidden" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "href" | "target" | "placeholder" | "type" | "width" | "onScroll" | "accessKey" | "dir" | "draggable" | "lang" | "translate" | "className" | "prefix" | "tagName" | "contentEditable" | "inputMode" | "nonce" | "height" | "default" | "start" | "maxLength" | "action" | "onKeyDown" | "onFocus" | "onBlur" | "autoFocus" | "autoComplete" | "htmlFor" | "step" | "onError" | "defaultValue" | "src" | "size" | "list" | "content" | "rows" | "hasBottomShadow" | "hasTopShadow" | "onScrollFrame" | "onScrollStart" | "onScrollStop" | "onUpdate" | "renderView" | "renderTrackHorizontal" | "renderTrackVertical" | "renderThumbHorizontal" | "renderThumbVertical" | "hideTracksWhenNotNeeded" | "autoHide" | "autoHideTimeout" | "autoHideDuration" | "thumbSize" | "thumbMinSize" | "universal" | "autoHeight" | "autoHeightMin" | "autoHeightMax" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "hrefLang" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("react").RefAttributes<HTMLElement>>;
5
+ export declare const ScrollBars: import("react").ForwardRefExoticComponent<ScrollbarProps & import("react").RefAttributes<any>>;
6
6
  //# sourceMappingURL=ScrollBars.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEnF,OAAO,mBAAmB,CAAC;AAC3B,OAAO,sDAAsD,CAAC;AAQ9D,eAAO,MAAM,UAAU,wvMAA+D,CAAC"}
1
+ {"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEnF,OAAO,mBAAmB,CAAC;AAC3B,OAAO,sDAAsD,CAAC;AAQ9D,eAAO,MAAM,UAAU,gGAA+D,CAAC"}
@@ -4,5 +4,5 @@ import '../../assets/styles/variables/layout/scrollBars.scss';
4
4
  import './VirtualList.scss';
5
5
  export interface VirtualListMods {
6
6
  }
7
- export declare const VirtualList: import("react").ForwardRefExoticComponent<VirtualListProps<any, any> & VirtualListMods & import("react").RefAttributes<HTMLElement>>;
7
+ export declare const VirtualList: import("react").ForwardRefExoticComponent<VirtualListProps<any, any> & VirtualListMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=VirtualList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiC,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACvF,OAAO,sDAAsD,CAAC;AAC9D,OAAO,oBAAoB,CAAC;AAE5B,MAAM,WAAW,eAAe;CAC/B;AAQD,eAAO,MAAM,WAAW,sIAAoF,CAAC"}
1
+ {"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiC,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACvF,OAAO,sDAAsD,CAAC;AAC9D,OAAO,oBAAoB,CAAC;AAE5B,MAAM,WAAW,eAAe;CAC/B;AAQD,eAAO,MAAM,WAAW,8HAAoF,CAAC"}
@@ -3,5 +3,5 @@ import { DropdownContainerProps } from '@epam/uui-components';
3
3
  import '../../assets/styles/variables/overlays/dropdownContainer.scss';
4
4
  export interface DropdownContainerMods {
5
5
  }
6
- export declare const DropdownContainer: import("react").ForwardRefExoticComponent<DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const DropdownContainer: import("react").ForwardRefExoticComponent<DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>>;
7
7
  //# sourceMappingURL=DropdownContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC7G,OAAO,+DAA+D,CAAC;AAGvE,MAAM,WAAW,qBAAqB;CAAG;AASzC,eAAO,MAAM,iBAAiB,wIAAgH,CAAC"}
1
+ {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC7G,OAAO,+DAA+D,CAAC;AAGvE,MAAM,WAAW,qBAAqB;CAAG;AASzC,eAAO,MAAM,iBAAiB,gIAAgH,CAAC"}
@@ -15,7 +15,7 @@ export declare const DropdownControlKeys: {
15
15
  UP_ARROW: string;
16
16
  DOWN_ARROW: string;
17
17
  };
18
- export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<HTMLElement>>;
18
+ export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<any>>;
19
19
  export declare const DropdownMenuButton: {
20
20
  (props: IDropdownMenuItemProps): JSX.Element;
21
21
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjF,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACvD,OAAO,IAAI,IAAI,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,4FAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAyBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjF,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACvD,OAAO,IAAI,IAAI,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAyBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
@@ -5,12 +5,12 @@ import '../../assets/styles/variables/overlays/modals.scss';
5
5
  export interface ModalBlockerMods {
6
6
  overlay?: boolean;
7
7
  }
8
- export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<HTMLElement>>;
8
+ export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
9
9
  export interface ModalWindowMods {
10
10
  width?: number;
11
11
  height?: number | 'auto';
12
12
  }
13
- export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<HTMLElement>>;
13
+ export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<any>>;
14
14
  export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
15
15
  }
16
16
  export declare class ModalHeader extends React.Component<ModalHeaderProps> {
@@ -1 +1 @@
1
- {"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAuB,OAAO,EAAY,MAAM,WAAW,CAAC;AAInE,OAAO,oDAAoD,CAAC;AAG5D,MAAM,WAAW,gBAAgB;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,0GAIvB,CAAC;AAEH,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,wGAWvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAiBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAaT"}
1
+ {"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAuB,OAAO,EAAY,MAAM,WAAW,CAAC;AAInE,OAAO,oDAAoD,CAAC;AAG5D,MAAM,WAAW,gBAAgB;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,kGAIvB,CAAC;AAEH,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,gGAWvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAiBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAaT"}
@@ -3,5 +3,5 @@ import { TooltipProps } from '@epam/uui-components';
3
3
  import '../../assets/styles/variables/overlays/tooltip.scss';
4
4
  export interface TooltipMods {
5
5
  }
6
- export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<any>>;
7
7
  //# sourceMappingURL=Tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,WAAW;CAC3B;AASD,eAAO,MAAM,OAAO,oHAAoE,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,WAAW;CAC3B;AASD,eAAO,MAAM,OAAO,4GAAoE,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { ArrayDataSource, LazyDataSource, AsyncDataSource } from '@epam/uui-core';
2
+ import { DocBuilder, PropSamplesCreationContext } from '@epam/uui-docs';
3
+ import { PickerBaseOptions } from '@epam/uui-components';
4
+ export declare const getDataSourceExamples: (ctx: PropSamplesCreationContext) => ({
5
+ name: string;
6
+ isDefault: boolean;
7
+ value: AsyncDataSource<import("@epam/uui-docs").Language, any, any>;
8
+ } | {
9
+ name: string;
10
+ value: ArrayDataSource<{
11
+ id: number;
12
+ level: string;
13
+ }, any, any>;
14
+ isDefault?: undefined;
15
+ } | {
16
+ name: string;
17
+ value: AsyncDataSource<import("@epam/uui-docs").City, any, any>;
18
+ isDefault?: undefined;
19
+ } | {
20
+ name: string;
21
+ value: AsyncDataSource<import("@epam/uui-docs").Location, any, any>;
22
+ isDefault?: undefined;
23
+ } | {
24
+ name: string;
25
+ value: LazyDataSource<any, any, any>;
26
+ isDefault?: undefined;
27
+ })[];
28
+ export declare const pickerBaseOptionsDoc: DocBuilder<PickerBaseOptions<any, any>>;
29
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/common.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,UAAU,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAOzD,eAAO,MAAM,qBAAqB,QAAS,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;IAgCpE,CAAC;AAEF,eAAO,MAAM,oBAAoB,yCAkDkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PickerInputBaseProps } from '@epam/uui-components';
2
+ import { DocBuilder } from '@epam/uui-docs';
3
+ declare const PickerInputDoc: DocBuilder<PickerInputBaseProps<any, any> & import("../..").SizeMod & import("../..").IHasEditMode>;
4
+ export = PickerInputDoc;
5
+ //# sourceMappingURL=pickerInput.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pickerInput.doc.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/pickerInput.doc.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAiB,MAAM,gBAAgB,CAAC;AAU3D,QAAA,MAAM,cAAc,qGAyCa,CAAC;AAElC,SAAS,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { DocBuilder } from '@epam/uui-docs';
2
+ import { PickerTogglerProps } from '@epam/uui-components';
3
+ import { PickerTogglerMods } from '../PickerToggler';
4
+ declare const PickerTogglerDoc: DocBuilder<PickerTogglerProps<any, any> & PickerTogglerMods>;
5
+ export = PickerTogglerDoc;
6
+ //# sourceMappingURL=pickerToggler.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pickerToggler.doc.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/pickerToggler.doc.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,OAAO,EAAiB,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEpE,QAAA,MAAM,gBAAgB,8DAaW,CAAC;AAElC,SAAS,gBAAgB,CAAC"}
@@ -8,5 +8,5 @@ export interface TextMods extends TextSettings {
8
8
  font?: types.FontStyle;
9
9
  color?: 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast';
10
10
  }
11
- export declare const Text: React.ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<HTMLDivElement> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & React.RefAttributes<HTMLElement>>;
11
+ export declare const Text: React.ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<HTMLDivElement> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & React.RefAttributes<any>>;
12
12
  //# sourceMappingURL=Text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAkB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,oDAAoD,CAAC;AAC5D,OAAO,0CAA0C,CAAC;AAElD,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;CACvE;AAgBD,eAAO,MAAM,IAAI,gWAAwD,CAAC"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAkB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,oDAAoD,CAAC;AAC5D,OAAO,0CAA0C,CAAC;AAElD,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;CACvE;AAgBD,eAAO,MAAM,IAAI,wVAAwD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { AvatarProps } from '@epam/uui-components';
3
- export declare const Avatar: import("react").ForwardRefExoticComponent<AvatarProps & import("react").RefAttributes<HTMLElement>>;
3
+ export declare const Avatar: import("react").ForwardRefExoticComponent<AvatarProps & import("react").RefAttributes<any>>;
4
4
  //# sourceMappingURL=Avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../components/widgets/Avatar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,eAAO,MAAM,MAAM,qGAA6C,CAAC"}
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../components/widgets/Avatar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExE,eAAO,MAAM,MAAM,6FAA6C,CAAC"}
@@ -12,5 +12,5 @@ export interface BadgeMods {
12
12
  export interface BadgeProps extends ButtonProps, BadgeMods {
13
13
  }
14
14
  export declare function applyBadgeMods(mods: BadgeMods): string[];
15
- export declare const Badge: React.ForwardRefExoticComponent<Pick<ButtonProps & BadgeMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof BadgeMods> & React.RefAttributes<HTMLElement>>;
15
+ export declare const Badge: React.ForwardRefExoticComponent<Pick<ButtonProps & BadgeMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "clearIcon" | "captionCX" | keyof BadgeMods> & React.RefAttributes<any>>;
16
16
  //# sourceMappingURL=Badge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,kDAAkD,CAAC;AAa1D,oBAAY,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAClE,oBAAY,SAAS,GAAG,OAAO,CAAC;AAChC,oBAAY,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE,MAAM,WAAW,SAAS;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,UAAU,CAAC;CACtB;AAED,MAAM,WAAW,UAAW,SAAQ,WAAW,EAAE,SAAS;CAAG;AAE7D,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,YAS7C;AAED,eAAO,MAAM,KAAK,+eAQjB,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,kDAAkD,CAAC;AAa1D,oBAAY,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAClE,oBAAY,SAAS,GAAG,OAAO,CAAC;AAChC,oBAAY,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE,MAAM,WAAW,SAAS;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,UAAU,CAAC;CACtB;AAED,MAAM,WAAW,UAAW,SAAQ,WAAW,EAAE,SAAS;CAAG;AAE7D,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,YAS7C;AAED,eAAO,MAAM,KAAK,ueAQjB,CAAC"}
@@ -5,5 +5,5 @@ export interface TagMods {
5
5
  size?: '18' | '24' | '30' | '36' | '42' | '48';
6
6
  }
7
7
  export declare function applyTagMods(mods: TagMods): string[];
8
- export declare const Tag: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TagMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "size" | "clearIcon" | "captionCX"> & import("react").RefAttributes<HTMLElement>>;
8
+ export declare const Tag: import("react").ForwardRefExoticComponent<Pick<ButtonProps & TagMods, "cx" | "onClick" | "rawProps" | "tabIndex" | "isDisabled" | "link" | "count" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "caption" | "dropdownIcon" | "dropdownIconPosition" | "countPosition" | "isLinkActive" | "href" | "target" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "onClear" | "placeholder" | "forwardedRef" | "size" | "clearIcon" | "captionCX"> & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=Tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":";AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,gDAAgD,CAAC;AAcxD,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAClD;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,YAOzC;AAED,eAAO,MAAM,GAAG,wfAOf,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":";AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,gDAAgD,CAAC;AAcxD,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAClD;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,YAOzC;AAED,eAAO,MAAM,GAAG,gfAOf,CAAC"}