embeddedaichatux 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/EmbeddedChat.js +1 -1
- package/obj/Debug/net7.0/AIChat.npm.csproj.FileListAbsolute.txt +0 -21
- package/package.json +1 -1
- package/EmbeddedChatOLD.js +0 -77
- package/bin/Debug/net7.0/AIChat.npm.deps.json +0 -23
- package/bin/Debug/net7.0/AIChat.npm.dll +0 -0
- package/bin/Debug/net7.0/AIChat.npm.exe +0 -0
- package/bin/Debug/net7.0/AIChat.npm.pdb +0 -0
- package/bin/Debug/net7.0/AIChat.npm.runtimeconfig.json +0 -19
- package/bin/Debug/net7.0/appsettings.Development.json +0 -9
- package/bin/Debug/net7.0/appsettings.json +0 -9
- package/bin/Debug/net7.0/package.json +0 -11
- package/obj/AIChatEmbed.csproj.nuget.dgspec.json +0 -67
- package/obj/AIChatEmbed.csproj.nuget.g.props +0 -15
- package/obj/AIChatEmbed.csproj.nuget.g.targets +0 -2
- package/obj/AIChatEmbedded.csproj.nuget.dgspec.json +0 -67
- package/obj/AIChatEmbedded.csproj.nuget.g.props +0 -15
- package/obj/AIChatEmbedded.csproj.nuget.g.targets +0 -2
- package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cache +0 -1
- package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cs +0 -18
- package/obj/Debug/net7.0/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/AIChat.npm.genruntimeconfig.cache +0 -1
- package/obj/Debug/net7.0/AIChat.npm.pdb +0 -0
- package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfo.cs +0 -23
- package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfoInputs.cache +0 -1
- package/obj/Debug/net7.0/AIChatEmbed.GeneratedMSBuildEditorConfig.editorconfig +0 -45
- package/obj/Debug/net7.0/AIChatEmbed.GlobalUsings.g.cs +0 -17
- package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cache +0 -1
- package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cs +0 -18
- package/obj/Debug/net7.0/AIChatEmbed.assets.cache +0 -0
- package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfo.cs +0 -23
- package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfoInputs.cache +0 -1
- package/obj/Debug/net7.0/AIChatEmbedded.GeneratedMSBuildEditorConfig.editorconfig +0 -45
- package/obj/Debug/net7.0/AIChatEmbedded.GlobalUsings.g.cs +0 -17
- package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cache +0 -1
- package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cs +0 -18
- package/obj/Debug/net7.0/AIChatEmbedded.assets.cache +0 -0
- package/obj/Debug/net7.0/apphost.exe +0 -0
- package/obj/Debug/net7.0/project.razor.vs.json +0 -1
- package/obj/Debug/net7.0/ref/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/refint/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/staticwebassets/msbuild.build.AIChat.npm.props +0 -3
- package/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.AIChat.npm.props +0 -3
- package/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.AIChat.npm.props +0 -3
- package/obj/Debug/net7.0/staticwebassets.build.json +0 -11
- package/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +0 -4
- package/obj/Release/net7.0/AIChat.npm.AssemblyInfo.cs +0 -23
- package/obj/Release/net7.0/AIChat.npm.AssemblyInfoInputs.cache +0 -1
- package/obj/Release/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +0 -17
- package/obj/Release/net7.0/AIChat.npm.GlobalUsings.g.cs +0 -17
- package/obj/Release/net7.0/AIChat.npm.assets.cache +0 -0
package/EmbeddedChat.js
CHANGED
|
@@ -11,7 +11,7 @@ class EmbeddedChat {
|
|
|
11
11
|
this.previewParam = this.isPreview ? "?isPreview=true" : "";
|
|
12
12
|
this.serverUrl = this.options.serverUrl || 'https://embedgpt.chat/';
|
|
13
13
|
this.positionStyle = this.containerDiv.dataset.position === 'in-place' ? 'width:100%; height:600px' : 'position: fixed; right: 0; bottom: 0; width: 300px; height: 600px; z-index: 100000';
|
|
14
|
-
this.mode = options.mode || 'Chat'; // default to '
|
|
14
|
+
this.mode = this.options.mode || 'Chat'; // default to 'Chat' if mode isn't provided
|
|
15
15
|
if (this.mode === 'ContactForm') {
|
|
16
16
|
// Adjust position style for contact form if mode is 'ContactForm'
|
|
17
17
|
this.positionStyle = 'width:100%; height:600px';
|
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\appsettings.Development.json
|
|
2
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\appsettings.json
|
|
3
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\package.json
|
|
4
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.exe
|
|
5
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.deps.json
|
|
6
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.runtimeconfig.json
|
|
7
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.dll
|
|
8
|
-
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.pdb
|
|
9
1
|
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig
|
|
10
2
|
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfoInputs.cache
|
|
11
3
|
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfo.cs
|
|
12
4
|
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.csproj.CoreCompileInputs.cache
|
|
13
5
|
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.MvcApplicationPartsAssemblyInfo.cache
|
|
14
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.AIChat.npm.Microsoft.AspNetCore.StaticWebAssets.props
|
|
15
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.build.AIChat.npm.props
|
|
16
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.AIChat.npm.props
|
|
17
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.AIChat.npm.props
|
|
18
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.pack.json
|
|
19
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.build.json
|
|
20
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.development.json
|
|
21
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\scopedcss\bundle\AIChat.npm.styles.css
|
|
22
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.dll
|
|
23
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\refint\AIChat.npm.dll
|
|
24
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.pdb
|
|
25
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.genruntimeconfig.cache
|
|
26
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\ref\AIChat.npm.dll
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "embeddedaichatux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "A lightweight and customizable embedded AI chat UI component that seamlessly integrates into web applications, offering minimized and expanded views, with iframe-based content rendering.",
|
|
5
5
|
"main": "EmbeddedChat.js",
|
|
6
6
|
"scripts": {
|
package/EmbeddedChatOLD.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
// embeddedChat.js
|
|
2
|
-
class EmbeddedChat {
|
|
3
|
-
constructor(containerDiv, chatId, options) {
|
|
4
|
-
if (!containerDiv) {
|
|
5
|
-
containerDiv = this.createChatContainer();
|
|
6
|
-
}
|
|
7
|
-
this.containerDiv = containerDiv;
|
|
8
|
-
this.chatId = chatId;
|
|
9
|
-
this.options = options || {};
|
|
10
|
-
this.isPreview = this.options.isPreview || false;
|
|
11
|
-
this.previewParam = this.isPreview ? "?isPreview=true" : "";
|
|
12
|
-
this.serverUrl = this.options.serverUrl || 'https://embedgpt.chat/';
|
|
13
|
-
this.positionStyle = this.containerDiv.dataset.position === 'in-place' ? 'width:100%; height:600px' : 'position: fixed; right: 0; bottom: 0; width: 300px; height: 600px';
|
|
14
|
-
this.init();
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
init() {
|
|
18
|
-
const cleanedServerUrl = this.serverUrl.endsWith('/') ? this.serverUrl.slice(0, -1) : this.serverUrl;
|
|
19
|
-
const baseIframeUrl = `${cleanedServerUrl}/ChatUX/${this.chatId}`;
|
|
20
|
-
const previewQueryString = this.isPreview ? "?isPreview=true" : "";
|
|
21
|
-
const minimizedQueryString = this.isPreview ? "&isMinimized=true" : "?isMinimized=true";
|
|
22
|
-
|
|
23
|
-
const minimizedPositionStyle = 'position: fixed; right: 0; bottom: 0; width: 300px; height: 70px;';
|
|
24
|
-
|
|
25
|
-
const iframeHtml = `
|
|
26
|
-
<iframe id="embedded-chat" style="${this.positionStyle}; display: none; border:none; overflow:hidden;" frameborder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="${baseIframeUrl}${previewQueryString}"></iframe>
|
|
27
|
-
<iframe id="embedded-chat-minimized" style="${minimizedPositionStyle}; display: none; border:none; overflow:hidden;" frameborder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="${baseIframeUrl}${previewQueryString}${minimizedQueryString}"></iframe>
|
|
28
|
-
`;
|
|
29
|
-
|
|
30
|
-
this.containerDiv.innerHTML = iframeHtml;
|
|
31
|
-
this.iframe = this.containerDiv.querySelector("#embedded-chat");
|
|
32
|
-
this.minimizedIframe = this.containerDiv.querySelector("#embedded-chat-minimized");
|
|
33
|
-
|
|
34
|
-
window.addEventListener("message", (e) => {
|
|
35
|
-
// Check if the data is an object and has a message property
|
|
36
|
-
if (typeof e.data === "object" && e.data.message && (!e.data.chatId || e.data.chatId === this.chatId)) {
|
|
37
|
-
if (e.data.message === "minimize") {
|
|
38
|
-
this.iframe.style.display = "none";
|
|
39
|
-
this.minimizedIframe.style.display = "block";
|
|
40
|
-
} else if (e.data.message === "show" || e.data.message === "maximize") {
|
|
41
|
-
this.iframe.style.display = "block";
|
|
42
|
-
this.minimizedIframe.style.display = "none";
|
|
43
|
-
// Check if the data has a scale property
|
|
44
|
-
if (e.data.scale) {
|
|
45
|
-
// Resize the iframe according to the scale factor
|
|
46
|
-
this.iframe.style.transform = `scale(${e.data.scale})`;
|
|
47
|
-
this.iframe.style.transformOrigin = "bottom right";
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
// For backward compatibility, handle the case when the data is a string
|
|
52
|
-
else if (typeof e.data === "string") {
|
|
53
|
-
if (e.data === "minimize") {
|
|
54
|
-
this.iframe.style.display = "none";
|
|
55
|
-
this.minimizedIframe.style.display = "block";
|
|
56
|
-
} else if (e.data === "show" || e.data === "maximize") {
|
|
57
|
-
this.iframe.style.display = "block";
|
|
58
|
-
this.minimizedIframe.style.display = "none";
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
createChatContainer() {
|
|
67
|
-
const chatContainer = document.createElement('div');
|
|
68
|
-
chatContainer.className = 'embedded-chat-container';
|
|
69
|
-
chatContainer.style.position = 'relative';
|
|
70
|
-
document.body.appendChild(chatContainer);
|
|
71
|
-
return chatContainer;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export function initEmbeddedChat(containerDiv, chatId, options) {
|
|
76
|
-
return new EmbeddedChat(containerDiv, chatId, options);
|
|
77
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"runtimeTarget": {
|
|
3
|
-
"name": ".NETCoreApp,Version=v7.0",
|
|
4
|
-
"signature": ""
|
|
5
|
-
},
|
|
6
|
-
"compilationOptions": {},
|
|
7
|
-
"targets": {
|
|
8
|
-
".NETCoreApp,Version=v7.0": {
|
|
9
|
-
"AIChat.npm/1.0.0": {
|
|
10
|
-
"runtime": {
|
|
11
|
-
"AIChat.npm.dll": {}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"libraries": {
|
|
17
|
-
"AIChat.npm/1.0.0": {
|
|
18
|
-
"type": "project",
|
|
19
|
-
"serviceable": false,
|
|
20
|
-
"sha512": ""
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"runtimeOptions": {
|
|
3
|
-
"tfm": "net7.0",
|
|
4
|
-
"frameworks": [
|
|
5
|
-
{
|
|
6
|
-
"name": "Microsoft.NETCore.App",
|
|
7
|
-
"version": "7.0.0"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"name": "Microsoft.AspNetCore.App",
|
|
11
|
-
"version": "7.0.0"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"configProperties": {
|
|
15
|
-
"System.GC.Server": true,
|
|
16
|
-
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "embeddedaichatux",
|
|
3
|
-
"version": "1.0.5",
|
|
4
|
-
"description": "A lightweight and customizable embedded AI chat UI component that seamlessly integrates into web applications, offering minimized and expanded views, with iframe-based content rendering.",
|
|
5
|
-
"main": "EmbeddedChat.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
-
},
|
|
9
|
-
"author": "EmbedGPT.chat, LLC",
|
|
10
|
-
"license": "MIT"
|
|
11
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbed.csproj": {}
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbed.csproj": {
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbed.csproj",
|
|
11
|
-
"projectName": "AIChatEmbed",
|
|
12
|
-
"projectPath": "C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbed.csproj",
|
|
13
|
-
"packagesPath": "C:\\Users\\esipo\\.nuget\\packages\\",
|
|
14
|
-
"outputPath": "C:\\Git\\AIChat\\AIChatEmbedded\\obj\\",
|
|
15
|
-
"projectStyle": "PackageReference",
|
|
16
|
-
"configFilePaths": [
|
|
17
|
-
"C:\\Users\\esipo\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
18
|
-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
19
|
-
],
|
|
20
|
-
"originalTargetFrameworks": [
|
|
21
|
-
"net7.0"
|
|
22
|
-
],
|
|
23
|
-
"sources": {
|
|
24
|
-
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
25
|
-
"https://api.nuget.org/v3/index.json": {},
|
|
26
|
-
"https://cosmosdbmongodbvcore.pkgs.visualstudio.com/_packaging/CosmosDBMongoDBvCore/nuget/v3/index.json": {}
|
|
27
|
-
},
|
|
28
|
-
"frameworks": {
|
|
29
|
-
"net7.0": {
|
|
30
|
-
"targetAlias": "net7.0",
|
|
31
|
-
"projectReferences": {}
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"warningProperties": {
|
|
35
|
-
"warnAsError": [
|
|
36
|
-
"NU1605"
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"frameworks": {
|
|
41
|
-
"net7.0": {
|
|
42
|
-
"targetAlias": "net7.0",
|
|
43
|
-
"imports": [
|
|
44
|
-
"net461",
|
|
45
|
-
"net462",
|
|
46
|
-
"net47",
|
|
47
|
-
"net471",
|
|
48
|
-
"net472",
|
|
49
|
-
"net48",
|
|
50
|
-
"net481"
|
|
51
|
-
],
|
|
52
|
-
"assetTargetFallback": true,
|
|
53
|
-
"warn": true,
|
|
54
|
-
"frameworkReferences": {
|
|
55
|
-
"Microsoft.AspNetCore.App": {
|
|
56
|
-
"privateAssets": "none"
|
|
57
|
-
},
|
|
58
|
-
"Microsoft.NETCore.App": {
|
|
59
|
-
"privateAssets": "all"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
-
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
-
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
-
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
-
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
8
|
-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\esipo\.nuget\packages\</NuGetPackageFolders>
|
|
9
|
-
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
|
|
11
|
-
</PropertyGroup>
|
|
12
|
-
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
-
<SourceRoot Include="C:\Users\esipo\.nuget\packages\" />
|
|
14
|
-
</ItemGroup>
|
|
15
|
-
</Project>
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbedded.csproj": {}
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbedded.csproj": {
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbedded.csproj",
|
|
11
|
-
"projectName": "AIChatEmbedded",
|
|
12
|
-
"projectPath": "C:\\Git\\AIChat\\AIChatEmbedded\\AIChatEmbedded.csproj",
|
|
13
|
-
"packagesPath": "C:\\Users\\esipo\\.nuget\\packages\\",
|
|
14
|
-
"outputPath": "C:\\Git\\AIChat\\AIChatEmbedded\\obj\\",
|
|
15
|
-
"projectStyle": "PackageReference",
|
|
16
|
-
"configFilePaths": [
|
|
17
|
-
"C:\\Users\\esipo\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
18
|
-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
19
|
-
],
|
|
20
|
-
"originalTargetFrameworks": [
|
|
21
|
-
"net7.0"
|
|
22
|
-
],
|
|
23
|
-
"sources": {
|
|
24
|
-
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
25
|
-
"https://api.nuget.org/v3/index.json": {},
|
|
26
|
-
"https://cosmosdbmongodbvcore.pkgs.visualstudio.com/_packaging/CosmosDBMongoDBvCore/nuget/v3/index.json": {}
|
|
27
|
-
},
|
|
28
|
-
"frameworks": {
|
|
29
|
-
"net7.0": {
|
|
30
|
-
"targetAlias": "net7.0",
|
|
31
|
-
"projectReferences": {}
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"warningProperties": {
|
|
35
|
-
"warnAsError": [
|
|
36
|
-
"NU1605"
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"frameworks": {
|
|
41
|
-
"net7.0": {
|
|
42
|
-
"targetAlias": "net7.0",
|
|
43
|
-
"imports": [
|
|
44
|
-
"net461",
|
|
45
|
-
"net462",
|
|
46
|
-
"net47",
|
|
47
|
-
"net471",
|
|
48
|
-
"net472",
|
|
49
|
-
"net48",
|
|
50
|
-
"net481"
|
|
51
|
-
],
|
|
52
|
-
"assetTargetFallback": true,
|
|
53
|
-
"warn": true,
|
|
54
|
-
"frameworkReferences": {
|
|
55
|
-
"Microsoft.AspNetCore.App": {
|
|
56
|
-
"privateAssets": "none"
|
|
57
|
-
},
|
|
58
|
-
"Microsoft.NETCore.App": {
|
|
59
|
-
"privateAssets": "all"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
-
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
-
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
-
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
-
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
8
|
-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\esipo\.nuget\packages\</NuGetPackageFolders>
|
|
9
|
-
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
|
|
11
|
-
</PropertyGroup>
|
|
12
|
-
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
-
<SourceRoot Include="C:\Users\esipo\.nuget\packages\" />
|
|
14
|
-
</ItemGroup>
|
|
15
|
-
</Project>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5860763757f4f08c7ebdea1b3a94a18109f17861
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
// Runtime Version:4.0.30319.42000
|
|
5
|
-
//
|
|
6
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
7
|
-
// the code is regenerated.
|
|
8
|
-
// </auto-generated>
|
|
9
|
-
//------------------------------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
using System;
|
|
12
|
-
using System.Reflection;
|
|
13
|
-
|
|
14
|
-
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
|
|
15
|
-
"ory, Microsoft.AspNetCore.Mvc.Razor")]
|
|
16
|
-
|
|
17
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
18
|
-
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
217eab89b7f2a33f574c6a7af7227b8396c4f9d7
|
|
Binary file
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
// Runtime Version:4.0.30319.42000
|
|
5
|
-
//
|
|
6
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
7
|
-
// the code is regenerated.
|
|
8
|
-
// </auto-generated>
|
|
9
|
-
//------------------------------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
using System;
|
|
12
|
-
using System.Reflection;
|
|
13
|
-
|
|
14
|
-
[assembly: System.Reflection.AssemblyCompanyAttribute("AIChatEmbed")]
|
|
15
|
-
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
16
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
18
|
-
[assembly: System.Reflection.AssemblyProductAttribute("AIChatEmbed")]
|
|
19
|
-
[assembly: System.Reflection.AssemblyTitleAttribute("AIChatEmbed")]
|
|
20
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
-
|
|
22
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e4c039f54fa9d3c01262b6e0deaed9c2d7470dca
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
is_global = true
|
|
2
|
-
build_property.TargetFramework = net7.0
|
|
3
|
-
build_property.TargetPlatformMinVersion =
|
|
4
|
-
build_property.UsingMicrosoftNETSdkWeb = true
|
|
5
|
-
build_property.ProjectTypeGuids =
|
|
6
|
-
build_property.InvariantGlobalization =
|
|
7
|
-
build_property.PlatformNeutralAssembly =
|
|
8
|
-
build_property.EnforceExtendedAnalyzerRules =
|
|
9
|
-
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
10
|
-
build_property.RootNamespace = AIChatEmbed
|
|
11
|
-
build_property.RootNamespace = AIChatEmbed
|
|
12
|
-
build_property.ProjectDir = C:\Git\AIChat\AIChatEmbedded\
|
|
13
|
-
build_property.RazorLangVersion = 7.0
|
|
14
|
-
build_property.SupportLocalizedComponentNames =
|
|
15
|
-
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|
16
|
-
build_property.MSBuildProjectDirectory = C:\Git\AIChat\AIChatEmbedded
|
|
17
|
-
build_property._RazorSourceGeneratorDebug =
|
|
18
|
-
|
|
19
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Error.cshtml]
|
|
20
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
|
|
21
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
22
|
-
|
|
23
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Index.cshtml]
|
|
24
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
|
|
25
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
26
|
-
|
|
27
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Privacy.cshtml]
|
|
28
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
|
|
29
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
30
|
-
|
|
31
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_ValidationScriptsPartial.cshtml]
|
|
32
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
|
|
33
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
34
|
-
|
|
35
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/_ViewImports.cshtml]
|
|
36
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
|
|
37
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
38
|
-
|
|
39
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/_ViewStart.cshtml]
|
|
40
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
|
|
41
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
42
|
-
|
|
43
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_Layout.cshtml]
|
|
44
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
|
|
45
|
-
build_metadata.AdditionalFiles.CssScope = b-22nu14rsf2
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// <auto-generated/>
|
|
2
|
-
global using global::Microsoft.AspNetCore.Builder;
|
|
3
|
-
global using global::Microsoft.AspNetCore.Hosting;
|
|
4
|
-
global using global::Microsoft.AspNetCore.Http;
|
|
5
|
-
global using global::Microsoft.AspNetCore.Routing;
|
|
6
|
-
global using global::Microsoft.Extensions.Configuration;
|
|
7
|
-
global using global::Microsoft.Extensions.DependencyInjection;
|
|
8
|
-
global using global::Microsoft.Extensions.Hosting;
|
|
9
|
-
global using global::Microsoft.Extensions.Logging;
|
|
10
|
-
global using global::System;
|
|
11
|
-
global using global::System.Collections.Generic;
|
|
12
|
-
global using global::System.IO;
|
|
13
|
-
global using global::System.Linq;
|
|
14
|
-
global using global::System.Net.Http;
|
|
15
|
-
global using global::System.Net.Http.Json;
|
|
16
|
-
global using global::System.Threading;
|
|
17
|
-
global using global::System.Threading.Tasks;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5860763757f4f08c7ebdea1b3a94a18109f17861
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
// Runtime Version:4.0.30319.42000
|
|
5
|
-
//
|
|
6
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
7
|
-
// the code is regenerated.
|
|
8
|
-
// </auto-generated>
|
|
9
|
-
//------------------------------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
using System;
|
|
12
|
-
using System.Reflection;
|
|
13
|
-
|
|
14
|
-
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
|
|
15
|
-
"ory, Microsoft.AspNetCore.Mvc.Razor")]
|
|
16
|
-
|
|
17
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
18
|
-
|
|
Binary file
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
// Runtime Version:4.0.30319.42000
|
|
5
|
-
//
|
|
6
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
7
|
-
// the code is regenerated.
|
|
8
|
-
// </auto-generated>
|
|
9
|
-
//------------------------------------------------------------------------------
|
|
10
|
-
|
|
11
|
-
using System;
|
|
12
|
-
using System.Reflection;
|
|
13
|
-
|
|
14
|
-
[assembly: System.Reflection.AssemblyCompanyAttribute("AIChatEmbedded")]
|
|
15
|
-
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
16
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
18
|
-
[assembly: System.Reflection.AssemblyProductAttribute("AIChatEmbedded")]
|
|
19
|
-
[assembly: System.Reflection.AssemblyTitleAttribute("AIChatEmbedded")]
|
|
20
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
-
|
|
22
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9862120fe4822f22cc925270f4c67cb91146627f
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
is_global = true
|
|
2
|
-
build_property.TargetFramework = net7.0
|
|
3
|
-
build_property.TargetPlatformMinVersion =
|
|
4
|
-
build_property.UsingMicrosoftNETSdkWeb = true
|
|
5
|
-
build_property.ProjectTypeGuids =
|
|
6
|
-
build_property.InvariantGlobalization =
|
|
7
|
-
build_property.PlatformNeutralAssembly =
|
|
8
|
-
build_property.EnforceExtendedAnalyzerRules =
|
|
9
|
-
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
10
|
-
build_property.RootNamespace = AIChatEmbedded
|
|
11
|
-
build_property.RootNamespace = AIChatEmbedded
|
|
12
|
-
build_property.ProjectDir = C:\Git\AIChat\AIChatEmbedded\
|
|
13
|
-
build_property.RazorLangVersion = 7.0
|
|
14
|
-
build_property.SupportLocalizedComponentNames =
|
|
15
|
-
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|
16
|
-
build_property.MSBuildProjectDirectory = C:\Git\AIChat\AIChatEmbedded
|
|
17
|
-
build_property._RazorSourceGeneratorDebug =
|
|
18
|
-
|
|
19
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Error.cshtml]
|
|
20
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
|
|
21
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
22
|
-
|
|
23
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Index.cshtml]
|
|
24
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
|
|
25
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
26
|
-
|
|
27
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Privacy.cshtml]
|
|
28
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
|
|
29
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
30
|
-
|
|
31
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_ValidationScriptsPartial.cshtml]
|
|
32
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
|
|
33
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
34
|
-
|
|
35
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/_ViewImports.cshtml]
|
|
36
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
|
|
37
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
38
|
-
|
|
39
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/_ViewStart.cshtml]
|
|
40
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
|
|
41
|
-
build_metadata.AdditionalFiles.CssScope =
|
|
42
|
-
|
|
43
|
-
[C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_Layout.cshtml]
|
|
44
|
-
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
|
|
45
|
-
build_metadata.AdditionalFiles.CssScope = b-mtpomdz5pq
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// <auto-generated/>
|
|
2
|
-
global using global::Microsoft.AspNetCore.Builder;
|
|
3
|
-
global using global::Microsoft.AspNetCore.Hosting;
|
|
4
|
-
global using global::Microsoft.AspNetCore.Http;
|
|
5
|
-
global using global::Microsoft.AspNetCore.Routing;
|
|
6
|
-
global using global::Microsoft.Extensions.Configuration;
|
|
7
|
-
global using global::Microsoft.Extensions.DependencyInjection;
|
|
8
|
-
global using global::Microsoft.Extensions.Hosting;
|
|
9
|
-
global using global::Microsoft.Extensions.Logging;
|
|
10
|
-
global using global::System;
|
|
11
|
-
global using global::System.Collections.Generic;
|
|
12
|
-
global using global::System.IO;
|
|
13
|
-
global using global::System.Linq;
|
|
14
|
-
global using global::System.Net.Http;
|
|
15
|
-
global using global::System.Net.Http.Json;
|
|
16
|
-
global using global::System.Threading;
|
|
17
|
-
global using global::System.Threading.Tasks;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5860763757f4f08c7ebdea1b3a94a18109f17861
|