@opentiny/genui-sdk-vue 1.2.0-alpha.1 → 1.2.0-alpha.2
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/{SchemaCardRenderer-DzR7P9dr.js → SchemaCardRenderer-CdV5OdhD.js} +480 -469
- package/dist/chat.js +1 -1
- package/dist/{chat.types-B-ImpWnq.js → chat.types-Bz1iNdhu.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/renderer.js +1 -1
- package/dist/transform-jsx.js +2347 -2369
- package/package.json +1 -1
package/dist/chat.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as e, E as t, G as E, I as r, M as n, T as o, e as I, s as G, b as T, t as u, u as N, a as i } from "./chat.types-
|
|
1
|
+
import { D as e, E as t, G as E, I as r, M as n, T as o, e as I, s as G, b as T, t as u, u as N, a as i } from "./chat.types-Bz1iNdhu.js";
|
|
2
2
|
import { C as M, b as U, G as _, a as g, c, u as l } from "./injection-tokens-D8CFCpjy.js";
|
|
3
3
|
export {
|
|
4
4
|
M as CUSTOM_CONTEXT,
|
|
@@ -6,7 +6,7 @@ import { BaseModelProvider as vt, STATUS as H, GeneratingStatus as oe, AIClient
|
|
|
6
6
|
import { IconFileRemove as _t, IconArrowDown as ye, IconLoading as wt, IconPlugin as ke, IconError as Ct, IconCancelled as bt, IconUser as Mt, IconAi as St } from "@opentiny/tiny-robot-svgs";
|
|
7
7
|
import { TinyNotify as xe, TinyPopover as Rt } from "@opentiny/vue";
|
|
8
8
|
import { u as $, _ as ee, b as kt, C as xt } from "./injection-tokens-D8CFCpjy.js";
|
|
9
|
-
import { a as Ee,
|
|
9
|
+
import { a as Ee, y as Te, G as Et, c as Tt } from "./SchemaCardRenderer-CdV5OdhD.js";
|
|
10
10
|
import { iconChevronRight as It, iconOperationfaild as Ft } from "@opentiny/vue-icon";
|
|
11
11
|
import { v4 as At } from "uuid";
|
|
12
12
|
const Dt = (t) => t.map((s) => ({
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as s, E as r, G as t, I as E, M as o, T as n, e as i, s as u, b as G, t as I, u as T, a as C } from "./chat.types-
|
|
1
|
+
import { D as s, E as r, G as t, I as E, M as o, T as n, e as i, s as u, b as G, t as I, u as T, a as C } from "./chat.types-Bz1iNdhu.js";
|
|
2
2
|
import { C as d, b as m, G as R, a as _, c as l, u as M } from "./injection-tokens-D8CFCpjy.js";
|
|
3
|
-
import { G as g, J as p, r as U } from "./SchemaCardRenderer-
|
|
3
|
+
import { G as g, J as p, r as U } from "./SchemaCardRenderer-CdV5OdhD.js";
|
|
4
4
|
import { C as f, u as x } from "./ConfigProvider-BaJsiFgd.js";
|
|
5
5
|
export {
|
|
6
6
|
d as CUSTOM_CONTEXT,
|
package/dist/renderer.js
CHANGED