aptolix_chatbot 1.0.4 → 1.0.6
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/.gitattributes +63 -0
- package/.vs/Aptolix_Chatbot/CopilotIndices/{17.14.995.13737 → 17.14.1368.60722}/CodeChunks.db +0 -0
- package/.vs/Aptolix_Chatbot/CopilotIndices/{17.14.995.13737 → 17.14.1368.60722}/SemanticSymbols.db +0 -0
- package/.vs/Aptolix_Chatbot/FileContentIndex/b14bec07-2499-48bc-a8f5-a3bf197e9f3c.vsidx +0 -0
- package/.vs/Aptolix_Chatbot/FileContentIndex/cb041aa7-a0e1-4bca-8679-9fa832fdb7f8.vsidx +0 -0
- package/.vs/Aptolix_Chatbot/FileContentIndex/e6968f22-96d6-4c7a-82cb-14a6ddf57328.vsidx +0 -0
- package/.vs/Aptolix_Chatbot/copilot-chat/c320fb0f/sessions/17cf5d2a-65af-4522-8aad-84dfff696a04 +0 -0
- package/.vs/Aptolix_Chatbot/v17/.wsuo +0 -0
- package/.vs/Aptolix_Chatbot/v17/DocumentLayout.backup.json +33 -28
- package/.vs/Aptolix_Chatbot/v17/DocumentLayout.json +34 -29
- package/.vs/VSWorkspaceState.json +1 -1
- package/.vs/slnx.sqlite +0 -0
- package/dist/web.mjs +1 -1
- package/dist/web.mjs.map +1 -1
- package/package.json +1 -1
- package/src/chatbotstyle.css +38 -0
- package/src/index.js +80 -9
- package/.vs/Aptolix_Chatbot/FileContentIndex/b1bbdddc-d1bf-4ea6-97a6-70d19195d13b.vsidx +0 -0
- package/.vs/Aptolix_Chatbot/copilot-chat/c320fb0f/sessions/2a930e1c-ad70-4a85-a204-4f771e8a9966 +0 -0
package/.gitattributes
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
###############################################################################
|
|
2
|
+
# Set default behavior to automatically normalize line endings.
|
|
3
|
+
###############################################################################
|
|
4
|
+
* text=auto
|
|
5
|
+
|
|
6
|
+
###############################################################################
|
|
7
|
+
# Set default behavior for command prompt diff.
|
|
8
|
+
#
|
|
9
|
+
# This is need for earlier builds of msysgit that does not have it on by
|
|
10
|
+
# default for csharp files.
|
|
11
|
+
# Note: This is only used by command line
|
|
12
|
+
###############################################################################
|
|
13
|
+
#*.cs diff=csharp
|
|
14
|
+
|
|
15
|
+
###############################################################################
|
|
16
|
+
# Set the merge driver for project and solution files
|
|
17
|
+
#
|
|
18
|
+
# Merging from the command prompt will add diff markers to the files if there
|
|
19
|
+
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
|
20
|
+
# the diff markers are never inserted). Diff markers may cause the following
|
|
21
|
+
# file extensions to fail to load in VS. An alternative would be to treat
|
|
22
|
+
# these files as binary and thus will always conflict and require user
|
|
23
|
+
# intervention with every merge. To do so, just uncomment the entries below
|
|
24
|
+
###############################################################################
|
|
25
|
+
#*.sln merge=binary
|
|
26
|
+
#*.csproj merge=binary
|
|
27
|
+
#*.vbproj merge=binary
|
|
28
|
+
#*.vcxproj merge=binary
|
|
29
|
+
#*.vcproj merge=binary
|
|
30
|
+
#*.dbproj merge=binary
|
|
31
|
+
#*.fsproj merge=binary
|
|
32
|
+
#*.lsproj merge=binary
|
|
33
|
+
#*.wixproj merge=binary
|
|
34
|
+
#*.modelproj merge=binary
|
|
35
|
+
#*.sqlproj merge=binary
|
|
36
|
+
#*.wwaproj merge=binary
|
|
37
|
+
|
|
38
|
+
###############################################################################
|
|
39
|
+
# behavior for image files
|
|
40
|
+
#
|
|
41
|
+
# image files are treated as binary by default.
|
|
42
|
+
###############################################################################
|
|
43
|
+
#*.jpg binary
|
|
44
|
+
#*.png binary
|
|
45
|
+
#*.gif binary
|
|
46
|
+
|
|
47
|
+
###############################################################################
|
|
48
|
+
# diff behavior for common document formats
|
|
49
|
+
#
|
|
50
|
+
# Convert binary document formats to text before diffing them. This feature
|
|
51
|
+
# is only available from the command line. Turn it on by uncommenting the
|
|
52
|
+
# entries below.
|
|
53
|
+
###############################################################################
|
|
54
|
+
#*.doc diff=astextplain
|
|
55
|
+
#*.DOC diff=astextplain
|
|
56
|
+
#*.docx diff=astextplain
|
|
57
|
+
#*.DOCX diff=astextplain
|
|
58
|
+
#*.dot diff=astextplain
|
|
59
|
+
#*.DOT diff=astextplain
|
|
60
|
+
#*.pdf diff=astextplain
|
|
61
|
+
#*.PDF diff=astextplain
|
|
62
|
+
#*.rtf diff=astextplain
|
|
63
|
+
#*.RTF diff=astextplain
|
package/.vs/Aptolix_Chatbot/CopilotIndices/{17.14.995.13737 → 17.14.1368.60722}/CodeChunks.db
RENAMED
|
Binary file
|
package/.vs/Aptolix_Chatbot/CopilotIndices/{17.14.995.13737 → 17.14.1368.60722}/SemanticSymbols.db
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.vs/Aptolix_Chatbot/copilot-chat/c320fb0f/sessions/17cf5d2a-65af-4522-8aad-84dfff696a04
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Version": 1,
|
|
3
|
-
"WorkspaceRootPath": "D:\\Aptolix\\Aptolix_Chatbot\\",
|
|
3
|
+
"WorkspaceRootPath": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\",
|
|
4
4
|
"Documents": [
|
|
5
5
|
{
|
|
6
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
|
|
6
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
|
|
7
7
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\
|
|
11
|
-
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
10
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
15
11
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
16
12
|
},
|
|
17
13
|
{
|
|
18
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
14
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
19
15
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
20
16
|
},
|
|
21
17
|
{
|
|
22
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}",
|
|
18
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}",
|
|
23
19
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
23
|
+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"DocumentGroupContainers": [
|
|
@@ -30,23 +30,27 @@
|
|
|
30
30
|
"DocumentGroups": [
|
|
31
31
|
{
|
|
32
32
|
"DockedWidth": 200,
|
|
33
|
-
"SelectedChildIndex":
|
|
33
|
+
"SelectedChildIndex": 7,
|
|
34
34
|
"Children": [
|
|
35
|
+
{
|
|
36
|
+
"$type": "Bookmark",
|
|
37
|
+
"Name": "ST:128:0:{75188d03-9892-4ae2-abf1-207126247ce5}"
|
|
38
|
+
},
|
|
35
39
|
{
|
|
36
40
|
"$type": "Bookmark",
|
|
37
41
|
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
|
|
38
42
|
},
|
|
39
43
|
{
|
|
40
44
|
"$type": "Bookmark",
|
|
41
|
-
"Name": "ST:128:0:{
|
|
45
|
+
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"$type": "Document",
|
|
45
|
-
"DocumentIndex":
|
|
49
|
+
"DocumentIndex": 2,
|
|
46
50
|
"Title": "web.mjs",
|
|
47
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
51
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
48
52
|
"RelativeDocumentMoniker": "dist\\web.mjs",
|
|
49
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
53
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
50
54
|
"RelativeToolTip": "dist\\web.mjs",
|
|
51
55
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAADHoQAAAAAAAA==",
|
|
52
56
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
@@ -55,36 +59,37 @@
|
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"$type": "Document",
|
|
58
|
-
"DocumentIndex":
|
|
62
|
+
"DocumentIndex": 3,
|
|
59
63
|
"Title": "chatbotstyle.css",
|
|
60
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
64
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
61
65
|
"RelativeDocumentMoniker": "src\\chatbotstyle.css",
|
|
62
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
66
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
63
67
|
"RelativeToolTip": "src\\chatbotstyle.css",
|
|
64
|
-
"ViewState": "
|
|
68
|
+
"ViewState": "AgIAAGsBAAAAAAAAAAAAAIMBAAAhAAAAAAAAAA==",
|
|
65
69
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003000|",
|
|
66
|
-
"WhenOpened": "2025-09-02T14:44:57.463Z"
|
|
70
|
+
"WhenOpened": "2025-09-02T14:44:57.463Z",
|
|
71
|
+
"EditorCaption": ""
|
|
67
72
|
},
|
|
68
73
|
{
|
|
69
74
|
"$type": "Document",
|
|
70
|
-
"DocumentIndex":
|
|
75
|
+
"DocumentIndex": 4,
|
|
71
76
|
"Title": "index.js",
|
|
72
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\src\\index.js",
|
|
77
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js",
|
|
73
78
|
"RelativeDocumentMoniker": "src\\index.js",
|
|
74
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\src\\index.js",
|
|
79
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js",
|
|
75
80
|
"RelativeToolTip": "src\\index.js",
|
|
76
|
-
"ViewState": "
|
|
81
|
+
"ViewState": "AgIAADgAAAAAAAAAAAAvwEEAAAAwAAAAAAAAAA==",
|
|
77
82
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
78
83
|
"WhenOpened": "2025-09-02T13:34:40.751Z",
|
|
79
84
|
"EditorCaption": ""
|
|
80
85
|
},
|
|
81
86
|
{
|
|
82
87
|
"$type": "Document",
|
|
83
|
-
"DocumentIndex":
|
|
88
|
+
"DocumentIndex": 1,
|
|
84
89
|
"Title": "rollup.config.js",
|
|
85
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js",
|
|
90
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js",
|
|
86
91
|
"RelativeDocumentMoniker": "rollup.config.js",
|
|
87
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js",
|
|
92
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js",
|
|
88
93
|
"RelativeToolTip": "rollup.config.js",
|
|
89
94
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
|
|
90
95
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
@@ -95,9 +100,9 @@
|
|
|
95
100
|
"$type": "Document",
|
|
96
101
|
"DocumentIndex": 0,
|
|
97
102
|
"Title": "package.json",
|
|
98
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\package.json",
|
|
103
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json",
|
|
99
104
|
"RelativeDocumentMoniker": "package.json",
|
|
100
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\package.json",
|
|
105
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json",
|
|
101
106
|
"RelativeToolTip": "package.json",
|
|
102
107
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAATAAAAAAAAAA==",
|
|
103
108
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Version": 1,
|
|
3
|
-
"WorkspaceRootPath": "D:\\Aptolix\\Aptolix_Chatbot\\",
|
|
3
|
+
"WorkspaceRootPath": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\",
|
|
4
4
|
"Documents": [
|
|
5
5
|
{
|
|
6
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
|
|
6
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
|
|
7
7
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\
|
|
11
|
-
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
10
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
15
11
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:rollup.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
16
12
|
},
|
|
17
13
|
{
|
|
18
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
14
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
19
15
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\web.mjs||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
20
16
|
},
|
|
21
17
|
{
|
|
22
|
-
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}",
|
|
18
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}",
|
|
23
19
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\chatbotstyle.css||{A5401142-F49D-43DB-90B1-F57BA349E55C}"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
|
|
23
|
+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"DocumentGroupContainers": [
|
|
@@ -30,23 +30,27 @@
|
|
|
30
30
|
"DocumentGroups": [
|
|
31
31
|
{
|
|
32
32
|
"DockedWidth": 200,
|
|
33
|
-
"SelectedChildIndex":
|
|
33
|
+
"SelectedChildIndex": 7,
|
|
34
34
|
"Children": [
|
|
35
|
+
{
|
|
36
|
+
"$type": "Bookmark",
|
|
37
|
+
"Name": "ST:128:0:{75188d03-9892-4ae2-abf1-207126247ce5}"
|
|
38
|
+
},
|
|
35
39
|
{
|
|
36
40
|
"$type": "Bookmark",
|
|
37
41
|
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
|
|
38
42
|
},
|
|
39
43
|
{
|
|
40
44
|
"$type": "Bookmark",
|
|
41
|
-
"Name": "ST:128:0:{
|
|
45
|
+
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"$type": "Document",
|
|
45
|
-
"DocumentIndex":
|
|
49
|
+
"DocumentIndex": 2,
|
|
46
50
|
"Title": "web.mjs",
|
|
47
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
51
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
48
52
|
"RelativeDocumentMoniker": "dist\\web.mjs",
|
|
49
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
53
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\dist\\web.mjs",
|
|
50
54
|
"RelativeToolTip": "dist\\web.mjs",
|
|
51
55
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAADHoQAAAAAAAA==",
|
|
52
56
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
@@ -55,36 +59,37 @@
|
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"$type": "Document",
|
|
58
|
-
"DocumentIndex":
|
|
62
|
+
"DocumentIndex": 3,
|
|
59
63
|
"Title": "chatbotstyle.css",
|
|
60
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
64
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
61
65
|
"RelativeDocumentMoniker": "src\\chatbotstyle.css",
|
|
62
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
66
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\chatbotstyle.css",
|
|
63
67
|
"RelativeToolTip": "src\\chatbotstyle.css",
|
|
64
|
-
"ViewState": "
|
|
68
|
+
"ViewState": "AgIAAGsBAAAAAAAAAAAAAIMBAAAhAAAAAAAAAA==",
|
|
65
69
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003000|",
|
|
66
|
-
"WhenOpened": "2025-09-02T14:44:57.463Z"
|
|
70
|
+
"WhenOpened": "2025-09-02T14:44:57.463Z",
|
|
71
|
+
"EditorCaption": ""
|
|
67
72
|
},
|
|
68
73
|
{
|
|
69
74
|
"$type": "Document",
|
|
70
|
-
"DocumentIndex":
|
|
75
|
+
"DocumentIndex": 4,
|
|
71
76
|
"Title": "index.js",
|
|
72
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\src\\index.js",
|
|
77
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js",
|
|
73
78
|
"RelativeDocumentMoniker": "src\\index.js",
|
|
74
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\src\\index.js",
|
|
79
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\src\\index.js",
|
|
75
80
|
"RelativeToolTip": "src\\index.js",
|
|
76
|
-
"ViewState": "
|
|
81
|
+
"ViewState": "AgIAADgAAAAAAAAAAAAvwEEAAAAwAAAAAAAAAA==",
|
|
77
82
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
78
83
|
"WhenOpened": "2025-09-02T13:34:40.751Z",
|
|
79
84
|
"EditorCaption": ""
|
|
80
85
|
},
|
|
81
86
|
{
|
|
82
87
|
"$type": "Document",
|
|
83
|
-
"DocumentIndex":
|
|
88
|
+
"DocumentIndex": 1,
|
|
84
89
|
"Title": "rollup.config.js",
|
|
85
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js",
|
|
90
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js",
|
|
86
91
|
"RelativeDocumentMoniker": "rollup.config.js",
|
|
87
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\rollup.config.js",
|
|
92
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\rollup.config.js",
|
|
88
93
|
"RelativeToolTip": "rollup.config.js",
|
|
89
94
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
|
|
90
95
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
|
|
@@ -95,11 +100,11 @@
|
|
|
95
100
|
"$type": "Document",
|
|
96
101
|
"DocumentIndex": 0,
|
|
97
102
|
"Title": "package.json",
|
|
98
|
-
"DocumentMoniker": "D:\\Aptolix\\Aptolix_Chatbot\\package.json",
|
|
103
|
+
"DocumentMoniker": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json",
|
|
99
104
|
"RelativeDocumentMoniker": "package.json",
|
|
100
|
-
"ToolTip": "D:\\Aptolix\\Aptolix_Chatbot\\package.json",
|
|
105
|
+
"ToolTip": "D:\\Aptolix\\Codebase\\Aptolix_Chatbot\\package.json",
|
|
101
106
|
"RelativeToolTip": "package.json",
|
|
102
|
-
"ViewState": "
|
|
107
|
+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAXAAAAAAAAAA==",
|
|
103
108
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
|
|
104
109
|
"WhenOpened": "2025-09-02T13:20:53.906Z",
|
|
105
110
|
"EditorCaption": ""
|
package/.vs/slnx.sqlite
CHANGED
|
Binary file
|