@blueking/ai-ui-sdk 0.1.12-beta.23 → 0.1.12-beta.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/dist/components/render-aside/index.vue.css +9 -9
- package/dist/components/render-aside/index.vue.js +1 -1
- package/dist/components/render-auth/auth-dialog.script.vue.js.js +2 -8
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-auto-refresh/index.vue.css +8 -8
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-checkbox/index.vue.css +9 -9
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +7 -7
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +9 -27
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +11 -46
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js.js +1 -4
- package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +2 -8
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +3 -12
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +2 -8
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +1 -4
- package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +5 -21
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset-detail/components/header.script.vue.js.js +2 -77
- package/dist/components/render-dataset-detail/index.script.vue.js.js +2 -8
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +9 -12
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +37 -203
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +10 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +2 -0
- package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +14 -29
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/main.script.vue.js.js +1 -4
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js.js +21 -21
- package/dist/components/render-expand-collapse/index.vue.css +3 -3
- package/dist/components/render-expand-collapse/index.vue.js +1 -1
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-header/index.vue.css +5 -5
- package/dist/components/render-header/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/hooks/use-dataset-http.ts.js +0 -20
- package/dist/http/helper/agent.ts.js +2 -1
- package/dist/http/helper/knowledge.ts.js +2 -4
- package/dist/http/helper/session.ts.js +0 -2
- package/dist/types/enum.ts.js +0 -2
- package/dist/types.ts.js +0 -1
- package/package.json +1 -1
- package/dist/common/chart-helper.d.ts +0 -32
- package/dist/common/util.d.ts +0 -97
- package/dist/components/render-aside/index.vue.d.ts +0 -26
- package/dist/components/render-auth/auth-dialog-fn.d.ts +0 -2
- package/dist/components/render-auth/auth-dialog.vue.d.ts +0 -5
- package/dist/components/render-auto-height-textarea/index.vue.d.ts +0 -19
- package/dist/components/render-auto-refresh/index.vue.d.ts +0 -6
- package/dist/components/render-checkbox/index.vue.d.ts +0 -11
- package/dist/components/render-choose-tag/index.vue.d.ts +0 -13
- package/dist/components/render-collapse/index.vue.d.ts +0 -18
- package/dist/components/render-dataset/components/batch-review-dataset-data/index.vue.d.ts +0 -15
- package/dist/components/render-dataset/components/dataset-data-level/index.vue.d.ts +0 -6
- package/dist/components/render-dataset/components/dataset-data-status/index.vue.d.ts +0 -7
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.vue.d.ts +0 -5
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.d.ts +0 -20
- package/dist/components/render-dataset/components/operation-record/index.vue.d.ts +0 -13
- package/dist/components/render-dataset/components/operation-record/table/index.vue.d.ts +0 -8
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.d.ts +0 -11
- package/dist/components/render-dataset/components/plus-dataset/dataset-footer.vue.d.ts +0 -16
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.d.ts +0 -17
- package/dist/components/render-dataset/components/plus-dataset/index.vue.d.ts +0 -16
- package/dist/components/render-dataset/components/plus-dataset-data/form/category.vue.d.ts +0 -10
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +0 -17
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.vue.d.ts +0 -15
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.d.ts +0 -15
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.d.ts +0 -17
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.d.ts +0 -15
- package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +0 -15
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.d.ts +0 -17
- package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +0 -13
- package/dist/components/render-dataset/components/search-dataset-data/index.vue.d.ts +0 -12
- package/dist/components/render-dataset/components/search-operation-record/index.vue.d.ts +0 -11
- package/dist/components/render-dataset/components/source-type-icon/index.vue.d.ts +0 -6
- package/dist/components/render-dataset/index.vue.d.ts +0 -7
- package/dist/components/render-dataset-detail/components/header.vue.d.ts +0 -8
- package/dist/components/render-dataset-detail/components/tab.vue.d.ts +0 -2
- package/dist/components/render-dataset-detail/index.vue.d.ts +0 -8
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +0 -17
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +0 -20
- package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +0 -10
- package/dist/components/render-dataset-list/components/header.vue.d.ts +0 -2
- package/dist/components/render-dataset-list/components/main.vue.d.ts +0 -14
- package/dist/components/render-dataset-list/components/table.vue.d.ts +0 -11
- package/dist/components/render-dataset-list/index.vue.d.ts +0 -14
- package/dist/components/render-expand-collapse/index.vue.d.ts +0 -12
- package/dist/components/render-file-card/index.vue.d.ts +0 -20
- package/dist/components/render-file-type-icon/index.vue.d.ts +0 -5
- package/dist/components/render-header/index.vue.d.ts +0 -58
- package/dist/components/render-router-tab/index.vue.d.ts +0 -8
- package/dist/components/render-search-select/index.vue.d.ts +0 -28
- package/dist/components.d.ts +0 -12
- package/dist/enums.d.ts +0 -1
- package/dist/event/index.d.ts +0 -4
- package/dist/events.d.ts +0 -1
- package/dist/helpers.d.ts +0 -1
- package/dist/hooks/use-chat.d.ts +0 -895
- package/dist/hooks/use-click-proxy.d.ts +0 -1
- package/dist/hooks/use-dataset-http.d.ts +0 -50
- package/dist/hooks/use-form-leave-confirm.d.ts +0 -4
- package/dist/hooks/use-form-rule.d.ts +0 -29
- package/dist/hooks/use-meta-http.d.ts +0 -16
- package/dist/hooks/use-mouse-drag.d.ts +0 -13
- package/dist/hooks/use-permission-http.d.ts +0 -7
- package/dist/hooks/use-permission.d.ts +0 -9
- package/dist/hooks/use-reference-doc.d.ts +0 -14
- package/dist/hooks/use-session-http.d.ts +0 -16
- package/dist/hooks/use-style.d.ts +0 -3
- package/dist/hooks/use-summary.d.ts +0 -9
- package/dist/hooks/use-table.d.ts +0 -27
- package/dist/hooks/use-think.d.ts +0 -21
- package/dist/hooks.d.ts +0 -9
- package/dist/http/fetch/error-interceptor.d.ts +0 -3
- package/dist/http/fetch/index.d.ts +0 -25
- package/dist/http/fetch/request-error.d.ts +0 -6
- package/dist/http/fetch/success-interceptor.d.ts +0 -3
- package/dist/http/helper/agent.d.ts +0 -7
- package/dist/http/helper/dataset.d.ts +0 -117
- package/dist/http/helper/knowledge.d.ts +0 -43
- package/dist/http/helper/meta.d.ts +0 -2
- package/dist/http/helper/model.d.ts +0 -2
- package/dist/http/helper/permission.d.ts +0 -13
- package/dist/http/helper/session.d.ts +0 -41
- package/dist/http/helper/tool.d.ts +0 -13
- package/dist/https.d.ts +0 -2
- package/dist/transforms.d.ts +0 -5
- package/dist/types/agent.d.ts +0 -19
- package/dist/types/common.d.ts +0 -23
- package/dist/types/common.ts.js +0 -1
- package/dist/types/dataset.d.ts +0 -298
- package/dist/types/enum.d.ts +0 -202
- package/dist/types/file.d.ts +0 -23
- package/dist/types/knowledge.d.ts +0 -139
- package/dist/types/meta.d.ts +0 -8
- package/dist/types/model.d.ts +0 -31
- package/dist/types/permission.d.ts +0 -92
- package/dist/types/session.d.ts +0 -157
- package/dist/types/tool.d.ts +0 -60
- package/dist/types.d.ts +0 -9
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
modelValue: string[][];
|
|
3
|
-
apiPrefix: string;
|
|
4
|
-
spaceId?: string;
|
|
5
|
-
isDataset?: boolean;
|
|
6
|
-
popoverOptions?: Record<string, unknown>;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
"update:modelValue": (value: string[][]) => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
11
|
-
"onUpdate:modelValue"?: (value: string[][]) => any;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
title: string;
|
|
3
|
-
tips?: string;
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_1: {}, __VLS_3: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
suffix?: (props: typeof __VLS_1) => any;
|
|
8
|
-
} & {
|
|
9
|
-
default?: (props: typeof __VLS_3) => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
|
-
export default _default;
|
|
14
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
-
new (): {
|
|
16
|
-
$slots: S;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
modelValue: boolean;
|
|
3
|
-
datasetDataIds: number[];
|
|
4
|
-
datasetId: number;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
"update:modelValue": (value: boolean) => any;
|
|
10
|
-
"success-review": () => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
12
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
13
|
-
"onSuccess-review"?: () => any;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DatasetDataReviewLevel } from '@/types/enum';
|
|
2
|
-
interface IProps {
|
|
3
|
-
level: DatasetDataReviewLevel;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DatasetDataReviewStatus, DatasetDataStatus } from '@/types/enum';
|
|
2
|
-
interface IProps {
|
|
3
|
-
status: DatasetDataStatus | DatasetDataReviewStatus;
|
|
4
|
-
name: string;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
tips: string;
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: boolean;
|
|
4
|
-
index: number;
|
|
5
|
-
datasetId: number;
|
|
6
|
-
apiPrefix: string;
|
|
7
|
-
schema: Record<string, string>;
|
|
8
|
-
spaceId?: string;
|
|
9
|
-
search: IDatasetDataParam;
|
|
10
|
-
manageDataset?: boolean;
|
|
11
|
-
isInternal?: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
-
"update:modelValue": (modelValue: boolean) => any;
|
|
15
|
-
"success-edit": () => any;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
17
|
-
"onUpdate:modelValue"?: (modelValue: boolean) => any;
|
|
18
|
-
"onSuccess-edit"?: () => any;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
modelValue: boolean;
|
|
3
|
-
apiPrefix: string;
|
|
4
|
-
datasetId: number;
|
|
5
|
-
datasetDataId?: number;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
"update:modelValue": (modelValue: boolean) => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
11
|
-
"onUpdate:modelValue"?: (modelValue: boolean) => any;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IOperatRecordParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
search: IOperatRecordParam;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
spaceId?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|
package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IOperatRecord } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
isShow: boolean;
|
|
4
|
-
data: IOperatRecord;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:isShow": (value: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
9
|
-
"onUpdate:isShow"?: (value: boolean) => any;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { IDataset, IDatasetForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
validate: () => Promise<boolean>;
|
|
4
|
-
formData: IDatasetForm;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
id?: number;
|
|
7
|
-
spaceId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
success: (data: IDataset) => any;
|
|
11
|
-
cancel: () => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
13
|
-
onSuccess?: (data: IDataset) => any;
|
|
14
|
-
onCancel?: () => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IDatasetForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
id?: number;
|
|
4
|
-
formData: IDatasetForm;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
isInternal?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {
|
|
10
|
-
validate: () => Promise<boolean>;
|
|
11
|
-
clearValidate: () => Promise<boolean>;
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
-
"update:formData": (data: IDatasetForm) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
15
|
-
"onUpdate:formData"?: (data: IDatasetForm) => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { IDataset } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: boolean;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
dataset?: IDataset;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
isInternal?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
"update:modelValue": (modelValue: boolean) => any;
|
|
11
|
-
"success-plus": (data: IDataset) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: (modelValue: boolean) => any;
|
|
14
|
-
"onSuccess-plus"?: (data: IDataset) => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetDataForm;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
-
"update:modelValue": (data: IDatasetDataForm) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: (data: IDatasetDataForm) => any;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetDataForm;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
disabledChooseDataset?: boolean;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
isInternal?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {
|
|
10
|
-
validate: () => Promise<unknown>;
|
|
11
|
-
clearValidate: () => void;
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
-
"update:modelValue": (val: IDatasetDataForm) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: (val: IDatasetDataForm) => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetDataForm;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
spaceId?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {
|
|
8
|
-
validate: () => Promise<unknown>;
|
|
9
|
-
clearValidate: () => void;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"update:modelValue": (val: IDatasetDataForm) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: (val: IDatasetDataForm) => any;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
validate: () => Promise<unknown>;
|
|
4
|
-
datasetData: IDatasetDataForm;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
close: (noValidate?: boolean) => any;
|
|
10
|
-
"success-confirm": () => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
12
|
-
onClose?: (noValidate?: boolean) => any;
|
|
13
|
-
"onSuccess-confirm"?: () => any;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
isShow: boolean;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
datasetData?: Partial<IDatasetDataForm>;
|
|
6
|
-
disabledChooseDataset?: boolean;
|
|
7
|
-
spaceId?: string;
|
|
8
|
-
isInternal?: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"success-confirm": () => any;
|
|
12
|
-
"update:isShow": (val: boolean) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
14
|
-
"onSuccess-confirm"?: () => any;
|
|
15
|
-
"onUpdate:isShow"?: (val: boolean) => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetDataForm;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
spaceId?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {
|
|
8
|
-
validate: () => Promise<unknown>;
|
|
9
|
-
clearValidate: () => void;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"update:modelValue": (val: IDatasetDataForm) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: (val: IDatasetDataForm) => any;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
datasetData?: Partial<IDatasetDataForm>;
|
|
4
|
-
disabledChooseDataset?: boolean;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
manageDataset?: boolean;
|
|
8
|
-
isInternal?: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"success-plus": () => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
13
|
-
"onSuccess-plus"?: () => any;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: boolean;
|
|
4
|
-
index: number;
|
|
5
|
-
apiPrefix: string;
|
|
6
|
-
datasetId: number;
|
|
7
|
-
spaceId?: string;
|
|
8
|
-
search: IDatasetDataParam;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"update:modelValue": (value: boolean) => any;
|
|
12
|
-
"success-review": () => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
15
|
-
"onSuccess-review"?: () => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IDatasetListParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetListParam;
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
spaceId?: string;
|
|
6
|
-
isInternal?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
"update:modelValue": (modelValue: IDatasetListParam) => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
11
|
-
"onUpdate:modelValue"?: (modelValue: IDatasetListParam) => any;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IDatasetDataParam;
|
|
4
|
-
schema: Record<string, string>;
|
|
5
|
-
reviewDataset?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
-
"update:modelValue": (modelValue: IDatasetDataParam) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: (modelValue: IDatasetDataParam) => any;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IOperatRecordParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
modelValue: IOperatRecordParam;
|
|
4
|
-
datasetId: number;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (modelValue: IOperatRecordParam) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: (modelValue: IOperatRecordParam) => any;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DatasetDataSourceType } from '@/types/enum';
|
|
2
|
-
interface IProps {
|
|
3
|
-
sourceType?: DatasetDataSourceType;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
apiPrefix: string;
|
|
3
|
-
spaceId?: string;
|
|
4
|
-
isInternal?: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
apiPrefix: string;
|
|
3
|
-
datasetId: number;
|
|
4
|
-
spaceId?: string;
|
|
5
|
-
datasetName: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
apiPrefix: string;
|
|
3
|
-
datasetId: number;
|
|
4
|
-
spaceId?: string;
|
|
5
|
-
isInternal?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|
package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
selectedDatasetDataIds: number[];
|
|
3
|
-
apiPrefix: string;
|
|
4
|
-
spaceId?: string;
|
|
5
|
-
datasetId: number;
|
|
6
|
-
manageDataset?: boolean;
|
|
7
|
-
reviewDataset?: boolean;
|
|
8
|
-
isInternal?: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
-
"update:selectedDatasetDataIds": (selectedDatasetDataIds: number[]) => any;
|
|
12
|
-
"success-operation": () => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
14
|
-
"onUpdate:selectedDatasetDataIds"?: (selectedDatasetDataIds: number[]) => any;
|
|
15
|
-
"onSuccess-operation"?: () => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { IDatasetDataParam } from '@/types/dataset';
|
|
2
|
-
interface IProps {
|
|
3
|
-
apiPrefix: string;
|
|
4
|
-
datasetId: number;
|
|
5
|
-
search: IDatasetDataParam;
|
|
6
|
-
schema: Record<string, string>;
|
|
7
|
-
selectedDatasetDataIds: number[];
|
|
8
|
-
spaceId?: string;
|
|
9
|
-
manageDataset?: boolean;
|
|
10
|
-
isInternal?: boolean;
|
|
11
|
-
reviewDataset?: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const _default: import("vue").DefineComponent<IProps, {
|
|
14
|
-
triggerApi: () => Promise<unknown>;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
16
|
-
"update:selectedDatasetDataIds": (selectedDatasetDataIds: number[]) => any;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
18
|
-
"onUpdate:selectedDatasetDataIds"?: (selectedDatasetDataIds: number[]) => any;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
apiPrefix: string;
|
|
3
|
-
datasetId: number;
|
|
4
|
-
spaceId?: string;
|
|
5
|
-
manageDataset?: boolean;
|
|
6
|
-
reviewDataset?: boolean;
|
|
7
|
-
isInternal?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { IDataset } from '@/types/dataset';
|
|
2
|
-
import { EnumCharacter } from '@/types/enum';
|
|
3
|
-
interface IProps {
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
isInternal?: boolean;
|
|
6
|
-
spaceId?: string;
|
|
7
|
-
tabId: EnumCharacter;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
"success-plus-dataset": (data: IDataset) => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
12
|
-
"onSuccess-plus-dataset"?: (data: IDataset) => any;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IDatasetListParam } from '@/types/dataset';
|
|
2
|
-
import { EnumCharacter } from '@/types/enum';
|
|
3
|
-
interface IProps {
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
isInternal?: boolean;
|
|
6
|
-
search: IDatasetListParam;
|
|
7
|
-
spaceId?: string;
|
|
8
|
-
tabId: EnumCharacter;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { IDataset } from '@/types/dataset';
|
|
2
|
-
import { EnumCharacter } from '@/types/enum';
|
|
3
|
-
interface IProps {
|
|
4
|
-
apiPrefix: string;
|
|
5
|
-
spaceId?: string;
|
|
6
|
-
isInternal?: boolean;
|
|
7
|
-
tabId: EnumCharacter;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
"success-plus-dataset": (data: IDataset) => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
12
|
-
"onSuccess-plus-dataset"?: (data: IDataset) => any;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
isOpen: BooleanConstructor;
|
|
3
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
"update:isOpen": (isOpen: boolean) => any;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
isOpen: BooleanConstructor;
|
|
7
|
-
}>> & Readonly<{
|
|
8
|
-
"onUpdate:isOpen"?: (isOpen: boolean) => any;
|
|
9
|
-
}>, {
|
|
10
|
-
isOpen: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { IFileInfo } from '@/types/file';
|
|
2
|
-
declare const _default: <T extends IFileInfo>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
-
readonly onDelete?: (file: T) => any;
|
|
5
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onDelete"> & {
|
|
6
|
-
file: T;
|
|
7
|
-
} & Partial<{}>> & import("vue").PublicProps;
|
|
8
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
9
|
-
attrs: any;
|
|
10
|
-
slots: {
|
|
11
|
-
tool?: (props: {}) => any;
|
|
12
|
-
};
|
|
13
|
-
emit: (event: "delete", file: T) => void;
|
|
14
|
-
}>) => import("vue").VNode & {
|
|
15
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_PrettifyLocal<T> = {
|
|
19
|
-
[K in keyof T]: T[K];
|
|
20
|
-
} & {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
type: string;
|
|
3
|
-
};
|
|
4
|
-
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>;
|
|
5
|
-
export default _default;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {}, __VLS_3: {}, __VLS_23: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
title?: (props: typeof __VLS_1) => any;
|
|
4
|
-
} & {
|
|
5
|
-
search?: (props: typeof __VLS_3) => any;
|
|
6
|
-
} & {
|
|
7
|
-
default?: (props: typeof __VLS_23) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
-
title: StringConstructor;
|
|
11
|
-
tagName: StringConstructor;
|
|
12
|
-
search: StringConstructor;
|
|
13
|
-
showTag: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
showSearch: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
showHeaderTool: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:tagName": (...args: any[]) => void;
|
|
27
|
-
"update:search": (...args: any[]) => void;
|
|
28
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
title: StringConstructor;
|
|
30
|
-
tagName: StringConstructor;
|
|
31
|
-
search: StringConstructor;
|
|
32
|
-
showTag: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
showSearch: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
showHeaderTool: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
}>> & Readonly<{
|
|
45
|
-
"onUpdate:tagName"?: (...args: any[]) => any;
|
|
46
|
-
"onUpdate:search"?: (...args: any[]) => any;
|
|
47
|
-
}>, {
|
|
48
|
-
showTag: boolean;
|
|
49
|
-
showSearch: boolean;
|
|
50
|
-
showHeaderTool: boolean;
|
|
51
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
53
|
-
export default _default;
|
|
54
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
55
|
-
new (): {
|
|
56
|
-
$slots: S;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
routers: Array<{
|
|
3
|
-
to: string;
|
|
4
|
-
name: string;
|
|
5
|
-
}>;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|