@jetbrains/ring-ui 5.0.159 → 5.0.161

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 (212) hide show
  1. package/components/select/select.js +1 -0
  2. package/dist/_helpers/_rollupPluginBabelHelpers.js +1 -1
  3. package/dist/_helpers/anchor.js +1 -1
  4. package/dist/_helpers/button__classes.js +1 -1
  5. package/dist/_helpers/card.js +1 -1
  6. package/dist/_helpers/footer.js +1 -1
  7. package/dist/_helpers/query-assist__suggestions.js +1 -1
  8. package/dist/_helpers/select__filter.js +1 -1
  9. package/dist/_helpers/services-link.js +1 -1
  10. package/dist/_helpers/sidebar.js +1 -1
  11. package/dist/_helpers/theme.js +1 -1
  12. package/dist/_helpers/title.js +1 -1
  13. package/dist/alert/alert.js +1 -1
  14. package/dist/alert/container.js +1 -1
  15. package/dist/alert-service/alert-service.js +1 -1
  16. package/dist/analytics/analytics.js +1 -1
  17. package/dist/analytics/analytics__custom-plugin.js +1 -1
  18. package/dist/analytics/analytics__fus-plugin.js +1 -1
  19. package/dist/analytics/analytics__ga-plugin.js +1 -1
  20. package/dist/auth/auth.js +1 -1
  21. package/dist/auth/auth__core.js +10 -10
  22. package/dist/auth/background-flow.js +1 -1
  23. package/dist/auth/down-notification.js +1 -1
  24. package/dist/auth/iframe-flow.js +2 -2
  25. package/dist/auth/landing.js +5 -5
  26. package/dist/auth/request-builder.js +1 -1
  27. package/dist/auth/response-parser.js +1 -1
  28. package/dist/auth/storage.js +2 -2
  29. package/dist/auth/token-validator.js +1 -1
  30. package/dist/auth/window-flow.js +1 -1
  31. package/dist/auth-dialog/auth-dialog.js +1 -1
  32. package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
  33. package/dist/avatar/avatar.js +1 -1
  34. package/dist/avatar/fallback-avatar.js +1 -1
  35. package/dist/avatar-editor-ng/avatar-editor-ng.js +2 -2
  36. package/dist/badge/badge.js +1 -1
  37. package/dist/breadcrumb-ng/breadcrumb-ng.js +2 -2
  38. package/dist/button/button.js +1 -1
  39. package/dist/button-group/button-group.js +1 -1
  40. package/dist/button-group/caption.js +1 -1
  41. package/dist/button-group-ng/button-group-ng.js +1 -1
  42. package/dist/button-ng/button-ng.js +3 -3
  43. package/dist/button-set/button-set.js +1 -1
  44. package/dist/button-toolbar/button-toolbar.js +1 -1
  45. package/dist/button-toolbar-ng/button-toolbar-ng.js +1 -1
  46. package/dist/caret/caret.js +1 -1
  47. package/dist/checkbox/checkbox.js +1 -1
  48. package/dist/clipboard/clipboard.js +1 -1
  49. package/dist/code/code.js +1 -1
  50. package/dist/confirm/confirm.js +1 -1
  51. package/dist/confirm-ng/confirm-ng.js +2 -2
  52. package/dist/confirm-service/confirm-service.js +1 -1
  53. package/dist/content-layout/content-layout.js +1 -1
  54. package/dist/contenteditable/contenteditable.js +1 -1
  55. package/dist/control-label/control-label.js +1 -1
  56. package/dist/data-list/data-list.js +2 -2
  57. package/dist/data-list/item.js +1 -1
  58. package/dist/data-list/selection.js +1 -1
  59. package/dist/date-picker/date-input.js +1 -1
  60. package/dist/date-picker/date-picker.js +1 -1
  61. package/dist/date-picker/date-popup.js +4 -4
  62. package/dist/date-picker/day.js +1 -1
  63. package/dist/date-picker/month-names.js +1 -1
  64. package/dist/date-picker/month-slider.js +1 -1
  65. package/dist/date-picker/month.js +1 -1
  66. package/dist/date-picker/months.js +1 -1
  67. package/dist/date-picker/weekdays.js +1 -1
  68. package/dist/date-picker/years.js +1 -1
  69. package/dist/dialog/dialog.js +3 -3
  70. package/dist/dialog-ng/dialog-ng.js +9 -9
  71. package/dist/dropdown/dropdown.js +1 -1
  72. package/dist/dropdown-menu/dropdown-menu.js +1 -1
  73. package/dist/editable-heading/editable-heading.js +1 -1
  74. package/dist/error-bubble/error-bubble.js +1 -1
  75. package/dist/error-message/error-message.js +1 -1
  76. package/dist/error-message-ng/error-message-ng.js +2 -2
  77. package/dist/footer-ng/footer-ng.js +1 -1
  78. package/dist/form-ng/form-ng.js +2 -2
  79. package/dist/global/angular-component-factory.js +1 -1
  80. package/dist/global/create-stateful-context.js +1 -1
  81. package/dist/global/data-tests.js +1 -1
  82. package/dist/global/dom.js +1 -1
  83. package/dist/global/focus-sensor-hoc.js +1 -1
  84. package/dist/global/inject-styles.js +1 -1
  85. package/dist/global/listeners.js +1 -1
  86. package/dist/global/normalize-indent.js +1 -1
  87. package/dist/global/react-dom-renderer.js +1 -1
  88. package/dist/global/rerender-hoc.js +1 -1
  89. package/dist/global/ring-angular-component.js +1 -1
  90. package/dist/global/trivial-template-tag.js +1 -1
  91. package/dist/grid/col.js +1 -1
  92. package/dist/grid/grid.js +1 -1
  93. package/dist/grid/row.js +1 -1
  94. package/dist/group/group.js +1 -1
  95. package/dist/header/header.js +1 -1
  96. package/dist/header/logo.js +1 -1
  97. package/dist/header/profile.js +1 -1
  98. package/dist/header/services.js +1 -1
  99. package/dist/header/smart-profile.js +1 -1
  100. package/dist/header/smart-services.js +1 -1
  101. package/dist/header/tray-icon.js +1 -1
  102. package/dist/header/tray.js +1 -1
  103. package/dist/heading/heading.js +1 -1
  104. package/dist/http/http.js +1 -1
  105. package/dist/http/http.mock.js +2 -1
  106. package/dist/hub-source/hub-source.js +1 -1
  107. package/dist/hub-source/hub-source__user.js +4 -4
  108. package/dist/hub-source/hub-source__users-groups.js +1 -1
  109. package/dist/i18n/i18n.js +1 -1
  110. package/dist/icon/icon.js +1 -1
  111. package/dist/icon/icon__svg.js +1 -1
  112. package/dist/icon-ng/icon-ng.js +1 -1
  113. package/dist/input/input.js +1 -1
  114. package/dist/input-ng/input-ng.js +3 -3
  115. package/dist/island/adaptive-island-hoc.js +1 -1
  116. package/dist/island/content.js +1 -1
  117. package/dist/island/header.js +1 -1
  118. package/dist/island/island.js +1 -1
  119. package/dist/island-legacy/content-legacy.js +1 -1
  120. package/dist/island-legacy/header-legacy.js +1 -1
  121. package/dist/island-legacy/island-legacy.js +1 -1
  122. package/dist/island-ng/island-ng.js +1 -1
  123. package/dist/link/clickableLink.js +1 -1
  124. package/dist/link/link.js +1 -1
  125. package/dist/link-ng/link-ng.js +2 -2
  126. package/dist/list/list.js +1 -1
  127. package/dist/list/list__custom.js +1 -1
  128. package/dist/list/list__hint.js +1 -1
  129. package/dist/list/list__item.js +1 -1
  130. package/dist/list/list__link.js +1 -1
  131. package/dist/list/list__separator.js +1 -1
  132. package/dist/list/list__title.js +1 -1
  133. package/dist/list/list__users-groups-source.js +1 -1
  134. package/dist/loader/loader.js +1 -1
  135. package/dist/loader/loader__core.js +1 -1
  136. package/dist/loader-inline/loader-inline.js +1 -1
  137. package/dist/loader-ng/loader-ng.js +1 -1
  138. package/dist/loader-screen/loader-screen.js +1 -1
  139. package/dist/login-dialog/login-dialog.js +1 -1
  140. package/dist/login-dialog/service.js +1 -1
  141. package/dist/markdown/code.js +1 -1
  142. package/dist/markdown/markdown.js +1 -1
  143. package/dist/message/message.js +1 -1
  144. package/dist/message-bundle-ng/message-bundle-ng.js +2 -2
  145. package/dist/old-browsers-message/white-list.js +1 -1
  146. package/dist/pager/pager.js +1 -1
  147. package/dist/panel/panel.js +1 -1
  148. package/dist/permissions/permissions.js +1 -1
  149. package/dist/permissions/permissions__cache.js +1 -1
  150. package/dist/permissions-ng/permissions-ng.js +1 -1
  151. package/dist/popup/popup.js +1 -1
  152. package/dist/popup/popup.target.js +1 -1
  153. package/dist/popup/position.js +1 -1
  154. package/dist/popup-menu/popup-menu.js +1 -1
  155. package/dist/progress-bar/progress-bar.js +1 -1
  156. package/dist/promised-click-ng/promised-click-ng.js +1 -1
  157. package/dist/query-assist/query-assist.js +3 -3
  158. package/dist/radio/radio.js +1 -1
  159. package/dist/radio/radio__item.js +1 -1
  160. package/dist/save-field-ng/save-field-ng.js +6 -6
  161. package/dist/select/select.js +4 -3
  162. package/dist/select/select__popup.js +1 -1
  163. package/dist/select-ng/select-ng.js +3 -3
  164. package/dist/select-ng/select-ng__lazy.js +2 -2
  165. package/dist/select-ng/select-ng__options.js +1 -1
  166. package/dist/shortcuts/core.js +3 -3
  167. package/dist/shortcuts/shortcuts-hoc.js +1 -1
  168. package/dist/shortcuts/shortcuts.js +7 -7
  169. package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +6 -6
  170. package/dist/shortcuts-ng/shortcuts-ng.js +25 -25
  171. package/dist/sidebar-ng/sidebar-ng.js +3 -3
  172. package/dist/storage/storage.js +1 -1
  173. package/dist/storage/storage__fallback.js +2 -1
  174. package/dist/storage/storage__local.js +2 -2
  175. package/dist/style.css +1 -1
  176. package/dist/tab-trap/tab-trap.js +1 -1
  177. package/dist/table/cell.js +1 -1
  178. package/dist/table/disable-hover-hoc.js +1 -1
  179. package/dist/table/header-cell.js +1 -1
  180. package/dist/table/header.js +1 -1
  181. package/dist/table/multitable.js +1 -1
  182. package/dist/table/row-with-focus-sensor.js +1 -1
  183. package/dist/table/row.js +1 -1
  184. package/dist/table/selection-adapter.js +1 -1
  185. package/dist/table/selection-shortcuts-hoc.js +1 -1
  186. package/dist/table/selection.js +1 -1
  187. package/dist/table/smart-table.js +1 -1
  188. package/dist/table/table.js +1 -1
  189. package/dist/table-legacy-ng/table-legacy-ng__pager.js +2 -2
  190. package/dist/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +1 -1
  191. package/dist/table-legacy-ng/table-legacy-ng__selection.js +1 -1
  192. package/dist/tabs/collapsible-more.js +7 -7
  193. package/dist/tabs/collapsible-tab.js +1 -1
  194. package/dist/tabs/collapsible-tabs.js +1 -1
  195. package/dist/tabs/dumb-tabs.js +1 -1
  196. package/dist/tabs/smart-tabs.js +1 -1
  197. package/dist/tabs/tab-link.js +1 -1
  198. package/dist/tabs/tab.js +1 -1
  199. package/dist/tabs-ng/tabs-ng.js +1 -1
  200. package/dist/tag/tag.js +1 -1
  201. package/dist/tags-input/tags-input.js +3 -3
  202. package/dist/tags-list/tags-list.js +1 -1
  203. package/dist/template-ng/template-ng.js +1 -1
  204. package/dist/text/text.js +1 -1
  205. package/dist/toggle/toggle.js +1 -1
  206. package/dist/tooltip/tooltip.js +1 -1
  207. package/dist/tooltip-ng/tooltip-ng.js +1 -1
  208. package/dist/user-agreement/service.js +16 -16
  209. package/dist/user-agreement/user-agreement.js +1 -1
  210. package/dist/user-card/smart-user-card-tooltip.js +1 -1
  211. package/dist/user-card/tooltip.js +1 -1
  212. package/package.json +20 -20
@@ -622,6 +622,7 @@ export default class Select extends Component {
622
622
  }
623
623
  this.props.onChange(nextSelection, event);
624
624
  const nextState = {
625
+ filterValue: '',
625
626
  selected: nextSelection,
626
627
  selectedIndex: this._getSelectedIndex(selected, this.props.data)
627
628
  };
@@ -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';
@@ -37,6 +37,7 @@ import 'core-js/modules/es.array.reduce.js';
37
37
  import 'core-js/modules/es.array.sort.js';
38
38
  import '../storage/storage.js';
39
39
  import '../storage/storage__local.js';
40
+ import 'core-js/modules/es.object.keys.js';
40
41
  import '../alert-service/alert-service.js';
41
42
  import 'react';
42
43
  import '../global/react-render-adapter.js';
@@ -63,7 +64,6 @@ import '../_helpers/loader-inline.js';
63
64
  import '../global/dom.js';
64
65
  import 'core-js/modules/es.object.assign.js';
65
66
  import 'core-js/modules/es.string.split.js';
66
- import 'core-js/modules/es.object.keys.js';
67
67
  import '../button/button.js';
68
68
  import '@jetbrains/icons/chevron-10px';
69
69
  import '../link/clickableLink.js';
@@ -437,7 +437,7 @@ var Auth = /*#__PURE__*/function () {
437
437
  case 23:
438
438
  state = _context3.sent;
439
439
  case 24:
440
- (_this$_initDeferred = this._initDeferred) === null || _this$_initDeferred === void 0 ? void 0 : (_this$_initDeferred$r = _this$_initDeferred.resolve) === null || _this$_initDeferred$r === void 0 ? void 0 : _this$_initDeferred$r.call(_this$_initDeferred, state && state.restoreLocation);
440
+ (_this$_initDeferred = this._initDeferred) === null || _this$_initDeferred === void 0 || (_this$_initDeferred$r = _this$_initDeferred.resolve) === null || _this$_initDeferred$r === void 0 ? void 0 : _this$_initDeferred$r.call(_this$_initDeferred, state && state.restoreLocation);
441
441
  return _context3.abrupt("return", (_state = state) === null || _state === void 0 ? void 0 : _state.restoreLocation);
442
442
  case 28:
443
443
  _context3.prev = 28;
@@ -446,7 +446,7 @@ var Auth = /*#__PURE__*/function () {
446
446
  _context3.next = 35;
447
447
  break;
448
448
  }
449
- (_this$_initDeferred2 = this._initDeferred) === null || _this$_initDeferred2 === void 0 ? void 0 : (_this$_initDeferred2$ = _this$_initDeferred2.resolve) === null || _this$_initDeferred2$ === void 0 ? void 0 : _this$_initDeferred2$.call(_this$_initDeferred2); // No way to handle if cookies are disabled
449
+ (_this$_initDeferred2 = this._initDeferred) === null || _this$_initDeferred2 === void 0 || (_this$_initDeferred2$ = _this$_initDeferred2.resolve) === null || _this$_initDeferred2$ === void 0 ? void 0 : _this$_initDeferred2$.call(_this$_initDeferred2); // No way to handle if cookies are disabled
450
450
  _context3.next = 34;
451
451
  return this.requestUser();
452
452
  case 34:
@@ -582,14 +582,14 @@ var Auth = /*#__PURE__*/function () {
582
582
  _context6.next = 13;
583
583
  return (_this$_tokenValidator2 = this._tokenValidator) === null || _this$_tokenValidator2 === void 0 ? void 0 : _this$_tokenValidator2.validateToken();
584
584
  case 13:
585
- (_this$_initDeferred3 = this._initDeferred) === null || _this$_initDeferred3 === void 0 ? void 0 : (_this$_initDeferred3$ = _this$_initDeferred3.resolve) === null || _this$_initDeferred3$ === void 0 ? void 0 : _this$_initDeferred3$.call(_this$_initDeferred3);
585
+ (_this$_initDeferred3 = this._initDeferred) === null || _this$_initDeferred3 === void 0 || (_this$_initDeferred3$ = _this$_initDeferred3.resolve) === null || _this$_initDeferred3$ === void 0 ? void 0 : _this$_initDeferred3$.call(_this$_initDeferred3);
586
586
  return _context6.abrupt("return", undefined);
587
587
  case 17:
588
588
  _context6.prev = 17;
589
589
  _context6.t0 = _context6["catch"](8);
590
590
  return _context6.abrupt("return", _context6.t0 instanceof Error ? this.sendRedirect(_context6.t0) : undefined);
591
591
  case 20:
592
- (_this$_initDeferred4 = this._initDeferred) === null || _this$_initDeferred4 === void 0 ? void 0 : (_this$_initDeferred4$ = _this$_initDeferred4.reject) === null || _this$_initDeferred4$ === void 0 ? void 0 : _this$_initDeferred4$.call(_this$_initDeferred4, error);
592
+ (_this$_initDeferred4 = this._initDeferred) === null || _this$_initDeferred4 === void 0 || (_this$_initDeferred4$ = _this$_initDeferred4.reject) === null || _this$_initDeferred4$ === void 0 ? void 0 : _this$_initDeferred4$.call(_this$_initDeferred4, error);
593
593
  throw error;
594
594
  case 22:
595
595
  case "end":
@@ -1053,7 +1053,7 @@ var Auth = /*#__PURE__*/function () {
1053
1053
  closeDialog();
1054
1054
  if (!cancelable) {
1055
1055
  var _this7$_initDeferred, _this7$_initDeferred$;
1056
- (_this7$_initDeferred = _this7._initDeferred) === null || _this7$_initDeferred === void 0 ? void 0 : (_this7$_initDeferred$ = _this7$_initDeferred.resolve) === null || _this7$_initDeferred$ === void 0 ? void 0 : _this7$_initDeferred$.call(_this7$_initDeferred);
1056
+ (_this7$_initDeferred = _this7._initDeferred) === null || _this7$_initDeferred === void 0 || (_this7$_initDeferred$ = _this7$_initDeferred.resolve) === null || _this7$_initDeferred$ === void 0 ? void 0 : _this7$_initDeferred$.call(_this7$_initDeferred);
1057
1057
  _this7.listeners.trigger(LOGOUT_POSTPONED_EVENT);
1058
1058
  onPostponeLogout();
1059
1059
  return;
@@ -1062,7 +1062,7 @@ var Auth = /*#__PURE__*/function () {
1062
1062
  _this7.forceTokenUpdate();
1063
1063
  } else {
1064
1064
  var _this7$_initDeferred2, _this7$_initDeferred3;
1065
- (_this7$_initDeferred2 = _this7._initDeferred) === null || _this7$_initDeferred2 === void 0 ? void 0 : (_this7$_initDeferred3 = _this7$_initDeferred2.resolve) === null || _this7$_initDeferred3 === void 0 ? void 0 : _this7$_initDeferred3.call(_this7$_initDeferred2);
1065
+ (_this7$_initDeferred2 = _this7._initDeferred) === null || _this7$_initDeferred2 === void 0 || (_this7$_initDeferred3 = _this7$_initDeferred2.resolve) === null || _this7$_initDeferred3 === void 0 ? void 0 : _this7$_initDeferred3.call(_this7$_initDeferred2);
1066
1066
  }
1067
1067
  };
1068
1068
  var onTryAgainClick = /*#__PURE__*/function () {
@@ -1099,7 +1099,7 @@ var Auth = /*#__PURE__*/function () {
1099
1099
  if (token) {
1100
1100
  var _this7$_initDeferred4, _this7$_initDeferred5;
1101
1101
  closeDialog();
1102
- (_this7$_initDeferred4 = _this7._initDeferred) === null || _this7$_initDeferred4 === void 0 ? void 0 : (_this7$_initDeferred5 = _this7$_initDeferred4.resolve) === null || _this7$_initDeferred5 === void 0 ? void 0 : _this7$_initDeferred5.call(_this7$_initDeferred4);
1102
+ (_this7$_initDeferred4 = _this7._initDeferred) === null || _this7$_initDeferred4 === void 0 || (_this7$_initDeferred5 = _this7$_initDeferred4.resolve) === null || _this7$_initDeferred5 === void 0 ? void 0 : _this7$_initDeferred5.call(_this7$_initDeferred4);
1103
1103
  }
1104
1104
  });
1105
1105
  var stopMessageListening = (_this$_storage9 = this._storage) === null || _this$_storage9 === void 0 ? void 0 : _this$_storage9.onMessage(Auth.CLOSE_WINDOW_MESSAGE, function () {
@@ -1127,7 +1127,7 @@ var Auth = /*#__PURE__*/function () {
1127
1127
  this._createInitDeferred();
1128
1128
  var done = function done() {
1129
1129
  var _this8$_initDeferred, _this8$_initDeferred$;
1130
- (_this8$_initDeferred = _this8._initDeferred) === null || _this8$_initDeferred === void 0 ? void 0 : (_this8$_initDeferred$ = _this8$_initDeferred.resolve) === null || _this8$_initDeferred$ === void 0 ? void 0 : _this8$_initDeferred$.call(_this8$_initDeferred);
1130
+ (_this8$_initDeferred = _this8._initDeferred) === null || _this8$_initDeferred === void 0 || (_this8$_initDeferred$ = _this8$_initDeferred.resolve) === null || _this8$_initDeferred$ === void 0 ? void 0 : _this8$_initDeferred$.call(_this8$_initDeferred);
1131
1131
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
1132
1132
  hide === null || hide === void 0 ? void 0 : hide();
1133
1133
  };
@@ -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';
@@ -11,6 +11,7 @@ import 'core-js/modules/es.string.iterator.js';
11
11
  import 'core-js/modules/web.dom-collections.iterator.js';
12
12
  import ActualStorage from '../storage/storage.js';
13
13
  import '../storage/storage__local.js';
14
+ import 'core-js/modules/es.object.keys.js';
14
15
  import '../alert-service/alert-service.js';
15
16
  import 'core-js/modules/es.array.concat.js';
16
17
  import 'react';
@@ -45,7 +46,6 @@ import '../global/dom.js';
45
46
  import 'core-js/modules/es.object.assign.js';
46
47
  import 'core-js/modules/web.dom-collections.for-each.js';
47
48
  import 'core-js/modules/es.string.split.js';
48
- import 'core-js/modules/es.object.keys.js';
49
49
  import 'core-js/modules/es.set.js';
50
50
  import '../button/button.js';
51
51
  import '@jetbrains/icons/chevron-10px';
@@ -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';
@@ -1,6 +1,6 @@
1
1
  import angular from 'angular';
2
2
  import confirm from '../confirm-service/confirm-service.js';
3
- import MessageBundle from '../message-bundle-ng/message-bundle-ng.js';
3
+ import messageBundleNg from '../message-bundle-ng/message-bundle-ng.js';
4
4
  import '../_helpers/_rollupPluginBabelHelpers.js';
5
5
  import 'core-js/modules/es.symbol.js';
6
6
  import 'core-js/modules/es.symbol.description.js';
@@ -77,7 +77,7 @@ import '../_helpers/panel.js';
77
77
  * @name Confirm Ng
78
78
  */
79
79
 
80
- var angularModule = angular.module('Ring.confirm', [MessageBundle]);
80
+ var angularModule = angular.module('Ring.confirm', [messageBundleNg]);
81
81
  angularModule.service('confirm', ["$q", "RingMessageBundle", function service($q, RingMessageBundle) {
82
82
  return function showConfirm(message, description, actionTitle, cancelTitle, cancelIsDefault, actionFn) {
83
83
  return $q.when(confirm({
@@ -1,4 +1,4 @@
1
- import { h as _objectWithoutProperties, a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { e as _objectWithoutProperties, g as _objectSpread2 } from '../_helpers/_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, d as _typeof, 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, l as _typeof, f as _extends } 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, a as _objectSpread2, 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, g as _objectSpread2, 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, { Component } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { renderToStaticMarkup } from 'react-dom/server';