embeddedaichatux 1.0.0 → 1.0.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.
Files changed (104) hide show
  1. package/EmbeddedChat.js +7 -7
  2. package/bin/Debug/net7.0/AIChat.npm.deps.json +23 -0
  3. package/bin/Debug/net7.0/AIChat.npm.dll +0 -0
  4. package/bin/Debug/net7.0/AIChat.npm.exe +0 -0
  5. package/bin/Debug/net7.0/AIChat.npm.pdb +0 -0
  6. package/bin/Debug/net7.0/AIChat.npm.runtimeconfig.json +19 -0
  7. package/bin/Debug/net7.0/AIChat.npm.staticwebassets.runtime.json +1 -0
  8. package/bin/Debug/net7.0/appsettings.Development.json +9 -0
  9. package/bin/Debug/net7.0/appsettings.json +9 -0
  10. package/bin/Debug/net7.0/package.json +11 -0
  11. package/obj/Debug/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +0 -28
  12. package/obj/Debug/net7.0/AIChat.npm.MvcApplicationPartsAssemblyInfo.cache +0 -0
  13. package/obj/Debug/net7.0/AIChat.npm.csproj.CoreCompileInputs.cache +1 -0
  14. package/obj/Debug/net7.0/AIChat.npm.csproj.FileListAbsolute.txt +27 -0
  15. package/obj/Debug/net7.0/AIChat.npm.dll +0 -0
  16. package/obj/Debug/net7.0/AIChat.npm.genruntimeconfig.cache +1 -0
  17. package/obj/Debug/net7.0/AIChat.npm.pdb +0 -0
  18. package/obj/Debug/net7.0/apphost.exe +0 -0
  19. package/obj/Debug/net7.0/project.razor.vs.json +1 -1
  20. package/obj/Debug/net7.0/ref/AIChat.npm.dll +0 -0
  21. package/obj/Debug/net7.0/refint/AIChat.npm.dll +0 -0
  22. package/obj/Debug/net7.0/staticwebassets/msbuild.build.AIChat.npm.props +3 -0
  23. package/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.AIChat.npm.props +3 -0
  24. package/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.AIChat.npm.props +3 -0
  25. package/obj/Debug/net7.0/staticwebassets.build.json +19 -0
  26. package/obj/Debug/net7.0/staticwebassets.development.json +1 -0
  27. package/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +4 -0
  28. package/obj/Release/net7.0/AIChat.npm.AssemblyInfo.cs +23 -0
  29. package/obj/Release/net7.0/AIChat.npm.AssemblyInfoInputs.cache +1 -0
  30. package/obj/Release/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +17 -0
  31. package/obj/Release/net7.0/AIChat.npm.GlobalUsings.g.cs +17 -0
  32. package/obj/Release/net7.0/AIChat.npm.assets.cache +0 -0
  33. package/package.json +1 -1
  34. package/Pages/Error.cshtml +0 -26
  35. package/Pages/Error.cshtml.cs +0 -27
  36. package/Pages/Index.cshtml +0 -10
  37. package/Pages/Index.cshtml.cs +0 -20
  38. package/Pages/Privacy.cshtml +0 -8
  39. package/Pages/Privacy.cshtml.cs +0 -19
  40. package/Pages/Shared/_Layout.cshtml +0 -51
  41. package/Pages/Shared/_Layout.cshtml.css +0 -48
  42. package/Pages/Shared/_ValidationScriptsPartial.cshtml +0 -2
  43. package/Pages/_ViewImports.cshtml +0 -3
  44. package/Pages/_ViewStart.cshtml +0 -3
  45. package/wwwroot/css/site.css +0 -22
  46. package/wwwroot/favicon.ico +0 -0
  47. package/wwwroot/js/site.js +0 -4
  48. package/wwwroot/lib/bootstrap/LICENSE +0 -22
  49. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +0 -4997
  50. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +0 -1
  51. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +0 -7
  52. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +0 -1
  53. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +0 -4996
  54. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +0 -1
  55. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +0 -7
  56. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +0 -1
  57. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +0 -427
  58. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +0 -1
  59. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +0 -8
  60. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +0 -1
  61. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +0 -424
  62. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +0 -1
  63. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +0 -8
  64. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +0 -1
  65. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +0 -4866
  66. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +0 -1
  67. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +0 -7
  68. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +0 -1
  69. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +0 -4857
  70. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +0 -1
  71. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +0 -7
  72. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +0 -1
  73. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css +0 -11221
  74. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +0 -1
  75. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +0 -7
  76. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +0 -1
  77. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +0 -11197
  78. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +0 -1
  79. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +0 -7
  80. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +0 -1
  81. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +0 -6780
  82. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +0 -1
  83. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +0 -7
  84. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +0 -1
  85. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +0 -4977
  86. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +0 -1
  87. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +0 -7
  88. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +0 -1
  89. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js +0 -5026
  90. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +0 -1
  91. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +0 -7
  92. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +0 -1
  93. package/wwwroot/lib/jquery/LICENSE.txt +0 -21
  94. package/wwwroot/lib/jquery/dist/jquery.js +0 -10881
  95. package/wwwroot/lib/jquery/dist/jquery.min.js +0 -2
  96. package/wwwroot/lib/jquery/dist/jquery.min.map +0 -1
  97. package/wwwroot/lib/jquery-validation/LICENSE.md +0 -22
  98. package/wwwroot/lib/jquery-validation/dist/additional-methods.js +0 -1158
  99. package/wwwroot/lib/jquery-validation/dist/additional-methods.min.js +0 -4
  100. package/wwwroot/lib/jquery-validation/dist/jquery.validate.js +0 -1601
  101. package/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js +0 -4
  102. package/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt +0 -23
  103. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js +0 -435
  104. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js +0 -8
@@ -1,427 +0,0 @@
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-left: 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-left: 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 /* rtl:ignore */;
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: left;
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: left;
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: left;
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
- /* rtl:raw:
382
- [type="tel"],
383
- [type="url"],
384
- [type="email"],
385
- [type="number"] {
386
- direction: ltr;
387
- }
388
- */
389
- ::-webkit-search-decoration {
390
- -webkit-appearance: none;
391
- }
392
-
393
- ::-webkit-color-swatch-wrapper {
394
- padding: 0;
395
- }
396
-
397
- ::file-selector-button {
398
- font: inherit;
399
- }
400
-
401
- ::-webkit-file-upload-button {
402
- font: inherit;
403
- -webkit-appearance: button;
404
- }
405
-
406
- output {
407
- display: inline-block;
408
- }
409
-
410
- iframe {
411
- border: 0;
412
- }
413
-
414
- summary {
415
- display: list-item;
416
- cursor: pointer;
417
- }
418
-
419
- progress {
420
- vertical-align: baseline;
421
- }
422
-
423
- [hidden] {
424
- display: none !important;
425
- }
426
-
427
- /*# sourceMappingURL=bootstrap-reboot.css.map */