consul/ui-v2/app/utils
John Cowen 32387fdbcf ui: Enable creating listeners using an object/hash (#5975)
Makes listening to multiple events on one target slightly easier.
Adding events can be rolled up into passing through an object, and the
returned remove function removes all of the handlers in the object

For example:

```
//this.listen...
const remove = listeners.add(
  {
    'message': handler,
    'error': handler
  }
);
remove(); // removes all listeners in the object
```

The entire API for listeners is now becoming slightly overloaded, so
potentially we'd use this API always and remove the ability to use a
string/function pair.
2019-09-04 08:35:04 +00:00
..
computed UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
dom ui: Enable creating listeners using an object/hash (#5975) 2019-09-04 08:35:04 +00:00
editor
form ui: Previously we were passing through 'fake' events, revert to real.. (#5810) 2019-05-08 17:12:16 +01:00
helpers
http
model
routing
search ui: Search improvements (#5540) 2019-05-01 18:22:36 +00:00
storage
acls-status.js
ascend.js
atob.js ui: Adds ember-auto-import and replaces the 3 places where we used npm: (#5952) 2019-09-04 08:35:00 +00:00
btoa.js ui: Adds ember-auto-import and replaces the 3 places where we used npm: (#5952) 2019-09-04 08:35:00 +00:00
callable-type.js
confirm.js
createURL.js
distance.js
error.js
get-form-name-property.js
get-object-pool.js
hasStatus.js
injectableRequestToJQueryAjaxHash.js
isFolder.js
keyToArray.js
left-trim.js
makeAttrable.js
minimizeModel.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
promisedTimeout.js
remove-null.js
right-trim.js
sumOfUnhealthy.js
templatize.js
tomography.js ui: Fixes RTT display, by ensuring use of ember proxies in tomography (#5666) 2019-05-01 18:22:33 +00:00
ucfirst.js
update-array-object.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00