@jetbrains/ring-ui 5.1.1 → 6.0.2-beta.0
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 -6
- package/babel.config.js +0 -1
- package/components/alert/alert.d.ts +1 -1
- package/components/alert/container.css +3 -0
- package/components/alert-service/alert-service.d.ts +2 -2
- package/components/analytics/analytics.d.ts +21 -7
- package/components/analytics/analytics.js +19 -24
- package/components/analytics/analytics__custom-plugin.d.ts +6 -16
- package/components/analytics/analytics__custom-plugin.js +12 -52
- package/components/analytics/analytics__fus-plugin.d.ts +15 -25
- package/components/analytics/analytics__fus-plugin.js +15 -73
- package/components/analytics/analytics__ga-plugin.d.ts +13 -3
- package/components/analytics/analytics__ga-plugin.js +35 -5
- package/components/analytics/analytics__plugin-utils.d.ts +16 -0
- package/components/analytics/analytics__plugin-utils.js +26 -1
- package/components/auth/auth__core.d.ts +5 -4
- package/components/auth/auth__core.js +44 -27
- package/components/auth-dialog/auth-dialog.d.ts +2 -2
- package/components/auth-dialog/auth-dialog.js +3 -1
- package/components/auth-dialog-service/auth-dialog-service.js +4 -1
- package/components/avatar/avatar.d.ts +3 -3
- package/components/avatar/fallback-avatar.d.ts +2 -2
- package/components/avatar/fallback-avatar.js +2 -1
- package/components/badge/badge.d.ts +2 -2
- package/components/button/button.css +7 -7
- package/components/button/button.d.ts +3 -4
- package/components/button/button.js +0 -1
- package/components/button-group/button-group.css +2 -2
- package/components/button-group/button-group.d.ts +2 -2
- package/components/button-group/caption.d.ts +2 -2
- package/components/button-set/button-set.d.ts +2 -2
- package/components/button-toolbar/button-toolbar.d.ts +2 -2
- package/components/checkbox/checkbox.css +2 -2
- package/components/checkbox/checkbox.d.ts +2 -2
- package/components/code/code.d.ts +1 -1
- package/components/confirm/confirm.d.ts +1 -1
- package/components/confirm/confirm.js +3 -3
- package/components/confirm-service/confirm-service.js +2 -2
- package/components/content-layout/content-layout.d.ts +2 -2
- package/components/content-layout/sidebar.d.ts +2 -2
- package/components/contenteditable/contenteditable.d.ts +3 -3
- package/components/control-label/control-label.css +23 -0
- package/components/control-label/control-label.d.ts +11 -0
- package/components/control-label/control-label.js +22 -0
- package/components/data-list/data-list.css +2 -1
- package/components/data-list/data-list.d.ts +3 -3
- package/components/data-list/data-list.mock.d.ts +2 -2
- package/components/data-list/item.d.ts +3 -3
- package/components/data-list/title.d.ts +1 -1
- package/components/date-picker/consts.d.ts +5 -5
- package/components/date-picker/date-input.d.ts +3 -12
- package/components/date-picker/date-input.js +9 -15
- package/components/date-picker/date-picker.css +1 -1
- package/components/date-picker/date-picker.d.ts +8 -6
- package/components/date-picker/date-picker.js +9 -15
- package/components/date-picker/date-popup.d.ts +1 -1
- package/components/date-picker/date-popup.js +2 -1
- package/components/date-picker/day.d.ts +2 -2
- package/components/date-picker/month-names.d.ts +2 -2
- package/components/date-picker/month-names.js +2 -2
- package/components/date-picker/month-slider.d.ts +2 -2
- package/components/date-picker/month.d.ts +2 -2
- package/components/date-picker/months.d.ts +2 -2
- package/components/date-picker/months.js +46 -29
- package/components/date-picker/weekdays.d.ts +2 -2
- package/components/date-picker/years.d.ts +6 -2
- package/components/date-picker/years.js +26 -14
- package/components/dialog/dialog.css +1 -1
- package/components/dialog/dialog.d.ts +4 -16
- package/components/dialog/dialog.js +4 -2
- package/components/dropdown/anchor.d.ts +1 -1
- package/components/dropdown/dropdown.d.ts +8 -1
- package/components/editable-heading/editable-heading.css +20 -7
- package/components/editable-heading/editable-heading.d.ts +2 -2
- package/components/editable-heading/editable-heading.js +39 -12
- package/components/error-bubble/error-bubble.d.ts +2 -2
- package/components/error-message/error-message.d.ts +2 -2
- package/components/footer/footer.js +1 -0
- package/components/form/form.examples.js +2 -11
- package/components/global/controls-height.d.ts +2 -0
- package/components/global/controls-height.js +8 -0
- package/components/global/create-stateful-context.d.ts +1 -1
- package/components/global/focus-sensor-hoc.d.ts +1 -0
- package/components/global/focus-sensor-hoc.js +5 -4
- package/components/global/react-dom-renderer.d.ts +4 -4
- package/components/global/react-dom-renderer.js +5 -5
- package/components/global/react-render-adapter.js +19 -31
- package/components/global/use-event-callback.d.ts +1 -0
- package/components/global/use-event-callback.js +14 -0
- package/components/global/variables_dark.css +2 -2
- package/components/grid/col.d.ts +2 -2
- package/components/grid/grid.d.ts +2 -2
- package/components/grid/row.d.ts +2 -2
- package/components/group/group.d.ts +2 -2
- package/components/header/header.d.ts +2 -2
- package/components/header/logo.d.ts +2 -2
- package/components/header/profile.d.ts +4 -2
- package/components/header/profile.js +15 -11
- package/components/header/services-link.d.ts +2 -2
- package/components/header/services.d.ts +2 -2
- package/components/header/smart-profile.d.ts +2 -2
- package/components/header/smart-services.d.ts +2 -2
- package/components/header/tray-icon.d.ts +2 -2
- package/components/header/tray.d.ts +2 -2
- package/components/heading/heading.css +8 -8
- package/components/http/http.d.ts +16 -6
- package/components/http/http.js +26 -0
- package/components/hub-source/hub-source__users-groups.d.ts +1 -1
- package/components/i18n/README.md +46 -0
- package/components/i18n/i18n-context.d.ts +13 -0
- package/components/i18n/i18n-context.js +14 -0
- package/components/i18n/i18n.d.ts +59 -0
- package/components/i18n/i18n.js +26 -0
- package/components/i18n/messages.json +53 -0
- package/components/icon/icon.d.ts +3 -3
- package/components/icon/icon__svg.d.ts +1 -1
- package/components/input/input-legacy.css +3 -3
- package/components/input/input.css +8 -21
- package/components/input/input.d.ts +7 -1
- package/components/input/input.js +18 -14
- package/components/input-size/input-size.examples.js +4 -150
- package/components/island/adaptive-island-hoc.d.ts +2 -2
- package/components/island/content.d.ts +1 -1
- package/components/island/header.d.ts +2 -2
- package/components/island/island.css +1 -1
- package/components/island/island.d.ts +3 -3
- package/components/island-legacy/content-legacy.d.ts +2 -2
- package/components/island-legacy/header-legacy.d.ts +2 -2
- package/components/island-legacy/island-legacy.d.ts +2 -2
- package/components/link/clickableLink.d.ts +1 -1
- package/components/link/link.css +1 -1
- package/components/link/link.d.ts +8 -9
- package/components/link/link.js +0 -1
- package/components/list/consts.js +3 -0
- package/components/list/list.css +2 -2
- package/components/list/list.d.ts +7 -7
- package/components/list/list.js +4 -1
- package/components/list/list__custom.d.ts +1 -1
- package/components/list/list__hint.d.ts +2 -2
- package/components/list/list__item.d.ts +2 -2
- package/components/list/list__link.d.ts +2 -2
- package/components/list/list__separator.d.ts +2 -2
- package/components/list/list__title.d.ts +2 -2
- package/components/loader/loader.d.ts +2 -2
- package/components/loader-inline/loader-inline.d.ts +2 -2
- package/components/loader-screen/loader-screen.d.ts +2 -2
- package/components/login-dialog/login-dialog.d.ts +2 -2
- package/components/login-dialog/service.js +4 -1
- package/components/markdown/code.d.ts +2 -2
- package/components/markdown/heading.d.ts +2 -2
- package/components/markdown/link.d.ts +2 -2
- package/components/markdown/markdown.d.ts +2 -2
- package/components/message/message.d.ts +3 -7
- package/components/message/message.js +17 -16
- package/components/pager/pager.d.ts +8 -13
- package/components/pager/pager.js +12 -14
- package/components/panel/panel.css +1 -1
- package/components/panel/panel.d.ts +2 -2
- package/components/popup/popup.d.ts +2 -2
- package/components/popup/popup.js +1 -1
- package/components/popup/position.d.ts +1 -1
- package/components/popup/position.js +43 -33
- package/components/popup-menu/popup-menu.d.ts +2 -2
- package/components/progress-bar/progress-bar.d.ts +2 -2
- package/components/query-assist/query-assist.css +16 -11
- package/components/query-assist/query-assist.d.ts +3 -7
- package/components/query-assist/query-assist.js +50 -31
- package/components/query-assist/query-assist__suggestions.d.ts +2 -2
- package/components/radio/radio.css +1 -1
- package/components/radio/radio.d.ts +1 -1
- package/components/radio/radio__item.d.ts +1 -1
- package/components/select/select-popup.css +2 -2
- package/components/select/select.css +9 -5
- package/components/select/select.d.ts +20 -9
- package/components/select/select.js +47 -23
- package/components/select/select__filter.d.ts +2 -3
- package/components/select/select__filter.js +4 -2
- package/components/select/select__popup.d.ts +48 -8
- package/components/select/select__popup.js +29 -8
- package/components/shortcuts/shortcuts-hoc.d.ts +2 -2
- package/components/shortcuts/shortcuts.d.ts +1 -1
- package/components/tab-trap/tab-trap.d.ts +1 -1
- package/components/table/cell.d.ts +2 -2
- package/components/table/disable-hover-hoc.d.ts +2 -2
- package/components/table/header-cell.d.ts +2 -2
- package/components/table/header.d.ts +3 -14
- package/components/table/header.js +5 -49
- package/components/table/multitable.d.ts +2 -2
- package/components/table/row-with-focus-sensor.d.ts +1 -1
- package/components/table/row.d.ts +2 -1
- package/components/table/row.js +4 -3
- package/components/table/smart-table.d.ts +3 -1
- package/components/table/table.css +9 -26
- package/components/table/table.d.ts +6 -4
- package/components/table/table.js +5 -3
- package/components/tabs/collapsible-more.d.ts +3 -3
- package/components/tabs/collapsible-tab.d.ts +1 -1
- package/components/tabs/collapsible-tabs.d.ts +2 -2
- package/components/tabs/dumb-tabs.d.ts +5 -3
- package/components/tabs/dumb-tabs.js +3 -2
- package/components/tabs/smart-tabs.d.ts +2 -2
- package/components/tabs/tab-link.d.ts +1 -1
- package/components/tabs/tab.d.ts +2 -2
- package/components/tabs/tab.js +3 -3
- package/components/tabs/tabs.css +4 -1
- package/components/tag/tag.css +3 -3
- package/components/tag/tag.d.ts +5 -5
- package/components/tags-input/tags-input.css +1 -1
- package/components/tags-input/tags-input.d.ts +9 -4
- package/components/tags-input/tags-input.js +7 -7
- package/components/tags-list/tags-list.d.ts +2 -2
- package/components/text/text.css +12 -0
- package/components/text/text.d.ts +8 -2
- package/components/text/text.js +12 -2
- package/components/toggle/toggle.css +1 -1
- package/components/toggle/toggle.d.ts +2 -2
- package/components/tooltip/tooltip.d.ts +1 -1
- package/components/user-agreement/service.js +4 -1
- package/components/user-agreement/user-agreement.d.ts +3 -11
- package/components/user-agreement/user-agreement.js +31 -30
- package/components/user-card/card.d.ts +22 -21
- package/components/user-card/card.js +29 -29
- package/components/user-card/smart-user-card-tooltip.d.ts +3 -3
- package/components/user-card/tooltip.d.ts +11 -6
- package/components/user-card/tooltip.js +1 -1
- package/components/user-card/user-card.css +10 -1
- package/dist/_helpers/_rollupPluginBabelHelpers.js +614 -1
- package/dist/_helpers/anchor.js +7 -8
- package/dist/_helpers/badge.js +1 -1
- package/dist/_helpers/button__classes.js +17 -29
- package/dist/_helpers/caption.js +31 -0
- package/dist/_helpers/card.js +100 -91
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/_helpers/dialog__body-scroll-preventer.js +21 -12
- package/dist/_helpers/grid.js +1 -1
- package/dist/_helpers/header.js +1 -1
- package/dist/_helpers/icon__svg.js +73 -0
- package/dist/_helpers/input.js +228 -2
- package/dist/_helpers/island.js +1 -1
- package/dist/_helpers/list.js +1 -1
- package/dist/_helpers/query-assist__suggestions.js +92 -75
- package/dist/_helpers/select__filter.js +70 -43
- package/dist/_helpers/services-link.js +33 -21
- package/dist/_helpers/sidebar.js +87 -86
- package/dist/_helpers/tab-link.js +36 -0
- package/dist/_helpers/table.js +1 -1
- package/dist/_helpers/theme.js +43 -36
- package/dist/_helpers/title.js +66 -56
- package/dist/alert/alert.d.ts +1 -1
- package/dist/alert/alert.js +165 -130
- package/dist/alert/container.js +40 -29
- package/dist/alert-service/alert-service.d.ts +2 -2
- package/dist/alert-service/alert-service.js +170 -106
- package/dist/analytics/analytics.d.ts +21 -7
- package/dist/analytics/analytics.js +90 -71
- package/dist/analytics/analytics__custom-plugin.d.ts +6 -16
- package/dist/analytics/analytics__custom-plugin.js +74 -87
- package/dist/analytics/analytics__fus-plugin.d.ts +15 -25
- package/dist/analytics/analytics__fus-plugin.js +31 -89
- package/dist/analytics/analytics__ga-plugin.d.ts +13 -3
- package/dist/analytics/analytics__ga-plugin.js +76 -25
- package/dist/analytics/analytics__plugin-utils.d.ts +16 -0
- package/dist/analytics/analytics__plugin-utils.js +52 -21
- package/dist/auth/auth.js +40 -10
- package/dist/auth/auth__core.d.ts +5 -4
- package/dist/auth/auth__core.js +1460 -722
- package/dist/auth/background-flow.js +125 -84
- package/dist/auth/down-notification.js +77 -37
- package/dist/auth/iframe-flow.js +130 -73
- package/dist/auth/landing.js +94 -36
- package/dist/auth/request-builder.js +79 -45
- package/dist/auth/response-parser.js +117 -85
- package/dist/auth/storage.js +323 -164
- package/dist/auth/token-validator.js +239 -128
- package/dist/auth/window-flow.js +126 -83
- package/dist/auth-dialog/auth-dialog.d.ts +2 -2
- package/dist/auth-dialog/auth-dialog.js +153 -96
- package/dist/auth-dialog-service/auth-dialog-service.js +37 -12
- package/dist/avatar/avatar-example-datauri.js +1 -23
- package/dist/avatar/avatar.d.ts +3 -3
- package/dist/avatar/avatar.js +132 -99
- package/dist/avatar/fallback-avatar.d.ts +2 -2
- package/dist/avatar/fallback-avatar.js +44 -24
- package/dist/badge/badge.d.ts +2 -2
- package/dist/badge/badge.js +34 -26
- package/dist/button/button.d.ts +3 -4
- package/dist/button/button.js +90 -71
- package/dist/button/button__classes.js +1 -0
- package/dist/button-group/button-group.d.ts +2 -2
- package/dist/button-group/button-group.js +33 -17
- package/dist/button-group/caption.d.ts +2 -2
- package/dist/button-group/caption.js +5 -22
- package/dist/button-set/button-set.d.ts +2 -2
- package/dist/button-set/button-set.js +31 -16
- package/dist/button-toolbar/button-toolbar.d.ts +2 -2
- package/dist/button-toolbar/button-toolbar.js +30 -15
- package/dist/caret/caret.js +223 -188
- package/dist/checkbox/checkbox.d.ts +2 -2
- package/dist/checkbox/checkbox.js +86 -61
- package/dist/clipboard/clipboard-fallback.js +10 -10
- package/dist/clipboard/clipboard.js +132 -38
- package/dist/code/code.d.ts +1 -1
- package/dist/code/code.js +153 -81
- package/dist/confirm/confirm.d.ts +1 -1
- package/dist/confirm/confirm.js +86 -50
- package/dist/confirm-service/confirm-service.js +68 -47
- package/dist/content-layout/content-layout.d.ts +2 -2
- package/dist/content-layout/content-layout.js +53 -35
- package/dist/content-layout/sidebar.d.ts +2 -2
- package/dist/content-layout/sidebar.js +1 -0
- package/dist/contenteditable/contenteditable.d.ts +3 -3
- package/dist/contenteditable/contenteditable.js +54 -43
- package/dist/control-label/control-label.d.ts +11 -0
- package/dist/control-label/control-label.js +32 -0
- package/dist/data-list/data-list.d.ts +3 -3
- package/dist/data-list/data-list.js +166 -120
- package/dist/data-list/data-list.mock.d.ts +2 -2
- package/dist/data-list/data-list.mock.js +11 -4
- package/dist/data-list/item.d.ts +3 -3
- package/dist/data-list/item.js +141 -118
- package/dist/data-list/selection.js +139 -77
- package/dist/data-list/title.d.ts +1 -1
- package/dist/data-list/title.js +13 -3
- package/dist/date-picker/consts.d.ts +5 -5
- package/dist/date-picker/consts.js +18 -15
- package/dist/date-picker/date-input.d.ts +3 -12
- package/dist/date-picker/date-input.js +132 -111
- package/dist/date-picker/date-picker.d.ts +8 -6
- package/dist/date-picker/date-picker.js +215 -165
- package/dist/date-picker/date-popup.d.ts +1 -1
- package/dist/date-picker/date-popup.js +341 -301
- package/dist/date-picker/day.d.ts +2 -2
- package/dist/date-picker/day.js +78 -68
- package/dist/date-picker/month-names.d.ts +2 -2
- package/dist/date-picker/month-names.js +59 -41
- package/dist/date-picker/month-slider.d.ts +2 -2
- package/dist/date-picker/month-slider.js +59 -40
- package/dist/date-picker/month.d.ts +2 -2
- package/dist/date-picker/month.js +21 -15
- package/dist/date-picker/months.d.ts +2 -2
- package/dist/date-picker/months.js +80 -56
- package/dist/date-picker/weekdays.d.ts +2 -2
- package/dist/date-picker/weekdays.js +18 -12
- package/dist/date-picker/years.d.ts +6 -2
- package/dist/date-picker/years.js +102 -66
- package/dist/dialog/dialog.d.ts +4 -16
- package/dist/dialog/dialog.js +149 -100
- package/dist/dialog/dialog__body-scroll-preventer.js +5 -0
- package/dist/dropdown/anchor.d.ts +1 -1
- package/dist/dropdown/anchor.js +11 -3
- package/dist/dropdown/dropdown.d.ts +8 -1
- package/dist/dropdown/dropdown.js +159 -132
- package/dist/dropdown-menu/dropdown-menu.js +103 -77
- package/dist/editable-heading/editable-heading.d.ts +2 -2
- package/dist/editable-heading/editable-heading.js +134 -66
- package/dist/error-bubble/error-bubble.d.ts +2 -2
- package/dist/error-bubble/error-bubble.js +60 -27
- package/dist/error-message/error-message.d.ts +2 -2
- package/dist/error-message/error-message.js +55 -32
- package/dist/footer/footer.js +115 -8
- package/dist/global/compose.js +10 -1
- package/dist/global/composeRefs.js +12 -7
- package/dist/global/controls-height.d.ts +2 -0
- package/dist/global/controls-height.js +10 -2
- package/dist/global/create-stateful-context.d.ts +1 -1
- package/dist/global/create-stateful-context.js +19 -19
- package/dist/global/data-tests.js +15 -7
- package/dist/global/dom.js +93 -55
- package/dist/global/focus-sensor-hoc.d.ts +1 -0
- package/dist/global/focus-sensor-hoc.js +118 -102
- package/dist/global/fuzzy-highlight.js +41 -27
- package/dist/global/get-event-key.js +8 -8
- package/dist/global/get-uid.js +8 -4
- package/dist/global/inject-styles.js +15 -10
- package/dist/global/linear-function.js +2 -2
- package/dist/global/listeners.js +50 -28
- package/dist/global/memoize.js +13 -6
- package/dist/global/normalize-indent.js +51 -19
- package/dist/global/promise-with-timeout.js +8 -6
- package/dist/global/prop-types.js +5 -3
- package/dist/global/react-dom-renderer.d.ts +4 -4
- package/dist/global/react-dom-renderer.js +44 -28
- package/dist/global/react-render-adapter.js +21 -15
- package/dist/global/rerender-hoc.js +40 -19
- package/dist/global/schedule-raf.js +6 -5
- package/dist/global/sniffer.js +1 -1
- package/dist/global/theme.js +24 -0
- package/dist/global/trivial-template-tag.js +10 -3
- package/dist/global/typescript-utils.js +6 -2
- package/dist/global/url.js +27 -21
- package/dist/global/use-event-callback.d.ts +1 -0
- package/dist/global/use-event-callback.js +17 -0
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/col.js +42 -23
- package/dist/grid/grid.d.ts +2 -2
- package/dist/grid/grid.js +32 -13
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/row.js +32 -20
- package/dist/group/group.d.ts +2 -2
- package/dist/group/group.js +25 -14
- package/dist/header/header.d.ts +2 -2
- package/dist/header/header.js +76 -31
- package/dist/header/logo.d.ts +2 -2
- package/dist/header/logo.js +32 -14
- package/dist/header/profile.d.ts +4 -2
- package/dist/header/profile.js +155 -109
- package/dist/header/services-link.d.ts +2 -2
- package/dist/header/services-link.js +9 -2
- package/dist/header/services.d.ts +2 -2
- package/dist/header/services.js +105 -66
- package/dist/header/smart-profile.d.ts +2 -2
- package/dist/header/smart-profile.js +195 -104
- package/dist/header/smart-services.d.ts +2 -2
- package/dist/header/smart-services.js +112 -64
- package/dist/header/tray-icon.d.ts +2 -2
- package/dist/header/tray-icon.js +37 -22
- package/dist/header/tray.d.ts +2 -2
- package/dist/header/tray.js +30 -17
- package/dist/heading/heading.js +26 -27
- package/dist/http/http.d.ts +16 -6
- package/dist/http/http.js +357 -170
- package/dist/http/http.mock.js +105 -50
- package/dist/hub-source/hub-source.js +183 -77
- package/dist/hub-source/hub-source__user.js +45 -12
- package/dist/hub-source/hub-source__users-groups.d.ts +1 -1
- package/dist/hub-source/hub-source__users-groups.js +63 -34
- package/dist/i18n/i18n-context.d.ts +13 -0
- package/dist/i18n/i18n-context.js +28 -0
- package/dist/i18n/i18n.d.ts +59 -0
- package/dist/i18n/i18n.js +140 -0
- package/dist/icon/icon.d.ts +3 -3
- package/dist/icon/icon.js +78 -61
- package/dist/icon/icon__svg.d.ts +1 -1
- package/dist/icon/icon__svg.js +15 -71
- package/dist/icon/index.js +10 -2
- package/dist/input/input.d.ts +7 -1
- package/dist/input/input.js +30 -197
- package/dist/island/adaptive-island-hoc.d.ts +2 -2
- package/dist/island/adaptive-island-hoc.js +38 -27
- package/dist/island/content.d.ts +1 -1
- package/dist/island/content.js +104 -92
- package/dist/island/header.d.ts +2 -2
- package/dist/island/header.js +60 -47
- package/dist/island/island.d.ts +3 -3
- package/dist/island/island.js +33 -21
- package/dist/island-legacy/content-legacy.d.ts +2 -2
- package/dist/island-legacy/content-legacy.js +23 -13
- package/dist/island-legacy/header-legacy.d.ts +2 -2
- package/dist/island-legacy/header-legacy.js +25 -15
- package/dist/island-legacy/island-legacy.d.ts +2 -2
- package/dist/island-legacy/island-legacy.js +23 -13
- package/dist/link/clickableLink.d.ts +1 -1
- package/dist/link/clickableLink.js +43 -29
- package/dist/link/link.d.ts +8 -9
- package/dist/link/link.js +74 -63
- package/dist/list/consts.js +4 -1
- package/dist/list/list.d.ts +7 -7
- package/dist/list/list.js +500 -406
- package/dist/list/list__custom.d.ts +1 -1
- package/dist/list/list__custom.js +60 -47
- package/dist/list/list__hint.d.ts +2 -2
- package/dist/list/list__hint.js +18 -8
- package/dist/list/list__item.d.ts +2 -2
- package/dist/list/list__item.js +168 -135
- package/dist/list/list__link.d.ts +2 -2
- package/dist/list/list__link.js +54 -39
- package/dist/list/list__separator.d.ts +2 -2
- package/dist/list/list__separator.js +24 -14
- package/dist/list/list__title.d.ts +2 -2
- package/dist/list/list__title.js +32 -22
- package/dist/list/list__users-groups-source.js +131 -58
- package/dist/loader/loader.d.ts +2 -2
- package/dist/loader/loader.js +66 -34
- package/dist/loader/loader__core.js +197 -129
- package/dist/loader-inline/loader-inline.d.ts +2 -2
- package/dist/loader-inline/loader-inline.js +34 -19
- package/dist/loader-screen/loader-screen.d.ts +2 -2
- package/dist/loader-screen/loader-screen.js +45 -21
- package/dist/login-dialog/login-dialog.d.ts +2 -2
- package/dist/login-dialog/login-dialog.js +126 -81
- package/dist/login-dialog/service.js +40 -13
- package/dist/markdown/code.d.ts +2 -2
- package/dist/markdown/code.js +30 -9
- package/dist/markdown/heading.d.ts +2 -2
- package/dist/markdown/heading.js +3 -5
- package/dist/markdown/link.d.ts +2 -2
- package/dist/markdown/link.js +13 -8
- package/dist/markdown/markdown.d.ts +2 -2
- package/dist/markdown/markdown.js +67 -36
- package/dist/message/message.d.ts +3 -7
- package/dist/message/message.js +154 -121
- package/dist/old-browsers-message/old-browsers-message.js +19 -11
- package/dist/old-browsers-message/old-browsers-message__stop.js +8 -0
- package/dist/old-browsers-message/white-list.js +17 -10
- package/dist/pager/pager.d.ts +8 -13
- package/dist/pager/pager.js +260 -197
- package/dist/panel/panel.d.ts +2 -2
- package/dist/panel/panel.js +25 -14
- package/dist/permissions/permissions.js +166 -122
- package/dist/permissions/permissions__cache.js +220 -191
- package/dist/popup/popup.consts.js +1 -1
- package/dist/popup/popup.d.ts +2 -2
- package/dist/popup/popup.js +299 -236
- package/dist/popup/popup.target.js +8 -9
- package/dist/popup/position.d.ts +1 -1
- package/dist/popup/position.js +175 -154
- package/dist/popup-menu/popup-menu.d.ts +2 -2
- package/dist/popup-menu/popup-menu.js +81 -46
- package/dist/progress-bar/progress-bar.d.ts +2 -2
- package/dist/progress-bar/progress-bar.js +66 -52
- package/dist/query-assist/query-assist.d.ts +3 -7
- package/dist/query-assist/query-assist.js +679 -575
- package/dist/query-assist/query-assist__suggestions.d.ts +2 -2
- package/dist/query-assist/query-assist__suggestions.js +34 -6
- package/dist/radio/radio.d.ts +1 -1
- package/dist/radio/radio.js +28 -15
- package/dist/radio/radio__item.d.ts +1 -1
- package/dist/radio/radio__item.js +62 -45
- package/dist/select/select.d.ts +20 -9
- package/dist/select/select.js +832 -706
- package/dist/select/select__filter.d.ts +2 -3
- package/dist/select/select__filter.js +38 -8
- package/dist/select/select__popup.d.ts +48 -8
- package/dist/select/select__popup.js +430 -299
- package/dist/shortcuts/core.js +197 -146
- package/dist/shortcuts/shortcut-title.js +11 -6
- package/dist/shortcuts/shortcuts-hoc.d.ts +2 -2
- package/dist/shortcuts/shortcuts-hoc.js +43 -19
- package/dist/shortcuts/shortcuts.d.ts +1 -1
- package/dist/shortcuts/shortcuts.js +69 -43
- package/dist/storage/storage.js +35 -7
- package/dist/storage/storage__fallback.js +217 -143
- package/dist/storage/storage__local.js +156 -93
- package/dist/style.css +1 -1
- package/dist/tab-trap/tab-trap.d.ts +1 -1
- package/dist/tab-trap/tab-trap.js +117 -84
- package/dist/table/cell.d.ts +2 -2
- package/dist/table/cell.js +23 -9
- package/dist/table/disable-hover-hoc.d.ts +2 -2
- package/dist/table/disable-hover-hoc.js +44 -26
- package/dist/table/header-cell.d.ts +2 -2
- package/dist/table/header-cell.js +75 -56
- package/dist/table/header.d.ts +3 -14
- package/dist/table/header.js +103 -134
- package/dist/table/multitable.d.ts +2 -2
- package/dist/table/multitable.js +102 -86
- package/dist/table/row-with-focus-sensor.d.ts +1 -1
- package/dist/table/row-with-focus-sensor.js +70 -27
- package/dist/table/row.d.ts +2 -1
- package/dist/table/row.js +192 -158
- package/dist/table/selection-adapter.js +3 -1
- package/dist/table/selection-shortcuts-hoc.js +132 -131
- package/dist/table/selection.js +220 -150
- package/dist/table/smart-table.d.ts +3 -1
- package/dist/table/smart-table.js +88 -53
- package/dist/table/table.d.ts +6 -4
- package/dist/table/table.js +312 -250
- package/dist/tabs/collapsible-more.d.ts +3 -3
- package/dist/tabs/collapsible-more.js +91 -59
- package/dist/tabs/collapsible-tab.d.ts +1 -1
- package/dist/tabs/collapsible-tab.js +46 -42
- package/dist/tabs/collapsible-tabs.d.ts +2 -2
- package/dist/tabs/collapsible-tabs.js +167 -105
- package/dist/tabs/custom-item.js +2 -4
- package/dist/tabs/dumb-tabs.d.ts +5 -3
- package/dist/tabs/dumb-tabs.js +103 -62
- package/dist/tabs/smart-tabs.d.ts +2 -2
- package/dist/tabs/smart-tabs.js +72 -31
- package/dist/tabs/tab-link.d.ts +1 -1
- package/dist/tabs/tab-link.js +13 -35
- package/dist/tabs/tab.d.ts +2 -2
- package/dist/tabs/tab.js +26 -15
- package/dist/tabs/tabs.js +37 -7
- package/dist/tag/tag.d.ts +5 -5
- package/dist/tag/tag.js +147 -115
- package/dist/tags-input/tags-input.d.ts +9 -4
- package/dist/tags-input/tags-input.js +328 -227
- package/dist/tags-list/tags-list.d.ts +2 -2
- package/dist/tags-list/tags-list.js +62 -40
- package/dist/text/text.d.ts +8 -2
- package/dist/text/text.js +38 -17
- package/dist/toggle/toggle.d.ts +2 -2
- package/dist/toggle/toggle.js +55 -39
- package/dist/tooltip/tooltip.d.ts +1 -1
- package/dist/tooltip/tooltip.js +145 -102
- package/dist/user-agreement/service.js +411 -264
- package/dist/user-agreement/toolbox.eula.js +1 -160
- package/dist/user-agreement/user-agreement.d.ts +3 -11
- package/dist/user-agreement/user-agreement.js +107 -72
- package/dist/user-card/card.d.ts +22 -21
- package/dist/user-card/card.js +35 -5
- package/dist/user-card/smart-user-card-tooltip.d.ts +3 -3
- package/dist/user-card/smart-user-card-tooltip.js +138 -78
- package/dist/user-card/tooltip.d.ts +11 -6
- package/dist/user-card/tooltip.js +76 -36
- package/dist/user-card/user-card.js +35 -5
- package/package.json +86 -86
- package/components/auth-ng/auth-ng.examples.js +0 -41
- package/components/auth-ng/auth-ng.js +0 -143
- package/components/auth-ng/auth-ng.mock.js +0 -28
- package/components/autofocus-ng/autofocus-ng.examples.js +0 -41
- package/components/autofocus-ng/autofocus-ng.js +0 -51
- package/components/autofocus-ng/autofocus-ng.test.js +0 -49
- package/components/avatar-editor-ng/avatar-editor-ng.css +0 -104
- package/components/avatar-editor-ng/avatar-editor-ng.examples.js +0 -41
- package/components/avatar-editor-ng/avatar-editor-ng.js +0 -133
- package/components/avatar-editor-ng/avatar-editor-ng__template.js +0 -28
- package/components/avatar-ng/avatar-ng.examples.js +0 -33
- package/components/avatar-ng/avatar-ng.js +0 -7
- package/components/badge-ng/badge-ng.examples.js +0 -32
- package/components/badge-ng/badge-ng.js +0 -8
- package/components/breadcrumb-ng/breadcrumb-ng.examples.js +0 -33
- package/components/breadcrumb-ng/breadcrumb-ng.js +0 -60
- package/components/breadcrumb-ng/breadcrumb.css +0 -70
- package/components/button-group-ng/button-group-ng.css +0 -4
- package/components/button-group-ng/button-group-ng.examples.js +0 -30
- package/components/button-group-ng/button-group-ng.js +0 -43
- package/components/button-ng/button-ng.css +0 -23
- package/components/button-ng/button-ng.examples.js +0 -114
- package/components/button-ng/button-ng.js +0 -192
- package/components/button-ng/button-ng.test.js +0 -95
- package/components/button-set-ng/button-set-ng.examples.js +0 -30
- package/components/button-set-ng/button-set-ng.js +0 -22
- package/components/button-toolbar-ng/button-toolbar-ng.examples.js +0 -35
- package/components/button-toolbar-ng/button-toolbar-ng.js +0 -23
- package/components/checkbox-ng/checkbox-ng.examples.js +0 -80
- package/components/checkbox-ng/checkbox-ng.js +0 -64
- package/components/checkbox-ng/checkbox-ng.test.js +0 -61
- package/components/compiler-ng/compiler-ng.examples.js +0 -32
- package/components/compiler-ng/compiler-ng.js +0 -63
- package/components/compiler-ng/compiler-ng.test.js +0 -207
- package/components/confirm-ng/confirm-ng.examples.js +0 -43
- package/components/confirm-ng/confirm-ng.js +0 -30
- package/components/data-list-ng/data-list-ng.examples.js +0 -54
- package/components/data-list-ng/data-list-ng.js +0 -7
- package/components/dialog-ng/dialog-ng.css +0 -98
- package/components/dialog-ng/dialog-ng.examples.js +0 -240
- package/components/dialog-ng/dialog-ng.js +0 -607
- package/components/dialog-ng/dialog-ng.test.js +0 -829
- package/components/dialog-ng/dialog-ng__template.js +0 -70
- package/components/docked-panel-ng/docked-panel-ng.css +0 -28
- package/components/docked-panel-ng/docked-panel-ng.examples.js +0 -39
- package/components/docked-panel-ng/docked-panel-ng.js +0 -169
- package/components/error-message-ng/error-message-ng.examples.js +0 -33
- package/components/error-message-ng/error-message-ng.js +0 -50
- package/components/error-page-ng/error-page-ng.css +0 -6
- package/components/error-page-ng/error-page-ng.examples.js +0 -31
- package/components/error-page-ng/error-page-ng.js +0 -269
- package/components/error-page-ng/error-page-ng.test.js +0 -138
- package/components/footer-ng/footer-ng.examples.js +0 -35
- package/components/footer-ng/footer-ng.js +0 -61
- package/components/footer-ng/footer-ng.test.js +0 -41
- package/components/form-ng/error-bubble-ng.css +0 -7
- package/components/form-ng/form-ng.examples.js +0 -73
- package/components/form-ng/form-ng.js +0 -176
- package/components/global/angular-component-factory.js +0 -87
- package/components/global/angular-component-factory.test.js +0 -118
- package/components/global/ring-angular-component.js +0 -15
- package/components/global/ring-angular-component.test.js +0 -31
- package/components/group-ng/group-ng.js +0 -16
- package/components/group-ng/group.examples.js +0 -29
- package/components/heading-ng/heading-ng.examples.js +0 -29
- package/components/heading-ng/heading-ng.js +0 -8
- package/components/icon-ng/icon-ng.examples.js +0 -34
- package/components/icon-ng/icon-ng.js +0 -89
- package/components/input/input-label.d.ts +0 -10
- package/components/input/input-label.js +0 -18
- package/components/input-ng/input-ng.css +0 -7
- package/components/input-ng/input-ng.examples.js +0 -125
- package/components/input-ng/input-ng.js +0 -159
- package/components/input-ng/input-ng.test.js +0 -32
- package/components/island-ng/island-content-ng.js +0 -56
- package/components/island-ng/island-header-ng.js +0 -34
- package/components/island-ng/island-ng-class-fixer.js +0 -7
- package/components/island-ng/island-ng.examples.js +0 -54
- package/components/island-ng/island-ng.js +0 -35
- package/components/link-ng/link-ng.examples.js +0 -22
- package/components/link-ng/link-ng.js +0 -26
- package/components/link-ng/link-ng.test.js +0 -29
- package/components/loader-inline-ng/loader-inline-ng.examples.js +0 -28
- package/components/loader-inline-ng/loader-inline-ng.js +0 -17
- package/components/loader-inline-ng/loader-inline-ng.test.js +0 -28
- package/components/loader-ng/loader-ng.examples.js +0 -27
- package/components/loader-ng/loader-ng.js +0 -37
- package/components/loader-ng/loader-ng.test.js +0 -41
- package/components/loader-screen-ng/loader-screen-ng.examples.js +0 -30
- package/components/loader-screen-ng/loader-screen-ng.js +0 -95
- package/components/message-bundle-ng/message-bundle-ng.js +0 -67
- package/components/pager-ng/pager-ng.examples.js +0 -37
- package/components/pager-ng/pager-ng.js +0 -7
- package/components/palette/palette.examples.js +0 -63
- package/components/panel-ng/panel-ng.js +0 -20
- package/components/permissions-ng/permissions-ng.css +0 -5
- package/components/permissions-ng/permissions-ng.examples.js +0 -49
- package/components/permissions-ng/permissions-ng.js +0 -246
- package/components/permissions-ng/permissions-ng.test.js +0 -82
- package/components/place-under-ng/place-under-ng.examples.js +0 -94
- package/components/place-under-ng/place-under-ng.js +0 -190
- package/components/place-under-ng/place-under-ng.test.js +0 -182
- package/components/progress-bar-ng/progress-bar-ng.examples.js +0 -52
- package/components/progress-bar-ng/progress-bar-ng.js +0 -7
- package/components/promised-click-ng/promised-click-ng.examples.js +0 -42
- package/components/promised-click-ng/promised-click-ng.js +0 -118
- package/components/promised-click-ng/promised-click-ng.test.js +0 -166
- package/components/proxy-attrs/proxy-attrs.js +0 -24
- package/components/proxy-attrs/proxy-attrs.test.js +0 -102
- package/components/query-assist-ng/query-assist-ng.examples.js +0 -89
- package/components/query-assist-ng/query-assist-ng.js +0 -7
- package/components/radio-ng/radio-ng.examples.js +0 -31
- package/components/radio-ng/radio-ng.js +0 -61
- package/components/radio-ng/radio-ng.test.js +0 -55
- package/components/save-field-ng/save-field-ng.css +0 -13
- package/components/save-field-ng/save-field-ng.examples.js +0 -221
- package/components/save-field-ng/save-field-ng.js +0 -358
- package/components/save-field-ng/save-field-ng__template.js +0 -32
- package/components/select-ng/select-ng.examples.js +0 -483
- package/components/select-ng/select-ng.js +0 -561
- package/components/select-ng/select-ng.test.js +0 -620
- package/components/select-ng/select-ng__lazy.js +0 -83
- package/components/select-ng/select-ng__lazy.test.js +0 -81
- package/components/select-ng/select-ng__options.js +0 -147
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +0 -116
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.examples.js +0 -126
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.js +0 -102
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.test.js +0 -113
- package/components/shortcuts-hint-ng/shortcuts-hint-ng__template.js +0 -48
- package/components/shortcuts-ng/shortcuts-ng.js +0 -285
- package/components/sidebar-ng/sidebar-ng.examples.js +0 -94
- package/components/sidebar-ng/sidebar-ng.js +0 -100
- package/components/sidebar-ng/sidebar-ng.test.js +0 -37
- package/components/sidebar-ng/sidebar-ng__button-template.js +0 -18
- package/components/sidebar-ng/sidebar-ng__template.js +0 -10
- package/components/table-legacy-ng/table-legacy-ng.examples.js +0 -192
- package/components/table-legacy-ng/table-legacy-ng.js +0 -433
- package/components/table-legacy-ng/table-legacy-ng.test.js +0 -296
- package/components/table-legacy-ng/table-legacy-ng__pager.js +0 -32
- package/components/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +0 -105
- package/components/table-legacy-ng/table-legacy-ng__selection.js +0 -165
- package/components/table-legacy-ng/table-legacy-ng__toolbar.js +0 -58
- package/components/table-ng/smart-table-ng.js +0 -7
- package/components/table-ng/table-ng.examples.js +0 -84
- package/components/table-ng/table-ng.js +0 -7
- package/components/tabs-ng/tabs-ng.examples.js +0 -30
- package/components/tabs-ng/tabs-ng.js +0 -206
- package/components/tabs-ng/tabs-ng.test.js +0 -76
- package/components/tabs-ng/tabs-ng__template.js +0 -38
- package/components/tags-input-ng/tags-input-ng.examples.js +0 -41
- package/components/tags-input-ng/tags-input-ng.js +0 -7
- package/components/template-ng/template-ng.examples.js +0 -32
- package/components/template-ng/template-ng.js +0 -58
- package/components/template-ng/template-ng.test.js +0 -97
- package/components/title-ng/title-ng.examples.js +0 -30
- package/components/title-ng/title-ng.js +0 -120
- package/components/title-ng/title-ng.test.js +0 -47
- package/components/toggle-ng/toggle-ng.examples.js +0 -22
- package/components/toggle-ng/toggle-ng.js +0 -8
- package/components/tooltip-ng/tooltip-ng.css +0 -25
- package/components/tooltip-ng/tooltip-ng.examples.js +0 -36
- package/components/tooltip-ng/tooltip-ng.js +0 -100
- package/components/tooltip-ng/tooltip-ng.test.js +0 -69
- package/components/user-card-ng/user-card-ng.examples.js +0 -66
- package/components/user-card-ng/user-card-ng.js +0 -16
- package/dist/_helpers/button-group.js +0 -3
- package/dist/_helpers/button-set.js +0 -3
- package/dist/_helpers/button-toolbar.js +0 -3
- package/dist/_helpers/checkbox.js +0 -3
- package/dist/_helpers/error-message.js +0 -3
- package/dist/_helpers/footer.js +0 -110
- package/dist/_helpers/group.js +0 -3
- package/dist/_helpers/icon.js +0 -3
- package/dist/_helpers/link.js +0 -3
- package/dist/_helpers/loader-inline.js +0 -3
- package/dist/_helpers/loader-screen.js +0 -3
- package/dist/_helpers/panel.js +0 -3
- package/dist/_helpers/radio.js +0 -3
- package/dist/_helpers/tabs.js +0 -3
- package/dist/auth-ng/auth-ng.js +0 -198
- package/dist/auth-ng/auth-ng.mock.js +0 -29
- package/dist/autofocus-ng/autofocus-ng.js +0 -45
- package/dist/avatar-editor-ng/avatar-editor-ng.js +0 -161
- package/dist/avatar-editor-ng/avatar-editor-ng__template.js +0 -30
- package/dist/avatar-ng/avatar-ng.js +0 -19
- package/dist/badge-ng/badge-ng.js +0 -17
- package/dist/breadcrumb-ng/breadcrumb-ng.js +0 -61
- package/dist/button-group-ng/button-group-ng.js +0 -39
- package/dist/button-ng/button-ng.js +0 -180
- package/dist/button-set-ng/button-set-ng.js +0 -17
- package/dist/button-toolbar-ng/button-toolbar-ng.js +0 -21
- package/dist/checkbox-ng/checkbox-ng.js +0 -63
- package/dist/compiler-ng/compiler-ng.js +0 -48
- package/dist/confirm-ng/confirm-ng.js +0 -67
- package/dist/data-list-ng/data-list-ng.js +0 -57
- package/dist/dialog-ng/dialog-ng.js +0 -512
- package/dist/dialog-ng/dialog-ng__template.js +0 -72
- package/dist/docked-panel-ng/docked-panel-ng.js +0 -147
- package/dist/error-message-ng/error-message-ng.js +0 -53
- package/dist/footer-ng/footer-ng.js +0 -62
- package/dist/form-ng/form-ng.js +0 -148
- package/dist/global/angular-component-factory.js +0 -73
- package/dist/global/ring-angular-component.js +0 -19
- package/dist/group-ng/group-ng.js +0 -11
- package/dist/heading-ng/heading-ng.js +0 -16
- package/dist/icon-ng/icon-ng.js +0 -84
- package/dist/input/input-label.d.ts +0 -10
- package/dist/input/input-label.js +0 -27
- package/dist/input-ng/input-ng.js +0 -146
- package/dist/island-ng/island-content-ng.js +0 -53
- package/dist/island-ng/island-header-ng.js +0 -32
- package/dist/island-ng/island-ng-class-fixer.js +0 -9
- package/dist/island-ng/island-ng.js +0 -31
- package/dist/link-ng/link-ng.js +0 -23
- package/dist/loader-inline-ng/loader-inline-ng.js +0 -14
- package/dist/loader-ng/loader-ng.js +0 -36
- package/dist/loader-screen-ng/loader-screen-ng.js +0 -87
- package/dist/message-bundle-ng/message-bundle-ng.js +0 -68
- package/dist/pager-ng/pager-ng.js +0 -97
- package/dist/panel-ng/panel-ng.js +0 -16
- package/dist/permissions-ng/permissions-ng.js +0 -277
- package/dist/place-under-ng/place-under-ng.js +0 -138
- package/dist/progress-bar-ng/progress-bar-ng.js +0 -15
- package/dist/promised-click-ng/promised-click-ng.js +0 -107
- package/dist/proxy-attrs/proxy-attrs.js +0 -19
- package/dist/query-assist-ng/query-assist-ng.js +0 -83
- package/dist/radio-ng/radio-ng.js +0 -59
- package/dist/save-field-ng/save-field-ng.js +0 -291
- package/dist/save-field-ng/save-field-ng__template.js +0 -34
- package/dist/select-ng/select-ng.js +0 -577
- package/dist/select-ng/select-ng__lazy.js +0 -153
- package/dist/select-ng/select-ng__options.js +0 -119
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +0 -107
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng__template.js +0 -50
- package/dist/shortcuts-ng/shortcuts-ng.js +0 -231
- package/dist/sidebar-ng/sidebar-ng.js +0 -101
- package/dist/sidebar-ng/sidebar-ng__button-template.js +0 -20
- package/dist/sidebar-ng/sidebar-ng__template.js +0 -12
- package/dist/table-legacy-ng/table-legacy-ng.js +0 -472
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +0 -123
- package/dist/table-legacy-ng/table-legacy-ng__selection-navigate-actions.js +0 -92
- package/dist/table-legacy-ng/table-legacy-ng__selection.js +0 -147
- package/dist/table-legacy-ng/table-legacy-ng__toolbar.js +0 -53
- package/dist/table-ng/smart-table-ng.js +0 -67
- package/dist/table-ng/table-ng.js +0 -66
- package/dist/tabs-ng/tabs-ng.js +0 -172
- package/dist/tabs-ng/tabs-ng__template.js +0 -40
- package/dist/tags-input-ng/tags-input-ng.js +0 -90
- package/dist/template-ng/template-ng.js +0 -58
- package/dist/title-ng/title-ng.js +0 -103
- package/dist/toggle-ng/toggle-ng.js +0 -16
- package/dist/tooltip-ng/tooltip-ng.js +0 -96
- package/dist/user-card-ng/user-card-ng.js +0 -67
package/dist/popup/position.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
|
+
import { g as _objectSpread2, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.array.includes.js';
|
|
3
|
+
import 'core-js/modules/es.string.includes.js';
|
|
4
|
+
import 'core-js/modules/es.array.sort.js';
|
|
5
|
+
import 'core-js/modules/es.array.map.js';
|
|
6
|
+
import 'core-js/modules/es.array.filter.js';
|
|
7
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
8
|
+
import 'core-js/modules/es.array.concat.js';
|
|
1
9
|
import { getRect, isMounted, getDocumentScrollTop, getDocumentScrollLeft, getWindowHeight } from '../global/dom.js';
|
|
2
10
|
import { MaxHeight, Dimension, MinWidth, Directions } from './popup.consts.js';
|
|
3
|
-
import '
|
|
11
|
+
import 'core-js/modules/es.object.assign.js';
|
|
12
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
13
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
14
|
+
import 'core-js/modules/es.string.split.js';
|
|
15
|
+
import 'core-js/modules/es.object.entries.js';
|
|
16
|
+
import 'core-js/modules/es.object.keys.js';
|
|
17
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
18
|
+
import 'core-js/modules/es.set.js';
|
|
19
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
20
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
4
21
|
|
|
5
22
|
function getScrollingCoordinates(container) {
|
|
6
23
|
if (container !== null) {
|
|
@@ -15,112 +32,120 @@ function getScrollingCoordinates(container) {
|
|
|
15
32
|
};
|
|
16
33
|
}
|
|
17
34
|
function getPositionStyles(popup, anchorRect, anchorLeft, anchorTop, offset) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
left: anchorRight + offset,
|
|
67
|
-
top: anchorTop
|
|
68
|
-
},
|
|
69
|
-
[Directions.RIGHT_TOP]: {
|
|
70
|
-
left: anchorRight + offset,
|
|
71
|
-
top: popupBottomToTop
|
|
72
|
-
},
|
|
73
|
-
[Directions.RIGHT_CENTER]: {
|
|
74
|
-
left: anchorRight + offset,
|
|
75
|
-
top: popupVerticalCenter
|
|
76
|
-
}
|
|
77
|
-
};
|
|
35
|
+
var _ref;
|
|
36
|
+
var popupWidth = popup.offsetWidth;
|
|
37
|
+
var popupHeight = popup.offsetHeight;
|
|
38
|
+
var anchorBottom = anchorTop + anchorRect.height;
|
|
39
|
+
var anchorRight = anchorLeft + anchorRect.width;
|
|
40
|
+
var popupLeft = anchorLeft - popupWidth;
|
|
41
|
+
var popupTop = anchorTop - popupHeight;
|
|
42
|
+
var popupRightToLeft = anchorRight - popupWidth;
|
|
43
|
+
var popupHorizontalCenter = anchorLeft + anchorRect.width / 2 - popupWidth / 2;
|
|
44
|
+
var popupVerticalCenter = anchorTop + anchorRect.height / 2 - popupHeight / 2;
|
|
45
|
+
var popupBottomToTop = anchorBottom - popupHeight;
|
|
46
|
+
return _ref = {}, _defineProperty(_ref, Directions.BOTTOM_RIGHT, {
|
|
47
|
+
left: anchorLeft,
|
|
48
|
+
top: anchorBottom + offset
|
|
49
|
+
}), _defineProperty(_ref, Directions.BOTTOM_LEFT, {
|
|
50
|
+
left: popupRightToLeft,
|
|
51
|
+
top: anchorBottom + offset
|
|
52
|
+
}), _defineProperty(_ref, Directions.BOTTOM_CENTER, {
|
|
53
|
+
left: popupHorizontalCenter,
|
|
54
|
+
top: anchorBottom + offset
|
|
55
|
+
}), _defineProperty(_ref, Directions.TOP_RIGHT, {
|
|
56
|
+
left: anchorLeft,
|
|
57
|
+
top: popupTop - offset
|
|
58
|
+
}), _defineProperty(_ref, Directions.TOP_LEFT, {
|
|
59
|
+
left: popupRightToLeft,
|
|
60
|
+
top: popupTop - offset
|
|
61
|
+
}), _defineProperty(_ref, Directions.TOP_CENTER, {
|
|
62
|
+
left: popupHorizontalCenter,
|
|
63
|
+
top: popupTop - offset
|
|
64
|
+
}), _defineProperty(_ref, Directions.LEFT_BOTTOM, {
|
|
65
|
+
left: popupLeft - offset,
|
|
66
|
+
top: anchorTop
|
|
67
|
+
}), _defineProperty(_ref, Directions.LEFT_TOP, {
|
|
68
|
+
left: popupLeft - offset,
|
|
69
|
+
top: popupBottomToTop
|
|
70
|
+
}), _defineProperty(_ref, Directions.LEFT_CENTER, {
|
|
71
|
+
left: popupLeft - offset,
|
|
72
|
+
top: popupVerticalCenter
|
|
73
|
+
}), _defineProperty(_ref, Directions.RIGHT_BOTTOM, {
|
|
74
|
+
left: anchorRight + offset,
|
|
75
|
+
top: anchorTop
|
|
76
|
+
}), _defineProperty(_ref, Directions.RIGHT_TOP, {
|
|
77
|
+
left: anchorRight + offset,
|
|
78
|
+
top: popupBottomToTop
|
|
79
|
+
}), _defineProperty(_ref, Directions.RIGHT_CENTER, {
|
|
80
|
+
left: anchorRight + offset,
|
|
81
|
+
top: popupVerticalCenter
|
|
82
|
+
}), _ref;
|
|
78
83
|
}
|
|
79
84
|
function verticalOverflow(styles, scrollingCoordinates, attrs) {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
var containerHeight = attrs.container !== null ? attrs.container.clientHeight : getWindowHeight();
|
|
86
|
+
var viewportMinX = scrollingCoordinates.top + attrs.sidePadding;
|
|
87
|
+
var viewportMaxX = scrollingCoordinates.top + containerHeight - attrs.sidePadding;
|
|
88
|
+
var topOverflow = Math.max(viewportMinX - styles.top, 0);
|
|
89
|
+
var popupHeight = attrs.popup.clientHeight;
|
|
90
|
+
var verticalDiff = styles.top + popupHeight - viewportMaxX;
|
|
91
|
+
var bottomOverflow = Math.max(verticalDiff, 0);
|
|
87
92
|
return topOverflow + bottomOverflow;
|
|
88
93
|
}
|
|
89
94
|
function horizontalOverflow(styles, scrollingCoordinates, attrs) {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
var containerWidth = attrs.container !== null ? attrs.container.clientWidth : window.innerWidth;
|
|
96
|
+
var viewportMinY = scrollingCoordinates.left + attrs.sidePadding;
|
|
97
|
+
var viewportMaxY = scrollingCoordinates.left + containerWidth - attrs.sidePadding;
|
|
98
|
+
var leftOverflow = Math.max(viewportMinY - styles.left, 0);
|
|
99
|
+
var popupWidth = attrs.popup.clientWidth;
|
|
100
|
+
var horizontalDiff = styles.left + popupWidth - viewportMaxY;
|
|
101
|
+
var rightOverflow = Math.max(horizontalDiff, 0);
|
|
97
102
|
return leftOverflow + rightOverflow;
|
|
98
103
|
}
|
|
99
|
-
|
|
100
|
-
|
|
104
|
+
var positionPropKeys = ['directions', 'autoPositioning', 'autoCorrectTopOverflow', 'sidePadding', 'top', 'left', 'offset', 'maxHeight', 'minWidth'];
|
|
105
|
+
var defaultcontainerRect = {
|
|
101
106
|
top: 0,
|
|
102
107
|
left: 0
|
|
103
108
|
};
|
|
104
|
-
function
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
container === document.documentElement ? container.clientHeight : 0);
|
|
122
|
-
bottomMaxHeight = Math.max(containerHeight - (topMaxHeight + domRect.height), 0);
|
|
109
|
+
function handleTopOffScreen(_ref2) {
|
|
110
|
+
var sidePadding = _ref2.sidePadding,
|
|
111
|
+
styles = _ref2.styles,
|
|
112
|
+
anchorRect = _ref2.anchorRect,
|
|
113
|
+
maxHeight = _ref2.maxHeight,
|
|
114
|
+
popupScrollHeight = _ref2.popupScrollHeight,
|
|
115
|
+
direction = _ref2.direction,
|
|
116
|
+
scroll = _ref2.scroll;
|
|
117
|
+
var BORDER_COMPENSATION = 1;
|
|
118
|
+
var TOP_LEFT = Directions.TOP_LEFT,
|
|
119
|
+
TOP_RIGHT = Directions.TOP_RIGHT,
|
|
120
|
+
TOP_CENTER = Directions.TOP_CENTER,
|
|
121
|
+
RIGHT_TOP = Directions.RIGHT_TOP,
|
|
122
|
+
LEFT_TOP = Directions.LEFT_TOP;
|
|
123
|
+
var openedToTop = direction != null && [TOP_LEFT, TOP_RIGHT, TOP_CENTER, RIGHT_TOP, LEFT_TOP].includes(direction);
|
|
124
|
+
if (!openedToTop) {
|
|
125
|
+
return styles;
|
|
123
126
|
}
|
|
127
|
+
var isAttachedToAnchorTop = direction != null && [TOP_LEFT, TOP_CENTER, TOP_RIGHT].includes(direction);
|
|
128
|
+
var attachingPointY = isAttachedToAnchorTop ? anchorRect.top : anchorRect.bottom;
|
|
129
|
+
var effectiveHeight = maxHeight && typeof maxHeight === 'number' ? Math.min(popupScrollHeight, maxHeight) : popupScrollHeight;
|
|
130
|
+
var hypotheticalTop = attachingPointY - effectiveHeight;
|
|
131
|
+
if (hypotheticalTop <= sidePadding) {
|
|
132
|
+
styles.top = sidePadding + scroll.top;
|
|
133
|
+
styles.maxHeight = attachingPointY - sidePadding + BORDER_COMPENSATION;
|
|
134
|
+
}
|
|
135
|
+
return styles;
|
|
136
|
+
}
|
|
137
|
+
function maxHeightForDirection(direction, anchorNode, containerNode) {
|
|
138
|
+
var container = containerNode || document.documentElement;
|
|
139
|
+
var domRect = anchorNode.getBoundingClientRect();
|
|
140
|
+
var containerRect = container.getBoundingClientRect();
|
|
141
|
+
var topMaxHeight = Math.max(domRect.top - containerRect.top, 0);
|
|
142
|
+
var containerHeight = Math.max(containerRect.height,
|
|
143
|
+
// XXX
|
|
144
|
+
// If container is the document element
|
|
145
|
+
// then we check client height too because we may have situation when
|
|
146
|
+
// "height" from "getBoundingClientRect" less then "clientHeight".
|
|
147
|
+
container === document.documentElement ? container.clientHeight : 0);
|
|
148
|
+
var bottomMaxHeight = Math.max(containerHeight - (topMaxHeight + domRect.height), 0);
|
|
124
149
|
switch (direction) {
|
|
125
150
|
case Directions.TOP_LEFT:
|
|
126
151
|
case Directions.TOP_CENTER:
|
|
@@ -140,71 +165,64 @@ function maxHeightForDirection(direction, anchorNode) {
|
|
|
140
165
|
case Directions.LEFT_CENTER:
|
|
141
166
|
return domRect.height / 2 + Math.min(bottomMaxHeight / 2, topMaxHeight / 2);
|
|
142
167
|
default:
|
|
143
|
-
|
|
144
|
-
throw new Error(exhaustiveCheck);
|
|
168
|
+
return null;
|
|
145
169
|
}
|
|
146
170
|
}
|
|
147
171
|
function position(attrs) {
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
autoCorrectTopOverflow = true
|
|
161
|
-
|
|
162
|
-
let styles = {
|
|
172
|
+
var popup = attrs.popup,
|
|
173
|
+
anchor = attrs.anchor,
|
|
174
|
+
container = attrs.container,
|
|
175
|
+
directions = attrs.directions,
|
|
176
|
+
autoPositioning = attrs.autoPositioning,
|
|
177
|
+
sidePadding = attrs.sidePadding,
|
|
178
|
+
top = attrs.top,
|
|
179
|
+
left = attrs.left,
|
|
180
|
+
offset = attrs.offset,
|
|
181
|
+
maxHeight = attrs.maxHeight,
|
|
182
|
+
minWidth = attrs.minWidth,
|
|
183
|
+
_attrs$autoCorrectTop = attrs.autoCorrectTopOverflow,
|
|
184
|
+
autoCorrectTopOverflow = _attrs$autoCorrectTop === void 0 ? true : _attrs$autoCorrectTop;
|
|
185
|
+
var styles = {
|
|
163
186
|
top: 0,
|
|
164
187
|
left: 0
|
|
165
188
|
};
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
189
|
+
var chosenDirection = null;
|
|
190
|
+
var containerRect = container !== null ? getRect(container) : defaultcontainerRect;
|
|
191
|
+
var defaultAnchor = container !== null ? container : document.body;
|
|
192
|
+
var anchorRect = getRect(isMounted(anchor) ? anchor : defaultAnchor);
|
|
193
|
+
var scroll = getScrollingCoordinates(container);
|
|
194
|
+
var anchorLeft = anchorRect.left + scroll.left + left - containerRect.left;
|
|
195
|
+
var anchorTop = anchorRect.top + scroll.top + top - containerRect.top;
|
|
173
196
|
if (popup) {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
const directionsMatrix = getPositionStyles(popup, anchorRect, anchorLeft, anchorTop, offset);
|
|
197
|
+
var overflowAttrs = _objectSpread2(_objectSpread2({}, attrs), {}, {
|
|
198
|
+
popup: popup
|
|
199
|
+
});
|
|
200
|
+
var directionsMatrix = getPositionStyles(popup, anchorRect, anchorLeft, anchorTop, offset);
|
|
179
201
|
if (!autoPositioning || directions.length === 1) {
|
|
180
|
-
styles =
|
|
181
|
-
...directionsMatrix[directions[0]]
|
|
182
|
-
};
|
|
202
|
+
styles = directionsMatrix[directions[0]];
|
|
183
203
|
chosenDirection = directions[0];
|
|
184
204
|
} else {
|
|
185
|
-
|
|
205
|
+
var sortedByIncreasingOverflow = directions.
|
|
186
206
|
// Fall back to the first option
|
|
187
|
-
concat(directions[0]).filter(
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
207
|
+
concat(directions[0]).filter(function (direction) {
|
|
208
|
+
return directionsMatrix[direction];
|
|
209
|
+
}).map(function (direction) {
|
|
210
|
+
return {
|
|
211
|
+
styles: directionsMatrix[direction],
|
|
212
|
+
direction: direction
|
|
213
|
+
};
|
|
214
|
+
}).sort(function (_ref3, _ref4) {
|
|
215
|
+
var stylesA = _ref3.styles;
|
|
216
|
+
var stylesB = _ref4.styles;
|
|
217
|
+
var overflowA = verticalOverflow(stylesA, scroll, overflowAttrs) + horizontalOverflow(stylesA, scroll, overflowAttrs);
|
|
218
|
+
var overflowB = verticalOverflow(stylesB, scroll, overflowAttrs) + horizontalOverflow(stylesB, scroll, overflowAttrs);
|
|
199
219
|
return overflowA - overflowB;
|
|
200
220
|
});
|
|
201
|
-
styles =
|
|
202
|
-
...sortedByIncreasingOverflow[0].styles
|
|
203
|
-
};
|
|
221
|
+
styles = sortedByIncreasingOverflow[0].styles;
|
|
204
222
|
chosenDirection = sortedByIncreasingOverflow[0].direction;
|
|
205
223
|
}
|
|
206
224
|
// because of the anchor negative margin top and left also may become negative
|
|
207
|
-
['left', 'top'].forEach(key
|
|
225
|
+
['left', 'top'].forEach(function (key) {
|
|
208
226
|
if (styles[key] < 0) {
|
|
209
227
|
styles[key] = 0;
|
|
210
228
|
}
|
|
@@ -216,14 +234,17 @@ function position(attrs) {
|
|
|
216
234
|
} else if (maxHeight) {
|
|
217
235
|
styles.maxHeight = maxHeight;
|
|
218
236
|
}
|
|
219
|
-
if (autoCorrectTopOverflow
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
237
|
+
if (autoCorrectTopOverflow) {
|
|
238
|
+
var _popup$scrollHeight;
|
|
239
|
+
styles = handleTopOffScreen({
|
|
240
|
+
sidePadding: sidePadding,
|
|
241
|
+
styles: styles,
|
|
242
|
+
anchorRect: anchorRect,
|
|
243
|
+
maxHeight: maxHeight,
|
|
244
|
+
direction: chosenDirection,
|
|
245
|
+
popupScrollHeight: (_popup$scrollHeight = popup === null || popup === void 0 ? void 0 : popup.scrollHeight) !== null && _popup$scrollHeight !== void 0 ? _popup$scrollHeight : 0,
|
|
246
|
+
scroll: scroll
|
|
247
|
+
});
|
|
227
248
|
}
|
|
228
249
|
if (minWidth === MinWidth.TARGET || minWidth === 'target') {
|
|
229
250
|
styles.minWidth = anchorRect.width;
|
|
@@ -231,7 +252,7 @@ function position(attrs) {
|
|
|
231
252
|
styles.minWidth = anchorRect.width < minWidth ? minWidth : anchorRect.width;
|
|
232
253
|
}
|
|
233
254
|
return {
|
|
234
|
-
styles,
|
|
255
|
+
styles: styles,
|
|
235
256
|
direction: chosenDirection
|
|
236
257
|
};
|
|
237
258
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SyntheticEvent } from 'react';
|
|
1
|
+
import React, { SyntheticEvent } from 'react';
|
|
2
2
|
import Popup, { BasePopupProps } from '../popup/popup';
|
|
3
3
|
import List, { ListProps as ListPropsType } from '../list/list';
|
|
4
4
|
import { ListDataItem } from '../list/consts';
|
|
@@ -51,7 +51,7 @@ export default class PopupMenu<T = unknown> extends Popup<PopupMenuProps<T>> {
|
|
|
51
51
|
list?: List<T> | null;
|
|
52
52
|
listRef: (el: List<T> | null) => void;
|
|
53
53
|
/** @override */
|
|
54
|
-
getInternalContent(): JSX.Element;
|
|
54
|
+
getInternalContent(): React.JSX.Element;
|
|
55
55
|
}
|
|
56
56
|
export type PopupMenuAttrs<T = unknown> = JSX.LibraryManagedAttributes<typeof PopupMenu, PopupMenuProps<T>>;
|
|
57
57
|
export declare const ListProps: {
|
|
@@ -1,23 +1,51 @@
|
|
|
1
|
-
import { _ as _defineProperty, a as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
1
|
+
import { e as _objectWithoutProperties, _ as _defineProperty, g as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.array.concat.js';
|
|
3
|
+
import 'core-js/modules/es.parse-float.js';
|
|
2
4
|
import React from 'react';
|
|
3
5
|
import PropTypes from 'prop-types';
|
|
4
6
|
import Popup from '../popup/popup.js';
|
|
5
7
|
import List from '../list/list.js';
|
|
8
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
9
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
10
|
+
import 'core-js/modules/es.object.entries.js';
|
|
11
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
12
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
13
|
+
import 'core-js/modules/es.string.replace.js';
|
|
6
14
|
import 'react-dom';
|
|
7
15
|
import 'classnames';
|
|
8
16
|
import '../global/get-uid.js';
|
|
9
17
|
import '../global/schedule-raf.js';
|
|
10
18
|
import '../global/dom.js';
|
|
19
|
+
import 'core-js/modules/es.object.assign.js';
|
|
20
|
+
import 'core-js/modules/es.array.filter.js';
|
|
21
|
+
import 'core-js/modules/es.string.split.js';
|
|
22
|
+
import 'core-js/modules/es.object.keys.js';
|
|
23
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
24
|
+
import 'core-js/modules/es.set.js';
|
|
25
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
26
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
11
27
|
import '../shortcuts/shortcuts.js';
|
|
28
|
+
import 'core-js/modules/es.array.map.js';
|
|
12
29
|
import '../shortcuts/core.js';
|
|
30
|
+
import 'core-js/modules/es.array.includes.js';
|
|
31
|
+
import 'core-js/modules/es.string.includes.js';
|
|
32
|
+
import 'core-js/modules/es.array.slice.js';
|
|
33
|
+
import 'core-js/modules/es.array.splice.js';
|
|
34
|
+
import 'core-js/modules/es.string.match.js';
|
|
35
|
+
import 'core-js/modules/es.array.find-index.js';
|
|
13
36
|
import 'combokeys';
|
|
14
37
|
import '../global/sniffer.js';
|
|
15
38
|
import 'sniffr';
|
|
16
39
|
import '../global/data-tests.js';
|
|
40
|
+
import 'core-js/modules/es.array.reduce.js';
|
|
17
41
|
import '../tab-trap/tab-trap.js';
|
|
18
42
|
import '../popup/position.js';
|
|
43
|
+
import 'core-js/modules/es.array.sort.js';
|
|
19
44
|
import '../popup/popup.consts.js';
|
|
20
45
|
import '../popup/popup.target.js';
|
|
46
|
+
import 'core-js/modules/es.symbol.js';
|
|
47
|
+
import 'core-js/modules/es.symbol.description.js';
|
|
48
|
+
import 'core-js/modules/es.array.find.js';
|
|
21
49
|
import 'react-virtualized/dist/es/List';
|
|
22
50
|
import 'react-virtualized/dist/es/AutoSizer';
|
|
23
51
|
import 'react-virtualized/dist/es/WindowScroller';
|
|
@@ -25,27 +53,29 @@ import 'react-virtualized/dist/es/CellMeasurer';
|
|
|
25
53
|
import 'util-deprecate';
|
|
26
54
|
import 'memoize-one';
|
|
27
55
|
import '../global/memoize.js';
|
|
56
|
+
import 'core-js/modules/es.map.js';
|
|
57
|
+
import 'core-js/modules/es.weak-map.js';
|
|
28
58
|
import '../global/create-stateful-context.js';
|
|
29
59
|
import '../list/list__link.js';
|
|
30
60
|
import '../link/link.js';
|
|
31
|
-
import 'focus-visible';
|
|
32
61
|
import '../link/clickableLink.js';
|
|
33
|
-
import '../_helpers/link.js';
|
|
34
62
|
import '../_helpers/list.js';
|
|
35
63
|
import '../list/list__item.js';
|
|
64
|
+
import 'core-js/modules/es.number.constructor.js';
|
|
65
|
+
import 'core-js/modules/es.array.index-of.js';
|
|
36
66
|
import '../avatar/avatar.js';
|
|
37
67
|
import '../global/url.js';
|
|
38
68
|
import '../avatar/fallback-avatar.js';
|
|
69
|
+
import 'core-js/modules/es.array.from.js';
|
|
39
70
|
import '../checkbox/checkbox.js';
|
|
40
71
|
import '@jetbrains/icons/checkmark-14px';
|
|
41
72
|
import '@jetbrains/icons/remove-14px';
|
|
42
73
|
import '../icon/icon.js';
|
|
43
74
|
import '../icon/icon__constants.js';
|
|
44
|
-
import '../_helpers/
|
|
45
|
-
import '
|
|
75
|
+
import '../_helpers/icon__svg.js';
|
|
76
|
+
import 'core-js/modules/es.string.starts-with.js';
|
|
46
77
|
import '../global/prop-types.js';
|
|
47
78
|
import '../global/composeRefs.js';
|
|
48
|
-
import '../_helpers/checkbox.js';
|
|
49
79
|
import '../list/list__custom.js';
|
|
50
80
|
import '../global/get-event-key.js';
|
|
51
81
|
import '../list/list__title.js';
|
|
@@ -53,57 +83,62 @@ import '../list/list__separator.js';
|
|
|
53
83
|
import '../list/list__hint.js';
|
|
54
84
|
import '../list/consts.js';
|
|
55
85
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
86
|
+
var _excluded = ["className"];
|
|
87
|
+
var _ref = Popup.propTypes || {};
|
|
88
|
+
_ref.children;
|
|
89
|
+
var popupPropTypes = _objectWithoutProperties(_ref, ["children"]);
|
|
60
90
|
/**
|
|
61
91
|
* @name Popup Menu
|
|
62
92
|
*/
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
93
|
+
var PopupMenu = /*#__PURE__*/function (_Popup) {
|
|
94
|
+
_inherits(PopupMenu, _Popup);
|
|
95
|
+
var _super = _createSuper(PopupMenu);
|
|
96
|
+
function PopupMenu() {
|
|
97
|
+
var _this;
|
|
98
|
+
_classCallCheck(this, PopupMenu);
|
|
99
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
100
|
+
args[_key] = arguments[_key];
|
|
101
|
+
}
|
|
102
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
103
|
+
_defineProperty(_assertThisInitialized(_this), "onSelect", function (item, event) {
|
|
104
|
+
if (_this.props.closeOnSelect) {
|
|
105
|
+
_this._onCloseAttempt(event);
|
|
69
106
|
}
|
|
70
|
-
|
|
107
|
+
_this.props.onSelect(item, event);
|
|
71
108
|
});
|
|
72
|
-
_defineProperty(
|
|
73
|
-
_defineProperty(
|
|
74
|
-
|
|
109
|
+
_defineProperty(_assertThisInitialized(_this), "list", void 0);
|
|
110
|
+
_defineProperty(_assertThisInitialized(_this), "listRef", function (el) {
|
|
111
|
+
_this.list = el;
|
|
75
112
|
});
|
|
113
|
+
return _this;
|
|
76
114
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
115
|
+
_createClass(PopupMenu, [{
|
|
116
|
+
key: "getInternalContent",
|
|
117
|
+
value: /** @override */
|
|
118
|
+
function getInternalContent() {
|
|
119
|
+
var _this$props = this.props;
|
|
120
|
+
_this$props.className;
|
|
121
|
+
var props = _objectWithoutProperties(_this$props, _excluded);
|
|
122
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(List, _extends({
|
|
123
|
+
ref: this.listRef
|
|
124
|
+
}, props, {
|
|
125
|
+
maxHeight: this.popup && parseFloat(this.popup.style.maxHeight),
|
|
126
|
+
shortcuts: this.shouldUseShortcuts(),
|
|
127
|
+
onSelect: this.onSelect
|
|
128
|
+
})));
|
|
129
|
+
}
|
|
130
|
+
}]);
|
|
131
|
+
return PopupMenu;
|
|
132
|
+
}(Popup);
|
|
92
133
|
_defineProperty(PopupMenu, "isItemType", List.isItemType);
|
|
93
134
|
_defineProperty(PopupMenu, "ListProps", List.ListProps);
|
|
94
|
-
_defineProperty(PopupMenu, "defaultProps", {
|
|
95
|
-
...List.defaultProps,
|
|
96
|
-
...Popup.defaultProps,
|
|
135
|
+
_defineProperty(PopupMenu, "defaultProps", _objectSpread2(_objectSpread2(_objectSpread2({}, List.defaultProps), Popup.defaultProps), {}, {
|
|
97
136
|
renderOptimization: false,
|
|
98
137
|
closeOnSelect: false
|
|
99
|
-
});
|
|
100
|
-
PopupMenu.propTypes = {
|
|
101
|
-
...popupPropTypes,
|
|
102
|
-
...List.propTypes,
|
|
138
|
+
}));
|
|
139
|
+
PopupMenu.propTypes = _objectSpread2(_objectSpread2(_objectSpread2({}, popupPropTypes), List.propTypes), {}, {
|
|
103
140
|
closeOnSelect: PropTypes.bool
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
ListProps
|
|
107
|
-
} = List;
|
|
141
|
+
});
|
|
142
|
+
var ListProps = List.ListProps;
|
|
108
143
|
|
|
109
144
|
export { ListProps, PopupMenu as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLAttributes, PureComponent } from 'react';
|
|
1
|
+
import React, { HTMLAttributes, PureComponent } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
export interface ProgressBarProps extends HTMLAttributes<HTMLElement> {
|
|
4
4
|
max: number;
|
|
@@ -53,6 +53,6 @@ export default class ProgressBar extends PureComponent<ProgressBarProps> {
|
|
|
53
53
|
progressbarWrapperRef: (el: HTMLElement | null) => void;
|
|
54
54
|
progressbar?: (HTMLElement | null);
|
|
55
55
|
progressbarRef: (el: HTMLElement | null) => void;
|
|
56
|
-
render(): JSX.Element;
|
|
56
|
+
render(): React.JSX.Element;
|
|
57
57
|
}
|
|
58
58
|
export type ProgressBarAttrs = JSX.LibraryManagedAttributes<typeof ProgressBar, ProgressBarProps>;
|