@epam/uui 5.7.2 → 5.8.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 (157) hide show
  1. package/components/buttons/Button.d.ts +8 -5
  2. package/components/buttons/Button.d.ts.map +1 -1
  3. package/components/buttons/IconButton.d.ts +8 -4
  4. package/components/buttons/IconButton.d.ts.map +1 -1
  5. package/components/buttons/LinkButton.d.ts +6 -14
  6. package/components/buttons/LinkButton.d.ts.map +1 -1
  7. package/components/buttons/TabButton.d.ts +5 -13
  8. package/components/buttons/TabButton.d.ts.map +1 -1
  9. package/components/buttons/VerticalTabButton.d.ts +4 -4
  10. package/components/buttons/VerticalTabButton.d.ts.map +1 -1
  11. package/components/datePickers/Calendar.d.ts +3 -2
  12. package/components/datePickers/Calendar.d.ts.map +1 -1
  13. package/components/datePickers/CalendarPresets.d.ts +2 -1
  14. package/components/datePickers/CalendarPresets.d.ts.map +1 -1
  15. package/components/datePickers/DatePicker.d.ts +3 -10
  16. package/components/datePickers/DatePicker.d.ts.map +1 -1
  17. package/components/datePickers/DatePickerBody.d.ts +18 -10
  18. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  19. package/components/datePickers/DatePickerHeader.d.ts +12 -8
  20. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  21. package/components/datePickers/RangeDatePicker.d.ts +3 -15
  22. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  23. package/components/datePickers/RangeDatePickerBody.d.ts +13 -30
  24. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  25. package/components/datePickers/RangeDatePickerInput.d.ts +43 -0
  26. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -0
  27. package/components/datePickers/helpers.d.ts +34 -0
  28. package/components/datePickers/helpers.d.ts.map +1 -0
  29. package/components/datePickers/index.d.ts +4 -1
  30. package/components/datePickers/index.d.ts.map +1 -1
  31. package/components/datePickers/types.d.ts +132 -0
  32. package/components/datePickers/types.d.ts.map +1 -0
  33. package/components/filters/FilterDatePickerBody.d.ts +7 -11
  34. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  35. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  36. package/components/filters/FilterPanelItemToggler.d.ts +1 -1
  37. package/components/filters/FilterPickerBody.d.ts +1 -1
  38. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  39. package/components/filters/FilterRangeDatePickerBody.d.ts +4 -17
  40. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
  41. package/components/filters/FiltersPanel.d.ts.map +1 -1
  42. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  43. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
  44. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
  45. package/components/inputs/Checkbox.d.ts +6 -2
  46. package/components/inputs/Checkbox.d.ts.map +1 -1
  47. package/components/inputs/InputAddon.d.ts +2 -1
  48. package/components/inputs/InputAddon.d.ts.map +1 -1
  49. package/components/inputs/NumericInput.d.ts +8 -12
  50. package/components/inputs/NumericInput.d.ts.map +1 -1
  51. package/components/inputs/RadioInput.d.ts +3 -2
  52. package/components/inputs/RadioInput.d.ts.map +1 -1
  53. package/components/inputs/Slider.d.ts +2 -1
  54. package/components/inputs/Slider.d.ts.map +1 -1
  55. package/components/inputs/Switch.d.ts +6 -2
  56. package/components/inputs/Switch.d.ts.map +1 -1
  57. package/components/inputs/TextArea.d.ts +7 -11
  58. package/components/inputs/TextArea.d.ts.map +1 -1
  59. package/components/inputs/TextInput.d.ts +5 -9
  60. package/components/inputs/TextInput.d.ts.map +1 -1
  61. package/components/inputs/timePicker/TimePicker.d.ts +6 -2
  62. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  63. package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
  64. package/components/layout/Accordion.d.ts +6 -2
  65. package/components/layout/Accordion.d.ts.map +1 -1
  66. package/components/layout/Blocker.d.ts +1 -1
  67. package/components/layout/Blocker.d.ts.map +1 -1
  68. package/components/layout/ControlGroup.d.ts +2 -1
  69. package/components/layout/ControlGroup.d.ts.map +1 -1
  70. package/components/layout/FlexItems/FlexCell.d.ts +3 -2
  71. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  72. package/components/layout/FlexItems/FlexRow.d.ts +2 -6
  73. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  74. package/components/layout/FlexItems/Panel.d.ts +3 -2
  75. package/components/layout/FlexItems/Panel.d.ts.map +1 -1
  76. package/components/layout/LabeledInput.d.ts +11 -4
  77. package/components/layout/LabeledInput.d.ts.map +1 -1
  78. package/components/layout/ScrollBars.d.ts +2 -1
  79. package/components/layout/ScrollBars.d.ts.map +1 -1
  80. package/components/layout/index.d.ts +1 -0
  81. package/components/layout/index.d.ts.map +1 -1
  82. package/components/navigation/Anchor.d.ts +2 -1
  83. package/components/navigation/Anchor.d.ts.map +1 -1
  84. package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -4
  85. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
  86. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +5 -3
  87. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
  88. package/components/navigation/MainMenu/MainMenu.d.ts +3 -6
  89. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
  90. package/components/navigation/MainMenu/MainMenuButton.d.ts +1 -11
  91. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  92. package/components/navigation/MainMenu/MainMenuIcon.d.ts +0 -1
  93. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  94. package/components/overlays/Dropdown.d.ts +2 -1
  95. package/components/overlays/Dropdown.d.ts.map +1 -1
  96. package/components/overlays/DropdownContainer.d.ts +2 -1
  97. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  98. package/components/overlays/DropdownMenu.d.ts +2 -2
  99. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  100. package/components/overlays/Modals.d.ts +2 -2
  101. package/components/overlays/Modals.d.ts.map +1 -1
  102. package/components/overlays/NotificationCard.d.ts +2 -6
  103. package/components/overlays/NotificationCard.d.ts.map +1 -1
  104. package/components/overlays/Snackbar.d.ts +2 -8
  105. package/components/overlays/Snackbar.d.ts.map +1 -1
  106. package/components/overlays/Tooltip.d.ts +2 -1
  107. package/components/overlays/Tooltip.d.ts.map +1 -1
  108. package/components/pickers/PickerInput.d.ts +10 -3
  109. package/components/pickers/PickerInput.d.ts.map +1 -1
  110. package/components/pickers/PickerItem.d.ts +7 -10
  111. package/components/pickers/PickerItem.d.ts.map +1 -1
  112. package/components/pickers/PickerList.d.ts.map +1 -1
  113. package/components/pickers/PickerModal.d.ts.map +1 -1
  114. package/components/pickers/PickerToggler.d.ts +4 -4
  115. package/components/pickers/PickerToggler.d.ts.map +1 -1
  116. package/components/pickers/PickerTogglerTag.d.ts +10 -0
  117. package/components/pickers/PickerTogglerTag.d.ts.map +1 -0
  118. package/components/pickers/index.d.ts +1 -0
  119. package/components/pickers/index.d.ts.map +1 -1
  120. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
  121. package/components/tables/DataTable.d.ts +13 -1
  122. package/components/tables/DataTable.d.ts.map +1 -1
  123. package/components/tables/DataTableCell.d.ts.map +1 -1
  124. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  125. package/components/tables/DataTableHeaderRow.d.ts +3 -2
  126. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  127. package/components/tables/DataTableRow.d.ts +3 -2
  128. package/components/tables/DataTableRow.d.ts.map +1 -1
  129. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  130. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
  131. package/components/tables/types.d.ts +20 -0
  132. package/components/tables/types.d.ts.map +1 -1
  133. package/components/typography/RichTextView.d.ts +6 -2
  134. package/components/typography/RichTextView.d.ts.map +1 -1
  135. package/components/typography/Text.d.ts +7 -3
  136. package/components/typography/Text.d.ts.map +1 -1
  137. package/components/widgets/AvatarStack.d.ts +2 -1
  138. package/components/widgets/AvatarStack.d.ts.map +1 -1
  139. package/components/widgets/Badge.d.ts +5 -13
  140. package/components/widgets/Badge.d.ts.map +1 -1
  141. package/components/widgets/ProgressBar.d.ts +4 -3
  142. package/components/widgets/ProgressBar.d.ts.map +1 -1
  143. package/components/widgets/Spinner.d.ts +2 -1
  144. package/components/widgets/Spinner.d.ts.map +1 -1
  145. package/components/widgets/Tag.d.ts +5 -13
  146. package/components/widgets/Tag.d.ts.map +1 -1
  147. package/helpers/dayJsHelper.d.ts +6 -0
  148. package/helpers/dayJsHelper.d.ts.map +1 -0
  149. package/i18n.d.ts.map +1 -1
  150. package/index.esm.js +1699 -1322
  151. package/index.esm.js.map +1 -1
  152. package/index.js +1690 -1308
  153. package/index.js.map +1 -1
  154. package/package.json +7 -7
  155. package/stats.html +32 -46
  156. package/styles.css +4576 -4696
  157. package/styles.css.map +1 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
2
3
  export type RowMods = {
3
4
  /** Defines row size */
@@ -22,10 +23,5 @@ export type RowMods = {
22
23
  /** Represents the properties of the FlexRow component. */
23
24
  export interface FlexRowProps extends uuiFlexRowProps, RowMods {
24
25
  }
25
- export declare const FlexRow: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("react").Attributes & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & {
26
- alignItems?: "top" | "center" | "bottom" | "stretch";
27
- justifyContent?: "center" | "space-between" | "space-around" | "space-evenly" | "start" | "end";
28
- columnGap?: number | "6" | "12" | "18" | "24" | "36";
29
- rowGap?: number | "6" | "12" | "18" | "24" | "36";
30
- } & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
26
+ export declare const FlexRow: import("react").ComponentType<FlexRowProps & import("react").RefAttributes<any>>;
31
27
  //# 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,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,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,0BAA0B;IAC1B,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,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO;;;;;2IAmBlB,CAAC"}
1
+ {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,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,0BAA0B;IAC1B,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,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO,kFAmBlB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { VPanelProps } from '@epam/uui-core';
2
3
  interface PanelMods {
3
4
  shadow?: boolean;
@@ -6,8 +7,8 @@ interface PanelMods {
6
7
  }
7
8
  /** Represents the properties of the Panel component. */
8
9
  export type PanelProps = VPanelProps & PanelMods;
9
- export declare const Panel: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
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 & {
10
11
  style?: import("react").CSSProperties;
11
- } & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
12
+ } & PanelMods & import("react").RefAttributes<any>>;
12
13
  export {};
13
14
  //# sourceMappingURL=Panel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,UAAU,SAAS;IAIf,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,IAAI,CAAC;IAId,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,wDAAwD;AACxD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;6IAMhB,CAAC"}
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,UAAU,SAAS;IAIf,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,IAAI,CAAC;IAId,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,wDAAwD;AACxD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;mDAMhB,CAAC"}
@@ -1,9 +1,16 @@
1
- import * as types from '../types';
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
2
3
  import * as uuiComponents from '@epam/uui-components';
3
- interface LabeledInputMods extends types.SizeMod {
4
+ interface LabeledInputMods {
5
+ /**
6
+ * Defines component size.
7
+ */
8
+ size?: '24' | '30' | '36' | '42' | '48';
9
+ }
10
+ export interface LabeledInputModsOverride {
4
11
  }
5
12
  /** Represents the properties of the LabeledInput component. */
6
- export type LabeledInputProps = uuiComponents.LabeledInputProps & LabeledInputMods;
7
- export declare const LabeledInput: (props: uuiComponents.LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
13
+ export type LabeledInputProps = uuiComponents.LabeledInputProps & Overwrite<LabeledInputMods, LabeledInputModsOverride>;
14
+ export declare const LabeledInput: import("react").ComponentType<uuiComponents.LabeledInputProps & Omit<LabeledInputMods, never> & LabeledInputModsOverride & import("react").RefAttributes<any>>;
8
15
  export {};
9
16
  //# 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,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAEnD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,gBAAgB,CAAC;AAMnF,eAAO,MAAM,YAAY,4LAGtB,CAAC"}
1
+ {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAgB;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;AAMxH,eAAO,MAAM,YAAY,gKAGtB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ScrollbarProps } from '@epam/uui-components';
2
- export declare const ScrollBars: (props: ScrollbarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
+ export declare const ScrollBars: import("react").ComponentType<ScrollbarProps & import("react").RefAttributes<any>>;
3
4
  //# 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;AAUnF,eAAO,MAAM,UAAU,wJAA+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;AAUnF,eAAO,MAAM,UAAU,oFAA+E,CAAC"}
@@ -2,6 +2,7 @@ export * from './Accordion';
2
2
  export * from './ControlGroup';
3
3
  export * from './FlexItems';
4
4
  export { IconContainer } from '@epam/uui-components';
5
+ export type { IconContainerProps } from '@epam/uui-components';
5
6
  export * from './LabeledInput';
6
7
  export * from './RadioGroup';
7
8
  export * from './ScrollBars';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const Anchor: (props: 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>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
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<any>>;
2
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,ufAAqD,CAAC"}
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,mbAAkE,CAAC"}
@@ -1,6 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BurgerProps } from '@epam/uui-components';
2
- interface BurgerMods {
3
- }
4
- export declare const Burger: (props: BurgerProps & BurgerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
- export {};
3
+ export declare const Burger: import("react").ComponentType<BurgerProps & import("react").RefAttributes<any>>;
6
4
  //# sourceMappingURL=Burger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKxE,UAAU,UAAU;CAAG;AAMvB,eAAO,MAAM,MAAM,kKAIhB,CAAC"}
1
+ {"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AASxE,eAAO,MAAM,MAAM,iFAIhB,CAAC"}
@@ -1,13 +1,15 @@
1
+ /// <reference types="react" />
1
2
  import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
3
+ import { ButtonProps } from '@epam/uui-components';
2
4
  interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
3
5
  type?: 'primary' | 'secondary';
4
6
  indentLevel?: number;
5
7
  }
6
- export declare const BurgerButton: (props: 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 & {
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 & {
7
10
  onClear?(e?: any): void;
8
11
  clearIcon?: import("@epam/uui-core").Icon;
9
- captionCX?: import("@epam/uui-core").ClassValue;
10
12
  dropdownIcon?: import("@epam/uui-core").Icon;
11
- } & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
13
+ } & BurgerButtonMods & import("react").RefAttributes<any>>;
12
14
  export {};
13
15
  //# sourceMappingURL=BurgerButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAKtE,UAAU,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAIzD,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAI/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY;;;;;oJAWxB,CAAC"}
1
+ {"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,UAAU,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAIzD,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAI/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAE/D,eAAO,MAAM,YAAY;;;;0DAWxB,CAAC"}
@@ -1,8 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
2
- interface MainMenuMods {
3
- }
4
- /** Represents the properties of the MainMenu component. */
5
- export type MainMenuProps = uuiComponents.MainMenuProps & MainMenuMods;
6
- export declare const MainMenu: (props: uuiComponents.MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
- export {};
3
+ export type MainMenuProps = uuiComponents.MainMenuProps;
4
+ export declare const MainMenu: import("react").ComponentType<uuiComponents.MainMenuProps & import("react").RefAttributes<any>>;
8
5
  //# sourceMappingURL=MainMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,YAAY;CAAG;AAEzB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,GAAG,YAAY,CAAC;AASvE,eAAO,MAAM,QAAQ,oLAGlB,CAAC"}
1
+ {"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAWtD,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAExD,eAAO,MAAM,QAAQ,iGAOpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { CX, IAdaptiveItem, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
2
+ import { IAdaptiveItem, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
3
3
  import { ClickableComponentProps } from '@epam/uui-components';
4
4
  interface MainMenuButtonMods {
5
5
  /**
@@ -8,22 +8,12 @@ interface MainMenuButtonMods {
8
8
  type?: 'primary' | 'secondary';
9
9
  }
10
10
  export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & {
11
- /**
12
- * CSS classes to put on the caption
13
- * @deprecated
14
- * */
15
- captionCX?: CX;
16
11
  /** Icon for drop-down toggler */
17
12
  dropdownIcon?: Icon;
18
13
  /** Count value to be placed in component */
19
14
  count?: React.ReactNode;
20
15
  };
21
16
  export declare const MainMenuButton: React.ForwardRefExoticComponent<MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, "isDisabled"> & IHasIcon & IHasCaption & {
22
- /**
23
- * CSS classes to put on the caption
24
- * @deprecated
25
- * */
26
- captionCX?: CX;
27
17
  /** Icon for drop-down toggler */
28
18
  dropdownIcon?: Icon;
29
19
  /** Count value to be placed in component */
@@ -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,EAAE,EAAiB,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC7H,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;;;SAGK;IACL,SAAS,CAAC,EAAE,EAAE,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,cAAc;IAXvB;;;SAGK;gBACO,EAAE;IACd,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAoDzB,CAAC"}
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;iFAgDzB,CAAC"}
@@ -8,7 +8,6 @@ export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
8
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
9
  onClear?(e?: any): void;
10
10
  clearIcon?: Icon;
11
- captionCX?: import("@epam/uui-core").ClassValue;
12
11
  dropdownIcon?: Icon;
13
12
  } & IAdaptiveItem & {
14
13
  icon: Icon;
@@ -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;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;UAHf,IAAI;+DAKZ,CAAC"}
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"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DropdownProps } from '@epam/uui-core';
2
- export declare const Dropdown: (props: DropdownProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
+ export declare const Dropdown: import("react").ComponentType<DropdownProps & import("react").RefAttributes<any>>;
3
4
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,uJAAuC,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,mFAAsD,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
2
3
  interface DropdownContainerMods {
3
4
  /**
@@ -12,6 +13,6 @@ interface DropdownContainerMods {
12
13
  /** Represents the properties of a DropdownContainer component. */
13
14
  export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods {
14
15
  }
15
- export declare const DropdownContainer: (props: uuiComponents.DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
16
+ export declare const DropdownContainer: import("react").ComponentType<DropdownContainerProps & import("react").RefAttributes<any>>;
16
17
  export {};
17
18
  //# sourceMappingURL=DropdownContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,qBAAqB;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAU9G,eAAO,MAAM,iBAAiB,sMAAqI,CAAC"}
1
+ {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,qBAAqB;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAU9G,eAAO,MAAM,iBAAiB,4FAAsI,CAAC"}
@@ -18,8 +18,8 @@ export declare enum IDropdownControlKeys {
18
18
  UP_ARROW = "ArrowUp",
19
19
  DOWN_ARROW = "ArrowDown"
20
20
  }
21
- export declare const DropdownMenuBody: (props: DropdownMenuContainerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
22
- export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "icon" | "iconPosition" | "onIconClick" | "isActive" | "caption" | "clickAnalyticsEvent" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
21
+ export declare const DropdownMenuBody: React.ComponentType<DropdownMenuContainerProps & React.RefAttributes<any>>;
22
+ export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "caption" | "isActive" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
23
23
  export declare function DropdownMenuSplitter(props: IHasCX): 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,EAC+B,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAC9G,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,qBAAqB,EACnF,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAA8D,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAO1H,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,CAAC;IACvI,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;AAuCD,eAAO,MAAM,gBAAgB,sIAM5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,0WAgF7B,CAAC;AAIH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,eAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,eAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,eAsCtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,eA+BxE"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAC+B,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAC9G,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,qBAAqB,EACnF,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAA8D,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAO1H,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,CAAC;IACvI,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,0WAqF7B,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,eAMjD;AAED,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,mBAAmB,eAM5D;AAED,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,eAsCtD;AAED,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,yBAAyB,eA+BxE"}
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { ModalFooterCoreProps, ModalWindowProps as uuiModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
3
3
  import { RowMods, FlexRowProps } from '../layout';
4
- export declare const ModalBlocker: (props: ModalBlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
4
+ export declare const ModalBlocker: React.ComponentType<ModalBlockerProps & React.RefAttributes<any>>;
5
5
  interface ModalWindowMods {
6
6
  /**
7
7
  * Defines component width.
@@ -23,7 +23,7 @@ export interface ModalWindowCoreProps extends uuiModalWindowProps {
23
23
  }
24
24
  export interface ModalWindowProps extends ModalWindowCoreProps, ModalWindowMods {
25
25
  }
26
- export declare const ModalWindow: (props: uuiModalWindowProps & ModalWindowMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
26
+ export declare const ModalWindow: React.ComponentType<ModalWindowProps & React.RefAttributes<any>>;
27
27
  export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
28
28
  }
29
29
  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,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,YAAY,EAAE,MAAM,WAAW,CAAC;AAOjF,eAAO,MAAM,YAAY,6HAAyE,CAAC;AAEnG,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;CAAG;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,eAAe;CAAG;AAElF,eAAO,MAAM,WAAW,iJAsBvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAyBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,YAAY,EAAE,oBAAoB;CAAG;AAE/E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAkBT"}
1
+ {"version":3,"file":"Modals.d.ts","sourceRoot":"","sources":["../../../components/overlays/Modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,oBAAoB,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElJ,OAAO,EAAuB,OAAO,EAAY,YAAY,EAAE,MAAM,WAAW,CAAC;AAOjF,eAAO,MAAM,YAAY,mEAA4F,CAAC;AAEtH,UAAU,eAAe;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;CAAG;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB,EAAE,eAAe;CAAG;AAElF,eAAO,MAAM,WAAW,kEAsBvB,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,OAAO,EAAE,oBAAoB;CAAG;AAE1E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAyBT;AAED,MAAM,WAAW,gBAAiB,SAAQ,YAAY,EAAE,oBAAoB;CAAG;AAE/E,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAC9D,MAAM;CAkBT"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { INotification, Icon, IHasChildren, IHasCX, UuiContexts, IHasRawProps } from '@epam/uui-core';
2
+ import { 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;
@@ -23,10 +23,6 @@ export declare const WarningNotification: React.ForwardRefExoticComponent<Notifi
23
23
  export declare const SuccessNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
24
24
  export declare const HintNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
25
25
  export declare const ErrorNotification: React.ForwardRefExoticComponent<NotificationCardCoreProps & React.RefAttributes<HTMLDivElement>>;
26
- export declare class ClearNotification extends React.Component<{}> {
27
- static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
28
- context: UuiContexts;
29
- render(): JSX.Element;
30
- }
26
+ export declare function ClearNotification(): JSX.Element;
31
27
  export {};
32
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,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUlH,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,8FAwC3B,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,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAC5B,MAAM;CAOT"}
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;AAUxB,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,8FAwC3B,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,gBAUhC"}
@@ -1,12 +1,6 @@
1
- import * as React from 'react';
2
- import { UuiContexts } from '@epam/uui-core';
1
+ /// <reference types="react" />
3
2
  import { SnackbarProps as UuiSnackbarProps } from '@epam/uui-components';
4
3
  export interface SnackbarProps extends UuiSnackbarProps {
5
4
  }
6
- export declare class Snackbar extends React.Component<SnackbarProps> {
7
- static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
8
- context: UuiContexts;
9
- componentDidMount(): void;
10
- render(): JSX.Element;
11
- }
5
+ export declare function Snackbar(props: SnackbarProps): JSX.Element;
12
6
  //# sourceMappingURL=Snackbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAA2B,MAAM,sBAAsB,CAAC;AAGlG,MAAM,WAAW,aAAc,SAAQ,gBAAgB;CAAG;AAE1D,qBAAa,QAAS,SAAQ,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;IACxD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IACrB,iBAAiB;IAIjB,MAAM;CAgBhB"}
1
+ {"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../components/overlays/Snackbar.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAA2B,MAAM,sBAAsB,CAAC;AAIlG,MAAM,WAAW,aAAc,SAAQ,gBAAgB;CAAG;AAE1D,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,eAoB5C"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
2
3
  interface TooltipMods {
3
4
  /**
@@ -10,6 +11,6 @@ export interface TooltipCoreProps extends uuiComponents.TooltipProps {
10
11
  }
11
12
  export interface TooltipProps extends TooltipCoreProps, TooltipMods {
12
13
  }
13
- export declare const Tooltip: (props: TooltipProps & TooltipMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
14
+ export declare const Tooltip: import("react").ComponentType<TooltipProps & import("react").RefAttributes<any>>;
14
15
  export {};
15
16
  //# sourceMappingURL=Tooltip.d.ts.map
@@ -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,oKAA+E,CAAC"}
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,6 +1,13 @@
1
1
  import React from 'react';
2
- import { PickerInputBaseProps } from '@epam/uui-components';
2
+ import { PickerTogglerRenderItemParams, PickerInputBaseProps } from '@epam/uui-components';
3
3
  import { IHasEditMode, SizeMod } from '../types';
4
- export type PickerInputProps<TItem, TId> = SizeMod & IHasEditMode & PickerInputBaseProps<TItem, TId>;
5
- export declare const PickerInput: <TItem, TId>(props: PickerInputProps<TItem, TId>, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
4
+ import { PickerInputElement } from '@epam/uui-core';
5
+ export type PickerInputProps<TItem, TId> = SizeMod & IHasEditMode & PickerInputBaseProps<TItem, TId> & {
6
+ /**
7
+ * Render callback for picker toggler selection tag
8
+ * If omitted, default `PickerTogglerTag` component will be rendered
9
+ */
10
+ renderTag?: (props: PickerTogglerRenderItemParams<TItem, TId>) => JSX.Element;
11
+ };
12
+ export declare const PickerInput: <TItem, TId>(props: PickerInputProps<TItem, TId>, ref: React.ForwardedRef<PickerInputElement>) => JSX.Element;
6
13
  //# sourceMappingURL=PickerInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAa3D,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAiLrG,eAAO,MAAM,WAAW,yDAEf,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
1
+ {"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,6BAA6B,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAEpJ,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,EAA+G,kBAAkB,EAAY,MAAM,gBAAgB,CAAC;AAY3K,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GAAG,YAAY,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IACnG;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC;CACjF,CAAC;AA+LF,eAAO,MAAM,WAAW,yDAEf,MAAM,YAAY,CAAC,kBAAkB,CAAC,KAC1C,WAAW,CAAC"}
@@ -1,7 +1,10 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import { DataRowProps, DataSourceState, Icon } from '@epam/uui-core';
3
- import { SizeMod } from '../types';
4
- export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, SizeMod {
3
+ export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId> {
4
+ /**
5
+ * Defines component size.
6
+ */
7
+ size?: '24' | '30' | '36' | '42' | '48';
5
8
  /** Path to the user avatar.
6
9
  * If omitted, no avatar will be rendered.
7
10
  * * */
@@ -24,11 +27,5 @@ export interface PickerItemProps<TItem, TId> extends DataRowProps<TItem, TId>, S
24
27
  * */
25
28
  highlightSearchMatches?: boolean;
26
29
  }
27
- export declare class PickerItem<TItem, TId> extends React.Component<PickerItemProps<TItem, TId>> {
28
- static defaultProps: {
29
- highlightSearchMatches: boolean;
30
- };
31
- getAvatarSize: (size: string, isMultiline: boolean) => string | number;
32
- render(): JSX.Element;
33
- }
30
+ export declare function PickerItem<TItem, TId>(props: PickerItemProps<TItem, TId>): JSX.Element;
34
31
  //# sourceMappingURL=PickerItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAKrE,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAMnC,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,OAAO;IAClF;;WAEO;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;SAEK;IACL,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;SAGK;IACL,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AACD,qBAAa,UAAU,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACpF,OAAc,YAAY;;MAExB;IAEF,aAAa,SAAU,MAAM,eAAe,OAAO,KAAG,MAAM,GAAG,MAAM,CAEnE;IAEF,MAAM;CAgCT"}
1
+ {"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerItem.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAUrE,MAAM,WAAW,eAAe,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IACzE;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAExC;;WAEO;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;SAEK;IACL,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;SAEK;IACL,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;SAGK;IACL,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,eA2CxE"}
@@ -1 +1 @@
1
- {"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAiB,MAAM,sBAAsB,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAQnC,MAAM,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GACjD,eAAe,GACf,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC7B,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC5H,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,GAAG,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAEpC,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,eAkExE"}
1
+ {"version":3,"file":"PickerList.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAiB,MAAM,sBAAsB,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAQnC,MAAM,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,IAAI,OAAO,GACjD,eAAe,GACf,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG;IAC7B,kBAAkB,CAAC,CAAC,KAAK,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,EAAE,SAAS,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,KAAK,CAAC,SAAS,CAAC;IAC5H,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACtC,GAAG,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAEpC,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,eAmExE"}
@@ -1 +1 @@
1
- {"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiB,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAA4C,MAAM,sBAAsB,CAAC;AAClK,OAAO,EAAiC,WAAW,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAgB/F,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GACxE,WAAW,GACX,CAAC,sBAAsB,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,qBAAqB,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,GACxE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE/B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,eA+I1E"}
1
+ {"version":3,"file":"PickerModal.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerModal.tsx"],"names":[],"mappings":";AACA,OAAO,EAAiB,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAA4C,MAAM,sBAAsB,CAAC;AAClK,OAAO,EAAiC,WAAW,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAgB/F,MAAM,MAAM,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GACxE,WAAW,GACX,CAAC,sBAAsB,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,qBAAqB,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,GACxE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAE/B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC,eA6I1E"}
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
- import { PickerTogglerProps } from '@epam/uui-components';
3
2
  import * as types from '../types';
3
+ import { PickerTogglerProps } from '@epam/uui-components';
4
4
  export interface PickerTogglerMods extends types.IHasEditMode {
5
5
  /**
6
- * Defines component size
7
- * @default 36
8
- */
6
+ * Defines component size
7
+ * @default 36
8
+ */
9
9
  size?: '24' | '30' | '36' | '42' | '48';
10
10
  }
11
11
  export declare const PickerToggler: <TItem, TId>(props: PickerTogglerProps<TItem, TId> & PickerTogglerMods, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAOlC,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD;;;MAGE;IACF,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAgED,eAAO,MAAM,aAAa,+EAEjB,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
1
+ {"version":3,"file":"PickerToggler.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAqC,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ7F,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY;IACzD;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAgCD,eAAO,MAAM,aAAa,+EAEjB,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import * as types from '../types';
3
+ import { TagProps } from '../widgets';
4
+ import { PickerTogglerRenderItemParams } from '@epam/uui-components';
5
+ export interface PickerTogglerTagProps<TItem, TId> extends PickerTogglerRenderItemParams<TItem, TId>, TagProps {
6
+ /** Defines component size */
7
+ size?: types.ControlSize;
8
+ }
9
+ export declare const PickerTogglerTag: React.ForwardRefExoticComponent<PickerTogglerTagProps<any, any> & React.RefAttributes<HTMLElement>>;
10
+ //# sourceMappingURL=PickerTogglerTag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PickerTogglerTag.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerTogglerTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAO,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAIrE,MAAM,WAAW,qBAAqB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,6BAA6B,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,QAAQ;IAC1G,6BAA6B;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B;AAmBD,eAAO,MAAM,gBAAgB,qGAwB3B,CAAC"}
@@ -9,5 +9,6 @@ export * from './PickerList';
9
9
  export * from './PickerListItem';
10
10
  export * from './PickerModal';
11
11
  export * from './PickerToggler';
12
+ export * from './PickerTogglerTag';
12
13
  export * from './highlight';
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/pickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/pickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SortingPanel.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/SortingPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAK/C,MAAM,WAAW,iBAAiB;IAC9B,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC;CACpC;AAcD,eAAO,MAAM,YAAY,+CAA+B,CAAC"}
1
+ {"version":3,"file":"SortingPanel.d.ts","sourceRoot":"","sources":["../../../../components/tables/ColumnHeaderDropdown/SortingPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAM,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAKnD,MAAM,WAAW,iBAAiB;IAC9B,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC;CACpC;AAcD,eAAO,MAAM,YAAY,+CAA+B,CAAC"}
@@ -7,7 +7,9 @@ import { VirtualListProps } from '../layout';
7
7
  import './variables.scss';
8
8
  export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<DataTableState>, DataSourceListProps, DataTableColumnsConfigOptions, Pick<VirtualListProps, 'onScroll'> {
9
9
  /** Callback to get rows that will be rendered in table */
10
- getRows(): DataRowProps<TItem, TId>[];
10
+ getRows?(): DataRowProps<TItem, TId>[];
11
+ /** Rows that should be rendered in table */
12
+ rows?: DataRowProps<TItem, TId>[];
11
13
  /** Array of all possible columns for the table */
12
14
  columns: DataColumnProps<TItem, TId>[];
13
15
  /** Render callback for the table row.
@@ -40,6 +42,16 @@ export interface DataTableProps<TItem, TId, TFilter = any> extends IEditable<Dat
40
42
  * Enables collapse/expand all functionality.
41
43
  * */
42
44
  showFoldAll?: boolean;
45
+ /**
46
+ * Defines table header size
47
+ * @default '36'
48
+ * */
49
+ headerSize?: '36' | '48';
50
+ /**
51
+ * Defines table columns gap size
52
+ * @default '24'
53
+ * */
54
+ columnsGap?: '12' | '24';
43
55
  }
44
56
  export declare function DataTable<TItem, TId>(props: React.PropsWithChildren<DataTableProps<TItem, TId> & DataTableMods>): JSX.Element;
45
57
  //# sourceMappingURL=DataTable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAA6C,qBAAqB,EAA0B,MAAM,sBAAsB,CAAC;AAEhI,OAAO,EACY,YAAY,EAAqD,SAAS,EAAE,cAAc,EAAE,6BAA6B,EACxI,mBAAmB,EAAE,eAAe,EAAM,kBAAkB,EAAE,iBAAiB,EAAE,yBAAyB,EAC7G,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,aAAa,EAAoB,MAAM,SAAS,CAAC;AAC1D,OAAO,EAA6B,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AACxG,OAAO,EAA4C,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAKvF,OAAO,kBAAkB,CAAC;AAG1B,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,CAAE,SAAQ,SAAS,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC;IAChL,0DAA0D;IAC1D,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACtC,kDAAkD;IAClD,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACvC;;SAEK;IACL,SAAS,CAAC,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAClE;;SAEK;IACL,oBAAoB,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC;IACzC;;SAEK;IACL,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;SAEK;IACL,OAAO,CAAC,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC;IACpC;;;SAGK;IACL,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC;IAC7I;;OAEG;IACH,+BAA+B,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAClH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;IACnD;;SAEK;IACL,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,aAAa,CAAC,eAwH/G"}
1
+ {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAA6C,qBAAqB,EAA0B,MAAM,sBAAsB,CAAC;AAEhI,OAAO,EACY,YAAY,EAAqD,SAAS,EAAE,cAAc,EAAE,6BAA6B,EACxI,mBAAmB,EAAE,eAAe,EAAM,kBAAkB,EAAE,iBAAiB,EAAE,yBAAyB,EAC7G,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,aAAa,EAAoB,MAAM,SAAS,CAAC;AAC1D,OAAO,EAA6B,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AACxG,OAAO,EAA4C,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAKvF,OAAO,kBAAkB,CAAC;AAG1B,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,CAAE,SAAQ,SAAS,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC;IAChL,0DAA0D;IAC1D,OAAO,CAAC,IAAI,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IAEvC,4CAA4C;IAC5C,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IAElC,kDAAkD;IAClD,OAAO,EAAE,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IAEvC;;SAEK;IACL,SAAS,CAAC,CAAC,KAAK,EAAE,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAElE;;SAEK;IACL,oBAAoB,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC;IAEzC;;SAEK;IACL,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;SAEK;IACL,OAAO,CAAC,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC;IAEpC;;;SAGK;IACL,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC;IAE7I;;OAEG;IACH,+BAA+B,CAAC,EAAE,CAAC,KAAK,EAAE,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAElH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;IAEnD;;SAEK;IACL,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;SAGK;IACL,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEzB;;;SAGK;IACL,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC5B;AAKD,wBAAgB,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,aAAa,CAAC,eAkI/G"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,OAAO,kBAAkB,CAAC;AAG1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,CAAC,GAAG,iBAAiB,eAwC1H"}
1
+ {"version":3,"file":"DataTableCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,OAAO,kBAAkB,CAAC;AAG1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,CAAC,GAAG,iBAAiB,eA8D1H"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAsC,qBAAqB,EAAM,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC1I,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAelD,OAAO,kBAAkB,CAAC;AAG1B,UAAU,wBAAwB;IAC9B,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,uBAAuB,EAAE,wBAAwB,CAAC;IAC1J,KAAK,EAAE,wBAAwB,CAE7B;IAEF,YAAY,eAGV;IAEF,iBAAiB,WAAY,gBAAgB,KAAK,EAAE,GAAG,CAAC,iBAKtD;IAEF,gBAAgB,oBA2Cd;IAEF,oBAAoB,oBAMlB;IAEF,iBAAiB,oBAkBf;IAEF,gBAAgB,UAAW,sBAAsB,iBAM/C;IAEF,iBAAiB,UAAW,sBAAsB,kBAAkB,qBAAqB,iBAyCvF;IAEF,oBAAoB,UAAW,sBAAsB,iBAWnD;IAEF,MAAM;CAGT"}
1
+ {"version":3,"file":"DataTableHeaderCell.d.ts","sourceRoot":"","sources":["../../../components/tables/DataTableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAsC,qBAAqB,EAAM,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC1I,OAAO,EAAiD,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAelD,OAAO,kBAAkB,CAAC;AAG1B,UAAU,wBAAwB;IAC9B,cAAc,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,uBAAuB,EAAE,wBAAwB,CAAC;IAC1J,KAAK,EAAE,wBAAwB,CAE7B;IAEF,YAAY,eAGV;IAEF,iBAAiB,WAAY,gBAAgB,KAAK,EAAE,GAAG,CAAC,iBAKtD;IAEF,gBAAgB,oBA2Cd;IAEF,oBAAoB,oBAMlB;IAEF,iBAAiB,oBAsBf;IAEF,gBAAgB,UAAW,sBAAsB,iBAS/C;IAEF,iBAAiB,UAAW,sBAAsB,kBAAkB,qBAAqB,iBA0CvF;IAEF,oBAAoB,UAAW,sBAAsB,iBAWnD;IAEF,MAAM;CAGT"}