@aintela/chat 0.2.18 → 0.2.22
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/{auth-CcTgInbY.js → auth-DbmLacBc.js} +2 -2
- package/dist/{auth-CcTgInbY.js.map → auth-DbmLacBc.js.map} +1 -1
- package/dist/components.js +5868 -5530
- package/dist/components.js.map +1 -1
- package/dist/hooks.js +5 -4
- package/dist/{httpArtifactService-BAR60Gu1.js → httpArtifactService-Dh9LGQ9a.js} +2 -2
- package/dist/{httpArtifactService-BAR60Gu1.js.map → httpArtifactService-Dh9LGQ9a.js.map} +1 -1
- package/dist/index.js +126 -122
- package/dist/{sortable-table-DgQHxWIh.js → promptHighlight-BHSQkdFs.js} +330 -282
- package/dist/promptHighlight-BHSQkdFs.js.map +1 -0
- package/dist/services.js +1 -1
- package/dist/src/components/AiChat/AiChatContext.d.ts +14 -2
- package/dist/src/components/AiChat/AiChatTypes.d.ts +28 -0
- package/dist/src/components/AiChat/ChatPane/AskUserSheet.d.ts +2 -1
- package/dist/src/components/AiChat/ChatPane/GuestIcon.d.ts +19 -0
- package/dist/src/components/AiChat/ChatPane/parts/AskAuthPart.d.ts +8 -0
- package/dist/src/components/AiChat/ChatPane/parts/types.d.ts +6 -1
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/components/v2/PromptDateMarkers.d.ts +15 -0
- package/dist/src/components/v2/PromptV2.d.ts +18 -0
- package/dist/src/components/v2/index.d.ts +2 -0
- package/dist/src/hooks/index.d.ts +2 -0
- package/dist/src/hooks/usePromptAssist.d.ts +58 -0
- package/dist/src/services/httpPromptAssistService.d.ts +58 -0
- package/dist/src/utils/index.d.ts +2 -0
- package/dist/src/utils/promptHighlight.d.ts +16 -0
- package/dist/useContainerWidth-DsNHNR-z.js +187 -0
- package/dist/useContainerWidth-DsNHNR-z.js.map +1 -0
- package/dist/utils.js +34 -32
- package/package.json +1 -1
- package/dist/sortable-table-DgQHxWIh.js.map +0 -1
- package/dist/useContainerWidth-Df2PmSoC.js +0 -52
- package/dist/useContainerWidth-Df2PmSoC.js.map +0 -1
package/dist/hooks.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { u as a, a as t, b as
|
|
2
|
-
import { u
|
|
1
|
+
import { u as a, a as t, b as o, c as r } from "./useContainerWidth-DsNHNR-z.js";
|
|
2
|
+
import { u } from "./useChatSessions-DttlifVk.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
4
|
+
u as useChatSessions,
|
|
5
5
|
a as useContainerRectangle,
|
|
6
6
|
t as useContainerWidth,
|
|
7
|
-
|
|
7
|
+
o as useInterval,
|
|
8
|
+
r as usePromptAssist
|
|
8
9
|
};
|
|
9
10
|
//# sourceMappingURL=hooks.js.map
|
|
@@ -1281,7 +1281,7 @@ const $ = 4001, Pt = 4002, it = 4, kt = 3, _t = 500, Ft = 3e4, Rt = 2, bt = 0.2,
|
|
|
1281
1281
|
let C = 0;
|
|
1282
1282
|
for (this.sessionId = void 0; !this.sessionId && C < 30; )
|
|
1283
1283
|
console.log("Aguardando session Id"), await this.sleep(400), C++;
|
|
1284
|
-
this.sessionId ? (console.log("SUCCESS - GOT SESSION ID", this.sessionId), this.lastKnownSessionId = this.sessionId, e(this.sessionId)) : s("After
|
|
1284
|
+
this.sessionId ? (console.log("SUCCESS - GOT SESSION ID", this.sessionId), this.lastKnownSessionId = this.sessionId, e(this.sessionId)) : s("After 12 seconds no session id was generated");
|
|
1285
1285
|
});
|
|
1286
1286
|
}
|
|
1287
1287
|
/**
|
|
@@ -1799,4 +1799,4 @@ export {
|
|
|
1799
1799
|
ot as a,
|
|
1800
1800
|
Kt as u
|
|
1801
1801
|
};
|
|
1802
|
-
//# sourceMappingURL=httpArtifactService-
|
|
1802
|
+
//# sourceMappingURL=httpArtifactService-Dh9LGQ9a.js.map
|