@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
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import { _ as _defineProperty, a as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, g as _objectSpread2, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'core-js/modules/es.number.constructor.js';
|
|
3
|
+
import 'core-js/modules/es.array.reduce.js';
|
|
4
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
5
|
+
import 'core-js/modules/es.array.map.js';
|
|
2
6
|
import React, { Component } from 'react';
|
|
3
7
|
import PropTypes from 'prop-types';
|
|
4
8
|
import isAfter from 'date-fns/isAfter';
|
|
@@ -13,26 +17,38 @@ import Years from './years.js';
|
|
|
13
17
|
import Weekdays from './weekdays.js';
|
|
14
18
|
import { dateType, parseTime } from './consts.js';
|
|
15
19
|
import { m as modules_0c7b7d96 } from '../_helpers/date-picker.js';
|
|
20
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
21
|
+
import 'core-js/modules/es.map.js';
|
|
22
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
23
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
24
|
+
import 'core-js/modules/es.weak-map.js';
|
|
25
|
+
import 'core-js/modules/es.array.concat.js';
|
|
26
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
27
|
+
import 'core-js/modules/es.string.replace.js';
|
|
28
|
+
import 'core-js/modules/es.array.filter.js';
|
|
16
29
|
import 'classnames';
|
|
17
|
-
import '../
|
|
30
|
+
import '../_helpers/input.js';
|
|
31
|
+
import 'core-js/modules/es.object.values.js';
|
|
18
32
|
import '@jetbrains/icons/close-12px';
|
|
19
33
|
import '../global/prop-types.js';
|
|
20
34
|
import '../button/button.js';
|
|
21
|
-
import 'focus-visible';
|
|
22
35
|
import '@jetbrains/icons/chevron-10px';
|
|
23
36
|
import '../icon/icon.js';
|
|
24
37
|
import 'util-deprecate';
|
|
25
38
|
import '../icon/icon__constants.js';
|
|
26
|
-
import '../_helpers/
|
|
27
|
-
import '
|
|
39
|
+
import '../_helpers/icon__svg.js';
|
|
40
|
+
import 'core-js/modules/es.string.starts-with.js';
|
|
28
41
|
import '../link/clickableLink.js';
|
|
29
42
|
import '../global/controls-height.js';
|
|
30
43
|
import '../_helpers/button__classes.js';
|
|
31
44
|
import '../global/get-uid.js';
|
|
45
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
46
|
+
import '../i18n/i18n-context.js';
|
|
47
|
+
import '../i18n/i18n.js';
|
|
48
|
+
import 'core-js/modules/es.set.js';
|
|
32
49
|
import '../global/composeRefs.js';
|
|
33
|
-
import '
|
|
34
|
-
import '../
|
|
35
|
-
import 'date-fns/add';
|
|
50
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
51
|
+
import '../control-label/control-label.js';
|
|
36
52
|
import 'date-fns/addMonths';
|
|
37
53
|
import 'date-fns/getDay';
|
|
38
54
|
import 'date-fns/getDaysInMonth';
|
|
@@ -41,13 +57,17 @@ import 'date-fns/subMonths';
|
|
|
41
57
|
import 'date-fns/endOfMonth';
|
|
42
58
|
import '../global/schedule-raf.js';
|
|
43
59
|
import '../global/linear-function.js';
|
|
60
|
+
import '../global/use-event-callback.js';
|
|
44
61
|
import './month.js';
|
|
45
62
|
import 'date-fns/addDays';
|
|
46
63
|
import 'date-fns/format';
|
|
47
64
|
import 'date-fns/setDay';
|
|
48
65
|
import './day.js';
|
|
66
|
+
import 'core-js/modules/es.array.includes.js';
|
|
67
|
+
import 'core-js/modules/es.string.includes.js';
|
|
49
68
|
import 'date-fns/getDate';
|
|
50
69
|
import 'date-fns/isToday';
|
|
70
|
+
import 'date-fns/add';
|
|
51
71
|
import './month-names.js';
|
|
52
72
|
import 'date-fns/isThisMonth';
|
|
53
73
|
import 'date-fns/set';
|
|
@@ -60,96 +80,110 @@ import 'date-fns/isSameYear';
|
|
|
60
80
|
import 'date-fns/isThisYear';
|
|
61
81
|
import 'date-fns/setYear';
|
|
62
82
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
_defineProperty(
|
|
74
|
-
_defineProperty(
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
_defineProperty(
|
|
83
|
+
var _excluded = ["from", "to", "date", "time"];
|
|
84
|
+
var scrollExpDelay = 10;
|
|
85
|
+
var DatePopup = /*#__PURE__*/function (_Component) {
|
|
86
|
+
_inherits(DatePopup, _Component);
|
|
87
|
+
var _super = _createSuper(DatePopup);
|
|
88
|
+
function DatePopup(props) {
|
|
89
|
+
var _this;
|
|
90
|
+
_classCallCheck(this, DatePopup);
|
|
91
|
+
_this = _super.call(this, props);
|
|
92
|
+
_defineProperty(_assertThisInitialized(_this), "_scrollDate", void 0);
|
|
93
|
+
_defineProperty(_assertThisInitialized(_this), "_scrollTS", void 0);
|
|
94
|
+
_defineProperty(_assertThisInitialized(_this), "isInTimeMode", function () {
|
|
95
|
+
return !_this.props.range && _this.props.withTime || false;
|
|
96
|
+
});
|
|
97
|
+
_defineProperty(_assertThisInitialized(_this), "componentRef", /*#__PURE__*/React.createRef());
|
|
98
|
+
_defineProperty(_assertThisInitialized(_this), "handleWheel", function (e) {
|
|
78
99
|
if (e.cancelable) {
|
|
79
100
|
e.preventDefault();
|
|
80
101
|
}
|
|
81
102
|
});
|
|
82
|
-
_defineProperty(
|
|
83
|
-
|
|
84
|
-
|
|
103
|
+
_defineProperty(_assertThisInitialized(_this), "isValidDate", function (parsedText) {
|
|
104
|
+
var minDate = _this.parse(_this.props.minDate, 'date');
|
|
105
|
+
var maxDate = _this.parse(_this.props.maxDate, 'date');
|
|
85
106
|
if (parsedText) {
|
|
86
107
|
return !(minDate && isBefore(parsedText, minDate) || maxDate && isAfter(parsedText, maxDate));
|
|
87
108
|
}
|
|
88
109
|
return false;
|
|
89
110
|
});
|
|
90
|
-
_defineProperty(
|
|
91
|
-
|
|
92
|
-
|
|
111
|
+
_defineProperty(_assertThisInitialized(_this), "scheduleScroll", function () {
|
|
112
|
+
var current = _this.state.scrollDate && _this.parse(_this.state.scrollDate, 'date') || _this.parse(_this.props[_this.state.active], 'date') || new Date();
|
|
113
|
+
var goal = _this._scrollDate;
|
|
93
114
|
if (!current || !goal || DatePopup.sameDay(goal, current)) {
|
|
94
|
-
|
|
95
|
-
|
|
115
|
+
_this._scrollDate = null;
|
|
116
|
+
_this._scrollTS = null;
|
|
96
117
|
return;
|
|
97
118
|
}
|
|
98
|
-
if (
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
119
|
+
if (_this._scrollTS) {
|
|
120
|
+
var diff = goal - Number(current);
|
|
121
|
+
var dt = Date.now() - _this._scrollTS;
|
|
122
|
+
var next = goal - diff * Math.pow(Math.E, -dt / scrollExpDelay);
|
|
123
|
+
_this.setState({
|
|
103
124
|
scrollDate: next
|
|
104
125
|
});
|
|
105
126
|
}
|
|
106
|
-
|
|
107
|
-
window.requestAnimationFrame(
|
|
127
|
+
_this._scrollTS = Date.now();
|
|
128
|
+
window.requestAnimationFrame(_this.scheduleScroll);
|
|
108
129
|
});
|
|
109
|
-
_defineProperty(
|
|
110
|
-
|
|
111
|
-
if (!
|
|
112
|
-
|
|
130
|
+
_defineProperty(_assertThisInitialized(_this), "scrollTo", function (scrollDate) {
|
|
131
|
+
_this._scrollDate = scrollDate;
|
|
132
|
+
if (!_this._scrollTS) {
|
|
133
|
+
_this.scheduleScroll();
|
|
113
134
|
}
|
|
114
135
|
});
|
|
115
|
-
_defineProperty(
|
|
116
|
-
|
|
136
|
+
_defineProperty(_assertThisInitialized(_this), "hoverHandler", function (hoverDate) {
|
|
137
|
+
return _this.setState({
|
|
138
|
+
hoverDate: hoverDate
|
|
139
|
+
});
|
|
140
|
+
});
|
|
141
|
+
_defineProperty(_assertThisInitialized(_this), "handleActivate", memoize(function (name) {
|
|
142
|
+
return function () {
|
|
143
|
+
return _this.setState({
|
|
144
|
+
active: name
|
|
145
|
+
});
|
|
146
|
+
};
|
|
117
147
|
}));
|
|
118
|
-
_defineProperty(
|
|
119
|
-
active: name
|
|
120
|
-
})));
|
|
121
|
-
_defineProperty(this, "handleInput", (text, name) => {
|
|
148
|
+
_defineProperty(_assertThisInitialized(_this), "handleInput", function (text, name) {
|
|
122
149
|
if (name !== 'time') {
|
|
123
|
-
|
|
124
|
-
if (
|
|
125
|
-
|
|
150
|
+
var parsed = _this.parse(text, name);
|
|
151
|
+
if (_this.isValidDate(parsed)) {
|
|
152
|
+
_this.scrollTo(Number(parsed));
|
|
126
153
|
}
|
|
127
154
|
}
|
|
128
|
-
|
|
129
|
-
text,
|
|
155
|
+
_this.setState({
|
|
156
|
+
text: text,
|
|
130
157
|
hoverDate: null
|
|
131
158
|
});
|
|
132
159
|
});
|
|
133
|
-
_defineProperty(
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
160
|
+
_defineProperty(_assertThisInitialized(_this), "handleConfirm", memoize(function (name) {
|
|
161
|
+
return function () {
|
|
162
|
+
return _this.confirm(name);
|
|
163
|
+
};
|
|
164
|
+
}));
|
|
165
|
+
_defineProperty(_assertThisInitialized(_this), "selectHandler", function (date) {
|
|
166
|
+
if (_this.isInTimeMode()) {
|
|
167
|
+
_this.setState({
|
|
137
168
|
active: 'time'
|
|
138
|
-
}, ()
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
this.select({
|
|
143
|
-
[this.state.active]: date
|
|
169
|
+
}, function () {
|
|
170
|
+
return _this.select({
|
|
171
|
+
date: date
|
|
172
|
+
});
|
|
144
173
|
});
|
|
174
|
+
} else {
|
|
175
|
+
_this.select(_defineProperty({}, _this.state.active, date));
|
|
145
176
|
}
|
|
146
177
|
});
|
|
147
|
-
_defineProperty(
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
178
|
+
_defineProperty(_assertThisInitialized(_this), "handleScroll", function (scrollDate) {
|
|
179
|
+
return _this.setState({
|
|
180
|
+
scrollDate: scrollDate
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
_defineProperty(_assertThisInitialized(_this), "onClear", function (e) {
|
|
184
|
+
var _this$props$onClear, _this$props, _this$componentRef$cu;
|
|
185
|
+
var changes;
|
|
186
|
+
if (_this.props.range) {
|
|
153
187
|
changes = {
|
|
154
188
|
from: null,
|
|
155
189
|
to: null
|
|
@@ -159,266 +193,272 @@ class DatePopup extends Component {
|
|
|
159
193
|
date: null
|
|
160
194
|
};
|
|
161
195
|
}
|
|
162
|
-
|
|
163
|
-
|
|
196
|
+
_this.select(changes);
|
|
197
|
+
(_this$props$onClear = (_this$props = _this.props).onClear) === null || _this$props$onClear === void 0 ? void 0 : _this$props$onClear.call(_this$props, e);
|
|
198
|
+
(_this$componentRef$cu = _this.componentRef.current) === null || _this$componentRef$cu === void 0 || (_this$componentRef$cu = _this$componentRef$cu.querySelector('input')) === null || _this$componentRef$cu === void 0 ? void 0 : _this$componentRef$cu.focus();
|
|
164
199
|
});
|
|
165
|
-
|
|
200
|
+
var defaultState = {
|
|
166
201
|
text: null,
|
|
167
202
|
hoverDate: null,
|
|
168
203
|
scrollDate: null
|
|
169
204
|
};
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
withTime
|
|
173
|
-
} = props;
|
|
205
|
+
var range = props.range,
|
|
206
|
+
withTime = props.withTime;
|
|
174
207
|
if (!range) {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
};
|
|
208
|
+
var parsedDate = _this.parse(props.date, 'date');
|
|
209
|
+
var active = withTime && parsedDate && !props.time ? 'time' : 'date';
|
|
210
|
+
_this.state = _objectSpread2(_objectSpread2({}, defaultState), {}, {
|
|
211
|
+
active: active
|
|
212
|
+
});
|
|
181
213
|
} else if (props.from && !props.to) {
|
|
182
|
-
|
|
183
|
-
...defaultState,
|
|
214
|
+
_this.state = _objectSpread2(_objectSpread2({}, defaultState), {}, {
|
|
184
215
|
active: 'to'
|
|
185
|
-
};
|
|
216
|
+
});
|
|
186
217
|
} else {
|
|
187
|
-
|
|
188
|
-
...defaultState,
|
|
218
|
+
_this.state = _objectSpread2(_objectSpread2({}, defaultState), {}, {
|
|
189
219
|
active: 'from'
|
|
190
|
-
};
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
componentDidMount() {
|
|
194
|
-
if (this.componentRef.current) {
|
|
195
|
-
this.componentRef.current.addEventListener('wheel', this.handleWheel, {
|
|
196
|
-
passive: true
|
|
197
220
|
});
|
|
198
221
|
}
|
|
222
|
+
return _this;
|
|
199
223
|
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
224
|
+
_createClass(DatePopup, [{
|
|
225
|
+
key: "componentDidMount",
|
|
226
|
+
value: function componentDidMount() {
|
|
227
|
+
if (this.componentRef.current) {
|
|
228
|
+
this.componentRef.current.addEventListener('wheel', this.handleWheel);
|
|
204
229
|
}
|
|
205
|
-
this.setState({
|
|
206
|
-
text: null
|
|
207
|
-
});
|
|
208
230
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
this.
|
|
231
|
+
}, {
|
|
232
|
+
key: "componentDidUpdate",
|
|
233
|
+
value: function componentDidUpdate(prevProps, prevState) {
|
|
234
|
+
if (this.state.active !== prevState.active) {
|
|
235
|
+
if (this.state.text && prevState.active) {
|
|
236
|
+
this.confirm(prevState.active);
|
|
237
|
+
}
|
|
238
|
+
this.setState({
|
|
239
|
+
text: null
|
|
240
|
+
});
|
|
241
|
+
}
|
|
213
242
|
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
243
|
+
}, {
|
|
244
|
+
key: "componentWillUnmount",
|
|
245
|
+
value: function componentWillUnmount() {
|
|
246
|
+
if (this.componentRef.current) {
|
|
247
|
+
this.componentRef.current.removeEventListener('wheel', this.handleWheel);
|
|
248
|
+
}
|
|
218
249
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
withTime
|
|
225
|
-
} = this.props;
|
|
226
|
-
const prevActive = this.state.active;
|
|
227
|
-
if (!range && !withTime) {
|
|
228
|
-
this.setState({
|
|
229
|
-
text: null,
|
|
230
|
-
scrollDate: null
|
|
231
|
-
});
|
|
232
|
-
const adjustedDate = changes.date && set(new Date(), {
|
|
233
|
-
year: changes.date.getFullYear(),
|
|
234
|
-
month: changes.date.getMonth(),
|
|
235
|
-
date: changes.date.getDate()
|
|
236
|
-
});
|
|
237
|
-
this.props.onChange(adjustedDate);
|
|
238
|
-
this.props.onComplete();
|
|
239
|
-
} else if (!range && withTime) {
|
|
240
|
-
const date = this.parse(this.props.date, 'date');
|
|
241
|
-
const time = this.parse(this.props.time, 'time');
|
|
242
|
-
const changeToSubmit = {
|
|
243
|
-
date: changes.date || date,
|
|
244
|
-
time: changes.time || time
|
|
245
|
-
};
|
|
246
|
-
this.setState({
|
|
247
|
-
active: changes.date ? 'time' : 'date',
|
|
248
|
-
text: null,
|
|
249
|
-
scrollDate: null
|
|
250
|
-
});
|
|
251
|
-
this.props.onChange(changeToSubmit);
|
|
252
|
-
if (!changes.date && prevActive === 'time' && changeToSubmit.date && changeToSubmit.time) {
|
|
253
|
-
this.props.onComplete();
|
|
250
|
+
}, {
|
|
251
|
+
key: "parse",
|
|
252
|
+
value: function parse(text, type) {
|
|
253
|
+
if (type === 'time') {
|
|
254
|
+
return parseTime(String(text));
|
|
254
255
|
}
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
256
|
+
return this.props.parseDateInput(text);
|
|
257
|
+
}
|
|
258
|
+
}, {
|
|
259
|
+
key: "select",
|
|
260
|
+
value: function select(changes) {
|
|
261
|
+
var _this$props2 = this.props,
|
|
262
|
+
range = _this$props2.range,
|
|
263
|
+
withTime = _this$props2.withTime;
|
|
264
|
+
var prevActive = this.state.active;
|
|
265
|
+
if (!range && !withTime) {
|
|
266
|
+
this.setState({
|
|
267
|
+
text: null,
|
|
268
|
+
scrollDate: null
|
|
269
|
+
});
|
|
270
|
+
var adjustedDate = changes.date && set(new Date(), {
|
|
271
|
+
year: changes.date.getFullYear(),
|
|
272
|
+
month: changes.date.getMonth(),
|
|
273
|
+
date: changes.date.getDate()
|
|
274
|
+
});
|
|
275
|
+
this.props.onChange(adjustedDate);
|
|
276
|
+
this.props.onComplete();
|
|
277
|
+
} else if (!range && withTime) {
|
|
278
|
+
var date = this.parse(this.props.date, 'date');
|
|
279
|
+
var time = this.parse(this.props.time, 'time');
|
|
280
|
+
var changeToSubmit = {
|
|
281
|
+
date: changes.date || date,
|
|
282
|
+
time: changes.time || time
|
|
283
|
+
};
|
|
284
|
+
this.setState({
|
|
285
|
+
active: changes.date ? 'time' : 'date',
|
|
286
|
+
text: null,
|
|
287
|
+
scrollDate: null
|
|
288
|
+
});
|
|
289
|
+
this.props.onChange(changeToSubmit);
|
|
290
|
+
if (!changes.date && prevActive === 'time' && changeToSubmit.date && changeToSubmit.time) {
|
|
291
|
+
this.props.onComplete();
|
|
292
|
+
}
|
|
293
|
+
} else {
|
|
294
|
+
var _this$props$changes = _objectSpread2(_objectSpread2({}, this.props), changes),
|
|
295
|
+
from = _this$props$changes.from,
|
|
296
|
+
to = _this$props$changes.to;
|
|
297
|
+
from = this.parse(from, 'from');
|
|
298
|
+
to = this.parse(to, 'to');
|
|
299
|
+
// proceed to setting the end by default
|
|
300
|
+
var active = 'to';
|
|
301
|
+
var complete = false;
|
|
302
|
+
// end is before beginning
|
|
303
|
+
if (from && to && isAfter(startOfDay(from), startOfDay(to))) {
|
|
304
|
+
// ignore the old end when beginning is changed
|
|
305
|
+
if (changes.from) {
|
|
306
|
+
to = null;
|
|
307
|
+
// treat range as reverse when end is changed
|
|
308
|
+
} else if (changes.to) {
|
|
309
|
+
to = from;
|
|
310
|
+
from = changes.to;
|
|
311
|
+
}
|
|
274
312
|
} else if (changes.to) {
|
|
275
|
-
|
|
276
|
-
|
|
313
|
+
active = 'from';
|
|
314
|
+
complete = !!from;
|
|
315
|
+
}
|
|
316
|
+
this.setState({
|
|
317
|
+
active: active,
|
|
318
|
+
hoverDate: null,
|
|
319
|
+
text: null
|
|
320
|
+
});
|
|
321
|
+
this.props.onChange({
|
|
322
|
+
from: from,
|
|
323
|
+
to: to
|
|
324
|
+
});
|
|
325
|
+
if (complete) {
|
|
326
|
+
this.props.onComplete();
|
|
277
327
|
}
|
|
278
|
-
} else if (changes.to) {
|
|
279
|
-
active = 'from';
|
|
280
|
-
complete = !!from;
|
|
281
|
-
}
|
|
282
|
-
this.setState({
|
|
283
|
-
active,
|
|
284
|
-
hoverDate: null,
|
|
285
|
-
text: null
|
|
286
|
-
});
|
|
287
|
-
this.props.onChange({
|
|
288
|
-
from,
|
|
289
|
-
to
|
|
290
|
-
});
|
|
291
|
-
if (complete) {
|
|
292
|
-
this.props.onComplete();
|
|
293
328
|
}
|
|
294
329
|
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
330
|
+
}, {
|
|
331
|
+
key: "confirm",
|
|
332
|
+
value: function confirm(name) {
|
|
333
|
+
var text = this.state.text;
|
|
334
|
+
var result;
|
|
335
|
+
if (name === 'time') {
|
|
336
|
+
result = this.parse(text, name);
|
|
337
|
+
var time = this.parse('time' in this.props ? this.props.time : '', 'time');
|
|
338
|
+
var emptyCase = this.state.active === 'time' ? '00:00' : null;
|
|
339
|
+
result = result || time || emptyCase;
|
|
340
|
+
} else {
|
|
341
|
+
result = this.parse(text, name);
|
|
342
|
+
if (!this.isValidDate(result)) {
|
|
343
|
+
result = this.parse(name in this.props ? this.props[name] : '', name);
|
|
344
|
+
}
|
|
308
345
|
}
|
|
346
|
+
this.select(_defineProperty({}, name, result));
|
|
309
347
|
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
if (range && activeDate) {
|
|
342
|
-
switch (this.state.active) {
|
|
343
|
-
case 'from':
|
|
344
|
-
if (dates.to && isAfter(startOfDay(activeDate), startOfDay(dates.to))) {
|
|
345
|
-
activeRange = [activeDate, dates.to];
|
|
346
|
-
}
|
|
347
|
-
break;
|
|
348
|
-
case 'to':
|
|
349
|
-
if (!dates.from) {
|
|
348
|
+
}, {
|
|
349
|
+
key: "render",
|
|
350
|
+
value: function render() {
|
|
351
|
+
var _this2 = this;
|
|
352
|
+
var _this$props3 = this.props,
|
|
353
|
+
range = _this$props3.range,
|
|
354
|
+
hidden = _this$props3.hidden,
|
|
355
|
+
withTime = _this$props3.withTime,
|
|
356
|
+
locale = _this$props3.locale;
|
|
357
|
+
var _this$props4 = this.props;
|
|
358
|
+
_this$props4.from;
|
|
359
|
+
_this$props4.to;
|
|
360
|
+
_this$props4.date;
|
|
361
|
+
var time = _this$props4.time,
|
|
362
|
+
restProps = _objectWithoutProperties(_this$props4, _excluded);
|
|
363
|
+
var parsedDate = this.parse(this.props.date, 'date');
|
|
364
|
+
var parsedTo = this.parse(this.props.to, 'to');
|
|
365
|
+
var names = range ? ['from', 'to'] : ['date'];
|
|
366
|
+
var dates = names.reduce(function (obj, key) {
|
|
367
|
+
var value = _this2.props[key];
|
|
368
|
+
return _objectSpread2(_objectSpread2({}, obj), {}, _defineProperty({}, key, _this2.parse(value, key)));
|
|
369
|
+
}, {});
|
|
370
|
+
var activeDate = this.state.active !== 'time' ? this.state.hoverDate || (this.state.text != null ? this.parse(this.state.text, 'date') : null) : this.state.hoverDate || null;
|
|
371
|
+
var currentRange = range && dates.from && dates.to && [dates.from, dates.to] || null;
|
|
372
|
+
var activeRange = null;
|
|
373
|
+
if (range && activeDate) {
|
|
374
|
+
switch (this.state.active) {
|
|
375
|
+
case 'from':
|
|
376
|
+
if (dates.to && isAfter(startOfDay(activeDate), startOfDay(dates.to))) {
|
|
377
|
+
activeRange = [activeDate, dates.to];
|
|
378
|
+
}
|
|
350
379
|
break;
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
...restProps,
|
|
363
|
-
...dates,
|
|
364
|
-
scrollDate,
|
|
365
|
-
activeDate,
|
|
366
|
-
currentRange,
|
|
367
|
-
activeRange,
|
|
368
|
-
onScroll: this.handleScroll,
|
|
369
|
-
onScrollChange: this.scrollTo
|
|
370
|
-
};
|
|
371
|
-
const clearable = Boolean(this.props.onClear);
|
|
372
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
373
|
-
className: modules_0c7b7d96.datePopup,
|
|
374
|
-
"data-test": "ring-date-popup",
|
|
375
|
-
ref: this.componentRef
|
|
376
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
377
|
-
className: modules_0c7b7d96.filterWrapper
|
|
378
|
-
}, names.map(name => {
|
|
379
|
-
let onClear;
|
|
380
|
-
if (clearable && name !== 'from' && !this.isInTimeMode()) {
|
|
381
|
-
onClear = this.onClear.bind(this);
|
|
380
|
+
case 'to':
|
|
381
|
+
if (!dates.from) {
|
|
382
|
+
break;
|
|
383
|
+
}
|
|
384
|
+
if (isBefore(startOfDay(activeDate), startOfDay(dates.from))) {
|
|
385
|
+
activeRange = [activeDate, dates.from];
|
|
386
|
+
} else {
|
|
387
|
+
activeRange = [dates.from, activeDate];
|
|
388
|
+
}
|
|
389
|
+
break;
|
|
390
|
+
}
|
|
382
391
|
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
392
|
+
var scrollDate = withTime && !range ? this.state.scrollDate || dates.date || new Date() : this.state.scrollDate || dates[this.state.active] || new Date();
|
|
393
|
+
var calendarProps = _objectSpread2(_objectSpread2(_objectSpread2({}, restProps), dates), {}, {
|
|
394
|
+
scrollDate: scrollDate,
|
|
395
|
+
activeDate: activeDate,
|
|
396
|
+
currentRange: currentRange,
|
|
397
|
+
activeRange: activeRange,
|
|
398
|
+
onScroll: this.handleScroll,
|
|
399
|
+
onScrollChange: this.scrollTo
|
|
400
|
+
});
|
|
401
|
+
var clearable = Boolean(this.props.onClear);
|
|
402
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
403
|
+
className: modules_0c7b7d96.datePopup,
|
|
404
|
+
"data-test": "ring-date-popup",
|
|
405
|
+
ref: this.componentRef
|
|
406
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
407
|
+
className: modules_0c7b7d96.filterWrapper
|
|
408
|
+
}, names.map(function (name) {
|
|
409
|
+
var onClear;
|
|
410
|
+
if (clearable && name !== 'from' && !_this2.isInTimeMode()) {
|
|
411
|
+
onClear = _this2.onClear.bind(_this2);
|
|
412
|
+
}
|
|
413
|
+
return /*#__PURE__*/React.createElement(DateInput, _extends({}, _this2.props, _this2.state, {
|
|
414
|
+
divider: name === 'from' && (dates[name] != null || parsedTo != null),
|
|
415
|
+
name: name,
|
|
416
|
+
key: name,
|
|
417
|
+
date: dates[name],
|
|
418
|
+
active: _this2.state.active === name,
|
|
419
|
+
hidden: hidden,
|
|
420
|
+
onActivate: _this2.handleActivate(name),
|
|
421
|
+
onInput: _this2.handleInput,
|
|
422
|
+
onConfirm: _this2.handleConfirm(name),
|
|
423
|
+
onClear: onClear,
|
|
424
|
+
locale: locale
|
|
425
|
+
}));
|
|
426
|
+
}), this.isInTimeMode() ? /*#__PURE__*/React.createElement(DateInput, _extends({}, this.props, {
|
|
427
|
+
text: this.state.text,
|
|
428
|
+
divider: !!parsedDate,
|
|
429
|
+
hoverDate: null,
|
|
430
|
+
name: 'time',
|
|
431
|
+
key: 'time',
|
|
432
|
+
date: null,
|
|
433
|
+
time: time,
|
|
434
|
+
active: this.state.active === 'time',
|
|
389
435
|
hidden: hidden,
|
|
390
|
-
onActivate: this.handleActivate(
|
|
436
|
+
onActivate: this.handleActivate('time'),
|
|
391
437
|
onInput: this.handleInput,
|
|
392
|
-
onConfirm: this.handleConfirm(
|
|
393
|
-
onClear: onClear,
|
|
438
|
+
onConfirm: this.handleConfirm('time'),
|
|
439
|
+
onClear: clearable && this.onClear || undefined,
|
|
394
440
|
locale: locale
|
|
395
|
-
}))
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
onHover: this.hoverHandler,
|
|
417
|
-
onSelect: this.selectHandler,
|
|
418
|
-
locale: locale
|
|
419
|
-
})), /*#__PURE__*/React.createElement(Years, calendarProps)), this.props.renderAfterCalendar && this.props.renderAfterCalendar(this.state));
|
|
420
|
-
}
|
|
421
|
-
}
|
|
441
|
+
})) : ''), /*#__PURE__*/React.createElement(Weekdays, {
|
|
442
|
+
locale: locale
|
|
443
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
444
|
+
className: modules_0c7b7d96.calendar
|
|
445
|
+
}, /*#__PURE__*/React.createElement(Months, _extends({}, calendarProps, {
|
|
446
|
+
onHover: this.hoverHandler,
|
|
447
|
+
onSelect: this.selectHandler,
|
|
448
|
+
locale: locale
|
|
449
|
+
})), /*#__PURE__*/React.createElement(Years, calendarProps)), this.props.renderAfterCalendar && this.props.renderAfterCalendar(this.state));
|
|
450
|
+
}
|
|
451
|
+
}], [{
|
|
452
|
+
key: "sameDay",
|
|
453
|
+
value: function sameDay(next, prev) {
|
|
454
|
+
if (next && prev) {
|
|
455
|
+
return isSameDay(next, prev);
|
|
456
|
+
}
|
|
457
|
+
return next === prev;
|
|
458
|
+
}
|
|
459
|
+
}]);
|
|
460
|
+
return DatePopup;
|
|
461
|
+
}(Component);
|
|
422
462
|
_defineProperty(DatePopup, "propTypes", {
|
|
423
463
|
className: PropTypes.string,
|
|
424
464
|
date: dateType,
|
|
@@ -442,7 +482,7 @@ _defineProperty(DatePopup, "propTypes", {
|
|
|
442
482
|
locale: PropTypes.object
|
|
443
483
|
});
|
|
444
484
|
_defineProperty(DatePopup, "defaultProps", {
|
|
445
|
-
onChange() {}
|
|
485
|
+
onChange: function onChange() {}
|
|
446
486
|
});
|
|
447
487
|
|
|
448
488
|
export { DatePopup as default };
|