ai-chat-bot-interface 1.7.15 → 1.8.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.
package/dist/index.html DELETED
@@ -1,14 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Chat ui</title>
8
- <script type="module" crossorigin src="/assets/index-BaIE62LR.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-hQxLn2PU.css">
10
- </head>
11
- <body>
12
- <div id="app"></div>
13
- </body>
14
- </html>
@@ -1,21 +0,0 @@
1
- declare namespace _default {
2
- let code: number;
3
- let showType: string;
4
- let storeList: ({
5
- signUrl: string;
6
- area: string;
7
- address: string;
8
- hpName: string;
9
- province: string;
10
- city: string;
11
- } | {
12
- hpName: string;
13
- province: string;
14
- city: string;
15
- area: string;
16
- address: string;
17
- signUrl?: undefined;
18
- })[];
19
- let msg: string;
20
- }
21
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export function previewImg(list: any): void;
@@ -1,2 +0,0 @@
1
- export function get(url: any, options?: {}): Promise<any>;
2
- export function post(url: any, data?: {}, options?: {}): Promise<any>;
@@ -1,6 +0,0 @@
1
- export function useDeviceDetect(): {
2
- isMobile: boolean;
3
- isIOS: boolean;
4
- isAndroid: boolean;
5
- isPC: boolean;
6
- };