@jetbrains/ring-ui 5.0.160 → 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 (210) 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 +1 -1
  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 +1 -1
  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 +2 -2
  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 +1 -1
  106. package/dist/hub-source/hub-source.js +1 -1
  107. package/dist/hub-source/hub-source__user.js +1 -1
  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/markdown.js +1 -1
  142. package/dist/message/message.js +1 -1
  143. package/dist/message-bundle-ng/message-bundle-ng.js +2 -2
  144. package/dist/old-browsers-message/white-list.js +1 -1
  145. package/dist/pager/pager.js +1 -1
  146. package/dist/panel/panel.js +1 -1
  147. package/dist/permissions/permissions.js +1 -1
  148. package/dist/permissions/permissions__cache.js +1 -1
  149. package/dist/permissions-ng/permissions-ng.js +1 -1
  150. package/dist/popup/popup.js +1 -1
  151. package/dist/popup/popup.target.js +1 -1
  152. package/dist/popup/position.js +1 -1
  153. package/dist/popup-menu/popup-menu.js +1 -1
  154. package/dist/progress-bar/progress-bar.js +1 -1
  155. package/dist/promised-click-ng/promised-click-ng.js +1 -1
  156. package/dist/query-assist/query-assist.js +1 -1
  157. package/dist/radio/radio.js +1 -1
  158. package/dist/radio/radio__item.js +1 -1
  159. package/dist/save-field-ng/save-field-ng.js +6 -6
  160. package/dist/select/select.js +2 -1
  161. package/dist/select/select__popup.js +1 -1
  162. package/dist/select-ng/select-ng.js +3 -3
  163. package/dist/select-ng/select-ng__lazy.js +1 -1
  164. package/dist/select-ng/select-ng__options.js +1 -1
  165. package/dist/shortcuts/core.js +3 -3
  166. package/dist/shortcuts/shortcuts-hoc.js +1 -1
  167. package/dist/shortcuts/shortcuts.js +7 -7
  168. package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +6 -6
  169. package/dist/shortcuts-ng/shortcuts-ng.js +25 -25
  170. package/dist/sidebar-ng/sidebar-ng.js +3 -3
  171. package/dist/storage/storage__fallback.js +1 -1
  172. package/dist/storage/storage__local.js +1 -1
  173. package/dist/style.css +1 -1
  174. package/dist/tab-trap/tab-trap.js +1 -1
  175. package/dist/table/cell.js +1 -1
  176. package/dist/table/disable-hover-hoc.js +1 -1
  177. package/dist/table/header-cell.js +1 -1
  178. package/dist/table/header.js +1 -1
  179. package/dist/table/multitable.js +1 -1
  180. package/dist/table/row-with-focus-sensor.js +1 -1
  181. package/dist/table/row.js +1 -1
  182. package/dist/table/selection-adapter.js +1 -1
  183. package/dist/table/selection-shortcuts-hoc.js +1 -1
  184. package/dist/table/selection.js +1 -1
  185. package/dist/table/smart-table.js +1 -1
  186. package/dist/table/table.js +1 -1
  187. package/dist/table-legacy-ng/table-legacy-ng__pager.js +2 -2
  188. package/dist/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +1 -1
  189. package/dist/table-legacy-ng/table-legacy-ng__selection.js +1 -1
  190. package/dist/tabs/collapsible-more.js +7 -7
  191. package/dist/tabs/collapsible-tab.js +1 -1
  192. package/dist/tabs/collapsible-tabs.js +1 -1
  193. package/dist/tabs/dumb-tabs.js +1 -1
  194. package/dist/tabs/smart-tabs.js +1 -1
  195. package/dist/tabs/tab-link.js +1 -1
  196. package/dist/tabs/tab.js +1 -1
  197. package/dist/tabs-ng/tabs-ng.js +1 -1
  198. package/dist/tag/tag.js +1 -1
  199. package/dist/tags-input/tags-input.js +1 -1
  200. package/dist/tags-list/tags-list.js +1 -1
  201. package/dist/template-ng/template-ng.js +1 -1
  202. package/dist/text/text.js +1 -1
  203. package/dist/toggle/toggle.js +1 -1
  204. package/dist/tooltip/tooltip.js +1 -1
  205. package/dist/tooltip-ng/tooltip-ng.js +1 -1
  206. package/dist/user-agreement/service.js +15 -15
  207. package/dist/user-agreement/user-agreement.js +1 -1
  208. package/dist/user-card/smart-user-card-tooltip.js +1 -1
  209. package/dist/user-card/tooltip.js +1 -1
  210. package/package.json +8 -8
@@ -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';
@@ -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';
@@ -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';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -1,7 +1,7 @@
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.array.concat.js';
3
3
  import 'core-js/modules/es.array.map.js';
4
- import React, { Component, PureComponent } from 'react';
4
+ import React, { PureComponent, Component } from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import classNames from 'classnames';
7
7
  import focusSensorHOC from '../global/focus-sensor-hoc.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.array.map.js';
4
4
  import React, { PureComponent } from 'react';
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, g as _toConsumableArray, o as _get, p as _getPrototypeOf } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, m as _toConsumableArray, o as _get, p as _getPrototypeOf } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.iterator.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.set.js';
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, _ as _createClass, c as _defineProperty, b as _classCallCheck, m as _assertThisInitialized } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, d as _createClass, _ as _defineProperty, c as _classCallCheck, k as _assertThisInitialized } 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 { c as _defineProperty, l as _slicedToArray, n as _createForOfIteratorHelper, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties, i as _extends, a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, j as _slicedToArray, n as _createForOfIteratorHelper, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends, g as _objectSpread2 } 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 'core-js/modules/es.array.map.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, a as _objectSpread2, _ 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, g as _objectSpread2, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.number.constructor.js';
3
3
  import 'core-js/modules/es.array.reduce.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -52,7 +52,6 @@ import 'core-js/modules/web.dom-collections.for-each.js';
52
52
  import '../control-label/control-label.js';
53
53
  import '../_helpers/control-label.js';
54
54
  import '../_helpers/input.js';
55
- import 'date-fns/add';
56
55
  import 'date-fns/addMonths';
57
56
  import 'date-fns/getDay';
58
57
  import 'date-fns/getDaysInMonth';
@@ -71,6 +70,7 @@ import 'core-js/modules/es.array.includes.js';
71
70
  import 'core-js/modules/es.string.includes.js';
72
71
  import 'date-fns/getDate';
73
72
  import 'date-fns/isToday';
73
+ import 'date-fns/add';
74
74
  import './month-names.js';
75
75
  import 'date-fns/isThisMonth';
76
76
  import 'date-fns/set';
@@ -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.to-string.js';
4
4
  import 'core-js/modules/es.array.includes.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, l as _slicedToArray, i as _extends, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, j as _slicedToArray, f as _extends, 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.number.constructor.js';
4
4
  import 'core-js/modules/es.array.map.js';