@jetbrains/ring-ui 4.2.7 → 4.2.10
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/components/auth/auth__core.js +5 -0
- package/components/auth/token-validator.js +4 -1
- package/components/pager/pager.js +14 -14
- package/dist/_helpers/_rollupPluginBabelHelpers.js +34 -0
- package/dist/_helpers/anchor.js +33 -0
- package/dist/_helpers/badge.js +3 -0
- package/dist/_helpers/button-group.js +3 -0
- package/dist/_helpers/button-set.js +3 -0
- package/dist/_helpers/button-toolbar.js +3 -0
- package/dist/_helpers/button__classes.js +39 -0
- package/dist/_helpers/card.js +75 -0
- package/dist/_helpers/checkbox.js +3 -0
- package/dist/_helpers/date-picker.js +3 -0
- package/dist/_helpers/dialog__body-scroll-preventer.js +58 -0
- package/dist/_helpers/error-message.js +3 -0
- package/dist/_helpers/footer.js +121 -0
- package/dist/_helpers/grid.js +3 -0
- package/dist/_helpers/group.js +3 -0
- package/dist/_helpers/header.js +3 -0
- package/dist/_helpers/icon.js +3 -0
- package/dist/_helpers/inject-styles.js +22 -0
- package/dist/_helpers/input.js +3 -0
- package/dist/_helpers/island.js +3 -0
- package/dist/_helpers/link.js +3 -0
- package/dist/_helpers/list.js +3 -0
- package/dist/_helpers/loader-screen.js +3 -0
- package/dist/_helpers/panel.js +3 -0
- package/dist/_helpers/query-assist__suggestions.js +95 -0
- package/dist/_helpers/radio.js +3 -0
- package/dist/_helpers/select__filter.js +77 -0
- package/dist/_helpers/services-link.js +40 -0
- package/dist/_helpers/sidebar.js +126 -0
- package/dist/_helpers/table.js +3 -0
- package/dist/_helpers/tabs.js +3 -0
- package/dist/_helpers/title.js +100 -0
- package/dist/alert/alert.js +262 -0
- package/dist/alert/container.js +48 -0
- package/dist/alert-service/alert-service.js +173 -0
- package/dist/analytics/analytics.js +118 -0
- package/dist/analytics/analytics__custom-plugin.js +128 -0
- package/dist/analytics/analytics__fus-plugin.js +102 -0
- package/dist/analytics/analytics__ga-plugin.js +75 -0
- package/dist/analytics/analytics__plugin-utils.js +80 -0
- package/dist/analytics-ng/analytics-ng.js +95 -0
- package/dist/auth/auth.js +96 -0
- package/dist/auth/auth__core.js +1065 -0
- package/dist/auth/background-flow.js +123 -0
- package/dist/auth/down-notification.js +117 -0
- package/dist/auth/iframe-flow.js +153 -0
- package/dist/auth/landing-entry.js +5 -0
- package/dist/auth/landing.js +90 -0
- package/dist/auth/request-builder.js +76 -0
- package/dist/auth/response-parser.js +118 -0
- package/dist/auth/storage.js +283 -0
- package/dist/auth/token-validator.js +180 -0
- package/dist/auth/window-flow.js +134 -0
- package/dist/auth-dialog/auth-dialog.js +180 -0
- package/dist/auth-dialog-service/auth-dialog-service.js +71 -0
- package/dist/auth-ng/auth-ng.js +206 -0
- package/dist/auth-ng/auth-ng.mock.js +33 -0
- package/dist/autofocus-ng/autofocus-ng.js +51 -0
- package/dist/avatar/avatar-example-datauri.js +4 -0
- package/dist/avatar/avatar.js +163 -0
- package/dist/avatar/fallback-avatar.js +142 -0
- package/dist/avatar-editor-ng/avatar-editor-ng.js +167 -0
- package/dist/avatar-editor-ng/avatar-editor-ng__template.js +3 -0
- package/dist/avatar-ng/avatar-ng.js +21 -0
- package/dist/badge/badge.js +51 -0
- package/dist/badge-ng/badge-ng.js +18 -0
- package/dist/breadcrumb-ng/breadcrumb-ng.js +37 -0
- package/dist/button/button.js +125 -0
- package/dist/button/button__classes.js +5 -0
- package/dist/button-group/button-group.js +30 -0
- package/dist/button-group/caption.js +24 -0
- package/dist/button-group-ng/button-group-ng.js +39 -0
- package/dist/button-ng/button-ng.js +217 -0
- package/dist/button-set/button-set.js +26 -0
- package/dist/button-set-ng/button-set-ng.js +19 -0
- package/dist/button-toolbar/button-toolbar.js +29 -0
- package/dist/button-toolbar-ng/button-toolbar-ng.js +24 -0
- package/dist/caret/caret.js +266 -0
- package/dist/checkbox/checkbox.js +110 -0
- package/dist/checkbox-ng/checkbox-ng.js +38 -0
- package/dist/code/code.js +137 -0
- package/dist/compiler-ng/compiler-ng.js +53 -0
- package/dist/confirm/confirm.js +127 -0
- package/dist/confirm-ng/confirm-ng.js +69 -0
- package/dist/confirm-service/confirm-service.js +117 -0
- package/dist/content-layout/content-layout.js +66 -0
- package/dist/content-layout/sidebar.js +7 -0
- package/dist/contenteditable/contenteditable.js +78 -0
- package/dist/data-list/data-list.js +208 -0
- package/dist/data-list/data-list.mock.js +191 -0
- package/dist/data-list/item.js +229 -0
- package/dist/data-list/selection.js +102 -0
- package/dist/data-list/title.js +20 -0
- package/dist/data-list-ng/data-list-ng.js +62 -0
- package/dist/date-picker/consts.js +69 -0
- package/dist/date-picker/date-input.js +175 -0
- package/dist/date-picker/date-picker.js +367 -0
- package/dist/date-picker/date-popup.js +483 -0
- package/dist/date-picker/day.js +120 -0
- package/dist/date-picker/formats.js +3 -0
- package/dist/date-picker/month-names.js +100 -0
- package/dist/date-picker/month-slider.js +84 -0
- package/dist/date-picker/month.js +55 -0
- package/dist/date-picker/months.js +122 -0
- package/dist/date-picker/weekdays.js +32 -0
- package/dist/date-picker/years.js +110 -0
- package/dist/dialog/dialog.js +205 -0
- package/dist/dialog/dialog__body-scroll-preventer.js +3 -0
- package/dist/dialog-ng/dialog-ng.js +604 -0
- package/dist/dialog-ng/dialog-ng__template.js +3 -0
- package/dist/docked-panel-ng/docked-panel-ng.js +171 -0
- package/dist/dropdown/anchor.js +19 -0
- package/dist/dropdown/dropdown.js +236 -0
- package/dist/dropdown-menu/dropdown-menu.js +177 -0
- package/dist/error-bubble/error-bubble.js +59 -0
- package/dist/error-message/error-message.js +57 -0
- package/dist/error-message-ng/error-message-ng.js +35 -0
- package/dist/footer/footer.js +12 -0
- package/dist/footer-ng/footer-ng.js +64 -0
- package/dist/form-ng/form-ng.js +167 -0
- package/dist/global/angular-component-factory.js +84 -0
- package/dist/global/compose.js +9 -0
- package/dist/global/composeRefs.js +15 -0
- package/dist/global/conic-gradient.js +35 -0
- package/dist/global/create-stateful-context.js +55 -0
- package/dist/global/data-tests.js +24 -0
- package/dist/global/dom.js +125 -0
- package/dist/global/focus-sensor-hoc.js +146 -0
- package/dist/global/fuzzy-highlight.js +67 -0
- package/dist/global/get-event-key.js +111 -0
- package/dist/global/get-uid.js +15 -0
- package/dist/global/inject-styles.js +15 -0
- package/dist/global/linear-function.js +17 -0
- package/dist/global/listeners.js +44 -0
- package/dist/global/memoize.js +20 -0
- package/dist/global/normalize-indent.js +30 -0
- package/dist/global/promise-with-timeout.js +17 -0
- package/dist/global/radial-gradient-mask.js +38 -0
- package/dist/global/react-dom-renderer.js +46 -0
- package/dist/global/react-render-adapter.js +41 -0
- package/dist/global/rerender-hoc.js +55 -0
- package/dist/global/ring-angular-component.js +24 -0
- package/dist/global/schedule-raf.js +31 -0
- package/dist/global/sniffer.js +6 -0
- package/dist/global/supports-css.js +22 -0
- package/dist/global/theme.js +54 -0
- package/dist/global/trivial-template-tag.js +17 -0
- package/dist/global/url.js +165 -0
- package/dist/global/variables_dark.js +57 -0
- package/dist/grid/col.js +60 -0
- package/dist/grid/grid.js +33 -0
- package/dist/grid/row.js +64 -0
- package/dist/group/group.js +31 -0
- package/dist/group-ng/group-ng.js +11 -0
- package/dist/header/header.js +150 -0
- package/dist/header/logo.js +40 -0
- package/dist/header/profile.js +219 -0
- package/dist/header/services-link.js +12 -0
- package/dist/header/services.js +138 -0
- package/dist/header/smart-profile.js +233 -0
- package/dist/header/smart-services.js +163 -0
- package/dist/header/tray-icon.js +47 -0
- package/dist/header/tray.js +31 -0
- package/dist/heading/heading.js +73 -0
- package/dist/http/http.js +218 -0
- package/dist/http/http.mock.js +67 -0
- package/dist/hub-source/hub-source.js +130 -0
- package/dist/hub-source/hub-source__user.js +30 -0
- package/dist/hub-source/hub-source__users-groups.js +63 -0
- package/dist/icon/icon.js +105 -0
- package/dist/icon/icon__constants.js +33 -0
- package/dist/icon/icon__svg.js +83 -0
- package/dist/icon/index.js +12 -0
- package/dist/icon-ng/icon-ng.js +91 -0
- package/dist/input/input.js +230 -0
- package/dist/input-ng/input-ng.js +111 -0
- package/dist/island/adaptive-island-hoc.js +48 -0
- package/dist/island/content.js +160 -0
- package/dist/island/header.js +84 -0
- package/dist/island/island.js +51 -0
- package/dist/island-legacy/content-legacy.js +26 -0
- package/dist/island-legacy/header-legacy.js +28 -0
- package/dist/island-legacy/island-legacy.js +28 -0
- package/dist/island-ng/island-content-ng.js +42 -0
- package/dist/island-ng/island-header-ng.js +26 -0
- package/dist/island-ng/island-ng-class-fixer.js +11 -0
- package/dist/island-ng/island-ng.js +25 -0
- package/dist/link/clickableLink.js +64 -0
- package/dist/link/link.js +115 -0
- package/dist/link-ng/link-ng.js +22 -0
- package/dist/list/consts.js +26 -0
- package/dist/list/list.js +822 -0
- package/dist/list/list__custom.js +86 -0
- package/dist/list/list__hint.js +26 -0
- package/dist/list/list__item.js +206 -0
- package/dist/list/list__link.js +65 -0
- package/dist/list/list__separator.js +30 -0
- package/dist/list/list__title.js +39 -0
- package/dist/list/list__users-groups-source.js +130 -0
- package/dist/loader/loader.js +71 -0
- package/dist/loader/loader__core.js +273 -0
- package/dist/loader-inline/inject-styles.js +13 -0
- package/dist/loader-inline/loader-inline.js +58 -0
- package/dist/loader-inline-ng/loader-inline-ng.js +44 -0
- package/dist/loader-ng/loader-ng.js +44 -0
- package/dist/loader-screen/loader-screen.js +44 -0
- package/dist/loader-screen-ng/loader-screen-ng.js +95 -0
- package/dist/login-dialog/login-dialog.js +188 -0
- package/dist/login-dialog/service.js +72 -0
- package/dist/markdown/code.js +31 -0
- package/dist/markdown/heading.js +23 -0
- package/dist/markdown/link.js +31 -0
- package/dist/markdown/markdown.js +74 -0
- package/dist/message/message.js +235 -0
- package/dist/message-bundle-ng/message-bundle-ng.js +111 -0
- package/dist/old-browsers-message/old-browsers-message.js +101 -0
- package/dist/old-browsers-message/old-browsers-message__stop.js +5 -0
- package/dist/old-browsers-message/white-list.js +34 -0
- package/dist/pager/pager.js +365 -0
- package/dist/pager-ng/pager-ng.js +100 -0
- package/dist/panel/panel.js +31 -0
- package/dist/panel-ng/panel-ng.js +17 -0
- package/dist/permissions/permissions.js +200 -0
- package/dist/permissions/permissions__cache.js +272 -0
- package/dist/permissions-ng/permissions-ng.js +277 -0
- package/dist/place-under-ng/place-under-ng.js +158 -0
- package/dist/popup/popup.consts.js +41 -0
- package/dist/popup/popup.js +396 -0
- package/dist/popup/popup.target.js +26 -0
- package/dist/popup/position.js +280 -0
- package/dist/popup-menu/popup-menu.js +117 -0
- package/dist/progress-bar/progress-bar.js +114 -0
- package/dist/progress-bar-ng/progress-bar-ng.js +17 -0
- package/dist/promised-click-ng/promised-click-ng.js +128 -0
- package/dist/proxy-attrs/proxy-attrs.js +21 -0
- package/dist/query-assist/query-assist.js +1096 -0
- package/dist/query-assist/query-assist__suggestions.js +49 -0
- package/dist/query-assist-ng/query-assist-ng.js +86 -0
- package/dist/radio/radio.js +42 -0
- package/dist/radio/radio__item.js +78 -0
- package/dist/radio-ng/radio-ng.js +47 -0
- package/dist/save-field-ng/save-field-ng.js +337 -0
- package/dist/save-field-ng/save-field-ng__template.js +3 -0
- package/dist/select/select.js +1357 -0
- package/dist/select/select__filter.js +56 -0
- package/dist/select/select__popup.js +553 -0
- package/dist/select-ng/select-ng.js +637 -0
- package/dist/select-ng/select-ng__lazy.js +169 -0
- package/dist/select-ng/select-ng__options.js +145 -0
- package/dist/shortcuts/core.js +245 -0
- package/dist/shortcuts/shortcut-title.js +51 -0
- package/dist/shortcuts/shortcuts-hoc.js +42 -0
- package/dist/shortcuts/shortcuts.js +72 -0
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +123 -0
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng__template.js +3 -0
- package/dist/shortcuts-ng/shortcuts-ng.js +262 -0
- package/dist/sidebar-ng/sidebar-ng.js +113 -0
- package/dist/sidebar-ng/sidebar-ng__button-template.js +3 -0
- package/dist/sidebar-ng/sidebar-ng__template.js +3 -0
- package/dist/storage/storage.js +59 -0
- package/dist/storage/storage__fallback.js +215 -0
- package/dist/storage/storage__local.js +154 -0
- package/dist/style.css +1 -0
- package/dist/tab-trap/tab-trap.js +177 -0
- package/dist/table/cell.js +26 -0
- package/dist/table/disable-hover-hoc.js +54 -0
- package/dist/table/header-cell.js +92 -0
- package/dist/table/header.js +193 -0
- package/dist/table/multitable.js +141 -0
- package/dist/table/row-with-focus-sensor.js +83 -0
- package/dist/table/row.js +278 -0
- package/dist/table/selection-adapter.js +16 -0
- package/dist/table/selection-shortcuts-hoc.js +215 -0
- package/dist/table/selection.js +223 -0
- package/dist/table/smart-table.js +125 -0
- package/dist/table/table.js +409 -0
- package/dist/table-legacy-ng/table-legacy-ng.js +468 -0
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +120 -0
- package/dist/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +123 -0
- package/dist/table-legacy-ng/table-legacy-ng__selection.js +179 -0
- package/dist/table-legacy-ng/table-legacy-ng__toolbar.js +57 -0
- package/dist/table-ng/smart-table-ng.js +68 -0
- package/dist/table-ng/table-ng.js +67 -0
- package/dist/tabs/collapsible-more.js +198 -0
- package/dist/tabs/collapsible-tab.js +91 -0
- package/dist/tabs/collapsible-tabs.js +362 -0
- package/dist/tabs/custom-item.js +13 -0
- package/dist/tabs/dumb-tabs.js +164 -0
- package/dist/tabs/smart-tabs.js +106 -0
- package/dist/tabs/tab-link.js +42 -0
- package/dist/tabs/tab.js +33 -0
- package/dist/tabs/tabs.js +71 -0
- package/dist/tabs-ng/tabs-ng.js +194 -0
- package/dist/tabs-ng/tabs-ng__template.js +3 -0
- package/dist/tag/tag.js +197 -0
- package/dist/tags-input/tags-input.js +482 -0
- package/dist/tags-input-ng/tags-input-ng.js +93 -0
- package/dist/tags-list/tags-list.js +95 -0
- package/dist/template-ng/template-ng.js +71 -0
- package/dist/text/text.js +36 -0
- package/dist/theme-ng/theme-ng.js +45 -0
- package/dist/title-ng/title-ng.js +114 -0
- package/dist/toggle/toggle.js +78 -0
- package/dist/toggle-ng/toggle-ng.js +18 -0
- package/dist/tooltip/tooltip.js +209 -0
- package/dist/tooltip-ng/tooltip-ng.js +104 -0
- package/dist/user-agreement/service.js +412 -0
- package/dist/user-agreement/toolbox.eula.js +3 -0
- package/dist/user-agreement/user-agreement.js +169 -0
- package/dist/user-card/card.js +19 -0
- package/dist/user-card/smart-user-card-tooltip.js +114 -0
- package/dist/user-card/tooltip.js +95 -0
- package/dist/user-card/user-card.js +51 -0
- package/dist/user-card-ng/user-card-ng.js +62 -0
- package/package.json +2 -2
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
3
|
+
import 'core-js/modules/es.string.replace.js';
|
|
4
|
+
import React, { Component } from 'react';
|
|
5
|
+
import PropTypes from 'prop-types';
|
|
6
|
+
import classNames from 'classnames';
|
|
7
|
+
import '../island/island.js';
|
|
8
|
+
import Dialog from '../dialog/dialog.js';
|
|
9
|
+
import Button from '../button/button.js';
|
|
10
|
+
import { H2 } from '../heading/heading.js';
|
|
11
|
+
import ContentWrapper from '../island/content.js';
|
|
12
|
+
import '../global/data-tests.js';
|
|
13
|
+
import '../island/adaptive-island-hoc.js';
|
|
14
|
+
import '../global/linear-function.js';
|
|
15
|
+
import '../_helpers/island.js';
|
|
16
|
+
import '../island/header.js';
|
|
17
|
+
import 'react-dom';
|
|
18
|
+
import '@jetbrains/icons/close';
|
|
19
|
+
import '../global/get-uid.js';
|
|
20
|
+
import '../shortcuts/shortcuts.js';
|
|
21
|
+
import '../shortcuts/core.js';
|
|
22
|
+
import 'combokeys';
|
|
23
|
+
import '../global/sniffer.js';
|
|
24
|
+
import 'sniffr';
|
|
25
|
+
import '../tab-trap/tab-trap.js';
|
|
26
|
+
import '../global/dom.js';
|
|
27
|
+
import '../popup/popup.target.js';
|
|
28
|
+
import '../_helpers/dialog__body-scroll-preventer.js';
|
|
29
|
+
import 'scrollbar-width';
|
|
30
|
+
import 'focus-visible';
|
|
31
|
+
import '@jetbrains/icons/chevron-10px';
|
|
32
|
+
import '../icon/icon.js';
|
|
33
|
+
import 'util-deprecate';
|
|
34
|
+
import '../icon/icon__constants.js';
|
|
35
|
+
import '../_helpers/icon.js';
|
|
36
|
+
import '../icon/icon__svg.js';
|
|
37
|
+
import '../global/memoize.js';
|
|
38
|
+
import '../global/theme.js';
|
|
39
|
+
import '../link/clickableLink.js';
|
|
40
|
+
import '../_helpers/button__classes.js';
|
|
41
|
+
import 'element-resize-detector';
|
|
42
|
+
import '../global/schedule-raf.js';
|
|
43
|
+
|
|
44
|
+
var modules_ae521deb = {"unit":"8px","dialog":"dialog_rui_159b","content":"content_rui_159b font_rui_8bff","button":"button_rui_159b","firstButton":"firstButton_rui_159b button_rui_159b","title":"title_rui_159b","logo":"logo_rui_159b","error":"error_rui_159b"};
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @name Auth Dialog
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
class AuthDialog extends Component {
|
|
51
|
+
constructor() {
|
|
52
|
+
super(...arguments);
|
|
53
|
+
|
|
54
|
+
_defineProperty(this, "state", {
|
|
55
|
+
retrying: false
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
_defineProperty(this, "onEscPress", () => {
|
|
59
|
+
if (this.props.cancelOnEsc) {
|
|
60
|
+
this.props.onCancel();
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
_defineProperty(this, "onRetryPress", async () => {
|
|
65
|
+
if (!this.props.onTryAgain || this.state.retrying) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
this.setState({
|
|
70
|
+
retrying: true
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
try {
|
|
74
|
+
await this.props.onTryAgain();
|
|
75
|
+
} catch (e) {// do nothing, error is handled in onTryAgain
|
|
76
|
+
} finally {
|
|
77
|
+
this.setState({
|
|
78
|
+
retrying: false
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
componentDidMount() {
|
|
85
|
+
window.addEventListener('online', this.onRetryPress);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
componentWillUnmount() {
|
|
89
|
+
window.removeEventListener('online', this.onRetryPress);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
render() {
|
|
93
|
+
const {
|
|
94
|
+
show,
|
|
95
|
+
className,
|
|
96
|
+
errorMessage,
|
|
97
|
+
serviceImage,
|
|
98
|
+
serviceName,
|
|
99
|
+
loginCaption,
|
|
100
|
+
loginToCaption,
|
|
101
|
+
confirmLabel,
|
|
102
|
+
cancelLabel,
|
|
103
|
+
tryAgainLabel,
|
|
104
|
+
onConfirm,
|
|
105
|
+
onCancel,
|
|
106
|
+
onTryAgain
|
|
107
|
+
} = this.props;
|
|
108
|
+
const {
|
|
109
|
+
retrying
|
|
110
|
+
} = this.state;
|
|
111
|
+
const defaultTitle = serviceName ? loginToCaption : loginCaption;
|
|
112
|
+
const title = (this.props.title || defaultTitle).replace('%serviceName%', serviceName);
|
|
113
|
+
return /*#__PURE__*/React.createElement(Dialog, {
|
|
114
|
+
label: title,
|
|
115
|
+
"data-test": "ring-auth-dialog",
|
|
116
|
+
className: className,
|
|
117
|
+
contentClassName: classNames(className, modules_ae521deb.dialog),
|
|
118
|
+
onEscPress: this.onEscPress,
|
|
119
|
+
show: show,
|
|
120
|
+
trapFocus: true
|
|
121
|
+
}, /*#__PURE__*/React.createElement(ContentWrapper, null, /*#__PURE__*/React.createElement("div", {
|
|
122
|
+
className: modules_ae521deb.content
|
|
123
|
+
}, serviceImage && /*#__PURE__*/React.createElement("img", {
|
|
124
|
+
alt: "".concat(serviceName, " logo"),
|
|
125
|
+
className: modules_ae521deb.logo,
|
|
126
|
+
src: serviceImage
|
|
127
|
+
}), /*#__PURE__*/React.createElement(H2, {
|
|
128
|
+
className: modules_ae521deb.title
|
|
129
|
+
}, title), errorMessage && /*#__PURE__*/React.createElement("div", {
|
|
130
|
+
className: modules_ae521deb.error
|
|
131
|
+
}, errorMessage), /*#__PURE__*/React.createElement(Button, {
|
|
132
|
+
primary: true,
|
|
133
|
+
className: modules_ae521deb.firstButton,
|
|
134
|
+
"data-test": "auth-dialog-confirm-button",
|
|
135
|
+
onClick: onConfirm
|
|
136
|
+
}, confirmLabel), onTryAgain && /*#__PURE__*/React.createElement(Button, {
|
|
137
|
+
className: modules_ae521deb.button,
|
|
138
|
+
"data-test": "auth-dialog-retry-button",
|
|
139
|
+
onClick: () => this.onRetryPress(),
|
|
140
|
+
loader: retrying,
|
|
141
|
+
disabled: retrying
|
|
142
|
+
}, tryAgainLabel), /*#__PURE__*/React.createElement(Button, {
|
|
143
|
+
className: modules_ae521deb.button,
|
|
144
|
+
"data-test": "auth-dialog-cancel-button",
|
|
145
|
+
onClick: onCancel
|
|
146
|
+
}, cancelLabel))));
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
_defineProperty(AuthDialog, "propTypes", {
|
|
152
|
+
className: PropTypes.string,
|
|
153
|
+
title: PropTypes.string,
|
|
154
|
+
errorMessage: PropTypes.string,
|
|
155
|
+
serviceImage: PropTypes.string,
|
|
156
|
+
serviceName: PropTypes.string,
|
|
157
|
+
loginCaption: PropTypes.string,
|
|
158
|
+
loginToCaption: PropTypes.string,
|
|
159
|
+
show: PropTypes.bool,
|
|
160
|
+
cancelOnEsc: PropTypes.bool,
|
|
161
|
+
confirmLabel: PropTypes.string,
|
|
162
|
+
cancelLabel: PropTypes.string,
|
|
163
|
+
tryAgainLabel: PropTypes.string,
|
|
164
|
+
onConfirm: PropTypes.func,
|
|
165
|
+
onCancel: PropTypes.func,
|
|
166
|
+
onTryAgain: PropTypes.func
|
|
167
|
+
});
|
|
168
|
+
|
|
169
|
+
_defineProperty(AuthDialog, "defaultProps", {
|
|
170
|
+
loginCaption: 'Log in',
|
|
171
|
+
loginToCaption: 'Log in to %serviceName%',
|
|
172
|
+
show: false,
|
|
173
|
+
cancelOnEsc: true,
|
|
174
|
+
confirmLabel: 'Log in',
|
|
175
|
+
cancelLabel: 'Remain a guest',
|
|
176
|
+
onConfirm: () => {},
|
|
177
|
+
onCancel: () => {}
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
export { AuthDialog as default };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { render } from '../global/react-render-adapter.js';
|
|
3
|
+
import AuthDialog from '../auth-dialog/auth-dialog.js';
|
|
4
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
5
|
+
import 'react-dom';
|
|
6
|
+
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
7
|
+
import 'core-js/modules/es.string.replace.js';
|
|
8
|
+
import 'prop-types';
|
|
9
|
+
import 'classnames';
|
|
10
|
+
import '../island/island.js';
|
|
11
|
+
import '../global/data-tests.js';
|
|
12
|
+
import '../island/adaptive-island-hoc.js';
|
|
13
|
+
import '../global/linear-function.js';
|
|
14
|
+
import '../_helpers/island.js';
|
|
15
|
+
import '../island/header.js';
|
|
16
|
+
import '../island/content.js';
|
|
17
|
+
import 'element-resize-detector';
|
|
18
|
+
import '../global/schedule-raf.js';
|
|
19
|
+
import '../dialog/dialog.js';
|
|
20
|
+
import '@jetbrains/icons/close';
|
|
21
|
+
import '../global/get-uid.js';
|
|
22
|
+
import '../shortcuts/shortcuts.js';
|
|
23
|
+
import '../shortcuts/core.js';
|
|
24
|
+
import 'combokeys';
|
|
25
|
+
import '../global/sniffer.js';
|
|
26
|
+
import 'sniffr';
|
|
27
|
+
import '../tab-trap/tab-trap.js';
|
|
28
|
+
import '../global/dom.js';
|
|
29
|
+
import '../button/button.js';
|
|
30
|
+
import 'focus-visible';
|
|
31
|
+
import '@jetbrains/icons/chevron-10px';
|
|
32
|
+
import '../icon/icon.js';
|
|
33
|
+
import 'util-deprecate';
|
|
34
|
+
import '../icon/icon__constants.js';
|
|
35
|
+
import '../_helpers/icon.js';
|
|
36
|
+
import '../icon/icon__svg.js';
|
|
37
|
+
import '../global/memoize.js';
|
|
38
|
+
import '../global/theme.js';
|
|
39
|
+
import '../link/clickableLink.js';
|
|
40
|
+
import '../_helpers/button__classes.js';
|
|
41
|
+
import '../popup/popup.target.js';
|
|
42
|
+
import '../_helpers/dialog__body-scroll-preventer.js';
|
|
43
|
+
import 'scrollbar-width';
|
|
44
|
+
import '../heading/heading.js';
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @name Auth Dialog Service
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
const containerElement = document.createElement('div');
|
|
51
|
+
/**
|
|
52
|
+
* Renders AuthDialog into virtual node to skip maintaining container
|
|
53
|
+
*/
|
|
54
|
+
|
|
55
|
+
function renderAuthDialog(props) {
|
|
56
|
+
render( /*#__PURE__*/React.createElement(AuthDialog, props), containerElement);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function showAuthDialog() {
|
|
60
|
+
let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
61
|
+
renderAuthDialog({ ...props,
|
|
62
|
+
show: true
|
|
63
|
+
});
|
|
64
|
+
return () => {
|
|
65
|
+
renderAuthDialog({
|
|
66
|
+
show: false
|
|
67
|
+
});
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export { showAuthDialog as default };
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import 'core-js/modules/es.string.replace.js';
|
|
2
|
+
import angular from 'angular';
|
|
3
|
+
import '../auth/auth.js';
|
|
4
|
+
import Auth from '../auth/auth__core.js';
|
|
5
|
+
import '../auth/window-flow.js';
|
|
6
|
+
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
7
|
+
import '../auth/response-parser.js';
|
|
8
|
+
import 'es6-error';
|
|
9
|
+
import '../global/url.js';
|
|
10
|
+
import '../auth/down-notification.js';
|
|
11
|
+
import 'react';
|
|
12
|
+
import 'prop-types';
|
|
13
|
+
import '../alert-service/alert-service.js';
|
|
14
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
15
|
+
import '../global/react-render-adapter.js';
|
|
16
|
+
import 'react-dom';
|
|
17
|
+
import '../global/get-uid.js';
|
|
18
|
+
import '../alert/alert.js';
|
|
19
|
+
import 'classnames';
|
|
20
|
+
import '@jetbrains/icons/exception';
|
|
21
|
+
import '@jetbrains/icons/checkmark';
|
|
22
|
+
import '@jetbrains/icons/warning';
|
|
23
|
+
import '@jetbrains/icons/close';
|
|
24
|
+
import '../icon/icon.js';
|
|
25
|
+
import 'util-deprecate';
|
|
26
|
+
import '../icon/icon__constants.js';
|
|
27
|
+
import '../_helpers/icon.js';
|
|
28
|
+
import '../icon/icon__svg.js';
|
|
29
|
+
import '../global/memoize.js';
|
|
30
|
+
import '../loader-inline/loader-inline.js';
|
|
31
|
+
import '../global/theme.js';
|
|
32
|
+
import '../global/data-tests.js';
|
|
33
|
+
import '../_helpers/inject-styles.js';
|
|
34
|
+
import '../global/conic-gradient.js';
|
|
35
|
+
import 'conic-gradient';
|
|
36
|
+
import '../global/supports-css.js';
|
|
37
|
+
import '../global/inject-styles.js';
|
|
38
|
+
import '../global/radial-gradient-mask.js';
|
|
39
|
+
import '../global/dom.js';
|
|
40
|
+
import '../alert/container.js';
|
|
41
|
+
import '../link/link.js';
|
|
42
|
+
import 'focus-visible';
|
|
43
|
+
import '../link/clickableLink.js';
|
|
44
|
+
import '../_helpers/link.js';
|
|
45
|
+
import '../group/group.js';
|
|
46
|
+
import '../_helpers/group.js';
|
|
47
|
+
import '../global/listeners.js';
|
|
48
|
+
import '../http/http.js';
|
|
49
|
+
import '../global/promise-with-timeout.js';
|
|
50
|
+
import '../auth/storage.js';
|
|
51
|
+
import '../storage/storage.js';
|
|
52
|
+
import '../storage/storage__local.js';
|
|
53
|
+
import '../storage/storage__fallback.js';
|
|
54
|
+
import 'deep-equal';
|
|
55
|
+
import '../auth/request-builder.js';
|
|
56
|
+
import 'simply-uuid';
|
|
57
|
+
import '../auth/background-flow.js';
|
|
58
|
+
import '../auth/token-validator.js';
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @name Auth Ng
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
const angularModule = angular.module('Ring.auth', []);
|
|
65
|
+
angularModule.provider('auth', ["$httpProvider", function provider($httpProvider) {
|
|
66
|
+
/**
|
|
67
|
+
* @type Auth
|
|
68
|
+
*/
|
|
69
|
+
let auth;
|
|
70
|
+
/**
|
|
71
|
+
* @type {{cleanHash: boolean}} config
|
|
72
|
+
*/
|
|
73
|
+
|
|
74
|
+
const defaultConfig = {
|
|
75
|
+
cleanHash: false //prevents infinite redirect on angular>1.2.26
|
|
76
|
+
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
this.init = authInstance => {
|
|
80
|
+
auth = authInstance;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* @param {{
|
|
84
|
+
* serverUri: string,
|
|
85
|
+
* redirectUri: string?,
|
|
86
|
+
* clientId: string?,
|
|
87
|
+
* scope: string[]?,
|
|
88
|
+
* cleanHash: boolean?
|
|
89
|
+
* }} config
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
this.config = config => {
|
|
94
|
+
const configCopy = angular.extend({}, defaultConfig, config);
|
|
95
|
+
auth = new Auth(configCopy);
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
$httpProvider.interceptors.push(['$q', '$injector', 'auth', ($q, $injector, authInstance) => {
|
|
99
|
+
function urlEndsWith(config, suffix) {
|
|
100
|
+
return config && config.url && config.url.indexOf(suffix) === config.url.length - suffix.length;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
return {
|
|
104
|
+
request(config) {
|
|
105
|
+
if (!authInstance || urlEndsWith(config, '.html') || config && config.noAuthorization) {
|
|
106
|
+
// Don't intercept angular template requests
|
|
107
|
+
return config;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
return authInstance.promise.then(() => authInstance.auth.requestToken()).then(accessToken => {
|
|
111
|
+
if (accessToken) {
|
|
112
|
+
config.headers.Authorization = "Bearer ".concat(accessToken);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
return config;
|
|
116
|
+
});
|
|
117
|
+
},
|
|
118
|
+
|
|
119
|
+
responseError(rejection) {
|
|
120
|
+
if (authInstance && !urlEndsWith(rejection.config, '.html') && rejection.data != null && Auth.shouldRefreshToken(rejection.data.error)) {
|
|
121
|
+
// Use $injector to avoid circular dependency
|
|
122
|
+
const $http = $injector.get('$http');
|
|
123
|
+
const {
|
|
124
|
+
data,
|
|
125
|
+
method,
|
|
126
|
+
params,
|
|
127
|
+
url
|
|
128
|
+
} = rejection.config;
|
|
129
|
+
return authInstance.auth.forceTokenUpdate().then(() => $http({
|
|
130
|
+
data,
|
|
131
|
+
method,
|
|
132
|
+
params,
|
|
133
|
+
url
|
|
134
|
+
}));
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
return $q.reject(rejection);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
};
|
|
141
|
+
}]);
|
|
142
|
+
this.$get = ["$injector", "$log", "$sniffer", function get($injector, $log, $sniffer) {
|
|
143
|
+
// Do not try to init anything without config
|
|
144
|
+
if (!auth) {
|
|
145
|
+
$log.warn('Auth wasn\'t initialized');
|
|
146
|
+
return null;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (auth.config.reloadOnUserChange === false) {
|
|
150
|
+
auth.addListener('userChange', () => {
|
|
151
|
+
const $route = $injector.get('$route');
|
|
152
|
+
$route.reload();
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* @type {Promise.<string>}
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
const authInitPromise = auth.init();
|
|
161
|
+
/**
|
|
162
|
+
* @param {string?} restoreLocationURL
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
function restoreLocation(restoreLocationURL) {
|
|
166
|
+
if (restoreLocationURL) {
|
|
167
|
+
const bases = document.getElementsByTagName('base');
|
|
168
|
+
let baseURI = auth.config.redirectUri;
|
|
169
|
+
|
|
170
|
+
if (bases.length > 0) {
|
|
171
|
+
baseURI = bases[0].href;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
if (restoreLocationURL.indexOf(baseURI) === 0) {
|
|
175
|
+
const $location = $injector.get('$location');
|
|
176
|
+
let relativeURI = restoreLocationURL.substr(baseURI.length); // We have to turn url with hash to simple relative url in HashbangInHtml5 mode
|
|
177
|
+
// And there is no other and documented way to detect that mode
|
|
178
|
+
// @see http://stackoverflow.com/a/16678065
|
|
179
|
+
|
|
180
|
+
if ($location.$$html5 && !$sniffer.history) {
|
|
181
|
+
// eslint-disable-line angular/no-private-call
|
|
182
|
+
relativeURI = relativeURI.replace(/^#\//, '');
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
$location.url(relativeURI).replace();
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
authInitPromise.then(restoreLocation, e => {
|
|
191
|
+
if (!e.authRedirect) {
|
|
192
|
+
$log.error(e);
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
return {
|
|
196
|
+
auth,
|
|
197
|
+
requestUser: auth.requestUser.bind(auth),
|
|
198
|
+
clientId: auth.config.clientId,
|
|
199
|
+
logout: auth.logout.bind(auth),
|
|
200
|
+
promise: authInitPromise
|
|
201
|
+
};
|
|
202
|
+
}];
|
|
203
|
+
}]);
|
|
204
|
+
var authNg = angularModule.name;
|
|
205
|
+
|
|
206
|
+
export { authNg as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TODO(maksimrv): Remove this code
|
|
3
|
+
* It is currently required because permissions do not work without auth,
|
|
4
|
+
* but we can't stub the correct auth component and should mock all providers.
|
|
5
|
+
*/
|
|
6
|
+
function AuthProviderMock() {
|
|
7
|
+
this.$get = ['$q', function get($q) {
|
|
8
|
+
const promise = $q.resolve([]);
|
|
9
|
+
return {
|
|
10
|
+
auth: {
|
|
11
|
+
addListener() {},
|
|
12
|
+
|
|
13
|
+
getAPIPath() {
|
|
14
|
+
return '/';
|
|
15
|
+
},
|
|
16
|
+
|
|
17
|
+
requestToken() {
|
|
18
|
+
return promise;
|
|
19
|
+
},
|
|
20
|
+
|
|
21
|
+
http: {
|
|
22
|
+
get() {
|
|
23
|
+
return promise;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
promise
|
|
29
|
+
};
|
|
30
|
+
}];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { AuthProviderMock as default };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import angular from 'angular';
|
|
2
|
+
import { FOCUSABLE_ELEMENTS } from '../tab-trap/tab-trap.js';
|
|
3
|
+
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
4
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import 'prop-types';
|
|
7
|
+
import '../global/dom.js';
|
|
8
|
+
|
|
9
|
+
const angularModule = angular.module('Ring.autofocus', []);
|
|
10
|
+
const RING_SELECT_SELECTOR = '[data-test=ring-select__focus]';
|
|
11
|
+
const RING_SELECT = 'rg-select';
|
|
12
|
+
angularModule.directive('rgAutofocus', function rgAutofocusDirective() {
|
|
13
|
+
/**
|
|
14
|
+
* Focuses on element itself if it has "focus" method.
|
|
15
|
+
* Searches and focuses on select's button or input if element is rg-select
|
|
16
|
+
* @param element
|
|
17
|
+
*/
|
|
18
|
+
function focusOnElement(element) {
|
|
19
|
+
if (!element) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
if (element.hasAttribute(RING_SELECT) || element.tagName.toLowerCase() === RING_SELECT) {
|
|
24
|
+
focusOnElement(element.querySelector(RING_SELECT_SELECTOR));
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (element.matches(FOCUSABLE_ELEMENTS) && element.focus) {
|
|
29
|
+
element.focus();
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
const focusableChild = element.querySelector(FOCUSABLE_ELEMENTS);
|
|
34
|
+
|
|
35
|
+
if (focusableChild && focusableChild.focus) {
|
|
36
|
+
focusableChild.focus();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return (scope, iElement, iAttrs) => {
|
|
41
|
+
const element = iElement[0];
|
|
42
|
+
scope.$watch(iAttrs.rgAutofocus, newValue => {
|
|
43
|
+
if (newValue) {
|
|
44
|
+
scope.$evalAsync(() => focusOnElement(element));
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
});
|
|
49
|
+
var autofocusNg = angularModule.name;
|
|
50
|
+
|
|
51
|
+
export { autofocusNg as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Taken from https://hub.jetbrains.com/api/rest/avatar/default?username=Jet%20Brains&dpr=2&size=56
|
|
2
|
+
const avatarDataUri = "data:image/svg+xml,".concat(encodeURIComponent("\n<svg viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n <defs>\n <linearGradient id=\"gradient\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop stop-color=\"#D50F6B\" offset=\"0\"/>\n <stop stop-color=\"#E73AE8\" offset=\"1\"/>\n </linearGradient>\n </defs>\n <g>\n <rect fill=\"url(#gradient)\"\n x=\"0\" y=\"0\" width=\"40\" height=\"40\"\n rx=\"3\" ry=\"3\"/>\n <text x=\"5\" y=\"19\"\n font-family=\"Arial, Helvetica, sans-serif\"\n font-size=\"15px\"\n letter-spacing=\"1\"\n fill=\"#FFFFFF\">\n <tspan>JB</tspan>\n <tspan x=\"6\" y=\"28\">_</tspan>\n </text>\n </g>\n</svg>\n"));
|
|
3
|
+
|
|
4
|
+
export { avatarDataUri };
|