This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/components
Joffrey JAFFEUX 39f3dbd945
Introduces select-kit
* renames `select-box-kit` into `select-kit`
* introduces `single-select` and `multi-select` as base components
* introduces {{search-advanced-category-chooser}} as a better component for selecting category in advanced search
* improves events handling in select-kit
* recreates color selection inputs using {{multi-select}} and a custom {{selected-color}} component
* replaces category-selector by a component using select-kit and based on multi-select
* improves positioning of wrapper
* removes the need for offscreen, and instead use `select-kit-header` as a base focus point for all select-kit based components
* introduces a formal plugin api for select-kit based components
* introduces a formal pattern for loading and updating select-kit based components:

```
computeValue()
computeContent()
mutateValue()
```
2017-11-21 11:53:09 +01:00
..
combo-box Introduces select-kit 2017-11-21 11:53:09 +01:00
dropdown-select-box Introduces select-kit 2017-11-21 11:53:09 +01:00
future-date-input-selector Introduces select-kit 2017-11-21 11:53:09 +01:00
multi-select Introduces select-kit 2017-11-21 11:53:09 +01:00
notifications-button Introduces select-kit 2017-11-21 11:53:09 +01:00
select-kit Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-agree-flag-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-delete-flag-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-group-selector.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
categories-admin-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-chooser.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-row.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-selector.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
combo-box.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
dropdown-select-box.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
future-date-input-selector.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
group-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
list-setting.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
multi-select.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
none-category-row.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
pinned-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
pinned-options.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
search-advanced-category-chooser.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
select-kit.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
single-select.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
tag-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-footer-mobile-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-notifications-options.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00