discourse/app/assets/javascripts/select-kit/components
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
combo-box
dropdown-select-box select-kit refactoring 2017-12-22 13:08:12 +01:00
future-date-input-selector
multi-select select-kit refactoring 2017-12-22 13:08:12 +01:00
notifications-button
select-kit select-kit refactoring 2017-12-22 13:08:12 +01:00
admin-agree-flag-dropdown.js.es6
admin-delete-flag-dropdown.js.es6
admin-group-selector.js.es6
categories-admin-dropdown.js.es6
category-chooser.js.es6
category-notifications-button.js.es6
category-row.js.es6 FIX: displayCategoryDescription was not working correctly 2017-11-21 15:38:30 +01:00
category-selector.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
combo-box.js.es6
dropdown-select-box.js.es6 Replaces toolbar popup-menu with select-kit 2017-12-13 10:49:32 +01:00
future-date-input-selector.js.es6 FIX: Use parseable date format 2017-11-28 14:16:33 -05:00
group-notifications-button.js.es6
list-setting.js.es6
multi-select.js.es6 FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
none-category-row.js.es6
notifications-button.js.es6 tweak icon-library generation 2017-11-23 18:24:26 +01:00
pinned-button.js.es6
pinned-options.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
search-advanced-category-chooser.js.es6 FIX: displayCategoryDescription was not working correctly 2017-11-21 15:38:30 +01:00
select-kit.js.es6 FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
single-select.js.es6 FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
tag-notifications-button.js.es6
toolbar-popup-menu-options.js.es6 FIX: do not apply i18n if already done 2017-12-26 09:51:45 +01:00
topic-footer-mobile-dropdown.js.es6
topic-notifications-button.js.es6
topic-notifications-options.js.es6