@jetbrains/ring-ui 4.1.0-beta.8 → 4.1.3
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/CHANGELOG.md +13 -0
- package/README.md +22 -16
- package/babel.config.js +3 -2
- package/components/alert/alert.js +9 -3
- package/components/alert/container.css +1 -1
- package/components/alert-service/alert-service.examples.css +18 -0
- package/components/alert-service/alert-service.examples.js +21 -0
- package/components/alert-service/alert-service.js +10 -3
- package/components/analytics/analytics__fus-plugin.js +3 -3
- package/components/analytics/analytics__ga-plugin.js +2 -2
- package/components/auth/auth.test.js +14 -7
- package/components/auth/auth__core.js +64 -33
- package/components/auth-dialog/auth-dialog.js +1 -0
- package/components/avatar/avatar.css +4 -1
- package/components/avatar/avatar.examples.js +3 -2
- package/components/avatar/avatar.js +31 -6
- package/components/avatar/fallback-avatar.js +136 -0
- package/components/avatar-editor-ng/avatar-editor-ng.css +2 -2
- package/components/avatar-editor-ng/avatar-editor-ng.js +2 -1
- package/components/avatar-editor-ng/{avatar-editor-ng.html → avatar-editor-ng__template.js} +2 -2
- package/components/button/button.css +2 -2
- package/components/button/button.js +4 -1
- package/components/button-group/button-group.js +1 -1
- package/components/button-group/caption.js +1 -1
- package/components/button-ng/button-ng.js +1 -1
- package/components/button-set-ng/button-set-ng.js +3 -1
- package/components/checkbox/checkbox.css +1 -1
- package/components/code/code.js +2 -5
- package/components/confirm/confirm.js +1 -0
- package/components/confirm-service/confirm-service.js +5 -5
- package/components/content-layout/content-layout.css +1 -1
- package/components/data-list/data-list.css +1 -1
- package/components/date-picker/date-input.js +5 -4
- package/components/date-picker/date-picker.css +34 -22
- package/components/date-picker/date-picker.js +16 -14
- package/components/date-picker/date-popup.js +22 -7
- package/components/date-picker/month-names.js +8 -5
- package/components/date-picker/month.js +6 -2
- package/components/date-picker/weekdays.js +10 -2
- package/components/dialog/dialog.examples.js +3 -1
- package/components/dialog/dialog.js +10 -5
- package/components/dialog/dialog.test.js +1 -1
- package/components/dialog/dialog__body-scroll-preventer.js +51 -31
- package/components/dialog-ng/dialog-ng.js +10 -10
- package/components/dialog-ng/{dialog-ng.html → dialog-ng__template.js} +2 -2
- package/components/dropdown/dropdown.examples.js +36 -1
- package/components/dropdown-menu/dropdown-menu.examples.js +47 -0
- package/components/dropdown-menu/dropdown-menu.js +117 -0
- package/components/dropdown-menu/dropdown-menu.test.js +76 -0
- package/components/error-bubble/error-bubble-legacy.css +1 -1
- package/components/error-bubble/error-bubble.css +1 -1
- package/components/error-bubble/error-bubble.examples.js +1 -1
- package/components/error-page/error-page.css +2 -2
- package/components/footer-ng/footer-ng.js +13 -3
- package/components/form/form.css +2 -2
- package/components/form-ng/form-ng.js +3 -1
- package/components/global/global.css +1 -1
- package/components/global/theme.js +1 -1
- package/components/global/variables.css +8 -1
- package/components/grid/grid.css +10 -9
- package/components/header/header.css +1 -1
- package/components/header/header.examples.js +7 -8
- package/components/header/profile.js +10 -11
- package/components/http/http.js +1 -1
- package/components/icon/icon.css +5 -4
- package/components/input/input-legacy.css +7 -7
- package/components/island/header.js +2 -2
- package/components/island/island.css +8 -3
- package/components/island-legacy/island-legacy.css +3 -1
- package/components/list/list.js +6 -1
- package/components/list/list__custom.js +9 -3
- package/components/list/list__item.js +8 -2
- package/components/list/list__link.js +2 -1
- package/components/loader-inline/loader-inline.css +1 -1
- package/components/loader-screen/loader-screen.css +1 -1
- package/components/message/message.css +1 -1
- package/components/message/message.examples.js +8 -7
- package/components/pager/pager.js +5 -3
- package/components/permissions/permissions.js +1 -1
- package/components/progress-bar/progress-bar.css +1 -1
- package/components/progress-bar/progress-bar.examples.js +3 -3
- package/components/progress-bar/progress-bar.js +5 -2
- package/components/progress-bar/progress-bar.test.js +12 -13
- package/components/progress-bar-ng/progress-bar-ng.examples.js +3 -3
- package/components/query-assist/query-assist.css +13 -3
- package/components/query-assist/query-assist.examples.js +3 -4
- package/components/query-assist/query-assist.js +56 -12
- package/components/query-assist/query-assist.test.js +37 -5
- package/components/save-field-ng/save-field-ng.css +0 -3
- package/components/save-field-ng/save-field-ng.js +3 -1
- package/components/save-field-ng/{save-field-ng.html → save-field-ng__template.js} +2 -2
- package/components/select/select.css +12 -7
- package/components/select/select.examples.js +13 -0
- package/components/select/select.js +30 -43
- package/components/select/select.test.js +4 -5
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +1 -1
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.js +1 -1
- package/components/shortcuts-hint-ng/{shortcuts-hint-ng.html → shortcuts-hint-ng__template.js} +2 -2
- package/components/sidebar/sidebar.css +1 -0
- package/components/sidebar-ng/sidebar-ng.js +6 -2
- package/components/sidebar-ng/{sidebar-ng__button.html → sidebar-ng__button-template.js} +2 -2
- package/components/sidebar-ng/{sidebar-ng.html → sidebar-ng__template.js} +2 -2
- package/components/table/header.js +9 -1
- package/components/table/row.js +2 -1
- package/components/table/table.css +2 -1
- package/components/table-legacy/table-legacy.css +2 -2
- package/components/table-legacy/table-legacy__toolbar.css +2 -2
- package/components/table-legacy-ng/table-legacy-ng.js +38 -5
- package/components/table-legacy-ng/table-legacy-ng__pager.js +7 -1
- package/components/tabs/collapsible-tab.js +2 -2
- package/components/tabs/collapsible-tabs.js +5 -9
- package/components/tabs/dumb-tabs.js +1 -0
- package/components/tabs/tab-link.js +4 -2
- package/components/tabs/tabs.css +32 -5
- package/components/tabs-ng/tabs-ng.js +4 -2
- package/components/tabs-ng/{tabs-ng.html → tabs-ng__template.js} +6 -2
- package/components/tag/tag.css +5 -2
- package/components/tag/tag.examples.js +3 -0
- package/components/tag/tag.js +19 -16
- package/components/tags-input/tag-input.examples.js +1 -1
- package/components/tags-input/tags-input.js +5 -2
- package/components/template-ng/template-ng.js +1 -1
- package/components/tooltip/tooltip.js +7 -2
- package/components/user-agreement/user-agreement.css +1 -5
- package/components/user-agreement/user-agreement.examples.js +7 -6
- package/components/user-agreement/user-agreement.js +11 -3
- package/dist/_helpers/_rollupPluginBabelHelpers.js +1 -94
- package/dist/_helpers/anchor.js +5 -6
- package/dist/_helpers/badge.js +1 -1
- 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 +1 -1
- package/dist/_helpers/card.js +6 -8
- package/dist/_helpers/checkbox.js +3 -0
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/_helpers/dialog__body-scroll-preventer.js +49 -32
- package/dist/_helpers/error-message.js +3 -0
- package/dist/_helpers/footer.js +121 -0
- package/dist/_helpers/grid.js +1 -1
- package/dist/_helpers/group.js +3 -0
- package/dist/_helpers/header.js +1 -1
- package/dist/_helpers/icon.js +3 -0
- package/dist/_helpers/inject-styles.js +1 -1
- package/dist/_helpers/input.js +3 -0
- package/dist/_helpers/island.js +1 -1
- package/dist/_helpers/link.js +3 -0
- package/dist/_helpers/list.js +1 -1
- package/dist/_helpers/loader-screen.js +3 -0
- package/dist/_helpers/panel.js +3 -0
- package/dist/_helpers/query-assist__suggestions.js +1 -1
- package/dist/_helpers/radio.js +3 -0
- package/dist/_helpers/select__filter.js +6 -8
- package/dist/_helpers/services-link.js +6 -8
- package/dist/_helpers/sidebar.js +6 -8
- package/dist/_helpers/table.js +1 -1
- package/dist/_helpers/tabs.js +1 -1
- package/dist/_helpers/title.js +1 -1
- package/dist/alert/alert.js +15 -9
- package/dist/alert/container.js +7 -9
- package/dist/alert-service/alert-service.js +24 -13
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/analytics__custom-plugin.js +1 -1
- package/dist/analytics/analytics__fus-plugin.js +4 -4
- package/dist/analytics/analytics__ga-plugin.js +3 -3
- package/dist/analytics/analytics__plugin-utils.js +1 -1
- package/dist/analytics-ng/analytics-ng.js +94 -0
- package/dist/auth/auth.js +7 -4
- package/dist/auth/auth__core.js +86 -48
- package/dist/auth/background-flow.js +1 -2
- package/dist/auth/down-notification.js +6 -3
- package/dist/auth/iframe-flow.js +5 -2
- package/dist/auth/landing-entry.js +1 -1
- package/dist/auth/landing.js +5 -2
- package/dist/auth/request-builder.js +1 -1
- package/dist/auth/response-parser.js +1 -1
- package/dist/auth/storage.js +3 -2
- package/dist/auth/token-validator.js +1 -1
- package/dist/auth/window-flow.js +1 -1
- package/dist/auth-dialog/auth-dialog.js +5 -3
- package/dist/auth-dialog-service/auth-dialog-service.js +6 -5
- package/dist/auth-ng/auth-ng.js +203 -0
- package/dist/auth-ng/auth-ng.mock.js +33 -0
- package/dist/autofocus-ng/autofocus-ng.js +50 -0
- package/dist/avatar/avatar.js +36 -30
- package/dist/avatar/fallback-avatar.js +141 -0
- package/dist/avatar-editor-ng/avatar-editor-ng.js +164 -0
- package/dist/avatar-editor-ng/avatar-editor-ng__template.js +30 -0
- package/dist/avatar-ng/avatar-ng.js +18 -0
- package/dist/badge/badge.js +6 -8
- package/dist/badge-ng/badge-ng.js +16 -0
- package/dist/breadcrumb-ng/breadcrumb-ng.js +61 -0
- package/dist/button/button.js +16 -10
- package/dist/button-group/button-group.js +4 -4
- package/dist/button-group/caption.js +24 -5
- package/dist/button-group-ng/button-group-ng.js +38 -0
- package/dist/button-ng/button-ng.js +223 -0
- package/dist/button-set/button-set.js +3 -4
- package/dist/button-set-ng/button-set-ng.js +19 -0
- package/dist/button-toolbar/button-toolbar.js +3 -4
- package/dist/button-toolbar-ng/button-toolbar-ng.js +23 -0
- package/dist/caret/caret.js +1 -1
- package/dist/checkbox/checkbox.js +9 -11
- package/dist/checkbox-ng/checkbox-ng.js +55 -0
- package/dist/code/code.js +136 -0
- package/dist/compiler-ng/compiler-ng.js +53 -0
- package/dist/confirm/confirm.js +6 -3
- package/dist/confirm-ng/confirm-ng.js +66 -0
- package/dist/confirm-service/confirm-service.js +12 -10
- package/dist/content-layout/content-layout.js +6 -8
- package/dist/contenteditable/contenteditable.js +13 -16
- package/dist/data-list/data-list.js +10 -7
- package/dist/data-list/data-list.mock.js +2 -2
- package/dist/data-list/item.js +5 -3
- package/dist/data-list/selection.js +1 -1
- package/dist/data-list/title.js +3 -1
- package/dist/data-list-ng/data-list-ng.js +59 -0
- package/dist/date-picker/consts.js +1 -2
- package/dist/date-picker/date-input.js +10 -6
- package/dist/date-picker/date-picker.js +38 -29
- package/dist/date-picker/date-popup.js +51 -28
- package/dist/date-picker/day.js +2 -2
- package/dist/date-picker/formats.js +1 -1
- package/dist/date-picker/month-names.js +16 -9
- package/dist/date-picker/month-slider.js +2 -2
- package/dist/date-picker/month.js +13 -7
- package/dist/date-picker/months.js +3 -3
- package/dist/date-picker/weekdays.js +12 -4
- package/dist/date-picker/years.js +2 -2
- package/dist/dialog/dialog.js +19 -14
- package/dist/dialog/dialog__body-scroll-preventer.js +1 -1
- package/dist/dialog-ng/dialog-ng.js +601 -0
- package/dist/dialog-ng/dialog-ng__template.js +71 -0
- package/dist/docked-panel-ng/docked-panel-ng.js +170 -0
- package/dist/dropdown/anchor.js +2 -1
- package/dist/dropdown/dropdown.js +8 -10
- package/dist/dropdown-menu/dropdown-menu.js +175 -0
- package/dist/error-bubble/error-bubble.js +7 -9
- package/dist/error-message/error-message.js +4 -4
- package/dist/error-message-ng/error-message-ng.js +53 -0
- package/dist/footer/footer.js +6 -122
- package/dist/footer-ng/footer-ng.js +75 -0
- package/dist/form-ng/form-ng.js +169 -0
- package/dist/global/angular-component-factory.js +1 -2
- package/dist/global/compose.js +1 -1
- package/dist/global/composeRefs.js +1 -1
- package/dist/global/conic-gradient.js +3 -5
- package/dist/global/create-stateful-context.js +1 -1
- package/dist/global/data-tests.js +1 -1
- package/dist/global/focus-sensor-hoc.js +9 -11
- package/dist/global/fuzzy-highlight.js +1 -1
- package/dist/global/get-event-key.js +1 -1
- package/dist/global/get-uid.js +1 -1
- package/dist/global/linear-function.js +1 -2
- package/dist/global/listeners.js +1 -1
- package/dist/global/memoize.js +1 -1
- package/dist/global/normalize-indent.js +1 -1
- package/dist/global/promise-with-timeout.js +1 -1
- package/dist/global/radial-gradient-mask.js +1 -1
- package/dist/global/react-dom-renderer.js +1 -1
- package/dist/global/rerender-hoc.js +3 -5
- package/dist/global/ring-angular-component.js +1 -1
- package/dist/global/schedule-raf.js +1 -1
- package/dist/global/sniffer.js +1 -1
- package/dist/global/supports-css.js +1 -1
- package/dist/global/theme.js +6 -8
- package/dist/global/trivial-template-tag.js +1 -1
- package/dist/global/variables_dark.js +1 -1
- package/dist/grid/col.js +6 -8
- package/dist/grid/grid.js +5 -7
- package/dist/grid/row.js +6 -8
- package/dist/group/group.js +7 -10
- package/dist/group-ng/group-ng.js +11 -0
- package/dist/header/header.js +29 -26
- package/dist/header/logo.js +8 -9
- package/dist/header/profile.js +37 -32
- package/dist/header/services-link.js +1 -0
- package/dist/header/services.js +10 -9
- package/dist/header/smart-profile.js +27 -24
- package/dist/header/smart-services.js +10 -9
- package/dist/header/tray-icon.js +12 -12
- package/dist/header/tray.js +6 -8
- package/dist/heading/heading.js +9 -12
- package/dist/http/http.js +37 -37
- package/dist/http/http.mock.js +4 -4
- package/dist/hub-source/hub-source.js +1 -1
- package/dist/hub-source/hub-source__users-groups.js +1 -1
- package/dist/icon/icon.js +8 -8
- package/dist/icon/icon__svg.js +81 -6
- package/dist/icon/index.js +2 -1
- package/dist/icon-ng/icon-ng.js +89 -0
- package/dist/input/input.js +9 -12
- package/dist/input-ng/input-ng.js +166 -0
- package/dist/island/adaptive-island-hoc.js +1 -2
- package/dist/island/content.js +6 -8
- package/dist/island/header.js +7 -9
- package/dist/island/island.js +6 -9
- package/dist/island-legacy/content-legacy.js +6 -8
- package/dist/island-legacy/header-legacy.js +6 -8
- package/dist/island-legacy/island-legacy.js +6 -8
- package/dist/island-ng/island-content-ng.js +56 -0
- package/dist/island-ng/island-header-ng.js +32 -0
- package/dist/island-ng/island-ng-class-fixer.js +9 -0
- package/dist/island-ng/island-ng.js +31 -0
- package/dist/link/clickableLink.js +6 -8
- package/dist/link/link.js +7 -11
- package/dist/link-ng/link-ng.js +25 -0
- package/dist/list/list.js +25 -13
- package/dist/list/list__custom.js +13 -10
- package/dist/list/list__hint.js +1 -1
- package/dist/list/list__item.js +20 -13
- package/dist/list/list__link.js +11 -12
- package/dist/list/list__separator.js +1 -1
- package/dist/list/list__title.js +1 -1
- package/dist/list/list__users-groups-source.js +11 -7
- package/dist/loader/loader.js +6 -8
- package/dist/loader/loader__core.js +2 -2
- package/dist/loader-inline/inject-styles.js +1 -1
- package/dist/loader-inline/loader-inline.js +6 -8
- package/dist/loader-inline-ng/loader-inline-ng.js +42 -0
- package/dist/loader-ng/loader-ng.js +43 -0
- package/dist/loader-screen/loader-screen.js +7 -10
- package/dist/loader-screen-ng/loader-screen-ng.js +99 -0
- package/dist/login-dialog/login-dialog.js +5 -3
- package/dist/login-dialog/service.js +7 -5
- package/dist/markdown/code.js +30 -0
- package/dist/markdown/heading.js +23 -0
- package/dist/markdown/link.js +30 -0
- package/dist/markdown/markdown.js +73 -0
- package/dist/message/message.js +5 -4
- package/dist/message-bundle-ng/message-bundle-ng.js +111 -0
- package/dist/old-browsers-message/old-browsers-message.js +0 -1
- package/dist/old-browsers-message/old-browsers-message__stop.js +0 -1
- package/dist/old-browsers-message/white-list.js +4 -5
- package/dist/pager/pager.js +18 -9
- package/dist/pager-ng/pager-ng.js +96 -0
- package/dist/panel/panel.js +7 -10
- package/dist/panel-ng/panel-ng.js +16 -0
- package/dist/permissions/permissions.js +1 -1
- package/dist/permissions/permissions__cache.js +1 -1
- package/dist/permissions-ng/permissions-ng.js +274 -0
- package/dist/place-under-ng/place-under-ng.js +157 -0
- package/dist/popup/popup.js +8 -8
- package/dist/popup/popup.target.js +4 -5
- package/dist/popup/position.js +1 -2
- package/dist/popup-menu/popup-menu.js +21 -14
- package/dist/progress-bar/progress-bar.js +12 -10
- package/dist/progress-bar-ng/progress-bar-ng.js +15 -0
- package/dist/promised-click-ng/promised-click-ng.js +126 -0
- package/dist/proxy-attrs/proxy-attrs.js +1 -1
- package/dist/query-assist/query-assist.js +97 -28
- package/dist/query-assist/query-assist__suggestions.js +5 -1
- package/dist/query-assist-ng/query-assist-ng.js +82 -0
- package/dist/radio/radio.js +7 -5
- package/dist/radio/radio__item.js +10 -15
- package/dist/radio-ng/radio-ng.js +63 -0
- package/dist/save-field-ng/save-field-ng.js +335 -0
- package/dist/save-field-ng/save-field-ng__template.js +34 -0
- package/dist/select/select.js +50 -49
- package/dist/select/select__filter.js +6 -1
- package/dist/select/select__popup.js +8 -3
- package/dist/select-ng/select-ng.js +621 -0
- package/dist/select-ng/select-ng__lazy.js +150 -0
- package/dist/select-ng/select-ng__options.js +145 -0
- package/dist/shortcuts/core.js +2 -2
- package/dist/shortcuts/shortcuts-hoc.js +6 -8
- package/dist/shortcuts/shortcuts.js +6 -6
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +120 -0
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng__template.js +50 -0
- package/dist/shortcuts-ng/shortcuts-ng.js +261 -0
- package/dist/sidebar-ng/sidebar-ng.js +111 -0
- package/dist/sidebar-ng/sidebar-ng__button-template.js +20 -0
- package/dist/sidebar-ng/sidebar-ng__template.js +12 -0
- package/dist/storage/storage.js +3 -2
- package/dist/storage/storage__fallback.js +1 -1
- package/dist/storage/storage__local.js +3 -2
- package/dist/style.css +1 -1
- package/dist/tab-trap/tab-trap.js +7 -9
- package/dist/table/cell.js +2 -2
- package/dist/table/disable-hover-hoc.js +2 -2
- package/dist/table/header-cell.js +8 -9
- package/dist/table/header.js +10 -6
- package/dist/table/multitable.js +1 -1
- package/dist/table/row-with-focus-sensor.js +5 -3
- package/dist/table/row.js +11 -10
- package/dist/table/selection-adapter.js +1 -1
- package/dist/table/selection-shortcuts-hoc.js +8 -6
- package/dist/table/selection.js +1 -1
- package/dist/table/smart-table.js +14 -8
- package/dist/table/table.js +10 -11
- package/dist/table-legacy-ng/table-legacy-ng.js +501 -0
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +122 -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 +56 -0
- package/dist/table-ng/smart-table-ng.js +65 -0
- package/dist/table-ng/table-ng.js +64 -0
- package/dist/tabs/collapsible-more.js +9 -6
- package/dist/tabs/collapsible-tab.js +7 -7
- package/dist/tabs/collapsible-tabs.js +19 -20
- package/dist/tabs/dumb-tabs.js +12 -9
- package/dist/tabs/smart-tabs.js +11 -9
- package/dist/tabs/tab-link.js +13 -7
- package/dist/tabs/tab.js +1 -1
- package/dist/tabs/tabs.js +5 -1
- package/dist/tabs-ng/tabs-ng.js +193 -0
- package/dist/tabs-ng/tabs-ng__template.js +40 -0
- package/dist/tag/tag.js +20 -14
- package/dist/tags-input/tags-input.js +14 -10
- package/dist/tags-input-ng/tags-input-ng.js +89 -0
- package/dist/tags-list/tags-list.js +8 -9
- package/dist/template-ng/template-ng.js +70 -0
- package/dist/text/text.js +7 -9
- package/dist/theme-ng/theme-ng.js +44 -0
- package/dist/title-ng/title-ng.js +114 -0
- package/dist/toggle/toggle.js +8 -11
- package/dist/toggle-ng/toggle-ng.js +16 -0
- package/dist/tooltip/tooltip.js +14 -12
- package/dist/tooltip-ng/tooltip-ng.js +98 -0
- package/dist/user-agreement/service.js +409 -0
- package/dist/user-agreement/toolbox.eula.js +162 -0
- package/dist/user-agreement/user-agreement.js +167 -0
- package/dist/user-card/card.js +3 -0
- package/dist/user-card/smart-user-card-tooltip.js +14 -14
- package/dist/user-card/tooltip.js +9 -7
- package/dist/user-card/user-card.js +5 -2
- package/dist/user-card-ng/user-card-ng.js +59 -0
- package/package.json +84 -82
- package/webpack.config.js +14 -10
- package/components/button-set-ng/button-set-ng.html +0 -1
- package/components/footer-ng/footer-ng.html +0 -13
- package/components/form-ng/form-ng__error-bubble.html +0 -3
- package/components/table-legacy-ng/table-legacy-ng.html +0 -4
- package/components/table-legacy-ng/table-legacy-ng__column.html +0 -12
- package/components/table-legacy-ng/table-legacy-ng__header.html +0 -4
- package/components/table-legacy-ng/table-legacy-ng__pager.html +0 -7
- package/components/table-legacy-ng/table-legacy-ng__row.html +0 -12
- package/components/table-legacy-ng/table-legacy-ng__title.html +0 -9
- package/dist/_helpers/caption.js +0 -25
- package/dist/_helpers/icon__svg.js +0 -83
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import React, { PureComponent } from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import Dialog from '../dialog/dialog.js';
|
|
6
|
+
import '../island/island.js';
|
|
7
|
+
import Panel from '../panel/panel.js';
|
|
8
|
+
import Button from '../button/button.js';
|
|
9
|
+
import Markdown from '../markdown/markdown.js';
|
|
10
|
+
import HeaderWrapper from '../island/header.js';
|
|
11
|
+
import ContentWrapper from '../island/content.js';
|
|
12
|
+
import 'react-dom';
|
|
13
|
+
import '@jetbrains/icons/close';
|
|
14
|
+
import '../global/get-uid.js';
|
|
15
|
+
import '../global/data-tests.js';
|
|
16
|
+
import '../shortcuts/shortcuts.js';
|
|
17
|
+
import '../shortcuts/core.js';
|
|
18
|
+
import 'combokeys';
|
|
19
|
+
import '../global/sniffer.js';
|
|
20
|
+
import 'sniffr';
|
|
21
|
+
import '../tab-trap/tab-trap.js';
|
|
22
|
+
import '../global/dom.js';
|
|
23
|
+
import '../popup/popup.target.js';
|
|
24
|
+
import '../_helpers/dialog__body-scroll-preventer.js';
|
|
25
|
+
import 'scrollbar-width';
|
|
26
|
+
import '../island/adaptive-island-hoc.js';
|
|
27
|
+
import '../global/linear-function.js';
|
|
28
|
+
import '../_helpers/island.js';
|
|
29
|
+
import 'element-resize-detector';
|
|
30
|
+
import '../global/schedule-raf.js';
|
|
31
|
+
import 'focus-visible';
|
|
32
|
+
import '@jetbrains/icons/chevron-10px';
|
|
33
|
+
import '../icon/icon.js';
|
|
34
|
+
import 'util-deprecate';
|
|
35
|
+
import '../icon/icon__constants.js';
|
|
36
|
+
import '../_helpers/icon.js';
|
|
37
|
+
import '../icon/icon__svg.js';
|
|
38
|
+
import '../global/memoize.js';
|
|
39
|
+
import '../global/theme.js';
|
|
40
|
+
import '../link/clickableLink.js';
|
|
41
|
+
import '../_helpers/button__classes.js';
|
|
42
|
+
import '../_helpers/panel.js';
|
|
43
|
+
import 'react-markdown';
|
|
44
|
+
import 'remark-breaks';
|
|
45
|
+
import 'remark-gfm';
|
|
46
|
+
import '../global/normalize-indent.js';
|
|
47
|
+
import '../global/trivial-template-tag.js';
|
|
48
|
+
import '../markdown/code.js';
|
|
49
|
+
import '../code/code.js';
|
|
50
|
+
import 'highlight.js/lib/core';
|
|
51
|
+
import '../markdown/link.js';
|
|
52
|
+
import '../link/link.js';
|
|
53
|
+
import '../_helpers/link.js';
|
|
54
|
+
import '../markdown/heading.js';
|
|
55
|
+
import '../heading/heading.js';
|
|
56
|
+
|
|
57
|
+
var modules_f5ed85cf = {"unit":"8px","extra-small-screen-media":"(max-width:639px)","agreementDialog":"agreementDialog_rui_5d21","dialogContent":"dialogContent_rui_5d21","suggestion":"suggestion_rui_5d21","remindLaterButton":"remindLaterButton_rui_5d21"};
|
|
58
|
+
|
|
59
|
+
function noop() {}
|
|
60
|
+
/**
|
|
61
|
+
* A component that displays a user agreement dialog.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class UserAgreement extends PureComponent {
|
|
66
|
+
constructor() {
|
|
67
|
+
super(...arguments);
|
|
68
|
+
|
|
69
|
+
_defineProperty(this, "state", {
|
|
70
|
+
scrolledDown: false
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
_defineProperty(this, "onScrollToBottom", () => this.setState({
|
|
74
|
+
scrolledDown: true
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
render() {
|
|
79
|
+
const {
|
|
80
|
+
scrolledDown
|
|
81
|
+
} = this.state;
|
|
82
|
+
const {
|
|
83
|
+
translations,
|
|
84
|
+
onAccept,
|
|
85
|
+
onDecline,
|
|
86
|
+
onClose,
|
|
87
|
+
onRemindLater,
|
|
88
|
+
text,
|
|
89
|
+
show,
|
|
90
|
+
preview,
|
|
91
|
+
className
|
|
92
|
+
} = this.props;
|
|
93
|
+
return /*#__PURE__*/React.createElement(Dialog, {
|
|
94
|
+
label: translations.userAgreement,
|
|
95
|
+
show: show,
|
|
96
|
+
className: classNames(modules_f5ed85cf.agreementDialog, className),
|
|
97
|
+
contentClassName: modules_f5ed85cf.dialogContent,
|
|
98
|
+
trapFocus: true,
|
|
99
|
+
autoFocusFirst: false,
|
|
100
|
+
"data-test": "user-agreement"
|
|
101
|
+
}, /*#__PURE__*/React.createElement(HeaderWrapper, null, translations.userAgreement), /*#__PURE__*/React.createElement(ContentWrapper, {
|
|
102
|
+
fade: true,
|
|
103
|
+
onScrollToBottom: this.onScrollToBottom
|
|
104
|
+
}, /*#__PURE__*/React.createElement(Markdown, {
|
|
105
|
+
source: text,
|
|
106
|
+
tabindex: -1
|
|
107
|
+
})), !preview && /*#__PURE__*/React.createElement(Panel, null, onRemindLater && !scrolledDown && /*#__PURE__*/React.createElement("div", {
|
|
108
|
+
className: modules_f5ed85cf.suggestion
|
|
109
|
+
}, translations.scrollToAccept), /*#__PURE__*/React.createElement(Button, {
|
|
110
|
+
primary: true,
|
|
111
|
+
disabled: !scrolledDown,
|
|
112
|
+
onClick: onAccept,
|
|
113
|
+
"data-test": "accept"
|
|
114
|
+
}, translations.accept), /*#__PURE__*/React.createElement(Button, {
|
|
115
|
+
onClick: onDecline,
|
|
116
|
+
autoFocus: true,
|
|
117
|
+
"data-test": "decline"
|
|
118
|
+
}, translations.decline), !onRemindLater && !scrolledDown && /*#__PURE__*/React.createElement("span", {
|
|
119
|
+
className: modules_f5ed85cf.suggestion
|
|
120
|
+
}, translations.scrollToAccept), onRemindLater && /*#__PURE__*/React.createElement(Button, {
|
|
121
|
+
className: modules_f5ed85cf.remindLaterButton,
|
|
122
|
+
onClick: onRemindLater,
|
|
123
|
+
"data-test": "later"
|
|
124
|
+
}, translations.remindLater)), preview && /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Button, {
|
|
125
|
+
onClick: onClose,
|
|
126
|
+
autoFocus: true,
|
|
127
|
+
"data-test": "close"
|
|
128
|
+
}, translations.close)));
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
_defineProperty(UserAgreement, "propTypes", {
|
|
134
|
+
show: PropTypes.bool,
|
|
135
|
+
preview: PropTypes.bool,
|
|
136
|
+
text: PropTypes.string.isRequired,
|
|
137
|
+
onAccept: PropTypes.func,
|
|
138
|
+
onDecline: PropTypes.func,
|
|
139
|
+
onClose: PropTypes.func,
|
|
140
|
+
onRemindLater: PropTypes.func,
|
|
141
|
+
translations: PropTypes.shape({
|
|
142
|
+
userAgreement: PropTypes.string.isRequired,
|
|
143
|
+
accept: PropTypes.string.isRequired,
|
|
144
|
+
decline: PropTypes.string.isRequired,
|
|
145
|
+
close: PropTypes.string.isRequired,
|
|
146
|
+
scrollToAccept: PropTypes.string.isRequired,
|
|
147
|
+
remindLater: PropTypes.string.isRequired
|
|
148
|
+
}),
|
|
149
|
+
className: PropTypes.string
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
_defineProperty(UserAgreement, "defaultProps", {
|
|
153
|
+
translations: {
|
|
154
|
+
userAgreement: 'User Agreement',
|
|
155
|
+
accept: 'Accept',
|
|
156
|
+
decline: 'Decline',
|
|
157
|
+
close: 'Close',
|
|
158
|
+
scrollToAccept: 'View the entire agreement to continue',
|
|
159
|
+
remindLater: 'Remind me later'
|
|
160
|
+
},
|
|
161
|
+
show: false,
|
|
162
|
+
onAccept: noop,
|
|
163
|
+
onDecline: noop,
|
|
164
|
+
onClose: noop
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
export { UserAgreement as default };
|
package/dist/user-card/card.js
CHANGED
|
@@ -8,7 +8,10 @@ import '../_helpers/badge.js';
|
|
|
8
8
|
export { U as default } from '../_helpers/card.js';
|
|
9
9
|
import '../global/url.js';
|
|
10
10
|
import '../global/dom.js';
|
|
11
|
+
import '../avatar/fallback-avatar.js';
|
|
12
|
+
import '../global/get-uid.js';
|
|
11
13
|
import 'focus-visible';
|
|
12
14
|
import '../global/memoize.js';
|
|
13
15
|
import '../global/data-tests.js';
|
|
14
16
|
import '../link/clickableLink.js';
|
|
17
|
+
import '../_helpers/link.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, a as
|
|
1
|
+
import { _ as _defineProperty, a as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import React, { Component } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
|
@@ -21,7 +21,8 @@ import '@jetbrains/icons/chevron-10px';
|
|
|
21
21
|
import '../icon/icon.js';
|
|
22
22
|
import 'util-deprecate';
|
|
23
23
|
import '../icon/icon__constants.js';
|
|
24
|
-
import '../_helpers/
|
|
24
|
+
import '../_helpers/icon.js';
|
|
25
|
+
import '../icon/icon__svg.js';
|
|
25
26
|
import '../button/button.js';
|
|
26
27
|
import 'focus-visible';
|
|
27
28
|
import '../link/clickableLink.js';
|
|
@@ -41,7 +42,9 @@ import '../popup/popup.consts.js';
|
|
|
41
42
|
import '../popup/popup.target.js';
|
|
42
43
|
import '../avatar/avatar.js';
|
|
43
44
|
import '../global/url.js';
|
|
45
|
+
import '../avatar/fallback-avatar.js';
|
|
44
46
|
import '../link/link.js';
|
|
47
|
+
import '../_helpers/link.js';
|
|
45
48
|
import '../_helpers/badge.js';
|
|
46
49
|
|
|
47
50
|
class SmartUserCardTooltip extends Component {
|
|
@@ -83,18 +86,15 @@ class SmartUserCardTooltip extends Component {
|
|
|
83
86
|
const {
|
|
84
87
|
user
|
|
85
88
|
} = this.state;
|
|
86
|
-
|
|
87
|
-
const _this$props = this.props,
|
|
88
|
-
{
|
|
89
|
+
const {
|
|
89
90
|
children,
|
|
90
|
-
userDataSource
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
91
|
+
userDataSource,
|
|
92
|
+
...restProps
|
|
93
|
+
} = this.props;
|
|
94
|
+
const dropdownProps = {
|
|
95
|
+
onMouseEnter: this.loadUser,
|
|
96
|
+
...UserCardTooltip.defaultProps.dropdownProps
|
|
97
|
+
};
|
|
98
98
|
return /*#__PURE__*/React.createElement(UserCardTooltip, _extends({
|
|
99
99
|
user: user,
|
|
100
100
|
renderNoUser: this.renderNoUser,
|
|
@@ -109,4 +109,4 @@ _defineProperty(SmartUserCardTooltip, "propTypes", {
|
|
|
109
109
|
userDataSource: PropTypes.func
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
export default
|
|
112
|
+
export { SmartUserCardTooltip as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as _defineProperty, a as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import React, { Component } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
@@ -11,7 +11,8 @@ import '@jetbrains/icons/chevron-10px';
|
|
|
11
11
|
import '../icon/icon.js';
|
|
12
12
|
import 'util-deprecate';
|
|
13
13
|
import '../icon/icon__constants.js';
|
|
14
|
-
import '../_helpers/
|
|
14
|
+
import '../_helpers/icon.js';
|
|
15
|
+
import '../icon/icon__svg.js';
|
|
15
16
|
import '../global/memoize.js';
|
|
16
17
|
import '../button/button.js';
|
|
17
18
|
import 'focus-visible';
|
|
@@ -33,7 +34,9 @@ import '../popup/popup.consts.js';
|
|
|
33
34
|
import '../popup/popup.target.js';
|
|
34
35
|
import '../avatar/avatar.js';
|
|
35
36
|
import '../global/url.js';
|
|
37
|
+
import '../avatar/fallback-avatar.js';
|
|
36
38
|
import '../link/link.js';
|
|
39
|
+
import '../_helpers/link.js';
|
|
37
40
|
import '../_helpers/badge.js';
|
|
38
41
|
|
|
39
42
|
const DEFAULT_TIMEOUT = 300;
|
|
@@ -73,10 +76,9 @@ _defineProperty(UserCardTooltip, "defaultProps", {
|
|
|
73
76
|
children,
|
|
74
77
|
renderUserCard,
|
|
75
78
|
renderNoUser,
|
|
76
|
-
dropdownProps
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
dropdownProps,
|
|
80
|
+
...restProps
|
|
81
|
+
} = props;
|
|
80
82
|
return /*#__PURE__*/React.createElement(UserCard, _extends({}, restProps, {
|
|
81
83
|
className: classNames(modules_a4196c17.userCardSpaced, className)
|
|
82
84
|
}));
|
|
@@ -88,4 +90,4 @@ _defineProperty(UserCardTooltip, "defaultProps", {
|
|
|
88
90
|
}
|
|
89
91
|
});
|
|
90
92
|
|
|
91
|
-
export default
|
|
93
|
+
export { UserCardTooltip as default };
|
|
@@ -8,11 +8,14 @@ import 'classnames';
|
|
|
8
8
|
import '../avatar/avatar.js';
|
|
9
9
|
import '../global/url.js';
|
|
10
10
|
import '../global/dom.js';
|
|
11
|
+
import '../avatar/fallback-avatar.js';
|
|
12
|
+
import '../global/get-uid.js';
|
|
11
13
|
import '../link/link.js';
|
|
12
14
|
import 'focus-visible';
|
|
13
15
|
import '../global/memoize.js';
|
|
14
16
|
import '../global/data-tests.js';
|
|
15
17
|
import '../link/clickableLink.js';
|
|
18
|
+
import '../_helpers/link.js';
|
|
16
19
|
import '../_helpers/badge.js';
|
|
17
20
|
import '../dropdown/dropdown.js';
|
|
18
21
|
import '../_helpers/anchor.js';
|
|
@@ -20,13 +23,13 @@ import '@jetbrains/icons/chevron-10px';
|
|
|
20
23
|
import '../icon/icon.js';
|
|
21
24
|
import 'util-deprecate';
|
|
22
25
|
import '../icon/icon__constants.js';
|
|
23
|
-
import '../_helpers/
|
|
26
|
+
import '../_helpers/icon.js';
|
|
27
|
+
import '../icon/icon__svg.js';
|
|
24
28
|
import '../button/button.js';
|
|
25
29
|
import '../global/theme.js';
|
|
26
30
|
import '../_helpers/button__classes.js';
|
|
27
31
|
import '../popup/popup.js';
|
|
28
32
|
import 'react-dom';
|
|
29
|
-
import '../global/get-uid.js';
|
|
30
33
|
import '../global/schedule-raf.js';
|
|
31
34
|
import '../shortcuts/shortcuts.js';
|
|
32
35
|
import '../shortcuts/core.js';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import angular from 'angular';
|
|
2
|
+
import { createAngularComponent } from '../global/angular-component-factory.js';
|
|
3
|
+
import SmartUserCardTooltip from '../user-card/smart-user-card-tooltip.js';
|
|
4
|
+
import UserCardTooltip from '../user-card/tooltip.js';
|
|
5
|
+
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
6
|
+
import 'react';
|
|
7
|
+
import 'react-dom';
|
|
8
|
+
import '../global/ring-angular-component.js';
|
|
9
|
+
import '../global/react-dom-renderer.js';
|
|
10
|
+
import 'prop-types';
|
|
11
|
+
import '../loader-inline/loader-inline.js';
|
|
12
|
+
import 'classnames';
|
|
13
|
+
import '../global/theme.js';
|
|
14
|
+
import '../global/data-tests.js';
|
|
15
|
+
import '../_helpers/inject-styles.js';
|
|
16
|
+
import '../global/conic-gradient.js';
|
|
17
|
+
import 'conic-gradient';
|
|
18
|
+
import '../global/memoize.js';
|
|
19
|
+
import '../global/supports-css.js';
|
|
20
|
+
import '../global/inject-styles.js';
|
|
21
|
+
import '../global/radial-gradient-mask.js';
|
|
22
|
+
import '../global/get-uid.js';
|
|
23
|
+
import '../_helpers/card.js';
|
|
24
|
+
import '../avatar/avatar.js';
|
|
25
|
+
import '../global/url.js';
|
|
26
|
+
import '../global/dom.js';
|
|
27
|
+
import '../avatar/fallback-avatar.js';
|
|
28
|
+
import '../link/link.js';
|
|
29
|
+
import 'focus-visible';
|
|
30
|
+
import '../link/clickableLink.js';
|
|
31
|
+
import '../_helpers/link.js';
|
|
32
|
+
import '../_helpers/badge.js';
|
|
33
|
+
import '../dropdown/dropdown.js';
|
|
34
|
+
import '../_helpers/anchor.js';
|
|
35
|
+
import '@jetbrains/icons/chevron-10px';
|
|
36
|
+
import '../icon/icon.js';
|
|
37
|
+
import 'util-deprecate';
|
|
38
|
+
import '../icon/icon__constants.js';
|
|
39
|
+
import '../_helpers/icon.js';
|
|
40
|
+
import '../icon/icon__svg.js';
|
|
41
|
+
import '../button/button.js';
|
|
42
|
+
import '../_helpers/button__classes.js';
|
|
43
|
+
import '../popup/popup.js';
|
|
44
|
+
import '../global/schedule-raf.js';
|
|
45
|
+
import '../shortcuts/shortcuts.js';
|
|
46
|
+
import '../shortcuts/core.js';
|
|
47
|
+
import 'combokeys';
|
|
48
|
+
import '../global/sniffer.js';
|
|
49
|
+
import 'sniffr';
|
|
50
|
+
import '../tab-trap/tab-trap.js';
|
|
51
|
+
import '../popup/position.js';
|
|
52
|
+
import '../popup/popup.consts.js';
|
|
53
|
+
import '../popup/popup.target.js';
|
|
54
|
+
|
|
55
|
+
const angularModule = angular.module('Ring.user-card', []);
|
|
56
|
+
angularModule.component('rgUserCardTooltip', createAngularComponent(UserCardTooltip)).component('rgSmartUserCardTooltip', createAngularComponent(SmartUserCardTooltip));
|
|
57
|
+
var userCardNg = angularModule.name;
|
|
58
|
+
|
|
59
|
+
export { userCardNg as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"test-ci": "karma start karma-ci.conf.js",
|
|
58
58
|
"test-watch": "karma start karma-watch.conf.js",
|
|
59
59
|
"prerelease-ci": "git pull",
|
|
60
|
-
"release-ci": "lerna publish --yes",
|
|
60
|
+
"release-ci": "lerna publish --no-verify-access --yes",
|
|
61
61
|
"prepublishOnly": "pinst --disable",
|
|
62
62
|
"postpublish": "pinst --enable"
|
|
63
63
|
},
|
|
@@ -67,157 +67,159 @@
|
|
|
67
67
|
},
|
|
68
68
|
"readmeFilename": "README.md",
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@babel/cli": "^7.
|
|
70
|
+
"@babel/cli": "^7.16.0",
|
|
71
|
+
"@babel/eslint-parser": "^7.16.3",
|
|
71
72
|
"@jetbrains/eslint-config": "^5.3.1",
|
|
72
|
-
"@jetbrains/generator-ring-ui": "^4.
|
|
73
|
-
"@jetbrains/stylelint-config": "^
|
|
73
|
+
"@jetbrains/generator-ring-ui": "^4.1.1",
|
|
74
|
+
"@jetbrains/stylelint-config": "^3.0.2",
|
|
75
|
+
"@primer/octicons": "^16.1.1",
|
|
74
76
|
"@rollup/plugin-babel": "^5.3.0",
|
|
75
|
-
"@rollup/plugin-replace": "^
|
|
76
|
-
"@storybook/addon-a11y": "6.
|
|
77
|
-
"@storybook/addon-docs": "6.
|
|
78
|
-
"@storybook/addon-essentials": "6.
|
|
79
|
-
"@storybook/addon-storyshots": "6.2
|
|
80
|
-
"@storybook/addon-storyshots-puppeteer": "6.2
|
|
81
|
-
"@storybook/addon-storysource": "6.
|
|
82
|
-
"@storybook/addons": "6.
|
|
83
|
-
"@storybook/builder-webpack5": "6.
|
|
84
|
-
"@storybook/client-api": "6.
|
|
85
|
-
"@storybook/core": "6.
|
|
86
|
-
"@storybook/html": "6.
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@storybook/
|
|
89
|
-
"@
|
|
90
|
-
"@testing-library/
|
|
91
|
-
"@testing-library/
|
|
92
|
-
"@
|
|
93
|
-
"@ungap/url-search-params": "^0.2.2",
|
|
94
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
|
|
77
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
78
|
+
"@storybook/addon-a11y": "6.3.12",
|
|
79
|
+
"@storybook/addon-docs": "6.3.12",
|
|
80
|
+
"@storybook/addon-essentials": "6.3.12",
|
|
81
|
+
"@storybook/addon-storyshots": "6.3.2",
|
|
82
|
+
"@storybook/addon-storyshots-puppeteer": "6.3.2",
|
|
83
|
+
"@storybook/addon-storysource": "6.3.12",
|
|
84
|
+
"@storybook/addons": "6.3.12",
|
|
85
|
+
"@storybook/builder-webpack5": "6.3.12",
|
|
86
|
+
"@storybook/client-api": "6.3.12",
|
|
87
|
+
"@storybook/core": "6.3.12",
|
|
88
|
+
"@storybook/html": "6.3.12",
|
|
89
|
+
"@storybook/manager-webpack5": "^6.3.12",
|
|
90
|
+
"@storybook/source-loader": "6.3.12",
|
|
91
|
+
"@storybook/theming": "6.3.12",
|
|
92
|
+
"@testing-library/react": "^12.1.2",
|
|
93
|
+
"@testing-library/user-event": "^13.5.0",
|
|
94
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
|
|
95
95
|
"angular": "^1.8.2",
|
|
96
96
|
"angular-mocks": "^1.8.2",
|
|
97
97
|
"angular-route": "^1.8.2",
|
|
98
|
-
"babel-eslint": "^10.1.0",
|
|
99
98
|
"babel-plugin-react-docgen": "^4.2.1",
|
|
100
99
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
101
100
|
"chai": "^4.3.4",
|
|
102
101
|
"chai-as-promised": "^7.1.1",
|
|
103
|
-
"chai-dom": "^1.
|
|
102
|
+
"chai-dom": "^1.10.0",
|
|
104
103
|
"chai-enzyme": "1.0.0-beta.1",
|
|
105
104
|
"cheerio": "^0.22.0",
|
|
106
|
-
"core-js": "^3.
|
|
105
|
+
"core-js": "^3.19.1",
|
|
107
106
|
"enzyme": "^3.11.0",
|
|
108
|
-
"eslint": "^
|
|
109
|
-
"eslint-import-resolver-webpack": "^0.13.
|
|
110
|
-
"eslint-plugin-angular": "^4.0
|
|
107
|
+
"eslint": "^8.3.0",
|
|
108
|
+
"eslint-import-resolver-webpack": "^0.13.2",
|
|
109
|
+
"eslint-plugin-angular": "^4.1.0",
|
|
111
110
|
"eslint-plugin-bdd": "^2.1.1",
|
|
112
|
-
"eslint-plugin-import": "^2.
|
|
113
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
114
|
-
"eslint-plugin-react": "^7.
|
|
115
|
-
"eslint-plugin-react-hooks": "^4.2.0",
|
|
111
|
+
"eslint-plugin-import": "^2.25.3",
|
|
112
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
113
|
+
"eslint-plugin-react": "^7.27.1",
|
|
116
114
|
"events": "^3.3.0",
|
|
117
|
-
"glob": "^7.
|
|
118
|
-
"html-
|
|
119
|
-
"
|
|
120
|
-
"husky": "^6.0.0",
|
|
115
|
+
"glob": "^7.2.0",
|
|
116
|
+
"html-webpack-plugin": "^5.5.0",
|
|
117
|
+
"husky": "^7.0.4",
|
|
121
118
|
"identity-obj-proxy": "^3.0.0",
|
|
122
|
-
"
|
|
123
|
-
"jest
|
|
124
|
-
"
|
|
119
|
+
"imports-loader": "^3.1.1",
|
|
120
|
+
"jest": "~27.3.1",
|
|
121
|
+
"jest-teamcity": "^1.10.0",
|
|
122
|
+
"karma": "^6.3.9",
|
|
125
123
|
"karma-chrome-launcher": "3.1.0",
|
|
126
124
|
"karma-mocha": "^2.0.1",
|
|
127
125
|
"karma-sourcemap-loader": "^0.3.8",
|
|
128
126
|
"karma-teamcity-reporter": "^2.0.0",
|
|
129
127
|
"karma-webpack": "^5.0.0",
|
|
130
128
|
"lerna": "^4.0.0",
|
|
131
|
-
"lint-staged": "^
|
|
129
|
+
"lint-staged": "^12.1.2",
|
|
132
130
|
"merge-options": "^3.0.4",
|
|
133
|
-
"mocha": "^
|
|
131
|
+
"mocha": "^9.1.3",
|
|
134
132
|
"pinst": "^2.1.6",
|
|
135
|
-
"
|
|
136
|
-
"puppeteer": "^9.1.1",
|
|
133
|
+
"puppeteer": "^10.4.0",
|
|
137
134
|
"raw-loader": "^4.0.2",
|
|
138
135
|
"react": "^17.0.2",
|
|
139
136
|
"react-dom": "^17.0.2",
|
|
140
|
-
"react-test-renderer": "^17.0.
|
|
141
|
-
"regenerator-runtime": "^0.13.
|
|
142
|
-
"rollup": "^2.
|
|
137
|
+
"react-test-renderer": "^17.0.2",
|
|
138
|
+
"regenerator-runtime": "^0.13.9",
|
|
139
|
+
"rollup": "^2.60.0",
|
|
143
140
|
"rollup-plugin-clear": "^2.0.7",
|
|
144
|
-
"rollup-plugin-node-globals": "^1.4.0",
|
|
145
141
|
"rollup-plugin-styles": "^3.14.1",
|
|
146
|
-
"sinon": "^
|
|
147
|
-
"sinon-chai": "^3.
|
|
142
|
+
"sinon": "^12.0.1",
|
|
143
|
+
"sinon-chai": "^3.7.0",
|
|
148
144
|
"storage-mock": "^2.1.0",
|
|
149
|
-
"stylelint": "^
|
|
145
|
+
"stylelint": "^14.1.0",
|
|
150
146
|
"svg-inline-loader": "^0.8.2",
|
|
151
147
|
"teamcity-service-messages": "^0.1.11",
|
|
152
|
-
"terser-webpack-plugin": "^5.
|
|
148
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
153
149
|
"wallaby-webpack": "^3.9.16",
|
|
154
|
-
"webpack": "^5.
|
|
155
|
-
"webpack-cli": "^4.
|
|
150
|
+
"webpack": "^5.64.2",
|
|
151
|
+
"webpack-cli": "^4.9.1",
|
|
156
152
|
"xmlappend": "^1.0.4",
|
|
157
|
-
"yo": "^4.
|
|
153
|
+
"yo": "^4.3.0"
|
|
158
154
|
},
|
|
159
155
|
"peerDependencies": {
|
|
160
156
|
"core-js": ">=3.0.0",
|
|
161
157
|
"react": ">=16.8.0",
|
|
162
158
|
"react-dom": ">=16.8.0",
|
|
163
|
-
"webpack": "^5.
|
|
159
|
+
"webpack": "^5.64.2"
|
|
160
|
+
},
|
|
161
|
+
"peerDependenciesMeta": {
|
|
162
|
+
"webpack": {
|
|
163
|
+
"optional": true
|
|
164
|
+
}
|
|
164
165
|
},
|
|
165
166
|
"dependencies": {
|
|
166
|
-
"@babel/core": "^7.
|
|
167
|
+
"@babel/core": "^7.16.0",
|
|
167
168
|
"@jetbrains/angular-elastic": "^2.5.1",
|
|
168
|
-
"@jetbrains/babel-preset-jetbrains": "^2.
|
|
169
|
-
"@jetbrains/icons": "^3.
|
|
170
|
-
"@jetbrains/logos": "^1.4.
|
|
169
|
+
"@jetbrains/babel-preset-jetbrains": "^2.3.1",
|
|
170
|
+
"@jetbrains/icons": "^3.18.0",
|
|
171
|
+
"@jetbrains/logos": "^1.4.27",
|
|
171
172
|
"@jetbrains/postcss-require-hover": "^0.1.2",
|
|
172
|
-
"
|
|
173
|
-
"babel-loader": "^8.2.
|
|
174
|
-
"babel-plugin-transform-define": "^2.0.
|
|
173
|
+
"@ungap/url-search-params": "^0.2.2",
|
|
174
|
+
"babel-loader": "^8.2.3",
|
|
175
|
+
"babel-plugin-transform-define": "^2.0.1",
|
|
175
176
|
"browserslist": "^4.16.6",
|
|
176
177
|
"change-case": "^4.1.1",
|
|
177
178
|
"classnames": "^2.3.1",
|
|
178
179
|
"combokeys": "^3.0.1",
|
|
179
180
|
"compile-code-loader": "^1.0.0",
|
|
180
181
|
"conic-gradient": "^1.0.0",
|
|
181
|
-
"css-loader": "^5.
|
|
182
|
-
"date-fns": "^2.
|
|
182
|
+
"css-loader": "^6.5.1",
|
|
183
|
+
"date-fns": "^2.26.0",
|
|
183
184
|
"deep-equal": "^2.0.4",
|
|
184
|
-
"element-resize-detector": "^1.2.
|
|
185
|
+
"element-resize-detector": "^1.2.3",
|
|
185
186
|
"es6-error": "^4.1.1",
|
|
187
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
186
188
|
"extricate-loader": "^3.0.0",
|
|
187
189
|
"fastdom": "^1.0.10",
|
|
188
190
|
"file-loader": "^6.2.0",
|
|
189
|
-
"focus-trap": "^6.
|
|
191
|
+
"focus-trap": "^6.7.1",
|
|
190
192
|
"focus-visible": "^5.2.0",
|
|
191
193
|
"highlight.js": "^10.7.2",
|
|
192
|
-
"html-loader": "^
|
|
193
|
-
"imports-loader": "^2.0.0",
|
|
194
|
+
"html-loader": "^3.0.1",
|
|
194
195
|
"interpolate-loader": "^2.0.1",
|
|
195
|
-
"just-debounce-it": "^
|
|
196
|
-
"memoize-one": "^
|
|
197
|
-
"postcss": "^8.
|
|
196
|
+
"just-debounce-it": "^3.0.1",
|
|
197
|
+
"memoize-one": "^6.0.0",
|
|
198
|
+
"postcss": "^8.3.11",
|
|
198
199
|
"postcss-calc": "^8.0.0",
|
|
199
200
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
200
201
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
201
|
-
"postcss-loader": "^
|
|
202
|
-
"postcss-modules-values-replace": "^3.
|
|
203
|
-
"postcss-preset-env": "^
|
|
202
|
+
"postcss-loader": "^6.2.0",
|
|
203
|
+
"postcss-modules-values-replace": "^3.4.0",
|
|
204
|
+
"postcss-preset-env": "^7.0.1",
|
|
204
205
|
"prop-types": "^15.7.2",
|
|
205
206
|
"react-markdown": "^5.0.3",
|
|
206
|
-
"react-movable": "^
|
|
207
|
+
"react-movable": "^3.0.2",
|
|
207
208
|
"react-virtualized": "^9.22.3",
|
|
208
209
|
"react-waypoint": "^10.1.0",
|
|
209
|
-
"remark-breaks": "^
|
|
210
|
+
"remark-breaks": "^3.0.2",
|
|
210
211
|
"remark-gfm": "^1.0.0",
|
|
211
212
|
"scrollbar-width": "^3.1.1",
|
|
212
213
|
"simply-uuid": "^1.0.1",
|
|
213
214
|
"sniffr": "^1.2.0",
|
|
214
215
|
"style-inject": "^0.3.0",
|
|
215
|
-
"style-loader": "~
|
|
216
|
+
"style-loader": "~3.3.1",
|
|
217
|
+
"url-loader": "^4.1.1",
|
|
216
218
|
"util-deprecate": "^1.0.2"
|
|
217
219
|
},
|
|
218
220
|
"engines": {
|
|
219
221
|
"node": ">=7.4",
|
|
220
|
-
"npm": "
|
|
222
|
+
"npm": ">=6.0.0"
|
|
221
223
|
},
|
|
222
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "f7d26ba7ed53f2fec85b136faccfa7276d069445"
|
|
223
225
|
}
|