cmcts-c-agent-embedding 1.0.61-vib → 1.0.63-vib

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 (49) hide show
  1. package/.env +5 -36
  2. package/.env.example +34 -34
  3. package/.eslintrc.cjs +14 -14
  4. package/.prettierignore +3 -3
  5. package/.prettierrc +8 -8
  6. package/README.md +349 -349
  7. package/base.json +21 -21
  8. package/dist/components/Bot.d.ts.map +1 -1
  9. package/dist/components/bubbles/BotBubble.d.ts +1 -0
  10. package/dist/components/bubbles/BotBubble.d.ts.map +1 -1
  11. package/dist/components/bubbles/SourceBubble.d.ts.map +1 -1
  12. package/dist/components/buttons/CopyMessageButton.d.ts +10 -0
  13. package/dist/components/buttons/CopyMessageButton.d.ts.map +1 -0
  14. package/dist/components/buttons/EditMessageButton.d.ts +8 -0
  15. package/dist/components/buttons/EditMessageButton.d.ts.map +1 -0
  16. package/dist/components/buttons/PopupToast.d.ts +7 -0
  17. package/dist/components/buttons/PopupToast.d.ts.map +1 -0
  18. package/dist/components/dialogs/EditMessageDialog.d.ts +9 -0
  19. package/dist/components/dialogs/EditMessageDialog.d.ts.map +1 -0
  20. package/dist/components/icons/CheckIcon.d.ts +3 -0
  21. package/dist/components/icons/CheckIcon.d.ts.map +1 -0
  22. package/dist/components/icons/CopyIcon.d.ts +5 -0
  23. package/dist/components/icons/CopyIcon.d.ts.map +1 -0
  24. package/dist/components/icons/EditIcon.d.ts +5 -0
  25. package/dist/components/icons/EditIcon.d.ts.map +1 -0
  26. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts +3 -0
  27. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map +1 -1
  28. package/dist/components/inputs/textInput/components/TextInput.d.ts.map +1 -1
  29. package/dist/features/popup/components/Popup.d.ts.map +1 -1
  30. package/dist/web.js +1 -1
  31. package/package.json +79 -79
  32. package/public/index.html +152 -152
  33. package/server.js +401 -401
  34. package/.idea/AugmentWebviewStateStore.xml +0 -10
  35. package/.idea/Flowise-share-chatbox.iml +0 -12
  36. package/.idea/codeStyles/Project.xml +0 -60
  37. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  38. package/.idea/inspectionProfiles/Project_Default.xml +0 -16
  39. package/.idea/modules.xml +0 -8
  40. package/.idea/prettier.xml +0 -6
  41. package/.idea/vcs.xml +0 -6
  42. package/dist/components/icons/CmcIcon.d.ts +0 -3
  43. package/dist/components/icons/CmcIcon.d.ts.map +0 -1
  44. package/dist/components/icons/ResetBtn.d.ts +0 -3
  45. package/dist/components/icons/ResetBtn.d.ts.map +0 -1
  46. package/dist/components/icons/SendIconOff.d.ts +0 -3
  47. package/dist/components/icons/SendIconOff.d.ts.map +0 -1
  48. package/dist/components/icons/SendIconOn.d.ts +0 -3
  49. package/dist/components/icons/SendIconOn.d.ts.map +0 -1
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
@@ -1,60 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <code_scheme name="Project" version="173">
3
- <option name="LINE_SEPARATOR" value="&#10;" />
4
- <HTMLCodeStyleSettings>
5
- <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
6
- </HTMLCodeStyleSettings>
7
- <JSCodeStyleSettings version="0">
8
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
9
- <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
10
- <option name="USE_DOUBLE_QUOTES" value="false" />
11
- <option name="FORCE_QUOTE_STYlE" value="true" />
12
- <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
13
- <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
14
- <option name="SPACES_WITHIN_IMPORTS" value="true" />
15
- </JSCodeStyleSettings>
16
- <TypeScriptCodeStyleSettings version="0">
17
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
18
- <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
19
- <option name="USE_DOUBLE_QUOTES" value="false" />
20
- <option name="FORCE_QUOTE_STYlE" value="true" />
21
- <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
22
- <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
23
- <option name="SPACES_WITHIN_IMPORTS" value="true" />
24
- </TypeScriptCodeStyleSettings>
25
- <VueCodeStyleSettings>
26
- <option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
27
- <option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
28
- </VueCodeStyleSettings>
29
- <codeStyleSettings language="HTML">
30
- <option name="SOFT_MARGINS" value="150" />
31
- <indentOptions>
32
- <option name="INDENT_SIZE" value="2" />
33
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
34
- <option name="TAB_SIZE" value="2" />
35
- </indentOptions>
36
- </codeStyleSettings>
37
- <codeStyleSettings language="JavaScript">
38
- <option name="SOFT_MARGINS" value="150" />
39
- <indentOptions>
40
- <option name="INDENT_SIZE" value="2" />
41
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
42
- <option name="TAB_SIZE" value="2" />
43
- </indentOptions>
44
- </codeStyleSettings>
45
- <codeStyleSettings language="TypeScript">
46
- <option name="SOFT_MARGINS" value="150" />
47
- <indentOptions>
48
- <option name="INDENT_SIZE" value="2" />
49
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
50
- <option name="TAB_SIZE" value="2" />
51
- </indentOptions>
52
- </codeStyleSettings>
53
- <codeStyleSettings language="Vue">
54
- <option name="SOFT_MARGINS" value="150" />
55
- <indentOptions>
56
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
57
- </indentOptions>
58
- </codeStyleSettings>
59
- </code_scheme>
60
- </component>
@@ -1,5 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <state>
3
- <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
- </state>
5
- </component>
@@ -1,16 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
5
- <option name="myValues">
6
- <value>
7
- <list size="1">
8
- <item index="0" class="java.lang.String" itemvalue="className" />
9
- </list>
10
- </value>
11
- </option>
12
- <option name="myCustomValuesEnabled" value="true" />
13
- </inspection_tool>
14
- <inspection_tool class="JSXNamespaceValidation" enabled="false" level="INFORMATION" enabled_by_default="false" />
15
- </profile>
16
- </component>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/Flowise-share-chatbox.iml" filepath="$PROJECT_DIR$/.idea/Flowise-share-chatbox.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PrettierConfiguration">
4
- <option name="myConfigurationMode" value="AUTOMATIC" />
5
- </component>
6
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const CmcIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=CmcIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CmcIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CmcIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const ResetBtn: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=ResetBtn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResetBtn.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ResetBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,QAAQ,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAYlE,CAAC"}
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const SendIconOff: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=SendIconOff.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendIconOff.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIconOff.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,WAAW,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAOrE,CAAC"}
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const SendIconOn: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=SendIconOn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendIconOn.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIconOn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAOpE,CAAC"}