@opentiny/tiny-robot 0.3.0-alpha.30 → 0.3.0-alpha.31
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/index.d.ts +1 -0
- package/dist/mcp-server-picker/index.js +1 -1
- package/dist/sender/index.js +428 -425
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2079,6 +2079,7 @@ export declare interface ContainerSlots {
|
|
|
2079
2079
|
export declare interface ControlState {
|
|
2080
2080
|
tooltips?: string | TooltipRender;
|
|
2081
2081
|
disabled?: boolean;
|
|
2082
|
+
tooltipPlacement?: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end';
|
|
2082
2083
|
}
|
|
2083
2084
|
|
|
2084
2085
|
declare const _default: {
|
|
@@ -171,7 +171,7 @@ const xe = { class: "plugin-card__main" }, Be = ["src"], Ve = { class: "plugin-c
|
|
|
171
171
|
})) : v("", !0)
|
|
172
172
|
], 2));
|
|
173
173
|
}
|
|
174
|
-
}), te = /* @__PURE__ */ z(We, [["__scopeId", "data-v-
|
|
174
|
+
}), te = /* @__PURE__ */ z(We, [["__scopeId", "data-v-89b32345"]]), Xe = {
|
|
175
175
|
key: 0,
|
|
176
176
|
class: "plugin-editor__backdrop"
|
|
177
177
|
}, Ye = { class: "plugin-editor__header" }, Ze = /* @__PURE__ */ q({
|