@jetbrains/ring-ui 4.1.0-beta.9 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (354) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +17 -15
  3. package/babel.config.js +3 -2
  4. package/components/alert/alert.js +9 -3
  5. package/components/alert/container.css +1 -1
  6. package/components/alert-service/alert-service.examples.css +18 -0
  7. package/components/alert-service/alert-service.examples.js +21 -0
  8. package/components/alert-service/alert-service.js +10 -3
  9. package/components/analytics/analytics__fus-plugin.js +1 -1
  10. package/components/auth/auth.test.js +14 -7
  11. package/components/auth/auth__core.js +64 -33
  12. package/components/auth-dialog/auth-dialog.js +1 -0
  13. package/components/avatar/avatar.css +4 -1
  14. package/components/avatar/avatar.examples.js +3 -2
  15. package/components/avatar/avatar.js +31 -6
  16. package/components/avatar/fallback-avatar.js +136 -0
  17. package/components/avatar-editor-ng/avatar-editor-ng.css +2 -2
  18. package/components/avatar-editor-ng/avatar-editor-ng.js +2 -1
  19. package/components/avatar-editor-ng/{avatar-editor-ng.html → avatar-editor-ng__template.js} +2 -2
  20. package/components/button/button.css +2 -2
  21. package/components/button/button.js +4 -1
  22. package/components/button-group/button-group.js +1 -1
  23. package/components/button-group/caption.js +1 -1
  24. package/components/button-ng/button-ng.js +1 -1
  25. package/components/button-set-ng/button-set-ng.js +3 -1
  26. package/components/checkbox/checkbox.css +1 -1
  27. package/components/code/code.js +1 -1
  28. package/components/confirm/confirm.js +1 -0
  29. package/components/confirm-service/confirm-service.js +5 -5
  30. package/components/content-layout/content-layout.css +1 -1
  31. package/components/data-list/data-list.css +1 -1
  32. package/components/date-picker/date-input.js +5 -4
  33. package/components/date-picker/date-picker.css +34 -22
  34. package/components/date-picker/date-picker.js +16 -14
  35. package/components/date-picker/date-popup.js +22 -7
  36. package/components/date-picker/month-names.js +8 -5
  37. package/components/date-picker/month.js +6 -2
  38. package/components/date-picker/weekdays.js +10 -2
  39. package/components/dialog/dialog.examples.js +3 -1
  40. package/components/dialog/dialog.js +5 -2
  41. package/components/dialog/dialog.test.js +1 -1
  42. package/components/dialog/dialog__body-scroll-preventer.js +2 -2
  43. package/components/dialog-ng/dialog-ng.js +7 -8
  44. package/components/dialog-ng/{dialog-ng.html → dialog-ng__template.js} +2 -2
  45. package/components/dropdown/dropdown.examples.js +36 -1
  46. package/components/dropdown-menu/dropdown-menu.examples.js +47 -0
  47. package/components/dropdown-menu/dropdown-menu.js +117 -0
  48. package/components/dropdown-menu/dropdown-menu.test.js +76 -0
  49. package/components/error-bubble/error-bubble-legacy.css +1 -1
  50. package/components/error-bubble/error-bubble.css +1 -1
  51. package/components/error-bubble/error-bubble.examples.js +1 -1
  52. package/components/error-page/error-page.css +2 -2
  53. package/components/footer-ng/footer-ng.js +13 -3
  54. package/components/form/form.css +2 -2
  55. package/components/form-ng/form-ng.js +3 -1
  56. package/components/global/global.css +1 -1
  57. package/components/global/theme.js +1 -1
  58. package/components/global/variables.css +8 -1
  59. package/components/grid/grid.css +10 -9
  60. package/components/header/header.css +1 -1
  61. package/components/header/header.examples.js +7 -8
  62. package/components/header/profile.js +10 -11
  63. package/components/http/http.js +1 -1
  64. package/components/icon/icon.css +5 -4
  65. package/components/island/island.css +4 -3
  66. package/components/island-legacy/island-legacy.css +3 -1
  67. package/components/list/list.js +6 -1
  68. package/components/list/list__custom.js +9 -3
  69. package/components/list/list__item.js +8 -2
  70. package/components/list/list__link.js +2 -1
  71. package/components/loader-inline/loader-inline.css +1 -1
  72. package/components/loader-screen/loader-screen.css +1 -1
  73. package/components/message/message.css +1 -1
  74. package/components/message/message.examples.js +8 -5
  75. package/components/pager/pager.js +5 -3
  76. package/components/permissions/permissions.js +1 -1
  77. package/components/progress-bar/progress-bar.css +1 -1
  78. package/components/progress-bar/progress-bar.examples.js +3 -3
  79. package/components/progress-bar/progress-bar.js +5 -2
  80. package/components/progress-bar/progress-bar.test.js +12 -13
  81. package/components/progress-bar-ng/progress-bar-ng.examples.js +3 -3
  82. package/components/query-assist/query-assist.css +13 -3
  83. package/components/query-assist/query-assist.examples.js +3 -1
  84. package/components/query-assist/query-assist.js +56 -12
  85. package/components/query-assist/query-assist.test.js +37 -5
  86. package/components/save-field-ng/save-field-ng.css +0 -3
  87. package/components/save-field-ng/save-field-ng.js +3 -1
  88. package/components/save-field-ng/{save-field-ng.html → save-field-ng__template.js} +2 -2
  89. package/components/select/select.css +12 -7
  90. package/components/select/select.examples.js +13 -0
  91. package/components/select/select.js +30 -43
  92. package/components/select/select.test.js +4 -5
  93. package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +1 -1
  94. package/components/shortcuts-hint-ng/shortcuts-hint-ng.js +1 -1
  95. package/components/shortcuts-hint-ng/{shortcuts-hint-ng.html → shortcuts-hint-ng__template.js} +2 -2
  96. package/components/sidebar/sidebar.css +1 -0
  97. package/components/sidebar-ng/sidebar-ng.js +6 -2
  98. package/components/sidebar-ng/{sidebar-ng__button.html → sidebar-ng__button-template.js} +2 -2
  99. package/components/sidebar-ng/{sidebar-ng.html → sidebar-ng__template.js} +2 -2
  100. package/components/table/row.js +2 -1
  101. package/components/table/table.css +2 -1
  102. package/components/table-legacy/table-legacy.css +2 -2
  103. package/components/table-legacy/table-legacy__toolbar.css +2 -2
  104. package/components/table-legacy-ng/table-legacy-ng.js +38 -5
  105. package/components/table-legacy-ng/table-legacy-ng__pager.js +7 -1
  106. package/components/tabs/collapsible-tab.js +2 -2
  107. package/components/tabs/collapsible-tabs.js +4 -8
  108. package/components/tabs/tab-link.js +4 -2
  109. package/components/tabs/tabs.css +27 -0
  110. package/components/tabs-ng/tabs-ng.js +4 -2
  111. package/components/tabs-ng/{tabs-ng.html → tabs-ng__template.js} +6 -2
  112. package/components/tag/tag.css +5 -2
  113. package/components/tag/tag.examples.js +3 -0
  114. package/components/tag/tag.js +19 -16
  115. package/components/tags-input/tag-input.examples.js +1 -1
  116. package/components/tags-input/tags-input.js +5 -2
  117. package/components/template-ng/template-ng.js +1 -1
  118. package/components/tooltip/tooltip.js +7 -2
  119. package/components/user-agreement/user-agreement.css +1 -1
  120. package/components/user-agreement/user-agreement.examples.js +7 -4
  121. package/components/user-agreement/user-agreement.js +1 -0
  122. package/package.json +75 -78
  123. package/webpack.config.js +14 -10
  124. package/components/button-set-ng/button-set-ng.html +0 -1
  125. package/components/footer-ng/footer-ng.html +0 -13
  126. package/components/form-ng/form-ng__error-bubble.html +0 -3
  127. package/components/table-legacy-ng/table-legacy-ng.html +0 -4
  128. package/components/table-legacy-ng/table-legacy-ng__column.html +0 -12
  129. package/components/table-legacy-ng/table-legacy-ng__header.html +0 -4
  130. package/components/table-legacy-ng/table-legacy-ng__pager.html +0 -7
  131. package/components/table-legacy-ng/table-legacy-ng__row.html +0 -12
  132. package/components/table-legacy-ng/table-legacy-ng__title.html +0 -9
  133. package/dist/_helpers/_rollupPluginBabelHelpers.js +0 -127
  134. package/dist/_helpers/anchor.js +0 -33
  135. package/dist/_helpers/badge.js +0 -3
  136. package/dist/_helpers/button__classes.js +0 -39
  137. package/dist/_helpers/caption.js +0 -25
  138. package/dist/_helpers/card.js +0 -77
  139. package/dist/_helpers/date-picker.js +0 -3
  140. package/dist/_helpers/dialog__body-scroll-preventer.js +0 -56
  141. package/dist/_helpers/grid.js +0 -3
  142. package/dist/_helpers/header.js +0 -3
  143. package/dist/_helpers/icon__svg.js +0 -83
  144. package/dist/_helpers/inject-styles.js +0 -22
  145. package/dist/_helpers/island.js +0 -3
  146. package/dist/_helpers/list.js +0 -3
  147. package/dist/_helpers/query-assist__suggestions.js +0 -95
  148. package/dist/_helpers/select__filter.js +0 -78
  149. package/dist/_helpers/services-link.js +0 -42
  150. package/dist/_helpers/sidebar.js +0 -127
  151. package/dist/_helpers/table.js +0 -3
  152. package/dist/_helpers/tabs.js +0 -3
  153. package/dist/_helpers/title.js +0 -99
  154. package/dist/alert/alert.js +0 -254
  155. package/dist/alert/container.js +0 -50
  156. package/dist/alert-service/alert-service.js +0 -159
  157. package/dist/analytics/analytics.js +0 -116
  158. package/dist/analytics/analytics__custom-plugin.js +0 -127
  159. package/dist/analytics/analytics__fus-plugin.js +0 -101
  160. package/dist/analytics/analytics__ga-plugin.js +0 -66
  161. package/dist/analytics/analytics__plugin-utils.js +0 -79
  162. package/dist/auth/auth.js +0 -90
  163. package/dist/auth/auth__core.js +0 -987
  164. package/dist/auth/background-flow.js +0 -123
  165. package/dist/auth/down-notification.js +0 -111
  166. package/dist/auth/iframe-flow.js +0 -147
  167. package/dist/auth/landing-entry.js +0 -5
  168. package/dist/auth/landing.js +0 -84
  169. package/dist/auth/request-builder.js +0 -75
  170. package/dist/auth/response-parser.js +0 -117
  171. package/dist/auth/storage.js +0 -279
  172. package/dist/auth/token-validator.js +0 -176
  173. package/dist/auth/window-flow.js +0 -133
  174. package/dist/auth-dialog/auth-dialog.js +0 -132
  175. package/dist/auth-dialog-service/auth-dialog-service.js +0 -67
  176. package/dist/avatar/avatar-example-datauri.js +0 -26
  177. package/dist/avatar/avatar.js +0 -155
  178. package/dist/badge/badge.js +0 -52
  179. package/dist/button/button.js +0 -117
  180. package/dist/button/button__classes.js +0 -5
  181. package/dist/button-group/button-group.js +0 -30
  182. package/dist/button-group/caption.js +0 -5
  183. package/dist/button-set/button-set.js +0 -27
  184. package/dist/button-toolbar/button-toolbar.js +0 -30
  185. package/dist/caret/caret.js +0 -264
  186. package/dist/checkbox/checkbox.js +0 -110
  187. package/dist/confirm/confirm.js +0 -122
  188. package/dist/confirm-service/confirm-service.js +0 -112
  189. package/dist/content-layout/content-layout.js +0 -67
  190. package/dist/content-layout/sidebar.js +0 -6
  191. package/dist/contenteditable/contenteditable.js +0 -81
  192. package/dist/data-list/data-list.js +0 -203
  193. package/dist/data-list/data-list.mock.js +0 -190
  194. package/dist/data-list/item.js +0 -225
  195. package/dist/data-list/selection.js +0 -101
  196. package/dist/data-list/title.js +0 -16
  197. package/dist/date-picker/consts.js +0 -70
  198. package/dist/date-picker/date-input.js +0 -169
  199. package/dist/date-picker/date-picker.js +0 -356
  200. package/dist/date-picker/date-popup.js +0 -459
  201. package/dist/date-picker/day.js +0 -119
  202. package/dist/date-picker/formats.js +0 -3
  203. package/dist/date-picker/month-names.js +0 -92
  204. package/dist/date-picker/month-slider.js +0 -83
  205. package/dist/date-picker/month.js +0 -48
  206. package/dist/date-picker/months.js +0 -121
  207. package/dist/date-picker/weekdays.js +0 -24
  208. package/dist/date-picker/years.js +0 -109
  209. package/dist/dialog/dialog.js +0 -197
  210. package/dist/dialog/dialog__body-scroll-preventer.js +0 -2
  211. package/dist/dropdown/anchor.js +0 -16
  212. package/dist/dropdown/dropdown.js +0 -236
  213. package/dist/error-bubble/error-bubble.js +0 -59
  214. package/dist/error-message/error-message.js +0 -55
  215. package/dist/footer/footer.js +0 -127
  216. package/dist/global/angular-component-factory.js +0 -83
  217. package/dist/global/compose.js +0 -9
  218. package/dist/global/composeRefs.js +0 -15
  219. package/dist/global/conic-gradient.js +0 -37
  220. package/dist/global/create-stateful-context.js +0 -54
  221. package/dist/global/data-tests.js +0 -22
  222. package/dist/global/dom.js +0 -124
  223. package/dist/global/focus-sensor-hoc.js +0 -147
  224. package/dist/global/fuzzy-highlight.js +0 -67
  225. package/dist/global/get-event-key.js +0 -111
  226. package/dist/global/get-uid.js +0 -15
  227. package/dist/global/inject-styles.js +0 -17
  228. package/dist/global/linear-function.js +0 -18
  229. package/dist/global/listeners.js +0 -42
  230. package/dist/global/memoize.js +0 -18
  231. package/dist/global/normalize-indent.js +0 -28
  232. package/dist/global/promise-with-timeout.js +0 -13
  233. package/dist/global/radial-gradient-mask.js +0 -49
  234. package/dist/global/react-dom-renderer.js +0 -45
  235. package/dist/global/rerender-hoc.js +0 -53
  236. package/dist/global/ring-angular-component.js +0 -24
  237. package/dist/global/schedule-raf.js +0 -31
  238. package/dist/global/sniffer.js +0 -6
  239. package/dist/global/supports-css.js +0 -20
  240. package/dist/global/theme.js +0 -56
  241. package/dist/global/trivial-template-tag.js +0 -15
  242. package/dist/global/url.js +0 -163
  243. package/dist/global/variables_dark.js +0 -57
  244. package/dist/grid/col.js +0 -62
  245. package/dist/grid/grid.js +0 -35
  246. package/dist/grid/row.js +0 -66
  247. package/dist/group/group.js +0 -34
  248. package/dist/header/header.js +0 -144
  249. package/dist/header/logo.js +0 -39
  250. package/dist/header/profile.js +0 -212
  251. package/dist/header/services-link.js +0 -10
  252. package/dist/header/services.js +0 -135
  253. package/dist/header/smart-profile.js +0 -227
  254. package/dist/header/smart-services.js +0 -159
  255. package/dist/header/tray-icon.js +0 -45
  256. package/dist/header/tray.js +0 -33
  257. package/dist/heading/heading.js +0 -76
  258. package/dist/http/http.js +0 -216
  259. package/dist/http/http.mock.js +0 -65
  260. package/dist/hub-source/hub-source.js +0 -130
  261. package/dist/hub-source/hub-source__user.js +0 -28
  262. package/dist/hub-source/hub-source__users-groups.js +0 -62
  263. package/dist/icon/icon.js +0 -105
  264. package/dist/icon/icon__constants.js +0 -33
  265. package/dist/icon/icon__svg.js +0 -6
  266. package/dist/icon/index.js +0 -9
  267. package/dist/input/input.js +0 -231
  268. package/dist/island/adaptive-island-hoc.js +0 -48
  269. package/dist/island/content.js +0 -158
  270. package/dist/island/header.js +0 -85
  271. package/dist/island/island.js +0 -53
  272. package/dist/island-legacy/content-legacy.js +0 -28
  273. package/dist/island-legacy/header-legacy.js +0 -30
  274. package/dist/island-legacy/island-legacy.js +0 -30
  275. package/dist/link/clickableLink.js +0 -65
  276. package/dist/link/link.js +0 -118
  277. package/dist/list/consts.js +0 -26
  278. package/dist/list/list.js +0 -800
  279. package/dist/list/list__custom.js +0 -82
  280. package/dist/list/list__hint.js +0 -26
  281. package/dist/list/list__item.js +0 -197
  282. package/dist/list/list__link.js +0 -65
  283. package/dist/list/list__separator.js +0 -30
  284. package/dist/list/list__title.js +0 -39
  285. package/dist/list/list__users-groups-source.js +0 -124
  286. package/dist/loader/loader.js +0 -72
  287. package/dist/loader/loader__core.js +0 -272
  288. package/dist/loader-inline/inject-styles.js +0 -11
  289. package/dist/loader-inline/loader-inline.js +0 -58
  290. package/dist/loader-screen/loader-screen.js +0 -46
  291. package/dist/login-dialog/login-dialog.js +0 -184
  292. package/dist/login-dialog/service.js +0 -67
  293. package/dist/message/message.js +0 -232
  294. package/dist/old-browsers-message/old-browsers-message.js +0 -101
  295. package/dist/old-browsers-message/old-browsers-message__stop.js +0 -5
  296. package/dist/old-browsers-message/white-list.js +0 -34
  297. package/dist/pager/pager.js +0 -352
  298. package/dist/panel/panel.js +0 -34
  299. package/dist/permissions/permissions.js +0 -200
  300. package/dist/permissions/permissions__cache.js +0 -272
  301. package/dist/popup/popup.consts.js +0 -41
  302. package/dist/popup/popup.js +0 -389
  303. package/dist/popup/popup.target.js +0 -27
  304. package/dist/popup/position.js +0 -280
  305. package/dist/popup-menu/popup-menu.js +0 -108
  306. package/dist/progress-bar/progress-bar.js +0 -111
  307. package/dist/proxy-attrs/proxy-attrs.js +0 -19
  308. package/dist/query-assist/query-assist.js +0 -1023
  309. package/dist/query-assist/query-assist__suggestions.js +0 -43
  310. package/dist/radio/radio.js +0 -39
  311. package/dist/radio/radio__item.js +0 -82
  312. package/dist/select/select.js +0 -1335
  313. package/dist/select/select__filter.js +0 -49
  314. package/dist/select/select__popup.js +0 -541
  315. package/dist/shortcuts/core.js +0 -245
  316. package/dist/shortcuts/shortcut-title.js +0 -51
  317. package/dist/shortcuts/shortcuts-hoc.js +0 -43
  318. package/dist/shortcuts/shortcuts.js +0 -72
  319. package/dist/storage/storage.js +0 -55
  320. package/dist/storage/storage__fallback.js +0 -214
  321. package/dist/storage/storage__local.js +0 -150
  322. package/dist/style.css +0 -1
  323. package/dist/tab-trap/tab-trap.js +0 -178
  324. package/dist/table/cell.js +0 -25
  325. package/dist/table/disable-hover-hoc.js +0 -53
  326. package/dist/table/header-cell.js +0 -91
  327. package/dist/table/header.js +0 -189
  328. package/dist/table/multitable.js +0 -140
  329. package/dist/table/row-with-focus-sensor.js +0 -79
  330. package/dist/table/row.js +0 -270
  331. package/dist/table/selection-adapter.js +0 -14
  332. package/dist/table/selection-shortcuts-hoc.js +0 -212
  333. package/dist/table/selection.js +0 -221
  334. package/dist/table/smart-table.js +0 -113
  335. package/dist/table/table.js +0 -405
  336. package/dist/tabs/collapsible-more.js +0 -193
  337. package/dist/tabs/collapsible-tab.js +0 -90
  338. package/dist/tabs/collapsible-tabs.js +0 -361
  339. package/dist/tabs/custom-item.js +0 -13
  340. package/dist/tabs/dumb-tabs.js +0 -159
  341. package/dist/tabs/smart-tabs.js +0 -102
  342. package/dist/tabs/tab-link.js +0 -35
  343. package/dist/tabs/tab.js +0 -32
  344. package/dist/tabs/tabs.js +0 -65
  345. package/dist/tag/tag.js +0 -190
  346. package/dist/tags-input/tags-input.js +0 -474
  347. package/dist/tags-list/tags-list.js +0 -94
  348. package/dist/text/text.js +0 -38
  349. package/dist/toggle/toggle.js +0 -80
  350. package/dist/tooltip/tooltip.js +0 -205
  351. package/dist/user-card/card.js +0 -14
  352. package/dist/user-card/smart-user-card-tooltip.js +0 -112
  353. package/dist/user-card/tooltip.js +0 -91
  354. package/dist/user-card/user-card.js +0 -46
package/dist/list/list.js DELETED
@@ -1,800 +0,0 @@
1
- import { _ as _defineProperty, c as _objectSpread2, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
2
- import React, { Component, cloneElement } from 'react';
3
- import PropTypes from 'prop-types';
4
- import classNames from 'classnames';
5
- import VirtualizedList from 'react-virtualized/dist/es/List';
6
- import AutoSizer from 'react-virtualized/dist/es/AutoSizer';
7
- import WindowScroller from 'react-virtualized/dist/es/WindowScroller';
8
- import { CellMeasurerCache, CellMeasurer } from 'react-virtualized/dist/es/CellMeasurer';
9
- import deprecate from 'util-deprecate';
10
- import memoizeOne from 'memoize-one';
11
- import joinDataTestAttributes from '../global/data-tests.js';
12
- import getUID from '../global/get-uid.js';
13
- import scheduleRAF from '../global/schedule-raf.js';
14
- import memoize from '../global/memoize.js';
15
- import { preventDefault } from '../global/dom.js';
16
- import Shortcuts from '../shortcuts/shortcuts.js';
17
- import createStatefulContext from '../global/create-stateful-context.js';
18
- import ListLink from './list__link.js';
19
- import ListItem from './list__item.js';
20
- import ListCustom from './list__custom.js';
21
- import ListTitle from './list__title.js';
22
- import ListSeparator from './list__separator.js';
23
- import ListHint from './list__hint.js';
24
- import { Type, Dimension, DEFAULT_ITEM_TYPE } from './consts.js';
25
- import { m as modules_3b67a421 } from '../_helpers/list.js';
26
- import '../shortcuts/core.js';
27
- import 'combokeys';
28
- import '../global/sniffer.js';
29
- import 'sniffr';
30
- import '../link/link.js';
31
- import 'focus-visible';
32
- import '../link/clickableLink.js';
33
- import '../avatar/avatar.js';
34
- import '../global/url.js';
35
- import '../checkbox/checkbox.js';
36
- import '@jetbrains/icons/checkmark';
37
- import '@jetbrains/icons/remove-10px';
38
- import '../icon/icon.js';
39
- import '../icon/icon__constants.js';
40
- import '../_helpers/icon__svg.js';
41
- import '../global/get-event-key.js';
42
-
43
- const scheduleScrollListener = scheduleRAF();
44
- const scheduleHoverListener = scheduleRAF();
45
-
46
- function noop() {}
47
-
48
- const warnEmptyKey = deprecate(() => {}, 'No key passed for list item with non-string label. It is considered as a bad practice and has been deprecated, please provide a key.');
49
- /**
50
- * @param {Type} listItemType
51
- * @param {Object} item list item
52
- */
53
-
54
- function isItemType(listItemType, item) {
55
- let type = item.rgItemType;
56
-
57
- if (type == null) {
58
- type = DEFAULT_ITEM_TYPE;
59
- }
60
-
61
- return type === listItemType;
62
- }
63
-
64
- const nonActivatableTypes = [Type.SEPARATOR, Type.TITLE, Type.MARGIN];
65
-
66
- function isActivatable(item) {
67
- return item != null && !nonActivatableTypes.includes(item.rgItemType) && !item.disabled;
68
- }
69
-
70
- const shouldActivateFirstItem = props => props.activateFirstItem || props.activateSingleItem && props.data.length === 1;
71
-
72
- const ActiveItemContext = createStatefulContext(undefined, 'ActiveItem');
73
- /**
74
- * @name List
75
- * @constructor
76
- * @extends {ReactComponent}
77
- */
78
-
79
- /**
80
- * Displays a list of items.
81
- */
82
-
83
- class List extends Component {
84
- constructor() {
85
- var _this;
86
-
87
- super(...arguments);
88
- _this = this;
89
-
90
- _defineProperty(this, "state", {
91
- activeIndex: null,
92
- prevActiveIndex: null,
93
- prevData: [],
94
- activeItem: null,
95
- needScrollToActive: false,
96
- scrolling: false,
97
- hasOverflow: false,
98
- disabledHover: false,
99
- scrolledToBottom: false
100
- });
101
-
102
- _defineProperty(this, "hoverHandler", memoize(index => () => scheduleHoverListener(() => {
103
- if (this.state.disabledHover) {
104
- return;
105
- }
106
-
107
- if (this.container) {
108
- this.setState({
109
- activeIndex: index,
110
- activeItem: this.props.data[index],
111
- needScrollToActive: false
112
- });
113
- }
114
- })));
115
-
116
- _defineProperty(this, "_activatableItems", false);
117
-
118
- _defineProperty(this, "_bufferSize", 10);
119
-
120
- _defineProperty(this, "sizeCacheKey", index => {
121
- if (index === 0 || index === this.props.data.length + 1) {
122
- return Type.MARGIN;
123
- }
124
-
125
- const item = this.props.data[index - 1];
126
- const isFirst = index === 1;
127
-
128
- switch (item.rgItemType) {
129
- case Type.SEPARATOR:
130
- case Type.TITLE:
131
- return `${item.rgItemType}${isFirst ? '_first' : ''}${item.description ? '_desc' : ''}`;
132
-
133
- case Type.MARGIN:
134
- return Type.MARGIN;
135
-
136
- case Type.CUSTOM:
137
- return `${Type.CUSTOM}_${item.key}`;
138
-
139
- case Type.ITEM:
140
- case Type.LINK:
141
- default:
142
- if (item.details) {
143
- return `${Type.ITEM}_${item.details}`;
144
- }
145
-
146
- return Type.ITEM;
147
- }
148
- });
149
-
150
- _defineProperty(this, "_cache", new CellMeasurerCache({
151
- defaultHeight: this.defaultItemHeight(),
152
- fixedWidth: true,
153
- keyMapper: this.sizeCacheKey
154
- }));
155
-
156
- _defineProperty(this, "_hasActivatableItems", memoizeOne(items => items.some(isActivatable)));
157
-
158
- _defineProperty(this, "selectHandler", memoize(index => function (event) {
159
- let tryKeepOpen = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
160
- const item = _this.props.data[index];
161
-
162
- if (!_this.props.useMouseUp && item.onClick) {
163
- item.onClick(item, event);
164
- } else if (_this.props.useMouseUp && item.onMouseUp) {
165
- item.onMouseUp(item, event);
166
- }
167
-
168
- if (_this.props.onSelect) {
169
- _this.props.onSelect(item, event, {
170
- tryKeepOpen
171
- });
172
- }
173
- }));
174
-
175
- _defineProperty(this, "checkboxHandler", memoize(index => event => this.selectHandler(index)(event, true)));
176
-
177
- _defineProperty(this, "upHandler", e => {
178
- const {
179
- data,
180
- disableMoveOverflow
181
- } = this.props;
182
- const index = this.state.activeIndex;
183
- let newIndex;
184
-
185
- if (index === null || index === 0) {
186
- if (!disableMoveOverflow) {
187
- newIndex = data.length - 1;
188
- } else {
189
- return;
190
- }
191
- } else {
192
- newIndex = index - 1;
193
- }
194
-
195
- this.moveHandler(newIndex, this.upHandler, e);
196
- });
197
-
198
- _defineProperty(this, "downHandler", e => {
199
- const {
200
- data,
201
- disableMoveOverflow,
202
- disableMoveDownOverflow
203
- } = this.props;
204
- const index = this.state.activeIndex;
205
- let newIndex;
206
-
207
- if (index === null) {
208
- newIndex = 0;
209
- } else if (index + 1 === data.length) {
210
- if (!disableMoveOverflow && !disableMoveDownOverflow) {
211
- newIndex = 0;
212
- } else {
213
- return;
214
- }
215
- } else {
216
- newIndex = index + 1;
217
- }
218
-
219
- this.moveHandler(newIndex, this.downHandler, e);
220
- });
221
-
222
- _defineProperty(this, "homeHandler", e => {
223
- this.moveHandler(0, this.downHandler, e);
224
- });
225
-
226
- _defineProperty(this, "endHandler", e => {
227
- this.moveHandler(this.props.data.length - 1, this.upHandler, e);
228
- });
229
-
230
- _defineProperty(this, "onDocumentMouseMove", () => {
231
- if (this.state.disabledHover) {
232
- this.setState({
233
- disabledHover: false
234
- });
235
- }
236
- });
237
-
238
- _defineProperty(this, "onDocumentKeyDown", e => {
239
- const metaKeys = [16, 17, 18, 19, 20, 91]; // eslint-disable-line no-magic-numbers
240
-
241
- if (!this.state.disabledHover && !metaKeys.includes(e.keyCode)) {
242
- this.setState({
243
- disabledHover: true
244
- });
245
- }
246
- });
247
-
248
- _defineProperty(this, "mouseHandler", () => {
249
- this.setState({
250
- scrolling: false
251
- });
252
- });
253
-
254
- _defineProperty(this, "scrollHandler", () => {
255
- this.setState({
256
- scrolling: true
257
- }, this.scrollEndHandler);
258
- });
259
-
260
- _defineProperty(this, "enterHandler", (event, shortcut) => {
261
- if (this.state.activeIndex !== null) {
262
- const item = this.props.data[this.state.activeIndex];
263
- this.selectHandler(this.state.activeIndex)(event);
264
-
265
- if (item.href && !event.defaultPrevented) {
266
- if (['command+enter', 'ctrl+enter'].includes(shortcut)) {
267
- window.open(item.href, '_blank');
268
- } else if (shortcut === 'shift+enter') {
269
- window.open(item.href);
270
- } else {
271
- window.location.href = item.href;
272
- }
273
- }
274
-
275
- return false; // do not propagate event
276
- } else {
277
- return true; // propagate event to the parent component (e.g., QueryAssist)
278
- }
279
- });
280
-
281
- _defineProperty(this, "clearSelected", () => {
282
- this.setState({
283
- activeIndex: null,
284
- needScrollToActive: false
285
- });
286
- });
287
-
288
- _defineProperty(this, "scrollEndHandler", () => scheduleScrollListener(() => {
289
- const innerContainer = this.inner;
290
-
291
- if (innerContainer) {
292
- const maxScrollingPosition = innerContainer.scrollHeight;
293
- const sensitivity = this.defaultItemHeight() / 2;
294
- const currentScrollingPosition = innerContainer.scrollTop + innerContainer.clientHeight + sensitivity;
295
- const scrolledToBottom = maxScrollingPosition > 0 && currentScrollingPosition >= maxScrollingPosition;
296
-
297
- if (!this.unmounted) {
298
- this.setState({
299
- scrolledToBottom
300
- });
301
- }
302
-
303
- if (scrolledToBottom) {
304
- this.props.onScrollToBottom();
305
- }
306
- }
307
- }));
308
-
309
- _defineProperty(this, "checkOverflow", () => {
310
- if (this.inner) {
311
- this.setState({
312
- hasOverflow: this.inner.scrollHeight - this.inner.clientHeight > 1
313
- });
314
- }
315
- });
316
-
317
- _defineProperty(this, "renderItem", _ref => {
318
- let {
319
- index,
320
- style,
321
- isScrolling,
322
- parent,
323
- key
324
- } = _ref;
325
- let itemKey;
326
- let el;
327
- const realIndex = index - 1;
328
- const item = this.props.data[realIndex];
329
- const itemId = this.getId(item); // top and bottom margins
330
-
331
- if (index === 0 || index === this.props.data.length + 1 || item.rgItemType === Type.MARGIN) {
332
- itemKey = key || `${Type.MARGIN}_${index}`;
333
- el = /*#__PURE__*/React.createElement("div", {
334
- style: {
335
- height: Dimension.MARGIN
336
- }
337
- });
338
- } else {
339
- // Hack around SelectNG implementation
340
- const cleanedProps = _objectWithoutProperties(item, ["selectedLabel", "originalModel"]);
341
-
342
- const itemProps = Object.assign({
343
- rgItemType: DEFAULT_ITEM_TYPE
344
- }, cleanedProps);
345
-
346
- if (itemProps.url) {
347
- itemProps.href = itemProps.url;
348
- }
349
-
350
- if (itemProps.href) {
351
- itemProps.rgItemType = Type.LINK;
352
- }
353
-
354
- itemKey = key || itemId;
355
- itemProps.hover = realIndex === this.state.activeIndex;
356
-
357
- if (itemProps.hoverClassName != null && itemProps.hover) {
358
- itemProps.className = classNames(itemProps.className, itemProps.hoverClassName);
359
- }
360
-
361
- itemProps.onMouseOver = this.hoverHandler(realIndex);
362
- itemProps.tabIndex = -1;
363
- itemProps.scrolling = isScrolling;
364
- const selectHandler = this.selectHandler(realIndex);
365
-
366
- if (this.props.useMouseUp) {
367
- itemProps.onMouseUp = selectHandler;
368
- } else {
369
- itemProps.onClick = selectHandler;
370
- }
371
-
372
- itemProps.onCheckboxChange = this.checkboxHandler(realIndex);
373
-
374
- if (itemProps.compact == null) {
375
- itemProps.compact = this.props.compact;
376
- }
377
-
378
- let ItemComponent;
379
- const isFirst = index === 1;
380
-
381
- switch (itemProps.rgItemType) {
382
- case Type.SEPARATOR:
383
- ItemComponent = ListSeparator;
384
- itemProps.isFirst = isFirst;
385
- break;
386
-
387
- case Type.LINK:
388
- ItemComponent = ListLink;
389
- this.addItemDataTestToProp(itemProps);
390
- break;
391
-
392
- case Type.ITEM:
393
- ItemComponent = ListItem;
394
- this.addItemDataTestToProp(itemProps);
395
- break;
396
-
397
- case Type.CUSTOM:
398
- ItemComponent = ListCustom;
399
- this.addItemDataTestToProp(itemProps);
400
- break;
401
-
402
- case Type.TITLE:
403
- itemProps.isFirst = isFirst;
404
- ItemComponent = ListTitle;
405
- break;
406
-
407
- default:
408
- throw new Error(`Unknown menu element type: ${itemProps.rgItemType}`);
409
- }
410
-
411
- el = /*#__PURE__*/React.createElement(ItemComponent, itemProps);
412
- }
413
-
414
- return parent ? /*#__PURE__*/React.createElement(CellMeasurer, {
415
- cache: this._cache,
416
- key: itemKey,
417
- parent: parent,
418
- rowIndex: index,
419
- columnIndex: 0
420
- }, _ref2 => {
421
- let {
422
- registerChild
423
- } = _ref2;
424
- return /*#__PURE__*/React.createElement("div", {
425
- ref: registerChild,
426
- style: style,
427
- role: "row",
428
- id: itemId
429
- }, /*#__PURE__*/React.createElement("div", {
430
- role: "cell"
431
- }, el));
432
- }) : /*#__PURE__*/cloneElement(el, {
433
- key: itemKey
434
- });
435
- });
436
-
437
- _defineProperty(this, "addItemDataTestToProp", props => {
438
- props['data-test'] = joinDataTestAttributes('ring-list-item', props['data-test']);
439
- return props;
440
- });
441
-
442
- _defineProperty(this, "virtualizedListRef", el => {
443
- this.virtualizedList = el;
444
- });
445
-
446
- _defineProperty(this, "containerRef", el => {
447
- this.container = el;
448
- });
449
-
450
- _defineProperty(this, "id", getUID('list-'));
451
-
452
- _defineProperty(this, "shortcutsScope", this.id);
453
-
454
- _defineProperty(this, "shortcutsMap", {
455
- up: this.upHandler,
456
- down: this.downHandler,
457
- home: this.homeHandler,
458
- end: this.endHandler,
459
- enter: this.enterHandler,
460
- 'meta+enter': this.enterHandler,
461
- 'ctrl+enter': this.enterHandler,
462
- 'command+enter': this.enterHandler,
463
- 'shift+enter': this.enterHandler
464
- });
465
- }
466
-
467
- static getDerivedStateFromProps(nextProps, prevState) {
468
- const {
469
- prevActiveIndex,
470
- prevData,
471
- activeItem
472
- } = prevState;
473
- const {
474
- data,
475
- activeIndex,
476
- restoreActiveIndex
477
- } = nextProps;
478
- const nextState = {
479
- prevActiveIndex: activeIndex,
480
- prevData: data
481
- };
482
-
483
- if (data !== prevData) {
484
- Object.assign(nextState, {
485
- activeIndex: null,
486
- activeItem: null
487
- });
488
- }
489
-
490
- if (activeIndex != null && activeIndex !== prevActiveIndex && data[activeIndex] != null) {
491
- Object.assign(nextState, {
492
- activeIndex,
493
- activeItem: data[activeIndex],
494
- needScrollToActive: true
495
- });
496
- } else if (data !== prevData && restoreActiveIndex && activeItem != null && activeItem.key != null) {
497
- // Restore active index if there is an item with the same "key" property
498
- const index = data.findIndex(item => item.key === activeItem.key);
499
-
500
- if (index >= 0) {
501
- Object.assign(nextState, {
502
- activeIndex: index,
503
- activeItem: data[index]
504
- });
505
- }
506
- }
507
-
508
- if (activeIndex == null && prevState.activeIndex == null && shouldActivateFirstItem(nextProps)) {
509
- const firstActivatableIndex = data.findIndex(isActivatable);
510
-
511
- if (firstActivatableIndex >= 0) {
512
- Object.assign(nextState, {
513
- activeIndex: firstActivatableIndex,
514
- activeItem: data[firstActivatableIndex],
515
- needScrollToActive: true
516
- });
517
- }
518
- }
519
-
520
- return nextState;
521
- }
522
-
523
- componentDidMount() {
524
- document.addEventListener('mousemove', this.onDocumentMouseMove);
525
- document.addEventListener('keydown', this.onDocumentKeyDown, true);
526
- }
527
-
528
- shouldComponentUpdate(nextProps, nextState) {
529
- return nextProps !== this.props || Object.keys(nextState).some(key => nextState[key] !== this.state[key]);
530
- }
531
-
532
- componentDidUpdate(prevProps) {
533
- if (this.virtualizedList && prevProps.data !== this.props.data) {
534
- this.virtualizedList.recomputeRowHeights();
535
- }
536
-
537
- this.checkOverflow();
538
- }
539
-
540
- componentWillUnmount() {
541
- this.unmounted = true;
542
- document.removeEventListener('mousemove', this.onDocumentMouseMove);
543
- document.removeEventListener('keydown', this.onDocumentKeyDown, true);
544
- }
545
-
546
- hasActivatableItems() {
547
- return this._hasActivatableItems(this.props.data);
548
- }
549
-
550
- moveHandler(index, retryCallback, e) {
551
- let correctedIndex;
552
-
553
- if (this.props.data.length === 0 || !this.hasActivatableItems()) {
554
- return;
555
- } else if (this.props.data.length < index) {
556
- correctedIndex = 0;
557
- } else {
558
- correctedIndex = index;
559
- }
560
-
561
- const item = this.props.data[correctedIndex];
562
- this.setState({
563
- activeIndex: correctedIndex,
564
- activeItem: item,
565
- needScrollToActive: true
566
- }, function onSet() {
567
- if (!isActivatable(item)) {
568
- retryCallback(e);
569
- return;
570
- }
571
-
572
- if (e.key !== 'Home' && e.key !== 'End') {
573
- preventDefault(e);
574
- }
575
- });
576
- }
577
-
578
- getFirst() {
579
- return this.props.data.find(item => item.rgItemType === Type.ITEM || item.rgItemType === Type.CUSTOM);
580
- }
581
-
582
- getSelected() {
583
- return this.props.data[this.state.activeIndex];
584
- }
585
-
586
- defaultItemHeight() {
587
- return this.props.compact ? Dimension.COMPACT_ITEM_HEIGHT : Dimension.ITEM_HEIGHT;
588
- }
589
-
590
- getVisibleListHeight(props) {
591
- return props.maxHeight - this.defaultItemHeight() - Dimension.INNER_PADDING;
592
- }
593
-
594
- _deprecatedGenerateKeyFromContent(itemProps) {
595
- const identificator = itemProps.label || itemProps.description;
596
- const isString = typeof identificator === 'string' || identificator instanceof String;
597
-
598
- if (identificator && !isString) {
599
- warnEmptyKey();
600
- `${itemProps.rgItemType}_${JSON.stringify(identificator)}`;
601
- }
602
-
603
- return `${itemProps.rgItemType}_${identificator}`;
604
- }
605
-
606
- getId(item) {
607
- return item != null ? `${this.id}:${item.key || this._deprecatedGenerateKeyFromContent(item)}` : null;
608
- }
609
-
610
- get inner() {
611
- if (!this._inner) {
612
- this._inner = this.container && this.container.querySelector('.ring-list__i');
613
- }
614
-
615
- return this._inner;
616
- }
617
-
618
- renderVirtualizedInner(_ref3) {
619
- let {
620
- height,
621
- maxHeight,
622
- autoHeight = false,
623
- rowCount,
624
- isScrolling,
625
- onChildScroll = noop,
626
- scrollTop,
627
- registerChild
628
- } = _ref3;
629
- const dirOverride = {
630
- direction: 'auto'
631
- }; // Virtualized sets "direction: ltr" by default https://github.com/bvaughn/react-virtualized/issues/457
632
-
633
- return /*#__PURE__*/React.createElement(AutoSizer, {
634
- disableHeight: true,
635
- onResize: this.props.onResize
636
- }, _ref4 => {
637
- let {
638
- width
639
- } = _ref4;
640
- return /*#__PURE__*/React.createElement("div", {
641
- ref: registerChild
642
- }, /*#__PURE__*/React.createElement(VirtualizedList, {
643
- "aria-label": this.props.ariaLabel,
644
- ref: this.virtualizedListRef,
645
- className: "ring-list__i",
646
- autoHeight: autoHeight,
647
- style: maxHeight ? _objectSpread2({
648
- maxHeight,
649
- height: 'auto'
650
- }, dirOverride) : dirOverride,
651
- autoContainerWidth: true,
652
- height: height,
653
- width: width,
654
- isScrolling: isScrolling,
655
- onScroll: e => {
656
- onChildScroll(e);
657
- this.scrollEndHandler(e);
658
- },
659
- scrollTop: scrollTop,
660
- rowCount: rowCount,
661
- estimatedRowSize: this.defaultItemHeight(),
662
- rowHeight: this._cache.rowHeight,
663
- rowRenderer: this.renderItem,
664
- overscanRowCount: this._bufferSize // ensure rerendering
665
- ,
666
- noop: () => {},
667
- scrollToIndex: !this.props.disableScrollToActive && this.state.needScrollToActive && this.state.activeIndex != null ? this.state.activeIndex + 1 : undefined,
668
- scrollToAlignment: "center",
669
- deferredMeasurementCache: this._cache,
670
- onRowsRendered: this.checkOverflow
671
- }));
672
- });
673
- }
674
-
675
- renderVirtualized(maxHeight, rowCount) {
676
- if (maxHeight) {
677
- return this.renderVirtualizedInner({
678
- height: maxHeight,
679
- maxHeight,
680
- rowCount
681
- });
682
- }
683
-
684
- return /*#__PURE__*/React.createElement(WindowScroller, null, props => this.renderVirtualizedInner(_objectSpread2(_objectSpread2({}, props), {}, {
685
- rowCount,
686
- autoHeight: true
687
- })));
688
- }
689
-
690
- renderSimple(maxHeight, rowCount) {
691
- const items = [];
692
-
693
- for (let index = 0; index < rowCount; index++) {
694
- items.push(this.renderItem({
695
- index,
696
- isScrolling: this.state.scrolling
697
- }));
698
- }
699
-
700
- return /*#__PURE__*/React.createElement("div", {
701
- className: classNames('ring-list__i', modules_3b67a421.simpleInner),
702
- onScroll: this.scrollHandler,
703
- onMouseMove: this.mouseHandler
704
- }, /*#__PURE__*/React.createElement("div", {
705
- "aria-label": this.props.ariaLabel,
706
- style: maxHeight ? {
707
- maxHeight: this.getVisibleListHeight(this.props)
708
- } : null
709
- }, items));
710
- }
711
-
712
- /** @override */
713
- render() {
714
- const hint = this.getSelected() && this.props.hintOnSelection || this.props.hint;
715
- const fadeStyles = hint ? {
716
- bottom: Dimension.ITEM_HEIGHT
717
- } : null;
718
- const rowCount = this.props.data.length + 2;
719
- const maxHeight = this.props.maxHeight && this.getVisibleListHeight(this.props);
720
- const classes = classNames(modules_3b67a421.list, this.props.className);
721
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ActiveItemContext.Updater, {
722
- value: this.getId(this.state.activeItem),
723
- skipUpdate: this.props.hidden || !isActivatable(this.state.activeItem)
724
- }), /*#__PURE__*/React.createElement("div", {
725
- id: this.props.id,
726
- ref: this.containerRef,
727
- className: classes,
728
- onMouseOut: this.props.onMouseOut,
729
- onBlur: this.props.onMouseOut,
730
- onMouseLeave: this.clearSelected,
731
- "data-test": "ring-list"
732
- }, this.props.shortcuts && /*#__PURE__*/React.createElement(Shortcuts, {
733
- map: this.shortcutsMap,
734
- scope: this.shortcutsScope
735
- }), this.props.renderOptimization ? this.renderVirtualized(maxHeight, rowCount) : this.renderSimple(maxHeight, rowCount), this.state.hasOverflow && !this.state.scrolledToBottom && /*#__PURE__*/React.createElement("div", {
736
- className: modules_3b67a421.fade,
737
- style: fadeStyles
738
- }), hint && /*#__PURE__*/React.createElement(ListHint, {
739
- label: hint
740
- })));
741
- }
742
-
743
- }
744
-
745
- _defineProperty(List, "propTypes", {
746
- id: PropTypes.string,
747
- className: PropTypes.string,
748
- hint: PropTypes.node,
749
- hintOnSelection: PropTypes.string,
750
- data: PropTypes.array,
751
- maxHeight: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
752
- activeIndex: PropTypes.number,
753
- restoreActiveIndex: PropTypes.bool,
754
- activateSingleItem: PropTypes.bool,
755
- activateFirstItem: PropTypes.bool,
756
- shortcuts: PropTypes.bool,
757
- onMouseOut: PropTypes.func,
758
- onSelect: PropTypes.func,
759
- onScrollToBottom: PropTypes.func,
760
- onResize: PropTypes.func,
761
- useMouseUp: PropTypes.bool,
762
- visible: PropTypes.bool,
763
- renderOptimization: PropTypes.bool,
764
- disableMoveOverflow: PropTypes.bool,
765
- disableMoveDownOverflow: PropTypes.bool,
766
- compact: PropTypes.bool,
767
- disableScrollToActive: PropTypes.bool,
768
- hidden: PropTypes.bool,
769
- ariaLabel: PropTypes.string
770
- });
771
-
772
- _defineProperty(List, "defaultProps", {
773
- data: [],
774
- restoreActiveIndex: false,
775
- // restore active item using its "key" property
776
- activateSingleItem: false,
777
- // if there is only one item, activate it
778
- activateFirstItem: false,
779
- // if there no active items, activate the first one
780
- onMouseOut: noop,
781
- onSelect: noop,
782
- onScrollToBottom: noop,
783
- onResize: noop,
784
- shortcuts: false,
785
- renderOptimization: true,
786
- disableMoveDownOverflow: false,
787
- ariaLabel: 'List'
788
- });
789
-
790
- _defineProperty(List, "isItemType", isItemType);
791
-
792
- _defineProperty(List, "ListHint", ListHint);
793
-
794
- _defineProperty(List, "ListProps", {
795
- Type,
796
- Dimension
797
- });
798
-
799
- export default List;
800
- export { ActiveItemContext };