@jetbrains/ring-ui 5.0.160 → 5.0.162

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 (217) hide show
  1. package/components/global/react-render-adapter.js +3 -0
  2. package/components/select/select.d.ts +3 -1
  3. package/components/select/select.js +10 -2
  4. package/components/select/select__popup.d.ts +2 -1
  5. package/components/select/select__popup.js +8 -1
  6. package/dist/_helpers/_rollupPluginBabelHelpers.js +1 -1
  7. package/dist/_helpers/anchor.js +1 -1
  8. package/dist/_helpers/button__classes.js +1 -1
  9. package/dist/_helpers/card.js +1 -1
  10. package/dist/_helpers/footer.js +1 -1
  11. package/dist/_helpers/query-assist__suggestions.js +1 -1
  12. package/dist/_helpers/select__filter.js +1 -1
  13. package/dist/_helpers/services-link.js +1 -1
  14. package/dist/_helpers/sidebar.js +1 -1
  15. package/dist/_helpers/theme.js +1 -1
  16. package/dist/_helpers/title.js +1 -1
  17. package/dist/alert/alert.js +1 -1
  18. package/dist/alert/container.js +1 -1
  19. package/dist/alert-service/alert-service.js +1 -1
  20. package/dist/analytics/analytics.js +1 -1
  21. package/dist/analytics/analytics__custom-plugin.js +1 -1
  22. package/dist/analytics/analytics__fus-plugin.js +1 -1
  23. package/dist/analytics/analytics__ga-plugin.js +1 -1
  24. package/dist/auth/auth.js +1 -1
  25. package/dist/auth/auth__core.js +1 -1
  26. package/dist/auth/background-flow.js +1 -1
  27. package/dist/auth/down-notification.js +1 -1
  28. package/dist/auth/iframe-flow.js +2 -2
  29. package/dist/auth/landing.js +5 -5
  30. package/dist/auth/request-builder.js +1 -1
  31. package/dist/auth/response-parser.js +1 -1
  32. package/dist/auth/storage.js +1 -1
  33. package/dist/auth/token-validator.js +1 -1
  34. package/dist/auth/window-flow.js +1 -1
  35. package/dist/auth-dialog/auth-dialog.js +1 -1
  36. package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
  37. package/dist/avatar/avatar.js +1 -1
  38. package/dist/avatar/fallback-avatar.js +1 -1
  39. package/dist/avatar-editor-ng/avatar-editor-ng.js +2 -2
  40. package/dist/badge/badge.js +1 -1
  41. package/dist/breadcrumb-ng/breadcrumb-ng.js +2 -2
  42. package/dist/button/button.js +1 -1
  43. package/dist/button-group/button-group.js +1 -1
  44. package/dist/button-group/caption.js +1 -1
  45. package/dist/button-group-ng/button-group-ng.js +1 -1
  46. package/dist/button-ng/button-ng.js +3 -3
  47. package/dist/button-set/button-set.js +1 -1
  48. package/dist/button-toolbar/button-toolbar.js +1 -1
  49. package/dist/button-toolbar-ng/button-toolbar-ng.js +1 -1
  50. package/dist/caret/caret.js +1 -1
  51. package/dist/checkbox/checkbox.js +1 -1
  52. package/dist/clipboard/clipboard.js +1 -1
  53. package/dist/code/code.js +1 -1
  54. package/dist/confirm/confirm.js +1 -1
  55. package/dist/confirm-ng/confirm-ng.js +2 -2
  56. package/dist/confirm-service/confirm-service.js +1 -1
  57. package/dist/content-layout/content-layout.js +1 -1
  58. package/dist/contenteditable/contenteditable.js +1 -1
  59. package/dist/control-label/control-label.js +1 -1
  60. package/dist/data-list/data-list.js +2 -2
  61. package/dist/data-list/item.js +1 -1
  62. package/dist/data-list/selection.js +1 -1
  63. package/dist/date-picker/date-input.js +1 -1
  64. package/dist/date-picker/date-picker.js +1 -1
  65. package/dist/date-picker/date-popup.js +2 -2
  66. package/dist/date-picker/day.js +1 -1
  67. package/dist/date-picker/month-names.js +1 -1
  68. package/dist/date-picker/month-slider.js +1 -1
  69. package/dist/date-picker/month.js +1 -1
  70. package/dist/date-picker/months.js +1 -1
  71. package/dist/date-picker/weekdays.js +1 -1
  72. package/dist/date-picker/years.js +1 -1
  73. package/dist/dialog/dialog.js +3 -3
  74. package/dist/dialog-ng/dialog-ng.js +9 -9
  75. package/dist/dropdown/dropdown.js +1 -1
  76. package/dist/dropdown-menu/dropdown-menu.js +1 -1
  77. package/dist/editable-heading/editable-heading.js +1 -1
  78. package/dist/error-bubble/error-bubble.js +1 -1
  79. package/dist/error-message/error-message.js +1 -1
  80. package/dist/error-message-ng/error-message-ng.js +2 -2
  81. package/dist/footer-ng/footer-ng.js +1 -1
  82. package/dist/form-ng/form-ng.js +2 -2
  83. package/dist/global/angular-component-factory.js +1 -1
  84. package/dist/global/create-stateful-context.js +1 -1
  85. package/dist/global/data-tests.js +1 -1
  86. package/dist/global/dom.js +1 -1
  87. package/dist/global/focus-sensor-hoc.js +1 -1
  88. package/dist/global/inject-styles.js +1 -1
  89. package/dist/global/listeners.js +1 -1
  90. package/dist/global/normalize-indent.js +1 -1
  91. package/dist/global/react-dom-renderer.js +1 -1
  92. package/dist/global/react-render-adapter.js +2 -0
  93. package/dist/global/rerender-hoc.js +1 -1
  94. package/dist/global/ring-angular-component.js +1 -1
  95. package/dist/global/trivial-template-tag.js +1 -1
  96. package/dist/grid/col.js +1 -1
  97. package/dist/grid/grid.js +1 -1
  98. package/dist/grid/row.js +1 -1
  99. package/dist/group/group.js +1 -1
  100. package/dist/header/header.js +1 -1
  101. package/dist/header/logo.js +1 -1
  102. package/dist/header/profile.js +1 -1
  103. package/dist/header/services.js +1 -1
  104. package/dist/header/smart-profile.js +1 -1
  105. package/dist/header/smart-services.js +1 -1
  106. package/dist/header/tray-icon.js +1 -1
  107. package/dist/header/tray.js +1 -1
  108. package/dist/heading/heading.js +1 -1
  109. package/dist/http/http.js +1 -1
  110. package/dist/http/http.mock.js +1 -1
  111. package/dist/hub-source/hub-source.js +1 -1
  112. package/dist/hub-source/hub-source__user.js +1 -1
  113. package/dist/hub-source/hub-source__users-groups.js +1 -1
  114. package/dist/i18n/i18n.js +1 -1
  115. package/dist/icon/icon.js +1 -1
  116. package/dist/icon/icon__svg.js +1 -1
  117. package/dist/icon-ng/icon-ng.js +1 -1
  118. package/dist/input/input.js +1 -1
  119. package/dist/input-ng/input-ng.js +3 -3
  120. package/dist/island/adaptive-island-hoc.js +1 -1
  121. package/dist/island/content.js +1 -1
  122. package/dist/island/header.js +1 -1
  123. package/dist/island/island.js +1 -1
  124. package/dist/island-legacy/content-legacy.js +1 -1
  125. package/dist/island-legacy/header-legacy.js +1 -1
  126. package/dist/island-legacy/island-legacy.js +1 -1
  127. package/dist/island-ng/island-ng.js +1 -1
  128. package/dist/link/clickableLink.js +1 -1
  129. package/dist/link/link.js +1 -1
  130. package/dist/link-ng/link-ng.js +2 -2
  131. package/dist/list/list.js +1 -1
  132. package/dist/list/list__custom.js +1 -1
  133. package/dist/list/list__hint.js +1 -1
  134. package/dist/list/list__item.js +1 -1
  135. package/dist/list/list__link.js +1 -1
  136. package/dist/list/list__separator.js +1 -1
  137. package/dist/list/list__title.js +1 -1
  138. package/dist/list/list__users-groups-source.js +1 -1
  139. package/dist/loader/loader.js +1 -1
  140. package/dist/loader/loader__core.js +1 -1
  141. package/dist/loader-inline/loader-inline.js +1 -1
  142. package/dist/loader-ng/loader-ng.js +1 -1
  143. package/dist/loader-screen/loader-screen.js +1 -1
  144. package/dist/login-dialog/login-dialog.js +1 -1
  145. package/dist/login-dialog/service.js +1 -1
  146. package/dist/markdown/markdown.js +1 -1
  147. package/dist/message/message.js +1 -1
  148. package/dist/message-bundle-ng/message-bundle-ng.js +2 -2
  149. package/dist/old-browsers-message/white-list.js +1 -1
  150. package/dist/pager/pager.js +1 -1
  151. package/dist/panel/panel.js +1 -1
  152. package/dist/permissions/permissions.js +1 -1
  153. package/dist/permissions/permissions__cache.js +1 -1
  154. package/dist/permissions-ng/permissions-ng.js +1 -1
  155. package/dist/popup/popup.js +1 -1
  156. package/dist/popup/popup.target.js +1 -1
  157. package/dist/popup/position.js +1 -1
  158. package/dist/popup-menu/popup-menu.js +1 -1
  159. package/dist/progress-bar/progress-bar.js +1 -1
  160. package/dist/promised-click-ng/promised-click-ng.js +1 -1
  161. package/dist/query-assist/query-assist.js +1 -1
  162. package/dist/radio/radio.js +1 -1
  163. package/dist/radio/radio__item.js +1 -1
  164. package/dist/save-field-ng/save-field-ng.js +6 -6
  165. package/dist/select/select.d.ts +3 -1
  166. package/dist/select/select.js +8 -4
  167. package/dist/select/select__popup.d.ts +2 -1
  168. package/dist/select/select__popup.js +6 -4
  169. package/dist/select-ng/select-ng.js +3 -3
  170. package/dist/select-ng/select-ng__lazy.js +1 -1
  171. package/dist/select-ng/select-ng__options.js +1 -1
  172. package/dist/shortcuts/core.js +3 -3
  173. package/dist/shortcuts/shortcuts-hoc.js +1 -1
  174. package/dist/shortcuts/shortcuts.js +7 -7
  175. package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +6 -6
  176. package/dist/shortcuts-ng/shortcuts-ng.js +25 -25
  177. package/dist/sidebar-ng/sidebar-ng.js +3 -3
  178. package/dist/storage/storage__fallback.js +1 -1
  179. package/dist/storage/storage__local.js +1 -1
  180. package/dist/style.css +1 -1
  181. package/dist/tab-trap/tab-trap.js +1 -1
  182. package/dist/table/cell.js +1 -1
  183. package/dist/table/disable-hover-hoc.js +1 -1
  184. package/dist/table/header-cell.js +1 -1
  185. package/dist/table/header.js +1 -1
  186. package/dist/table/multitable.js +1 -1
  187. package/dist/table/row-with-focus-sensor.js +1 -1
  188. package/dist/table/row.js +1 -1
  189. package/dist/table/selection-adapter.js +1 -1
  190. package/dist/table/selection-shortcuts-hoc.js +1 -1
  191. package/dist/table/selection.js +1 -1
  192. package/dist/table/smart-table.js +1 -1
  193. package/dist/table/table.js +1 -1
  194. package/dist/table-legacy-ng/table-legacy-ng__pager.js +2 -2
  195. package/dist/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +1 -1
  196. package/dist/table-legacy-ng/table-legacy-ng__selection.js +1 -1
  197. package/dist/tabs/collapsible-more.js +7 -7
  198. package/dist/tabs/collapsible-tab.js +1 -1
  199. package/dist/tabs/collapsible-tabs.js +1 -1
  200. package/dist/tabs/dumb-tabs.js +1 -1
  201. package/dist/tabs/smart-tabs.js +1 -1
  202. package/dist/tabs/tab-link.js +1 -1
  203. package/dist/tabs/tab.js +1 -1
  204. package/dist/tabs-ng/tabs-ng.js +1 -1
  205. package/dist/tag/tag.js +1 -1
  206. package/dist/tags-input/tags-input.js +1 -1
  207. package/dist/tags-list/tags-list.js +1 -1
  208. package/dist/template-ng/template-ng.js +1 -1
  209. package/dist/text/text.js +1 -1
  210. package/dist/toggle/toggle.js +1 -1
  211. package/dist/tooltip/tooltip.js +1 -1
  212. package/dist/tooltip-ng/tooltip-ng.js +1 -1
  213. package/dist/user-agreement/service.js +15 -15
  214. package/dist/user-agreement/user-agreement.js +1 -1
  215. package/dist/user-card/smart-user-card-tooltip.js +1 -1
  216. package/dist/user-card/tooltip.js +1 -1
  217. package/package.json +24 -24
@@ -1,8 +1,11 @@
1
+ /* eslint-disable react/no-deprecated */
1
2
  import { render as legacyRender, unmountComponentAtNode as legacyUnmountComponentAtNode, hydrate as legacyHydrate } from 'react-dom';
3
+ /* eslint-enable */
2
4
  /* eslint-disable import/no-mutable-exports */
3
5
  export let render = legacyRender;
4
6
  export let unmountComponentAtNode = legacyUnmountComponentAtNode;
5
7
  export let hydrate = legacyHydrate;
8
+ // TODO replace with a noop with warning in 6.0, remove in 7.0
6
9
  export function setClient({ createRoot, hydrateRoot }) {
7
10
  const roots = new WeakMap();
8
11
  render = (element, container) => {
@@ -1,4 +1,4 @@
1
- import React, { ButtonHTMLAttributes, Component, CSSProperties, HTMLAttributes, ReactNode, RefCallback, SyntheticEvent } from 'react';
1
+ import React, { ButtonHTMLAttributes, Component, CSSProperties, HTMLAttributes, ReactNode, Ref, RefCallback, SyntheticEvent } from 'react';
2
2
  import { SelectHandlerParams } from '../list/list';
3
3
  import { Size } from '../input/input';
4
4
  import { LabelType } from '../control-label/control-label';
@@ -52,6 +52,7 @@ export type CustomAnchor = ((props: CustomAnchorProps) => ReactNode);
52
52
  export interface BaseSelectProps<T = unknown> {
53
53
  data: readonly SelectItem<T>[];
54
54
  filter: boolean | Filter<T>;
55
+ filterRef: Ref<HTMLInputElement>;
55
56
  clear: boolean;
56
57
  loading: boolean;
57
58
  disabled: boolean;
@@ -157,6 +158,7 @@ export default class Select<T = unknown> extends Component<SelectProps<T>, Selec
157
158
  static defaultProps: {
158
159
  data: never[];
159
160
  filter: boolean;
161
+ filterRef: typeof noop;
160
162
  multiple: boolean;
161
163
  clear: boolean;
162
164
  loading: boolean;
@@ -18,6 +18,8 @@ import rerenderHOC from '../global/rerender-hoc';
18
18
  import fuzzyHighlight from '../global/fuzzy-highlight';
19
19
  import memoize from '../global/memoize';
20
20
  import { I18nContext } from '../i18n/i18n-context';
21
+ import composeRefs from '../global/composeRefs';
22
+ import { refObject } from '../global/prop-types';
21
23
  import { isArray } from '../global/typescript-utils';
22
24
  import { ControlsHeight, ControlsHeightContext } from '../global/controls-height';
23
25
  import inputStyles from '../input/input.css';
@@ -180,6 +182,7 @@ export default class Select extends Component {
180
182
  static defaultProps = {
181
183
  data: [],
182
184
  filter: false,
185
+ filterRef: noop,
183
186
  multiple: false,
184
187
  clear: false,
185
188
  loading: false,
@@ -434,7 +437,7 @@ export default class Select extends Component {
434
437
  message = this.props.notFoundMessage ?? translate('noOptionsFound');
435
438
  }
436
439
  return (<SelectPopup data={_shownData} message={message} toolbar={showPopup && this.getToolbar()} topbar={this.getTopbar()} loading={this.props.loading} activeIndex={this.state.selectedIndex} hidden={!showPopup} ref={this.popupRef} maxHeight={this.props.maxHeight} minWidth={this.props.minWidth} directions={this.props.directions} className={this.props.popupClassName} style={this.props.popupStyle} top={this.props.top} left={this.props.left} filter={this.isInputMode() ? false : this.props.filter} // disable popup filter in INPUT mode
437
- multiple={this.props.multiple} filterValue={this.state.filterValue} anchorElement={anchorElement} onCloseAttempt={this._onCloseAttempt} onOutsideClick={this.props.onOutsideClick} onSelect={this._listSelectHandler} onSelectAll={this._listSelectAllHandler} onFilter={this._filterChangeHandler} onClear={this.clearFilter} onLoadMore={this.props.onLoadMore} isInputMode={this.isInputMode()} selected={this.state.selected} tags={this.props.tags} compact={this.props.compact} renderOptimization={this.props.renderOptimization} ringPopupTarget={this.props.ringPopupTarget} disableMoveOverflow={this.props.disableMoveOverflow} disableScrollToActive={this.props.disableScrollToActive} dir={this.props.dir} onEmptyPopupEnter={this.onEmptyPopupEnter} listId={this.listId}/>);
440
+ filterRef={this.props.filterRef} multiple={this.props.multiple} filterValue={this.state.filterValue} anchorElement={anchorElement} onCloseAttempt={this._onCloseAttempt} onOutsideClick={this.props.onOutsideClick} onSelect={this._listSelectHandler} onSelectAll={this._listSelectAllHandler} onFilter={this._filterChangeHandler} onClear={this.clearFilter} onLoadMore={this.props.onLoadMore} isInputMode={this.isInputMode()} selected={this.state.selected} tags={this.props.tags} compact={this.props.compact} renderOptimization={this.props.renderOptimization} ringPopupTarget={this.props.ringPopupTarget} disableMoveOverflow={this.props.disableMoveOverflow} disableScrollToActive={this.props.disableScrollToActive} dir={this.props.dir} onEmptyPopupEnter={this.onEmptyPopupEnter} listId={this.listId}/>);
438
441
  }}
439
442
  </I18nContext.Consumer>);
440
443
  }
@@ -622,6 +625,7 @@ export default class Select extends Component {
622
625
  }
623
626
  this.props.onChange(nextSelection, event);
624
627
  const nextState = {
628
+ filterValue: '',
625
629
  selected: nextSelection,
626
630
  selectedIndex: this._getSelectedIndex(selected, this.props.data)
627
631
  };
@@ -808,7 +812,7 @@ export default class Select extends Component {
808
812
  case Type.INPUT: return (<>
809
813
  <div ref={this.nodeRef} className={classNames(classes, styles.inputMode)} data-test={dataTests('ring-select', dataTest)}>
810
814
  {shortcutsEnabled && (<Shortcuts map={this.getShortcutsMap()} scope={this.shortcutsScope}/>)}
811
- <Input {...ariaProps} height={this.props.height} autoComplete="off" id={this.props.id} onClick={this._clickHandler} inputRef={this.filterRef} disabled={this.props.disabled} value={this.state.filterValue} borderless={this.props.type === Type.INPUT_WITHOUT_CONTROLS} style={style} size={Size.FULL} onChange={this._filterChangeHandler} onFocus={this._focusHandler} onBlur={this._blurHandler}
815
+ <Input {...ariaProps} height={this.props.height} autoComplete="off" id={this.props.id} onClick={this._clickHandler} inputRef={composeRefs(this.filterRef, this.props.filterRef)} disabled={this.props.disabled} value={this.state.filterValue} borderless={this.props.type === Type.INPUT_WITHOUT_CONTROLS} style={style} size={Size.FULL} onChange={this._filterChangeHandler} onFocus={this._focusHandler} onBlur={this._blurHandler}
812
816
  // Input with error style without description
813
817
  error={this.props.error != null ? '' : null} label={this.props.type === Type.INPUT ? this._getLabel() : null} placeholder={this.props.inputPlaceholder} onKeyDown={this.props.onKeyDown} data-test="ring-select__focus" enableShortcuts={shortcutsEnabled
814
818
  ? Object.keys({
@@ -887,6 +891,10 @@ Select.propTypes = {
887
891
  multiple: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]),
888
892
  allowAny: PropTypes.bool,
889
893
  filter: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]),
894
+ filterRef: PropTypes.oneOfType([
895
+ PropTypes.func,
896
+ refObject(PropTypes.instanceOf(HTMLInputElement))
897
+ ]),
890
898
  getInitial: PropTypes.func,
891
899
  onClose: PropTypes.func,
892
900
  onOpen: PropTypes.func,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @description Displays a popup with select's options.
3
3
  */
4
- import React, { CSSProperties, PureComponent, ReactNode, SyntheticEvent } from 'react';
4
+ import React, { CSSProperties, PureComponent, ReactNode, Ref, SyntheticEvent } from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import { IconType } from '../icon/icon';
7
7
  import Popup from '../popup/popup';
@@ -43,6 +43,7 @@ export interface SelectPopupProps<T = unknown> {
43
43
  toolbar: ReactNode;
44
44
  topbar: ReactNode;
45
45
  filter: boolean | Filter<T>;
46
+ filterRef?: Ref<HTMLInputElement>;
46
47
  message: string | null;
47
48
  anchorElement: HTMLElement | null;
48
49
  maxHeight: number;
@@ -22,6 +22,8 @@ import Shortcuts from '../shortcuts/shortcuts';
22
22
  import Button from '../button/button';
23
23
  import Text from '../text/text';
24
24
  import { ControlsHeight } from '../global/controls-height';
25
+ import { refObject } from '../global/prop-types';
26
+ import composeRefs from '../global/composeRefs';
25
27
  import { DEFAULT_DIRECTIONS } from '../popup/popup.consts';
26
28
  import SelectFilter from './select__filter';
27
29
  import styles from './select-popup.css';
@@ -36,6 +38,7 @@ export default class SelectPopup extends PureComponent {
36
38
  toolbar: null,
37
39
  topbar: null,
38
40
  filter: false,
41
+ filterRef: noop,
39
42
  multiple: false,
40
43
  message: null,
41
44
  anchorElement: null,
@@ -181,7 +184,7 @@ export default class SelectPopup extends PureComponent {
181
184
  if (this.props.filter || this.props.tags) {
182
185
  return (<div className={styles.filterWrapper} data-test="ring-select-popup-filter">
183
186
  {!this.props.tags && (<Icon glyph={searchIcon} className={styles.filterIcon} data-test-custom="ring-select-popup-filter-icon"/>)}
184
- <FilterWithShortcuts rgShortcutsOptions={this.state.popupFilterShortcutsOptions} rgShortcutsMap={this.popupFilterShortcutsMap} value={this.props.filterValue} inputRef={this.filterRef} onBlur={this.popupFilterOnBlur} onFocus={this.onFilterFocus} className="ring-js-shortcuts" inputClassName={classNames({ [styles.filterWithTagsInput]: this.props.tags })} placeholder={typeof this.props.filter === 'object'
187
+ <FilterWithShortcuts rgShortcutsOptions={this.state.popupFilterShortcutsOptions} rgShortcutsMap={this.popupFilterShortcutsMap} value={this.props.filterValue} inputRef={composeRefs(this.filterRef, this.props.filterRef)} onBlur={this.popupFilterOnBlur} onFocus={this.onFilterFocus} className="ring-js-shortcuts" inputClassName={classNames({ [styles.filterWithTagsInput]: this.props.tags })} placeholder={typeof this.props.filter === 'object'
185
188
  ? this.props.filter.placeholder
186
189
  : undefined} height={this.props.tags ? ControlsHeight.S : ControlsHeight.L} onChange={this.props.onFilter} onClick={this.onClickHandler} onClear={this.props.tags ? undefined : this.props.onClear} data-test-custom="ring-select-popup-filter-input" listId={this.props.listId} enableShortcuts={Object.keys(this.popupFilterShortcutsMap)}/>
187
190
  </div>);
@@ -364,6 +367,10 @@ SelectPopup.propTypes = {
364
367
  placeholder: PropTypes.string
365
368
  })]),
366
369
  filterValue: PropTypes.string,
370
+ filterRef: PropTypes.oneOfType([
371
+ PropTypes.func,
372
+ refObject(PropTypes.instanceOf(HTMLInputElement))
373
+ ]),
367
374
  hidden: PropTypes.bool,
368
375
  isInputMode: PropTypes.bool,
369
376
  listId: PropTypes.string,
@@ -654,4 +654,4 @@ function _toPropertyKey(arg) {
654
654
  return typeof key === "symbol" ? key : String(key);
655
655
  }
656
656
 
657
- export { _createClass as _, _objectSpread2 as a, _classCallCheck as b, _defineProperty as c, _typeof as d, _asyncToGenerator as e, _regeneratorRuntime as f, _toConsumableArray as g, _objectWithoutProperties as h, _extends as i, _inherits as j, _createSuper as k, _slicedToArray as l, _assertThisInitialized as m, _createForOfIteratorHelper as n, _get as o, _getPrototypeOf as p, _toPropertyKey as q };
657
+ export { _defineProperty as _, _inherits as a, _createSuper as b, _classCallCheck as c, _createClass as d, _objectWithoutProperties as e, _extends as f, _objectSpread2 as g, _asyncToGenerator as h, _regeneratorRuntime as i, _slicedToArray as j, _assertThisInitialized as k, _typeof as l, _toConsumableArray as m, _createForOfIteratorHelper as n, _get as o, _getPrototypeOf as p, _toPropertyKey as q };
@@ -1,4 +1,4 @@
1
- import { h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import React, { memo } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import chevronDown from '@jetbrains/icons/chevron-10px';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty } from './_rollupPluginBabelHelpers.js';
2
2
  import classNames from 'classnames';
3
3
 
4
4
  var modules_e81895c9 = {"unit":"i__const_unit_0","button-shadow":"inset 0 0 0 1px","height":"var(--ring-button-height)","loaderWidth":"64px","light":"light_rui_2ac4","heightS":"heightS_rui_0b90","heightM":"heightM_rui_0b90","heightL":"heightL_rui_0b90","button":"button_rui_0b90","active":"active_rui_0b90","withIcon":"withIcon_rui_0b90","icon":"icon_rui_0b90","primary":"primary_rui_0b90","loader":"loader_rui_0b90","loaderBackground":"loaderBackground_rui_0b90","danger":"danger_rui_0b90","text":"text_rui_0b90","content":"content_rui_0b90","text-loading":"text-loading_rui_0b90","inline":"inline_rui_0b90","withNormalIcon":"withNormalIcon_rui_0b90","withDangerIcon":"withDangerIcon_rui_0b90","progress":"progress_rui_0b90","delayed":"delayed_rui_0b90","short":"short_rui_0b90","dropdownIcon":"dropdownIcon_rui_0b90"};
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, d as _typeof } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, l as _typeof } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import React, { memo, isValidElement } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck } from './_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.symbol.js';
3
3
  import 'core-js/modules/es.symbol.description.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.array.filter.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import Link from '../link/link.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { Component } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { l as _slicedToArray, c as _defineProperty, h as _objectWithoutProperties, i as _extends } from './_rollupPluginBabelHelpers.js';
1
+ import { j as _slicedToArray, _ as _defineProperty, e as _objectWithoutProperties, f as _extends } from './_rollupPluginBabelHelpers.js';
2
2
  import React, { useState, useEffect, forwardRef, useMemo, useContext } from 'react';
3
3
  import classNames from 'classnames';
4
4
  import { createPortal } from 'react-dom';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.object.values.js';
4
4
  import React, { PureComponent } from 'react';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import React, { Children, isValidElement, cloneElement, PureComponent } from 'react';
4
4
  import { createPortal } from 'react-dom';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, g as _toConsumableArray, h as _objectWithoutProperties, i as _extends, a as _objectSpread2, b as _classCallCheck, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, m as _toConsumableArray, e as _objectWithoutProperties, f as _extends, g as _objectSpread2, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import 'core-js/modules/es.array.filter.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, d as _typeof, b as _classCallCheck, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, l as _typeof, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.index-of.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/web.dom-collections.for-each.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, a as _objectSpread2, b as _classCallCheck, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, g as _objectSpread2, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
 
3
3
  var DEFAULT_FLUSH_INTERVAL = 10000;
4
4
  var DEFAULT_FLUSH_MAX_PACK_SIZE = 100;
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import deprecate from 'util-deprecate';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.number.constructor.js';
3
3
  import 'core-js/modules/es.array.concat.js';
4
4
  import AnalyticsPluginUtils from './analytics__plugin-utils.js';
package/dist/auth/auth.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import WindowFlow from './window-flow.js';
3
3
  import onBackendDown from './down-notification.js';
4
4
  import Auth from './auth__core.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, _ as _createClass, a as _objectSpread2, d as _typeof, b as _classCallCheck, g as _toConsumableArray, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, g as _objectSpread2, l as _typeof, c as _classCallCheck, m as _toConsumableArray, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.promise.js';
4
4
  import 'core-js/modules/es.array.filter.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck, c as _defineProperty, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.promise.js';
@@ -1,4 +1,4 @@
1
- import { e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.filter.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck, c as _defineProperty, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.promise.js';
4
4
  import React from 'react';
@@ -74,10 +74,10 @@ import '../loader/loader__core.js';
74
74
  import 'core-js/modules/es.array.fill.js';
75
75
  import '../_helpers/loader-screen.js';
76
76
  import './background-flow.js';
77
- import '../_helpers/link.js';
78
77
  import 'core-js/modules/es.array.index-of.js';
79
78
  import 'es6-error';
80
79
  import '../global/url.js';
80
+ import '../_helpers/link.js';
81
81
 
82
82
  var IFrameFlow = /*#__PURE__*/function () {
83
83
  function IFrameFlow(requestBuilder, storage, translations) {
@@ -1,4 +1,4 @@
1
- import { e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.parse-int.js';
3
3
  import TokenValidator from './token-validator.js';
4
4
  import AuthResponseParser from './response-parser.js';
@@ -85,14 +85,14 @@ import '../link/link.js';
85
85
  import '../_helpers/link.js';
86
86
  import '../group/group.js';
87
87
  import '../_helpers/group.js';
88
- import '../storage/storage.js';
89
- import '../storage/storage__local.js';
90
- import '../storage/storage__fallback.js';
91
- import 'deep-equal';
92
88
  import 'core-js/modules/es.string.search.js';
93
89
  import '../global/listeners.js';
94
90
  import '../global/promise-with-timeout.js';
95
91
  import '../i18n/i18n.js';
92
+ import '../storage/storage.js';
93
+ import '../storage/storage__local.js';
94
+ import '../storage/storage__fallback.js';
95
+ import 'deep-equal';
96
96
  import './request-builder.js';
97
97
  import 'simply-uuid';
98
98
  import './background-flow.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, _ as _createClass, b as _classCallCheck, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, c as _classCallCheck, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import 'core-js/modules/es.object.assign.js';
4
4
  import uuid from 'simply-uuid';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/web.dom-collections.for-each.js';
4
4
  import 'core-js/modules/es.object.keys.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck, c as _defineProperty, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.index-of.js';
3
3
  import 'core-js/modules/es.array.filter.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.filter.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.array.includes.js';
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, b as _classCallCheck, c as _defineProperty, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, c as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.promise.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, e as _asyncToGenerator, _ as _createClass, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, h as _asyncToGenerator, d as _createClass, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.regexp.exec.js';
4
4
  import 'core-js/modules/es.string.replace.js';
@@ -1,4 +1,4 @@
1
- import { a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React from 'react';
3
3
  import { ControlsHeightContext, getGlobalControlsHeight } from '../global/controls-height.js';
4
4
  import { render } from '../global/react-render-adapter.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, a as _objectSpread2, i as _extends, l as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, g as _objectSpread2, f as _extends, j as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { l as _slicedToArray, g as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { j as _slicedToArray, m as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import 'core-js/modules/es.object.keys.js';
4
4
  import 'core-js/modules/es.number.constructor.js';
@@ -1,7 +1,7 @@
1
1
  import 'core-js/modules/es.array.index-of.js';
2
2
  import angular from 'angular';
3
3
  import pencilIcon from '@jetbrains/icons/pencil';
4
- import MessageBundle from '../message-bundle-ng/message-bundle-ng.js';
4
+ import messageBundleNg from '../message-bundle-ng/message-bundle-ng.js';
5
5
  import alertService from '../alert-service/alert-service.js';
6
6
  import IconNG from '../icon-ng/icon-ng.js';
7
7
  import template from './avatar-editor-ng__template.js';
@@ -76,7 +76,7 @@ import '../alert/container.js';
76
76
  import '../template-ng/template-ng.js';
77
77
  import '../global/ring-angular-component.js';
78
78
 
79
- var angularModule = angular.module('Ring.avatar-editor', [MessageBundle, IconNG]);
79
+ var angularModule = angular.module('Ring.avatar-editor', [messageBundleNg, IconNG]);
80
80
 
81
81
  /**
82
82
  * @name Avatar Editor Ng
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -3,7 +3,7 @@ import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.array.concat.js';
4
4
  import angular from 'angular';
5
5
  import chevronRightIcon from '@jetbrains/icons/chevron-right';
6
- import LinkNG from '../link-ng/link-ng.js';
6
+ import LinkModule from '../link-ng/link-ng.js';
7
7
  import IconNG from '../icon-ng/icon-ng.js';
8
8
  import '../_helpers/link.js';
9
9
  import '../_helpers/_rollupPluginBabelHelpers.js';
@@ -22,7 +22,7 @@ var modules_2c17c81e = {"unit":"i__const_unit_0","light":"light_rui_2ac4","bread
22
22
  * @name Breadcrumb Ng
23
23
  */
24
24
 
25
- var angularModule = angular.module('Ring.breadcrumb', [LinkNG, IconNG]);
25
+ var angularModule = angular.module('Ring.breadcrumb', [LinkModule, IconNG]);
26
26
  angularModule.filter('breadcrumbNgChevronIcon', function () {
27
27
  return function () {
28
28
  return chevronRightIcon;
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, a as _objectSpread2, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, g as _objectSpread2, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { createRef, PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.regexp.exec.js';
3
3
  import 'core-js/modules/es.string.split.js';
4
4
  import React, { PureComponent } from 'react';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -1,4 +1,4 @@
1
- import { g as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { m as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.regexp.exec.js';
3
3
  import 'core-js/modules/es.string.split.js';
4
4
  import angular from 'angular';
@@ -1,4 +1,4 @@
1
- import { a as _objectSpread2, j as _inherits, k as _createSuper, b as _classCallCheck, c as _defineProperty, g as _toConsumableArray, m as _assertThisInitialized, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, m as _toConsumableArray, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.reduce.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.object.values.js';
@@ -195,6 +195,6 @@ function createButtonDirective(tagName) {
195
195
  }
196
196
  angularModule.directive('rgButton', createButtonDirective('button'));
197
197
  angularModule.directive('rgButtonLink', createButtonDirective('a'));
198
- var ButtonNG = angularModule.name;
198
+ var Button = angularModule.name;
199
199
 
200
- export { LOADER_BACKGROUND_SELECTOR, ButtonNG as default };
200
+ export { LOADER_BACKGROUND_SELECTOR, Button as default };
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent } from 'react';
3
3
  import classNames from 'classnames';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -1,4 +1,4 @@
1
- import { g as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { m as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import angular from 'angular';
3
3
  import { m as modules_34154ec0 } from '../_helpers/button-toolbar.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, _ as _createClass, d as _typeof, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, l as _typeof, c as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.regexp.to-string.js';
4
4
  import 'core-js/modules/es.regexp.exec.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React, { PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { e as _asyncToGenerator, f as _regeneratorRuntime, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { h as _asyncToGenerator, i as _regeneratorRuntime, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.promise.js';
4
4
  import alertService from '../alert-service/alert-service.js';
package/dist/code/code.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, e as _asyncToGenerator, f as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.promise.js';
4
4
  import 'core-js/modules/es.array.concat.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.symbol.js';
4
4
  import 'core-js/modules/es.symbol.description.js';