Commit 1c79de2
authored
Refactor the entire implementation of the
* Backup dropdown refactoring
* Partial refactor ch-dropdown-render's implementation
- Added support for Shadow DOM.
- Reduced the memory consumption.
- Implemented event delegation.
- Fixed performance issues.
* Backup refactoring for ch-dropdown-render
* Fix issue provoked by refactoring
* Add support to close the dropdown on escape key
* Disable action button with disable property
* Update models.ts
* Add support for keyboard actions
* Use button-reset mixin
* Add comments
* Remove old styles
* Remove WA as the ch-popover is no longer rendered if the item is not expanded
* Add support to render slots and separator
* Update showcase
* Improve keyboard navigation
* Add support for buttonClick and hyperlinkClick events
* Update dropdown.showcase.tsx
* Update models.ts
* Rename values for the itemsOverflowBehavior prop
* Backup refactoring
* Backup refactoring
* Add a Symbol for adding metadata to UI models
* Simplify dropdown implementation by the Symbol
* Backup action-group new implementation
* Use utility function
* Fix dropdown not working with undefined model
* Improve action-group implementation
* Update showcase
* Add missing commit
* Add support for getImagePathCallback and registerProperty
* Add parts for the separator
* Update showcase
* Improve default styles
* Split bundles
* Rename "dropdown" to "action-menu"
* Optimize bundles
* Improve action-group responsiveness
* Improve accessibility
* Rename custom vars
* Update showcase
* Export React wrapper for the action-menu-render component
* Update showcase-flexible-layout.css
* Update readmes
* Remove ch-action-group-item and ch-action-group components
* Improve docs
* Fix breaking changes
* Remove unnecessary overflow: hidden
* Update showcase-flexible-layout.css
* Improve action-menu showcase
* Improve default value
* Add basic unit tests
* Update readmes
* Rename "part" member to "parts"
* Remove commented codech-action-group-render components and ch-dropdown-render and rename the dropdown component to action-menu (#477)1 parent 2ea532c commit 1c79de2
File tree
71 files changed
+2945
-3067
lines changed- src
- common
- components
- action-group
- internal
- action-group-item
- action-group
- tests
- action-list
- dropdown
- internal
- dropdown
- popover
- tabular-grid
- columnset
- column
- tab
- test/test-flexible-layout
- deprecated-components/grid
- grid-columnset
- grid-column
- showcase
- assets/components
- action-group
- dropdown
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+2945
-3067
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
118 | 145 | | |
119 | 146 | | |
120 | 147 | | |
| |||
216 | 243 | | |
217 | 244 | | |
218 | 245 | | |
219 | | - | |
| 246 | + | |
220 | 247 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
226 | 262 | | |
227 | 263 | | |
228 | | - | |
229 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
230 | 270 | | |
| 271 | + | |
231 | 272 | | |
232 | 273 | | |
233 | 274 | | |
| |||
266 | 307 | | |
267 | 308 | | |
268 | 309 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | 310 | | |
286 | 311 | | |
287 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | | - | |
| 25 | + | |
13 | 26 | | |
| 27 | + | |
14 | 28 | | |
| 29 | + | |
15 | 30 | | |
| 31 | + | |
16 | 32 | | |
17 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments