embeddedaichatux 1.0.9 → 1.1.1
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 +8 -1
- package/package.json +1 -1
- package/obj/AIChat.npm.csproj.nuget.dgspec.json +0 -67
- package/obj/AIChat.npm.csproj.nuget.g.props +0 -15
- package/obj/AIChat.npm.csproj.nuget.g.targets +0 -2
- package/obj/Debug/net7.0/AIChat.npm.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/obj/Debug/net7.0/AIChat.npm.assets.cache +0 -0
- package/obj/Debug/net7.0/AIChat.npm.csproj.CoreCompileInputs.cache +0 -1
- package/obj/Debug/net7.0/AIChat.npm.csproj.FileListAbsolute.txt +0 -5
- package/obj/project.assets.json +0 -72
- package/obj/project.nuget.cache +0 -8
package/EmbeddedChat.js
CHANGED
|
@@ -71,7 +71,14 @@ init() {
|
|
|
71
71
|
});
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
showChat() {
|
|
75
|
+
if (this.iframe) {
|
|
76
|
+
this.iframe.style.display = "block";
|
|
77
|
+
}
|
|
78
|
+
if (this.minimizedIframe) {
|
|
79
|
+
this.minimizedIframe.style.display = "block";
|
|
80
|
+
}
|
|
81
|
+
}
|
|
75
82
|
|
|
76
83
|
createChatContainer() {
|
|
77
84
|
const chatContainer = document.createElement('div');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "embeddedaichatux",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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": {
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj": {}
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj": {
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj",
|
|
11
|
-
"projectName": "AIChat.npm",
|
|
12
|
-
"projectPath": "C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj",
|
|
13
|
-
"packagesPath": "C:\\Users\\esipo\\.nuget\\packages\\",
|
|
14
|
-
"outputPath": "C:\\Git\\AIChat\\AIChat.npm\\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>
|
|
File without changes
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
071cf2c6734c65e7e6f8a119ed2e7a843e5a8ba7
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig
|
|
2
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfoInputs.cache
|
|
3
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfo.cs
|
|
4
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.csproj.CoreCompileInputs.cache
|
|
5
|
-
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.MvcApplicationPartsAssemblyInfo.cache
|
package/obj/project.assets.json
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"targets": {
|
|
4
|
-
"net7.0": {}
|
|
5
|
-
},
|
|
6
|
-
"libraries": {},
|
|
7
|
-
"projectFileDependencyGroups": {
|
|
8
|
-
"net7.0": []
|
|
9
|
-
},
|
|
10
|
-
"packageFolders": {
|
|
11
|
-
"C:\\Users\\esipo\\.nuget\\packages\\": {}
|
|
12
|
-
},
|
|
13
|
-
"project": {
|
|
14
|
-
"version": "1.0.0",
|
|
15
|
-
"restore": {
|
|
16
|
-
"projectUniqueName": "C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj",
|
|
17
|
-
"projectName": "AIChat.npm",
|
|
18
|
-
"projectPath": "C:\\Git\\AIChat\\AIChat.npm\\AIChat.npm.csproj",
|
|
19
|
-
"packagesPath": "C:\\Users\\esipo\\.nuget\\packages\\",
|
|
20
|
-
"outputPath": "C:\\Git\\AIChat\\AIChat.npm\\obj\\",
|
|
21
|
-
"projectStyle": "PackageReference",
|
|
22
|
-
"configFilePaths": [
|
|
23
|
-
"C:\\Users\\esipo\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
24
|
-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
25
|
-
],
|
|
26
|
-
"originalTargetFrameworks": [
|
|
27
|
-
"net7.0"
|
|
28
|
-
],
|
|
29
|
-
"sources": {
|
|
30
|
-
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
31
|
-
"https://api.nuget.org/v3/index.json": {},
|
|
32
|
-
"https://cosmosdbmongodbvcore.pkgs.visualstudio.com/_packaging/CosmosDBMongoDBvCore/nuget/v3/index.json": {}
|
|
33
|
-
},
|
|
34
|
-
"frameworks": {
|
|
35
|
-
"net7.0": {
|
|
36
|
-
"targetAlias": "net7.0",
|
|
37
|
-
"projectReferences": {}
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"warningProperties": {
|
|
41
|
-
"warnAsError": [
|
|
42
|
-
"NU1605"
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"frameworks": {
|
|
47
|
-
"net7.0": {
|
|
48
|
-
"targetAlias": "net7.0",
|
|
49
|
-
"imports": [
|
|
50
|
-
"net461",
|
|
51
|
-
"net462",
|
|
52
|
-
"net47",
|
|
53
|
-
"net471",
|
|
54
|
-
"net472",
|
|
55
|
-
"net48",
|
|
56
|
-
"net481"
|
|
57
|
-
],
|
|
58
|
-
"assetTargetFallback": true,
|
|
59
|
-
"warn": true,
|
|
60
|
-
"frameworkReferences": {
|
|
61
|
-
"Microsoft.AspNetCore.App": {
|
|
62
|
-
"privateAssets": "none"
|
|
63
|
-
},
|
|
64
|
-
"Microsoft.NETCore.App": {
|
|
65
|
-
"privateAssets": "all"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
package/obj/project.nuget.cache
DELETED