@pagelines/sdk 1.0.359 → 1.0.360
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/{AgentProvider.vue_vue_type_script_setup_true_lang-DKRtWknA.js → AgentProvider.vue_vue_type_script_setup_true_lang-5V_TRBPP.js} +2 -2
- package/dist/{AgentProvider.vue_vue_type_script_setup_true_lang-DKRtWknA.js.map → AgentProvider.vue_vue_type_script_setup_true_lang-5V_TRBPP.js.map} +1 -1
- package/dist/{AgentWidgetInline-BuW3tR6N.js → AgentWidgetInline-DOoug3lh.js} +3 -3
- package/dist/{AgentWidgetInline-BuW3tR6N.js.map → AgentWidgetInline-DOoug3lh.js.map} +1 -1
- package/dist/{AgentWidgetModal-Bx9XzVTw.js → AgentWidgetModal-C-dDlu8w.js} +3 -3
- package/dist/{AgentWidgetModal-Bx9XzVTw.js.map → AgentWidgetModal-C-dDlu8w.js.map} +1 -1
- package/dist/{AgentWrap.vue_vue_type_script_setup_true_lang-CZiiYRYE.js → AgentWrap.vue_vue_type_script_setup_true_lang-CHgCPDEe.js} +101 -98
- package/dist/{AgentWrap.vue_vue_type_script_setup_true_lang-CZiiYRYE.js.map → AgentWrap.vue_vue_type_script_setup_true_lang-CHgCPDEe.js.map} +1 -1
- package/dist/agent.js +4 -4
- package/dist/{index-CN6PhEbU.js → index-C9cSPVgs.js} +39 -39
- package/dist/{index-CN6PhEbU.js.map → index-C9cSPVgs.js.map} +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var A = Object.defineProperty;
|
|
2
2
|
var c = (e, r) => A(e, "name", { value: r, configurable: !0 });
|
|
3
|
-
import { _ as C, a as M } from "./AgentProvider.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { A as K } from "./AgentProvider.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { _ as C, a as M } from "./AgentProvider.vue_vue_type_script_setup_true_lang-5V_TRBPP.js";
|
|
4
|
+
import { A as K } from "./AgentProvider.vue_vue_type_script_setup_true_lang-5V_TRBPP.js";
|
|
5
5
|
import { defineComponent as x, openBlock as l, createBlock as g, withCtx as b, createElementVNode as o, createVNode as $, ref as h, watch as z, nextTick as E, createElementBlock as f, normalizeClass as p, normalizeStyle as N, createCommentVNode as u } from "vue";
|
|
6
6
|
import { _ as B } from "./FModal.vue_vue_type_script_setup_true_lang-DI6cyWhd.js";
|
|
7
|
-
import { _ } from "./AgentWrap.vue_vue_type_script_setup_true_lang-
|
|
8
|
-
import { A as Q, A as R, a as X } from "./AgentWrap.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { _ } from "./AgentWrap.vue_vue_type_script_setup_true_lang-CHgCPDEe.js";
|
|
8
|
+
import { A as Q, A as R, a as X } from "./AgentWrap.vue_vue_type_script_setup_true_lang-CHgCPDEe.js";
|
|
9
9
|
import { Agent as Z } from "@pagelines/core";
|
|
10
10
|
const T = { class: "relative w-full h-[80vh] md:h-[600px]" }, F = /* @__PURE__ */ x({
|
|
11
11
|
name: "AgentModal",
|