@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/data-list/item.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.array.concat.js';
|
|
3
|
+
import 'core-js/modules/es.array.map.js';
|
|
2
4
|
import React, { PureComponent } from 'react';
|
|
3
5
|
import PropTypes from 'prop-types';
|
|
4
6
|
import chevronRightIcon from '@jetbrains/icons/chevron-right';
|
|
@@ -7,31 +9,43 @@ import Link from '../link/link.js';
|
|
|
7
9
|
import Text from '../text/text.js';
|
|
8
10
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
|
9
11
|
import { Button } from '../button/button.js';
|
|
10
|
-
import Selection
|
|
12
|
+
import Selection from '../table/selection.js';
|
|
11
13
|
import { m as modules_09d014b4, T as Title } from '../_helpers/title.js';
|
|
12
|
-
import 'focus-visible';
|
|
13
14
|
import 'classnames';
|
|
14
15
|
import '../global/memoize.js';
|
|
16
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
17
|
+
import 'core-js/modules/es.map.js';
|
|
18
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
19
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
20
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
21
|
+
import 'core-js/modules/es.weak-map.js';
|
|
15
22
|
import '../global/data-tests.js';
|
|
23
|
+
import 'core-js/modules/es.array.reduce.js';
|
|
24
|
+
import 'core-js/modules/es.object.entries.js';
|
|
16
25
|
import '../link/clickableLink.js';
|
|
17
|
-
import '
|
|
18
|
-
import '../_helpers/loader-inline.js';
|
|
26
|
+
import 'core-js/modules/es.object.keys.js';
|
|
19
27
|
import '@jetbrains/icons/chevron-10px';
|
|
20
28
|
import '../icon/icon.js';
|
|
21
29
|
import 'util-deprecate';
|
|
22
30
|
import '../icon/icon__constants.js';
|
|
23
|
-
import '../_helpers/
|
|
24
|
-
import '
|
|
31
|
+
import '../_helpers/icon__svg.js';
|
|
32
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
33
|
+
import 'core-js/modules/es.string.replace.js';
|
|
34
|
+
import 'core-js/modules/es.string.starts-with.js';
|
|
25
35
|
import '../global/controls-height.js';
|
|
26
36
|
import '../_helpers/button__classes.js';
|
|
37
|
+
import 'core-js/modules/es.set.js';
|
|
38
|
+
import 'core-js/modules/es.array.filter.js';
|
|
39
|
+
import 'core-js/modules/es.array.index-of.js';
|
|
27
40
|
import '../global/focus-sensor-hoc.js';
|
|
28
41
|
import '../global/prop-types.js';
|
|
29
42
|
import '../global/composeRefs.js';
|
|
43
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
30
44
|
import '../checkbox/checkbox.js';
|
|
31
45
|
import '@jetbrains/icons/checkmark-14px';
|
|
32
46
|
import '@jetbrains/icons/remove-14px';
|
|
33
|
-
import '../_helpers/checkbox.js';
|
|
34
47
|
import '../global/get-uid.js';
|
|
48
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
35
49
|
|
|
36
50
|
var moreLessButtonStates;
|
|
37
51
|
(function (moreLessButtonStates) {
|
|
@@ -40,48 +54,50 @@ var moreLessButtonStates;
|
|
|
40
54
|
moreLessButtonStates[moreLessButtonStates["MORE_LOADING"] = 2] = "MORE_LOADING";
|
|
41
55
|
moreLessButtonStates[moreLessButtonStates["LESS"] = 3] = "LESS";
|
|
42
56
|
})(moreLessButtonStates || (moreLessButtonStates = {}));
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
57
|
+
var ITEM_LEFT_OFFSET = 32;
|
|
58
|
+
var LIST_LEFT_OFFSET = 24;
|
|
59
|
+
var Item = /*#__PURE__*/function (_PureComponent) {
|
|
60
|
+
_inherits(Item, _PureComponent);
|
|
61
|
+
var _super = _createSuper(Item);
|
|
62
|
+
function Item() {
|
|
63
|
+
var _this;
|
|
64
|
+
_classCallCheck(this, Item);
|
|
65
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
66
|
+
args[_key] = arguments[_key];
|
|
67
|
+
}
|
|
68
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
69
|
+
_defineProperty(_assertThisInitialized(_this), "onShowMore", function () {
|
|
70
|
+
var _this$props = _this.props,
|
|
71
|
+
onItemMoreLess = _this$props.onItemMoreLess,
|
|
72
|
+
item = _this$props.item;
|
|
53
73
|
onItemMoreLess(item, true);
|
|
54
74
|
});
|
|
55
|
-
_defineProperty(
|
|
56
|
-
|
|
57
|
-
onItemMoreLess,
|
|
58
|
-
item
|
|
59
|
-
} = this.props;
|
|
75
|
+
_defineProperty(_assertThisInitialized(_this), "onShowLess", function () {
|
|
76
|
+
var _this$props2 = _this.props,
|
|
77
|
+
onItemMoreLess = _this$props2.onItemMoreLess,
|
|
78
|
+
item = _this$props2.item;
|
|
60
79
|
onItemMoreLess(item, false);
|
|
61
80
|
});
|
|
62
|
-
_defineProperty(
|
|
63
|
-
|
|
64
|
-
onFocus,
|
|
65
|
-
item
|
|
66
|
-
} = this.props;
|
|
81
|
+
_defineProperty(_assertThisInitialized(_this), "onFocus", function () {
|
|
82
|
+
var _this$props3 = _this.props,
|
|
83
|
+
onFocus = _this$props3.onFocus,
|
|
84
|
+
item = _this$props3.item;
|
|
67
85
|
onFocus(item);
|
|
68
86
|
});
|
|
69
|
-
_defineProperty(
|
|
70
|
-
|
|
71
|
-
onSelect,
|
|
72
|
-
item
|
|
73
|
-
} = this.props;
|
|
87
|
+
_defineProperty(_assertThisInitialized(_this), "onSelect", function (selected) {
|
|
88
|
+
var _this$props4 = _this.props,
|
|
89
|
+
onSelect = _this$props4.onSelect,
|
|
90
|
+
item = _this$props4.item;
|
|
74
91
|
onSelect(item, selected);
|
|
75
92
|
});
|
|
76
|
-
_defineProperty(
|
|
77
|
-
|
|
78
|
-
onFocus,
|
|
79
|
-
onSelect,
|
|
80
|
-
selection,
|
|
81
|
-
level,
|
|
82
|
-
itemFormatter
|
|
83
|
-
|
|
84
|
-
const item = itemFormatter(model);
|
|
93
|
+
_defineProperty(_assertThisInitialized(_this), "renderItem", function (model, parentShift) {
|
|
94
|
+
var _this$props5 = _this.props,
|
|
95
|
+
onFocus = _this$props5.onFocus,
|
|
96
|
+
onSelect = _this$props5.onSelect,
|
|
97
|
+
selection = _this$props5.selection,
|
|
98
|
+
level = _this$props5.level,
|
|
99
|
+
itemFormatter = _this$props5.itemFormatter;
|
|
100
|
+
var item = itemFormatter(model);
|
|
85
101
|
return /*#__PURE__*/React.createElement(Item, {
|
|
86
102
|
key: item.key || item.id,
|
|
87
103
|
item: model,
|
|
@@ -102,89 +118,96 @@ class Item extends PureComponent {
|
|
|
102
118
|
onSelect: onSelect
|
|
103
119
|
});
|
|
104
120
|
});
|
|
121
|
+
return _this;
|
|
105
122
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
moreLessButton
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
if (collapsible) {
|
|
143
|
-
if (collapsed) {
|
|
144
|
-
collapserExpander = /*#__PURE__*/React.createElement(Button, {
|
|
145
|
-
title: "Expand",
|
|
146
|
-
onClick: onExpand,
|
|
147
|
-
icon: chevronRightIcon,
|
|
148
|
-
className: modules_09d014b4.collapseButton,
|
|
149
|
-
iconClassName: modules_09d014b4.collapseIcon,
|
|
150
|
-
"data-test": "ring-data-list-expand"
|
|
151
|
-
});
|
|
152
|
-
} else {
|
|
153
|
-
collapserExpander = /*#__PURE__*/React.createElement(Button, {
|
|
154
|
-
title: "Collapse",
|
|
155
|
-
onClick: onCollapse,
|
|
156
|
-
icon: chevronDownIcon,
|
|
157
|
-
className: modules_09d014b4.collapseButton,
|
|
158
|
-
iconClassName: modules_09d014b4.collapseIcon,
|
|
159
|
-
"data-test": "ring-data-list-collapse"
|
|
160
|
-
});
|
|
123
|
+
_createClass(Item, [{
|
|
124
|
+
key: "render",
|
|
125
|
+
value: function render() {
|
|
126
|
+
var _this2 = this;
|
|
127
|
+
var _this$props6 = this.props,
|
|
128
|
+
title = _this$props6.title,
|
|
129
|
+
items = _this$props6.items,
|
|
130
|
+
showMoreLessButton = _this$props6.showMoreLessButton,
|
|
131
|
+
level = _this$props6.level,
|
|
132
|
+
parentShift = _this$props6.parentShift,
|
|
133
|
+
showFocus = _this$props6.showFocus,
|
|
134
|
+
selectable = _this$props6.selectable,
|
|
135
|
+
selected = _this$props6.selected,
|
|
136
|
+
collapsible = _this$props6.collapsible,
|
|
137
|
+
collapsed = _this$props6.collapsed,
|
|
138
|
+
onCollapse = _this$props6.onCollapse,
|
|
139
|
+
onExpand = _this$props6.onExpand;
|
|
140
|
+
var moreLessButton;
|
|
141
|
+
if (showMoreLessButton === moreLessButtonStates.MORE || showMoreLessButton === moreLessButtonStates.MORE_LOADING) {
|
|
142
|
+
moreLessButton = /*#__PURE__*/React.createElement(Text, {
|
|
143
|
+
info: true
|
|
144
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
145
|
+
inherit: true,
|
|
146
|
+
pseudo: true,
|
|
147
|
+
onClick: this.onShowMore
|
|
148
|
+
}, 'Show more'), showMoreLessButton === moreLessButtonStates.MORE_LOADING && /*#__PURE__*/React.createElement(LoaderInline, {
|
|
149
|
+
className: modules_09d014b4.showMoreLoader
|
|
150
|
+
}));
|
|
151
|
+
} else if (showMoreLessButton === moreLessButtonStates.LESS) {
|
|
152
|
+
moreLessButton = /*#__PURE__*/React.createElement(Text, {
|
|
153
|
+
info: true
|
|
154
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
155
|
+
inherit: true,
|
|
156
|
+
pseudo: true,
|
|
157
|
+
onClick: this.onShowLess
|
|
158
|
+
}, 'Show less'));
|
|
161
159
|
}
|
|
160
|
+
var collapserExpander = null;
|
|
161
|
+
if (collapsible) {
|
|
162
|
+
if (collapsed) {
|
|
163
|
+
collapserExpander = /*#__PURE__*/React.createElement(Button, {
|
|
164
|
+
title: "Expand",
|
|
165
|
+
onClick: onExpand,
|
|
166
|
+
icon: chevronRightIcon,
|
|
167
|
+
className: modules_09d014b4.collapseButton,
|
|
168
|
+
iconClassName: modules_09d014b4.collapseIcon,
|
|
169
|
+
"data-test": "ring-data-list-expand"
|
|
170
|
+
});
|
|
171
|
+
} else {
|
|
172
|
+
collapserExpander = /*#__PURE__*/React.createElement(Button, {
|
|
173
|
+
title: "Collapse",
|
|
174
|
+
onClick: onCollapse,
|
|
175
|
+
icon: chevronDownIcon,
|
|
176
|
+
className: modules_09d014b4.collapseButton,
|
|
177
|
+
iconClassName: modules_09d014b4.collapseIcon,
|
|
178
|
+
"data-test": "ring-data-list-collapse"
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
var itemIsEmpty = !(items !== null && items !== void 0 && items.length) || collapsible && collapsed;
|
|
183
|
+
var offset = level * LIST_LEFT_OFFSET + ITEM_LEFT_OFFSET + parentShift;
|
|
184
|
+
return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement(Title, {
|
|
185
|
+
title: title,
|
|
186
|
+
focused: showFocus,
|
|
187
|
+
showFocus: showFocus,
|
|
188
|
+
selectable: selectable,
|
|
189
|
+
selected: selected,
|
|
190
|
+
collapserExpander: collapserExpander,
|
|
191
|
+
onFocus: this.onFocus,
|
|
192
|
+
onSelect: this.onSelect,
|
|
193
|
+
offset: offset
|
|
194
|
+
}), !itemIsEmpty ? /*#__PURE__*/React.createElement("ul", {
|
|
195
|
+
className: modules_09d014b4.itemContent
|
|
196
|
+
}, items.map(function (model) {
|
|
197
|
+
return _this2.renderItem(model, parentShift);
|
|
198
|
+
}), showMoreLessButton !== moreLessButtonStates.UNUSED ? /*#__PURE__*/React.createElement("li", {
|
|
199
|
+
className: modules_09d014b4.showMore
|
|
200
|
+
}, moreLessButton) : null) : null);
|
|
162
201
|
}
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
title: title,
|
|
167
|
-
focused: showFocus,
|
|
168
|
-
showFocus: showFocus,
|
|
169
|
-
selectable: selectable,
|
|
170
|
-
selected: selected,
|
|
171
|
-
collapserExpander: collapserExpander,
|
|
172
|
-
onFocus: this.onFocus,
|
|
173
|
-
onSelect: this.onSelect,
|
|
174
|
-
offset: offset
|
|
175
|
-
}), !itemIsEmpty ? /*#__PURE__*/React.createElement("ul", {
|
|
176
|
-
className: modules_09d014b4.itemContent
|
|
177
|
-
}, items.map(model => this.renderItem(model, parentShift)), showMoreLessButton !== moreLessButtonStates.UNUSED ? /*#__PURE__*/React.createElement("li", {
|
|
178
|
-
className: modules_09d014b4.showMore
|
|
179
|
-
}, moreLessButton) : null) : null);
|
|
180
|
-
}
|
|
181
|
-
}
|
|
202
|
+
}]);
|
|
203
|
+
return Item;
|
|
204
|
+
}(PureComponent);
|
|
182
205
|
_defineProperty(Item, "defaultProps", {
|
|
183
206
|
items: [],
|
|
184
207
|
level: 0,
|
|
185
208
|
parentShift: 0,
|
|
186
209
|
showMoreLessButton: moreLessButtonStates.UNUSED,
|
|
187
|
-
onItemMoreLess: ()
|
|
210
|
+
onItemMoreLess: function onItemMoreLess() {}
|
|
188
211
|
});
|
|
189
212
|
Item.propTypes = {
|
|
190
213
|
item: PropTypes.shape({
|
|
@@ -202,7 +225,7 @@ Item.propTypes = {
|
|
|
202
225
|
onExpand: PropTypes.func,
|
|
203
226
|
showFocus: PropTypes.bool,
|
|
204
227
|
onFocus: PropTypes.func.isRequired,
|
|
205
|
-
selection: PropTypes.instanceOf(Selection
|
|
228
|
+
selection: PropTypes.instanceOf(Selection).isRequired,
|
|
206
229
|
selectable: PropTypes.bool,
|
|
207
230
|
selected: PropTypes.bool,
|
|
208
231
|
onSelect: PropTypes.func.isRequired,
|
|
@@ -1,87 +1,149 @@
|
|
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, m as _toConsumableArray, o as _get, p as _getPrototypeOf } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
3
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
4
|
+
import 'core-js/modules/es.set.js';
|
|
5
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
6
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.array.concat.js';
|
|
9
|
+
import 'core-js/modules/es.array.find.js';
|
|
10
|
+
import 'core-js/modules/es.array.includes.js';
|
|
11
|
+
import 'core-js/modules/es.string.includes.js';
|
|
12
|
+
import 'core-js/modules/es.array.filter.js';
|
|
1
13
|
import Selection$1 from '../table/selection.js';
|
|
2
|
-
import '
|
|
14
|
+
import 'core-js/modules/es.array.index-of.js';
|
|
3
15
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
16
|
+
var Selection = /*#__PURE__*/function (_TableSelection) {
|
|
17
|
+
_inherits(Selection, _TableSelection);
|
|
18
|
+
var _super = _createSuper(Selection);
|
|
19
|
+
function Selection() {
|
|
20
|
+
_classCallCheck(this, Selection);
|
|
21
|
+
return _super.apply(this, arguments);
|
|
7
22
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
23
|
+
_createClass(Selection, [{
|
|
24
|
+
key: "_buildData",
|
|
25
|
+
value: function _buildData(data) {
|
|
26
|
+
return new Set(this._getDescendants(data));
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
key: "_buildSelected",
|
|
30
|
+
value: function _buildSelected(data, selected) {
|
|
31
|
+
var _this = this;
|
|
32
|
+
var _selected = new Set(selected);
|
|
33
|
+
_toConsumableArray(data).forEach(function (item) {
|
|
34
|
+
if (_selected.has(item)) {
|
|
35
|
+
_this._selectDescendants(item, _selected);
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
return _selected;
|
|
39
|
+
}
|
|
40
|
+
}, {
|
|
41
|
+
key: "_getDescendants",
|
|
42
|
+
value: function _getDescendants(items) {
|
|
43
|
+
var _this2 = this;
|
|
44
|
+
var result = [];
|
|
45
|
+
items.forEach(function (item) {
|
|
46
|
+
result.push(item);
|
|
47
|
+
result = [].concat(_toConsumableArray(result), _toConsumableArray(_this2._getDescendants(_this2._getChildren(item))));
|
|
48
|
+
});
|
|
49
|
+
return result;
|
|
50
|
+
}
|
|
51
|
+
}, {
|
|
52
|
+
key: "_getAncestors",
|
|
53
|
+
value: function _getAncestors(item) {
|
|
54
|
+
var _this3 = this;
|
|
55
|
+
var result = [];
|
|
56
|
+
var parent = _toConsumableArray(this._data).find(function (it) {
|
|
57
|
+
return _this3._getChildren(it).includes(item);
|
|
58
|
+
});
|
|
59
|
+
if (parent) {
|
|
60
|
+
result = [parent].concat(_toConsumableArray(this._getAncestors(parent)));
|
|
13
61
|
}
|
|
14
|
-
|
|
15
|
-
return _selected;
|
|
16
|
-
}
|
|
17
|
-
_getDescendants(items) {
|
|
18
|
-
let result = [];
|
|
19
|
-
items.forEach(item => {
|
|
20
|
-
result.push(item);
|
|
21
|
-
result = [...result, ...this._getDescendants(this._getChildren(item))];
|
|
22
|
-
});
|
|
23
|
-
return result;
|
|
24
|
-
}
|
|
25
|
-
_getAncestors(item) {
|
|
26
|
-
let result = [];
|
|
27
|
-
const parent = [...this._data].find(it => this._getChildren(it).includes(item));
|
|
28
|
-
if (parent) {
|
|
29
|
-
result = [parent, ...this._getAncestors(parent)];
|
|
62
|
+
return result;
|
|
30
63
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
64
|
+
}, {
|
|
65
|
+
key: "_selectDescendants",
|
|
66
|
+
value: function _selectDescendants(item, selected) {
|
|
67
|
+
this._getDescendants(this._getChildren(item)).forEach(function (it) {
|
|
68
|
+
return selected.add(it);
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
}, {
|
|
72
|
+
key: "_deselectDescendants",
|
|
73
|
+
value: function _deselectDescendants(item, selected) {
|
|
74
|
+
this._getDescendants(this._getChildren(item)).forEach(function (it) {
|
|
75
|
+
return selected.delete(it);
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}, {
|
|
79
|
+
key: "_selectAncestors",
|
|
80
|
+
value: function _selectAncestors(item, selected) {
|
|
81
|
+
var _this4 = this;
|
|
82
|
+
this._getAncestors(item).forEach(function (ancestor) {
|
|
83
|
+
var groupIsSelected = _this4._getChildren(ancestor).filter(function (it) {
|
|
84
|
+
return _this4._isItemSelectable(it);
|
|
85
|
+
}).every(function (it) {
|
|
86
|
+
return selected.has(it);
|
|
87
|
+
});
|
|
88
|
+
if (groupIsSelected) {
|
|
89
|
+
selected.add(ancestor);
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
}, {
|
|
94
|
+
key: "_deselectAncestors",
|
|
95
|
+
value: function _deselectAncestors(item, selected) {
|
|
96
|
+
this._getAncestors(item).forEach(function (it) {
|
|
97
|
+
return selected.delete(it);
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}, {
|
|
101
|
+
key: "select",
|
|
102
|
+
value: function select() {
|
|
103
|
+
var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this._focused;
|
|
104
|
+
if (!value || !this._isItemSelectable(value)) {
|
|
105
|
+
return this;
|
|
44
106
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
if (!value || !this._isItemSelectable(value)) {
|
|
53
|
-
return this;
|
|
107
|
+
var selected = new Set(this._selected);
|
|
108
|
+
selected.add(value);
|
|
109
|
+
this._selectDescendants(value, selected);
|
|
110
|
+
this._selectAncestors(value, selected);
|
|
111
|
+
return this.cloneWith({
|
|
112
|
+
selected: selected
|
|
113
|
+
});
|
|
54
114
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
return this.cloneWith({
|
|
60
|
-
selected
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
focus(value) {
|
|
64
|
-
return super.focus(value);
|
|
65
|
-
}
|
|
66
|
-
resetSelection() {
|
|
67
|
-
return super.resetSelection();
|
|
68
|
-
}
|
|
69
|
-
cloneWith(config) {
|
|
70
|
-
return super.cloneWith(config);
|
|
71
|
-
}
|
|
72
|
-
deselect() {
|
|
73
|
-
let value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this._focused;
|
|
74
|
-
if (!value || !this._isItemSelectable(value)) {
|
|
75
|
-
return this;
|
|
115
|
+
}, {
|
|
116
|
+
key: "focus",
|
|
117
|
+
value: function focus(value) {
|
|
118
|
+
return _get(_getPrototypeOf(Selection.prototype), "focus", this).call(this, value);
|
|
76
119
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
120
|
+
}, {
|
|
121
|
+
key: "resetSelection",
|
|
122
|
+
value: function resetSelection() {
|
|
123
|
+
return _get(_getPrototypeOf(Selection.prototype), "resetSelection", this).call(this);
|
|
124
|
+
}
|
|
125
|
+
}, {
|
|
126
|
+
key: "cloneWith",
|
|
127
|
+
value: function cloneWith(config) {
|
|
128
|
+
return _get(_getPrototypeOf(Selection.prototype), "cloneWith", this).call(this, config);
|
|
129
|
+
}
|
|
130
|
+
}, {
|
|
131
|
+
key: "deselect",
|
|
132
|
+
value: function deselect() {
|
|
133
|
+
var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this._focused;
|
|
134
|
+
if (!value || !this._isItemSelectable(value)) {
|
|
135
|
+
return this;
|
|
136
|
+
}
|
|
137
|
+
var selected = new Set(this._selected);
|
|
138
|
+
selected.delete(value);
|
|
139
|
+
this._deselectDescendants(value, selected);
|
|
140
|
+
this._deselectAncestors(value, selected);
|
|
141
|
+
return this.cloneWith({
|
|
142
|
+
selected: selected
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
}]);
|
|
146
|
+
return Selection;
|
|
147
|
+
}(Selection$1);
|
|
86
148
|
|
|
87
149
|
export { Selection as default };
|
|
@@ -20,7 +20,7 @@ declare class Title extends PureComponent<TitleProps> {
|
|
|
20
20
|
onCheckboxFocus: () => void;
|
|
21
21
|
onCheckboxChange: () => void;
|
|
22
22
|
toggleSelection(): void;
|
|
23
|
-
render(): JSX.Element;
|
|
23
|
+
render(): React.JSX.Element;
|
|
24
24
|
}
|
|
25
25
|
declare const _default: React.ComponentType<import("../global/focus-sensor-hoc").FocusSensorProps<TitleProps, HTMLDivElement, typeof Title>>;
|
|
26
26
|
export default _default;
|
package/dist/data-list/title.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.array.concat.js';
|
|
2
3
|
import 'react';
|
|
3
4
|
import 'prop-types';
|
|
4
5
|
import 'classnames';
|
|
@@ -8,12 +9,21 @@ import '../global/get-uid.js';
|
|
|
8
9
|
import '../global/prop-types.js';
|
|
9
10
|
export { T as default } from '../_helpers/title.js';
|
|
10
11
|
import '../global/composeRefs.js';
|
|
12
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
13
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
11
14
|
import '@jetbrains/icons/checkmark-14px';
|
|
12
15
|
import '@jetbrains/icons/remove-14px';
|
|
13
16
|
import '../icon/icon.js';
|
|
14
17
|
import 'util-deprecate';
|
|
15
18
|
import '../icon/icon__constants.js';
|
|
16
|
-
import '../_helpers/
|
|
17
|
-
import '
|
|
19
|
+
import '../_helpers/icon__svg.js';
|
|
20
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
21
|
+
import 'core-js/modules/es.string.replace.js';
|
|
22
|
+
import 'core-js/modules/es.string.starts-with.js';
|
|
18
23
|
import '../global/memoize.js';
|
|
19
|
-
import '
|
|
24
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
25
|
+
import 'core-js/modules/es.map.js';
|
|
26
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
27
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
28
|
+
import 'core-js/modules/es.weak-map.js';
|
|
29
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
@@ -27,10 +27,10 @@ export declare const HALF = 0.5;
|
|
|
27
27
|
export declare const dateType: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
|
28
28
|
export declare function parseTime(time: string): string | null;
|
|
29
29
|
export interface DateInputTranslations {
|
|
30
|
-
addFirstDate
|
|
31
|
-
addSecondDate
|
|
32
|
-
addTime
|
|
33
|
-
selectName
|
|
30
|
+
addFirstDate?: string;
|
|
31
|
+
addSecondDate?: string;
|
|
32
|
+
addTime?: string;
|
|
33
|
+
selectName?: string;
|
|
34
34
|
}
|
|
35
35
|
export interface DateSpecificPopupProps {
|
|
36
36
|
withTime?: false | undefined;
|
|
@@ -66,7 +66,7 @@ export interface DatePopupBaseProps {
|
|
|
66
66
|
to?: Date | number | string | null | undefined;
|
|
67
67
|
minDate?: string | null | undefined;
|
|
68
68
|
maxDate?: string | null | undefined;
|
|
69
|
-
translations
|
|
69
|
+
translations?: DateInputTranslations | null | undefined;
|
|
70
70
|
fromPlaceholder?: string | null | undefined;
|
|
71
71
|
toPlaceholder?: string | null | undefined;
|
|
72
72
|
timePlaceholder?: string | null | undefined;
|