@@ -352,20 +352,21 @@ export const deeplyNestedColumnsWithHeightOf2: Column[] = [
352352export const deeplyNestedColumnsWithHeightOf1 : Column [ ] = [
353353 timestampColumn ,
354354 {
355+ firstValueType : 'string' ,
355356 hasChildren : false ,
356357 label : 'params.yaml:nested1.doubled' ,
357358 parentPath : 'params' ,
358- path : 'params:doubled' ,
359+ path : 'params:params.yaml:nested1. doubled' ,
359360 pathArray : [ 'params' , 'params.yaml' , 'nested1' , 'doubled' ] ,
360- type : ColumnType . PARAMS ,
361- firstValueType : 'string'
361+ type : ColumnType . PARAMS
362362 } ,
363363 {
364+ firstValueType : 'string' ,
364365 hasChildren : false ,
365366 label :
366367 'params.yaml:nested1.nested2.nested3.nested4.nested5.nested6.nested7' ,
367368 parentPath : 'params' ,
368- path : 'params:nested7' ,
369+ path : 'params:params.yaml:nested1.nested2.nested3.nested4.nested5.nested6. nested7' ,
369370 pathArray : [
370371 'params' ,
371372 'params.yaml' ,
@@ -377,14 +378,14 @@ export const deeplyNestedColumnsWithHeightOf1: Column[] = [
377378 'nested6' ,
378379 'nested7'
379380 ] ,
380- type : ColumnType . PARAMS ,
381- firstValueType : 'string'
381+ type : ColumnType . PARAMS
382382 } ,
383383 {
384+ firstValueType : 'string' ,
384385 hasChildren : false ,
385386 label : 'params.yaml:nested1.nested2.nested3.nested4.nested5b.nested6' ,
386387 parentPath : 'params' ,
387- path : 'params:nested6' ,
388+ path : 'params:params.yaml:nested1.nested2.nested3.nested4.nested5b. nested6' ,
388389 pathArray : [
389390 'params' ,
390391 'params.yaml' ,
@@ -395,16 +396,33 @@ export const deeplyNestedColumnsWithHeightOf1: Column[] = [
395396 'nested5b' ,
396397 'nested6'
397398 ] ,
398- type : ColumnType . PARAMS ,
399- firstValueType : 'string'
399+ type : ColumnType . PARAMS
400+ } ,
401+ {
402+ firstValueType : 'string' ,
403+ hasChildren : false ,
404+ label : 'params.yaml:nested1.nested2.nested3.nested4.nested5b.doubled' ,
405+ parentPath : 'params' ,
406+ path : 'params:params.yaml:nested1.nested2.nested3.nested4.nested5b.doubled' ,
407+ pathArray : [
408+ 'params' ,
409+ 'params.yaml' ,
410+ 'nested1' ,
411+ 'nested2' ,
412+ 'nested3' ,
413+ 'nested4' ,
414+ 'nested5b' ,
415+ 'doubled'
416+ ] ,
417+ type : ColumnType . PARAMS
400418 } ,
401419 {
420+ firstValueType : 'number' ,
402421 hasChildren : false ,
403422 label : 'params.yaml:outlier' ,
404423 parentPath : 'params' ,
405- path : 'params:outlier' ,
424+ path : 'params:params.yaml: outlier' ,
406425 pathArray : [ 'params' , 'params.yaml' , 'outlier' ] ,
407- type : ColumnType . PARAMS ,
408- firstValueType : 'number'
426+ type : ColumnType . PARAMS
409427 }
410428]
0 commit comments