@jetbrains/ring-ui-built 6.0.7-beta.0 → 6.0.7
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.
- package/README.md +1 -1
- package/components/_helpers/_rollupPluginBabelHelpers.js +23 -26
- package/components/_helpers/anchor.js +1 -1
- package/components/_helpers/badge.js +1 -1
- package/components/_helpers/button__classes.js +1 -1
- package/components/_helpers/caption.js +2 -2
- package/components/_helpers/card.js +2 -2
- package/components/_helpers/date-picker.js +1 -1
- package/components/_helpers/dialog__body-scroll-preventer.js +1 -1
- package/components/_helpers/grid.js +1 -1
- package/components/_helpers/header.js +1 -1
- package/components/_helpers/icon__svg.js +2 -2
- package/components/_helpers/input.js +2 -2
- package/components/_helpers/island.js +1 -1
- package/components/_helpers/list.js +1 -1
- package/components/_helpers/query-assist__suggestions.js +2 -2
- package/components/_helpers/select__filter.js +2 -2
- package/components/_helpers/services-link.js +2 -2
- package/components/_helpers/sidebar.js +2 -2
- package/components/_helpers/tab-link.js +2 -2
- package/components/_helpers/table.js +1 -1
- package/components/_helpers/theme.js +1 -1
- package/components/_helpers/title.js +2 -2
- package/components/alert/alert.js +2 -2
- package/components/alert/container.js +2 -2
- package/components/alert-service/alert-service.js +1 -1
- package/components/analytics/analytics.js +1 -1
- package/components/analytics/analytics__custom-plugin.js +1 -1
- package/components/auth/auth.js +1 -1
- package/components/auth/auth__core.js +1 -1
- package/components/auth/background-flow.js +1 -1
- package/components/auth/down-notification.js +2 -2
- package/components/auth/iframe-flow.js +1 -1
- package/components/auth/request-builder.js +1 -1
- package/components/auth/response-parser.js +1 -1
- package/components/auth/storage.js +1 -1
- package/components/auth/token-validator.js +1 -1
- package/components/auth/window-flow.js +1 -1
- package/components/auth-dialog/auth-dialog.js +2 -2
- package/components/auth-dialog-service/auth-dialog-service.js +1 -1
- package/components/avatar/avatar.js +1 -1
- package/components/avatar/fallback-avatar.js +1 -1
- package/components/badge/badge.js +1 -1
- package/components/button/button.js +1 -1
- package/components/button-group/button-group.js +1 -1
- package/components/button-set/button-set.js +2 -2
- package/components/button-toolbar/button-toolbar.js +2 -2
- package/components/caret/caret.js +1 -1
- package/components/checkbox/checkbox.js +4 -4
- package/components/clipboard/clipboard.js +1 -1
- package/components/code/code.js +2 -2
- package/components/collapse/collapse-content.d.ts +11 -0
- package/components/collapse/collapse-content.js +121 -0
- package/components/collapse/collapse-context.d.ts +10 -0
- package/components/collapse/collapse-context.js +12 -0
- package/components/collapse/collapse-control.d.ts +11 -0
- package/components/collapse/collapse-control.js +38 -0
- package/components/collapse/collapse.d.ts +12 -0
- package/components/collapse/collapse.js +41 -0
- package/components/collapse/consts.d.ts +4 -0
- package/components/collapse/consts.js +6 -0
- package/components/collapse/utils.d.ts +1 -0
- package/components/collapse/utils.js +5 -0
- package/components/confirm/confirm.js +2 -2
- package/components/confirm-service/confirm-service.js +1 -1
- package/components/content-layout/content-layout.js +1 -1
- package/components/contenteditable/contenteditable.js +1 -1
- package/components/control-label/control-label.js +1 -1
- package/components/data-list/data-list.js +3 -3
- package/components/data-list/item.js +3 -3
- package/components/data-list/selection.js +1 -1
- package/components/data-list/title.js +2 -2
- package/components/date-picker/consts.js +1 -1
- package/components/date-picker/date-input.js +1 -1
- package/components/date-picker/date-picker.js +8 -8
- package/components/date-picker/date-popup.js +5 -5
- package/components/date-picker/day.js +10 -10
- package/components/date-picker/month-names.js +7 -7
- package/components/date-picker/month-slider.js +4 -4
- package/components/date-picker/month.js +6 -6
- package/components/date-picker/months.js +7 -7
- package/components/date-picker/weekdays.js +4 -4
- package/components/date-picker/years.js +12 -12
- package/components/dialog/dialog.js +1 -1
- package/components/dropdown/dropdown.js +1 -1
- package/components/dropdown-menu/dropdown-menu.js +3 -3
- package/components/editable-heading/editable-heading.js +2 -2
- package/components/error-bubble/error-bubble.js +2 -2
- package/components/error-message/error-message.js +1 -1
- package/components/footer/footer.js +1 -1
- package/components/global/create-stateful-context.js +1 -1
- package/components/global/data-tests.js +1 -1
- package/components/global/dom.js +1 -1
- package/components/global/focus-sensor-hoc.js +1 -1
- package/components/global/inject-styles.js +1 -1
- package/components/global/listeners.js +1 -1
- package/components/global/react-dom-renderer.js +1 -1
- package/components/global/rerender-hoc.js +1 -1
- package/components/grid/col.js +1 -1
- package/components/grid/grid.js +1 -1
- package/components/grid/row.js +1 -1
- package/components/group/group.js +2 -2
- package/components/header/header.js +3 -3
- package/components/header/logo.js +1 -1
- package/components/header/profile.js +3 -3
- package/components/header/services.js +1 -1
- package/components/header/smart-profile.js +3 -3
- package/components/header/smart-services.js +1 -1
- package/components/header/tray-icon.js +1 -1
- package/components/header/tray.js +1 -1
- package/components/heading/heading.js +1 -1
- package/components/http/http.js +1 -1
- package/components/http/http.mock.js +1 -1
- package/components/hub-source/hub-source.js +1 -1
- package/components/hub-source/hub-source__user.js +1 -1
- package/components/hub-source/hub-source__users-groups.js +1 -1
- package/components/i18n/i18n.js +1 -1
- package/components/icon/icon.js +1 -1
- package/components/island/adaptive-island-hoc.js +1 -1
- package/components/island/content.js +1 -1
- package/components/island/header.js +1 -1
- package/components/island/island.js +1 -1
- package/components/island-legacy/content-legacy.js +1 -1
- package/components/island-legacy/header-legacy.js +1 -1
- package/components/island-legacy/island-legacy.js +1 -1
- package/components/link/clickableLink.js +1 -1
- package/components/link/link.d.ts +2 -2
- package/components/link/link.js +2 -2
- package/components/list/list.js +3 -3
- package/components/list/list__custom.js +1 -1
- package/components/list/list__hint.js +1 -1
- package/components/list/list__item.js +4 -4
- package/components/list/list__link.js +1 -1
- package/components/list/list__separator.js +1 -1
- package/components/list/list__title.js +1 -1
- package/components/list/list__users-groups-source.js +3 -3
- package/components/loader/loader.js +1 -1
- package/components/loader/loader__core.js +2 -2
- package/components/loader-inline/loader-inline.js +2 -2
- package/components/loader-screen/loader-screen.js +1 -1
- package/components/login-dialog/login-dialog.js +2 -2
- package/components/login-dialog/service.js +1 -1
- package/components/markdown/markdown.js +2 -2
- package/components/message/message.js +2 -2
- package/components/old-browsers-message/white-list.js +3 -3
- package/components/pager/pager.js +4 -4
- package/components/panel/panel.js +2 -2
- package/components/permissions/permissions.js +1 -1
- package/components/permissions/permissions__cache.js +1 -1
- package/components/popup/popup.js +1 -1
- package/components/popup/popup.target.js +1 -1
- package/components/popup/position.js +1 -1
- package/components/popup-menu/popup-menu.js +3 -3
- package/components/progress-bar/progress-bar.js +2 -2
- package/components/query-assist/query-assist.js +3 -3
- package/components/query-assist/query-assist__suggestions.js +2 -2
- package/components/radio/radio.js +1 -1
- package/components/radio/radio__item.js +2 -2
- package/components/select/select.js +4 -4
- package/components/select/select__filter.js +2 -2
- package/components/select/select__popup.js +7 -7
- package/components/shortcuts/core.js +1 -1
- package/components/shortcuts/shortcuts-hoc.js +1 -1
- package/components/shortcuts/shortcuts.js +1 -1
- package/components/storage/storage__fallback.js +1 -1
- package/components/storage/storage__local.js +1 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +1 -1
- package/components/table/cell.js +1 -1
- package/components/table/disable-hover-hoc.js +1 -1
- package/components/table/header-cell.js +1 -1
- package/components/table/header.js +3 -3
- package/components/table/multitable.js +1 -1
- package/components/table/row-with-focus-sensor.js +3 -3
- package/components/table/row.js +3 -3
- package/components/table/selection-shortcuts-hoc.js +1 -1
- package/components/table/selection.js +1 -1
- package/components/table/smart-table.js +3 -3
- package/components/table/table.js +3 -3
- package/components/tabs/collapsible-more.js +3 -3
- package/components/tabs/collapsible-tab.js +1 -1
- package/components/tabs/collapsible-tabs.js +3 -3
- package/components/tabs/dumb-tabs.js +3 -3
- package/components/tabs/smart-tabs.js +3 -3
- package/components/tabs/tab.js +1 -1
- package/components/tabs/tabs.js +2 -2
- package/components/tag/tag.js +2 -2
- package/components/tags-input/tags-input.js +5 -5
- package/components/tags-list/tags-list.js +1 -1
- package/components/text/text.js +1 -1
- package/components/toggle/toggle.js +2 -2
- package/components/tooltip/tooltip.js +2 -2
- package/components/user-agreement/service.js +1 -1
- package/components/user-agreement/user-agreement.js +2 -2
- package/components/user-card/smart-user-card-tooltip.js +46 -46
- package/components/user-card/tooltip.js +1 -1
- package/package.json +6 -6
@@ -66,7 +66,7 @@ export declare function linkHOC<P extends ClickableLinkProps>(ComposedComponent:
|
|
66
66
|
inherit: PropTypes.Requireable<boolean>;
|
67
67
|
pseudo: PropTypes.Requireable<boolean>;
|
68
68
|
hover: PropTypes.Requireable<boolean>;
|
69
|
-
children: PropTypes.Requireable<
|
69
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
70
70
|
'data-test': PropTypes.Requireable<string>;
|
71
71
|
href: PropTypes.Requireable<string>;
|
72
72
|
onPlainLeftClick: PropTypes.Requireable<(...args: any[]) => any>;
|
@@ -127,7 +127,7 @@ declare const _default: {
|
|
127
127
|
inherit: PropTypes.Requireable<boolean>;
|
128
128
|
pseudo: PropTypes.Requireable<boolean>;
|
129
129
|
hover: PropTypes.Requireable<boolean>;
|
130
|
-
children: PropTypes.Requireable<
|
130
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
131
131
|
'data-test': PropTypes.Requireable<string>;
|
132
132
|
href: PropTypes.Requireable<string>;
|
133
133
|
onPlainLeftClick: PropTypes.Requireable<(...args: any[]) => any>;
|
package/components/link/link.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, h as _objectSpread2, i 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';
|
@@ -74,7 +74,7 @@ function linkHOC(ComposedComponent) {
|
|
74
74
|
inherit: PropTypes.bool,
|
75
75
|
pseudo: PropTypes.bool,
|
76
76
|
hover: PropTypes.bool,
|
77
|
-
children: PropTypes.
|
77
|
+
children: PropTypes.node,
|
78
78
|
'data-test': PropTypes.string,
|
79
79
|
href: PropTypes.string,
|
80
80
|
onPlainLeftClick: PropTypes.func,
|
package/components/list/list.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, g as _objectWithoutProperties, f as _createClass, h 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';
|
@@ -62,8 +62,8 @@ import 'core-js/modules/es.string.replace.js';
|
|
62
62
|
import '../avatar/fallback-avatar.js';
|
63
63
|
import 'core-js/modules/es.array.from.js';
|
64
64
|
import '../checkbox/checkbox.js';
|
65
|
-
import '@jetbrains/icons/checkmark-
|
66
|
-
import '@jetbrains/icons/remove-
|
65
|
+
import '@jetbrains/icons/checkmark-12px';
|
66
|
+
import '@jetbrains/icons/remove-12px';
|
67
67
|
import '../icon/icon.js';
|
68
68
|
import '../icon/icon__constants.js';
|
69
69
|
import '../_helpers/icon__svg.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, d as _assertThisInitialized, f as _createClass, g 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 { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f 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 { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, d as _assertThisInitialized, f as _createClass, g 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';
|
@@ -32,8 +32,8 @@ import 'core-js/modules/es.array.map.js';
|
|
32
32
|
import 'core-js/modules/es.array.from.js';
|
33
33
|
import 'core-js/modules/es.array.slice.js';
|
34
34
|
import 'core-js/modules/es.regexp.to-string.js';
|
35
|
-
import '@jetbrains/icons/checkmark-
|
36
|
-
import '@jetbrains/icons/remove-
|
35
|
+
import '@jetbrains/icons/checkmark-12px';
|
36
|
+
import '@jetbrains/icons/remove-12px';
|
37
37
|
import '../global/prop-types.js';
|
38
38
|
import '../global/composeRefs.js';
|
39
39
|
import 'util-deprecate';
|
@@ -44,7 +44,7 @@ import '../global/memoize.js';
|
|
44
44
|
import 'core-js/modules/es.map.js';
|
45
45
|
import 'core-js/modules/es.weak-map.js';
|
46
46
|
|
47
|
-
var modules_5b0fb3e8 = {"
|
47
|
+
var modules_5b0fb3e8 = {"footer-height":"calc(var(--ring-unit)*8)","breakpoint-small":"640px","breakpoint-middle":"960px","breakpoint-large":"1200px","extra-small-screen-media":"(max-width: 639px)","small-screen-media":"(min-width: 640px) and (max-width: 959px)","middle-screen-media":"(min-width: 960px) and (max-width: 1199px)","large-screen-media":"(min-width: 1200px)","clearfix":"clearfix_rui_8bff","font":"font_rui_8bff","font-lower":"font-lower_rui_8bff font_rui_8bff","font-smaller":"font-smaller_rui_8bff font-lower_rui_8bff font_rui_8bff","font-smaller-lower":"font-smaller-lower_rui_8bff font-smaller_rui_8bff font-lower_rui_8bff font_rui_8bff","font-larger-lower":"font-larger-lower_rui_8bff font-lower_rui_8bff font_rui_8bff","font-larger":"font-larger_rui_8bff font-larger-lower_rui_8bff font-lower_rui_8bff font_rui_8bff","thin-font":"thin-font_rui_8bff","monospace-font":"monospace-font_rui_8bff","ellipsis":"ellipsis_rui_8bff","resetButton":"resetButton_rui_8bff"};
|
48
48
|
|
49
49
|
var _excluded = ["scrolling", "className", "disabled", "checkbox", "avatar", "subavatar", "glyph", "icon", "rightGlyph", "description", "label", "title", "details", "hover", "rgItemType", "level", "tabIndex", "compact", "onClick", "onCheckboxChange", "onMouseOver", "onMouseDown", "onMouseUp", "rightNodes", "leftNodes", "showGeneratedAvatar", "username", "labelWrapper"];
|
50
50
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { h as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i 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 { a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass } 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 { a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass } 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 { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, e as _asyncToGenerator, j as _regeneratorRuntime, k as _slicedToArray, h 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';
|
@@ -62,8 +62,8 @@ import 'core-js/modules/es.string.replace.js';
|
|
62
62
|
import '../avatar/fallback-avatar.js';
|
63
63
|
import 'core-js/modules/es.array.from.js';
|
64
64
|
import '../checkbox/checkbox.js';
|
65
|
-
import '@jetbrains/icons/checkmark-
|
66
|
-
import '@jetbrains/icons/remove-
|
65
|
+
import '@jetbrains/icons/checkmark-12px';
|
66
|
+
import '@jetbrains/icons/remove-12px';
|
67
67
|
import '../icon/icon.js';
|
68
68
|
import '../icon/icon__constants.js';
|
69
69
|
import '../_helpers/icon__svg.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i 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 { _ as _defineProperty,
|
1
|
+
import { _ as _defineProperty, f 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';
|
@@ -13,7 +13,7 @@ import 'core-js/modules/es.array.iterator.js';
|
|
13
13
|
import 'core-js/modules/es.set.js';
|
14
14
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
15
15
|
|
16
|
-
var modules_00b5ad26 = {"
|
16
|
+
var modules_00b5ad26 = {"light":"light_rui_2ac4","canvas":"canvas_rui_47a4","animate":"animate_rui_47a4","rotation-keyframes":"rotation-keyframes_rui_47a4","text":"text_rui_47a4"};
|
17
17
|
|
18
18
|
var INITIAL_TICKS = 100;
|
19
19
|
var Particle = /*#__PURE__*/function () {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i 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';
|
@@ -8,7 +8,7 @@ import 'core-js/modules/es.object.to-string.js';
|
|
8
8
|
import 'core-js/modules/es.object.entries.js';
|
9
9
|
import 'core-js/modules/es.array.concat.js';
|
10
10
|
|
11
|
-
var modules_e49a3529 = {"dark":"dark_rui_eb55","
|
11
|
+
var modules_e49a3529 = {"dark":"dark_rui_eb55","light":"light_rui_2ac4","loader":"loader_rui_e6f2","spin":"spin_rui_e6f2","pulse":"pulse_rui_e6f2","children":"children_rui_e6f2"};
|
12
12
|
|
13
13
|
var _excluded = ["className", "data-test", "children"];
|
14
14
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i 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 { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f 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';
|
@@ -70,7 +70,7 @@ import 'core-js/modules/es.array.index-of.js';
|
|
70
70
|
import 'es6-error';
|
71
71
|
import '../global/url.js';
|
72
72
|
|
73
|
-
var modules_45da1992 = {"
|
73
|
+
var modules_45da1992 = {"light":"light_rui_2ac4","iFrame":"iFrame_rui_ea70","dialogContent":"dialogContent_rui_ea70","nonOpaqueLoader":"nonOpaqueLoader_rui_ea70","fallbackLinkContainer":"fallbackLinkContainer_rui_ea70"};
|
74
74
|
|
75
75
|
var HUB_AUTH_PAGE_LOGIN_STARTED = 'HUB_AUTH_PAGE_LOGIN_STARTED';
|
76
76
|
var HUB_AUTH_PAGE_LOGIN_DIMENSIONS = 'HUB_AUTH_PAGE_LOGIN_DIMENSIONS';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { h as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import React from 'react';
|
3
3
|
import { createRoot } from 'react-dom/client';
|
4
4
|
import { ControlsHeightContext, getGlobalControlsHeight } from '../global/controls-height.js';
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, f 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';
|
5
5
|
import { m as modules_901b77ec } from '../_helpers/heading.js';
|
6
6
|
import { m as modules_607b0772 } from '../_helpers/link.js';
|
7
7
|
|
8
|
-
var modules_9c709e64 = {"
|
8
|
+
var modules_9c709e64 = {"p-margin":"10px","light":"light_rui_2ac4","inline":"inline_rui_e3b3","markdown":"markdown_rui_e3b3 font_rui_8bff"};
|
9
9
|
|
10
10
|
/**
|
11
11
|
* @name Markdown
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i 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';
|
@@ -59,7 +59,7 @@ import '../global/controls-height.js';
|
|
59
59
|
import '../_helpers/button__classes.js';
|
60
60
|
import '../i18n/i18n.js';
|
61
61
|
|
62
|
-
var modules_8b837449 = {"
|
62
|
+
var modules_8b837449 = {"light":"light_rui_2ac4","container":"container_rui_f3db","message":"message_rui_f3db","icon":"icon_rui_f3db","title":"title_rui_f3db font-lower_rui_8bff font_rui_8bff","description":"description_rui_f3db","button":"button_rui_f3db","tail":"tail_rui_f3db"};
|
63
63
|
|
64
64
|
/**
|
65
65
|
* @name Message
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { k as _slicedToArray, h as _objectSpread2 } 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';
|
@@ -11,11 +11,11 @@ var MAJOR_VERSION_INDEX = 0;
|
|
11
11
|
/**
|
12
12
|
* SUPPORTED_BROWSERS are defined by Babel plugin, see babel config
|
13
13
|
*/
|
14
|
-
if (!["and_chr
|
14
|
+
if (!["and_chr 121", "chrome 121", "chrome 120", "chrome 119", "chrome 109", "edge 120", "firefox 121", "ios_saf 17.2", "ios_saf 17.1", "ios_saf 16.6-16.7", "op_mob 73", "samsung 23"]) {
|
15
15
|
// eslint-disable-next-line no-console
|
16
16
|
console.warn('Ring UI: no SUPPORTED_BROWSERS passed. Please check babel config.');
|
17
17
|
}
|
18
|
-
var SUPPORTED = ["and_chr
|
18
|
+
var SUPPORTED = ["and_chr 121", "chrome 121", "chrome 120", "chrome 119", "chrome 109", "edge 120", "firefox 121", "ios_saf 17.2", "ios_saf 17.1", "ios_saf 16.6-16.7", "op_mob 73", "samsung 23"] || [];
|
19
19
|
var WHITE_LISTED_BROWSERS = ['chrome', 'firefox', 'safari', 'edge'];
|
20
20
|
var WHITE_LIST = SUPPORTED.reduce(function (acc, item) {
|
21
21
|
var _item$match;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i 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';
|
@@ -88,8 +88,8 @@ import '../_helpers/list.js';
|
|
88
88
|
import '../_helpers/link.js';
|
89
89
|
import '../list/list__item.js';
|
90
90
|
import '../checkbox/checkbox.js';
|
91
|
-
import '@jetbrains/icons/checkmark-
|
92
|
-
import '@jetbrains/icons/remove-
|
91
|
+
import '@jetbrains/icons/checkmark-12px';
|
92
|
+
import '@jetbrains/icons/remove-12px';
|
93
93
|
import '../global/prop-types.js';
|
94
94
|
import '../global/composeRefs.js';
|
95
95
|
import '../list/list__custom.js';
|
@@ -113,7 +113,7 @@ import '../text/text.js';
|
|
113
113
|
import '../_helpers/select__filter.js';
|
114
114
|
import '../i18n/i18n.js';
|
115
115
|
|
116
|
-
var modules_1a5f0d42 = {"
|
116
|
+
var modules_1a5f0d42 = {"light":"light_rui_2ac4","pager":"pager_rui_2db7","links":"links_rui_2db7","link":"link_rui_2db7","linkDisabled":"linkDisabled_rui_2db7"};
|
117
117
|
|
118
118
|
var Pager = /*#__PURE__*/function (_PureComponent) {
|
119
119
|
_inherits(Pager, _PureComponent);
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i 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';
|
5
5
|
|
6
|
-
var modules_cf670408 = {"
|
6
|
+
var modules_cf670408 = {"light":"light_rui_2ac4","panel":"panel_rui_1067 panel_rui_381e"};
|
7
7
|
|
8
8
|
var _excluded = ["className", "children"];
|
9
9
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty,
|
1
|
+
import { _ as _defineProperty, f 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 { _ as _defineProperty,
|
1
|
+
import { _ as _defineProperty, f 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 { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, h as _objectSpread2, k as _slicedToArray, f 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 {
|
1
|
+
import { g as _objectWithoutProperties, i 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 {
|
1
|
+
import { h 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.sort.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { g as _objectWithoutProperties, _ as _defineProperty, h as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends } 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';
|
@@ -65,8 +65,8 @@ import '../global/url.js';
|
|
65
65
|
import '../avatar/fallback-avatar.js';
|
66
66
|
import 'core-js/modules/es.array.from.js';
|
67
67
|
import '../checkbox/checkbox.js';
|
68
|
-
import '@jetbrains/icons/checkmark-
|
69
|
-
import '@jetbrains/icons/remove-
|
68
|
+
import '@jetbrains/icons/checkmark-12px';
|
69
|
+
import '@jetbrains/icons/remove-12px';
|
70
70
|
import '../icon/icon.js';
|
71
71
|
import '../icon/icon__constants.js';
|
72
72
|
import '../_helpers/icon__svg.js';
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i 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';
|
5
5
|
import classNames from 'classnames';
|
6
6
|
|
7
|
-
var modules_fb7af416 = {"dark":"dark_rui_eb55","
|
7
|
+
var modules_fb7af416 = {"dark":"dark_rui_eb55","light":"light_rui_2ac4","progressBar":"progressBar_rui_5875","globalMode":"globalMode_rui_5875","line":"line_rui_5875","progress-bar":"progress-bar_rui_5875","staticLineColor":"staticLineColor_rui_5875"};
|
8
8
|
|
9
9
|
var _excluded = ["className", "global", "max", "value", "label", "staticColor"];
|
10
10
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, l as _toConsumableArray, n as _get, o as _getPrototypeOf, g as _objectWithoutProperties, f 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.array.find.js';
|
@@ -78,8 +78,8 @@ import 'core-js/modules/es.string.match.js';
|
|
78
78
|
import '../avatar/fallback-avatar.js';
|
79
79
|
import 'core-js/modules/es.array.slice.js';
|
80
80
|
import '../checkbox/checkbox.js';
|
81
|
-
import '@jetbrains/icons/checkmark-
|
82
|
-
import '@jetbrains/icons/remove-
|
81
|
+
import '@jetbrains/icons/checkmark-12px';
|
82
|
+
import '@jetbrains/icons/remove-12px';
|
83
83
|
import '../global/prop-types.js';
|
84
84
|
import '../global/composeRefs.js';
|
85
85
|
import '../list/list__custom.js';
|
@@ -59,8 +59,8 @@ import 'core-js/modules/es.string.replace.js';
|
|
59
59
|
import '../avatar/fallback-avatar.js';
|
60
60
|
import 'core-js/modules/es.array.from.js';
|
61
61
|
import '../checkbox/checkbox.js';
|
62
|
-
import '@jetbrains/icons/checkmark-
|
63
|
-
import '@jetbrains/icons/remove-
|
62
|
+
import '@jetbrains/icons/checkmark-12px';
|
63
|
+
import '@jetbrains/icons/remove-12px';
|
64
64
|
import '../icon/icon.js';
|
65
65
|
import '../icon/icon__constants.js';
|
66
66
|
import '../_helpers/icon__svg.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, h 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 { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i 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';
|
@@ -7,7 +7,7 @@ import getUID from '../global/get-uid.js';
|
|
7
7
|
import 'core-js/modules/es.object.to-string.js';
|
8
8
|
import 'core-js/modules/es.regexp.to-string.js';
|
9
9
|
|
10
|
-
var modules_df92307a = {"
|
10
|
+
var modules_df92307a = {"light":"light_rui_2ac4","radio":"radio_rui_370b","circle":"circle_rui_370b","input":"input_rui_370b","focus":"focus_rui_370b","label":"label_rui_370b"};
|
11
11
|
|
12
12
|
var _excluded = ["className", "children"],
|
13
13
|
_excluded2 = ["value", "onChange"];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, h as _objectSpread2, g as _objectWithoutProperties, p as _toPropertyKey, f as _createClass, i 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';
|
@@ -89,8 +89,8 @@ import '../_helpers/link.js';
|
|
89
89
|
import '../_helpers/list.js';
|
90
90
|
import '../list/list__item.js';
|
91
91
|
import '../checkbox/checkbox.js';
|
92
|
-
import '@jetbrains/icons/checkmark-
|
93
|
-
import '@jetbrains/icons/remove-
|
92
|
+
import '@jetbrains/icons/checkmark-12px';
|
93
|
+
import '@jetbrains/icons/remove-12px';
|
94
94
|
import '../list/list__custom.js';
|
95
95
|
import '../global/get-event-key.js';
|
96
96
|
import '../list/list__title.js';
|
@@ -107,7 +107,7 @@ import '../caret/caret.js';
|
|
107
107
|
import '../text/text.js';
|
108
108
|
import '../_helpers/select__filter.js';
|
109
109
|
|
110
|
-
var modules_9d0de074 = {"
|
110
|
+
var modules_9d0de074 = {"button-shadow":"i__const_button_shadow_0","select":"select_rui_11de","value":"value_rui_11de ellipsis_rui_8bff font_rui_8bff","icons":"icons_rui_11de","light":"light_rui_2ac4","toolbar":"toolbar_rui_11de","button":"button_rui_11de","buttonSpaced":"buttonSpaced_rui_11de","inputMode":"inputMode_rui_11de","selectedIcon":"selectedIcon_rui_11de resetButton_rui_8bff","clearIcon":"clearIcon_rui_11de","sizeS":"sizeS_rui_11de","sizeM":"sizeM_rui_11de","sizeL":"sizeL_rui_11de","sizeFULL":"sizeFULL_rui_11de","sizeAUTO":"sizeAUTO_rui_11de","buttonMode":"buttonMode_rui_11de","open":"open_rui_11de","buttonContainer":"buttonContainer_rui_11de","buttonValue":"buttonValue_rui_11de ellipsis_rui_8bff","buttonValueOpen":"buttonValueOpen_rui_11de","buttonValueEmpty":"buttonValueEmpty_rui_11de","heightS":"heightS_rui_11de","label":"label_rui_11de","disabled":"disabled_rui_11de","avatar":"avatar_rui_11de","popup":"popup_rui_11de","chevron":"chevron_rui_11de","chevronIcon":"chevronIcon_rui_11de"};
|
111
111
|
|
112
112
|
/**
|
113
113
|
* @name Select
|
@@ -74,8 +74,8 @@ import '../global/url.js';
|
|
74
74
|
import '../avatar/fallback-avatar.js';
|
75
75
|
import 'core-js/modules/es.array.from.js';
|
76
76
|
import '../checkbox/checkbox.js';
|
77
|
-
import '@jetbrains/icons/checkmark-
|
78
|
-
import '@jetbrains/icons/remove-
|
77
|
+
import '@jetbrains/icons/checkmark-12px';
|
78
|
+
import '@jetbrains/icons/remove-12px';
|
79
79
|
import '../list/list__custom.js';
|
80
80
|
import '../global/get-event-key.js';
|
81
81
|
import '../list/list__title.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass } 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';
|
@@ -36,6 +36,10 @@ import '../_helpers/icon__svg.js';
|
|
36
36
|
import 'core-js/modules/es.regexp.exec.js';
|
37
37
|
import 'core-js/modules/es.string.replace.js';
|
38
38
|
import 'core-js/modules/es.string.starts-with.js';
|
39
|
+
import 'core-js/modules/es.array.iterator.js';
|
40
|
+
import 'core-js/modules/es.map.js';
|
41
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
42
|
+
import 'core-js/modules/es.weak-map.js';
|
39
43
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
40
44
|
import 'core-js/modules/es.object.entries.js';
|
41
45
|
import 'core-js/modules/es.regexp.to-string.js';
|
@@ -49,9 +53,7 @@ import 'core-js/modules/es.array.sort.js';
|
|
49
53
|
import 'core-js/modules/es.array.map.js';
|
50
54
|
import 'core-js/modules/es.object.assign.js';
|
51
55
|
import 'core-js/modules/es.string.split.js';
|
52
|
-
import 'core-js/modules/es.array.iterator.js';
|
53
56
|
import 'core-js/modules/es.set.js';
|
54
|
-
import 'core-js/modules/web.dom-collections.iterator.js';
|
55
57
|
import 'core-js/modules/es.symbol.js';
|
56
58
|
import 'core-js/modules/es.symbol.description.js';
|
57
59
|
import 'core-js/modules/es.array.find-index.js';
|
@@ -73,16 +75,14 @@ import 'core-js/modules/es.string.match.js';
|
|
73
75
|
import '../avatar/fallback-avatar.js';
|
74
76
|
import 'core-js/modules/es.array.from.js';
|
75
77
|
import '../checkbox/checkbox.js';
|
76
|
-
import '@jetbrains/icons/checkmark-
|
77
|
-
import '@jetbrains/icons/remove-
|
78
|
+
import '@jetbrains/icons/checkmark-12px';
|
79
|
+
import '@jetbrains/icons/remove-12px';
|
78
80
|
import '../list/list__custom.js';
|
79
81
|
import '../global/get-event-key.js';
|
80
82
|
import '../list/list__title.js';
|
81
83
|
import '../list/list__separator.js';
|
82
84
|
import '../list/list__hint.js';
|
83
85
|
import '../list/consts.js';
|
84
|
-
import 'core-js/modules/es.map.js';
|
85
|
-
import 'core-js/modules/es.weak-map.js';
|
86
86
|
import '../shortcuts/core.js';
|
87
87
|
import 'core-js/modules/es.array.splice.js';
|
88
88
|
import 'combokeys';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { f as _createClass, 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';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as _inherits, b as _createSuper,
|
1
|
+
import { a as _inherits, b as _createSuper, f as _createClass, _ as _defineProperty, c as _classCallCheck, d as _assertThisInitialized, g 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';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.map.js';
|
3
3
|
import { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty,
|
1
|
+
import { _ as _defineProperty, f as _createClass, c as _classCallCheck, e as _asyncToGenerator, j 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.reflect.delete-property.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { f as _createClass, c as _classCallCheck, _ as _defineProperty, e as _asyncToGenerator, j 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.iterator.js';
|