File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -21,42 +21,36 @@ export class AppComponent {
21
21
22
22
ngOnInit ( ) {
23
23
this . dataElements = [
24
- 'NQUI9v85csU' ,
25
- 'SQ7kqkZkEwV' ,
26
- 'Lnf095vgahq' ,
27
- 'Lnf095vgahq' ,
28
- 'Lnf095vgahq' ,
24
+ // 'NQUI9v85csU',
25
+ // 'SQ7kqkZkEwV',
26
+ // 'Lnf095vgahq',
27
+ // 'Lnf095vgahq',
28
+ // 'Lnf095vgahq',
29
29
] ;
30
30
31
31
this . preSelectedVRGs = [
32
32
{
33
33
id : 'Lnf095vgahq' ,
34
34
name : 'PRE Selected VRGs'
35
35
}
36
- ]
36
+ ] ;
37
37
38
38
this . selectedValidationRuleGroup = {
39
39
items : [ ] ,
40
40
periodType : [ ] ,
41
41
dimension : { } ,
42
42
changed : false
43
- }
43
+ } ;
44
44
}
45
45
46
- constructor ( ) {
47
- this . editorOptions = new JsonEditorOptions ( ) ;
48
- this . editorOptions . modes = [ 'code' ] ;
49
- // this.options.mode = 'code'; //set only one mode
50
- // Options to be added here: ['code', 'text', 'tree', 'view']
51
- }
46
+ constructor ( ) { }
52
47
53
48
onUpdateValidationRule = ( selectedValidationRuleGroup , action ?) => {
54
49
this . selectedValidationRuleGroup = selectedValidationRuleGroup ;
55
50
this . action = action ;
56
51
}
57
52
58
53
getContent = ( data ) => {
59
- console . log ( 'BOBO::: ' + JSON . stringify ( data . value ) ) ;
60
54
this . dataElements = [ data ] ;
61
55
}
62
56
}
You can’t perform that action at this time.
0 commit comments