@jetbrains/ring-ui-built 7.0.0-beta.3 → 7.0.0-beta.5

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 (271) hide show
  1. package/components/_helpers/anchor.js +0 -5
  2. package/components/_helpers/caption.js +1 -5
  3. package/components/_helpers/card.js +0 -28
  4. package/components/_helpers/icon__svg.js +0 -6
  5. package/components/_helpers/input.js +0 -21
  6. package/components/_helpers/select__filter.js +0 -8
  7. package/components/_helpers/services-link.js +1 -11
  8. package/components/_helpers/sidebar.js +0 -9
  9. package/components/_helpers/tab-link.js +0 -6
  10. package/components/_helpers/theme.js +1 -1
  11. package/components/_helpers/title.js +0 -15
  12. package/components/alert/alert.d.ts +7 -24
  13. package/components/alert/alert.js +0 -24
  14. package/components/alert/container.d.ts +0 -5
  15. package/components/alert/container.js +1 -6
  16. package/components/alert-service/alert-service.js +0 -1
  17. package/components/auth/auth.js +0 -4
  18. package/components/auth/auth__core.d.ts +3 -3
  19. package/components/auth/auth__core.js +32 -24
  20. package/components/auth/down-notification.js +0 -9
  21. package/components/auth/iframe-flow.js +0 -1
  22. package/components/auth/storage.js +3 -7
  23. package/components/auth-dialog/auth-dialog.d.ts +0 -18
  24. package/components/auth-dialog/auth-dialog.js +7 -25
  25. package/components/auth-dialog-service/auth-dialog-service.js +4 -5
  26. package/components/avatar/avatar.d.ts +0 -13
  27. package/components/avatar/avatar.js +0 -13
  28. package/components/avatar/fallback-avatar.d.ts +1 -10
  29. package/components/avatar/fallback-avatar.js +0 -6
  30. package/components/badge/badge.d.ts +0 -10
  31. package/components/badge/badge.js +1 -11
  32. package/components/button/button.d.ts +0 -21
  33. package/components/button/button.js +0 -21
  34. package/components/button-group/button-group.d.ts +0 -5
  35. package/components/button-group/button-group.js +1 -6
  36. package/components/button-group/caption.d.ts +0 -4
  37. package/components/button-group/caption.js +0 -1
  38. package/components/button-set/button-set.d.ts +0 -6
  39. package/components/button-set/button-set.js +1 -7
  40. package/components/button-toolbar/button-toolbar.d.ts +0 -6
  41. package/components/button-toolbar/button-toolbar.js +1 -7
  42. package/components/checkbox/checkbox.d.ts +0 -19
  43. package/components/checkbox/checkbox.js +0 -18
  44. package/components/clipboard/clipboard.js +0 -1
  45. package/components/code/code.d.ts +0 -12
  46. package/components/code/code.js +0 -12
  47. package/components/confirm/confirm.d.ts +0 -14
  48. package/components/confirm/confirm.js +10 -24
  49. package/components/confirm-service/confirm-service.js +0 -1
  50. package/components/content-layout/content-layout.d.ts +0 -7
  51. package/components/content-layout/content-layout.js +0 -7
  52. package/components/content-layout/sidebar.d.ts +0 -9
  53. package/components/content-layout/sidebar.js +0 -1
  54. package/components/contenteditable/contenteditable.d.ts +1 -22
  55. package/components/contenteditable/contenteditable.js +1 -16
  56. package/components/control-label/control-label.js +0 -6
  57. package/components/data-list/data-list.d.ts +0 -2
  58. package/components/data-list/data-list.js +2 -23
  59. package/components/data-list/data-list.mock.js +0 -1
  60. package/components/data-list/item.js +0 -26
  61. package/components/data-list/title.d.ts +2 -2
  62. package/components/data-list/title.js +0 -2
  63. package/components/date-picker/consts.d.ts +0 -2
  64. package/components/date-picker/consts.js +1 -3
  65. package/components/date-picker/date-input.d.ts +0 -20
  66. package/components/date-picker/date-input.js +0 -23
  67. package/components/date-picker/date-picker.d.ts +0 -29
  68. package/components/date-picker/date-picker.js +3 -40
  69. package/components/date-picker/date-popup.d.ts +0 -22
  70. package/components/date-picker/date-popup.js +1 -24
  71. package/components/date-picker/day.d.ts +0 -14
  72. package/components/date-picker/day.js +1 -15
  73. package/components/date-picker/month-names.d.ts +1 -11
  74. package/components/date-picker/month-names.js +2 -14
  75. package/components/date-picker/month-slider.d.ts +0 -9
  76. package/components/date-picker/month-slider.js +1 -10
  77. package/components/date-picker/month.d.ts +1 -9
  78. package/components/date-picker/month.js +1 -6
  79. package/components/date-picker/months.d.ts +1 -9
  80. package/components/date-picker/months.js +1 -6
  81. package/components/date-picker/weekdays.d.ts +2 -8
  82. package/components/date-picker/weekdays.js +0 -4
  83. package/components/date-picker/years.d.ts +0 -6
  84. package/components/date-picker/years.js +1 -7
  85. package/components/dialog/dialog.d.ts +0 -20
  86. package/components/dialog/dialog.js +2 -24
  87. package/components/dropdown/anchor.d.ts +1 -8
  88. package/components/dropdown/anchor.js +0 -1
  89. package/components/dropdown/dropdown.d.ts +4 -22
  90. package/components/dropdown/dropdown.js +0 -22
  91. package/components/dropdown-menu/dropdown-menu.js +9 -33
  92. package/components/editable-heading/editable-heading.js +0 -2
  93. package/components/error-bubble/error-bubble.d.ts +0 -6
  94. package/components/error-bubble/error-bubble.js +1 -7
  95. package/components/error-message/error-message.d.ts +0 -10
  96. package/components/error-message/error-message.js +1 -11
  97. package/components/footer/footer.js +0 -15
  98. package/components/form/form.js +1 -1
  99. package/components/global/create-stateful-context.d.ts +0 -4
  100. package/components/global/create-stateful-context.js +0 -4
  101. package/components/global/focus-sensor-hoc.js +7 -27
  102. package/components/global/react-dom-renderer.d.ts +0 -5
  103. package/components/global/react-dom-renderer.js +0 -5
  104. package/components/global/theme.d.ts +1 -0
  105. package/components/global/theme.js +1 -2
  106. package/components/grid/col.d.ts +0 -14
  107. package/components/grid/col.js +1 -16
  108. package/components/grid/grid.d.ts +0 -5
  109. package/components/grid/grid.js +1 -6
  110. package/components/grid/row.d.ts +0 -18
  111. package/components/grid/row.js +1 -19
  112. package/components/group/group.d.ts +0 -5
  113. package/components/group/group.js +1 -6
  114. package/components/header/header-icon.d.ts +0 -22
  115. package/components/header/header-icon.js +1 -6
  116. package/components/header/header.d.ts +0 -6
  117. package/components/header/header.js +0 -10
  118. package/components/header/logo.d.ts +0 -4
  119. package/components/header/logo.js +0 -4
  120. package/components/header/profile.d.ts +1 -39
  121. package/components/header/profile.js +1 -40
  122. package/components/header/services-link.d.ts +0 -10
  123. package/components/header/services-link.js +0 -1
  124. package/components/header/services.d.ts +0 -14
  125. package/components/header/services.js +1 -13
  126. package/components/header/smart-profile.d.ts +0 -9
  127. package/components/header/smart-profile.js +16 -28
  128. package/components/header/smart-services.d.ts +0 -4
  129. package/components/header/smart-services.js +17 -51
  130. package/components/header/tray.d.ts +0 -5
  131. package/components/header/tray.js +1 -6
  132. package/components/heading/heading.js +0 -6
  133. package/components/icon/icon.d.ts +0 -11
  134. package/components/icon/icon.js +0 -11
  135. package/components/icon/icon__svg.d.ts +0 -8
  136. package/components/icon/icon__svg.js +0 -1
  137. package/components/icon/index.js +0 -1
  138. package/components/input/input-legacy.js +1 -1
  139. package/components/input/input.js +0 -2
  140. package/components/input-size/input-size.js +1 -1
  141. package/components/island/adaptive-island-hoc.d.ts +0 -1
  142. package/components/island/adaptive-island-hoc.js +3 -4
  143. package/components/island/content.d.ts +0 -10
  144. package/components/island/content.js +2 -12
  145. package/components/island/header.js +2 -10
  146. package/components/island/island.d.ts +0 -9
  147. package/components/island/island.js +1 -9
  148. package/components/island-legacy/content-legacy.d.ts +0 -5
  149. package/components/island-legacy/content-legacy.js +1 -6
  150. package/components/island-legacy/header-legacy.d.ts +0 -5
  151. package/components/island-legacy/header-legacy.js +1 -6
  152. package/components/island-legacy/island-legacy.d.ts +0 -5
  153. package/components/island-legacy/island-legacy.js +1 -6
  154. package/components/link/clickableLink.d.ts +0 -9
  155. package/components/link/clickableLink.js +0 -9
  156. package/components/link/link.d.ts +0 -25
  157. package/components/link/link.js +3 -16
  158. package/components/list/list.d.ts +0 -32
  159. package/components/list/list.js +1 -31
  160. package/components/list/list__custom.js +0 -17
  161. package/components/list/list__hint.d.ts +0 -4
  162. package/components/list/list__hint.js +0 -5
  163. package/components/list/list__item.js +0 -33
  164. package/components/list/list__link.js +2 -13
  165. package/components/list/list__separator.js +0 -6
  166. package/components/list/list__title.js +0 -7
  167. package/components/list/list__users-groups-source.js +0 -2
  168. package/components/loader/loader.d.ts +0 -10
  169. package/components/loader/loader.js +0 -10
  170. package/components/loader-inline/loader-inline.d.ts +0 -6
  171. package/components/loader-inline/loader-inline.js +1 -7
  172. package/components/loader-screen/loader-screen.d.ts +0 -6
  173. package/components/loader-screen/loader-screen.js +1 -7
  174. package/components/login-dialog/login-dialog.d.ts +0 -11
  175. package/components/login-dialog/login-dialog.js +12 -23
  176. package/components/login-dialog/service.js +3 -2
  177. package/components/markdown/markdown.js +0 -5
  178. package/components/message/message.js +0 -16
  179. package/components/pager/pager.js +1 -21
  180. package/components/panel/panel.d.ts +0 -5
  181. package/components/panel/panel.js +1 -6
  182. package/components/popup/popup.js +0 -41
  183. package/components/popup/popup.target.js +0 -5
  184. package/components/popup-menu/popup-menu.js +1 -12
  185. package/components/progress-bar/progress-bar.d.ts +19 -33
  186. package/components/progress-bar/progress-bar.js +0 -33
  187. package/components/query-assist/query-assist.d.ts +63 -93
  188. package/components/query-assist/query-assist.js +2 -96
  189. package/components/query-assist/query-assist__suggestions.js +0 -2
  190. package/components/radio/radio.d.ts +0 -8
  191. package/components/radio/radio.js +0 -8
  192. package/components/radio/radio__item.d.ts +0 -9
  193. package/components/radio/radio__item.js +0 -10
  194. package/components/select/select.js +3 -68
  195. package/components/select/select__filter.js +0 -2
  196. package/components/select/select__popup.js +1 -52
  197. package/components/shortcuts/core.js +1 -1
  198. package/components/shortcuts/shortcuts-hoc.d.ts +0 -5
  199. package/components/shortcuts/shortcuts-hoc.js +2 -7
  200. package/components/shortcuts/shortcuts.d.ts +0 -8
  201. package/components/shortcuts/shortcuts.js +0 -8
  202. package/components/slider/slider.js +0 -1
  203. package/components/storage/storage.d.ts +2 -3
  204. package/components/storage/storage.js +2 -22
  205. package/components/storage/storage__local.js +0 -1
  206. package/components/style.css +1 -1
  207. package/components/tab-trap/tab-trap.js +0 -8
  208. package/components/table/cell.d.ts +0 -6
  209. package/components/table/cell.js +1 -7
  210. package/components/table/disable-hover-hoc.d.ts +0 -1
  211. package/components/table/disable-hover-hoc.js +1 -1
  212. package/components/table/header-cell.d.ts +0 -10
  213. package/components/table/header-cell.js +0 -10
  214. package/components/table/header.d.ts +0 -15
  215. package/components/table/header.js +0 -16
  216. package/components/table/multitable.d.ts +0 -4
  217. package/components/table/multitable.js +0 -4
  218. package/components/table/row-with-focus-sensor.d.ts +2 -2
  219. package/components/table/row-with-focus-sensor.js +0 -3
  220. package/components/table/row.js +0 -35
  221. package/components/table/selection-shortcuts-hoc.js +3 -22
  222. package/components/table/simple-table.d.ts +0 -44
  223. package/components/table/simple-table.js +1 -7
  224. package/components/table/smart-table.d.ts +0 -48
  225. package/components/table/smart-table.js +1 -10
  226. package/components/table/table.d.ts +0 -2
  227. package/components/table/table.js +3 -52
  228. package/components/tabs/collapsible-more.d.ts +1 -9
  229. package/components/tabs/collapsible-more.js +0 -24
  230. package/components/tabs/collapsible-tab.js +1 -9
  231. package/components/tabs/collapsible-tabs.d.ts +2 -29
  232. package/components/tabs/collapsible-tabs.js +0 -13
  233. package/components/tabs/custom-item.d.ts +1 -7
  234. package/components/tabs/custom-item.js +0 -5
  235. package/components/tabs/dumb-tabs.d.ts +0 -11
  236. package/components/tabs/dumb-tabs.js +0 -12
  237. package/components/tabs/smart-tabs.d.ts +0 -6
  238. package/components/tabs/smart-tabs.js +0 -7
  239. package/components/tabs/tab-link.d.ts +0 -8
  240. package/components/tabs/tab-link.js +0 -1
  241. package/components/tabs/tab.d.ts +0 -8
  242. package/components/tabs/tab.js +0 -9
  243. package/components/tabs/tabs.js +0 -2
  244. package/components/tag/tag.d.ts +0 -17
  245. package/components/tag/tag.js +0 -17
  246. package/components/tags-input/tags-input.d.ts +7 -33
  247. package/components/tags-input/tags-input.js +2 -35
  248. package/components/tags-list/tags-list.d.ts +0 -13
  249. package/components/tags-list/tags-list.js +0 -13
  250. package/components/text/text.d.ts +0 -7
  251. package/components/text/text.js +0 -7
  252. package/components/toggle/toggle.d.ts +0 -15
  253. package/components/toggle/toggle.js +0 -15
  254. package/components/tooltip/tooltip.d.ts +0 -9
  255. package/components/tooltip/tooltip.js +0 -9
  256. package/components/user-agreement/service.d.ts +2 -1
  257. package/components/user-agreement/service.js +2 -6
  258. package/components/user-agreement/user-agreement.d.ts +0 -18
  259. package/components/user-agreement/user-agreement.js +11 -29
  260. package/components/user-card/card.d.ts +0 -35
  261. package/components/user-card/card.js +0 -1
  262. package/components/user-card/smart-user-card-tooltip.d.ts +0 -5
  263. package/components/user-card/smart-user-card-tooltip.js +0 -5
  264. package/components/user-card/tooltip.d.ts +0 -9
  265. package/components/user-card/tooltip.js +0 -9
  266. package/components/user-card/user-card.js +0 -1
  267. package/package.json +1 -3
  268. package/components/global/prop-types.d.ts +0 -4
  269. package/components/global/prop-types.js +0 -7
  270. package/components/storage/storage__fallback.d.ts +0 -79
  271. package/components/storage/storage__fallback.js +0 -180
@@ -2,7 +2,6 @@
2
2
  * @name List
3
3
  */
4
4
  import { Component, ReactNode, SyntheticEvent } from 'react';
5
- import PropTypes from 'prop-types';
6
5
  import VirtualizedList, { ListRowProps } from 'react-virtualized/dist/es/List';
7
6
  import { Size } from 'react-virtualized/dist/es/AutoSizer';
8
7
  import { WindowScrollerChildProps } from 'react-virtualized/dist/es/WindowScroller';
@@ -52,9 +51,6 @@ export declare const ActiveItemContext: {
52
51
  UpdateContext: import("react").Context<(value: string | undefined) => void>;
53
52
  Provider: {
54
53
  ({ children }: import("../global/create-stateful-context").ProviderProps): import("react").JSX.Element;
55
- propTypes: {
56
- children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
57
- };
58
54
  displayName: string;
59
55
  };
60
56
  useUpdate: (value: string | undefined, skipUpdate?: boolean) => void;
@@ -89,34 +85,6 @@ interface RenderVirtualizedInnerParams extends Partial<WindowScrollerChildProps>
89
85
  * Displays a list of items.
90
86
  */
91
87
  export default class List<T = unknown> extends Component<ListProps<T>, ListState<T>> {
92
- static propTypes: {
93
- id: PropTypes.Requireable<string>;
94
- className: PropTypes.Requireable<string>;
95
- hint: PropTypes.Requireable<PropTypes.ReactNodeLike>;
96
- hintOnSelection: PropTypes.Requireable<string>;
97
- data: PropTypes.Requireable<any[]>;
98
- maxHeight: PropTypes.Requireable<number>;
99
- activeIndex: PropTypes.Requireable<number>;
100
- restoreActiveIndex: PropTypes.Requireable<boolean>;
101
- activateSingleItem: PropTypes.Requireable<boolean>;
102
- activateFirstItem: PropTypes.Requireable<boolean>;
103
- shortcuts: PropTypes.Requireable<boolean>;
104
- shortcutsMap: PropTypes.Requireable<object>;
105
- onMouseOut: PropTypes.Requireable<(...args: any[]) => any>;
106
- onSelect: PropTypes.Requireable<(...args: any[]) => any>;
107
- onScrollToBottom: PropTypes.Requireable<(...args: any[]) => any>;
108
- onResize: PropTypes.Requireable<(...args: any[]) => any>;
109
- useMouseUp: PropTypes.Requireable<boolean>;
110
- visible: PropTypes.Requireable<boolean>;
111
- renderOptimization: PropTypes.Requireable<boolean>;
112
- disableMoveOverflow: PropTypes.Requireable<boolean>;
113
- disableMoveDownOverflow: PropTypes.Requireable<boolean>;
114
- compact: PropTypes.Requireable<boolean>;
115
- disableScrollToActive: PropTypes.Requireable<boolean>;
116
- hidden: PropTypes.Requireable<boolean>;
117
- ariaLabel: PropTypes.Requireable<string>;
118
- preventListOverscroll: PropTypes.Requireable<boolean>;
119
- };
120
88
  static defaultProps: {
121
89
  data: never[];
122
90
  restoreActiveIndex: boolean;
@@ -1,8 +1,7 @@
1
- import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, b as _objectSpread2, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.symbol.description.js';
3
3
  import 'core-js/modules/web.dom-collections.iterator.js';
4
4
  import { Component, createElement } from 'react';
5
- import PropTypes from 'prop-types';
6
5
  import classNames from 'classnames';
7
6
  import VirtualizedList from 'react-virtualized/dist/es/List';
8
7
  import AutoSizer from 'react-virtualized/dist/es/AutoSizer';
@@ -45,7 +44,6 @@ import '@jetbrains/icons/remove-12px';
45
44
  import '../icon/icon.js';
46
45
  import '../icon/icon__constants.js';
47
46
  import '../_helpers/icon__svg.js';
48
- import '../global/prop-types.js';
49
47
  import '../global/composeRefs.js';
50
48
  import '../control-help/control-help.js';
51
49
  import '../global/get-event-key.js';
@@ -677,34 +675,6 @@ class List extends Component {
677
675
  });
678
676
  }
679
677
  }
680
- _defineProperty(List, "propTypes", {
681
- id: PropTypes.string,
682
- className: PropTypes.string,
683
- hint: PropTypes.node,
684
- hintOnSelection: PropTypes.string,
685
- data: PropTypes.array,
686
- maxHeight: PropTypes.number,
687
- activeIndex: PropTypes.number,
688
- restoreActiveIndex: PropTypes.bool,
689
- activateSingleItem: PropTypes.bool,
690
- activateFirstItem: PropTypes.bool,
691
- shortcuts: PropTypes.bool,
692
- shortcutsMap: PropTypes.object,
693
- onMouseOut: PropTypes.func,
694
- onSelect: PropTypes.func,
695
- onScrollToBottom: PropTypes.func,
696
- onResize: PropTypes.func,
697
- useMouseUp: PropTypes.bool,
698
- visible: PropTypes.bool,
699
- renderOptimization: PropTypes.bool,
700
- disableMoveOverflow: PropTypes.bool,
701
- disableMoveDownOverflow: PropTypes.bool,
702
- compact: PropTypes.bool,
703
- disableScrollToActive: PropTypes.bool,
704
- hidden: PropTypes.bool,
705
- ariaLabel: PropTypes.string,
706
- preventListOverscroll: PropTypes.bool
707
- });
708
678
  _defineProperty(List, "defaultProps", {
709
679
  data: [],
710
680
  restoreActiveIndex: false,
@@ -1,7 +1,6 @@
1
1
  import { _ as _defineProperty, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
3
  import { PureComponent } from 'react';
4
- import PropTypes from 'prop-types';
5
4
  import classNames from 'classnames';
6
5
  import joinDataTestAttributes from '../global/data-tests.js';
7
6
  import getEventKey from '../global/get-event-key.js';
@@ -62,21 +61,5 @@ class ListCustom extends PureComponent {
62
61
  });
63
62
  }
64
63
  }
65
- ListCustom.propTypes = {
66
- scrolling: PropTypes.bool.isRequired,
67
- hover: PropTypes.bool.isRequired,
68
- className: PropTypes.string,
69
- disabled: PropTypes.bool,
70
- rgItemType: PropTypes.number,
71
- tabIndex: PropTypes.number.isRequired,
72
- template: PropTypes.oneOfType([PropTypes.func, PropTypes.element, PropTypes.string]),
73
- onClick: PropTypes.func.isRequired,
74
- onMouseOver: PropTypes.func.isRequired,
75
- onMouseUp: PropTypes.func,
76
- onCheckboxChange: PropTypes.func.isRequired,
77
- role: PropTypes.string,
78
- tagName: PropTypes.string,
79
- 'data-test': PropTypes.string
80
- };
81
64
 
82
65
  export { ListCustom as default };
@@ -1,5 +1,4 @@
1
1
  import { PureComponent, ReactNode } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  export interface ListHintProps {
4
3
  label: ReactNode;
5
4
  }
@@ -8,8 +7,5 @@ export interface ListHintProps {
8
7
  * @extends {ReactComponent}
9
8
  */
10
9
  export default class ListHint extends PureComponent<ListHintProps> {
11
- static propTypes: {
12
- label: PropTypes.Requireable<PropTypes.ReactNodeLike>;
13
- };
14
10
  render(): import("react").JSX.Element;
15
11
  }
@@ -1,6 +1,4 @@
1
- import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
1
  import { PureComponent } from 'react';
3
- import PropTypes from 'prop-types';
4
2
  import classNames from 'classnames';
5
3
  import { m as modules_3b67a421 } from '../_helpers/list.js';
6
4
  import { jsx } from 'react/jsx-runtime';
@@ -14,8 +12,5 @@ class ListHint extends PureComponent {
14
12
  });
15
13
  }
16
14
  }
17
- _defineProperty(ListHint, "propTypes", {
18
- label: PropTypes.node
19
- });
20
15
 
21
16
  export { ListHint as default };
@@ -2,7 +2,6 @@ import { _ as _defineProperty, a as _objectWithoutProperties } from '../_helpers
2
2
  import 'core-js/modules/es.symbol.description.js';
3
3
  import 'core-js/modules/web.dom-collections.iterator.js';
4
4
  import { PureComponent } from 'react';
5
- import PropTypes from 'prop-types';
6
5
  import classNames from 'classnames';
7
6
  import joinDataTestAttributes from '../global/data-tests.js';
8
7
  import Avatar, { Size } from '../avatar/avatar.js';
@@ -19,7 +18,6 @@ import '../global/dom.js';
19
18
  import '../avatar/fallback-avatar.js';
20
19
  import '@jetbrains/icons/checkmark-12px';
21
20
  import '@jetbrains/icons/remove-12px';
22
- import '../global/prop-types.js';
23
21
  import '../global/composeRefs.js';
24
22
  import 'memoize-one';
25
23
  import '../control-help/control-help.js';
@@ -180,36 +178,5 @@ class ListItem extends PureComponent {
180
178
  });
181
179
  }
182
180
  }
183
- ListItem.propTypes = {
184
- scrolling: PropTypes.bool,
185
- hover: PropTypes.bool,
186
- details: PropTypes.string,
187
- disabled: PropTypes.bool,
188
- className: PropTypes.string,
189
- tabIndex: PropTypes.number,
190
- checkbox: PropTypes.bool,
191
- description: PropTypes.oneOfType([PropTypes.string, PropTypes.element, PropTypes.array]),
192
- showGeneratedAvatar: PropTypes.bool,
193
- username: PropTypes.string,
194
- avatar: PropTypes.string,
195
- subavatar: PropTypes.string,
196
- glyph: PropTypes.oneOfType([PropTypes.string, PropTypes.elementType]),
197
- icon: PropTypes.string,
198
- iconSize: PropTypes.number,
199
- rightNodes: PropTypes.oneOfType([PropTypes.string, PropTypes.element, PropTypes.array]),
200
- leftNodes: PropTypes.oneOfType([PropTypes.string, PropTypes.element, PropTypes.array]),
201
- label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
202
- title: PropTypes.string,
203
- level: PropTypes.number,
204
- rgItemType: PropTypes.number,
205
- rightGlyph: PropTypes.oneOfType([PropTypes.string, PropTypes.elementType]),
206
- compact: PropTypes.bool,
207
- onClick: PropTypes.func,
208
- onCheckboxChange: PropTypes.func,
209
- onMouseOver: PropTypes.func,
210
- onMouseDown: PropTypes.func,
211
- onMouseUp: PropTypes.func,
212
- 'data-test': PropTypes.string
213
- };
214
181
 
215
182
  export { ListItem as default };
@@ -1,7 +1,6 @@
1
- import { b as _objectSpread2, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.symbol.description.js';
3
- import { Component, PureComponent } from 'react';
4
- import PropTypes from 'prop-types';
3
+ import { PureComponent } from 'react';
5
4
  import classNames from 'classnames';
6
5
  import Link, { linkHOC } from '../link/link.js';
7
6
  import joinDataTestAttributes from '../global/data-tests.js';
@@ -49,15 +48,5 @@ class ListLink extends PureComponent {
49
48
  }));
50
49
  }
51
50
  }
52
- ListLink.propTypes = _objectSpread2(_objectSpread2({}, Link.propTypes), {}, {
53
- description: PropTypes.string,
54
- label: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.func]),
55
- rgItemType: PropTypes.number,
56
- scrolling: PropTypes.bool.isRequired,
57
- url: PropTypes.string,
58
- LinkComponent: PropTypes.oneOfType([PropTypes.instanceOf(Component), PropTypes.func, PropTypes.string]),
59
- onCheckboxChange: PropTypes.func.isRequired,
60
- compact: PropTypes.bool
61
- });
62
51
 
63
52
  export { ListLink as default };
@@ -1,6 +1,5 @@
1
1
  import 'core-js/modules/es.symbol.description.js';
2
2
  import { PureComponent } from 'react';
3
- import PropTypes from 'prop-types';
4
3
  import classNames from 'classnames';
5
4
  import { m as modules_3b67a421 } from '../_helpers/list.js';
6
5
  import { jsx } from 'react/jsx-runtime';
@@ -21,10 +20,5 @@ class ListSeparator extends PureComponent {
21
20
  });
22
21
  }
23
22
  }
24
- ListSeparator.propTypes = {
25
- className: PropTypes.string,
26
- description: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
27
- isFirst: PropTypes.bool
28
- };
29
23
 
30
24
  export { ListSeparator as default };
@@ -1,6 +1,5 @@
1
1
  import 'core-js/modules/es.symbol.description.js';
2
2
  import { PureComponent } from 'react';
3
- import PropTypes from 'prop-types';
4
3
  import classNames from 'classnames';
5
4
  import { m as modules_3b67a421 } from '../_helpers/list.js';
6
5
  import { jsxs, jsx } from 'react/jsx-runtime';
@@ -31,11 +30,5 @@ class ListTitle extends PureComponent {
31
30
  });
32
31
  }
33
32
  }
34
- ListTitle.propTypes = {
35
- className: PropTypes.string,
36
- description: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
37
- label: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
38
- isFirst: PropTypes.bool
39
- };
40
33
 
41
34
  export { ListTitle as default };
@@ -6,7 +6,6 @@ import List from './list.js';
6
6
  import '../hub-source/hub-source.js';
7
7
  import 'core-js/modules/es.symbol.description.js';
8
8
  import 'react';
9
- import 'prop-types';
10
9
  import 'classnames';
11
10
  import 'react-virtualized/dist/es/List';
12
11
  import 'react-virtualized/dist/es/AutoSizer';
@@ -44,7 +43,6 @@ import '@jetbrains/icons/remove-12px';
44
43
  import '../icon/icon.js';
45
44
  import '../icon/icon__constants.js';
46
45
  import '../_helpers/icon__svg.js';
47
- import '../global/prop-types.js';
48
46
  import '../global/composeRefs.js';
49
47
  import '../control-help/control-help.js';
50
48
  import './list__custom.js';
@@ -1,5 +1,4 @@
1
1
  import { HTMLAttributes, PureComponent } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  import LoaderCore, { LoaderCoreProps } from './loader__core';
4
3
  export interface LoaderProps extends Partial<LoaderCoreProps>, HTMLAttributes<HTMLElement> {
5
4
  'data-test'?: string | null | undefined;
@@ -11,15 +10,6 @@ export interface LoaderProps extends Partial<LoaderCoreProps>, HTMLAttributes<HT
11
10
  * Displays a large animated loader with an optional caption. Typical use cases: page loading animation, major action animation.
12
11
  */
13
12
  export default class Loader extends PureComponent<LoaderProps> {
14
- static propTypes: {
15
- className: PropTypes.Requireable<string>;
16
- size: PropTypes.Requireable<number>;
17
- colors: PropTypes.Requireable<any[]>;
18
- message: PropTypes.Requireable<string>;
19
- 'data-test': PropTypes.Requireable<string>;
20
- stop: PropTypes.Requireable<boolean>;
21
- deterministic: PropTypes.Requireable<boolean>;
22
- };
23
13
  componentDidUpdate(prevProps: LoaderProps): void;
24
14
  componentWillUnmount(): void;
25
15
  loader?: LoaderCore;
@@ -1,7 +1,6 @@
1
1
  import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
3
  import { PureComponent } from 'react';
4
- import PropTypes from 'prop-types';
5
4
  import joinDataTestAttributes from '../global/data-tests.js';
6
5
  import LoaderCore from './loader__core.js';
7
6
  import { jsx } from 'react/jsx-runtime';
@@ -51,14 +50,5 @@ class Loader extends PureComponent {
51
50
  }));
52
51
  }
53
52
  }
54
- _defineProperty(Loader, "propTypes", {
55
- className: PropTypes.string,
56
- size: PropTypes.number,
57
- colors: PropTypes.array,
58
- message: PropTypes.string,
59
- 'data-test': PropTypes.string,
60
- stop: PropTypes.bool,
61
- deterministic: PropTypes.bool
62
- });
63
53
 
64
54
  export { Loader as default };
@@ -1,5 +1,4 @@
1
1
  import { HTMLAttributes, PureComponent } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  export interface LoaderInlineProps extends HTMLAttributes<HTMLDivElement> {
4
3
  'data-test'?: string | null | undefined;
5
4
  }
@@ -7,11 +6,6 @@ export interface LoaderInlineProps extends HTMLAttributes<HTMLDivElement> {
7
6
  * @name Loader Inline
8
7
  */
9
8
  declare class LoaderInline extends PureComponent<LoaderInlineProps> {
10
- static propTypes: {
11
- className: PropTypes.Requireable<string>;
12
- 'data-test': PropTypes.Requireable<string>;
13
- children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
14
- };
15
9
  render(): import("react").JSX.Element;
16
10
  }
17
11
  export type LoaderInlineAtrrs = JSX.LibraryManagedAttributes<typeof LoaderInline, LoaderInlineProps>;
@@ -1,7 +1,6 @@
1
- import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import { PureComponent } from 'react';
3
3
  import classNames from 'classnames';
4
- import PropTypes from 'prop-types';
5
4
  import joinDataTestAttributes from '../global/data-tests.js';
6
5
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
7
6
  import 'core-js/modules/es.array.reduce.js';
@@ -32,10 +31,5 @@ class LoaderInline extends PureComponent {
32
31
  }) : loader;
33
32
  }
34
33
  }
35
- _defineProperty(LoaderInline, "propTypes", {
36
- className: PropTypes.string,
37
- 'data-test': PropTypes.string,
38
- children: PropTypes.node
39
- });
40
34
 
41
35
  export { LoaderInline as default };
@@ -1,5 +1,4 @@
1
1
  import { PureComponent } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  import { LoaderProps } from '../loader/loader';
4
3
  export interface LoaderScreenProps extends LoaderProps {
5
4
  containerClassName?: string | null | undefined;
@@ -8,10 +7,5 @@ export interface LoaderScreenProps extends LoaderProps {
8
7
  * @name Loader Screen
9
8
  */
10
9
  export default class LoaderScreen extends PureComponent<LoaderScreenProps> {
11
- static propTypes: {
12
- className: PropTypes.Requireable<string>;
13
- containerClassName: PropTypes.Requireable<string>;
14
- message: PropTypes.Requireable<string>;
15
- };
16
10
  render(): import("react").JSX.Element;
17
11
  }
@@ -1,7 +1,6 @@
1
- import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import { PureComponent } from 'react';
3
3
  import classNames from 'classnames';
4
- import PropTypes from 'prop-types';
5
4
  import Loader from '../loader/loader.js';
6
5
  import { jsx } from 'react/jsx-runtime';
7
6
  import 'core-js/modules/web.dom-collections.iterator.js';
@@ -36,10 +35,5 @@ class LoaderScreen extends PureComponent {
36
35
  });
37
36
  }
38
37
  }
39
- _defineProperty(LoaderScreen, "propTypes", {
40
- className: PropTypes.string,
41
- containerClassName: PropTypes.string,
42
- message: PropTypes.string
43
- });
44
38
 
45
39
  export { LoaderScreen as default };
@@ -1,5 +1,4 @@
1
1
  import { Component, ReactNode } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  export interface LoginDialogProps {
4
3
  onCancel: () => void;
5
4
  show: boolean;
@@ -14,16 +13,6 @@ export interface LoginDialogProps {
14
13
  * @name Login Dialog
15
14
  */
16
15
  export default class LoginDialog extends Component<LoginDialogProps> {
17
- static propTypes: {
18
- show: PropTypes.Requireable<boolean>;
19
- className: PropTypes.Requireable<string>;
20
- url: PropTypes.Requireable<string>;
21
- loader: PropTypes.Requireable<boolean>;
22
- loadingMessage: PropTypes.Requireable<string>;
23
- showFallbackTimeout: PropTypes.Requireable<number>;
24
- renderFallbackLink: PropTypes.Requireable<(...args: any[]) => any>;
25
- onCancel: PropTypes.Validator<(...args: any[]) => any>;
26
- };
27
16
  static defaultProps: {
28
17
  show: boolean;
29
18
  url: string;
@@ -1,19 +1,24 @@
1
1
  import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
3
  import { Component } from 'react';
4
- import PropTypes from 'prop-types';
5
4
  import Dialog from '../dialog/dialog.js';
6
- import '../island/island.js';
7
- import LoaderScreen from '../loader-screen/loader-screen.js';
8
- import { HUB_AUTH_PAGE_OPENED } from '../auth/background-flow.js';
5
+ import 'classnames';
6
+ import 'core-js/modules/es.array.reduce.js';
9
7
  import { jsxs, jsx } from 'react/jsx-runtime';
8
+ import '../island/header.js';
10
9
  import ContentWrapper from '../island/content.js';
10
+ import LoaderScreen from '../loader-screen/loader-screen.js';
11
+ import { HUB_AUTH_PAGE_OPENED } from '../auth/background-flow.js';
11
12
  import 'react-dom';
12
- import 'classnames';
13
13
  import '@jetbrains/icons/close';
14
- import '../global/get-uid.js';
14
+ import '../island/island.js';
15
15
  import '../global/data-tests.js';
16
- import 'core-js/modules/es.array.reduce.js';
16
+ import '../island/adaptive-island-hoc.js';
17
+ import '../global/linear-function.js';
18
+ import '../_helpers/island.js';
19
+ import 'element-resize-detector';
20
+ import '../global/schedule-raf.js';
21
+ import '../global/get-uid.js';
17
22
  import '../shortcuts/shortcuts.js';
18
23
  import '../shortcuts/core.js';
19
24
  import 'core-js/modules/es.regexp.exec.js';
@@ -36,12 +41,6 @@ import '../_helpers/button__classes.js';
36
41
  import '../popup/popup.target.js';
37
42
  import '../_helpers/dialog__body-scroll-preventer.js';
38
43
  import 'scrollbar-width';
39
- import '../island/adaptive-island-hoc.js';
40
- import '../global/linear-function.js';
41
- import '../_helpers/island.js';
42
- import '../island/header.js';
43
- import 'element-resize-detector';
44
- import '../global/schedule-raf.js';
45
44
  import '../loader/loader.js';
46
45
  import '../loader/loader__core.js';
47
46
  import '../auth/response-parser.js';
@@ -159,16 +158,6 @@ class LoginDialog extends Component {
159
158
  });
160
159
  }
161
160
  }
162
- _defineProperty(LoginDialog, "propTypes", {
163
- show: PropTypes.bool,
164
- className: PropTypes.string,
165
- url: PropTypes.string,
166
- loader: PropTypes.bool,
167
- loadingMessage: PropTypes.string,
168
- showFallbackTimeout: PropTypes.number,
169
- renderFallbackLink: PropTypes.func,
170
- onCancel: PropTypes.func.isRequired
171
- });
172
161
  _defineProperty(LoginDialog, "defaultProps", {
173
162
  show: false,
174
163
  url: 'about:blank',
@@ -5,7 +5,6 @@ import LoginDialog from './login-dialog.js';
5
5
  import { jsx } from 'react/jsx-runtime';
6
6
  import 'react';
7
7
  import 'core-js/modules/web.dom-collections.iterator.js';
8
- import 'prop-types';
9
8
  import '../dialog/dialog.js';
10
9
  import 'react-dom';
11
10
  import 'classnames';
@@ -70,7 +69,9 @@ function showAuthDialog() {
70
69
  show: true
71
70
  }));
72
71
  return () => {
73
- reactRoot.unmount();
72
+ renderLoginDialog(_objectSpread2(_objectSpread2({}, props), {}, {
73
+ show: false
74
+ }));
74
75
  };
75
76
  }
76
77
 
@@ -1,5 +1,4 @@
1
1
  import { PureComponent } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  import classNames from 'classnames';
4
3
  import { m as modules_901b77ec } from '../_helpers/heading.js';
5
4
  import { m as modules_607b0772 } from '../_helpers/link.js';
@@ -24,9 +23,5 @@ class Markdown extends PureComponent {
24
23
  });
25
24
  }
26
25
  }
27
- Markdown.propTypes = {
28
- inline: PropTypes.bool,
29
- className: PropTypes.string
30
- };
31
26
 
32
27
  export { Markdown as default };
@@ -2,7 +2,6 @@ import { _ as _defineProperty, b as _objectSpread2 } from '../_helpers/_rollupPl
2
2
  import 'core-js/modules/es.symbol.description.js';
3
3
  import 'core-js/modules/web.dom-collections.iterator.js';
4
4
  import { Component } from 'react';
5
- import PropTypes from 'prop-types';
6
5
  import classNames from 'classnames';
7
6
  import gift from '@jetbrains/icons/gift';
8
7
  import Popup from '../popup/popup.js';
@@ -224,20 +223,5 @@ _defineProperty(Message, "defaultProps", {
224
223
  });
225
224
  _defineProperty(Message, "Directions", Directions);
226
225
  _defineProperty(Message, "PopupProps", Popup.PopupProps);
227
- Message.propTypes = {
228
- children: PropTypes.node,
229
- className: PropTypes.string,
230
- tailClassName: PropTypes.string,
231
- title: PropTypes.string,
232
- icon: PropTypes.oneOfType([PropTypes.string, PropTypes.elementType]),
233
- directions: PropTypes.arrayOf(PropTypes.string),
234
- direction: PropTypes.string,
235
- popupProps: PropTypes.object,
236
- buttonProps: PropTypes.object,
237
- tailOffset: PropTypes.number,
238
- onClose: PropTypes.func,
239
- onDismiss: PropTypes.func,
240
- translations: PropTypes.object
241
- };
242
226
 
243
227
  export { Message as default };
@@ -1,7 +1,6 @@
1
1
  import { _ as _defineProperty, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
3
  import { PureComponent } from 'react';
4
- import PropTypes from 'prop-types';
5
4
  import classNames from 'classnames';
6
5
  import chevronLeftIcon from '@jetbrains/icons/chevron-left';
7
6
  import chevronRightIcon from '@jetbrains/icons/chevron-right';
@@ -30,7 +29,7 @@ import '../control-help/control-help.js';
30
29
  import '../_helpers/caption.js';
31
30
  import 'core-js/modules/es.string.trim.js';
32
31
  import '@jetbrains/icons/close-12px';
33
- import 'deep-equal';
32
+ import 'dequal';
34
33
  import '../dropdown/dropdown.js';
35
34
  import '../global/typescript-utils.js';
36
35
  import '../_helpers/anchor.js';
@@ -68,7 +67,6 @@ import '../list/list__item.js';
68
67
  import '../checkbox/checkbox.js';
69
68
  import '@jetbrains/icons/checkmark-12px';
70
69
  import '@jetbrains/icons/remove-12px';
71
- import '../global/prop-types.js';
72
70
  import '../global/composeRefs.js';
73
71
  import '../list/list__custom.js';
74
72
  import '../global/get-event-key.js';
@@ -339,23 +337,5 @@ _defineProperty(Pager, "defaultProps", {
339
337
  onLoadPage: () => {}
340
338
  });
341
339
  _defineProperty(Pager, "contextType", I18nContext);
342
- Pager.propTypes = {
343
- total: PropTypes.number.isRequired,
344
- currentPage: PropTypes.number,
345
- pageSize: PropTypes.number,
346
- pageSizes: PropTypes.arrayOf(PropTypes.number),
347
- visiblePagesLimit: PropTypes.number,
348
- disablePageSizeSelector: PropTypes.bool,
349
- openTotal: PropTypes.bool,
350
- canLoadLastPageWithOpenTotal: PropTypes.bool,
351
- onPageChange: PropTypes.func,
352
- onPageSizeChange: PropTypes.func,
353
- onLoadPage: PropTypes.func,
354
- className: PropTypes.string,
355
- translations: PropTypes.object,
356
- loader: PropTypes.bool,
357
- loaderNavigation: PropTypes.bool,
358
- hrefFunc: PropTypes.func //function which generates href for all pager's buttons based on pager state passed as a function parameter, either this function or onPageChange should be provided
359
- };
360
340
 
361
341
  export { Pager as default };
@@ -1,12 +1,7 @@
1
1
  import { HTMLAttributes, PureComponent } from 'react';
2
- import PropTypes from 'prop-types';
3
2
  /**
4
3
  * @name Panel
5
4
  */
6
5
  export default class Panel extends PureComponent<HTMLAttributes<HTMLElement>> {
7
- static propTypes: {
8
- className: PropTypes.Requireable<string>;
9
- children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
10
- };
11
6
  render(): import("react").JSX.Element;
12
7
  }
@@ -1,6 +1,5 @@
1
- import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import { PureComponent } from 'react';
3
- import PropTypes from 'prop-types';
4
3
  import classNames from 'classnames';
5
4
  import { jsx } from 'react/jsx-runtime';
6
5
 
@@ -22,9 +21,5 @@ class Panel extends PureComponent {
22
21
  }));
23
22
  }
24
23
  }
25
- _defineProperty(Panel, "propTypes", {
26
- className: PropTypes.string,
27
- children: PropTypes.node
28
- });
29
24
 
30
25
  export { Panel as default };