open-consul/ui/packages/consul-ui/app/components/form-group/element
Michael Klein f58fca2048
ui: upgrade ember composable helper (#13394)
Upgrade ember-composable-helpers to version 5.x. This version contains the pick-helper which makes composition in the template layer easier with Octane.

{{!-- this is usually hard to do with Octane --}}
<input {{on "input" (pick "target.value" this.updateText)}} .../>
Version 5.x also fixes a regression with sort-by that according to @johncowen was the reason why the version was pinned to 4.0.0 at the moment.

Version 5 of ember-composable-helpers removes the contains-helper in favor of includes which I changed all occurences for.
2022-06-08 16:07:51 +01:00
..
checkbox ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
error ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
label ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
radio ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
text ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
index.hbs ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
index.js ui: [BUGFIX] Replace all replaceAll with split.join for older browsers without replaceAll (#9715) 2021-02-11 09:49:39 +00:00