@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
@@ -1,4 +1,4 @@
1
- import { l as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { j as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.array.index-of.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 '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 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import angular from 'angular';
4
4
  import classNames from 'classnames';
@@ -6,7 +6,7 @@ import closeIcon from '@jetbrains/icons/close';
6
6
  import RingAngularComponent from '../global/ring-angular-component.js';
7
7
  import { m as modules_88cfaf40 } from '../_helpers/input.js';
8
8
  import { m as modules_9eb96a10 } from '../_helpers/control-label.js';
9
- import ButtonNG from '../button-ng/button-ng.js';
9
+ import Button from '../button-ng/button-ng.js';
10
10
  import 'core-js/modules/es.object.to-string.js';
11
11
  import 'core-js/modules/web.dom-collections.for-each.js';
12
12
  import 'core-js/modules/es.array.reduce.js';
@@ -34,7 +34,7 @@ import 'react';
34
34
 
35
35
  var modules_c40fa551 = {"errorText":"errorText_rui_d15a","clear":"clear_rui_d15a"};
36
36
 
37
- var angularModule = angular.module('Ring.input', [ButtonNG]);
37
+ var angularModule = angular.module('Ring.input', [Button]);
38
38
  var RingInputComponent = /*#__PURE__*/function (_RingAngularComponent) {
39
39
  _inherits(RingInputComponent, _RingAngularComponent);
40
40
  var _super = _createSuper(RingInputComponent);
@@ -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 React, { createContext, Component } from 'react';
4
4
  import { interpolateLinear } from '../global/linear-function.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, { Component, forwardRef } 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.array.concat.js';
3
3
  import React, { Component } 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 React, { Component } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -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 { 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 { 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';
@@ -4,9 +4,9 @@ import { m as modules_e6a056e1 } from '../_helpers/island.js';
4
4
  import IslandHeader from './island-header-ng.js';
5
5
  import IslandContent from './island-content-ng.js';
6
6
  import compile from './island-ng-class-fixer.js';
7
+ import '../global/schedule-raf.js';
7
8
  import 'core-js/modules/es.regexp.exec.js';
8
9
  import 'core-js/modules/es.string.replace.js';
9
- import '../global/schedule-raf.js';
10
10
 
11
11
  var angularModule = angular.module('Ring.island-ng', [IslandHeader, IslandContent]);
12
12
  angularModule.directive('rgIsland', function islandDirective() {
@@ -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';
package/dist/link/link.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ 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, d as _createClass, e as _objectWithoutProperties, g as _objectSpread2, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { PureComponent, memo } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import classNames from 'classnames';
@@ -16,6 +16,6 @@ function rgLinkDirective() {
16
16
  };
17
17
  }
18
18
  angularModule.directive('rgLink', rgLinkDirective);
19
- var LinkNG = angularModule.name;
19
+ var LinkModule = angularModule.name;
20
20
 
21
- export { LinkNG as default };
21
+ export { LinkModule as default };
package/dist/list/list.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, h as _objectWithoutProperties, _ 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, e as _objectWithoutProperties, d as _createClass, g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.includes.js';
3
3
  import 'core-js/modules/es.string.includes.js';
4
4
  import 'core-js/modules/es.array.map.js';
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, b as _classCallCheck, c as _defineProperty, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties } 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 { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass } 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 { j as _inherits, k as _createSuper, b as _classCallCheck, c as _defineProperty, m as _assertThisInitialized, _ as _createClass, h as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties } 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,4 +1,4 @@
1
- import { a as _objectSpread2, j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, c as _defineProperty, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, _ as _defineProperty, f as _extends } 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 React, { Component, PureComponent } from 'react';
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, _ as _defineProperty } 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 React, { PureComponent } from 'react';
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, _ as _defineProperty } 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 React, { PureComponent } from 'react';
@@ -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, l as _slicedToArray, 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, h as _asyncToGenerator, i as _regeneratorRuntime, j as _slicedToArray, 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.assign.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 '../_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 { c as _defineProperty, _ as _createClass, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, c as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.array.fill.js';
4
4
  import 'core-js/modules/es.object.assign.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 '../_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 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import angular from 'angular';
4
4
  import RingAngularComponent from '../global/ring-angular-component.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 '../_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, 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 React, { Component } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -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 { unmountComponentAtNode, render } from '../global/react-render-adapter.js';
4
4
  import { ControlsHeightContext, getGlobalControlsHeight } from '../global/controls-height.js';
@@ -35,7 +35,7 @@ var MarkdownCode = function MarkdownCode(_ref) {
35
35
  inline = _ref.inline,
36
36
  className = _ref.className;
37
37
  // Hack for updated react-markdown RG-2193
38
- var lang = language !== null && language !== void 0 ? language : className === null || className === void 0 ? void 0 : (_className$split$find = className.split(' ').find(function (name) {
38
+ var lang = language !== null && language !== void 0 ? language : className === null || className === void 0 || (_className$split$find = className.split(' ').find(function (name) {
39
39
  return name.startsWith('language-');
40
40
  })) === null || _className$split$find === void 0 ? void 0 : _className$split$find.replace('language-', '');
41
41
  return /*#__PURE__*/React.createElement(Code, {
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass, h as _objectWithoutProperties, c as _defineProperty, i as _extends, g as _toConsumableArray, a as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, _ as _defineProperty, f as _extends, m as _toConsumableArray, g as _objectSpread2 } 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 { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, 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, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.array.includes.js';
4
4
  import 'core-js/modules/es.string.includes.js';
@@ -147,6 +147,6 @@ function RingMessageBundle(ringI18n) {
147
147
 
148
148
  angularModule.factory('ringI18n', emptyI18n);
149
149
  angularModule.service('RingMessageBundle', ['ringI18n', RingMessageBundle]);
150
- var MessageBundle = angularModule.name;
150
+ var messageBundleNg = angularModule.name;
151
151
 
152
- export { MessageBundle as default };
152
+ export { messageBundleNg as default };
@@ -1,4 +1,4 @@
1
- import { l as _slicedToArray, a as _objectSpread2, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { j as _slicedToArray, g as _objectSpread2, _ as _defineProperty } 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.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, 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, f as _extends } 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 'core-js/modules/es.array.find.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 '../_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 { c as _defineProperty, _ as _createClass, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, 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.promise.js';
4
4
  import 'core-js/modules/es.array.index-of.js';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, _ as _createClass, b as _classCallCheck } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, d as _createClass, c as _classCallCheck } 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
 
@@ -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 angular from 'angular';
3
3
  import '../auth-ng/auth-ng.js';
4
4
  import Permissions from '../permissions/permissions.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, l as _slicedToArray, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, g as _objectSpread2, j as _slicedToArray, 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/web.dom-collections.for-each.js';
@@ -1,4 +1,4 @@
1
- import { h as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import React, { createContext, forwardRef } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
 
@@ -1,4 +1,4 @@
1
- import { a as _objectSpread2, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.includes.js';
3
3
  import 'core-js/modules/es.string.includes.js';
4
4
  import 'core-js/modules/es.array.sort.js';
@@ -1,4 +1,4 @@
1
- import { h as _objectWithoutProperties, c as _defineProperty, a as _objectSpread2, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { e as _objectWithoutProperties, _ as _defineProperty, g as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.parse-float.js';
4
4
  import React from 'react';
@@ -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 { j as _inherits, k as _createSuper, b as _classCallCheck, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, c as _classCallCheck, 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.index-of.js';
4
4
  import angular from 'angular';
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, d as _typeof, g as _toConsumableArray, o as _get, p as _getPrototypeOf, h as _objectWithoutProperties, _ as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, l as _typeof, m as _toConsumableArray, o as _get, p as _getPrototypeOf, e as _objectWithoutProperties, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.regexp.exec.js';
3
3
  import 'core-js/modules/es.string.replace.js';
4
4
  import 'core-js/modules/es.number.is-integer.js';
@@ -644,8 +644,8 @@ var QueryAssist = /*#__PURE__*/function (_Component) {
644
644
  }, {
645
645
  key: "getQuery",
646
646
  value: function getQuery() {
647
- var _this$input$textConte, _this$input4, _this$input4$textCont;
648
- return (_this$input$textConte = (_this$input4 = this.input) === null || _this$input4 === void 0 ? void 0 : (_this$input4$textCont = _this$input4.textContent) === null || _this$input4$textCont === void 0 ? void 0 : _this$input4$textCont.replace(/\s/g, ' ')) !== null && _this$input$textConte !== void 0 ? _this$input$textConte : '';
647
+ var _this$input$textConte, _this$input4;
648
+ return (_this$input$textConte = (_this$input4 = this.input) === null || _this$input4 === void 0 || (_this$input4 = _this$input4.textContent) === null || _this$input4 === void 0 ? void 0 : _this$input4.replace(/\s/g, ' ')) !== null && _this$input$textConte !== void 0 ? _this$input$textConte : '';
649
649
  }
650
650
  }, {
651
651
  key: "isRenderingGlassOrLoader",
@@ -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.array.concat.js';
3
3
  import React, { Component } 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, 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, { createContext, Component, forwardRef } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,4 +1,4 @@
1
- import { d as _typeof } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { l as _typeof } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import 'core-js/modules/es.regexp.exec.js';
4
4
  import 'core-js/modules/es.string.split.js';
@@ -8,10 +8,10 @@ import 'core-js/modules/es.object.to-string.js';
8
8
  import angular from 'angular';
9
9
  import '../loader-inline/loader-inline.js';
10
10
  import ButtonSet from '../button-set-ng/button-set-ng.js';
11
- import MessageBundle from '../message-bundle-ng/message-bundle-ng.js';
11
+ import messageBundleNg from '../message-bundle-ng/message-bundle-ng.js';
12
12
  import Form from '../form-ng/form-ng.js';
13
- import ShortcutsNg from '../shortcuts-ng/shortcuts-ng.js';
14
- import ButtonNG from '../button-ng/button-ng.js';
13
+ import Shortcuts from '../shortcuts-ng/shortcuts-ng.js';
14
+ import Button from '../button-ng/button-ng.js';
15
15
  import PromisedClick from '../promised-click-ng/promised-click-ng.js';
16
16
  import template from './save-field-ng__template.js';
17
17
  import 'react';
@@ -55,11 +55,11 @@ import '../_helpers/icon.js';
55
55
  import '../_helpers/button__classes.js';
56
56
  import '../global/controls-height.js';
57
57
 
58
- var angularModule = angular.module('Ring.save-field', [MessageBundle,
58
+ var angularModule = angular.module('Ring.save-field', [messageBundleNg,
59
59
  /**
60
60
  * for error-bubble
61
61
  */
62
- Form, ShortcutsNg, ButtonNG, ButtonSet, PromisedClick]);
62
+ Form, Shortcuts, Button, ButtonSet, PromisedClick]);
63
63
  angularModule.constant('rgSaveFieldShortcutsMode', {
64
64
  id: 'ring-save-field',
65
65
  shortcuts: [{
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, d as _typeof, m as _assertThisInitialized, a as _objectSpread2, h as _objectWithoutProperties, q as _toPropertyKey, _ as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, l as _typeof, k as _assertThisInitialized, g as _objectSpread2, e as _objectWithoutProperties, q as _toPropertyKey, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.index-of.js';
3
3
  import 'core-js/modules/es.array.reduce.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -503,6 +503,7 @@ var Select = /*#__PURE__*/function (_Component) {
503
503
  }
504
504
  _this.props.onChange(nextSelection, event);
505
505
  var nextState = {
506
+ filterValue: '',
506
507
  selected: nextSelection,
507
508
  selectedIndex: _this._getSelectedIndex(selected, _this.props.data)
508
509
  };
@@ -977,7 +978,7 @@ var Select = /*#__PURE__*/function (_Component) {
977
978
  }, {
978
979
  key: "renderSelect",
979
980
  value: function renderSelect(activeItemId) {
980
- var _classNames2, _this$props$label3, _this$props$label4, _this$_popup5, _this$_popup5$list, _classNames3, _this$props$buttonCla;
981
+ var _classNames2, _this$props$label3, _this$props$label4, _this$_popup5, _classNames3, _this$props$buttonCla;
981
982
  var dataTest = this.props['data-test'];
982
983
  var selectedLabel = this.props.selectedLabel;
983
984
  var shortcutsEnabled = this.state.shortcutsEnabled;
@@ -1025,7 +1026,7 @@ var Select = /*#__PURE__*/function (_Component) {
1025
1026
  placeholder: this.props.inputPlaceholder,
1026
1027
  onKeyDown: this.props.onKeyDown,
1027
1028
  "data-test": "ring-select__focus",
1028
- enableShortcuts: shortcutsEnabled ? Object.keys(_objectSpread2(_objectSpread2({}, this.getShortcutsMap()), (_this$_popup5 = this._popup) === null || _this$_popup5 === void 0 ? void 0 : (_this$_popup5$list = _this$_popup5.list) === null || _this$_popup5$list === void 0 ? void 0 : _this$_popup5$list.shortcutsMap)) : undefined,
1029
+ enableShortcuts: shortcutsEnabled ? Object.keys(_objectSpread2(_objectSpread2({}, this.getShortcutsMap()), (_this$_popup5 = this._popup) === null || _this$_popup5 === void 0 || (_this$_popup5 = _this$_popup5.list) === null || _this$_popup5 === void 0 ? void 0 : _this$_popup5.shortcutsMap)) : undefined,
1029
1030
  afterInput: this.props.type === Type.INPUT && iconsNode
1030
1031
  })), this._renderPopup()), this.props.error && /*#__PURE__*/React.createElement("div", {
1031
1032
  className: classNames(modules_88cfaf40.errorText, modules_88cfaf40["size".concat(this.props.size)])
@@ -1,4 +1,4 @@
1
- import { c as _defineProperty, j as _inherits, k as _createSuper, b as _classCallCheck, m as _assertThisInitialized, _ as _createClass, d as _typeof } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, l as _typeof } from '../_helpers/_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 { a as _objectSpread2, i as _extends, d as _typeof } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _objectSpread2, f as _extends, l as _typeof } 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 'core-js/modules/es.array.map.js';
@@ -11,7 +11,7 @@ import React from 'react';
11
11
  import { unmountComponentAtNode, render } from '../global/react-render-adapter.js';
12
12
  import getEventKey from '../global/get-event-key.js';
13
13
  import Select, { RerenderableSelect } from '../select/select.js';
14
- import MessageBundle from '../message-bundle-ng/message-bundle-ng.js';
14
+ import messageBundleNg from '../message-bundle-ng/message-bundle-ng.js';
15
15
  import { ControlsHeight } from '../global/controls-height.js';
16
16
  import SelectNgOptions from './select-ng__options.js';
17
17
  import SelectLazy from './select-ng__lazy.js';
@@ -128,7 +128,7 @@ var DIALOG_NG_SELECTOR = '[data-anchor=dialog-container][data-in-sidebar=false]'
128
128
  * @name Select Ng
129
129
  */
130
130
 
131
- var angularModule = angular.module('Ring.select', [SelectNgOptions, MessageBundle]);
131
+ var angularModule = angular.module('Ring.select', [SelectNgOptions, messageBundleNg]);
132
132
  angularModule.directive('rgSelect', function rgSelectDirective() {
133
133
  var types = {
134
134
  input: Select.Type.INPUT,
@@ -1,4 +1,4 @@
1
- import { _ as _createClass, i as _extends, b as _classCallCheck, c as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { d as _createClass, f as _extends, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.assign.js';
3
3
  import angular from 'angular';
4
4
  import React, { cloneElement } from 'react';
@@ -192,7 +192,7 @@ var SelectLazy = /*#__PURE__*/function () {
192
192
  ref: function ref(node) {
193
193
  var _node$_openPopupIfClo;
194
194
  _this2.selectRef(node);
195
- node === null || node === void 0 ? void 0 : (_node$_openPopupIfClo = node._openPopupIfClosed) === null || _node$_openPopupIfClo === void 0 ? void 0 : _node$_openPopupIfClo.call(node);
195
+ node === null || node === void 0 || (_node$_openPopupIfClo = node._openPopupIfClosed) === null || _node$_openPopupIfClo === void 0 ? void 0 : _node$_openPopupIfClo.call(node);
196
196
  }
197
197
  }), this.container);
198
198
  } else {
@@ -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.regexp.exec.js';
3
3
  import 'core-js/modules/es.string.match.js';
4
4
  import 'core-js/modules/es.array.index-of.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.includes.js';
3
3
  import 'core-js/modules/es.string.includes.js';
4
4
  import 'core-js/modules/es.object.assign.js';
@@ -244,6 +244,6 @@ var Shortcuts = /*#__PURE__*/function () {
244
244
  }]);
245
245
  return Shortcuts;
246
246
  }();
247
- var shortcutsInstance = new Shortcuts();
247
+ var shortcuts = new Shortcuts();
248
248
 
249
- export { shortcutsInstance as default };
249
+ export { shortcuts as default };
@@ -1,4 +1,4 @@
1
- import { j as _inherits, k as _createSuper, _ as _createClass, c as _defineProperty, b as _classCallCheck, m as _assertThisInitialized, h as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { a as _inherits, b as _createSuper, d as _createClass, _ as _defineProperty, c as _classCallCheck, k as _assertThisInitialized, e as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import React from 'react';
4
4
  import PropTypes from 'prop-types';