Skip to content

Commit

Permalink
Merge pull request #220 from groupdocs-viewer/v22.11
Browse files Browse the repository at this point in the history
Updated GroupDocs.Viewer to 22.11
  • Loading branch information
dmitry-korolev-groupdocs committed Dec 1, 2022
2 parents 5140a27 + 8cc88d5 commit 4a00eb5
Show file tree
Hide file tree
Showing 34 changed files with 3,264 additions and 66 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,6 @@ deploy_key

#License files
*.lic

#Cache files
Cache/
2 changes: 1 addition & 1 deletion Demos/ASP.NET Core/src/GroupDocs.Viewer.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="GroupDocs.Viewer.UI" Version="6.0.1" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Cache" Version="6.0.0" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Local.Storage" Version="6.0.0" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="6.0.1" />
<PackageReference Include="GroupDocs.Viewer.UI.SelfHost.Api" Version="6.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Demos/ASP.NET MVC/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ src/DocumentSamples

#License files
.lic

#Angular temp files
.angular
1 change: 0 additions & 1 deletion Demos/ASP.NET MVC/src/ClientApp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
Expand Down
2 changes: 1 addition & 1 deletion Demos/ASP.NET MVC/src/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"input": "src/index.prod.html",
"output": "index.html"
},
"outputPath": "../assets",
"outputPath": "dist",
"optimization": true,
"outputHashing": "none",
"sourceMap": false,
Expand Down
15 changes: 15 additions & 0 deletions Demos/ASP.NET MVC/src/ClientApp/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GroupDocs.Viewer UI</title>
<base href="#uiPath#">
</head>
<body>
<app-root></app-root>
<script type="text/javascript">
var apiEndpoint = "#apiEndpoint#";
var uiSettingsPath = "#uiSettingsPath#";
</script>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>

</body></html>
1,448 changes: 1,448 additions & 0 deletions Demos/ASP.NET MVC/src/ClientApp/dist/main.js

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions Demos/ASP.NET MVC/src/ClientApp/dist/polyfills.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Demos/ASP.NET MVC/src/ClientApp/dist/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Demos/ASP.NET MVC/src/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@angular/cli": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@types/node": "^18.0.6",
"typescript": "^4.7.4"
"typescript": "4.8.3"
}
}
1 change: 0 additions & 1 deletion Demos/ASP.NET MVC/src/ClientApp/src/index.prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GroupDocs.Viewer UI</title>
<base href="#uiPath#">
<link rel="stylesheet" href="custom.css">
</head>
<body>
<app-root></app-root>
Expand Down
12 changes: 2 additions & 10 deletions Demos/ASP.NET MVC/src/GroupDocs.Viewer.AspNetMvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="GroupDocs.Viewer, Version=22.9.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>packages\GroupDocs.Viewer.22.9.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
<Reference Include="GroupDocs.Viewer, Version=22.11.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>packages\GroupDocs.Viewer.22.11.0\lib\net40\GroupDocs.Viewer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
Expand Down Expand Up @@ -215,14 +215,6 @@
<Content Include="Views\Web.config" />
<Content Include="Views\Viewer\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="ClientApp\src\app\app.component.ts" />
<TypeScriptCompile Include="ClientApp\src\app\app.module.ts" />
<TypeScriptCompile Include="ClientApp\src\environments\environment.prod.ts" />
<TypeScriptCompile Include="ClientApp\src\environments\environment.ts" />
<TypeScriptCompile Include="ClientApp\src\main.ts" />
<TypeScriptCompile Include="ClientApp\src\polyfills.ts" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<Content Include="ClientApp\.browserslistrc" />
Expand Down
8 changes: 4 additions & 4 deletions Demos/ASP.NET MVC/src/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Cells" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.7.0.0" newVersion="22.7.0.0" />
<bindingRedirect oldVersion="0.0.0.0-22.11.0.0" newVersion="22.11.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -58,7 +58,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Imaging" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.4.0.0" newVersion="22.4.0.0" />
<bindingRedirect oldVersion="0.0.0.0-22.11.0.0" newVersion="22.11.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand All @@ -68,12 +68,12 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.PDF" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.9.0.0" newVersion="22.9.0.0" />
<bindingRedirect oldVersion="0.0.0.0-22.10.0.0" newVersion="22.10.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Aspose.Slides.NET" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-22.8.0.0" newVersion="22.8.0.0" />
<bindingRedirect oldVersion="0.0.0.0-22.11.0.0" newVersion="22.11.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
<dependentAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Demos/ASP.NET MVC/src/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GroupDocs.Viewer" version="22.9.0" targetFramework="net48" />
<package id="GroupDocs.Viewer" version="22.11.0" targetFramework="net48" />
<package id="Microsoft.AspNet.Cors" version="5.2.9" targetFramework="net48" />
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net48" />
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net48" />
Expand Down
3 changes: 3 additions & 0 deletions Demos/ASP.NET Web Forms/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ src/DocumentSamples

#License files
.lic

#Angular temp files
.angular
1 change: 0 additions & 1 deletion Demos/ASP.NET Web Forms/src/ClientApp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
Expand Down
2 changes: 1 addition & 1 deletion Demos/ASP.NET Web Forms/src/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"input": "src/index.prod.html",
"output": "index.html"
},
"outputPath": "../assets",
"outputPath": "dist",
"optimization": true,
"outputHashing": "none",
"sourceMap": false,
Expand Down
15 changes: 15 additions & 0 deletions Demos/ASP.NET Web Forms/src/ClientApp/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GroupDocs.Viewer UI</title>
<base href="#uiPath#">
</head>
<body>
<app-root></app-root>
<script type="text/javascript">
var apiEndpoint = "#apiEndpoint#";
var uiSettingsPath = "#uiSettingsPath#";
</script>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>

</body></html>
Loading

0 comments on commit 4a00eb5

Please sign in to comment.