discourse/app/assets/javascripts/discourse-common/lib
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
..
buffered-render.js.es6 FIX: ace editor was buggy in the latest Ember release 2016-11-28 11:29:56 -05:00
deprecated.js.es6 Migrate `this.container` to `getOwner(this)` 2016-11-07 15:21:31 -05:00
get-owner.js.es6 Upgrade Ember to 2.13 2017-06-15 10:12:07 -04:00
get-url.js.es6 FIX: Wizard didn't work with subfolders 2016-09-22 14:39:36 -04:00
helpers.js.es6 Remove Ember 1.x specific code 2016-11-25 15:38:45 -05:00
icon-library.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
raw-handlebars.js.es6 FIX: Can't seem to use ES6 in this file 2016-12-21 16:50:57 -05:00