@blueking/ai-blueking 2.2.3 → 2.2.4-beta.1
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/components/ai-header/index.vue.d.ts.map +1 -1
- package/dist/standalone/index.es.min.js +6 -4
- package/dist/standalone/index.iife.min.js +3 -3
- package/dist/standalone/index.umd.min.js +3 -3
- package/dist/standalone/style.css +1 -1
- package/dist/vue2/index.es.min.js +6 -4
- package/dist/vue2/index.iife.min.js +2 -2
- package/dist/vue2/index.umd.min.js +2 -2
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/index.es.min.js +5 -2
- package/dist/vue3/index.iife.min.js +3 -3
- package/dist/vue3/index.umd.min.js +2 -2
- package/dist/vue3/style.css +1 -1
- package/package.json +3 -3
|
@@ -2794,7 +2794,10 @@ var hn = { class: "left-section" }, gn = { class: "logo" }, _n = ["src"], vn = {
|
|
|
2794
2794
|
}), (t, n) => (C(), o("div", {
|
|
2795
2795
|
ref_key: "headerRef",
|
|
2796
2796
|
ref: g,
|
|
2797
|
-
class: _(["ai-header drag-handle", {
|
|
2797
|
+
class: _(["ai-header drag-handle", {
|
|
2798
|
+
draggable: f.draggable,
|
|
2799
|
+
"is-aside-expanded": !f.asideCollapsed
|
|
2800
|
+
}])
|
|
2798
2801
|
}, [
|
|
2799
2802
|
s("div", hn, [
|
|
2800
2803
|
s("div", gn, [s("img", {
|
|
@@ -2944,7 +2947,7 @@ var hn = { class: "left-section" }, gn = { class: "logo" }, _n = ["src"], vn = {
|
|
|
2944
2947
|
])
|
|
2945
2948
|
], 2));
|
|
2946
2949
|
}
|
|
2947
|
-
}), [["__scopeId", "data-v-
|
|
2950
|
+
}), [["__scopeId", "data-v-03aace06"]]);
|
|
2948
2951
|
//#endregion
|
|
2949
2952
|
//#region src/bootstrap/agent-bootstrap.ts
|
|
2950
2953
|
function Tn(e) {
|