consul/ui-v2/app/components
John Cowen 2920f73ddd ui: Adds `document` and `viewport` methods to the dom service (#5052)
`window` and `document` are easily injected anyhow, but this
primarily this keeps everything dom related in the same place.

Included here are changes to make all ember related objects use the dom
service `document` and `viewport` instead of just `document` and
`window`.

Quote from a previous PR (#4924) which explains the thinking around this:

> Now I have all these things in the dom service, it would make sense
to get window from there also. I was thinking of making a viewport
method, which would be a nice word whether window was a browser window,
an iframe (not really a window) like when ember testing, or anything
else. To me the viewport is what we are actually talking about here.
2019-05-01 18:21:57 +00:00
..
acl-filter.js
action-group.js
app-view.js UI: dom usage refactoring (#4924) 2019-05-01 18:21:40 +00:00
catalog-filter.js
changeable-set.js ui: Async Search (#4859) 2019-05-01 18:21:34 +00:00
code-editor.js ui: Refactors the code-mirror linting/restrict legacy tokens to HCL (#4866) 2019-05-01 18:21:35 +00:00
confirmation-dialog.js ui: Custom version of ember-block-slots compatible with ember 3 (#5245) 2019-01-30 10:56:04 +00:00
copy-button-feedback.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
datacenter-picker.js
delete-confirmation.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
dom-buffer-flush.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
dom-buffer.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
feedback-dialog.js UI: dom usage refactoring (#4924) 2019-05-01 18:21:40 +00:00
freetext-filter.js ui: Async Search (#4859) 2019-05-01 18:21:34 +00:00
hashicorp-consul.js ui: Adds `document` and `viewport` methods to the dom service (#5052) 2019-05-01 18:21:57 +00:00
healthcheck-status.js
healthchecked-resource.js
intention-filter.js
list-collection.js UI: dom usage refactoring (#4924) 2019-05-01 18:21:40 +00:00
modal-dialog.js ui: Rename extended Component variables, tweak some comments (#5021) 2019-05-01 18:21:50 +00:00
modal-layer.js ui: Rename extended Component variables, tweak some comments (#5021) 2019-05-01 18:21:50 +00:00
radio-group.js
secret-button.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
tab-nav.js
tab-section.js
tabular-collection.js ui: Rename extended Component variables, tweak some comments (#5021) 2019-05-01 18:21:50 +00:00
tabular-details.js UI: dom usage refactoring (#4924) 2019-05-01 18:21:40 +00:00
token-list.js ui: Custom version of ember-block-slots compatible with ember 3 (#5245) 2019-01-30 10:56:04 +00:00
tomography-graph.js