@clikvn/agent-widget-embedded 1.0.8-dev → 1.0.10-dev

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 (40) hide show
  1. package/.idea/clik-ai-chatbot-embedded.iml +9 -0
  2. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  3. package/.idea/inspectionProfiles/Project_Default.xml +36 -0
  4. package/.idea/jsLinters/eslint.xml +7 -0
  5. package/.idea/misc.xml +9 -0
  6. package/.idea/modules.xml +8 -0
  7. package/.idea/prettier.xml +8 -0
  8. package/.idea/vcs.xml +6 -0
  9. package/dist/components/Agent/index.d.ts.map +1 -1
  10. package/dist/components/Chat/AudioPlayerSimple.d.ts +9 -0
  11. package/dist/components/Chat/AudioPlayerSimple.d.ts.map +1 -0
  12. package/dist/components/Chat/Icons.d.ts +10 -1
  13. package/dist/components/Chat/Icons.d.ts.map +1 -1
  14. package/dist/components/Chat/MultimodalInputSimple.d.ts +22 -0
  15. package/dist/components/Chat/MultimodalInputSimple.d.ts.map +1 -0
  16. package/dist/components/Chat/Sidebar.d.ts +8 -0
  17. package/dist/components/Chat/Sidebar.d.ts.map +1 -0
  18. package/dist/components/Chat/Simplified/AudioPlayerSimplified.d.ts +9 -0
  19. package/dist/components/Chat/Simplified/AudioPlayerSimplified.d.ts.map +1 -0
  20. package/dist/components/Chat/Simplified/MultimodalInputSimplified.d.ts +22 -0
  21. package/dist/components/Chat/Simplified/MultimodalInputSimplified.d.ts.map +1 -0
  22. package/dist/components/Chat/Simplified/index.d.ts +10 -0
  23. package/dist/components/Chat/Simplified/index.d.ts.map +1 -0
  24. package/dist/features/AgentWidget/index.d.ts +4 -0
  25. package/dist/features/AgentWidget/index.d.ts.map +1 -1
  26. package/dist/hooks/useConfiguration.d.ts +4 -0
  27. package/dist/hooks/useConfiguration.d.ts.map +1 -1
  28. package/dist/index.html +28 -98
  29. package/dist/models.d.ts +1 -1
  30. package/dist/models.d.ts.map +1 -1
  31. package/dist/register.d.ts +10 -0
  32. package/dist/register.d.ts.map +1 -1
  33. package/dist/serve.json +11 -0
  34. package/dist/web.css +3680 -0
  35. package/dist/web.d.ts +2 -2
  36. package/dist/web.d.ts.map +1 -1
  37. package/dist/web.js +1 -1
  38. package/dist/window.d.ts +2 -2
  39. package/dist/window.d.ts.map +1 -1
  40. package/package.json +1 -1
package/dist/window.d.ts CHANGED
@@ -7,12 +7,12 @@ type AgentWidget = {
7
7
  initWidget: typeof initWidget;
8
8
  destroy: typeof destroy;
9
9
  };
10
- export declare const parseAgentVoice: () => {
10
+ export declare const parseChatbotAgent: () => {
11
11
  initWidget: (props: AgentWidgetType & {
12
12
  id?: string;
13
13
  }) => void;
14
14
  destroy: () => void;
15
15
  };
16
- export declare const injectAgentVoiceInWindow: (agent: AgentWidget) => void;
16
+ export declare const injectChatbotAgentInWindow: (agent: AgentWidget) => void;
17
17
  export {};
18
18
  //# sourceMappingURL=window.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"window.d.ts","sourceRoot":"","sources":["../src/window.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,YAAY,CAAC;AAIpE,eAAO,MAAM,UAAU,UAAW,eAAe,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,SAYlE,CAAC;AAEF,eAAO,MAAM,OAAO,YAEnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;CACzB,CAAC;AAQF,eAAO,MAAM,eAAe;wBA7BM,eAAe,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,CAAA;KAAE;;CAgCjE,CAAC;AAEH,eAAO,MAAM,wBAAwB,UAAW,WAAW,SAG1D,CAAC"}
1
+ {"version":3,"file":"window.d.ts","sourceRoot":"","sources":["../src/window.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,YAAY,CAAC;AAIpE,eAAO,MAAM,UAAU,UAAW,eAAe,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,SAYlE,CAAC;AAEF,eAAO,MAAM,OAAO,YAEnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;CACzB,CAAC;AAQF,eAAO,MAAM,iBAAiB;wBA7BI,eAAe,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,CAAA;KAAE;;CAgCjE,CAAC;AAEH,eAAO,MAAM,0BAA0B,UAAW,WAAW,SAG5D,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clikvn/agent-widget-embedded",
3
3
  "description": "This is agent widget",
4
- "version": "1.0.8-dev",
4
+ "version": "1.0.10-dev",
5
5
  "author": "Clik JSC",
6
6
  "license": "ISC",
7
7
  "type": "module",