embeddedaichatux 1.0.0

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.
Files changed (114) hide show
  1. package/AIChat.npm.csproj +17 -0
  2. package/AIChat.npm.csproj.user +6 -0
  3. package/EmbeddedChat.js +46 -0
  4. package/Pages/Error.cshtml +26 -0
  5. package/Pages/Error.cshtml.cs +27 -0
  6. package/Pages/Index.cshtml +10 -0
  7. package/Pages/Index.cshtml.cs +20 -0
  8. package/Pages/Privacy.cshtml +8 -0
  9. package/Pages/Privacy.cshtml.cs +19 -0
  10. package/Pages/Shared/_Layout.cshtml +51 -0
  11. package/Pages/Shared/_Layout.cshtml.css +48 -0
  12. package/Pages/Shared/_ValidationScriptsPartial.cshtml +2 -0
  13. package/Pages/_ViewImports.cshtml +3 -0
  14. package/Pages/_ViewStart.cshtml +3 -0
  15. package/Program.cs +25 -0
  16. package/Properties/launchSettings.json +37 -0
  17. package/README.md +7 -0
  18. package/appsettings.Development.json +9 -0
  19. package/appsettings.json +9 -0
  20. package/obj/AIChat.npm.csproj.nuget.dgspec.json +67 -0
  21. package/obj/AIChat.npm.csproj.nuget.g.props +15 -0
  22. package/obj/AIChat.npm.csproj.nuget.g.targets +2 -0
  23. package/obj/AIChatEmbed.csproj.nuget.dgspec.json +67 -0
  24. package/obj/AIChatEmbed.csproj.nuget.g.props +15 -0
  25. package/obj/AIChatEmbed.csproj.nuget.g.targets +2 -0
  26. package/obj/AIChatEmbedded.csproj.nuget.dgspec.json +67 -0
  27. package/obj/AIChatEmbedded.csproj.nuget.g.props +15 -0
  28. package/obj/AIChatEmbedded.csproj.nuget.g.targets +2 -0
  29. package/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +4 -0
  30. package/obj/Debug/net7.0/AIChat.npm.AssemblyInfo.cs +23 -0
  31. package/obj/Debug/net7.0/AIChat.npm.AssemblyInfoInputs.cache +1 -0
  32. package/obj/Debug/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  33. package/obj/Debug/net7.0/AIChat.npm.GlobalUsings.g.cs +17 -0
  34. package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cache +1 -0
  35. package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cs +18 -0
  36. package/obj/Debug/net7.0/AIChat.npm.assets.cache +0 -0
  37. package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfo.cs +23 -0
  38. package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfoInputs.cache +1 -0
  39. package/obj/Debug/net7.0/AIChatEmbed.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  40. package/obj/Debug/net7.0/AIChatEmbed.GlobalUsings.g.cs +17 -0
  41. package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cache +1 -0
  42. package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cs +18 -0
  43. package/obj/Debug/net7.0/AIChatEmbed.assets.cache +0 -0
  44. package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfo.cs +23 -0
  45. package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfoInputs.cache +1 -0
  46. package/obj/Debug/net7.0/AIChatEmbedded.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  47. package/obj/Debug/net7.0/AIChatEmbedded.GlobalUsings.g.cs +17 -0
  48. package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cache +1 -0
  49. package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cs +18 -0
  50. package/obj/Debug/net7.0/AIChatEmbedded.assets.cache +0 -0
  51. package/obj/Debug/net7.0/project.razor.vs.json +1 -0
  52. package/obj/project.assets.json +72 -0
  53. package/obj/project.nuget.cache +8 -0
  54. package/package.json +11 -0
  55. package/wwwroot/css/site.css +22 -0
  56. package/wwwroot/favicon.ico +0 -0
  57. package/wwwroot/js/site.js +4 -0
  58. package/wwwroot/lib/bootstrap/LICENSE +22 -0
  59. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4997 -0
  60. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  61. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
  62. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  63. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4996 -0
  64. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
  65. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +7 -0
  66. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
  67. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +427 -0
  68. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  69. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
  70. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  71. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +424 -0
  72. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
  73. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +8 -0
  74. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
  75. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +4866 -0
  76. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
  77. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +7 -0
  78. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
  79. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +4857 -0
  80. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
  81. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +7 -0
  82. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
  83. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css +11221 -0
  84. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
  85. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +7 -0
  86. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  87. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +11197 -0
  88. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
  89. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +7 -0
  90. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
  91. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6780 -0
  92. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  93. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  94. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  95. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4977 -0
  96. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
  97. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
  98. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
  99. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js +5026 -0
  100. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
  101. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
  102. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  103. package/wwwroot/lib/jquery/LICENSE.txt +21 -0
  104. package/wwwroot/lib/jquery/dist/jquery.js +10881 -0
  105. package/wwwroot/lib/jquery/dist/jquery.min.js +2 -0
  106. package/wwwroot/lib/jquery/dist/jquery.min.map +1 -0
  107. package/wwwroot/lib/jquery-validation/LICENSE.md +22 -0
  108. package/wwwroot/lib/jquery-validation/dist/additional-methods.js +1158 -0
  109. package/wwwroot/lib/jquery-validation/dist/additional-methods.min.js +4 -0
  110. package/wwwroot/lib/jquery-validation/dist/jquery.validate.js +1601 -0
  111. package/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js +4 -0
  112. package/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt +23 -0
  113. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js +435 -0
  114. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js +8 -0
@@ -0,0 +1,424 @@
1
+ /*!
2
+ * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
3
+ * Copyright 2011-2021 The Bootstrap Authors
4
+ * Copyright 2011-2021 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
+ * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7
+ */
8
+ *,
9
+ *::before,
10
+ *::after {
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ @media (prefers-reduced-motion: no-preference) {
15
+ :root {
16
+ scroll-behavior: smooth;
17
+ }
18
+ }
19
+
20
+ body {
21
+ margin: 0;
22
+ font-family: var(--bs-body-font-family);
23
+ font-size: var(--bs-body-font-size);
24
+ font-weight: var(--bs-body-font-weight);
25
+ line-height: var(--bs-body-line-height);
26
+ color: var(--bs-body-color);
27
+ text-align: var(--bs-body-text-align);
28
+ background-color: var(--bs-body-bg);
29
+ -webkit-text-size-adjust: 100%;
30
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
31
+ }
32
+
33
+ hr {
34
+ margin: 1rem 0;
35
+ color: inherit;
36
+ background-color: currentColor;
37
+ border: 0;
38
+ opacity: 0.25;
39
+ }
40
+
41
+ hr:not([size]) {
42
+ height: 1px;
43
+ }
44
+
45
+ h6, h5, h4, h3, h2, h1 {
46
+ margin-top: 0;
47
+ margin-bottom: 0.5rem;
48
+ font-weight: 500;
49
+ line-height: 1.2;
50
+ }
51
+
52
+ h1 {
53
+ font-size: calc(1.375rem + 1.5vw);
54
+ }
55
+ @media (min-width: 1200px) {
56
+ h1 {
57
+ font-size: 2.5rem;
58
+ }
59
+ }
60
+
61
+ h2 {
62
+ font-size: calc(1.325rem + 0.9vw);
63
+ }
64
+ @media (min-width: 1200px) {
65
+ h2 {
66
+ font-size: 2rem;
67
+ }
68
+ }
69
+
70
+ h3 {
71
+ font-size: calc(1.3rem + 0.6vw);
72
+ }
73
+ @media (min-width: 1200px) {
74
+ h3 {
75
+ font-size: 1.75rem;
76
+ }
77
+ }
78
+
79
+ h4 {
80
+ font-size: calc(1.275rem + 0.3vw);
81
+ }
82
+ @media (min-width: 1200px) {
83
+ h4 {
84
+ font-size: 1.5rem;
85
+ }
86
+ }
87
+
88
+ h5 {
89
+ font-size: 1.25rem;
90
+ }
91
+
92
+ h6 {
93
+ font-size: 1rem;
94
+ }
95
+
96
+ p {
97
+ margin-top: 0;
98
+ margin-bottom: 1rem;
99
+ }
100
+
101
+ abbr[title],
102
+ abbr[data-bs-original-title] {
103
+ -webkit-text-decoration: underline dotted;
104
+ text-decoration: underline dotted;
105
+ cursor: help;
106
+ -webkit-text-decoration-skip-ink: none;
107
+ text-decoration-skip-ink: none;
108
+ }
109
+
110
+ address {
111
+ margin-bottom: 1rem;
112
+ font-style: normal;
113
+ line-height: inherit;
114
+ }
115
+
116
+ ol,
117
+ ul {
118
+ padding-right: 2rem;
119
+ }
120
+
121
+ ol,
122
+ ul,
123
+ dl {
124
+ margin-top: 0;
125
+ margin-bottom: 1rem;
126
+ }
127
+
128
+ ol ol,
129
+ ul ul,
130
+ ol ul,
131
+ ul ol {
132
+ margin-bottom: 0;
133
+ }
134
+
135
+ dt {
136
+ font-weight: 700;
137
+ }
138
+
139
+ dd {
140
+ margin-bottom: 0.5rem;
141
+ margin-right: 0;
142
+ }
143
+
144
+ blockquote {
145
+ margin: 0 0 1rem;
146
+ }
147
+
148
+ b,
149
+ strong {
150
+ font-weight: bolder;
151
+ }
152
+
153
+ small {
154
+ font-size: 0.875em;
155
+ }
156
+
157
+ mark {
158
+ padding: 0.2em;
159
+ background-color: #fcf8e3;
160
+ }
161
+
162
+ sub,
163
+ sup {
164
+ position: relative;
165
+ font-size: 0.75em;
166
+ line-height: 0;
167
+ vertical-align: baseline;
168
+ }
169
+
170
+ sub {
171
+ bottom: -0.25em;
172
+ }
173
+
174
+ sup {
175
+ top: -0.5em;
176
+ }
177
+
178
+ a {
179
+ color: #0d6efd;
180
+ text-decoration: underline;
181
+ }
182
+ a:hover {
183
+ color: #0a58ca;
184
+ }
185
+
186
+ a:not([href]):not([class]), a:not([href]):not([class]):hover {
187
+ color: inherit;
188
+ text-decoration: none;
189
+ }
190
+
191
+ pre,
192
+ code,
193
+ kbd,
194
+ samp {
195
+ font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
196
+ font-size: 1em;
197
+ direction: ltr ;
198
+ unicode-bidi: bidi-override;
199
+ }
200
+
201
+ pre {
202
+ display: block;
203
+ margin-top: 0;
204
+ margin-bottom: 1rem;
205
+ overflow: auto;
206
+ font-size: 0.875em;
207
+ }
208
+ pre code {
209
+ font-size: inherit;
210
+ color: inherit;
211
+ word-break: normal;
212
+ }
213
+
214
+ code {
215
+ font-size: 0.875em;
216
+ color: #d63384;
217
+ word-wrap: break-word;
218
+ }
219
+ a > code {
220
+ color: inherit;
221
+ }
222
+
223
+ kbd {
224
+ padding: 0.2rem 0.4rem;
225
+ font-size: 0.875em;
226
+ color: #fff;
227
+ background-color: #212529;
228
+ border-radius: 0.2rem;
229
+ }
230
+ kbd kbd {
231
+ padding: 0;
232
+ font-size: 1em;
233
+ font-weight: 700;
234
+ }
235
+
236
+ figure {
237
+ margin: 0 0 1rem;
238
+ }
239
+
240
+ img,
241
+ svg {
242
+ vertical-align: middle;
243
+ }
244
+
245
+ table {
246
+ caption-side: bottom;
247
+ border-collapse: collapse;
248
+ }
249
+
250
+ caption {
251
+ padding-top: 0.5rem;
252
+ padding-bottom: 0.5rem;
253
+ color: #6c757d;
254
+ text-align: right;
255
+ }
256
+
257
+ th {
258
+ text-align: inherit;
259
+ text-align: -webkit-match-parent;
260
+ }
261
+
262
+ thead,
263
+ tbody,
264
+ tfoot,
265
+ tr,
266
+ td,
267
+ th {
268
+ border-color: inherit;
269
+ border-style: solid;
270
+ border-width: 0;
271
+ }
272
+
273
+ label {
274
+ display: inline-block;
275
+ }
276
+
277
+ button {
278
+ border-radius: 0;
279
+ }
280
+
281
+ button:focus:not(:focus-visible) {
282
+ outline: 0;
283
+ }
284
+
285
+ input,
286
+ button,
287
+ select,
288
+ optgroup,
289
+ textarea {
290
+ margin: 0;
291
+ font-family: inherit;
292
+ font-size: inherit;
293
+ line-height: inherit;
294
+ }
295
+
296
+ button,
297
+ select {
298
+ text-transform: none;
299
+ }
300
+
301
+ [role=button] {
302
+ cursor: pointer;
303
+ }
304
+
305
+ select {
306
+ word-wrap: normal;
307
+ }
308
+ select:disabled {
309
+ opacity: 1;
310
+ }
311
+
312
+ [list]::-webkit-calendar-picker-indicator {
313
+ display: none;
314
+ }
315
+
316
+ button,
317
+ [type=button],
318
+ [type=reset],
319
+ [type=submit] {
320
+ -webkit-appearance: button;
321
+ }
322
+ button:not(:disabled),
323
+ [type=button]:not(:disabled),
324
+ [type=reset]:not(:disabled),
325
+ [type=submit]:not(:disabled) {
326
+ cursor: pointer;
327
+ }
328
+
329
+ ::-moz-focus-inner {
330
+ padding: 0;
331
+ border-style: none;
332
+ }
333
+
334
+ textarea {
335
+ resize: vertical;
336
+ }
337
+
338
+ fieldset {
339
+ min-width: 0;
340
+ padding: 0;
341
+ margin: 0;
342
+ border: 0;
343
+ }
344
+
345
+ legend {
346
+ float: right;
347
+ width: 100%;
348
+ padding: 0;
349
+ margin-bottom: 0.5rem;
350
+ font-size: calc(1.275rem + 0.3vw);
351
+ line-height: inherit;
352
+ }
353
+ @media (min-width: 1200px) {
354
+ legend {
355
+ font-size: 1.5rem;
356
+ }
357
+ }
358
+ legend + * {
359
+ clear: right;
360
+ }
361
+
362
+ ::-webkit-datetime-edit-fields-wrapper,
363
+ ::-webkit-datetime-edit-text,
364
+ ::-webkit-datetime-edit-minute,
365
+ ::-webkit-datetime-edit-hour-field,
366
+ ::-webkit-datetime-edit-day-field,
367
+ ::-webkit-datetime-edit-month-field,
368
+ ::-webkit-datetime-edit-year-field {
369
+ padding: 0;
370
+ }
371
+
372
+ ::-webkit-inner-spin-button {
373
+ height: auto;
374
+ }
375
+
376
+ [type=search] {
377
+ outline-offset: -2px;
378
+ -webkit-appearance: textfield;
379
+ }
380
+
381
+ [type="tel"],
382
+ [type="url"],
383
+ [type="email"],
384
+ [type="number"] {
385
+ direction: ltr;
386
+ }
387
+ ::-webkit-search-decoration {
388
+ -webkit-appearance: none;
389
+ }
390
+
391
+ ::-webkit-color-swatch-wrapper {
392
+ padding: 0;
393
+ }
394
+
395
+ ::file-selector-button {
396
+ font: inherit;
397
+ }
398
+
399
+ ::-webkit-file-upload-button {
400
+ font: inherit;
401
+ -webkit-appearance: button;
402
+ }
403
+
404
+ output {
405
+ display: inline-block;
406
+ }
407
+
408
+ iframe {
409
+ border: 0;
410
+ }
411
+
412
+ summary {
413
+ display: list-item;
414
+ cursor: pointer;
415
+ }
416
+
417
+ progress {
418
+ vertical-align: baseline;
419
+ }
420
+
421
+ [hidden] {
422
+ display: none !important;
423
+ }
424
+ /*# sourceMappingURL=bootstrap-reboot.rtl.css.map */