@jetbrains/ring-ui-built 7.0.11 → 7.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_helpers/anchor.js +2 -2
- package/components/_helpers/caption.js +2 -2
- package/components/_helpers/card.js +19 -19
- package/components/_helpers/icon__svg.js +2 -2
- package/components/_helpers/input.js +11 -11
- package/components/_helpers/query-assist__suggestions.js +5 -5
- package/components/_helpers/select__filter.js +4 -4
- package/components/_helpers/services-link.js +4 -4
- package/components/_helpers/sidebar.js +6 -6
- package/components/_helpers/tab-link.js +7 -7
- package/components/_helpers/theme.js +7 -7
- package/components/_helpers/title.js +5 -5
- package/components/alert/alert.d.ts +1 -1
- package/components/alert/alert.js +7 -8
- package/components/alert/container.js +2 -2
- package/components/alert-service/alert-service.d.ts +1 -1
- package/components/alert-service/alert-service.js +7 -4
- package/components/auth/auth.js +2 -2
- package/components/auth/auth__core.js +1 -1
- package/components/auth/down-notification.js +9 -9
- package/components/auth/iframe-flow.js +2 -2
- package/components/auth/storage.js +1 -1
- package/components/auth-dialog/auth-dialog.d.ts +1 -1
- package/components/auth-dialog/auth-dialog.js +10 -10
- package/components/auth-dialog-service/auth-dialog-service.js +6 -3
- package/components/avatar/avatar.d.ts +1 -1
- package/components/avatar/avatar.js +10 -7
- package/components/avatar/fallback-avatar.d.ts +1 -1
- package/components/avatar/fallback-avatar.js +12 -12
- package/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.js +2 -3
- package/components/button/button.d.ts +1 -1
- package/components/button/button.js +7 -7
- package/components/button-group/button-group.d.ts +1 -1
- package/components/button-group/button-group.js +8 -5
- package/components/button-group/caption.d.ts +1 -1
- package/components/button-group/caption.js +1 -1
- package/components/button-set/button-set.d.ts +1 -1
- package/components/button-set/button-set.js +5 -2
- package/components/button-toolbar/button-toolbar.d.ts +1 -1
- package/components/button-toolbar/button-toolbar.js +5 -2
- package/components/checkbox/checkbox.d.ts +1 -1
- package/components/checkbox/checkbox.js +15 -9
- package/components/clipboard/clipboard.js +1 -1
- package/components/code/code.d.ts +1 -1
- package/components/code/code.js +4 -4
- package/components/collapse/collapse-content.js +4 -4
- package/components/collapse/collapse-control.js +5 -2
- package/components/collapse/collapse.js +6 -3
- package/components/confirm/confirm.d.ts +1 -1
- package/components/confirm/confirm.js +11 -8
- package/components/confirm-service/confirm-service.js +3 -3
- package/components/content-layout/content-layout.d.ts +1 -1
- package/components/content-layout/content-layout.js +6 -3
- package/components/content-layout/sidebar.d.ts +1 -1
- package/components/content-layout/sidebar.js +1 -1
- package/components/contenteditable/contenteditable.d.ts +2 -2
- package/components/contenteditable/contenteditable.js +7 -5
- package/components/control-help/control-help.d.ts +1 -1
- package/components/control-help/control-help.js +2 -2
- package/components/control-label/control-label.js +2 -3
- package/components/data-list/data-list.d.ts +3 -3
- package/components/data-list/data-list.js +8 -8
- package/components/data-list/data-list.mock.d.ts +1 -1
- package/components/data-list/data-list.mock.js +58 -58
- package/components/data-list/item.d.ts +2 -2
- package/components/data-list/item.js +13 -13
- package/components/data-list/title.d.ts +1 -1
- package/components/data-list/title.js +1 -1
- package/components/date-picker/date-input.d.ts +1 -1
- package/components/date-picker/date-input.js +2 -2
- package/components/date-picker/date-picker.d.ts +1 -1
- package/components/date-picker/date-picker.js +10 -10
- package/components/date-picker/date-popup.d.ts +1 -1
- package/components/date-picker/date-popup.js +9 -9
- package/components/date-picker/day.d.ts +1 -1
- package/components/date-picker/day.js +2 -3
- package/components/date-picker/month-names.d.ts +1 -1
- package/components/date-picker/month-names.js +6 -6
- package/components/date-picker/month-slider.d.ts +1 -1
- package/components/date-picker/month-slider.js +3 -3
- package/components/date-picker/month.d.ts +1 -1
- package/components/date-picker/month.js +6 -6
- package/components/date-picker/months.d.ts +1 -1
- package/components/date-picker/months.js +6 -6
- package/components/date-picker/weekdays.d.ts +1 -1
- package/components/date-picker/weekdays.js +3 -3
- package/components/date-picker/years.d.ts +1 -1
- package/components/date-picker/years.js +3 -3
- package/components/dialog/dialog.d.ts +1 -1
- package/components/dialog/dialog.js +15 -12
- package/components/dropdown/anchor.d.ts +1 -1
- package/components/dropdown/anchor.js +1 -1
- package/components/dropdown/dropdown.d.ts +1 -1
- package/components/dropdown/dropdown.js +7 -5
- package/components/dropdown-menu/dropdown-menu.js +8 -8
- package/components/editable-heading/editable-heading.d.ts +2 -2
- package/components/editable-heading/editable-heading.js +15 -15
- package/components/error-bubble/error-bubble.d.ts +1 -1
- package/components/error-bubble/error-bubble.js +7 -4
- package/components/error-message/error-message.d.ts +1 -1
- package/components/error-message/error-message.js +9 -6
- package/components/footer/footer.js +8 -8
- package/components/global/create-stateful-context.d.ts +1 -1
- package/components/global/create-stateful-context.js +3 -3
- package/components/global/focus-sensor-hoc.js +2 -2
- package/components/global/react-dom-renderer.d.ts +1 -1
- package/components/global/react-dom-renderer.js +2 -2
- package/components/global/rerender-hoc.js +3 -3
- package/components/global/theme.js +1 -1
- package/components/grid/col.d.ts +1 -1
- package/components/grid/col.js +2 -2
- package/components/grid/grid.d.ts +1 -1
- package/components/grid/grid.js +5 -2
- package/components/grid/row.d.ts +1 -1
- package/components/grid/row.js +2 -2
- package/components/group/group.d.ts +1 -1
- package/components/group/group.js +5 -2
- package/components/header/header-icon.d.ts +1 -1
- package/components/header/header-icon.js +2 -2
- package/components/header/header.d.ts +1 -1
- package/components/header/header.js +9 -3
- package/components/header/links.d.ts +1 -1
- package/components/header/links.js +3 -2
- package/components/header/logo.d.ts +1 -1
- package/components/header/logo.js +3 -3
- package/components/header/profile.d.ts +1 -1
- package/components/header/profile.js +11 -11
- package/components/header/services-link.d.ts +1 -1
- package/components/header/services-link.js +1 -1
- package/components/header/services.d.ts +1 -1
- package/components/header/services.js +8 -8
- package/components/header/smart-profile.d.ts +1 -1
- package/components/header/smart-profile.js +2 -2
- package/components/header/smart-services.d.ts +1 -1
- package/components/header/smart-services.js +2 -2
- package/components/header/tray.d.ts +1 -1
- package/components/header/tray.js +3 -3
- package/components/heading/heading.js +9 -6
- package/components/i18n/i18n-context.js +2 -2
- package/components/icon/icon.d.ts +1 -1
- package/components/icon/icon.js +4 -4
- package/components/icon/icon__svg.d.ts +1 -1
- package/components/icon/icon__svg.js +1 -1
- package/components/icon/index.js +1 -1
- package/components/input/input.d.ts +1 -1
- package/components/input/input.js +1 -1
- package/components/island/adaptive-island-hoc.d.ts +2 -2
- package/components/island/adaptive-island-hoc.js +4 -4
- package/components/island/content.d.ts +1 -1
- package/components/island/content.js +6 -6
- package/components/island/header.d.ts +1 -1
- package/components/island/header.js +5 -5
- package/components/island/island.d.ts +3 -3
- package/components/island/island.js +5 -2
- package/components/link/clickableLink.d.ts +1 -1
- package/components/link/clickableLink.js +2 -2
- package/components/link/link.d.ts +4 -4
- package/components/link/link.js +3 -3
- package/components/list/list.d.ts +6 -6
- package/components/list/list.js +20 -21
- package/components/list/list__custom.d.ts +1 -1
- package/components/list/list__custom.js +2 -2
- package/components/list/list__hint.d.ts +1 -1
- package/components/list/list__hint.js +6 -2
- package/components/list/list__item.d.ts +1 -1
- package/components/list/list__item.js +19 -15
- package/components/list/list__link.d.ts +1 -1
- package/components/list/list__link.js +6 -2
- package/components/list/list__separator.d.ts +1 -1
- package/components/list/list__separator.js +2 -2
- package/components/list/list__title.d.ts +1 -1
- package/components/list/list__title.js +4 -4
- package/components/list/list__users-groups-source.js +1 -1
- package/components/loader/loader.d.ts +1 -1
- package/components/loader/loader.js +8 -2
- package/components/loader-inline/loader-inline.d.ts +1 -1
- package/components/loader-inline/loader-inline.js +7 -4
- package/components/loader-screen/loader-screen.d.ts +1 -1
- package/components/loader-screen/loader-screen.js +6 -3
- package/components/login-dialog/login-dialog.d.ts +1 -1
- package/components/login-dialog/login-dialog.js +6 -6
- package/components/login-dialog/service.js +3 -3
- package/components/markdown/markdown.d.ts +1 -1
- package/components/markdown/markdown.js +5 -2
- package/components/message/message.d.ts +1 -1
- package/components/message/message.js +14 -11
- package/components/old-browsers-message/white-list.js +2 -2
- package/components/pager/pager.d.ts +5 -5
- package/components/pager/pager.js +21 -21
- package/components/panel/panel.d.ts +1 -1
- package/components/panel/panel.js +5 -2
- package/components/popup/popup.d.ts +2 -2
- package/components/popup/popup.js +9 -11
- package/components/popup/popup.target.js +3 -3
- package/components/popup-menu/popup-menu.d.ts +1 -1
- package/components/popup-menu/popup-menu.js +6 -3
- package/components/progress-bar/progress-bar.d.ts +1 -1
- package/components/progress-bar/progress-bar.js +6 -3
- package/components/query-assist/query-assist.d.ts +2 -2
- package/components/query-assist/query-assist.js +20 -22
- package/components/query-assist/query-assist__suggestions.d.ts +1 -1
- package/components/query-assist/query-assist__suggestions.js +1 -1
- package/components/radio/radio.d.ts +1 -1
- package/components/radio/radio.js +5 -2
- package/components/radio/radio__item.d.ts +1 -1
- package/components/radio/radio__item.js +8 -8
- package/components/scrollable-section/scrollable-section.d.ts +1 -1
- package/components/scrollable-section/scrollable-section.js +2 -2
- package/components/select/select.d.ts +3 -3
- package/components/select/select.js +35 -34
- package/components/select/select__filter.d.ts +1 -1
- package/components/select/select__filter.js +1 -1
- package/components/select/select__popup.d.ts +7 -7
- package/components/select/select__popup.js +18 -18
- package/components/shortcuts/shortcuts-hoc.d.ts +2 -2
- package/components/shortcuts/shortcuts-hoc.js +3 -3
- package/components/slider/slider.js +9 -10
- package/components/storage/storage.js +1 -1
- package/components/storage/storage__local.js +1 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +5 -5
- package/components/table/cell.d.ts +1 -1
- package/components/table/cell.js +2 -2
- package/components/table/disable-hover-hoc.d.ts +2 -2
- package/components/table/disable-hover-hoc.js +2 -2
- package/components/table/header-cell.d.ts +1 -1
- package/components/table/header-cell.js +5 -5
- package/components/table/header.d.ts +2 -2
- package/components/table/header.js +8 -8
- package/components/table/multitable.d.ts +1 -1
- package/components/table/multitable.js +2 -2
- package/components/table/row-with-focus-sensor.d.ts +1 -1
- package/components/table/row-with-focus-sensor.js +2 -2
- package/components/table/row.d.ts +1 -1
- package/components/table/row.js +12 -12
- package/components/table/selection-shortcuts-hoc.js +2 -2
- package/components/table/simple-table.d.ts +1 -1
- package/components/table/simple-table.js +2 -2
- package/components/table/smart-table.d.ts +1 -1
- package/components/table/smart-table.js +2 -2
- package/components/table/table.d.ts +4 -4
- package/components/table/table.js +17 -14
- package/components/tabs/collapsible-more.d.ts +3 -3
- package/components/tabs/collapsible-more.js +8 -8
- package/components/tabs/collapsible-tab.d.ts +1 -1
- package/components/tabs/collapsible-tab.js +3 -3
- package/components/tabs/collapsible-tabs.d.ts +2 -2
- package/components/tabs/collapsible-tabs.js +6 -6
- package/components/tabs/dumb-tabs.d.ts +2 -3
- package/components/tabs/dumb-tabs.js +6 -6
- package/components/tabs/smart-tabs.d.ts +1 -1
- package/components/tabs/smart-tabs.js +2 -2
- package/components/tabs/tab-link.d.ts +1 -1
- package/components/tabs/tab-link.js +1 -1
- package/components/tabs/tab.d.ts +1 -1
- package/components/tabs/tab.js +2 -2
- package/components/tabs/tabs.js +1 -1
- package/components/tag/tag.d.ts +5 -5
- package/components/tag/tag.js +12 -9
- package/components/tags-input/tags-input.d.ts +1 -1
- package/components/tags-input/tags-input.js +5 -5
- package/components/tags-list/tags-list.d.ts +2 -2
- package/components/tags-list/tags-list.js +2 -2
- package/components/text/text.d.ts +1 -1
- package/components/text/text.js +2 -2
- package/components/toggle/toggle.d.ts +1 -1
- package/components/toggle/toggle.js +9 -9
- package/components/tooltip/tooltip.d.ts +1 -1
- package/components/tooltip/tooltip.js +6 -6
- package/components/user-agreement/service.js +7 -7
- package/components/user-agreement/user-agreement.d.ts +1 -1
- package/components/user-agreement/user-agreement.js +13 -13
- package/components/user-card/card.d.ts +1 -1
- package/components/user-card/card.js +1 -1
- package/components/user-card/smart-user-card-tooltip.d.ts +2 -2
- package/components/user-card/smart-user-card-tooltip.js +4 -4
- package/components/user-card/tooltip.d.ts +2 -2
- package/components/user-card/tooltip.js +4 -4
- package/components/user-card/user-card.js +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
1
2
|
import Link from '../link/link.js';
|
2
3
|
import Tag from '../tag/tag.js';
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
4
4
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
5
5
|
import 'react';
|
6
6
|
import 'classnames';
|
@@ -24,8 +24,8 @@ import '../_helpers/button__classes.js';
|
|
24
24
|
|
25
25
|
const items = [{
|
26
26
|
id: 1,
|
27
|
-
title:
|
28
|
-
children: [
|
27
|
+
title: jsxs("span", {
|
28
|
+
children: [jsx("strong", {
|
29
29
|
children: "Assigner"
|
30
30
|
}), " in 60 projects"]
|
31
31
|
}),
|
@@ -39,35 +39,35 @@ const items = [{
|
|
39
39
|
items: [{
|
40
40
|
id: 111,
|
41
41
|
selectable: true,
|
42
|
-
title:
|
42
|
+
title: jsx(Link, {
|
43
43
|
href: "#",
|
44
44
|
children: "TeamCity"
|
45
45
|
})
|
46
46
|
}, {
|
47
47
|
id: 112,
|
48
48
|
selectable: true,
|
49
|
-
title:
|
49
|
+
title: jsx(Link, {
|
50
50
|
href: "#",
|
51
51
|
children: "YouTrack"
|
52
52
|
})
|
53
53
|
}, {
|
54
54
|
id: 113,
|
55
55
|
selectable: true,
|
56
|
-
title:
|
56
|
+
title: jsx(Link, {
|
57
57
|
href: "#",
|
58
58
|
children: "Sandbox"
|
59
59
|
})
|
60
60
|
}, {
|
61
61
|
id: 114,
|
62
62
|
selectable: true,
|
63
|
-
title:
|
63
|
+
title: jsx(Link, {
|
64
64
|
href: "#",
|
65
65
|
children: "Exception Analyzer"
|
66
66
|
})
|
67
67
|
}, {
|
68
68
|
id: 115,
|
69
69
|
selectable: true,
|
70
|
-
title:
|
70
|
+
title: jsx(Link, {
|
71
71
|
href: "#",
|
72
72
|
children: "MPS"
|
73
73
|
})
|
@@ -75,8 +75,8 @@ const items = [{
|
|
75
75
|
}]
|
76
76
|
}, {
|
77
77
|
id: 2,
|
78
|
-
title:
|
79
|
-
children: [
|
78
|
+
title: jsxs("span", {
|
79
|
+
children: [jsx("strong", {
|
80
80
|
children: "Code Reviewer"
|
81
81
|
}), " in 5 projects"]
|
82
82
|
}),
|
@@ -85,13 +85,13 @@ const items = [{
|
|
85
85
|
items: [{
|
86
86
|
id: 21,
|
87
87
|
selectable: true,
|
88
|
-
title:
|
89
|
-
children: [
|
88
|
+
title: jsxs("span", {
|
89
|
+
children: [jsx(Link, {
|
90
90
|
href: "#",
|
91
91
|
children: "JetProfile"
|
92
|
-
}),
|
92
|
+
}), jsx("span", {
|
93
93
|
children: " "
|
94
|
-
}),
|
94
|
+
}), jsx(Tag, {
|
95
95
|
children: "duplicate"
|
96
96
|
})]
|
97
97
|
})
|
@@ -102,35 +102,35 @@ const items = [{
|
|
102
102
|
items: [{
|
103
103
|
id: 221,
|
104
104
|
collapsible: true,
|
105
|
-
title:
|
105
|
+
title: jsx(Link, {
|
106
106
|
href: "#",
|
107
107
|
children: "TeamCity"
|
108
108
|
})
|
109
109
|
}, {
|
110
110
|
id: 222,
|
111
111
|
collapsible: true,
|
112
|
-
title:
|
112
|
+
title: jsx(Link, {
|
113
113
|
href: "#",
|
114
114
|
children: "YouTrack"
|
115
115
|
})
|
116
116
|
}, {
|
117
117
|
id: 223,
|
118
118
|
collapsible: true,
|
119
|
-
title:
|
119
|
+
title: jsx(Link, {
|
120
120
|
href: "#",
|
121
121
|
children: "Sandbox"
|
122
122
|
})
|
123
123
|
}, {
|
124
124
|
id: 224,
|
125
125
|
collapsible: true,
|
126
|
-
title:
|
126
|
+
title: jsx(Link, {
|
127
127
|
href: "#",
|
128
128
|
children: "Exception Analyzer"
|
129
129
|
})
|
130
130
|
}, {
|
131
131
|
id: 225,
|
132
132
|
collapsible: true,
|
133
|
-
title:
|
133
|
+
title: jsx(Link, {
|
134
134
|
href: "#",
|
135
135
|
children: "MPS"
|
136
136
|
})
|
@@ -138,19 +138,19 @@ const items = [{
|
|
138
138
|
}, {
|
139
139
|
id: 23,
|
140
140
|
collapsible: true,
|
141
|
-
title:
|
142
|
-
children: [
|
141
|
+
title: jsxs("span", {
|
142
|
+
children: [jsx(Link, {
|
143
143
|
href: "#",
|
144
144
|
children: "CustomJDK"
|
145
|
-
}),
|
145
|
+
}), jsx("span", {
|
146
146
|
children: ": as a member of ide-developers"
|
147
147
|
})]
|
148
148
|
})
|
149
149
|
}]
|
150
150
|
}, {
|
151
151
|
id: 3,
|
152
|
-
title:
|
153
|
-
children: [
|
152
|
+
title: jsxs("span", {
|
153
|
+
children: [jsx("strong", {
|
154
154
|
children: "Code Viewer"
|
155
155
|
}), " in 5 projects"]
|
156
156
|
}),
|
@@ -159,30 +159,30 @@ const items = [{
|
|
159
159
|
items: [{
|
160
160
|
id: 31,
|
161
161
|
collapsible: true,
|
162
|
-
title:
|
163
|
-
children: [
|
162
|
+
title: jsxs("span", {
|
163
|
+
children: [jsx(Link, {
|
164
164
|
href: "#",
|
165
165
|
children: "ide-frontend"
|
166
|
-
}),
|
166
|
+
}), jsx("span", {
|
167
167
|
children: ": as a member of ide-developers"
|
168
168
|
})]
|
169
169
|
})
|
170
170
|
}, {
|
171
171
|
id: 32,
|
172
172
|
collapsible: true,
|
173
|
-
title:
|
174
|
-
children: [
|
173
|
+
title: jsxs("span", {
|
174
|
+
children: [jsx(Link, {
|
175
175
|
href: "#",
|
176
176
|
children: "ide-frontend"
|
177
|
-
}),
|
177
|
+
}), jsx("span", {
|
178
178
|
children: ": as a member of ide-frontend Code Viewers"
|
179
179
|
})]
|
180
180
|
})
|
181
181
|
}]
|
182
182
|
}, {
|
183
183
|
id: 4,
|
184
|
-
title:
|
185
|
-
children: [
|
184
|
+
title: jsxs("span", {
|
185
|
+
children: [jsx("strong", {
|
186
186
|
children: "Commenter"
|
187
187
|
}), " in 12 projects"]
|
188
188
|
}),
|
@@ -190,22 +190,22 @@ const items = [{
|
|
190
190
|
items: [{
|
191
191
|
id: 41,
|
192
192
|
collapsible: true,
|
193
|
-
title:
|
194
|
-
children: [
|
193
|
+
title: jsxs("span", {
|
194
|
+
children: [jsx(Link, {
|
195
195
|
href: "#",
|
196
196
|
children: "Intellij IDEA"
|
197
|
-
}),
|
197
|
+
}), jsx("span", {
|
198
198
|
children: ": as a member of Registered Users"
|
199
199
|
})]
|
200
200
|
})
|
201
201
|
}, {
|
202
202
|
id: 42,
|
203
203
|
collapsible: true,
|
204
|
-
title:
|
205
|
-
children: [
|
204
|
+
title: jsxs("span", {
|
205
|
+
children: [jsx(Link, {
|
206
206
|
href: "#",
|
207
207
|
children: "YouTrack Backlog"
|
208
|
-
}),
|
208
|
+
}), jsx("span", {
|
209
209
|
children: ": as a member of jetbrains-team"
|
210
210
|
})]
|
211
211
|
})
|
@@ -213,12 +213,12 @@ const items = [{
|
|
213
213
|
}, {
|
214
214
|
id: 5,
|
215
215
|
collapsible: true,
|
216
|
-
title:
|
217
|
-
children: [
|
216
|
+
title: jsxs("span", {
|
217
|
+
children: [jsx("strong", {
|
218
218
|
children: "Developer"
|
219
|
-
}),
|
219
|
+
}), jsx("span", {
|
220
220
|
children: " in 57 projects "
|
221
|
-
}),
|
221
|
+
}), jsx(Tag, {
|
222
222
|
children: "team role"
|
223
223
|
})]
|
224
224
|
}),
|
@@ -226,7 +226,7 @@ const items = [{
|
|
226
226
|
id: 51,
|
227
227
|
selectable: true,
|
228
228
|
collapsible: true,
|
229
|
-
title:
|
229
|
+
title: jsx(Link, {
|
230
230
|
href: "#",
|
231
231
|
children: "Wasabi"
|
232
232
|
})
|
@@ -234,22 +234,22 @@ const items = [{
|
|
234
234
|
}, {
|
235
235
|
id: 6,
|
236
236
|
collapsible: true,
|
237
|
-
title:
|
238
|
-
children: [
|
237
|
+
title: jsxs("span", {
|
238
|
+
children: [jsx("strong", {
|
239
239
|
children: "Git Hosting Admin"
|
240
|
-
}),
|
240
|
+
}), jsx("span", {
|
241
241
|
children: " in project "
|
242
|
-
}),
|
242
|
+
}), jsx(Link, {
|
243
243
|
href: "#",
|
244
244
|
children: "Hackathon 2016"
|
245
|
-
}),
|
245
|
+
}), jsx("span", {
|
246
246
|
children: ": as a member of jetbrains-team"
|
247
247
|
})]
|
248
248
|
})
|
249
249
|
}, {
|
250
250
|
id: 7,
|
251
|
-
title:
|
252
|
-
children: [
|
251
|
+
title: jsxs("span", {
|
252
|
+
children: [jsx("strong", {
|
253
253
|
children: "Git Hosting Checkout"
|
254
254
|
}), " in 7 projects"]
|
255
255
|
}),
|
@@ -260,13 +260,13 @@ const moreItems = [{
|
|
260
260
|
id: 91,
|
261
261
|
selectable: true,
|
262
262
|
collapsible: true,
|
263
|
-
title:
|
264
|
-
children: [
|
263
|
+
title: jsxs("span", {
|
264
|
+
children: [jsx(Link, {
|
265
265
|
href: "#",
|
266
266
|
children: "More item 1"
|
267
|
-
}),
|
267
|
+
}), jsx("span", {
|
268
268
|
children: " "
|
269
|
-
}),
|
269
|
+
}), jsx(Tag, {
|
270
270
|
children: "duplicate"
|
271
271
|
})]
|
272
272
|
})
|
@@ -274,13 +274,13 @@ const moreItems = [{
|
|
274
274
|
id: 92,
|
275
275
|
selectable: true,
|
276
276
|
collapsible: true,
|
277
|
-
title:
|
278
|
-
children: [
|
277
|
+
title: jsxs("span", {
|
278
|
+
children: [jsx(Link, {
|
279
279
|
href: "#",
|
280
280
|
children: "More item 2"
|
281
|
-
}),
|
281
|
+
}), jsx("span", {
|
282
282
|
children: " "
|
283
|
-
}),
|
283
|
+
}), jsx(Tag, {
|
284
284
|
children: "duplicate"
|
285
285
|
})]
|
286
286
|
})
|
@@ -45,6 +45,6 @@ export default class Item<T extends SelectionItem> extends PureComponent<ItemPro
|
|
45
45
|
onShowLess: () => void;
|
46
46
|
onFocus: () => void;
|
47
47
|
onSelect: (selected: boolean) => void;
|
48
|
-
renderItem: (model: T, parentShift: number) => import("react").JSX.Element;
|
49
|
-
render(): import("react").JSX.Element;
|
48
|
+
renderItem: (model: T, parentShift: number) => import("react/jsx-runtime").JSX.Element;
|
49
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
50
50
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
3
4
|
import { PureComponent } from 'react';
|
4
5
|
import chevronRightIcon from '@jetbrains/icons/chevron-right';
|
5
6
|
import chevronDownIcon from '@jetbrains/icons/chevron-down';
|
@@ -8,7 +9,6 @@ import Text from '../text/text.js';
|
|
8
9
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
9
10
|
import { Button } from '../button/button.js';
|
10
11
|
import { s as styles, T as Title } from '../_helpers/title.js';
|
11
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
12
12
|
import 'classnames';
|
13
13
|
import '../global/data-tests.js';
|
14
14
|
import '../link/clickableLink.js';
|
@@ -81,7 +81,7 @@ class Item extends PureComponent {
|
|
81
81
|
itemFormatter
|
82
82
|
} = this.props;
|
83
83
|
const item = itemFormatter(model);
|
84
|
-
return
|
84
|
+
return jsx(Item, {
|
85
85
|
item: model,
|
86
86
|
title: item.title,
|
87
87
|
items: item.items,
|
@@ -118,21 +118,21 @@ class Item extends PureComponent {
|
|
118
118
|
} = this.props;
|
119
119
|
let moreLessButton;
|
120
120
|
if (showMoreLessButton === moreLessButtonStates.MORE || showMoreLessButton === moreLessButtonStates.MORE_LOADING) {
|
121
|
-
moreLessButton =
|
121
|
+
moreLessButton = jsxs(Text, {
|
122
122
|
info: true,
|
123
|
-
children: [
|
123
|
+
children: [jsx(Link, {
|
124
124
|
inherit: true,
|
125
125
|
pseudo: true,
|
126
126
|
onClick: this.onShowMore,
|
127
127
|
children: 'Show more'
|
128
|
-
}), showMoreLessButton === moreLessButtonStates.MORE_LOADING &&
|
128
|
+
}), showMoreLessButton === moreLessButtonStates.MORE_LOADING && jsx(LoaderInline, {
|
129
129
|
className: styles.showMoreLoader
|
130
130
|
})]
|
131
131
|
});
|
132
132
|
} else if (showMoreLessButton === moreLessButtonStates.LESS) {
|
133
|
-
moreLessButton =
|
133
|
+
moreLessButton = jsx(Text, {
|
134
134
|
info: true,
|
135
|
-
children:
|
135
|
+
children: jsx(Link, {
|
136
136
|
inherit: true,
|
137
137
|
pseudo: true,
|
138
138
|
onClick: this.onShowLess,
|
@@ -143,7 +143,7 @@ class Item extends PureComponent {
|
|
143
143
|
let collapserExpander = null;
|
144
144
|
if (collapsible) {
|
145
145
|
if (collapsed) {
|
146
|
-
collapserExpander =
|
146
|
+
collapserExpander = jsx(Button, {
|
147
147
|
title: "Expand",
|
148
148
|
onClick: onExpand,
|
149
149
|
icon: chevronRightIcon,
|
@@ -152,7 +152,7 @@ class Item extends PureComponent {
|
|
152
152
|
"data-test": "ring-data-list-expand"
|
153
153
|
});
|
154
154
|
} else {
|
155
|
-
collapserExpander =
|
155
|
+
collapserExpander = jsx(Button, {
|
156
156
|
title: "Collapse",
|
157
157
|
onClick: onCollapse,
|
158
158
|
icon: chevronDownIcon,
|
@@ -164,8 +164,8 @@ class Item extends PureComponent {
|
|
164
164
|
}
|
165
165
|
const itemIsEmpty = !(items !== null && items !== void 0 && items.length) || collapsible && collapsed;
|
166
166
|
const offset = level * LIST_LEFT_OFFSET + ITEM_LEFT_OFFSET + parentShift;
|
167
|
-
return
|
168
|
-
children: [
|
167
|
+
return jsxs("li", {
|
168
|
+
children: [jsx(Title, {
|
169
169
|
title: title,
|
170
170
|
focused: showFocus,
|
171
171
|
showFocus: showFocus,
|
@@ -175,9 +175,9 @@ class Item extends PureComponent {
|
|
175
175
|
onFocus: this.onFocus,
|
176
176
|
onSelect: this.onSelect,
|
177
177
|
offset: offset
|
178
|
-
}), !itemIsEmpty ?
|
178
|
+
}), !itemIsEmpty ? jsxs("ul", {
|
179
179
|
className: styles.itemContent,
|
180
|
-
children: [items.map(model => this.renderItem(model, parentShift)), showMoreLessButton !== moreLessButtonStates.UNUSED ?
|
180
|
+
children: [items.map(model => this.renderItem(model, parentShift)), showMoreLessButton !== moreLessButtonStates.UNUSED ? jsx("li", {
|
181
181
|
className: styles.showMore,
|
182
182
|
children: moreLessButton
|
183
183
|
}) : null]
|
@@ -20,7 +20,7 @@ declare class Title extends PureComponent<TitleProps> {
|
|
20
20
|
onCheckboxFocus: () => void;
|
21
21
|
onCheckboxChange: () => void;
|
22
22
|
toggleSelection(): void;
|
23
|
-
render(): import("react").JSX.Element;
|
23
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
24
24
|
}
|
25
25
|
declare const _default: import("react").ComponentType<import("../global/focus-sensor-hoc").FocusSensorProps<TitleProps, HTMLDivElement, typeof Title>>;
|
26
26
|
export default _default;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
|
+
import 'react/jsx-runtime';
|
3
4
|
import 'react';
|
4
5
|
import 'classnames';
|
5
6
|
import '../global/focus-sensor-hoc.js';
|
6
7
|
import '../checkbox/checkbox.js';
|
7
8
|
import '../global/get-uid.js';
|
8
9
|
export { T as default } from '../_helpers/title.js';
|
9
|
-
import 'react/jsx-runtime';
|
10
10
|
import '../global/composeRefs.js';
|
11
11
|
import 'memoize-one';
|
12
12
|
import '@jetbrains/icons/checkmark-12px';
|
@@ -24,5 +24,5 @@ export default class DateInput extends React.PureComponent<DateInputProps> {
|
|
24
24
|
updateInput({ text, active }: UpdateInputConfig): void;
|
25
25
|
handleChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
26
26
|
handleKeyDown: (e: React.KeyboardEvent) => void;
|
27
|
-
render():
|
27
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
28
28
|
}
|
@@ -2,13 +2,13 @@ import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import 'core-js/modules/es.regexp.exec.js';
|
3
3
|
import 'core-js/modules/es.string.replace.js';
|
4
4
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
5
|
+
import { jsx } from 'react/jsx-runtime';
|
5
6
|
import * as React from 'react';
|
6
7
|
import classNames from 'classnames';
|
7
8
|
import { I as Input } from '../_helpers/input.js';
|
8
9
|
import { ControlsHeight } from '../global/controls-height.js';
|
9
10
|
import { I18nContext } from '../i18n/i18n-context.js';
|
10
11
|
import { s as styles } from '../_helpers/date-picker.js';
|
11
|
-
import { jsx } from 'react/jsx-runtime';
|
12
12
|
import '@jetbrains/icons/close-12px';
|
13
13
|
import '../button/button.js';
|
14
14
|
import '@jetbrains/icons/chevron-down';
|
@@ -123,7 +123,7 @@ class DateInput extends React.PureComponent {
|
|
123
123
|
}
|
124
124
|
})();
|
125
125
|
const classes = classNames(styles.filter, styles["".concat(name, "Input")], divider && styles["".concat(name, "InputWithDivider")], 'ring-js-shortcuts');
|
126
|
-
return
|
126
|
+
return jsx(Input, {
|
127
127
|
autoComplete: "off",
|
128
128
|
borderless: true,
|
129
129
|
height: ControlsHeight.L,
|
@@ -45,6 +45,6 @@ export default class DatePicker extends PureComponent<DatePickerProps> {
|
|
45
45
|
parse: (arg: string | number | Date | null | undefined) => Date | null;
|
46
46
|
formatTime(): string | null;
|
47
47
|
getAnchorText: () => string;
|
48
|
-
render():
|
48
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
49
49
|
}
|
50
50
|
export type DatePickerAttrs = JSX.LibraryManagedAttributes<typeof DatePicker, DatePickerProps>;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
3
4
|
import { PureComponent } from 'react';
|
4
5
|
import classNames from 'classnames';
|
5
6
|
import { format } from 'date-fns/format';
|
@@ -22,7 +23,6 @@ import { I18nContext } from '../i18n/i18n-context.js';
|
|
22
23
|
import DatePopup from './date-popup.js';
|
23
24
|
import { s as styles } from '../_helpers/date-picker.js';
|
24
25
|
import formats from './formats.js';
|
25
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
26
26
|
import 'core-js/modules/es.regexp.exec.js';
|
27
27
|
import 'core-js/modules/es.string.replace.js';
|
28
28
|
import 'react-dom';
|
@@ -102,14 +102,14 @@ const PopupComponent = _ref => {
|
|
102
102
|
onComplete
|
103
103
|
} = _ref,
|
104
104
|
restProps = _objectWithoutProperties(_ref, _excluded);
|
105
|
-
return
|
105
|
+
return jsx(Popup, _objectSpread2(_objectSpread2({
|
106
106
|
hidden: hidden,
|
107
107
|
className: className,
|
108
108
|
ref: popupRef,
|
109
109
|
directions: [Popup.PopupProps.Directions.BOTTOM_RIGHT, Popup.PopupProps.Directions.BOTTOM_LEFT, Popup.PopupProps.Directions.TOP_LEFT, Popup.PopupProps.Directions.TOP_RIGHT]
|
110
110
|
}, restProps), {}, {
|
111
111
|
trapFocus: true,
|
112
|
-
children:
|
112
|
+
children: jsx(DatePopup, _objectSpread2(_objectSpread2({
|
113
113
|
onClear: onClear
|
114
114
|
}, datePopupProps), {}, {
|
115
115
|
onComplete: onComplete
|
@@ -224,12 +224,12 @@ class DatePicker extends PureComponent {
|
|
224
224
|
}
|
225
225
|
render() {
|
226
226
|
var _this$props$disabled, _this$props$disabled2;
|
227
|
-
const anchorContent =
|
227
|
+
const anchorContent = jsxs("div", {
|
228
228
|
className: styles.anchorContent,
|
229
|
-
children: [
|
229
|
+
children: [jsx(Icon, {
|
230
230
|
glyph: calendarIcon,
|
231
231
|
className: styles.calendarIcon
|
232
|
-
}), this.getAnchorText(),
|
232
|
+
}), this.getAnchorText(), jsx(Icon, {
|
233
233
|
glyph: chevronDownIcon,
|
234
234
|
className: styles.chevronDownIcon
|
235
235
|
})]
|
@@ -247,17 +247,17 @@ class DatePicker extends PureComponent {
|
|
247
247
|
const classes = classNames(styles.datePicker, className, styles["size".concat(this.props.size)], {
|
248
248
|
[styles.inline]: inline
|
249
249
|
});
|
250
|
-
return
|
250
|
+
return jsx(Dropdown, _objectSpread2(_objectSpread2({
|
251
251
|
className: classes,
|
252
252
|
disabled: this.props.disabled,
|
253
253
|
"data-test": "ring-date-picker",
|
254
|
-
anchor: inline ?
|
254
|
+
anchor: inline ? jsx(Link, {
|
255
255
|
"data-test-ring-dropdown-anchor": true,
|
256
256
|
className: styles.anchor,
|
257
257
|
disabled: (_this$props$disabled = this.props.disabled) !== null && _this$props$disabled !== void 0 ? _this$props$disabled : false,
|
258
258
|
pseudo: true,
|
259
259
|
children: this.getAnchorText()
|
260
|
-
}) :
|
260
|
+
}) : jsx(Button, _objectSpread2(_objectSpread2({
|
261
261
|
"data-test-ring-dropdown-anchor": true,
|
262
262
|
className: styles.anchor,
|
263
263
|
inline: false,
|
@@ -266,7 +266,7 @@ class DatePicker extends PureComponent {
|
|
266
266
|
children: anchorContent
|
267
267
|
}))
|
268
268
|
}, dropdownProps), {}, {
|
269
|
-
children:
|
269
|
+
children: jsx(PopupComponent, {
|
270
270
|
className: popupClassName,
|
271
271
|
popupRef: this.popupRef,
|
272
272
|
onClear: clear ? this.clear : null,
|
@@ -30,5 +30,5 @@ export default class DatePopup extends Component<DatePopupProps, DatePopupState>
|
|
30
30
|
selectHandler: (date: Date) => void;
|
31
31
|
handleScroll: (scrollDate: number) => void;
|
32
32
|
onClear: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
33
|
-
render():
|
33
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
34
34
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { _ as _defineProperty, b as _objectSpread2, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
2
3
|
import * as React from 'react';
|
3
4
|
import { Component, createElement } from 'react';
|
4
5
|
import { isAfter } from 'date-fns/isAfter';
|
@@ -13,7 +14,6 @@ import Years from './years.js';
|
|
13
14
|
import Weekdays from './weekdays.js';
|
14
15
|
import { parseTime } from './consts.js';
|
15
16
|
import { s as styles } from '../_helpers/date-picker.js';
|
16
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
17
17
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
18
18
|
import 'core-js/modules/es.regexp.exec.js';
|
19
19
|
import 'core-js/modules/es.string.replace.js';
|
@@ -367,11 +367,11 @@ class DatePopup extends Component {
|
|
367
367
|
onScrollChange: this.scrollTo
|
368
368
|
});
|
369
369
|
const clearable = Boolean(this.props.onClear);
|
370
|
-
return
|
370
|
+
return jsxs("div", {
|
371
371
|
className: styles.datePopup,
|
372
372
|
"data-test": "ring-date-popup",
|
373
373
|
ref: this.componentRef,
|
374
|
-
children: [
|
374
|
+
children: [jsxs("div", {
|
375
375
|
className: styles.filterWrapper,
|
376
376
|
children: [names.map(name => {
|
377
377
|
let onClear;
|
@@ -390,7 +390,7 @@ class DatePopup extends Component {
|
|
390
390
|
onClear: onClear,
|
391
391
|
locale: locale
|
392
392
|
}));
|
393
|
-
}), this.isInTimeMode() ? /*#__PURE__*/createElement(DateInput, _objectSpread2(_objectSpread2({}, this.props), {}, {
|
393
|
+
}), this.isInTimeMode() ? (/*#__PURE__*/createElement(DateInput, _objectSpread2(_objectSpread2({}, this.props), {}, {
|
394
394
|
text: this.state.text,
|
395
395
|
divider: !!parsedDate,
|
396
396
|
hoverDate: null,
|
@@ -404,16 +404,16 @@ class DatePopup extends Component {
|
|
404
404
|
onConfirm: this.handleConfirm('time'),
|
405
405
|
onClear: clearable && this.onClear || undefined,
|
406
406
|
locale: locale
|
407
|
-
})) : '']
|
408
|
-
}),
|
407
|
+
}))) : '']
|
408
|
+
}), jsx(Weekdays, {
|
409
409
|
locale: locale
|
410
|
-
}),
|
410
|
+
}), jsxs("div", {
|
411
411
|
className: styles.calendar,
|
412
|
-
children: [
|
412
|
+
children: [jsx(Months, _objectSpread2(_objectSpread2({}, calendarProps), {}, {
|
413
413
|
onHover: this.hoverHandler,
|
414
414
|
onSelect: this.selectHandler,
|
415
415
|
locale: locale
|
416
|
-
})),
|
416
|
+
})), jsx(Years, _objectSpread2({}, calendarProps))]
|
417
417
|
}), this.props.renderAfterCalendar && this.props.renderAfterCalendar(this.state)]
|
418
418
|
});
|
419
419
|
}
|
@@ -13,5 +13,5 @@ export default class Day extends Component<DayProps> {
|
|
13
13
|
inRange: (range: [Date, Date] | null) => boolean | null;
|
14
14
|
isDisabled: (date: Date) => boolean;
|
15
15
|
parse(text: string | null | undefined): Date | null;
|
16
|
-
render(): import("react").JSX.Element;
|
16
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
17
17
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
3
4
|
import { Component } from 'react';
|
4
5
|
import classNames from 'classnames';
|
5
6
|
import { addDays } from 'date-fns/addDays';
|
@@ -13,7 +14,6 @@ import { isToday } from 'date-fns/isToday';
|
|
13
14
|
import { startOfDay } from 'date-fns/startOfDay';
|
14
15
|
import { getDayNumInWeek, weekdays } from './consts.js';
|
15
16
|
import { s as styles } from '../_helpers/date-picker.js';
|
16
|
-
import { jsx } from 'react/jsx-runtime';
|
17
17
|
import 'core-js/modules/es.regexp.exec.js';
|
18
18
|
import 'date-fns/add';
|
19
19
|
|
@@ -65,7 +65,6 @@ class Day extends Component {
|
|
65
65
|
const disabled = this.isDisabled(day);
|
66
66
|
const activeSpreadRange = makeSpreadRange(activeRange);
|
67
67
|
return (
|
68
|
-
/*#__PURE__*/
|
69
68
|
// TODO make keyboard navigation actually work
|
70
69
|
jsx("button", {
|
71
70
|
type: "button",
|
@@ -89,7 +88,7 @@ class Day extends Component {
|
|
89
88
|
onMouseOut: this.handleMouseOut,
|
90
89
|
onBlur: this.handleMouseOut,
|
91
90
|
disabled: disabled,
|
92
|
-
children: empty ||
|
91
|
+
children: empty || jsx("span", {
|
93
92
|
className: classNames({
|
94
93
|
[styles.today]: isToday(day)
|
95
94
|
}),
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { MonthsProps } from './consts';
|
2
|
-
export default function MonthNames(props: MonthsProps): import("react").JSX.Element;
|
2
|
+
export default function MonthNames(props: MonthsProps): import("react/jsx-runtime").JSX.Element;
|