@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.
Files changed (122) hide show
  1. package/assets/styles/inputs.scss +4 -4
  2. package/components/buttons/Button.d.ts +1 -1
  3. package/components/buttons/Button.d.ts.map +1 -1
  4. package/components/buttons/LinkButton.d.ts +2 -2
  5. package/components/buttons/LinkButton.d.ts.map +1 -1
  6. package/components/buttons/TabButton.d.ts +2 -2
  7. package/components/buttons/TabButton.d.ts.map +1 -1
  8. package/components/datePickers/DatePicker.d.ts +21 -2
  9. package/components/datePickers/DatePicker.d.ts.map +1 -1
  10. package/components/datePickers/DatePickerBody.d.ts +2 -2
  11. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  12. package/components/datePickers/RangeDatePicker.d.ts +20 -3
  13. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  14. package/components/datePickers/RangeDatePickerBody.d.ts +18 -6
  15. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  16. package/components/datePickers/RangeDatePickerInput.d.ts +4 -8
  17. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
  18. package/components/datePickers/helpers.d.ts +1 -1
  19. package/components/datePickers/helpers.d.ts.map +1 -1
  20. package/components/datePickers/index.d.ts +0 -1
  21. package/components/datePickers/index.d.ts.map +1 -1
  22. package/components/datePickers/types.d.ts +5 -136
  23. package/components/datePickers/types.d.ts.map +1 -1
  24. package/components/fileUpload/FileCard.d.ts +2 -2
  25. package/components/fileUpload/FileCard.d.ts.map +1 -1
  26. package/components/fileUpload/SvgCircleProgress.d.ts +2 -2
  27. package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
  28. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  29. package/components/filters/FilterPanelItemToggler.d.ts +5 -4
  30. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
  31. package/components/filters/FilterPickerBody.d.ts +1 -1
  32. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  33. package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
  34. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
  35. package/components/filters/FiltersPanel.d.ts +2 -2
  36. package/components/filters/FiltersPanel.d.ts.map +1 -1
  37. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  38. package/components/filters/PresetPanel/Preset.d.ts +1 -1
  39. package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
  40. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +1 -1
  41. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
  42. package/components/filters/PresetPanel/PresetInput.d.ts +1 -1
  43. package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
  44. package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
  45. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
  46. package/components/filters/constants.d.ts +4 -0
  47. package/components/filters/constants.d.ts.map +1 -1
  48. package/components/inputs/MultiSwitch.d.ts +3 -3
  49. package/components/inputs/MultiSwitch.d.ts.map +1 -1
  50. package/components/inputs/Switch.d.ts +1 -1
  51. package/components/inputs/Switch.d.ts.map +1 -1
  52. package/components/inputs/TextInput.d.ts +2 -2
  53. package/components/inputs/TextInput.d.ts.map +1 -1
  54. package/components/inputs/timePicker/TimePicker.d.ts +3 -2
  55. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  56. package/components/layout/FlexItems/FlexRow.d.ts +1 -1
  57. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  58. package/components/layout/FlexItems/Panel.d.ts +1 -1
  59. package/components/layout/VirtualList.d.ts +3 -2
  60. package/components/layout/VirtualList.d.ts.map +1 -1
  61. package/components/navigation/Anchor.d.ts +1 -1
  62. package/components/navigation/Anchor.d.ts.map +1 -1
  63. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
  64. package/components/navigation/MainMenu/GlobalMenu.d.ts +2 -2
  65. package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
  66. package/components/navigation/MainMenu/MainMenuAvatar.d.ts +2 -2
  67. package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
  68. package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -2
  69. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  70. package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -2
  71. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  72. package/components/navigation/MainMenu/MainMenuSearch.d.ts +2 -2
  73. package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
  74. package/components/overlays/Alert.d.ts +6 -6
  75. package/components/overlays/Alert.d.ts.map +1 -1
  76. package/components/overlays/DropdownMenu.d.ts +2 -2
  77. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  78. package/components/overlays/NotificationCard.d.ts +7 -7
  79. package/components/overlays/NotificationCard.d.ts.map +1 -1
  80. package/components/overlays/Tooltip.d.ts +4 -1
  81. package/components/overlays/Tooltip.d.ts.map +1 -1
  82. package/components/pickers/DataPickerBody.d.ts +1 -2
  83. package/components/pickers/DataPickerBody.d.ts.map +1 -1
  84. package/components/pickers/DataPickerFooter.d.ts +1 -0
  85. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  86. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  87. package/components/pickers/PickerInput.d.ts +6 -3
  88. package/components/pickers/PickerInput.d.ts.map +1 -1
  89. package/components/pickers/PickerToggler.d.ts +4 -1
  90. package/components/pickers/PickerToggler.d.ts.map +1 -1
  91. package/components/pickers/PickerTogglerTag.d.ts +1 -1
  92. package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
  93. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
  94. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +2 -2
  95. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
  96. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts +2 -2
  97. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
  98. package/components/tables/DataTableCell.d.ts.map +1 -1
  99. package/components/widgets/Badge.d.ts +2 -2
  100. package/components/widgets/Badge.d.ts.map +1 -1
  101. package/components/widgets/CountIndicator.d.ts +2 -2
  102. package/components/widgets/CountIndicator.d.ts.map +1 -1
  103. package/components/widgets/IndeterminateBar.d.ts +2 -2
  104. package/components/widgets/IndeterminateBar.d.ts.map +1 -1
  105. package/components/widgets/IndicatorBar.d.ts +2 -2
  106. package/components/widgets/IndicatorBar.d.ts.map +1 -1
  107. package/components/widgets/StatusIndicator.d.ts +16 -3
  108. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  109. package/components/widgets/Tag.d.ts +1 -1
  110. package/components/widgets/Tag.d.ts.map +1 -1
  111. package/i18n.d.ts +1 -0
  112. package/i18n.d.ts.map +1 -1
  113. package/index.esm.js +1333 -1329
  114. package/index.esm.js.map +1 -1
  115. package/index.js +1331 -1325
  116. package/index.js.map +1 -1
  117. package/package.json +7 -8
  118. package/settings.d.ts +40 -4
  119. package/settings.d.ts.map +1 -1
  120. package/stats.html +19 -1
  121. package/styles.css +1702 -1616
  122. package/styles.css.map +1 -1
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { DataTableState, IPresetsApi, ITablePreset } from '@epam/uui-core';
2
+ import type { DataTableState, IPresetsApi, ITablePreset } from '@epam/uui-core';
3
3
  interface IPresetProps extends Omit<IPresetsApi, 'presets'> {
4
4
  preset: ITablePreset;
5
5
  addPreset: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQ3E,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;CAC9B;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,qBAkDzC"}
1
+ {"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/Preset.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUhF,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;CAC9B;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,qBAsDzC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IPresetsApi, ITablePreset, DataTableState } from '@epam/uui-core';
2
+ import type { IPresetsApi, ITablePreset, DataTableState } from '@epam/uui-core';
3
3
  interface ITubButtonDropdownProps extends Omit<IPresetsApi, 'presets'> {
4
4
  preset: ITablePreset;
5
5
  addPreset: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAoB,YAAY,EAAiB,cAAc,EAAqB,MAAM,gBAAgB,CAAC;AAc/H,UAAU,uBAAwB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAClE,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,uBAAuB,qBAgHnE"}
1
+ {"version":3,"file":"PresetActionsDropdown.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetActionsDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,WAAW,EAAoB,YAAY,EAAE,cAAc,EAAqB,MAAM,gBAAgB,CAAC;AAQrH,UAAU,uBAAwB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAClE,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,uBAAuB,qBA8InE"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ITablePreset } from '@epam/uui-core';
2
+ import type { ITablePreset } from '@epam/uui-core';
3
3
  interface IPresetInputProps {
4
4
  onCancel: () => void;
5
5
  onSuccess?: (name: string) => Promise<any>;
@@ -1 +1 @@
1
- {"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAIrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,qBAwCnD"}
1
+ {"version":3,"file":"PresetInput.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAOnD,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,qBAwCnD"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { DataTableState, IHasRawProps, IPresetsApi } from '@epam/uui-core';
2
+ import type { DataTableState, IHasRawProps, IPresetsApi } from '@epam/uui-core';
3
3
  export interface PresetsPanelProps extends IPresetsApi, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
4
4
  /** Current state value of the table(list) */
5
5
  tableState: DataTableState;
@@ -1 +1 @@
1
- {"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,EACH,cAAc,EAAE,YAAY,EAAE,WAAW,EAC5C,MAAM,gBAAgB,CAAC;AAYxB,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtG,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA2FpD"}
1
+ {"version":3,"file":"PresetsPanel.d.ts","sourceRoot":"","sources":["../../../../components/filters/PresetPanel/PresetsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,WAAW,EAAgB,MAAM,gBAAgB,CAAC;AAc9F,MAAM,WAAW,iBAAkB,SAAQ,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtG,6CAA6C;IAC7C,UAAU,EAAE,cAAc,CAAC;CAC9B;AAID,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA4GpD"}
@@ -2,4 +2,8 @@ export declare const UUI_FILTERS_PANEL_ADD_BUTTON = "uui-filters-panel-add-butto
2
2
  export declare const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = "uui-filters-panel-add-button-body";
3
3
  export declare const UUI_FILTERS_PANEL_ITEM_BODY = "uui-filters-panel-item-body";
4
4
  export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER = "uui-filters-panel-item-toggler";
5
+ export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = "uui-filters-panel-item-toggler-title";
6
+ export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = "uui-filters-panel-item-toggler-selection";
7
+ export declare const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = "uui-filters-panel-item-toggler-postfix";
8
+ export declare const UUI_FILTERS_PANEL_BODY_FOOTER = "uui-filters-panel-item-footer";
5
9
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../components/filters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,8BAA8B,mCAAmC,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../components/filters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,iCAAiC,sCAAsC,CAAC;AACrF,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,8BAA8B,mCAAmC,CAAC;AAC/E,eAAO,MAAM,oCAAoC,yCAAyC,CAAC;AAC3F,eAAO,MAAM,wCAAwC,6CAA6C,CAAC;AACnG,eAAO,MAAM,sCAAsC,2CAA2C,CAAC;AAC/F,eAAO,MAAM,6BAA6B,kCAAkC,CAAC"}
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  import { IEditable, IHasRawProps, Overwrite } from '@epam/uui-core';
3
3
  import { ButtonProps } from '../buttons';
4
4
  import { ControlSize } from '../types';
5
+ import type { JSX } from 'react';
5
6
  type MultiSwitchItem = ButtonProps & {
6
7
  /**
7
8
  * Defines the id of MultiSwitchItem.
@@ -23,7 +24,7 @@ interface MultiSwitchMods {
23
24
  export interface MultiSwitchModsOverride {
24
25
  }
25
26
  /** Represents the 'Core properties' for the MultiSwitch component. */
26
- export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement> & {
27
+ export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & {
27
28
  /**
28
29
  * Defines an array of MultiSwitchItems.
29
30
  */
@@ -31,7 +32,6 @@ export type MultiSwitchCoreProps<TValue> = IEditable<TValue> & IHasRawProps<Reac
31
32
  };
32
33
  /** Represents the properties for the MultiSwitch component. */
33
34
  export type MultiSwitchProps<TValue = unknown> = MultiSwitchCoreProps<TValue> & Overwrite<MultiSwitchMods, MultiSwitchModsOverride>;
34
- declare function MultiSwitchComponent<TValue>(props: MultiSwitchProps<TValue>): React.JSX.Element;
35
- export declare const MultiSwitch: typeof MultiSwitchComponent;
35
+ export declare const MultiSwitch: <TValue>(props: MultiSwitchProps<TValue>) => JSX.Element;
36
36
  export {};
37
37
  //# sourceMappingURL=MultiSwitch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,EAAU,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,KAAK,eAAe,GAAG,WAAW,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,GAAG,CAAC;CACX,CAAC;AAEF,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,sEAAsE;AACtE,MAAM,MAAM,oBAAoB,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,GAAG;IACtJ;;OAEG;IACH,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B,CAAC;AAEF,+DAA+D;AAC/D,MAAM,MAAM,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC;AAEpI,iBAAS,oBAAoB,CAAC,MAAM,EAAE,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,qBA6BpE;AAED,eAAO,MAAM,WAAW,6BAAuB,CAAC"}
1
+ {"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,EAAU,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,KAAK,eAAe,GAAG,WAAW,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,GAAG,CAAC;CACX,CAAC;AAEF,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,sEAAsE;AACtE,MAAM,MAAM,oBAAoB,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG;IAChH;;OAEG;IACH,KAAK,EAAE,eAAe,EAAE,CAAC;CAC5B,CAAC;AAEF,+DAA+D;AAC/D,MAAM,MAAM,gBAAgB,CAAC,MAAM,GAAG,OAAO,IAAI,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC;AAgCpI,eAAO,MAAM,WAAW,kBAA6D,iBAAiB,MAAM,CAAC,KAAK,WAAW,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { Overwrite } from '@epam/uui-core';
2
+ import type { Overwrite } from '@epam/uui-core';
3
3
  import * as uuiComponents from '@epam/uui-components';
4
4
  interface SwitchMods {
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,WAAW,WAAY,SAAQ,aAAa,CAAC,WAAW,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAU5G,eAAO,MAAM,MAAM,iFAA0F,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,WAAW,WAAY,SAAQ,aAAa,CAAC,WAAW,EAAE,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC;CAAG;AAU5G,eAAO,MAAM,MAAM,iFAA0F,CAAC"}
@@ -15,9 +15,9 @@ export interface TextInputModsOverride {
15
15
  export interface TextInputProps extends CoreTextInputProps, Overwrite<TextInputMods, TextInputModsOverride> {
16
16
  }
17
17
  /** Represents the properties for a SearchInput component. */
18
- export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions, React.RefAttributes<HTMLInputElement> {
18
+ export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
19
19
  }
20
20
  export declare const TextInput: React.ComponentType<TextInputProps & React.RefAttributes<any>>;
21
- export declare const SearchInput: (props: SearchInputProps) => React.JSX.Element;
21
+ export declare const SearchInput: React.ForwardRefExoticComponent<SearchInputProps & React.RefAttributes<HTMLInputElement>>;
22
22
  export {};
23
23
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACpG,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAUzC,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE9G,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;CAAG;AAE7H,eAAO,MAAM,SAAS,gEAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,UAAW,gBAAgB,sBAyBlD,CAAC"}
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,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACpG,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAUzC,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE9G,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS,gEAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,2FAyBtB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
- import { TimePickerProps } from './types';
3
- export declare function TimePicker(props: TimePickerProps): React.JSX.Element;
2
+ import type { TimePickerProps } from './types';
3
+ export declare function TimePickerComponent(props: TimePickerProps, ref: React.ForwardedRef<HTMLElement>): React.JSX.Element;
4
+ export declare const TimePicker: React.ForwardRefExoticComponent<TimePickerProps & React.RefAttributes<HTMLElement>>;
4
5
  //# sourceMappingURL=TimePicker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAa3D,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBA0IhD"}
1
+ {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAUnD,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAahE,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,qBA0I/F;AAED,eAAO,MAAM,UAAU,qFAAwC,CAAC"}
@@ -36,5 +36,5 @@ export interface FlexRowModsOverride {
36
36
  /** Represents the properties of the FlexRow component. */
37
37
  export interface FlexRowProps extends uuiFlexRowProps, Overwrite<FlexRowMods, FlexRowModsOverride> {
38
38
  }
39
- export declare const FlexRow: (props: FlexRowProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element;
39
+ export declare const FlexRow: React.ForwardRefExoticComponent<FlexRowProps & React.RefAttributes<HTMLDivElement>>;
40
40
  //# sourceMappingURL=FlexRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEH,YAAY,IAAI,eAAe,EAG3B,SAAS,EAChB,MAAM,gBAAgB,CAAC;AAMxB,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC;;;;SAIK;IACL,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,qIAAqI;IACrI,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,kIAAkI;IAClI,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;CAAG;AAEvC,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAErG,eAAO,MAAM,OAAO,UAAW,YAAY,GAAG,MAAM,aAAa,CAAC,cAAc,CAAC,sBAoDhF,CAAC"}
1
+ {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAEH,YAAY,IAAI,eAAe,EAG3B,SAAS,EAChB,MAAM,gBAAgB,CAAC;AAMxB,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC;;;;SAIK;IACL,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,qIAAqI;IACrI,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,kIAAkI;IAClI,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;CAAG;AAEvC,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAErG,eAAO,MAAM,OAAO,qFA2DlB,CAAC"}
@@ -7,7 +7,7 @@ interface PanelMods {
7
7
  }
8
8
  /** Represents the properties of the Panel component. */
9
9
  export type PanelProps = VPanelProps & PanelMods;
10
- export declare const Panel: import("react").ComponentType<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
10
+ export declare const Panel: import("react").ComponentType<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
11
11
  style?: import("react").CSSProperties;
12
12
  } & PanelMods & import("react").RefAttributes<any>>;
13
13
  export {};
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IHasCX, IEditable, VirtualListState, IHasRawProps, UseVirtualListProps } from '@epam/uui-core';
3
+ import { ScrollbarsApi } from '@epam/uui-components';
3
4
  import { HTMLAttributes } from 'react';
4
5
  export interface VirtualListRenderRowsParams<ListContainer extends HTMLElement = any> {
5
6
  listContainerRef: React.MutableRefObject<ListContainer>;
@@ -19,13 +20,13 @@ type VirtualListRenderRows<List extends HTMLElement = any> = {
19
20
  rows: React.ReactNode[];
20
21
  renderRows?: (config: VirtualListRenderRowsParams<List>) => React.ReactNode;
21
22
  };
22
- interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>>, Pick<UseVirtualListProps, 'rowsCount' | 'rowsSelector' | 'onScroll'>, React.RefAttributes<HTMLDivElement> {
23
+ interface BaseVirtualListProps extends IHasCX, IEditable<VirtualListState>, IHasRawProps<HTMLAttributes<HTMLDivElement>>, Pick<UseVirtualListProps, 'rowsCount' | 'rowsSelector' | 'onScroll'> {
23
24
  /** HTML role attribute to place on list container */
24
25
  role?: React.HTMLAttributes<HTMLDivElement>['role'];
25
26
  /** Pass true, to enable Blocker while list loading */
26
27
  isLoading?: boolean;
27
28
  }
28
29
  export type VirtualListProps<List extends HTMLElement = any> = BaseVirtualListProps & VirtualListRenderRows<List>;
29
- export declare function VirtualList(props: VirtualListProps): React.JSX.Element;
30
+ export declare const VirtualList: React.ForwardRefExoticComponent<VirtualListProps<any> & React.RefAttributes<ScrollbarsApi>>;
30
31
  export {};
31
32
  //# sourceMappingURL=VirtualList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAkE,mBAAmB,EACzI,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,2BAA2B,CAAC,aAAa,SAAS,WAAW,GAAG,GAAG;IAChF,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE;QACX,WAAW,EAAE,OAAO,CAAC;QACrB,cAAc,EAAE,OAAO,CAAC;QACxB,cAAc,EAAE,OAAO,CAAC;QACxB,eAAe,EAAE,OAAO,CAAC;KAC5B,CAAC;CACL;AACD,KAAK,qBAAqB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI;IACzD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,GAAG;IACA,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/E,CAAC;AAEF,UAAU,oBACN,SAAQ,MAAM,EACd,SAAS,CAAC,gBAAgB,CAAC,EAC3B,YAAY,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAC5C,IAAI,CAAC,mBAAmB,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC,EACpE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;IACnC,qDAAqD;IACrD,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACpD,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,gBAAgB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI,oBAAoB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAElH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAsDlD"}
1
+ {"version":3,"file":"VirtualList.d.ts","sourceRoot":"","sources":["../../../components/layout/VirtualList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACH,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAkE,mBAAmB,EACzI,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAIrD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,2BAA2B,CAAC,aAAa,SAAS,WAAW,GAAG,GAAG;IAChF,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE;QACX,WAAW,EAAE,OAAO,CAAC;QACrB,cAAc,EAAE,OAAO,CAAC;QACxB,cAAc,EAAE,OAAO,CAAC;QACxB,eAAe,EAAE,OAAO,CAAC;KAC5B,CAAC;CACL;AACD,KAAK,qBAAqB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI;IACzD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,UAAU,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,GAAG;IACA,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,2BAA2B,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC/E,CAAC;AAEF,UAAU,oBACN,SAAQ,MAAM,EACd,SAAS,CAAC,gBAAgB,CAAC,EAC3B,YAAY,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC;IAClH,qDAAqD;IACrD,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACpD,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,gBAAgB,CAAC,IAAI,SAAS,WAAW,GAAG,GAAG,IAAI,oBAAoB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAElH,eAAO,MAAM,WAAW,6FAqDtB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<HTMLAnchorElement> & import("react").RefAttributes<any>>;
2
+ export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<any>>;
3
3
  //# sourceMappingURL=Anchor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,seAAkE,CAAC"}
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,mbAAkE,CAAC"}
@@ -6,7 +6,7 @@ interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
6
6
  indentLevel?: number;
7
7
  }
8
8
  export type BurgerButtonProps = ButtonProps & BurgerButtonMods;
9
- export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
9
+ export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & {
10
10
  onClear?(e?: any): void;
11
11
  clearIcon?: import("@epam/uui-core").Icon;
12
12
  dropdownIcon?: import("@epam/uui-core").Icon;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
3
3
  /** Represents the properties of the GlobalMenu component. */
4
- export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLButtonElement>>, React.RefAttributes<HTMLButtonElement> {
4
+ export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLButtonElement>> {
5
5
  }
6
- export declare function GlobalMenu(props: GlobalMenuProps): React.JSX.Element;
6
+ export declare const GlobalMenu: React.ForwardRefExoticComponent<GlobalMenuProps & React.RefAttributes<HTMLButtonElement>>;
7
7
  //# sourceMappingURL=GlobalMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/GlobalMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrE,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC;CAAG;AAEhK,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBAMhD"}
1
+ {"version":3,"file":"GlobalMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/GlobalMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrE,6DAA6D;AAC7D,MAAM,WAAW,eAAgB,SAAQ,aAAa,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;CAAG;AAExH,eAAO,MAAM,UAAU,2FAIrB,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX, IClickable, IHasRawProps } from '@epam/uui-core';
3
3
  /** Represents the properties of the MainMenuAvatar component. */
4
- export interface MainMenuAvatarProps extends IClickable, IAdaptiveItem, IDropdownToggler, IHasCX, IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>>, React.RefAttributes<HTMLButtonElement> {
4
+ export interface MainMenuAvatarProps extends IClickable, IAdaptiveItem, IDropdownToggler, IHasCX, IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
5
5
  avatarUrl?: string;
6
6
  icon?: Icon;
7
7
  }
8
- export declare function MainMenuAvatar(props: MainMenuAvatarProps): React.JSX.Element;
8
+ export declare const MainMenuAvatar: React.ForwardRefExoticComponent<MainMenuAvatarProps & React.RefAttributes<HTMLButtonElement>>;
9
9
  //# sourceMappingURL=MainMenuAvatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAc,UAAU,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrH,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAC5F,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC;IACnG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAiBxD"}
1
+ {"version":3,"file":"MainMenuAvatar.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAc,UAAU,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKrH,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IACzJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,cAAc,+FAezB,CAAC"}
@@ -7,12 +7,17 @@ interface MainMenuButtonMods {
7
7
  */
8
8
  type?: 'primary' | 'secondary';
9
9
  }
10
- export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & React.RefAttributes<HTMLButtonElement> & {
10
+ export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & {
11
11
  /** Icon for drop-down toggler */
12
12
  dropdownIcon?: Icon;
13
13
  /** Count value to be placed in component */
14
14
  count?: React.ReactNode;
15
15
  };
16
- export declare function MainMenuButton(props: MainMenuButtonProps): React.JSX.Element;
16
+ export declare const MainMenuButton: React.ForwardRefExoticComponent<MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, "isDisabled"> & IHasIcon & IHasCaption & {
17
+ /** Icon for drop-down toggler */
18
+ dropdownIcon?: Icon;
19
+ /** Count value to be placed in component */
20
+ count?: React.ReactNode;
21
+ } & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
17
22
  export {};
18
23
  //# sourceMappingURL=MainMenuButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,GAAG;IAChE,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBA8CxD"}
1
+ {"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG;IACvB,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,cAAc;IANvB,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAiDzB,CAAC"}
@@ -2,8 +2,14 @@ import * as React from 'react';
2
2
  import { Icon, IAdaptiveItem } from '@epam/uui-core';
3
3
  import { ButtonProps } from '@epam/uui-components';
4
4
  /** Represents the properties of the MainMenuIcon component. */
5
- export type MainMenuIconProps = ButtonProps & IAdaptiveItem & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement> & {
5
+ export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
6
6
  icon: Icon;
7
7
  };
8
- export declare function MainMenuIcon(props: MainMenuIconProps): React.JSX.Element;
8
+ export declare const MainMenuIcon: React.ForwardRefExoticComponent<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
9
+ onClear?(e?: any): void;
10
+ clearIcon?: Icon;
11
+ dropdownIcon?: Icon;
12
+ } & IAdaptiveItem & {
13
+ icon: Icon;
14
+ } & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
9
15
  //# sourceMappingURL=MainMenuIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,GAAG;IAIvH,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAIpD"}
1
+ {"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;UAHf,IAAI;+DAKZ,CAAC"}
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { TextInputProps } from '@epam/uui-components';
3
3
  import { IAdaptiveItem } from '@epam/uui-core';
4
4
  /** Represents the properties of the MainMenuSearch component. */
5
- export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem, React.RefAttributes<HTMLInputElement> {
5
+ export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem {
6
6
  }
7
- export declare function MainMenuSearch(props: MainMenuSearchProps): React.JSX.Element;
7
+ export declare const MainMenuSearch: React.ForwardRefExoticComponent<MainMenuSearchProps & React.RefAttributes<HTMLInputElement>>;
8
8
  //# sourceMappingURL=MainMenuSearch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;CAAG;AAEpH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBAkBxD"}
1
+ {"version":3,"file":"MainMenuSearch.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAa,MAAM,sBAAsB,CAAC;AAGjE,OAAO,EAAM,aAAa,EAAsB,MAAM,gBAAgB,CAAC;AAGvE,iEAAiE;AACjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc,EAAE,aAAa;CAAG;AAE7E,eAAO,MAAM,cAAc,8FAgBzB,CAAC"}
@@ -10,7 +10,7 @@ interface AlertMods {
10
10
  }
11
11
  export interface AlertModsOverride {
12
12
  }
13
- export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, React.RefAttributes<HTMLDivElement> {
13
+ export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
14
14
  /** List of actions to display in the alert. Each action has name and 'action' callback */
15
15
  actions?: AlertNotificationAction[];
16
16
  /** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
@@ -26,10 +26,10 @@ export interface AlertCoreProps extends IHasChildren, IHasCX, IHasRawProps<React
26
26
  /** Represents the properties of the Alert component. */
27
27
  export interface AlertProps extends AlertCoreProps, Overwrite<AlertMods, AlertModsOverride> {
28
28
  }
29
- export declare function Alert(props: AlertProps): React.JSX.Element;
30
- export declare function WarningAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
31
- export declare function SuccessAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
32
- export declare function HintAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
33
- export declare function ErrorAlert(props: Omit<AlertProps, 'color'>): React.JSX.Element;
29
+ export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
30
+ export declare const WarningAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
31
+ export declare const SuccessAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
32
+ export declare const HintAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
33
+ export declare const ErrorAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "color"> & React.RefAttributes<HTMLDivElement>>;
34
34
  export {};
35
35
  //# sourceMappingURL=Alert.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAOrF,UAAU,uBAAuB;IAI7B,IAAI,EAAE,MAAM,CAAC;IAIb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,SAAS;IACf,kBAAkB;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,MAAM,WAAW,iBAAiB;CAAG;AAErC,MAAM,WAAW,cAAe,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;IACjJ,0FAA0F;IAC1F,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACpC,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,wDAAwD;AACxD,MAAM,WAAW,UAAW,SAAQ,cAAc,EAAE,SAAS,CAAC,SAAS,EAAE,iBAAiB,CAAC;CAAG;AAE9F,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,qBA4CtC;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE5D;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE5D;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAEzD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,qBAE1D"}
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAOrF,UAAU,uBAAuB;IAI7B,IAAI,EAAE,MAAM,CAAC;IAIb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,SAAS;IACf,kBAAkB;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,MAAM,WAAW,iBAAiB;CAAG;AAErC,MAAM,WAAW,cAAe,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC5G,0FAA0F;IAC1F,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACpC,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,wDAAwD;AACxD,MAAM,WAAW,UAAW,SAAQ,cAAc,EAAE,SAAS,CAAC,SAAS,EAAE,iBAAiB,CAAC;CAAG;AAE9F,eAAO,MAAM,KAAK,mFA0ChB,CAAC;AAEH,eAAO,MAAM,YAAY,kGAA4K,CAAC;AAEtM,eAAO,MAAM,YAAY,kGAA4K,CAAC;AAEtM,eAAO,MAAM,SAAS,kGAAsK,CAAC;AAE7L,eAAO,MAAM,UAAU,kGAAwK,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable, DropdownBodyProps, IDropdownTogglerProps } from '@epam/uui-core';
3
- import { DropdownContainerProps } from '@epam/uui-components';
3
+ import type { DropdownContainerProps } from '@epam/uui-components';
4
4
  export interface IDropdownMenuItemProps extends IDropdownTogglerProps, IHasCaption, IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick {
5
5
  isSelected?: boolean;
6
6
  isActive?: boolean;
@@ -19,7 +19,7 @@ export declare enum IDropdownControlKeys {
19
19
  DOWN_ARROW = "ArrowDown"
20
20
  }
21
21
  export declare const DropdownMenuBody: React.ComponentType<DropdownMenuContainerProps & React.RefAttributes<any>>;
22
- export declare function DropdownMenuButton(props: IDropdownMenuItemProps): React.JSX.Element;
22
+ export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Omit<IDropdownMenuItemProps, "ref"> & React.RefAttributes<any>>;
23
23
  export declare function DropdownMenuSplitter(props: IHasCX): React.JSX.Element;
24
24
  interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
25
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAKH,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,qBAAqB,EAKxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAqD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAQjH,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB;IAChJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,GAAG,WAAW,CAAC;IACrJ,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AAyCD,eAAO,MAAM,gBAAgB,4EAM5B,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,qBA8F/D;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,qBAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,qBAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,qBA2CtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,qBAsCxE"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,EAKH,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,qBAAqB,EAKxB,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAQnE,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB;IAChJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,GAAG,WAAW,CAAC;IACrJ,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,UAAU,cAAc;IACxB,WAAW,eAAe;IAC1B,QAAQ,YAAY;IACpB,UAAU,cAAc;CAC3B;AAyCD,eAAO,MAAM,gBAAgB,4EAM5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,iGA8F7B,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,qBAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,qBAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,qBAsCtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,qBAsCxE"}
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { INotification, Icon, IHasChildren, IHasCX, IHasRawProps } from '@epam/uui-core';
2
+ import type { INotification, Icon, IHasChildren, IHasCX, IHasRawProps } from '@epam/uui-core';
3
3
  interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
4
4
  /** Defines NotificationAction name. */
5
5
  name: string;
6
6
  /** Called when action is clicked */
7
7
  action: () => void;
8
8
  }
9
- export interface NotificationCardCoreProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, Pick<React.RefAttributes<HTMLDivElement>, 'ref'> {
9
+ export interface NotificationCardCoreProps extends INotification, IHasChildren, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
10
10
  /** Array of Notification actions. If provided will be displayed as LinkButtons in the end of notification. */
11
11
  actions?: NotificationAction[];
12
12
  /** NotificationCard icon */
@@ -18,11 +18,11 @@ interface NotificationMods {
18
18
  }
19
19
  export interface NotificationCardProps extends NotificationCardCoreProps, NotificationMods {
20
20
  }
21
- export declare function NotificationCard(props: NotificationCardProps): React.JSX.Element;
22
- export declare function WarningNotification(props: NotificationCardProps): React.JSX.Element;
23
- export declare function SuccessNotification(props: NotificationCardProps): React.JSX.Element;
24
- export declare function HintNotification(props: NotificationCardProps): React.JSX.Element;
25
- export declare function ErrorNotification(props: NotificationCardProps): React.JSX.Element;
21
+ export declare const NotificationCard: React.ForwardRefExoticComponent<NotificationCardProps & React.RefAttributes<HTMLDivElement>>;
22
+ export declare const WarningNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
23
+ export declare const SuccessNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
24
+ export declare const HintNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
25
+ export declare const ErrorNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
26
26
  export declare function ClearNotification(): React.JSX.Element;
27
27
  export {};
28
28
  //# sourceMappingURL=NotificationCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EACH,aAAa,EACb,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,YAAY,EAEf,MAAM,gBAAgB,CAAC;AAOxB,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAClF,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC;IACpG,8GAA8G;IAC9G,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,UAAU,gBAAgB;IACtB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACpD;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB,EAAE,gBAAgB;CAAG;AAE7F,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,qBAoD5D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,qBAE/D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,qBAE/D;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,qBAE5D;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,qBAE7D;AAED,wBAAgB,iBAAiB,sBAUhC"}
1
+ {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQ9F,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACtI,8GAA8G;IAC9G,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED,UAAU,gBAAgB;IACtB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACpD;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB,EAAE,gBAAgB;CAAG;AAE7F,eAAO,MAAM,gBAAgB,8FA4D3B,CAAC;AAEH,eAAO,MAAM,mBAAmB,kGAE9B,CAAC;AAEH,eAAO,MAAM,mBAAmB,kGAE9B,CAAC;AAEH,eAAO,MAAM,gBAAgB,kGAE3B,CAAC;AAEH,eAAO,MAAM,iBAAiB,kGAE5B,CAAC;AAEH,wBAAgB,iBAAiB,sBAUhC"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
2
3
  import * as uuiComponents from '@epam/uui-components';
3
4
  interface TooltipMods {
4
5
  /**
@@ -9,7 +10,9 @@ interface TooltipMods {
9
10
  }
10
11
  export interface TooltipCoreProps extends uuiComponents.TooltipProps {
11
12
  }
12
- export interface TooltipProps extends TooltipCoreProps, TooltipMods {
13
+ export interface TooltipModsOverride {
14
+ }
15
+ export interface TooltipProps extends TooltipCoreProps, Overwrite<TooltipMods, TooltipModsOverride> {
13
16
  }
14
17
  export declare const Tooltip: import("react").ComponentType<TooltipProps & import("react").RefAttributes<any>>;
15
18
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,WAAW;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED,MAAM,WAAW,gBAAiB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAEvE,MAAM,WAAW,YAAa,SAAQ,gBAAgB,EAAE,WAAW;CAAG;AAStE,eAAO,MAAM,OAAO,kFAAgF,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,WAAW;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED,MAAM,WAAW,gBAAiB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAEvE,MAAM,WAAW,mBAAmB;CAAG;AAEvC,MAAM,WAAW,YAAa,SAAQ,gBAAgB,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAStG,eAAO,MAAM,OAAO,kFAAgF,CAAC"}
@@ -1,11 +1,10 @@
1
1
  import React from 'react';
2
2
  import { DataSourceState, Overwrite, IDropdownBodyProps, DataSourceListProps, IEditable, IHasRawProps, DataRowProps, FlattenSearchResultsConfig } from '@epam/uui-core';
3
- import type { ControlSize } from '../types';
4
3
  import type { PickerInputProps } from './PickerInput';
5
4
  export interface DataPickerBodyModsOverride {
6
5
  }
7
6
  interface DataPickerBodyMods {
8
- searchSize?: ControlSize;
7
+ searchSize?: PickerInputProps<any, any>['size'];
9
8
  }
10
9
  export interface DataPickerBodyProps<TItem = unknown, TId = unknown> extends Overwrite<DataPickerBodyMods, DataPickerBodyModsOverride>, Pick<PickerInputProps<TItem, TId>, 'size' | 'renderRow' | 'highlightSearchMatches' | 'getName' | 'minCharsToSearch' | 'renderEmpty' | 'renderNotFound' | 'fixedBodyPosition' | 'searchDebounceDelay'>, FlattenSearchResultsConfig, DataSourceListProps, IEditable<DataSourceState>, IHasRawProps<React.HTMLAttributes<HTMLDivElement>>, IDropdownBodyProps {
11
10
  maxHeight?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EACH,eAAe,EAAgB,SAAS,EAAE,kBAAkB,EAAa,mBAAmB,EAAE,SAAS,EACvG,YAAY,EAAe,YAAY,EAAE,0BAA0B,EACtE,MAAM,gBAAgB,CAAC;AAMxB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAK5C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,MAAM,WAAW,0BAA0B;CAAG;AAE9C,UAAU,kBAAkB;IACxB,UAAU,CAAC,EAAE,WAAW,CAAC;CAC5B;AAED,MAAM,WAAW,mBAAmB,CAAC,KAAK,GAAG,OAAO,EAAE,GAAG,GAAG,OAAO,CAAE,SAAQ,SAAS,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,EAClI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,wBAAwB,GAAG,SAAS,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,CAAC,EACrM,0BAA0B,EAAE,mBAAmB,EAAE,SAAS,CAAC,eAAe,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IACnJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC9B,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,sBAA6B,EAAE,GAAG,KAAK,EAAE,EAAC,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA4HrH"}
1
+ {"version":3,"file":"DataPickerBody.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EACH,eAAe,EAAgB,SAAS,EAAE,kBAAkB,EAAa,mBAAmB,EAAE,SAAS,EACvG,YAAY,EAAe,YAAY,EAAE,0BAA0B,EACtE,MAAM,gBAAgB,CAAC;AAUxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGtD,MAAM,WAAW,0BAA0B;CAAG;AAE9C,UAAU,kBAAkB;IACxB,UAAU,CAAC,EAAE,gBAAgB,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD;AAED,MAAM,WAAW,mBAAmB,CAAC,KAAK,GAAG,OAAO,EAAE,GAAG,GAAG,OAAO,CAAE,SAAQ,SAAS,CAAC,kBAAkB,EAAE,0BAA0B,CAAC,EAClI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,wBAAwB,GAAG,SAAS,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,CAAC,EACrM,0BAA0B,EAAE,mBAAmB,EAAE,SAAS,CAAC,eAAe,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,kBAAkB;IACnJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IACtD,IAAI,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC9B,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,sBAA6B,EAAE,GAAG,KAAK,EAAE,EAAC,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,qBAkIrH"}
@@ -1,6 +1,7 @@
1
1
  import React, { PropsWithChildren } from 'react';
2
2
  import { Overwrite, PickerFooterProps } from '@epam/uui-core';
3
3
  import type { SizeMod } from '../types';
4
+ import './DataPickerFooter.module.scss';
4
5
  export interface DataPickerFooterModsOverride {
5
6
  }
6
7
  interface DataPickerFooterMods extends SizeMod {
@@ -1 +1 @@
1
- {"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAY,SAAS,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAKxC,MAAM,WAAW,4BAA4B;CAC5C;AAED,UAAU,oBAAqB,SAAQ,OAAO;CAC7C;AAED,MAAM,MAAM,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,oBAAoB,EAAE,4BAA4B,CAAC,GAAG,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC5I,aAAa,EAAE,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,iBAAiB,CAAC,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,qBA4DpG;AAED,eAAO,MAAM,gBAAgB,wDAAmC,CAAC"}
1
+ {"version":3,"file":"DataPickerFooter.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAY,SAAS,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGxC,OAAO,gCAAgC,CAAC;AAExC,MAAM,WAAW,4BAA4B;CAC5C;AAED,UAAU,oBAAqB,SAAQ,OAAO;CAC7C;AAED,MAAM,MAAM,qBAAqB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,oBAAoB,EAAE,4BAA4B,CAAC,GAAG,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC5I,aAAa,EAAE,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,iBAAiB,CAAC,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,qBA4DpG;AAED,eAAO,MAAM,gBAAgB,wDAAmC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAsC,SAAS,EAAsB,MAAM,gBAAgB,CAAC;AAMlK,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKtD,MAAM,WAAW,yBAAyB;CACzC;AAED,UAAU,iBAAiB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,SAAS,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EACrI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,WAAW,GAAG,wBAAwB,GAAG,SAAS,CAAC,EAAE,0BAA0B;IAClH;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,eAAe,CAAC,EAAE,eAAe,KAAK,KAAK,CAAC,SAAS,CAAC;IACrH;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA8H9E"}
1
+ {"version":3,"file":"DataPickerRow.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAM,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAsC,SAAS,EAAsB,MAAM,gBAAgB,CAAC;AAMlK,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKtD,MAAM,WAAW,yBAAyB;CACzC;AAED,UAAU,iBAAiB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,SAAS,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EACrI,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,WAAW,GAAG,wBAAwB,GAAG,SAAS,CAAC,EAAE,0BAA0B;IAClH;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,eAAe,CAAC,EAAE,eAAe,KAAK,KAAK,CAAC,SAAS,CAAC;IACrH;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,+DAA+D;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,qBA0H9E"}
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React, { type JSX } from 'react';
2
2
  import { PickerInputElement, Overwrite, PickerInputBaseProps } from '@epam/uui-core';
3
3
  import { PickerTogglerRenderItemParams, PickerTogglerProps } from '@epam/uui-components';
4
4
  import { IHasEditMode, SizeMod } from '../types';
@@ -11,10 +11,13 @@ export type PickerInputProps<TItem, TId> = Overwrite<PickerInputMods, PickerInpu
11
11
  * Render callback for picker toggler selection tag
12
12
  * If omitted, default `PickerTogglerTag` component will be rendered
13
13
  */
14
- renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) => React.ReactNode;
14
+ renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) => JSX.Element;
15
15
  /** Replaces default 'toggler' - an input to which Picker attaches dropdown */
16
16
  renderToggler?: (props: PickerTogglerProps<TItem, TId>) => React.ReactNode;
17
17
  };
18
- export declare function PickerInput<TItem, TId>(props: PickerInputProps<TItem, TId> & React.RefAttributes<PickerInputElement>): React.JSX.Element;
18
+ declare function PickerInputComponent<TItem, TId>(props: PickerInputProps<TItem, TId>, ref: React.ForwardedRef<PickerInputElement>): JSX.Element;
19
+ export declare const PickerInput: <TItem, TId>(props: PickerInputProps<TItem, TId> & {
20
+ ref?: React.ForwardedRef<PickerInputElement>;
21
+ }) => ReturnType<typeof PickerInputComponent>;
19
22
  export {};
20
23
  //# sourceMappingURL=PickerInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAChF,OAAO,EACsD,kBAAkB,EAAY,SAAS,EAChG,oBAAoB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAkB,MAAM,sBAAsB,CAAC;AAOzG,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAI3D,MAAM,WAAW,uBAAuB;CAAG;AAE3C,UAAU,eAAgB,SAAQ,OAAO;CAAG;AAE5C,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC/I;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAElF,8EAA8E;IAC9E,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,qBA2JpH"}
1
+ {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAoD,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAE1F,OAAO,EACoC,kBAAkB,EAAY,SAAS,EAC9E,oBAAoB,EACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAkB,MAAM,sBAAsB,CAAC;AAOzG,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAG3D,MAAM,WAAW,uBAAuB;CAAG;AAE3C,UAAU,eAAgB,SAAQ,OAAO;CAAG;AAE5C,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,SAAS,CAAC,eAAe,EAAE,uBAAuB,CAAC,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC/I;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC;IAE9E,8EAA8E;IAC9E,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9E,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,kBAAkB,CAAC,eAsJzH;AAED,eAAO,MAAM,WAAW,sBACA,iBAAiB,KAAK,EAAE,GAAG,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,YAAY,CAAC,kBAAkB,CAAC,CAAA;CAAE,KAAK,WAAW,2BAA2B,CAAC,CAAC"}