stable

Clone or download

Read-only

request #18497 Move list-picker in scripts/lib/ folder

How to test: - ListPicker can still be built and tested (npm run build, watch and test) - ListPicker is still enabled and built in Trackers (and artifact modal, etc.) - no functional change expected Change-Id: I2c6778f6f5a477d38fa25980193854a149ba5e70

Modified Files

Name
M build-manifest.json +2 −2 Go to diff View file
M lerna.json +1 −2 Go to diff View file
M plugins/tracker/package.json +1 −1 Go to diff View file
M src/jest.config.js +1 −6 Go to diff View file
M src/package.json +2 −2 Go to diff View file
R src/scripts/list-picker/.gitignore Go to diff View file
R src/scripts/list-picker/jest.config.js Go to diff View file
R src/scripts/list-picker/package-lock.json Go to diff View file
R src/scripts/list-picker/package.json Go to diff View file
R src/scripts/list-picker/po/fr_FR.po Go to diff View file
R src/scripts/list-picker/src/dropdown/DropdownManager.test.ts Go to diff View file
R src/scripts/list-picker/src/dropdown/DropdownManager.ts Go to diff View file
R src/scripts/list-picker/src/events/EventManager.test.ts Go to diff View file
R src/scripts/list-picker/src/events/EventManager.ts Go to diff View file
R src/scripts/list-picker/src/events/ListOptionsChangesObserver.test.ts Go to diff View file
R src/scripts/list-picker/src/events/ListOptionsChangesObserver.ts Go to diff View file
R src/scripts/list-picker/src/events/ScrollingManager.test.ts Go to diff View file
R src/scripts/list-picker/src/events/ScrollingManager.ts Go to diff View file
R src/scripts/list-picker/src/helpers/color-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/color-helper.ts Go to diff View file
R src/scripts/list-picker/src/helpers/hide-selectbox-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/hide-selectbox-helper.ts Go to diff View file
R src/scripts/list-picker/src/helpers/keys-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/keys-helper.ts Go to diff View file
R src/scripts/list-picker/src/helpers/list-item-finder.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/list-item-finder.ts Go to diff View file
R src/scripts/list-picker/src/helpers/list-picker-in-modals-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/list-picker-in-modals-helper.ts Go to diff View file
R src/scripts/list-picker/src/helpers/option-label-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/option-label-helper.ts Go to diff View file
R src/scripts/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts Go to diff View file
R src/scripts/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts Go to diff View file
R src/scripts/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts Go to diff View file
R src/scripts/list-picker/src/index.ts Go to diff View file
R src/scripts/list-picker/src/items/ItemsMapManager.test.ts Go to diff View file
R src/scripts/list-picker/src/items/ItemsMapManager.ts Go to diff View file
R src/scripts/list-picker/src/items/ListItemMapBuilder.test.ts Go to diff View file
R src/scripts/list-picker/src/items/ListItemMapBuilder.ts Go to diff View file
R src/scripts/list-picker/src/list-picker.ts Go to diff View file
R src/scripts/list-picker/src/navigation/FieldFocusManager.test.ts Go to diff View file
R src/scripts/list-picker/src/navigation/FieldFocusManager.ts Go to diff View file
R src/scripts/list-picker/src/navigation/KeyboardNavigationManager.test.ts Go to diff View file
R src/scripts/list-picker/src/navigation/KeyboardNavigationManager.ts Go to diff View file
R src/scripts/list-picker/src/navigation/ListItemHighlighter.test.ts Go to diff View file
R src/scripts/list-picker/src/navigation/ListItemHighlighter.ts Go to diff View file
R src/scripts/list-picker/src/pofile-shim.d.ts Go to diff View file
R src/scripts/list-picker/src/renderers/BaseComponentRenderer.test.ts Go to diff View file
R src/scripts/list-picker/src/renderers/BaseComponentRenderer.ts Go to diff View file
R src/scripts/list-picker/src/renderers/DropdownContentRenderer.test.ts Go to diff View file
R src/scripts/list-picker/src/renderers/DropdownContentRenderer.ts Go to diff View file
R src/scripts/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap Go to diff View file
R src/scripts/list-picker/src/selection/MultipleSelectionManager.test.ts Go to diff View file
R src/scripts/list-picker/src/selection/MultipleSelectionManager.ts Go to diff View file
R src/scripts/list-picker/src/selection/SingleSelectionManager.test.ts Go to diff View file
R src/scripts/list-picker/src/selection/SingleSelectionManager.ts Go to diff View file
R src/scripts/list-picker/src/test-helpers/select-box-options-generator.ts Go to diff View file
R src/scripts/list-picker/src/test-helpers/selection-manager-test-helpers.ts Go to diff View file
R src/scripts/list-picker/src/type.ts Go to diff View file
R src/scripts/list-picker/themes/style.scss Go to diff View file
R src/scripts/list-picker/tsconfig.json Go to diff View file
R src/scripts/list-picker/webpack.common.js Go to diff View file
R src/scripts/list-picker/webpack.dev.js Go to diff View file
R src/scripts/list-picker/webpack.prod.js Go to diff View file
M src/tsconfig.json +2 −2 Go to diff View file
M tests/jest/jest.projects.config.js +1 −2 Go to diff View file