12.0.0 • Published 1 year ago

@anglr/select v12.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

npm version Build status

Angular Select

This is very modular select component where every part can be replaced. Main component is using plugins (KeyboardHandler, LiveSearch, NormalState, Popup, Positioner, ReadonlyState, ValueHandler) for rendering select itself or just for handling certain events. Main component NgSelectComponent also implements OptionsGatherer and TemplateGatherer.

  • OptionsGatherer - Used for obtaining options
  • TemplateGatherer - Used for obtaining templates that can be used within plugins

Plugins

  • KeyboardHandler- This plugin is responsible for handling keyboard events within Popup and NormalState
  • LiveSearch - This plugin is responsible for rendering live search input
  • NormalState - This plugin is responsible for rendering of normal state for select, currently selected option(s), this is what you see when select is closed
  • Popup - This plugin is responsible for rendering of popup window, available options are visible when select is open
  • Positioner - This plugin is responsible for positioning of Popup
  • ReadonlyState - This plugin can be used for displaying custom readonly state if select is set as readonly or as disabled
  • ValueHandler - This plugin is responsible for handling selected value
12.0.0

1 year ago

10.0.0

2 years ago

11.0.2

2 years ago

11.0.0

2 years ago

11.0.1

2 years ago

9.1.3

4 years ago

9.1.2

4 years ago

9.1.1

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

8.0.0

4 years ago

6.2.1

4 years ago

7.1.0

4 years ago

7.0.0

4 years ago