@@ -13,6 +13,7 @@ exports[`LibraryContainer Test UI rendering of Library Item and child components
13
13
" description" : " " ,
14
14
" expanded" : false ,
15
15
" fullyQualifiedName" : " " ,
16
+ " hiddenInWorkspaceContext" : false ,
16
17
" iconUrl" : " " ,
17
18
" itemType" : " category" ,
18
19
" keywords" : [
@@ -31,6 +32,7 @@ exports[`LibraryContainer Test UI rendering of Library Item and child components
31
32
" description" : " " ,
32
33
" expanded" : false ,
33
34
" fullyQualifiedName" : " " ,
35
+ " hiddenInWorkspaceContext" : false ,
34
36
" iconUrl" : " " ,
35
37
" itemType" : " category" ,
36
38
" keywords" : [
@@ -48,6 +50,7 @@ exports[`LibraryContainer Test UI rendering of Library Item and child components
48
50
" description" : " " ,
49
51
" expanded" : false ,
50
52
" fullyQualifiedName" : " " ,
53
+ " hiddenInWorkspaceContext" : false ,
51
54
" iconUrl" : " " ,
52
55
" itemType" : " none" ,
53
56
" keywords" : [
@@ -62,37 +65,49 @@ exports[`LibraryContainer Test UI rendering of Library Item and child components
62
65
}
63
66
}
64
67
libraryContainer = {
65
- LibraryController {
66
- " DefaultSectionName" : " default" ,
67
- " FilterCategoryEventName" : " filterCategoryChange" ,
68
- " ItemClickedEventName" : " itemClicked" ,
69
- " ItemMouseEnterEventName" : " itemMouseEnter" ,
70
- " ItemMouseLeaveEventName" : " itemMouseLeave" ,
71
- " ItemSummaryExpandedEventName" : " itemSummaryExpanded" ,
72
- " MiscSectionName" : " Miscellaneous" ,
73
- " RefreshLibraryViewRequestName" : " refreshLibraryView" ,
74
- " SearchTextUpdatedEventName" : " searchTextUpdated" ,
75
- " SectionIconClickedEventName" : " sectionIconClicked" ,
76
- " createLibraryByElementId" : [Function ],
77
- " createLibraryContainer" : [Function ],
78
- " modifyItemHandler" : null ,
79
- " modifyLibraryItemData" : [Function ],
80
- " on" : [Function ],
81
- " raiseEvent" : [Function ],
82
- " reactor" : Reactor {
83
- " events" : [],
84
- },
85
- " refreshLibraryView" : [Function ],
86
- " refreshLibraryViewHandler" : null ,
87
- " registerRequestHandler" : [Function ],
88
- " request" : [Function ],
89
- " requestHandler" : {},
90
- " searchLibraryItemsHandler" : null ,
91
- " setLayoutSpecsJson" : [Function ],
92
- " setLayoutSpecsJsonHandler" : null ,
93
- " setLoadedTypesJson" : [Function ],
94
- " setLoadedTypesJsonHandler" : null ,
95
- }
68
+ <LibraryContainer
69
+ defaultSectionString = " default"
70
+ libraryController = {
71
+ LibraryController {
72
+ " DefaultSectionName" : " default" ,
73
+ " FilterCategoryEventName" : " filterCategoryChange" ,
74
+ " ItemClickedEventName" : " itemClicked" ,
75
+ " ItemMouseEnterEventName" : " itemMouseEnter" ,
76
+ " ItemMouseLeaveEventName" : " itemMouseLeave" ,
77
+ " ItemSummaryExpandedEventName" : " itemSummaryExpanded" ,
78
+ " MiscSectionName" : " Miscellaneous" ,
79
+ " RefreshLibraryViewRequestName" : " refreshLibraryView" ,
80
+ " SearchTextUpdatedEventName" : " searchTextUpdated" ,
81
+ " SectionIconClickedEventName" : " sectionIconClicked" ,
82
+ " createLibraryByElementId" : [Function ],
83
+ " createLibraryContainer" : [Function ],
84
+ " modifyItemHandler" : null ,
85
+ " modifyLibraryItemData" : [Function ],
86
+ " on" : [Function ],
87
+ " raiseEvent" : [Function ],
88
+ " reactor" : Reactor {
89
+ " events" : [],
90
+ },
91
+ " refreshLibraryView" : [Function ],
92
+ " refreshLibraryViewHandler" : [Function ],
93
+ " registerRequestHandler" : [Function ],
94
+ " request" : [Function ],
95
+ " requestHandler" : {},
96
+ " searchLibraryItemsHandler" : null ,
97
+ " setHostContext" : [Function ],
98
+ " setHostContextHandler" : [Function ],
99
+ " setLayoutSpecsJson" : [Function ],
100
+ " setLayoutSpecsJsonHandler" : [Function ],
101
+ " setLoadedTypesJson" : [Function ],
102
+ " setLoadedTypesJsonHandler" : [Function ],
103
+ }
104
+ }
105
+ miscSectionString = " Miscellaneous"
106
+ >
107
+ <div >
108
+ This is LibraryContainer
109
+ </div >
110
+ </LibraryContainer >
96
111
}
97
112
showItemSummary = { false }
98
113
>
0 commit comments