diff --git a/.gitignore b/.gitignore index 325f526df3..b8dafabd52 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ src/environments/ /lib/config/export-check/export-new.json /lib/config/export-check/exportCheck.js /docs/sourceinfo -/docs/docs.json \ No newline at end of file +/docs/docs.json +/protractorFailuresReport diff --git a/demo-shell/src/app/components/file-view/file-view.component.html b/demo-shell/src/app/components/file-view/file-view.component.html index 53c30f069f..85cee40a1a 100644 --- a/demo-shell/src/app/components/file-view/file-view.component.html +++ b/demo-shell/src/app/components/file-view/file-view.component.html @@ -1,6 +1,6 @@ - + @@ -79,7 +79,9 @@ data-automation-id="adf-text-custom-preset"> - +

@@ -98,24 +100,194 @@ + + + + + +

+ + Custom Name + +

+ +

+ + + + + +

+ +

+ + Url File + +

+ +

+ + + + + +

+ +

+ + Show Toolbar + +

+ +

+ + Allow GoBack + +

+ +

+ + Open With + +

+ +

+ + More Actions + +

+ +

+ + Allow Download + +

+ +

+ + Allow Print + +

+ +

+ + Allow Share + +

+ +

+ + Allow Sidebar + +

+ +

+ +

+ +

+ +

+ +
+ +
+
+ + [showSidebar]="showRightSidebar" + [showLeftSidebar]="showLeftSidebar" + [allowGoBack]="allowGoBack" + [displayName]="displayName" + [showToolbar]="showToolbar" + [allowShare]="allowShare" + [allowPrint]="allowPrint" + [allowDownload]="allowDownload" + [allowSidebar]="allowSidebar" + [urlFile]="urlFile" + [sidebarLeftTemplate]="sidebarLeftTemplate" + [sidebarTemplate]="sidebarRightTemplate"> - - - - + + + + + + + +