stable
Clone or download
Read-only
* commit 'd5211158dc39d76598650f08b9ead8196aa6d093': request #17955 Change items ids into data-item-id attributes Change-Id: Iae46a018e837f6850c764c08580a547d061c87d8
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/list-picker/src/events/EventManager.test.ts | +2 | −10 | Go to diff View file |
M | src/scripts/list-picker/src/events/EventManager.ts | +6 | −5 | Go to diff View file |
M | src/scripts/list-picker/src/helpers/static-list-helper.test.ts | +20 | −20 | Go to diff View file |
M | src/scripts/list-picker/src/helpers/static-list-helper.ts | +23 | −5 | Go to diff View file |
M | src/scripts/list-picker/src/items/ItemsMapManager.test.ts | +5 | −3 | Go to diff View file |
M | src/scripts/list-picker/src/list-picker.ts | +1 | −2 | Go to diff View file |
M | src/scripts/list-picker/src/navigation/KeyboardNavigationManager.test.ts | +8 | −4 | Go to diff View file |
R | src/scripts/list-picker/src/navigation/ListItemNavigationHighlighter.test.ts | Go to diff View file | ||
M | src/scripts/list-picker/src/renderers/DropdownContentRenderer.test.ts | +5 | −5 | Go to diff View file |
M | src/scripts/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | +10 | −10 | Go to diff View file |
M | src/scripts/list-picker/src/selection/MultipleSelectionManager.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/list-picker/src/selection/MultipleSelectionManager.ts | +4 | −1 | Go to diff View file |
M | src/scripts/list-picker/src/selection/SingleSelectionManager.test.ts | +55 | −71 | Go to diff View file |
M | src/scripts/list-picker/src/selection/SingleSelectionManager.ts | +5 | −1 | Go to diff View file |
M | src/scripts/list-picker/src/test-helpers/select-box-options-generator.ts | +3 | −3 | Go to diff View file |
M | src/scripts/list-picker/src/type.d.ts | +1 | −1 | Go to diff View file |