@gui-chat-plugin/canvas 0.3.1 → 0.3.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/vue.js +1 -1
- package/package.json +1 -1
package/dist/vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { pluginCore as E } from "./core.js";
|
|
2
2
|
import { SYSTEM_PROMPT as ce, TOOL_DEFINITION as de, TOOL_NAME as ue, executeOpenCanvas as ve } from "./core.js";
|
|
3
|
-
import { defineComponent as R, ref as o, watch as p, onMounted as F, nextTick as $, onUnmounted as O,
|
|
3
|
+
import { defineComponent as R, ref as o, watch as p, onMounted as F, nextTick as $, onUnmounted as O, openBlock as u, createElementBlock as m, createElementVNode as a, Fragment as j, renderList as W, normalizeClass as C, normalizeStyle as L, withDirectives as N, vModelText as U, createBlock as V, unref as z } from "vue";
|
|
4
4
|
import B from "vue-drawing-canvas";
|
|
5
5
|
const H = { class: "w-full h-full flex flex-col bg-white" }, I = { class: "flex-shrink-0 p-4 border-b bg-gray-50" }, P = { class: "flex items-center justify-between gap-4" }, A = { class: "flex items-center gap-4" }, K = { class: "flex items-center gap-2" }, Y = { class: "flex gap-1" }, q = ["onClick"], G = { class: "flex items-center gap-2" }, J = { class: "flex-1 p-4 overflow-hidden" }, Q = /* @__PURE__ */ R({
|
|
6
6
|
__name: "View",
|