stable
Clone or download
Read-only
No functional change. Examples in the TLP doc should still function as before. Added an example of "New item" callback for single-value lazybox. Select2 is now marked as deprecated. New code should either use List picker or Lazybox. Close request #31583 Lazybox big clean-up Change-Id: I31dd53c0acdb833074e937b875a98e524afdc33f
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/lazybox/README.md | +3 | −1 | Go to diff View file |
M | lib/frontend/lazybox/adr/0001-link-selector.md | +3 | −2 | Go to diff View file |
M | lib/frontend/lazybox/adr/0002-lazybox.md | +6 | −5 | Go to diff View file |
M | lib/frontend/lazybox/src/main.ts | +1 | −0 | Go to diff View file |
A | lib/frontend/list-picker/README.md | +5 | −0 | Go to diff View file |
M | src/scripts/tlp-doc/src/editors.js | +17 | −347 | Go to diff View file |
A | src/scripts/tlp-doc/src/lazybox.js | +219 | −0 | Go to diff View file |
A | src/scripts/tlp-doc/src/list-picker.js | +89 | −0 | Go to diff View file |
A | src/scripts/tlp-doc/src/select2.js | +136 | −0 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/lazybox/doc.html | +45 | −44 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/lazybox/example.html | +30 | −14 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/list-picker/doc.html | +17 | −12 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/multi-list-picker/doc.html | +1 | −29 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/multi-list-picker/example.html | +0 | −1 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/prepends/example.html | +1 | −1 | Go to diff View file |
A | src/www/tlp-doc/resources/forms/select2/doc.html | +7 | −0 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/select2/manifest.json | +2 | −2 | Go to diff View file |