@pagelines/sdk 1.0.636 → 1.0.638
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/README.md +1 -1
- package/dist/AgentProvider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js +9 -8
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/agent/AgentController.d.ts +1 -1
- package/dist/agent/index.d.ts +2 -1
- package/dist/agent/test/ElAgentChatPreview.client.test.d.ts +1 -0
- package/dist/agent/ui/ElAgentChatPreview.vue.d.ts +10 -0
- package/dist/agent.js +98 -69
- package/dist/agent.js.map +1 -1
- package/dist/clients/AgentClient.d.ts +1 -1
- package/dist/contract/test/conversation-wire-shapes.unit.test.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/sdkClient.js +1 -1
- package/dist/sdkClient.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -537,6 +537,6 @@ Proprietary - PageLines
|
|
|
537
537
|
|
|
538
538
|
## Support
|
|
539
539
|
|
|
540
|
-
Internal developers: See `plans/architecture/sdk.md` for complete architecture documentation.
|
|
540
|
+
Internal developers: See `plans/architecture/architecture-sdk.md` for complete architecture documentation.
|
|
541
541
|
|
|
542
542
|
External users: Contact hello@pagelines.com
|
|
@@ -2,7 +2,7 @@ var xt = Object.defineProperty;
|
|
|
2
2
|
var o = (e, a) => xt(e, "name", { value: a, configurable: !0 });
|
|
3
3
|
import { defineComponent as q, openBlock as m, createBlock as N, TransitionGroup as Qe, withCtx as F, renderSlot as me, ref as J, computed as A, watch as ze, createElementBlock as x, createElementVNode as b, toDisplayString as P, createCommentVNode as S, createVNode as T, withKeys as pt, createTextVNode as ge, resolveDynamicComponent as vt, normalizeClass as $, Fragment as Z, renderList as Se, unref as R, onMounted as Xe, Transition as Pe, withModifiers as Ae, normalizeStyle as Je, shallowRef as kt, onUnmounted as yt, mergeProps as wt } from "vue";
|
|
4
4
|
import { S as ae } from "./socialPlatforms.js";
|
|
5
|
-
import {
|
|
5
|
+
import { c as Ct, e as zt, d as Ze, f as _e, h as et, i as Le, p as At, g as ye, b as we, A as $t, _ as St } from "./AgentWrap.vue_vue_type_script_setup_true_lang.js";
|
|
6
6
|
import { getColorSchemeOklch as Mt } from "@pagelines/core";
|
|
7
7
|
const tt = [
|
|
8
8
|
{
|
|
@@ -2898,7 +2898,7 @@ const Ii = ["data-visual-type", "data-chart-type", "data-diagram-type", "aria-la
|
|
|
2898
2898
|
}
|
|
2899
2899
|
u(c, "onRichTextAssetError");
|
|
2900
2900
|
function _(b) {
|
|
2901
|
-
const y = [], O = /```pl-visual[ \t]*\r?\n([\s\S]*?)```/g;
|
|
2901
|
+
const y = [], O = /```(?:pl-visual|pl-platform-visual)[ \t]*\r?\n([\s\S]*?)```/g;
|
|
2902
2902
|
let R = 0, K = 0, Z = O.exec(b);
|
|
2903
2903
|
for (; Z !== null; ) {
|
|
2904
2904
|
const F = b.slice(R, Z.index), W = s(F);
|
|
@@ -3750,14 +3750,15 @@ const Ii = ["data-visual-type", "data-chart-type", "data-diagram-type", "aria-la
|
|
|
3750
3750
|
export {
|
|
3751
3751
|
Wn as A,
|
|
3752
3752
|
el as _,
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3753
|
+
Bt as a,
|
|
3754
|
+
Jr as b,
|
|
3755
|
+
Xr as c,
|
|
3756
|
+
Zr as d,
|
|
3757
|
+
Qr as e,
|
|
3758
|
+
Gn as f,
|
|
3759
3759
|
Yr as g,
|
|
3760
|
-
|
|
3760
|
+
ha as h,
|
|
3761
|
+
Vn as i,
|
|
3761
3762
|
Kr as p
|
|
3762
3763
|
};
|
|
3763
3764
|
//# sourceMappingURL=AgentWrap.vue_vue_type_script_setup_true_lang.js.map
|