mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
Remove unused TypeScript declaration files for task, token, and user components in the Crawlab UI, streamlining the codebase and improving maintainability.
This commit is contained in:
1
frontend/crawlab-ui/typings/App.vue.d.ts
vendored
1
frontend/crawlab-ui/typings/App.vue.d.ts
vendored
@@ -1 +0,0 @@
|
|||||||
export * from './index';
|
|
||||||
1
frontend/crawlab-ui/typings/admin/baidu.d.ts
vendored
1
frontend/crawlab-ui/typings/admin/baidu.d.ts
vendored
@@ -1 +0,0 @@
|
|||||||
export declare const initBaiduTonji: () => void;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
export declare const initClarity: () => void;
|
|
||||||
1
frontend/crawlab-ui/typings/admin/umeng.d.ts
vendored
1
frontend/crawlab-ui/typings/admin/umeng.d.ts
vendored
@@ -1 +0,0 @@
|
|||||||
export declare const getEventParamsWrapped: (eventParams?: TrackEventParams) => TrackEventParamsWrapped;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiPgogICAgICAgIDxjaXJjbGUgY3g9IjE1MCIgY3k9IjE1MCIgcj0iMTMwIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjQwIiBzdHJva2U9IiM0MDllZmYiPgogICAgICAgIDwvY2lyY2xlPgogICAgICAgIDxjaXJjbGUgY3g9IjE1MCIgY3k9IjE1MCIgcj0iMTEwIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgPGNpcmNsZSBjeD0iMTUwIiBjeT0iMTUwIiByPSI3MCIgZmlsbD0iIzQwOWVmZiI+CiAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgPHBhdGggZD0iCiAgICAgICAgICAgIE0gMTUwLDE1MAogICAgICAgICAgICBMIDI4MCwyMjUKICAgICAgICAgICAgQSAxNTAsMTUwIDkwIDAgMCAyODAsNzUKICAgICAgICAgICAgIiBmaWxsPSIjNDA5ZWZmIj4KICAgICAgICA8L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPgo=";
|
|
||||||
export default _default;
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
visible: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
close: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClose?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
loading?: boolean;
|
|
||||||
modelValue?: LLMProvider;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
validate: () => Promise<void>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"update:modelValue": (value: LLMProvider) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onUpdate:modelValue"?: ((value: LLMProvider) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,425 +0,0 @@
|
|||||||
declare const useAssistantConsole: () => {
|
|
||||||
messageListRef: import("vue").Ref<{
|
|
||||||
scrollToBottom: () => Promise<void>;
|
|
||||||
} | null, {
|
|
||||||
scrollToBottom: () => Promise<void>;
|
|
||||||
} | {
|
|
||||||
scrollToBottom: () => Promise<void>;
|
|
||||||
} | null>;
|
|
||||||
chatInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
||||||
isLoading?: boolean;
|
|
||||||
providers?: LLMProvider[];
|
|
||||||
selectedProviderModel?: LLMProviderModel;
|
|
||||||
}> & Readonly<{
|
|
||||||
onCancel?: (() => any) | undefined;
|
|
||||||
onSend?: ((message: string) => any) | undefined;
|
|
||||||
"onModel-change"?: ((value: LLMProviderModel) => any) | undefined;
|
|
||||||
"onAdd-model"?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
focus: () => void;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
cancel: () => any;
|
|
||||||
send: (message: string) => any;
|
|
||||||
"model-change": (value: LLMProviderModel) => any;
|
|
||||||
"add-model": () => any;
|
|
||||||
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
||||||
P: {};
|
|
||||||
B: {};
|
|
||||||
D: {};
|
|
||||||
C: {};
|
|
||||||
M: {};
|
|
||||||
Defaults: {};
|
|
||||||
}, Readonly<{
|
|
||||||
isLoading?: boolean;
|
|
||||||
providers?: LLMProvider[];
|
|
||||||
selectedProviderModel?: LLMProviderModel;
|
|
||||||
}> & Readonly<{
|
|
||||||
onCancel?: (() => any) | undefined;
|
|
||||||
onSend?: ((message: string) => any) | undefined;
|
|
||||||
"onModel-change"?: ((value: LLMProviderModel) => any) | undefined;
|
|
||||||
"onAdd-model"?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
focus: () => void;
|
|
||||||
}, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
||||||
isLoading?: boolean;
|
|
||||||
providers?: LLMProvider[];
|
|
||||||
selectedProviderModel?: LLMProviderModel;
|
|
||||||
}> & Readonly<{
|
|
||||||
onCancel?: (() => any) | undefined;
|
|
||||||
onSend?: ((message: string) => any) | undefined;
|
|
||||||
"onModel-change"?: ((value: LLMProviderModel) => any) | undefined;
|
|
||||||
"onAdd-model"?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
focus: () => void;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
cancel: () => any;
|
|
||||||
send: (message: string) => any;
|
|
||||||
"model-change": (value: LLMProviderModel) => any;
|
|
||||||
"add-model": () => any;
|
|
||||||
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
||||||
P: {};
|
|
||||||
B: {};
|
|
||||||
D: {};
|
|
||||||
C: {};
|
|
||||||
M: {};
|
|
||||||
Defaults: {};
|
|
||||||
}, Readonly<{
|
|
||||||
isLoading?: boolean;
|
|
||||||
providers?: LLMProvider[];
|
|
||||||
selectedProviderModel?: LLMProviderModel;
|
|
||||||
}> & Readonly<{
|
|
||||||
onCancel?: (() => any) | undefined;
|
|
||||||
onSend?: ((message: string) => any) | undefined;
|
|
||||||
"onModel-change"?: ((value: LLMProviderModel) => any) | undefined;
|
|
||||||
"onAdd-model"?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
focus: () => void;
|
|
||||||
}, {}, {}, {}, {}> | null>;
|
|
||||||
currentConversation: import("vue").Ref<{
|
|
||||||
[x: string]: any;
|
|
||||||
title?: string | undefined;
|
|
||||||
description?: string | undefined;
|
|
||||||
user_id?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
status?: ChatConversationStatus | undefined;
|
|
||||||
last_message_at?: string | undefined;
|
|
||||||
settings?: Record<string, any> | undefined;
|
|
||||||
tags?: string[] | undefined;
|
|
||||||
messages?: {
|
|
||||||
[x: string]: any;
|
|
||||||
conversation_id: string;
|
|
||||||
role: ChatMessageRole;
|
|
||||||
content?: string | undefined;
|
|
||||||
content_ids?: string[] | undefined;
|
|
||||||
contents?: {
|
|
||||||
[x: string]: any;
|
|
||||||
message_id?: string | undefined;
|
|
||||||
key?: string | undefined;
|
|
||||||
parameters?: Record<string, any> | undefined;
|
|
||||||
content?: string | undefined;
|
|
||||||
type: ChatMessageContentType;
|
|
||||||
action?: string | undefined;
|
|
||||||
action_target?: string | undefined;
|
|
||||||
action_status?: ChatMessageActionStatus | undefined;
|
|
||||||
hidden?: boolean | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
tokens?: number | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
metadata?: Record<string, any> | undefined;
|
|
||||||
status: ChatMessageStatus;
|
|
||||||
error?: string | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
timestamp?: Date | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
} | null, ChatConversation | {
|
|
||||||
[x: string]: any;
|
|
||||||
title?: string | undefined;
|
|
||||||
description?: string | undefined;
|
|
||||||
user_id?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
status?: ChatConversationStatus | undefined;
|
|
||||||
last_message_at?: string | undefined;
|
|
||||||
settings?: Record<string, any> | undefined;
|
|
||||||
tags?: string[] | undefined;
|
|
||||||
messages?: {
|
|
||||||
[x: string]: any;
|
|
||||||
conversation_id: string;
|
|
||||||
role: ChatMessageRole;
|
|
||||||
content?: string | undefined;
|
|
||||||
content_ids?: string[] | undefined;
|
|
||||||
contents?: {
|
|
||||||
[x: string]: any;
|
|
||||||
message_id?: string | undefined;
|
|
||||||
key?: string | undefined;
|
|
||||||
parameters?: Record<string, any> | undefined;
|
|
||||||
content?: string | undefined;
|
|
||||||
type: ChatMessageContentType;
|
|
||||||
action?: string | undefined;
|
|
||||||
action_target?: string | undefined;
|
|
||||||
action_status?: ChatMessageActionStatus | undefined;
|
|
||||||
hidden?: boolean | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
tokens?: number | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
metadata?: Record<string, any> | undefined;
|
|
||||||
status: ChatMessageStatus;
|
|
||||||
error?: string | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
timestamp?: Date | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
} | null>;
|
|
||||||
currentConversationId: import("vue").Ref<string, string>;
|
|
||||||
conversations: import("vue").Ref<{
|
|
||||||
[x: string]: any;
|
|
||||||
title?: string | undefined;
|
|
||||||
description?: string | undefined;
|
|
||||||
user_id?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
status?: ChatConversationStatus | undefined;
|
|
||||||
last_message_at?: string | undefined;
|
|
||||||
settings?: Record<string, any> | undefined;
|
|
||||||
tags?: string[] | undefined;
|
|
||||||
messages?: {
|
|
||||||
[x: string]: any;
|
|
||||||
conversation_id: string;
|
|
||||||
role: ChatMessageRole;
|
|
||||||
content?: string | undefined;
|
|
||||||
content_ids?: string[] | undefined;
|
|
||||||
contents?: {
|
|
||||||
[x: string]: any;
|
|
||||||
message_id?: string | undefined;
|
|
||||||
key?: string | undefined;
|
|
||||||
parameters?: Record<string, any> | undefined;
|
|
||||||
content?: string | undefined;
|
|
||||||
type: ChatMessageContentType;
|
|
||||||
action?: string | undefined;
|
|
||||||
action_target?: string | undefined;
|
|
||||||
action_status?: ChatMessageActionStatus | undefined;
|
|
||||||
hidden?: boolean | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
tokens?: number | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
metadata?: Record<string, any> | undefined;
|
|
||||||
status: ChatMessageStatus;
|
|
||||||
error?: string | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
timestamp?: Date | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
}[], ChatConversation[] | {
|
|
||||||
[x: string]: any;
|
|
||||||
title?: string | undefined;
|
|
||||||
description?: string | undefined;
|
|
||||||
user_id?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
status?: ChatConversationStatus | undefined;
|
|
||||||
last_message_at?: string | undefined;
|
|
||||||
settings?: Record<string, any> | undefined;
|
|
||||||
tags?: string[] | undefined;
|
|
||||||
messages?: {
|
|
||||||
[x: string]: any;
|
|
||||||
conversation_id: string;
|
|
||||||
role: ChatMessageRole;
|
|
||||||
content?: string | undefined;
|
|
||||||
content_ids?: string[] | undefined;
|
|
||||||
contents?: {
|
|
||||||
[x: string]: any;
|
|
||||||
message_id?: string | undefined;
|
|
||||||
key?: string | undefined;
|
|
||||||
parameters?: Record<string, any> | undefined;
|
|
||||||
content?: string | undefined;
|
|
||||||
type: ChatMessageContentType;
|
|
||||||
action?: string | undefined;
|
|
||||||
action_target?: string | undefined;
|
|
||||||
action_status?: ChatMessageActionStatus | undefined;
|
|
||||||
hidden?: boolean | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
tokens?: number | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
metadata?: Record<string, any> | undefined;
|
|
||||||
status: ChatMessageStatus;
|
|
||||||
error?: string | undefined;
|
|
||||||
usage?: {
|
|
||||||
prompt_tokens?: number | undefined;
|
|
||||||
completion_tokens?: number | undefined;
|
|
||||||
total_tokens?: number | undefined;
|
|
||||||
} | undefined;
|
|
||||||
timestamp?: Date | undefined;
|
|
||||||
isStreaming?: boolean | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[] | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
}[]>;
|
|
||||||
chatHistory: import("vue").Reactive<ChatMessage[]>;
|
|
||||||
isGenerating: import("vue").Ref<boolean, boolean>;
|
|
||||||
streamError: import("vue").Ref<string, string>;
|
|
||||||
isLoadingConversations: import("vue").Ref<boolean, boolean>;
|
|
||||||
isLoadingMessages: import("vue").Ref<boolean, boolean>;
|
|
||||||
historyDialogVisible: import("vue").Ref<boolean, boolean>;
|
|
||||||
configDialogVisible: import("vue").Ref<boolean, boolean>;
|
|
||||||
abortController: import("vue").Ref<{
|
|
||||||
readonly signal: {
|
|
||||||
readonly aborted: boolean;
|
|
||||||
onabort: ((this: AbortSignal, ev: Event) => any) | null;
|
|
||||||
readonly reason: any;
|
|
||||||
throwIfAborted: {
|
|
||||||
(): void;
|
|
||||||
(): void;
|
|
||||||
};
|
|
||||||
addEventListener: {
|
|
||||||
<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
||||||
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
||||||
};
|
|
||||||
removeEventListener: {
|
|
||||||
<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
||||||
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
||||||
};
|
|
||||||
dispatchEvent: (event: Event) => boolean;
|
|
||||||
};
|
|
||||||
abort: {
|
|
||||||
(reason?: any): void;
|
|
||||||
(reason?: any): void;
|
|
||||||
};
|
|
||||||
} | null, AbortController | {
|
|
||||||
readonly signal: {
|
|
||||||
readonly aborted: boolean;
|
|
||||||
onabort: ((this: AbortSignal, ev: Event) => any) | null;
|
|
||||||
readonly reason: any;
|
|
||||||
throwIfAborted: {
|
|
||||||
(): void;
|
|
||||||
(): void;
|
|
||||||
};
|
|
||||||
addEventListener: {
|
|
||||||
<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
||||||
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
||||||
};
|
|
||||||
removeEventListener: {
|
|
||||||
<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
||||||
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
||||||
};
|
|
||||||
dispatchEvent: (event: Event) => boolean;
|
|
||||||
};
|
|
||||||
abort: {
|
|
||||||
(reason?: any): void;
|
|
||||||
(reason?: any): void;
|
|
||||||
};
|
|
||||||
} | null>;
|
|
||||||
availableProviders: import("vue").Ref<{
|
|
||||||
[x: string]: any;
|
|
||||||
type?: LLMProviderType | undefined;
|
|
||||||
name?: string | undefined;
|
|
||||||
api_key?: string | undefined;
|
|
||||||
api_base_url?: string | undefined;
|
|
||||||
api_version?: string | undefined;
|
|
||||||
models?: string[] | undefined;
|
|
||||||
default_model?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[], LLMProvider[] | {
|
|
||||||
[x: string]: any;
|
|
||||||
type?: LLMProviderType | undefined;
|
|
||||||
name?: string | undefined;
|
|
||||||
api_key?: string | undefined;
|
|
||||||
api_base_url?: string | undefined;
|
|
||||||
api_version?: string | undefined;
|
|
||||||
models?: string[] | undefined;
|
|
||||||
default_model?: string | undefined;
|
|
||||||
_id?: string | undefined;
|
|
||||||
created_at?: string | undefined;
|
|
||||||
created_by?: string | undefined;
|
|
||||||
updated_at?: string | undefined;
|
|
||||||
}[]>;
|
|
||||||
chatbotConfig: import("vue").Ref<{
|
|
||||||
providerId?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
systemPrompt?: string | undefined;
|
|
||||||
temperature?: number | undefined;
|
|
||||||
maxTokens?: number | undefined;
|
|
||||||
}, ChatbotConfig | {
|
|
||||||
providerId?: string | undefined;
|
|
||||||
model?: string | undefined;
|
|
||||||
systemPrompt?: string | undefined;
|
|
||||||
temperature?: number | undefined;
|
|
||||||
maxTokens?: number | undefined;
|
|
||||||
}>;
|
|
||||||
currentConversationTitle: import("vue").ComputedRef<string>;
|
|
||||||
loadConversations: () => Promise<void>;
|
|
||||||
loadConversationMessages: import("lodash").DebouncedFunc<(conversationId: string) => Promise<void>>;
|
|
||||||
loadCurrentConversation: import("lodash").DebouncedFunc<(conversationId: string) => Promise<void>>;
|
|
||||||
loadLLMProviders: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
||||||
loadChatbotConfig: () => void;
|
|
||||||
saveChatbotConfig: (config: ChatbotConfig) => void;
|
|
||||||
resetChatbotConfig: () => void;
|
|
||||||
selectConversation: (conversationId: string) => Promise<void>;
|
|
||||||
createNewConversation: () => void;
|
|
||||||
sendStreamingRequest: (message: string, responseIndex: number, onMessageUpdate: (index: number) => void) => Promise<void>;
|
|
||||||
extractErrorMessage: (errorData: string) => string;
|
|
||||||
initializeConversation: () => Promise<void>;
|
|
||||||
};
|
|
||||||
export default useAssistantConsole;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
item: AutoProbeNavItem;
|
|
||||||
activeId?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"row-click": (id: string) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onRow-click"?: ((id: string) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
activeNavItemId?: string;
|
|
||||||
treeItems?: AutoProbeNavItem[];
|
|
||||||
defaultExpandedKeys?: string[];
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
getNode: (id: string) => AutoProbeNavItem | undefined;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"node-select": (item: AutoProbeNavItem<any>) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onNode-select"?: ((item: AutoProbeNavItem<any>) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
autoprobe: AutoProbe;
|
|
||||||
clickable?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
data?: PageData | PageData[];
|
|
||||||
fields?: AutoProbeNavItem[];
|
|
||||||
activeFieldName?: string;
|
|
||||||
activeNavItem?: AutoProbeNavItem;
|
|
||||||
url?: string;
|
|
||||||
viewport?: PageViewPort;
|
|
||||||
activeId?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"size-change": (size: number) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onSize-change"?: ((size: number) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
activeId: string;
|
|
||||||
activeNavItem?: AutoProbeNavItem;
|
|
||||||
viewport?: PageViewPort;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
updateOverlayScale: () => 1 | undefined;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
selectorType: SelectorType;
|
|
||||||
selector: string;
|
|
||||||
extractType?: ExtractType;
|
|
||||||
attribute?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
status: AutoProbeTaskStatus;
|
|
||||||
size?: BasicSize;
|
|
||||||
error?: string;
|
|
||||||
clickable?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useAutoProbe: (store: Store<RootStoreState>) => {
|
|
||||||
formRules: FormRules;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<AutoProbeV2>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<AutoProbeV2[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useAutoProbe;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
dataSource?: DatabaseDataSource;
|
|
||||||
iconOnly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
database?: DatabaseDatabase;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"click-table": (table: DatabaseTable, type: DatabaseTableClickRowType) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onClick-table"?: ((table: DatabaseTable, type: DatabaseTableClickRowType) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,13 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
status?: DatabaseStatus;
|
|
||||||
error?: string;
|
|
||||||
size?: BasicSize;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
status: DatabaseStatus;
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
activeId?: string;
|
|
||||||
databaseName?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
refresh: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onRefresh?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
tabsItems: NavItem[];
|
|
||||||
canSave?: boolean;
|
|
||||||
hasChanges?: boolean;
|
|
||||||
commitLoading?: boolean;
|
|
||||||
};
|
|
||||||
type __VLS_PublicProps = __VLS_Props & {
|
|
||||||
modelValue?: any;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
||||||
"update:modelValue": (value: any) => any;
|
|
||||||
} & {
|
|
||||||
commit: () => any;
|
|
||||||
rollback: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
||||||
onCommit?: (() => any) | undefined;
|
|
||||||
onRollback?: (() => any) | undefined;
|
|
||||||
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
loading?: boolean;
|
|
||||||
activeTable?: DatabaseTable;
|
|
||||||
};
|
|
||||||
type __VLS_PublicProps = __VLS_Props & {
|
|
||||||
modelValue?: DatabaseTable;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
||||||
"update:modelValue": (value: DatabaseTable | undefined) => any;
|
|
||||||
} & {
|
|
||||||
change: (value: DatabaseTable) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
||||||
onChange?: ((value: DatabaseTable) => any) | undefined;
|
|
||||||
"onUpdate:modelValue"?: ((value: DatabaseTable | undefined) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
loading?: boolean;
|
|
||||||
activeTable?: DatabaseTable;
|
|
||||||
activeId?: string;
|
|
||||||
databaseName?: string;
|
|
||||||
filter?: {
|
|
||||||
[key: string]: any;
|
|
||||||
};
|
|
||||||
displayAllFields?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
rollback: () => void;
|
|
||||||
commit: () => Promise<void>;
|
|
||||||
hasChanges: import("vue").ComputedRef<boolean>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
loading?: boolean;
|
|
||||||
activeTable?: DatabaseTable;
|
|
||||||
};
|
|
||||||
type __VLS_PublicProps = __VLS_Props & {
|
|
||||||
modelValue?: DatabaseTable;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
||||||
"update:modelValue": (value: DatabaseTable | undefined) => any;
|
|
||||||
} & {
|
|
||||||
change: (value: DatabaseTable) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
||||||
onChange?: ((value: DatabaseTable) => any) | undefined;
|
|
||||||
"onUpdate:modelValue"?: ((value: DatabaseTable | undefined) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
export declare const useDatabase: (store: Store<RootStoreState>) => {
|
|
||||||
formRules: FormRules;
|
|
||||||
dataSourceOptions: import("vue").ComputedRef<SelectOption<DatabaseDataSource>[]>;
|
|
||||||
getTypeOptionsWithDefault: () => SelectOption[];
|
|
||||||
onChangePasswordFunc: (id?: string) => Promise<void>;
|
|
||||||
onHostsAdd: (index: number) => void;
|
|
||||||
onHostsDelete: (index: number) => void;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Database>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Database[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useDatabase;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {
|
|
||||||
scrollToBottom: () => void;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
status?: DependencyStatus;
|
|
||||||
size?: BasicSize;
|
|
||||||
clickDisabled?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
name: string;
|
|
||||||
dependencies: Dependency[];
|
|
||||||
latestVersion?: string;
|
|
||||||
requiredVersion?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
export declare const useEnvironment: any;
|
|
||||||
export default useEnvironment;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
modelValue?: string;
|
|
||||||
localBranches: GitRef[];
|
|
||||||
remoteBranches: GitRef[];
|
|
||||||
disabled?: boolean;
|
|
||||||
loading?: boolean;
|
|
||||||
className?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
push: () => any;
|
|
||||||
pull: () => any;
|
|
||||||
commit: () => any;
|
|
||||||
"select-local": (value: string) => any;
|
|
||||||
"select-remote": (value: string) => any;
|
|
||||||
"new-branch": () => any;
|
|
||||||
"delete-branch": (value: string) => any;
|
|
||||||
"update:modelValue": (value: string) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onPush?: (() => any) | undefined;
|
|
||||||
onPull?: (() => any) | undefined;
|
|
||||||
onCommit?: (() => any) | undefined;
|
|
||||||
"onSelect-local"?: ((value: string) => any) | undefined;
|
|
||||||
"onSelect-remote"?: ((value: string) => any) | undefined;
|
|
||||||
"onNew-branch"?: (() => any) | undefined;
|
|
||||||
"onDelete-branch"?: ((value: string) => any) | undefined;
|
|
||||||
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
localBranches: GitRef[];
|
|
||||||
remoteBranches: GitRef[];
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
fileStatus: GitChange;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
||||||
fileStatus: GitChange;
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
visible?: boolean;
|
|
||||||
loading?: boolean;
|
|
||||||
title?: string;
|
|
||||||
logs?: string[];
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
path?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
name?: string;
|
|
||||||
gitRootPath?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
id?: string;
|
|
||||||
status?: GitStatus;
|
|
||||||
size?: BasicSize;
|
|
||||||
error?: string;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
retry: () => any;
|
|
||||||
"view-logs": () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onRetry?: (() => any) | undefined;
|
|
||||||
"onView-logs"?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useGit: (store: Store<RootStoreState>) => {
|
|
||||||
getGitIcon: (row: Git) => {
|
|
||||||
icon: Icon;
|
|
||||||
color?: string;
|
|
||||||
name: string;
|
|
||||||
};
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Git>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Git[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useGit;
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
metric?: BasicMetric;
|
|
||||||
size?: BasicSize;
|
|
||||||
clickable?: boolean;
|
|
||||||
metrics?: ('cpu_usage_percent' | 'used_memory_percent' | 'used_disk_percent' | 'used_memory' | 'used_disk')[];
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: (event: MouseEvent) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
metrics: ("cpu_usage_percent" | "used_memory_percent" | "used_disk_percent" | "used_memory" | "used_disk")[];
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
ns: ListStoreNamespace;
|
|
||||||
apiPrefix: string;
|
|
||||||
defaultMetricGroups?: string[];
|
|
||||||
defaultTimeRange?: string;
|
|
||||||
allMetricGroupsFn?: () => MetricGroup[];
|
|
||||||
availableMetricGroups?: string[];
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"time-range-change": (timeRange: string) => any;
|
|
||||||
"metric-groups-change": (metricGroups: string[]) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onTime-range-change"?: ((timeRange: string) => any) | undefined;
|
|
||||||
"onMetric-groups-change"?: ((metricGroups: string[]) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
active?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
current?: number;
|
|
||||||
max?: number;
|
|
||||||
size?: BasicSize;
|
|
||||||
status?: NodeStatus;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
size: BasicSize;
|
|
||||||
max: number;
|
|
||||||
current: number;
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
status: NodeStatus;
|
|
||||||
size?: BasicSize;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
node: CNode;
|
|
||||||
icon?: Icon;
|
|
||||||
size?: BasicSize;
|
|
||||||
type?: BasicType;
|
|
||||||
tooltip?: string;
|
|
||||||
clickable?: boolean;
|
|
||||||
loading?: boolean;
|
|
||||||
effect?: BasicEffect;
|
|
||||||
hit?: boolean;
|
|
||||||
iconOnly?: boolean;
|
|
||||||
noLabel?: boolean;
|
|
||||||
};
|
|
||||||
type __VLS_Slots = {
|
|
||||||
tooltip: any;
|
|
||||||
'extra-items': any;
|
|
||||||
};
|
|
||||||
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
mouseenter: () => any;
|
|
||||||
mouseleave: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
onMouseenter?: (() => any) | undefined;
|
|
||||||
onMouseleave?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
||||||
export default _default;
|
|
||||||
type __VLS_WithSlots<T, S> = T & {
|
|
||||||
new (): {
|
|
||||||
$slots: S;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
isMaster?: boolean;
|
|
||||||
label?: string;
|
|
||||||
tooltip?: string;
|
|
||||||
showFullLabel?: boolean;
|
|
||||||
clickable?: boolean;
|
|
||||||
};
|
|
||||||
declare const type: import("vue").ComputedRef<BasicType>;
|
|
||||||
declare const computedLabel: import("vue").ComputedRef<string>;
|
|
||||||
declare const icon: import("vue").ComputedRef<string[]>;
|
|
||||||
declare const className: import("vue").ComputedRef<string>;
|
|
||||||
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
||||||
declare var __VLS_5: {};
|
|
||||||
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
||||||
tooltip?: (props: typeof __VLS_5) => any;
|
|
||||||
}>;
|
|
||||||
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
type: typeof type;
|
|
||||||
computedLabel: typeof computedLabel;
|
|
||||||
icon: typeof icon;
|
|
||||||
className: typeof className;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
||||||
export default _default;
|
|
||||||
type __VLS_WithSlots<T, S> = T & {
|
|
||||||
new (): {
|
|
||||||
$slots: S;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useNode: (store: Store<RootStoreState>) => {
|
|
||||||
formRules: FormRules;
|
|
||||||
allNodesSorted: import("vue").ComputedRef<CNode[]>;
|
|
||||||
activeNodesSorted: import("vue").ComputedRef<CNode[]>;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<CNode>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<CNode[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useNode;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useNotificationAlert: (store: Store<RootStoreState>) => {
|
|
||||||
id: import("vue").ComputedRef<string | string[]>;
|
|
||||||
form: import("vue").ComputedRef<NotificationAlert>;
|
|
||||||
metricTargetOptions: import("vue").ComputedRef<SelectOption<any>[]>;
|
|
||||||
metricNameOptions: import("vue").ComputedRef<SelectOption<any>[]>;
|
|
||||||
operatorOptions: import("vue").ComputedRef<SelectOption<NotificationAlertOperator>[]>;
|
|
||||||
lastingSecondsOptions: import("vue").ComputedRef<SelectOption<number>[]>;
|
|
||||||
levelOptions: import("vue").ComputedRef<SelectOption<NotificationAlertLevel>[]>;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<NotificationAlert[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useNotificationAlert;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useNotificationChannel: (store: Store<RootStoreState>) => {
|
|
||||||
id: import("vue").ComputedRef<string | string[]>;
|
|
||||||
form: import("vue").ComputedRef<NotificationChannel>;
|
|
||||||
typeOptions: import("vue").ComputedRef<SelectOption<any>[]>;
|
|
||||||
providerOptionGroups: import("vue").ComputedRef<SelectOption<any>[]>;
|
|
||||||
activeProvider: import("vue").ComputedRef<NotificationChannelProvider | null>;
|
|
||||||
activeProviderOption: import("vue").ComputedRef<SelectOption<any>>;
|
|
||||||
allProviders: NotificationChannelProvider[];
|
|
||||||
allProviderNames: import("vue").ComputedRef<string[]>;
|
|
||||||
getProviderIcon: (provider: string) => Icon | undefined;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<NotificationChannel[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useNotificationChannel;
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
status: NotificationRequestStatus;
|
|
||||||
size?: BasicSize;
|
|
||||||
error?: string;
|
|
||||||
clickable?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
disabled?: boolean;
|
|
||||||
};
|
|
||||||
type __VLS_PublicProps = __VLS_Props & {
|
|
||||||
modelValue?: NotificationTrigger;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
||||||
"update:modelValue": (value: NotificationTrigger | undefined) => any;
|
|
||||||
} & {
|
|
||||||
"trigger-change": (value: NotificationTrigger) => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
||||||
"onTrigger-change"?: ((value: NotificationTrigger) => any) | undefined;
|
|
||||||
"onUpdate:modelValue"?: ((value: NotificationTrigger | undefined) => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useNotificationSetting: (store: Store<RootStoreState>) => {
|
|
||||||
id: import("vue").ComputedRef<string | string[]>;
|
|
||||||
form: import("vue").ComputedRef<NotificationSetting>;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<NotificationSetting[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useNotificationSetting;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useProject: (store: Store<RootStoreState>) => {
|
|
||||||
formRules: FormRules;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Project>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Project[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useProject;
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
fieldKey?: string;
|
|
||||||
type: DataFieldType;
|
|
||||||
value?: string | number | boolean | Array<any> | Record<string, any>;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {
|
|
||||||
type: DataFieldType;
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useRole: (store: Store<RootStoreState>) => {
|
|
||||||
routesOptions: import("vue").ComputedRef<CheckboxTreeSelectOption<any>[]>;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Role>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Role[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useRole;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
cron?: string;
|
|
||||||
size?: BasicSize;
|
|
||||||
iconOnly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useSchedule: (store: Store<RootStoreState>) => {
|
|
||||||
modeOptions: SelectOption<any>[];
|
|
||||||
formRules: FormRules;
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Schedule>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Schedule[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useSchedule;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
ns?: ListStoreNamespace;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
||||||
ns: ListStoreNamespace;
|
|
||||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
import { TASK_MODE_RANDOM, TASK_MODE_SELECTED_NODES } from '@/constants/task';
|
|
||||||
import { EMPTY_OBJECT_ID } from '@/utils/mongo';
|
|
||||||
import { priorityOptions } from '@/utils';
|
|
||||||
import ClRemoteSelect from '@/components/ui/select/RemoteSelect.vue';
|
|
||||||
declare const t: (path: string, number?: number | null, args?: Record<string, any>) => string;
|
|
||||||
declare const allNodes: import("vue").ComputedRef<CNode[]>;
|
|
||||||
declare const toRunNodes: import("vue").ComputedRef<CNode[]>;
|
|
||||||
declare const form: import("vue").ComputedRef<Spider>, formRef: import("vue").Ref<any, any>, isFormItemDisabled: (prop: string) => boolean, modeOptions: SelectOption<any>[];
|
|
||||||
declare const isDetail: import("vue").ComputedRef<boolean>;
|
|
||||||
declare const onDataCollectionSuggestionSelect: ({ _id, }: {
|
|
||||||
_id: string;
|
|
||||||
value: string;
|
|
||||||
}) => void;
|
|
||||||
declare const onDataCollectionInput: (value: string) => void;
|
|
||||||
declare const spiderTemplateGroupOptions: import("vue").ComputedRef<SelectOption<any>[]>;
|
|
||||||
declare const onTemplateChange: (value: string) => void;
|
|
||||||
declare const activeTemplateOption: import("vue").ComputedRef<SpiderTemplate | undefined>;
|
|
||||||
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
||||||
declare var __VLS_7: {}, __VLS_145: {};
|
|
||||||
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
||||||
header?: (props: typeof __VLS_7) => any;
|
|
||||||
} & {
|
|
||||||
footer?: (props: typeof __VLS_145) => any;
|
|
||||||
}>;
|
|
||||||
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
||||||
TASK_MODE_RANDOM: typeof TASK_MODE_RANDOM;
|
|
||||||
TASK_MODE_SELECTED_NODES: typeof TASK_MODE_SELECTED_NODES;
|
|
||||||
EMPTY_OBJECT_ID: typeof EMPTY_OBJECT_ID;
|
|
||||||
priorityOptions: typeof priorityOptions;
|
|
||||||
ClRemoteSelect: typeof ClRemoteSelect;
|
|
||||||
t: typeof t;
|
|
||||||
allNodes: typeof allNodes;
|
|
||||||
toRunNodes: typeof toRunNodes;
|
|
||||||
form: typeof form;
|
|
||||||
formRef: typeof formRef;
|
|
||||||
isFormItemDisabled: typeof isFormItemDisabled;
|
|
||||||
modeOptions: typeof modeOptions;
|
|
||||||
isDetail: typeof isDetail;
|
|
||||||
onDataCollectionSuggestionSelect: typeof onDataCollectionSuggestionSelect;
|
|
||||||
onDataCollectionInput: typeof onDataCollectionInput;
|
|
||||||
spiderTemplateGroupOptions: typeof spiderTemplateGroupOptions;
|
|
||||||
onTemplateChange: typeof onTemplateChange;
|
|
||||||
activeTemplateOption: typeof activeTemplateOption;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
||||||
validate: () => Promise<void>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
||||||
export default _default;
|
|
||||||
type __VLS_WithSlots<T, S> = T & {
|
|
||||||
new (): {
|
|
||||||
$slots: S;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
displayAllFields?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
stat?: SpiderStat;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
"tasks-click": () => any;
|
|
||||||
"results-click": () => any;
|
|
||||||
"duration-click": () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
"onTasks-click"?: (() => any) | undefined;
|
|
||||||
"onResults-click"?: (() => any) | undefined;
|
|
||||||
"onDuration-click"?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
import { Store } from 'vuex';
|
|
||||||
declare const useSpider: (store: Store<RootStoreState>) => {
|
|
||||||
id: import("vue").ComputedRef<string | string[]>;
|
|
||||||
modeOptions: SelectOption<any>[];
|
|
||||||
getNewForm: DefaultFormFunc<any>;
|
|
||||||
getNewFormList: () => any[];
|
|
||||||
form: import("vue").ComputedRef<Spider>;
|
|
||||||
formRef: import("vue").Ref<any, any>;
|
|
||||||
isSelectiveForm: import("vue").ComputedRef<boolean>;
|
|
||||||
selectedFormFields: import("vue").ComputedRef<string[]>;
|
|
||||||
formList: import("vue").ComputedRef<Spider[]>;
|
|
||||||
validateForm: () => Promise<any>;
|
|
||||||
resetForm: () => void;
|
|
||||||
isFormItemDisabled: (prop: string) => boolean;
|
|
||||||
activeDialogKey: import("vue").ComputedRef<DialogKey | undefined>;
|
|
||||||
createEditDialogVisible: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmDisabled: import("vue").ComputedRef<boolean>;
|
|
||||||
confirmLoading: import("vue").ComputedRef<boolean>;
|
|
||||||
setConfirmLoading: (value: boolean) => void;
|
|
||||||
actionFunctions: CreateEditDialogActionFunctions;
|
|
||||||
onAdd: (index: number) => void;
|
|
||||||
onClone: (index: number) => void;
|
|
||||||
onDelete: (index: number) => void;
|
|
||||||
onFieldChange: (rowIndex: number, prop: string, value: any) => void;
|
|
||||||
onFieldRegister: (rowIndex: number, prop: string, formRef: import("vue").Ref) => void;
|
|
||||||
};
|
|
||||||
export default useSpider;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
task: Task;
|
|
||||||
spider?: Spider;
|
|
||||||
size?: BasicSize;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
||||||
click: () => any;
|
|
||||||
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
||||||
onClick?: (() => any) | undefined;
|
|
||||||
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
type __VLS_Props = {
|
|
||||||
readonly?: boolean;
|
|
||||||
};
|
|
||||||
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
||||||
validate: () => Promise<void>;
|
|
||||||
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
||||||
export default _default;
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user