@vite-plugin-opencode-assistant/shared 1.0.23 → 1.0.24
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/es/constants.d.ts +0 -1
- package/es/constants.js +0 -1
- package/es/types.d.ts +0 -7
- package/lib/constants.d.ts +0 -1
- package/lib/constants.js +0 -1
- package/lib/types.d.ts +0 -7
- package/package.json +1 -1
package/es/constants.d.ts
CHANGED
package/es/constants.js
CHANGED
package/es/types.d.ts
CHANGED
|
@@ -115,8 +115,6 @@ export interface WebOptions {
|
|
|
115
115
|
* 挂件注入配置选项
|
|
116
116
|
*/
|
|
117
117
|
export interface WidgetOptions {
|
|
118
|
-
/** 挂件位置 */
|
|
119
|
-
position: string;
|
|
120
118
|
/** 主题模式 */
|
|
121
119
|
theme: string;
|
|
122
120
|
/** 是否自动打开 */
|
|
@@ -193,10 +191,6 @@ export type ServiceStartupTask = "checking_opencode" | "allocating_port" | "prep
|
|
|
193
191
|
* 服务启动任务状态映射
|
|
194
192
|
*/
|
|
195
193
|
export declare const SERVICE_STARTUP_TASKS: Record<ServiceStartupTask, string>;
|
|
196
|
-
/**
|
|
197
|
-
* 挂件位置选项
|
|
198
|
-
*/
|
|
199
|
-
export type OpenCodeWidgetPosition = "bottom-right" | "bottom-left" | "top-right" | "top-left";
|
|
200
194
|
/**
|
|
201
195
|
* 挂件主题选项
|
|
202
196
|
*/
|
|
@@ -260,7 +254,6 @@ export interface OpenCodeSelectedElementItem {
|
|
|
260
254
|
* 挂件组件 Props
|
|
261
255
|
*/
|
|
262
256
|
export interface OpenCodeWidgetProps {
|
|
263
|
-
position?: OpenCodeWidgetPosition;
|
|
264
257
|
open?: boolean;
|
|
265
258
|
theme?: OpenCodeWidgetTheme;
|
|
266
259
|
title?: string;
|
package/lib/constants.d.ts
CHANGED
package/lib/constants.js
CHANGED
package/lib/types.d.ts
CHANGED
|
@@ -115,8 +115,6 @@ export interface WebOptions {
|
|
|
115
115
|
* 挂件注入配置选项
|
|
116
116
|
*/
|
|
117
117
|
export interface WidgetOptions {
|
|
118
|
-
/** 挂件位置 */
|
|
119
|
-
position: string;
|
|
120
118
|
/** 主题模式 */
|
|
121
119
|
theme: string;
|
|
122
120
|
/** 是否自动打开 */
|
|
@@ -193,10 +191,6 @@ export type ServiceStartupTask = "checking_opencode" | "allocating_port" | "prep
|
|
|
193
191
|
* 服务启动任务状态映射
|
|
194
192
|
*/
|
|
195
193
|
export declare const SERVICE_STARTUP_TASKS: Record<ServiceStartupTask, string>;
|
|
196
|
-
/**
|
|
197
|
-
* 挂件位置选项
|
|
198
|
-
*/
|
|
199
|
-
export type OpenCodeWidgetPosition = "bottom-right" | "bottom-left" | "top-right" | "top-left";
|
|
200
194
|
/**
|
|
201
195
|
* 挂件主题选项
|
|
202
196
|
*/
|
|
@@ -260,7 +254,6 @@ export interface OpenCodeSelectedElementItem {
|
|
|
260
254
|
* 挂件组件 Props
|
|
261
255
|
*/
|
|
262
256
|
export interface OpenCodeWidgetProps {
|
|
263
|
-
position?: OpenCodeWidgetPosition;
|
|
264
257
|
open?: boolean;
|
|
265
258
|
theme?: OpenCodeWidgetTheme;
|
|
266
259
|
title?: string;
|