@privateaim/client-vue 0.8.15 → 0.8.17
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/FEntityDelete.d.ts +14 -2
- package/dist/components/FEntityDelete.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysis.d.ts +1 -1
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +2 -2
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +1 -1
- package/dist/components/analysis/FAnalysisCommand.d.ts +1 -1
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +1 -1
- package/dist/components/analysis/FAnalysisItem.d.ts +6 -6
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +20 -8
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisName.d.ts +1 -1
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts +3 -3
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +78 -68
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +29 -23
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +39 -33
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +2 -2
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +33 -27
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +2 -2
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +36 -30
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts +4 -4
- package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +1 -1
- package/dist/components/analysis-log/index.d.ts +0 -1
- package/dist/components/analysis-log/index.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNode.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +32 -26
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +1 -1
- package/dist/components/event/FEvent.d.ts +1 -1
- package/dist/components/event/FEvent.d.ts.map +1 -1
- package/dist/components/event/FEventActor.vue.d.ts +1 -1
- package/dist/components/event/FEventActor.vue.d.ts.map +1 -1
- package/dist/components/event/FEventExpiring.vue.d.ts +1 -1
- package/dist/components/event/FEventExpiring.vue.d.ts.map +1 -1
- package/dist/components/event/FEventRef.vue.d.ts +1 -1
- package/dist/components/event/FEventRef.vue.d.ts.map +1 -1
- package/dist/components/event/FEvents.vue.d.ts +355 -0
- package/dist/components/event/FEvents.vue.d.ts.map +1 -0
- package/dist/components/event/index.d.ts +1 -1
- package/dist/components/event/index.d.ts.map +1 -1
- package/dist/components/log/FLog.d.ts +1 -1
- package/dist/components/log/FLog.d.ts.map +1 -1
- package/dist/components/log/FLogs.vue.d.ts +210 -0
- package/dist/components/log/FLogs.vue.d.ts.map +1 -0
- package/dist/components/log/index.d.ts +1 -0
- package/dist/components/log/index.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImage.d.ts +1 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts +14 -2
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/node/FNodeCrypto.vue.d.ts +1 -4
- package/dist/components/node/FNodeCrypto.vue.d.ts.map +1 -1
- package/dist/components/node/FNodeForm.d.ts +1 -1
- package/dist/components/node/FNodeRegistryProject.d.ts +2 -2
- package/dist/components/node/FNodeRobot.d.ts +1 -1
- package/dist/components/project/FProject.d.ts +1 -1
- package/dist/components/project/FProjectForm.d.ts +1 -1
- package/dist/components/project/FProjectItem.d.ts +2 -2
- package/dist/components/project/FProjectItemCard.vue.d.ts +14 -2
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +31 -25
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/registry/FRegistryCleanup.d.ts +14 -2
- package/dist/components/registry/FRegistryCleanup.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +1 -1
- package/dist/components/registry/FRegistrySetup.d.ts +14 -2
- package/dist/components/registry/FRegistrySetup.d.ts.map +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +1 -1
- package/dist/components/utility/search/FSearch.d.ts +1 -1
- package/dist/core/http-client/index.d.ts +1 -0
- package/dist/core/http-client/index.d.ts.map +1 -1
- package/dist/core/http-client/telemetry/index.d.ts +3 -0
- package/dist/core/http-client/telemetry/index.d.ts.map +1 -0
- package/dist/core/http-client/telemetry/install.d.ts +4 -0
- package/dist/core/http-client/telemetry/install.d.ts.map +1 -0
- package/dist/core/http-client/telemetry/singleton.d.ts +6 -0
- package/dist/core/http-client/telemetry/singleton.d.ts.map +1 -0
- package/dist/index.cjs +1038 -1005
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1044 -1015
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/dist/type.d.ts +1 -0
- package/dist/type.d.ts.map +1 -1
- package/package.json +20 -17
- package/dist/components/analysis-log/FAnalysisLog.d.ts +0 -27
- package/dist/components/analysis-log/FAnalysisLog.d.ts.map +0 -1
- package/dist/components/event/FEvents.d.ts +0 -14
- package/dist/components/event/FEvents.d.ts.map +0 -1
|
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
}>> & Readonly<{
|
|
53
53
|
onCreated?: (item: AnalysisBucket) => any;
|
|
54
54
|
onUpdated?: (item: AnalysisBucket) => any;
|
|
55
|
-
onFailed?: (item: Error) => any;
|
|
56
55
|
onDeleted?: (item: AnalysisBucket) => any;
|
|
57
56
|
onResolved?: (_item: AnalysisBucket) => any;
|
|
57
|
+
onFailed?: (item: Error) => any;
|
|
58
58
|
}>, {}, import("vue").SlotsType<import("../../../index.js").EntityManagerSlotsType<AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
59
59
|
entity: {
|
|
60
60
|
type: PropType<AnalysisBucket>;
|
|
@@ -90,9 +90,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
}>> & Readonly<{
|
|
91
91
|
onCreated?: (item: AnalysisBucket) => any;
|
|
92
92
|
onUpdated?: (item: AnalysisBucket) => any;
|
|
93
|
-
onFailed?: (item: Error) => any;
|
|
94
93
|
onDeleted?: (item: AnalysisBucket) => any;
|
|
95
94
|
onResolved?: (_item: AnalysisBucket) => any;
|
|
95
|
+
onFailed?: (item: Error) => any;
|
|
96
96
|
}>, {}, import("vue").SlotsType<import("../../../index.js").EntityManagerSlotsType<AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
97
97
|
retry: () => void;
|
|
98
98
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "entrypointChanged")[], "failed" | "entrypointChanged", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -369,7 +369,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
369
369
|
modal: import("vue").Ref<boolean, boolean>;
|
|
370
370
|
toggleModal: () => void;
|
|
371
371
|
entrypointFile: import("vue").Ref<AnalysisBucketFile, AnalysisBucketFile>;
|
|
372
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "
|
|
372
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile")[], "created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
373
373
|
entity: {
|
|
374
374
|
type: PropType<AnalysisBucket>;
|
|
375
375
|
required: true;
|
|
@@ -378,10 +378,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
378
378
|
type: PropType<AnalysisBucketFile>;
|
|
379
379
|
};
|
|
380
380
|
}>> & Readonly<{
|
|
381
|
-
onFailed?: (...args: any[]) => any;
|
|
382
381
|
onCreated?: (...args: any[]) => any;
|
|
383
382
|
onDeleted?: (...args: any[]) => any;
|
|
384
383
|
onUpdated?: (...args: any[]) => any;
|
|
384
|
+
onFailed?: (...args: any[]) => any;
|
|
385
385
|
onUploaded?: (...args: any[]) => any;
|
|
386
386
|
onSetEntrypointFile?: (...args: any[]) => any;
|
|
387
387
|
}>, {}, {}, {
|
|
@@ -393,8 +393,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
393
393
|
title?: string;
|
|
394
394
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
395
395
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
396
|
-
busy?: boolean;
|
|
397
396
|
id?: string;
|
|
397
|
+
busy?: boolean;
|
|
398
398
|
backdropFirst?: boolean;
|
|
399
399
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
400
400
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -552,6 +552,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
552
552
|
titleVisuallyHidden: boolean;
|
|
553
553
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
554
554
|
_element: HTMLDivElement;
|
|
555
|
+
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
556
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
557
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
558
|
+
click: (value: MouseEvent) => any;
|
|
559
|
+
}, import("vue").PublicProps, {
|
|
560
|
+
disabled: boolean;
|
|
561
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
562
|
+
ariaLabel: string;
|
|
563
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
564
|
+
P: {};
|
|
565
|
+
B: {};
|
|
566
|
+
D: {};
|
|
567
|
+
C: {};
|
|
568
|
+
M: {};
|
|
569
|
+
Defaults: {};
|
|
570
|
+
}, Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
571
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
572
|
+
}>, {}, {}, {}, {}, {
|
|
573
|
+
disabled: boolean;
|
|
574
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
575
|
+
ariaLabel: string;
|
|
576
|
+
}> | null;
|
|
555
577
|
_cancelButton: ({
|
|
556
578
|
$: import("vue").ComponentInternalInstance;
|
|
557
579
|
$data: {};
|
|
@@ -783,15 +805,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
783
805
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
784
806
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
785
807
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
786
|
-
$slots: Readonly<
|
|
787
|
-
default?: (props: Record<string, never>) => any;
|
|
788
|
-
loading?: (props: Record<string, never>) => any;
|
|
789
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
790
|
-
}> & {
|
|
791
|
-
default?: (props: Record<string, never>) => any;
|
|
792
|
-
loading?: (props: Record<string, never>) => any;
|
|
793
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
794
|
-
};
|
|
808
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
795
809
|
}) | null;
|
|
796
810
|
_okButton: ({
|
|
797
811
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1024,15 +1038,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1024
1038
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1025
1039
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1026
1040
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1027
|
-
$slots: Readonly<
|
|
1028
|
-
default?: (props: Record<string, never>) => any;
|
|
1029
|
-
loading?: (props: Record<string, never>) => any;
|
|
1030
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1031
|
-
}> & {
|
|
1032
|
-
default?: (props: Record<string, never>) => any;
|
|
1033
|
-
loading?: (props: Record<string, never>) => any;
|
|
1034
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1035
|
-
};
|
|
1041
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1036
1042
|
}) | null;
|
|
1037
1043
|
_fallbackFocusElement: HTMLDivElement;
|
|
1038
1044
|
}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1049,8 +1055,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1049
1055
|
title?: string;
|
|
1050
1056
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1051
1057
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1052
|
-
busy?: boolean;
|
|
1053
1058
|
id?: string;
|
|
1059
|
+
busy?: boolean;
|
|
1054
1060
|
backdropFirst?: boolean;
|
|
1055
1061
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1056
1062
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -1202,8 +1208,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1202
1208
|
title?: string;
|
|
1203
1209
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1204
1210
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1205
|
-
busy?: boolean;
|
|
1206
1211
|
id?: string;
|
|
1212
|
+
busy?: boolean;
|
|
1207
1213
|
backdropFirst?: boolean;
|
|
1208
1214
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1209
1215
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -1360,7 +1366,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1360
1366
|
scrollable: boolean;
|
|
1361
1367
|
titleVisuallyHidden: boolean;
|
|
1362
1368
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1363
|
-
$slots: Readonly<import("bootstrap-vue-next
|
|
1369
|
+
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1364
1370
|
});
|
|
1365
1371
|
FAnalysisBucketFileUpload: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1366
1372
|
entity: {
|
|
@@ -1378,9 +1384,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1378
1384
|
readonly size: number;
|
|
1379
1385
|
readonly type: string;
|
|
1380
1386
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
1381
|
-
bytes: () => Promise<Uint8Array
|
|
1387
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
1382
1388
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
1383
|
-
stream: () => ReadableStream<Uint8Array
|
|
1389
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
1384
1390
|
text: () => Promise<string>;
|
|
1385
1391
|
}[], File[] | {
|
|
1386
1392
|
readonly lastModified: number;
|
|
@@ -1389,9 +1395,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1389
1395
|
readonly size: number;
|
|
1390
1396
|
readonly type: string;
|
|
1391
1397
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
1392
|
-
bytes: () => Promise<Uint8Array
|
|
1398
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
1393
1399
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
1394
|
-
stream: () => ReadableStream<Uint8Array
|
|
1400
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
1395
1401
|
text: () => Promise<string>;
|
|
1396
1402
|
}[]>;
|
|
1397
1403
|
checkTempFiles: ($event: any) => void;
|
|
@@ -1588,10 +1594,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1588
1594
|
}>> & Readonly<{
|
|
1589
1595
|
onCreated?: (item: AnalysisBucketFile) => any;
|
|
1590
1596
|
onUpdated?: (item: AnalysisBucketFile) => any;
|
|
1591
|
-
onFailed?: (item: Error) => any;
|
|
1592
|
-
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
1593
1597
|
onDeleted?: (item: AnalysisBucketFile) => any;
|
|
1598
|
+
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
1594
1599
|
onResolved?: (_item: AnalysisBucketFile) => any;
|
|
1600
|
+
onFailed?: (item: Error) => any;
|
|
1595
1601
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1596
1602
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1597
1603
|
FAnalysisBucket: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1629,9 +1635,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1629
1635
|
}>> & Readonly<{
|
|
1630
1636
|
onCreated?: (item: AnalysisBucket) => any;
|
|
1631
1637
|
onUpdated?: (item: AnalysisBucket) => any;
|
|
1632
|
-
onFailed?: (item: Error) => any;
|
|
1633
1638
|
onDeleted?: (item: AnalysisBucket) => any;
|
|
1634
1639
|
onResolved?: (_item: AnalysisBucket) => any;
|
|
1640
|
+
onFailed?: (item: Error) => any;
|
|
1635
1641
|
}>, {}, import("vue").SlotsType<import("../../../index.js").EntityManagerSlotsType<AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1636
1642
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1637
1643
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisWizardStepFiles.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/wizard/FAnalysisWizardStepFiles.vue"],"names":[],"mappings":"AAAA,OAmHO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;;;cAWe,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,kBAAkB,CAAC;;;sBAWvB,KAAK;iCAIM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAnBlC,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FAnalysisWizardStepFiles.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/wizard/FAnalysisWizardStepFiles.vue"],"names":[],"mappings":"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"}
|
|
@@ -27,8 +27,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
type: PropType<MasterImage>;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{
|
|
30
|
-
onFailed?: (...args: any[]) => any;
|
|
31
30
|
onUpdated?: (...args: any[]) => any;
|
|
31
|
+
onFailed?: (...args: any[]) => any;
|
|
32
32
|
onMasterImageChanged?: (...args: any[]) => any;
|
|
33
33
|
}>, {}, {}, {
|
|
34
34
|
FAnalysisImageCommandArguments: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1076,8 +1076,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1076
1076
|
type: PropType<MasterImage>;
|
|
1077
1077
|
};
|
|
1078
1078
|
}>> & Readonly<{
|
|
1079
|
-
onFailed?: (...args: any[]) => any;
|
|
1080
1079
|
onUpdated?: (...args: any[]) => any;
|
|
1080
|
+
onFailed?: (...args: any[]) => any;
|
|
1081
1081
|
}>, {}, {}, {
|
|
1082
1082
|
FFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1083
1083
|
names: {
|
|
@@ -14,8 +14,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
}>> & Readonly<{
|
|
17
|
-
onFailed?: (...args: any[]) => any;
|
|
18
17
|
onUpdated?: (...args: any[]) => any;
|
|
18
|
+
onFailed?: (...args: any[]) => any;
|
|
19
19
|
}>, {}, {}, {
|
|
20
20
|
FAnalysisNodeManager: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
21
|
entity: {
|
|
@@ -591,16 +591,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
591
591
|
}>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
592
592
|
modal: import("vue").Ref<boolean, boolean>;
|
|
593
593
|
toggleModal: () => void;
|
|
594
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "
|
|
594
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "analysisUpdated" | "failed" | "selected")[], "created" | "updated" | "deleted" | "analysisUpdated" | "failed" | "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
595
595
|
entity: {
|
|
596
596
|
type: PropType<Analysis>;
|
|
597
597
|
required: true;
|
|
598
598
|
};
|
|
599
599
|
}>> & Readonly<{
|
|
600
|
-
onFailed?: (...args: any[]) => any;
|
|
601
600
|
onCreated?: (...args: any[]) => any;
|
|
602
601
|
onDeleted?: (...args: any[]) => any;
|
|
603
602
|
onUpdated?: (...args: any[]) => any;
|
|
603
|
+
onFailed?: (...args: any[]) => any;
|
|
604
604
|
onSelected?: (...args: any[]) => any;
|
|
605
605
|
onAnalysisUpdated?: (...args: any[]) => any;
|
|
606
606
|
}>, {}, {}, {
|
|
@@ -839,8 +839,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
839
839
|
type: PropType<import("../../../index.js").ListMeta<any>>;
|
|
840
840
|
};
|
|
841
841
|
}>> & Readonly<{}>, {
|
|
842
|
-
icon: boolean;
|
|
843
842
|
busy: boolean;
|
|
843
|
+
icon: boolean;
|
|
844
844
|
}, import("vue").SlotsType<{
|
|
845
845
|
default: Record<string, any>;
|
|
846
846
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -869,9 +869,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
869
869
|
}>> & Readonly<{
|
|
870
870
|
onCreated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
871
871
|
onUpdated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
872
|
-
onFailed?: (item: Error) => any;
|
|
873
872
|
onDeleted?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
874
873
|
onResolved?: (_item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
874
|
+
onFailed?: (item: Error) => any;
|
|
875
875
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
876
876
|
FAnalysisNodes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
877
877
|
realmId: {
|
|
@@ -1024,8 +1024,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1024
1024
|
title?: string;
|
|
1025
1025
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1026
1026
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1027
|
-
busy?: boolean;
|
|
1028
1027
|
id?: string;
|
|
1028
|
+
busy?: boolean;
|
|
1029
1029
|
backdropFirst?: boolean;
|
|
1030
1030
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1031
1031
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -1183,6 +1183,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1183
1183
|
titleVisuallyHidden: boolean;
|
|
1184
1184
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
1185
1185
|
_element: HTMLDivElement;
|
|
1186
|
+
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
1187
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1188
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1189
|
+
click: (value: MouseEvent) => any;
|
|
1190
|
+
}, import("vue").PublicProps, {
|
|
1191
|
+
disabled: boolean;
|
|
1192
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1193
|
+
ariaLabel: string;
|
|
1194
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
1195
|
+
P: {};
|
|
1196
|
+
B: {};
|
|
1197
|
+
D: {};
|
|
1198
|
+
C: {};
|
|
1199
|
+
M: {};
|
|
1200
|
+
Defaults: {};
|
|
1201
|
+
}, Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
1202
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1203
|
+
}>, {}, {}, {}, {}, {
|
|
1204
|
+
disabled: boolean;
|
|
1205
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1206
|
+
ariaLabel: string;
|
|
1207
|
+
}> | null;
|
|
1186
1208
|
_cancelButton: ({
|
|
1187
1209
|
$: import("vue").ComponentInternalInstance;
|
|
1188
1210
|
$data: {};
|
|
@@ -1414,15 +1436,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1414
1436
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1415
1437
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1416
1438
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1417
|
-
$slots: Readonly<
|
|
1418
|
-
default?: (props: Record<string, never>) => any;
|
|
1419
|
-
loading?: (props: Record<string, never>) => any;
|
|
1420
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1421
|
-
}> & {
|
|
1422
|
-
default?: (props: Record<string, never>) => any;
|
|
1423
|
-
loading?: (props: Record<string, never>) => any;
|
|
1424
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1425
|
-
};
|
|
1439
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1426
1440
|
}) | null;
|
|
1427
1441
|
_okButton: ({
|
|
1428
1442
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1655,15 +1669,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1655
1669
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1656
1670
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1657
1671
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1658
|
-
$slots: Readonly<
|
|
1659
|
-
default?: (props: Record<string, never>) => any;
|
|
1660
|
-
loading?: (props: Record<string, never>) => any;
|
|
1661
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1662
|
-
}> & {
|
|
1663
|
-
default?: (props: Record<string, never>) => any;
|
|
1664
|
-
loading?: (props: Record<string, never>) => any;
|
|
1665
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1666
|
-
};
|
|
1672
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1667
1673
|
}) | null;
|
|
1668
1674
|
_fallbackFocusElement: HTMLDivElement;
|
|
1669
1675
|
}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1680,8 +1686,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1680
1686
|
title?: string;
|
|
1681
1687
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1682
1688
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1683
|
-
busy?: boolean;
|
|
1684
1689
|
id?: string;
|
|
1690
|
+
busy?: boolean;
|
|
1685
1691
|
backdropFirst?: boolean;
|
|
1686
1692
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1687
1693
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -1833,8 +1839,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1833
1839
|
title?: string;
|
|
1834
1840
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1835
1841
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1836
|
-
busy?: boolean;
|
|
1837
1842
|
id?: string;
|
|
1843
|
+
busy?: boolean;
|
|
1838
1844
|
backdropFirst?: boolean;
|
|
1839
1845
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1840
1846
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
@@ -1991,7 +1997,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1991
1997
|
scrollable: boolean;
|
|
1992
1998
|
titleVisuallyHidden: boolean;
|
|
1993
1999
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1994
|
-
$slots: Readonly<import("bootstrap-vue-next
|
|
2000
|
+
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1995
2001
|
});
|
|
1996
2002
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1997
2003
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisWizardStepNodes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/wizard/FAnalysisWizardStepNodes.vue"],"names":[],"mappings":"AAAA,OA0EO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAYR,QAAQ,CAAC,QAAQ,CAAC;;;;sBAMb,KAAK;uBAIJ,QAAQ;;;cAVd,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FAnalysisWizardStepNodes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/wizard/FAnalysisWizardStepNodes.vue"],"names":[],"mappings":"AAAA,OA0EO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAYR,QAAQ,CAAC,QAAQ,CAAC;;;;sBAMb,KAAK;uBAIJ,QAAQ;;;cAVd,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAiHyssB,CAAC,uBAAuB,CAAC;;oCAAkG,CAAC;sCAAmE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA8wK,CAAC;;;;;;;;;;;;;;;2BAA6oB,CAAC;;;;;;;;;;wCAAgU,CAAC;yCAAoD,CAAC;mCAA8C,CAAC;qCAA8E,CAAC;qCAAgD,CAAC;gDAAwE,CAAC;qDAAwF,CAAC;iDAAoF,CAAC;sDAA0F,CAAC;iDAAqF,CAAC;uCAAgF,CAAC;4CAAuD,CAAC;iDAA2D,CAAC;qCAA+C,CAAC;qCAA+C,CAAC;sCAAiD,CAAC;wCAAmD,CAAC;6CAA4E,CAAC;yCAAwE,CAAC;2CAAsD,CAAC;;;;2CAAkJ,CAAC;gDAA2D,CAAC;oCAAgF,CAAC;wCAAkD,CAAC;oDAA+D,CAAC;0CAAoD,CAAC;0CAAoD,CAAC;uCAAkD,CAAC;wCAAsE,CAAC;qCAAoN,CAAC;oCAAkE,CAAC;wCAAkD,CAAC;4CAAuD,CAAC;4CAAuD,CAAC;wCAAkD,CAAC;wCAAmD,CAAC;mDAAmF,CAAC;;;;;;;;;;;;;;;;;;;+BAAwzB,CAAC;;gCAA6E,CAAC;0BAAqC,CAAC;4BAAqE,CAAC;4BAAuC,CAAC;uCAA+D,CAAC;4CAA+E,CAAC;wCAA2E,CAAC;6CAAiF,CAAC;wCAA4E,CAAC;8BAAuE,CAAC;mCAA8C,CAAC;wCAAkD,CAAC;4BAAsC,CAAC;4BAAsC,CAAC;6BAAwC,CAAC;+BAA0C,CAAC;oCAAmE,CAAC;gCAA+D,CAAC;kCAA6C,CAAC;;;;kCAAyI,CAAC;uCAAkD,CAAC;2BAAuE,CAAC;+BAAyC,CAAC;2CAAsD,CAAC;iCAA2C,CAAC;iCAA2C,CAAC;8BAAyC,CAAC;+BAA6D,CAAC;4BAA2M,CAAC;2BAAyD,CAAC;+BAAyC,CAAC;mCAA8C,CAAC;mCAA8C,CAAC;+BAAyC,CAAC;;+BAAkE,CAAC;0CAA0E,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAmwD,CAAC;+BAAoD,CAAC;mCAAwD,CAAC;+BAAoD,CAAC;oCAAyD,CAAC;+BAAoD,CAAC;iCAAsD,CAAC;mCAAwD,CAAC;qCAA0D,CAAC;qCAA0D,CAAC;iCAAsD,CAAC;iCAAsD,CAAC;qCAA0D,CAAC;uCAAwH,CAAC;qCAAsH,CAAC;;;;gDAA8U,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAA6D,GAAG,sEAAsE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA8zC,CAAC;;4BAAqE,CAAC;sBAAiC,CAAC;wBAAiE,CAAC;wBAAmC,CAAC;mCAA2D,CAAC;wCAA2E,CAAC;oCAAuE,CAAC;yCAA6E,CAAC;oCAAwE,CAAC;0BAAmE,CAAC;+BAA0C,CAAC;oCAA8C,CAAC;wBAAkC,CAAC;wBAAkC,CAAC;yBAAoC,CAAC;2BAAsC,CAAC;gCAA+D,CAAC;4BAA2D,CAAC;8BAAyC,CAAC;;;;8BAAyH,CAAC;mCAA8C,CAAC;uBAAmE,CAAC;2BAAqC,CAAC;uCAAkD,CAAC;6BAAuC,CAAC;6BAAuC,CAAC;0BAAqC,CAAC;2BAAyD,CAAC;wBAAuM,CAAC;uBAAqD,CAAC;2BAAqC,CAAC;+BAA0C,CAAC;+BAA0C,CAAC;2BAAqC,CAAC;;2BAA0D,CAAC;sCAAsE,CAAC;;;;;;;;wCAAoyB,CAAC;yCAAoD,CAAC;mCAA8C,CAAC;qCAA8E,CAAC;qCAAgD,CAAC;gDAAwE,CAAC;qDAAwF,CAAC;iDAAoF,CAAC;sDAA0F,CAAC;iDAAqF,CAAC;uCAAgF,CAAC;4CAAuD,CAAC;iDAA2D,CAAC;qCAA+C,CAAC;qCAA+C,CAAC;sCAAiD,CAAC;wCAAmD,CAAC;6CAA4E,CAAC;yCAAwE,CAAC;2CAAsD,CAAC;;;;2CAAkJ,CAAC;gDAA2D,CAAC;oCAAgF,CAAC;wCAAkD,CAAC;oDAA+D,CAAC;0CAAoD,CAAC;0CAAoD,CAAC;uCAAkD,CAAC;wCAAsE,CAAC;qCAAoN,CAAC;oCAAkE,CAAC;wCAAkD,CAAC;4CAAuD,CAAC;4CAAuD,CAAC;wCAAkD,CAAC;wCAAmD,CAAC;mDAAmF,CAAC;;;;;;;;;;;;;;;;;;;+BAAwzB,CAAC;;gCAA6E,CAAC;0BAAqC,CAAC;4BAAqE,CAAC;4BAAuC,CAAC;uCAA+D,CAAC;4CAA+E,CAAC;wCAA2E,CAAC;6CAAiF,CAAC;wCAA4E,CAAC;8BAAuE,CAAC;mCAA8C,CAAC;wCAAkD,CAAC;4BAAsC,CAAC;4BAAsC,CAAC;6BAAwC,CAAC;+BAA0C,CAAC;oCAAmE,CAAC;gCAA+D,CAAC;kCAA6C,CAAC;;;;kCAAyI,CAAC;uCAAkD,CAAC;2BAAuE,CAAC;+BAAyC,CAAC;2CAAsD,CAAC;iCAA2C,CAAC;iCAA2C,CAAC;8BAAyC,CAAC;+BAA6D,CAAC;4BAA2M,CAAC;2BAAyD,CAAC;+BAAyC,CAAC;mCAA8C,CAAC;mCAA8C,CAAC;+BAAyC,CAAC;;+BAAkE,CAAC;0CAA0E,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAmwD,CAAC;+BAAoD,CAAC;mCAAwD,CAAC;+BAAoD,CAAC;oCAAyD,CAAC;+BAAoD,CAAC;iCAAsD,CAAC;mCAAwD,CAAC;qCAA0D,CAAC;qCAA0D,CAAC;iCAAsD,CAAC;iCAAsD,CAAC;qCAA0D,CAAC;uCAAwH,CAAC;qCAAsH,CAAC;;;;gDAA8U,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAA6D,GAAG,sEAAsE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA8zC,CAAC;;4BAAqE,CAAC;sBAAiC,CAAC;wBAAiE,CAAC;wBAAmC,CAAC;mCAA2D,CAAC;wCAA2E,CAAC;oCAAuE,CAAC;yCAA6E,CAAC;oCAAwE,CAAC;0BAAmE,CAAC;+BAA0C,CAAC;oCAA8C,CAAC;wBAAkC,CAAC;wBAAkC,CAAC;yBAAoC,CAAC;2BAAsC,CAAC;gCAA+D,CAAC;4BAA2D,CAAC;8BAAyC,CAAC;;;;8BAAyH,CAAC;mCAA8C,CAAC;uBAAmE,CAAC;2BAAqC,CAAC;uCAAkD,CAAC;6BAAuC,CAAC;6BAAuC,CAAC;0BAAqC,CAAC;2BAAyD,CAAC;wBAAuM,CAAC;uBAAqD,CAAC;2BAAqC,CAAC;+BAA0C,CAAC;+BAA0C,CAAC;2BAAqC,CAAC;;2BAA0D,CAAC;sCAAsE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAA7p+B,CAAC,uBAAuB,CAAC;;oCAAkG,CAAC;sCAAmE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAhM,CAAC,uBAAuB,CAAC;;gCAAkG,CAAC;kCAAmE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvHv7sB,wBAyBG"}
|
|
@@ -253,8 +253,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
253
253
|
type: PropType<import("../../..").ListMeta<any>>;
|
|
254
254
|
};
|
|
255
255
|
}>> & Readonly<{}>, {
|
|
256
|
-
icon: boolean;
|
|
257
256
|
busy: boolean;
|
|
257
|
+
icon: boolean;
|
|
258
258
|
}, import("vue").SlotsType<{
|
|
259
259
|
default: Record<string, any>;
|
|
260
260
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onCreated?: (item: AnalysisBucket) => any;
|
|
38
38
|
onUpdated?: (item: AnalysisBucket) => any;
|
|
39
|
-
onFailed?: (item: Error) => any;
|
|
40
39
|
onDeleted?: (item: AnalysisBucket) => any;
|
|
41
40
|
onResolved?: (_item: AnalysisBucket) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, SlotsType<EntityManagerSlotsType<AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
44
44
|
//# sourceMappingURL=FAnalysisBucket.d.ts.map
|
|
@@ -35,10 +35,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
}>> & Readonly<{
|
|
36
36
|
onCreated?: (item: AnalysisBucketFile) => any;
|
|
37
37
|
onUpdated?: (item: AnalysisBucketFile) => any;
|
|
38
|
-
onFailed?: (item: Error) => any;
|
|
39
|
-
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
40
38
|
onDeleted?: (item: AnalysisBucketFile) => any;
|
|
39
|
+
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
41
40
|
onResolved?: (_item: AnalysisBucketFile) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
44
44
|
//# sourceMappingURL=FAnalysisBucketFile.vue.d.ts.map
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
263
263
|
modal: import("vue").Ref<boolean, boolean>;
|
|
264
264
|
toggleModal: () => void;
|
|
265
265
|
entrypointFile: import("vue").Ref<AnalysisBucketFile, AnalysisBucketFile>;
|
|
266
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "
|
|
266
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile")[], "created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
267
267
|
entity: {
|
|
268
268
|
type: PropType<AnalysisBucket>;
|
|
269
269
|
required: true;
|
|
@@ -272,10 +272,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
272
272
|
type: PropType<AnalysisBucketFile>;
|
|
273
273
|
};
|
|
274
274
|
}>> & Readonly<{
|
|
275
|
-
onFailed?: (...args: any[]) => any;
|
|
276
275
|
onCreated?: (...args: any[]) => any;
|
|
277
276
|
onDeleted?: (...args: any[]) => any;
|
|
278
277
|
onUpdated?: (...args: any[]) => any;
|
|
278
|
+
onFailed?: (...args: any[]) => any;
|
|
279
279
|
onUploaded?: (...args: any[]) => any;
|
|
280
280
|
onSetEntrypointFile?: (...args: any[]) => any;
|
|
281
281
|
}>, {}, {}, {
|
|
@@ -287,8 +287,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
287
287
|
title?: string;
|
|
288
288
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
289
289
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
290
|
-
busy?: boolean;
|
|
291
290
|
id?: string;
|
|
291
|
+
busy?: boolean;
|
|
292
292
|
backdropFirst?: boolean;
|
|
293
293
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
294
294
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -446,6 +446,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
446
446
|
titleVisuallyHidden: boolean;
|
|
447
447
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
448
448
|
_element: HTMLDivElement;
|
|
449
|
+
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
450
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
451
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
452
|
+
click: (value: MouseEvent) => any;
|
|
453
|
+
}, import("vue").PublicProps, {
|
|
454
|
+
disabled: boolean;
|
|
455
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
456
|
+
ariaLabel: string;
|
|
457
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
458
|
+
P: {};
|
|
459
|
+
B: {};
|
|
460
|
+
D: {};
|
|
461
|
+
C: {};
|
|
462
|
+
M: {};
|
|
463
|
+
Defaults: {};
|
|
464
|
+
}, Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
465
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
466
|
+
}>, {}, {}, {}, {}, {
|
|
467
|
+
disabled: boolean;
|
|
468
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
469
|
+
ariaLabel: string;
|
|
470
|
+
}> | null;
|
|
449
471
|
_cancelButton: ({
|
|
450
472
|
$: import("vue").ComponentInternalInstance;
|
|
451
473
|
$data: {};
|
|
@@ -677,15 +699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
677
699
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
678
700
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
679
701
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
680
|
-
$slots: Readonly<
|
|
681
|
-
default?: (props: Record<string, never>) => any;
|
|
682
|
-
loading?: (props: Record<string, never>) => any;
|
|
683
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
684
|
-
}> & {
|
|
685
|
-
default?: (props: Record<string, never>) => any;
|
|
686
|
-
loading?: (props: Record<string, never>) => any;
|
|
687
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
688
|
-
};
|
|
702
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
689
703
|
}) | null;
|
|
690
704
|
_okButton: ({
|
|
691
705
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -918,15 +932,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
918
932
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
919
933
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
920
934
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
921
|
-
$slots: Readonly<
|
|
922
|
-
default?: (props: Record<string, never>) => any;
|
|
923
|
-
loading?: (props: Record<string, never>) => any;
|
|
924
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
925
|
-
}> & {
|
|
926
|
-
default?: (props: Record<string, never>) => any;
|
|
927
|
-
loading?: (props: Record<string, never>) => any;
|
|
928
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
929
|
-
};
|
|
935
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
930
936
|
}) | null;
|
|
931
937
|
_fallbackFocusElement: HTMLDivElement;
|
|
932
938
|
}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -943,8 +949,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
943
949
|
title?: string;
|
|
944
950
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
945
951
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
946
|
-
busy?: boolean;
|
|
947
952
|
id?: string;
|
|
953
|
+
busy?: boolean;
|
|
948
954
|
backdropFirst?: boolean;
|
|
949
955
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
950
956
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -1096,8 +1102,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1096
1102
|
title?: string;
|
|
1097
1103
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1098
1104
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1099
|
-
busy?: boolean;
|
|
1100
1105
|
id?: string;
|
|
1106
|
+
busy?: boolean;
|
|
1101
1107
|
backdropFirst?: boolean;
|
|
1102
1108
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1103
1109
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -1254,7 +1260,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1254
1260
|
scrollable: boolean;
|
|
1255
1261
|
titleVisuallyHidden: boolean;
|
|
1256
1262
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1257
|
-
$slots: Readonly<import("bootstrap-vue-next
|
|
1263
|
+
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1258
1264
|
});
|
|
1259
1265
|
FAnalysisBucketFileUpload: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1260
1266
|
entity: {
|
|
@@ -1272,9 +1278,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1272
1278
|
readonly size: number;
|
|
1273
1279
|
readonly type: string;
|
|
1274
1280
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
1275
|
-
bytes: () => Promise<Uint8Array
|
|
1281
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
1276
1282
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
1277
|
-
stream: () => ReadableStream<Uint8Array
|
|
1283
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
1278
1284
|
text: () => Promise<string>;
|
|
1279
1285
|
}[], File[] | {
|
|
1280
1286
|
readonly lastModified: number;
|
|
@@ -1283,9 +1289,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1283
1289
|
readonly size: number;
|
|
1284
1290
|
readonly type: string;
|
|
1285
1291
|
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
1286
|
-
bytes: () => Promise<Uint8Array
|
|
1292
|
+
bytes: () => Promise<Uint8Array<ArrayBuffer>>;
|
|
1287
1293
|
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
1288
|
-
stream: () => ReadableStream<Uint8Array
|
|
1294
|
+
stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
1289
1295
|
text: () => Promise<string>;
|
|
1290
1296
|
}[]>;
|
|
1291
1297
|
checkTempFiles: ($event: any) => void;
|
|
@@ -1482,10 +1488,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1482
1488
|
}>> & Readonly<{
|
|
1483
1489
|
onCreated?: (item: AnalysisBucketFile) => any;
|
|
1484
1490
|
onUpdated?: (item: AnalysisBucketFile) => any;
|
|
1485
|
-
onFailed?: (item: Error) => any;
|
|
1486
|
-
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
1487
1491
|
onDeleted?: (item: AnalysisBucketFile) => any;
|
|
1492
|
+
onCheck?: (_entity?: AnalysisBucketFile) => any;
|
|
1488
1493
|
onResolved?: (_item: AnalysisBucketFile) => any;
|
|
1494
|
+
onFailed?: (item: Error) => any;
|
|
1489
1495
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1490
1496
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1491
1497
|
export default _default;
|