Ui/transform delete v2 (#9842)

* first cherry pick

* fix cli clipboard copy text for masking vs fpe

* dynamically setup copy commands for cli copy button

* add backend to cli clipboard text

* add capabilities cherry pick

* setup modal

* handle error response in Modal

* pass in type to info table row so can handle array specific

* remove todo
This commit is contained in:
Angel Garbarino
2020-08-27 15:23:24 -06:00
committed by GitHub
parent 92bb0efdf4
commit 55a17be455
4 changed files with 43 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ import layout from '../templates/components/info-table-row';
* @param label=null {string} - The display name for the value.
* @param helperText=null {string} - Text to describe the value displayed beneath the label.
* @param alwaysRender=false {Boolean} - Indicates if the component content should be always be rendered. When false, the value of `value` will be used to determine if the component should render.
*
* @param [type=array] {string} - The type of value being passed in. This is used for when you want to trim an array. For example, if you have an array value that can equal length 15+ this will trim to show 5 and count how many more are there
*/
export default Component.extend({
layout,