@tmagic/editor 1.7.10 → 1.7.11
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/es/fields/DisplayConds.vue_vue_type_script_setup_true_lang.js +1 -0
- package/dist/es/hooks/use-stage.js +5 -1
- package/dist/es/layouts/NavMenu.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/es/services/props.js +2 -0
- package/dist/es/services/ui.js +1 -0
- package/dist/es/utils/props.js +2 -1
- package/dist/tmagic-editor.umd.cjs +24 -12
- package/package.json +9 -9
- package/src/fields/DisplayConds.vue +1 -0
- package/src/hooks/use-stage.ts +11 -4
- package/src/layouts/NavMenu.vue +2 -0
- package/src/services/ui.ts +1 -0
- package/src/type.ts +2 -0
- package/src/utils/props.ts +1 -0
- package/types/index.d.ts +433 -439
package/types/index.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import formPlugin, { CascaderOption, ChangeRecord, CodeSelectColConfig, CodeSelectConfig, CondOpSelectConfig, ContainerChangeEventData, DataSourceFieldSelectConfig, DataSourceFieldsConfig, DataSourceInputConfig, DataSourceMethodSelectConfig, DataSourceMethodsConfig, DataSourceMocksConfig, DataSourceSelect, DisplayCondsConfig, EventSelectConfig, FieldProps, FormConfig, FormInstallOptions, FormState, FormValue, KeyValueConfig, PageFragmentSelectConfig, TabPaneConfig, TableColumnConfig, TypeFunction } from "@tmagic/form";
|
|
2
2
|
import tablePlugin from "@tmagic/table";
|
|
3
|
-
import * as _tmagic_stage0 from "@tmagic/stage";
|
|
3
|
+
import * as _$_tmagic_stage0 from "@tmagic/stage";
|
|
4
4
|
import StageCore, { ContainerHighlightType, CustomizeMoveableOptions, GuidesOptions, RenderType, UpdateDragEl, default as StageCore$1 } from "@tmagic/stage";
|
|
5
5
|
import designPlugin, { ButtonProps, DesignPluginOptions } from "@tmagic/design";
|
|
6
|
-
import * as gesto from "gesto";
|
|
6
|
+
import * as _$gesto from "gesto";
|
|
7
7
|
import Gesto, { OnDrag, OnDrag as OnDrag$1 } from "gesto";
|
|
8
|
-
import * as _tmagic_core0 from "@tmagic/core";
|
|
8
|
+
import * as _$_tmagic_core0 from "@tmagic/core";
|
|
9
9
|
import { CodeBlockContent, CodeBlockDSL, DataSchema, DataSourceFieldType, DataSourceSchema, DepData, DepExtendedData, DepTargetType, DepTargetType as DepTargetType$1, DisplayCond, EventOption, Id, MApp, MContainer, MNode, MPage, MPageFragment, NodeType, Target, TargetOptions } from "@tmagic/core";
|
|
10
|
-
import * as monaco_editor0 from "monaco-editor";
|
|
10
|
+
import * as _$monaco_editor0 from "monaco-editor";
|
|
11
11
|
import { App, Component, ComputedRef, Ref, ShallowRef } from "vue";
|
|
12
12
|
import EventEmitter, { EventEmitter as EventEmitter$1 } from "events";
|
|
13
13
|
import Sortable, { Options, SortableEvent } from "sortablejs";
|
|
14
14
|
import { PascalCasedProperties, Writable } from "type-fest";
|
|
15
|
-
import * as _tmagic_schema0 from "@tmagic/schema";
|
|
15
|
+
import * as _$_tmagic_schema0 from "@tmagic/schema";
|
|
16
16
|
import { StyleSchema } from "@tmagic/schema";
|
|
17
|
-
import * as _vue_reactivity0 from "@vue/reactivity";
|
|
18
|
-
import * as _tmagic_form_schema0 from "@tmagic/form-schema";
|
|
19
|
-
import * as _vue_runtime_core0 from "@vue/runtime-core";
|
|
17
|
+
import * as _$_vue_reactivity0 from "@vue/reactivity";
|
|
18
|
+
import * as _$_tmagic_form_schema0 from "@tmagic/form-schema";
|
|
19
|
+
import * as _$_vue_runtime_core0 from "@vue/runtime-core";
|
|
20
20
|
export * from "@tmagic/form";
|
|
21
21
|
export * from "@tmagic/table";
|
|
22
22
|
export * from "@tmagic/stage";
|
|
@@ -263,11 +263,11 @@ declare class DataSource extends export_default {
|
|
|
263
263
|
type: string;
|
|
264
264
|
title?: string;
|
|
265
265
|
description?: string;
|
|
266
|
-
fields: _tmagic_schema0.DataSchema[];
|
|
267
|
-
methods: _tmagic_schema0.CodeBlockContent[];
|
|
268
|
-
mocks?: _tmagic_schema0.MockSchema[];
|
|
269
|
-
events: _tmagic_schema0.EventConfig[];
|
|
270
|
-
disabledInitInJsEngine?: (_tmagic_schema0.JsEngine | string)[];
|
|
266
|
+
fields: _$_tmagic_schema0.DataSchema[];
|
|
267
|
+
methods: _$_tmagic_schema0.CodeBlockContent[];
|
|
268
|
+
mocks?: _$_tmagic_schema0.MockSchema[];
|
|
269
|
+
events: _$_tmagic_schema0.EventConfig[];
|
|
270
|
+
disabledInitInJsEngine?: (_$_tmagic_schema0.JsEngine | string)[];
|
|
271
271
|
};
|
|
272
272
|
update(config: DataSourceSchema, {
|
|
273
273
|
changeRecords
|
|
@@ -557,8 +557,8 @@ declare class UndoRedo<T = any> {
|
|
|
557
557
|
//#region temp/packages/editor/src/services/history.d.ts
|
|
558
558
|
declare class History extends export_default {
|
|
559
559
|
state: {
|
|
560
|
-
pageId?: _tmagic_schema0.Id | undefined;
|
|
561
|
-
pageSteps: Record<_tmagic_schema0.Id, UndoRedo<StepValue>>;
|
|
560
|
+
pageId?: _$_tmagic_schema0.Id | undefined;
|
|
561
|
+
pageSteps: Record<_$_tmagic_schema0.Id, UndoRedo<StepValue>>;
|
|
562
562
|
canRedo: boolean;
|
|
563
563
|
canUndo: boolean;
|
|
564
564
|
};
|
|
@@ -808,7 +808,7 @@ type AsyncMethodName$1 = Writable<(typeof canUsePluginMethods$1)['async']>;
|
|
|
808
808
|
declare class Ui extends export_default {
|
|
809
809
|
constructor();
|
|
810
810
|
set<K extends keyof UiState, T extends UiState[K]>(name: K, value: T): void;
|
|
811
|
-
get<K extends keyof UiState>(name: K): _vue_reactivity0.ShallowReactive<UiState>[K];
|
|
811
|
+
get<K extends keyof UiState>(name: K): _$_vue_reactivity0.ShallowReactive<UiState>[K];
|
|
812
812
|
zoom(zoom: number): Promise<void>;
|
|
813
813
|
calcZoom(): Promise<number>;
|
|
814
814
|
resetState(): void;
|
|
@@ -902,12 +902,12 @@ type BeforeAdd = (config: MNode, parent: MContainer) => Promise<MNode> | MNode;
|
|
|
902
902
|
type GetConfig = (config: FormConfig) => Promise<FormConfig> | FormConfig;
|
|
903
903
|
interface EditorInstallOptions {
|
|
904
904
|
parseDSL: <T = any>(dsl: string) => T;
|
|
905
|
-
customCreateMonacoEditor: (monaco: typeof monaco_editor0, codeEditorEl: HTMLElement, options: monaco_editor0.editor.IStandaloneEditorConstructionOptions & {
|
|
905
|
+
customCreateMonacoEditor: (monaco: typeof _$monaco_editor0, codeEditorEl: HTMLElement, options: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions & {
|
|
906
906
|
editorCustomType?: string;
|
|
907
|
-
}) => Promise<monaco_editor0.editor.IStandaloneCodeEditor> | monaco_editor0.editor.IStandaloneCodeEditor;
|
|
908
|
-
customCreateMonacoDiffEditor: (monaco: typeof monaco_editor0, codeEditorEl: HTMLElement, options: monaco_editor0.editor.IStandaloneEditorConstructionOptions & {
|
|
907
|
+
}) => Promise<_$monaco_editor0.editor.IStandaloneCodeEditor> | _$monaco_editor0.editor.IStandaloneCodeEditor;
|
|
908
|
+
customCreateMonacoDiffEditor: (monaco: typeof _$monaco_editor0, codeEditorEl: HTMLElement, options: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions & {
|
|
909
909
|
editorCustomType?: string;
|
|
910
|
-
}) => Promise<monaco_editor0.editor.IStandaloneDiffEditor> | monaco_editor0.editor.IStandaloneDiffEditor;
|
|
910
|
+
}) => Promise<_$monaco_editor0.editor.IStandaloneDiffEditor> | _$monaco_editor0.editor.IStandaloneDiffEditor;
|
|
911
911
|
[key: string]: any;
|
|
912
912
|
}
|
|
913
913
|
interface Services {
|
|
@@ -1020,6 +1020,8 @@ interface UiState {
|
|
|
1020
1020
|
columnWidth: GetColumnWidth;
|
|
1021
1021
|
/** 是否显示画布参考线,true: 显示,false: 不显示,默认为true */
|
|
1022
1022
|
showGuides: boolean;
|
|
1023
|
+
/** 画布上是否存在参考线 */
|
|
1024
|
+
hasGuides: boolean;
|
|
1023
1025
|
/** 是否显示标尺,true: 显示,false: 不显示,默认为true */
|
|
1024
1026
|
showRule: boolean;
|
|
1025
1027
|
/** 用于控制该属性配置表单内组件的尺寸 */
|
|
@@ -1449,13 +1451,13 @@ interface ContainerChangeEventData$1 {
|
|
|
1449
1451
|
//#endregion
|
|
1450
1452
|
//#region temp/packages/editor/src/hooks/use-code-block-edit.d.ts
|
|
1451
1453
|
declare const useCodeBlockEdit: (codeBlockService: Services["codeBlockService"]) => {
|
|
1452
|
-
codeId: _vue_reactivity0.Ref<string | undefined, string | undefined>;
|
|
1453
|
-
codeConfig: _vue_reactivity0.Ref<(Omit<CodeBlockContent, "content"> & {
|
|
1454
|
+
codeId: _$_vue_reactivity0.Ref<string | undefined, string | undefined>;
|
|
1455
|
+
codeConfig: _$_vue_reactivity0.Ref<(Omit<CodeBlockContent, "content"> & {
|
|
1454
1456
|
content: string;
|
|
1455
1457
|
}) | undefined, (Omit<CodeBlockContent, "content"> & {
|
|
1456
1458
|
content: string;
|
|
1457
1459
|
}) | undefined>;
|
|
1458
|
-
codeBlockEditor: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1460
|
+
codeBlockEditor: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1459
1461
|
content: Omit<CodeBlockContent, "content"> & {
|
|
1460
1462
|
content: string;
|
|
1461
1463
|
};
|
|
@@ -1474,13 +1476,13 @@ declare const useCodeBlockEdit: (codeBlockService: Services["codeBlockService"])
|
|
|
1474
1476
|
}>, {
|
|
1475
1477
|
show(): Promise<void>;
|
|
1476
1478
|
hide(): Promise<void>;
|
|
1477
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
1479
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
1478
1480
|
close: () => any;
|
|
1479
1481
|
submit: (values: CodeBlockContent, eventData: ContainerChangeEventData$1) => any;
|
|
1480
1482
|
open: () => any;
|
|
1481
1483
|
"update:width": (value: number) => any;
|
|
1482
1484
|
"update:visible": (value: boolean) => any;
|
|
1483
|
-
}, _vue_runtime_core0.PublicProps, {}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
1485
|
+
}, _$_vue_runtime_core0.PublicProps, {}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
1484
1486
|
P: {};
|
|
1485
1487
|
B: {};
|
|
1486
1488
|
D: {};
|
|
@@ -1525,7 +1527,7 @@ interface State {
|
|
|
1525
1527
|
declare const useFloatBox: (slideKeys: ComputedRef<string[]>) => {
|
|
1526
1528
|
dragstartHandler: (e: DragEvent) => void;
|
|
1527
1529
|
dragendHandler: (key: string, e: DragEvent) => void;
|
|
1528
|
-
floatBoxStates: _vue_reactivity0.Ref<{
|
|
1530
|
+
floatBoxStates: _$_vue_reactivity0.Ref<{
|
|
1529
1531
|
[x: string]: State;
|
|
1530
1532
|
}, {
|
|
1531
1533
|
[x: string]: State;
|
|
@@ -1543,7 +1545,7 @@ declare const useWindowRect: () => {
|
|
|
1543
1545
|
//#endregion
|
|
1544
1546
|
//#region temp/packages/editor/src/hooks/use-editor-content-height.d.ts
|
|
1545
1547
|
declare const useEditorContentHeight: () => {
|
|
1546
|
-
height: _vue_reactivity0.Ref<number, number>;
|
|
1548
|
+
height: _$_vue_reactivity0.Ref<number, number>;
|
|
1547
1549
|
};
|
|
1548
1550
|
//#endregion
|
|
1549
1551
|
//#region temp/packages/editor/src/hooks/use-filter.d.ts
|
|
@@ -1554,7 +1556,7 @@ declare const useFilter: (nodeData: Ref<TreeNodeData[]>, nodeStatusMap: Ref<Map<
|
|
|
1554
1556
|
//#endregion
|
|
1555
1557
|
//#region temp/packages/editor/src/hooks/use-getso.d.ts
|
|
1556
1558
|
declare const useGetSo: (target: ShallowRef<HTMLElement | null>, emit: (evt: "change", e: OnDrag$1<Gesto>) => void) => {
|
|
1557
|
-
isDragging: _vue_reactivity0.Ref<boolean, boolean>;
|
|
1559
|
+
isDragging: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
1558
1560
|
};
|
|
1559
1561
|
//#endregion
|
|
1560
1562
|
//#region temp/packages/editor/src/hooks/use-next-float-box-position.d.ts
|
|
@@ -1574,7 +1576,7 @@ declare const useNextFloatBoxPosition: (uiService: Services["uiService"], parent
|
|
|
1574
1576
|
//#endregion
|
|
1575
1577
|
//#region temp/packages/editor/src/hooks/use-node-status.d.ts
|
|
1576
1578
|
declare const useNodeStatus: (nodeData: ComputedRef<TreeNodeData[]>) => {
|
|
1577
|
-
nodeStatusMap: _vue_reactivity0.Ref<Map<Id, {
|
|
1579
|
+
nodeStatusMap: _$_vue_reactivity0.Ref<Map<Id, {
|
|
1578
1580
|
visible: boolean;
|
|
1579
1581
|
expand: boolean;
|
|
1580
1582
|
selected: boolean;
|
|
@@ -1666,14 +1668,14 @@ declare const getNodeIndex: (id: Id, parent: MContainer | MApp) => number;
|
|
|
1666
1668
|
declare const getRelativeStyle: (style?: Record<string, any>) => Record<string, any>;
|
|
1667
1669
|
declare const getInitPositionStyle: (style: Record<string, any> | undefined, layout: Layout) => Record<string, any>;
|
|
1668
1670
|
declare const setChildrenLayout: (node: MContainer, layout: Layout) => MContainer;
|
|
1669
|
-
declare const setLayout: (node: MNode, layout: Layout) => _tmagic_schema0.MComponent | undefined;
|
|
1671
|
+
declare const setLayout: (node: MNode, layout: Layout) => _$_tmagic_schema0.MComponent | undefined;
|
|
1670
1672
|
declare const change2Fixed: (node: MNode, root: MApp) => {
|
|
1671
1673
|
[key: string]: any;
|
|
1672
1674
|
};
|
|
1673
1675
|
declare const Fixed2Other: (node: MNode, root: MApp, getLayout: (parent: MNode, node?: MNode) => Promise<Layout>) => Promise<Record<string, any>>;
|
|
1674
1676
|
declare const getGuideLineFromCache: (key: string) => number[];
|
|
1675
1677
|
declare const fixNodeLeft: (config: MNode, parent: MContainer, doc?: Document) => any;
|
|
1676
|
-
declare const fixNodePosition: (config: MNode, parent: MContainer, stage: StageCore$1 | null) => _tmagic_schema0.StyleSchema | undefined;
|
|
1678
|
+
declare const fixNodePosition: (config: MNode, parent: MContainer, stage: StageCore$1 | null) => _$_tmagic_schema0.StyleSchema | undefined;
|
|
1677
1679
|
declare const serializeConfig: (config: any) => string;
|
|
1678
1680
|
declare const moveItemsInContainer: (sourceIndices: number[], parent: MContainer, targetIndex: number) => void;
|
|
1679
1681
|
declare const isIncludeDataSource: (node: MNode, oldNode: MNode) => boolean;
|
|
@@ -1871,7 +1873,7 @@ declare const H_GUIDE_LINE_STORAGE_KEY = "$MagicStageHorizontalGuidelinesData";
|
|
|
1871
1873
|
declare const V_GUIDE_LINE_STORAGE_KEY = "$MagicStageVerticalGuidelinesData";
|
|
1872
1874
|
//#endregion
|
|
1873
1875
|
//#region temp/packages/editor/src/utils/monaco-editor.d.ts
|
|
1874
|
-
declare const _default$41: () => Promise<typeof monaco_editor0>;
|
|
1876
|
+
declare const _default$41: () => Promise<typeof _$monaco_editor0>;
|
|
1875
1877
|
//#endregion
|
|
1876
1878
|
//#region temp/packages/editor/src/editorProps.d.ts
|
|
1877
1879
|
interface EditorProps {
|
|
@@ -1969,47 +1971,45 @@ interface EditorProps {
|
|
|
1969
1971
|
//#endregion
|
|
1970
1972
|
//#region temp/packages/editor/src/Editor.vue.d.ts
|
|
1971
1973
|
type __VLS_Slots$12 = EditorSlots;
|
|
1972
|
-
declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Services, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
1974
|
+
declare const __VLS_base$12: _$_vue_runtime_core0.DefineComponent<EditorProps, Services, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
1973
1975
|
"update:modelValue": (value: MApp | null) => any;
|
|
1974
1976
|
"props-panel-mounted": (instance: {
|
|
1975
|
-
$: _vue_runtime_core0.ComponentInternalInstance;
|
|
1977
|
+
$: _$_vue_runtime_core0.ComponentInternalInstance;
|
|
1976
1978
|
$data: {};
|
|
1977
1979
|
$props: {
|
|
1978
|
-
readonly config: _tmagic_form_schema0.FormConfig;
|
|
1979
|
-
readonly values: _tmagic_form_schema0.FormValue;
|
|
1980
|
+
readonly config: _$_tmagic_form_schema0.FormConfig;
|
|
1981
|
+
readonly values: _$_tmagic_form_schema0.FormValue;
|
|
1980
1982
|
readonly disabledShowSrc?: boolean | undefined;
|
|
1981
1983
|
readonly labelWidth?: string | undefined;
|
|
1982
1984
|
readonly codeValueKey?: string | undefined;
|
|
1983
1985
|
readonly labelPosition?: string | undefined;
|
|
1984
|
-
readonly extendState?: ((_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>) | undefined;
|
|
1986
|
+
readonly extendState?: ((_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>) | undefined;
|
|
1985
1987
|
readonly onMounted?: ((internalInstance: any) => any) | undefined;
|
|
1986
1988
|
readonly onUnmounted?: (() => any) | undefined;
|
|
1987
1989
|
readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
1988
1990
|
readonly "onSubmit-error"?: ((e: any) => any) | undefined;
|
|
1989
1991
|
readonly "onForm-error"?: ((e: any) => any) | undefined;
|
|
1990
|
-
} & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
|
|
1991
|
-
$attrs:
|
|
1992
|
-
[x: string]: unknown;
|
|
1993
|
-
};
|
|
1992
|
+
} & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
|
|
1993
|
+
$attrs: _$_vue_runtime_core0.Attrs;
|
|
1994
1994
|
$refs: {
|
|
1995
1995
|
[x: string]: unknown;
|
|
1996
1996
|
};
|
|
1997
1997
|
$slots: Readonly<{
|
|
1998
|
-
[name: string]: _vue_runtime_core0.Slot<any> | undefined;
|
|
1998
|
+
[name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
|
|
1999
1999
|
}>;
|
|
2000
|
-
$root: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2001
|
-
$parent: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2000
|
+
$root: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2001
|
+
$parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2002
2002
|
$host: Element | null;
|
|
2003
2003
|
$emit: ((event: "mounted", internalInstance: any) => void) & ((event: "unmounted") => void) & ((event: "submit", values: any, eventData?: ContainerChangeEventData$1 | undefined) => void) & ((event: "submit-error", e: any) => void) & ((event: "form-error", e: any) => void);
|
|
2004
2004
|
$el: any;
|
|
2005
|
-
$options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2006
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2007
|
-
values: _tmagic_form_schema0.FormValue;
|
|
2005
|
+
$options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2006
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2007
|
+
values: _$_tmagic_form_schema0.FormValue;
|
|
2008
2008
|
disabledShowSrc?: boolean;
|
|
2009
2009
|
labelWidth?: string;
|
|
2010
2010
|
codeValueKey?: string;
|
|
2011
2011
|
labelPosition?: string;
|
|
2012
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2012
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2013
2013
|
}> & Readonly<{
|
|
2014
2014
|
onMounted?: ((internalInstance: any) => any) | undefined;
|
|
2015
2015
|
onUnmounted?: (() => any) | undefined;
|
|
@@ -2017,8 +2017,8 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2017
2017
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2018
2018
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
2019
2019
|
}>, {
|
|
2020
|
-
configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2021
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2020
|
+
configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2021
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2022
2022
|
initValues: Record<string, any>;
|
|
2023
2023
|
lastValues?: Record<string, any>;
|
|
2024
2024
|
isCompare?: boolean;
|
|
@@ -2033,7 +2033,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2033
2033
|
keyProp?: string;
|
|
2034
2034
|
popperClass?: string;
|
|
2035
2035
|
preventSubmitDefault?: boolean;
|
|
2036
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2036
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2037
2037
|
}> & Readonly<{
|
|
2038
2038
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2039
2039
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2041,27 +2041,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2041
2041
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2042
2042
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2043
2043
|
}>, {
|
|
2044
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2045
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2046
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2047
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2048
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2049
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2044
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2045
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2046
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2047
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2048
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2049
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2050
2050
|
resetForm: () => void;
|
|
2051
2051
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2052
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2053
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2052
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2053
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2054
2054
|
error: (...args: any[]) => void;
|
|
2055
2055
|
change: (...args: any[]) => void;
|
|
2056
2056
|
"field-input": (...args: any[]) => void;
|
|
2057
2057
|
"field-change": (...args: any[]) => void;
|
|
2058
2058
|
"update:stepActive": (...args: any[]) => void;
|
|
2059
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
2059
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
2060
2060
|
disabled: boolean;
|
|
2061
2061
|
labelWidth: string;
|
|
2062
2062
|
inline: boolean;
|
|
2063
2063
|
labelPosition: string;
|
|
2064
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2064
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2065
2065
|
height: string;
|
|
2066
2066
|
initValues: Record<string, any>;
|
|
2067
2067
|
lastValues: Record<string, any>;
|
|
@@ -2069,7 +2069,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2069
2069
|
keyProp: string;
|
|
2070
2070
|
parentValues: Record<string, any>;
|
|
2071
2071
|
stepActive: string | number;
|
|
2072
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
2072
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
2073
2073
|
P: {};
|
|
2074
2074
|
B: {};
|
|
2075
2075
|
D: {};
|
|
@@ -2077,7 +2077,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2077
2077
|
M: {};
|
|
2078
2078
|
Defaults: {};
|
|
2079
2079
|
}, Readonly<{
|
|
2080
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2080
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2081
2081
|
initValues: Record<string, any>;
|
|
2082
2082
|
lastValues?: Record<string, any>;
|
|
2083
2083
|
isCompare?: boolean;
|
|
@@ -2092,7 +2092,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2092
2092
|
keyProp?: string;
|
|
2093
2093
|
popperClass?: string;
|
|
2094
2094
|
preventSubmitDefault?: boolean;
|
|
2095
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2095
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2096
2096
|
}> & Readonly<{
|
|
2097
2097
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2098
2098
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2100,21 +2100,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2100
2100
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2101
2101
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2102
2102
|
}>, {
|
|
2103
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2104
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2105
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2106
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2107
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2108
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2103
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2104
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2105
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2106
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2107
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2108
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2109
2109
|
resetForm: () => void;
|
|
2110
2110
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2111
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2111
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2112
2112
|
}, {}, {}, {}, {
|
|
2113
2113
|
disabled: boolean;
|
|
2114
2114
|
labelWidth: string;
|
|
2115
2115
|
inline: boolean;
|
|
2116
2116
|
labelPosition: string;
|
|
2117
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2117
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2118
2118
|
height: string;
|
|
2119
2119
|
initValues: Record<string, any>;
|
|
2120
2120
|
lastValues: Record<string, any>;
|
|
@@ -2123,14 +2123,14 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2123
2123
|
parentValues: Record<string, any>;
|
|
2124
2124
|
stepActive: string | number;
|
|
2125
2125
|
}> | null>>;
|
|
2126
|
-
submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2127
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2126
|
+
submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2127
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2128
2128
|
mounted: (internalInstance: any) => any;
|
|
2129
2129
|
unmounted: () => any;
|
|
2130
2130
|
submit: (values: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
|
|
2131
2131
|
"submit-error": (e: any) => any;
|
|
2132
2132
|
"form-error": (e: any) => any;
|
|
2133
|
-
}, string, {}, {}, string, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, _vue_runtime_core0.ComponentProvideOptions> & {
|
|
2133
|
+
}, string, {}, {}, string, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, _$_vue_runtime_core0.ComponentProvideOptions> & {
|
|
2134
2134
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2135
2135
|
created?: (() => void) | (() => void)[];
|
|
2136
2136
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -2143,30 +2143,30 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2143
2143
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
2144
2144
|
destroyed?: (() => void) | (() => void)[];
|
|
2145
2145
|
unmounted?: (() => void) | (() => void)[];
|
|
2146
|
-
renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
2147
|
-
renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
2148
|
-
errorCaptured?: ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2146
|
+
renderTracked?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
2147
|
+
renderTriggered?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
2148
|
+
errorCaptured?: ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2149
2149
|
};
|
|
2150
2150
|
$forceUpdate: () => void;
|
|
2151
|
-
$nextTick: typeof _vue_runtime_core0.nextTick;
|
|
2152
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _vue_reactivity0.OnCleanup]) => any, options?: _vue_runtime_core0.WatchOptions): _vue_reactivity0.WatchStopHandle;
|
|
2151
|
+
$nextTick: typeof _$_vue_runtime_core0.nextTick;
|
|
2152
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _$_vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _$_vue_reactivity0.OnCleanup]) => any, options?: _$_vue_runtime_core0.WatchOptions): _$_vue_reactivity0.WatchStopHandle;
|
|
2153
2153
|
} & Readonly<{}> & Omit<Readonly<{
|
|
2154
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2155
|
-
values: _tmagic_form_schema0.FormValue;
|
|
2154
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2155
|
+
values: _$_tmagic_form_schema0.FormValue;
|
|
2156
2156
|
disabledShowSrc?: boolean;
|
|
2157
2157
|
labelWidth?: string;
|
|
2158
2158
|
codeValueKey?: string;
|
|
2159
2159
|
labelPosition?: string;
|
|
2160
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2160
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2161
2161
|
}> & Readonly<{
|
|
2162
2162
|
onMounted?: ((internalInstance: any) => any) | undefined;
|
|
2163
2163
|
onUnmounted?: (() => any) | undefined;
|
|
2164
2164
|
onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
2165
2165
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2166
2166
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
2167
|
-
}>, "submit" | "configForm"> &
|
|
2168
|
-
configForm:
|
|
2169
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2167
|
+
}>, "submit" | "configForm"> & {
|
|
2168
|
+
configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2169
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2170
2170
|
initValues: Record<string, any>;
|
|
2171
2171
|
lastValues?: Record<string, any>;
|
|
2172
2172
|
isCompare?: boolean;
|
|
@@ -2181,7 +2181,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2181
2181
|
keyProp?: string;
|
|
2182
2182
|
popperClass?: string;
|
|
2183
2183
|
preventSubmitDefault?: boolean;
|
|
2184
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2184
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2185
2185
|
}> & Readonly<{
|
|
2186
2186
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2187
2187
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2189,27 +2189,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2189
2189
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2190
2190
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2191
2191
|
}>, {
|
|
2192
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2193
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2194
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2195
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2196
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2197
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2192
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2193
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2194
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2195
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2196
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2197
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2198
2198
|
resetForm: () => void;
|
|
2199
2199
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2200
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2201
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2200
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2201
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2202
2202
|
error: (...args: any[]) => void;
|
|
2203
2203
|
change: (...args: any[]) => void;
|
|
2204
2204
|
"field-input": (...args: any[]) => void;
|
|
2205
2205
|
"field-change": (...args: any[]) => void;
|
|
2206
2206
|
"update:stepActive": (...args: any[]) => void;
|
|
2207
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
2207
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
2208
2208
|
disabled: boolean;
|
|
2209
2209
|
labelWidth: string;
|
|
2210
2210
|
inline: boolean;
|
|
2211
2211
|
labelPosition: string;
|
|
2212
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2212
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2213
2213
|
height: string;
|
|
2214
2214
|
initValues: Record<string, any>;
|
|
2215
2215
|
lastValues: Record<string, any>;
|
|
@@ -2217,7 +2217,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2217
2217
|
keyProp: string;
|
|
2218
2218
|
parentValues: Record<string, any>;
|
|
2219
2219
|
stepActive: string | number;
|
|
2220
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
2220
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
2221
2221
|
P: {};
|
|
2222
2222
|
B: {};
|
|
2223
2223
|
D: {};
|
|
@@ -2225,7 +2225,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2225
2225
|
M: {};
|
|
2226
2226
|
Defaults: {};
|
|
2227
2227
|
}, Readonly<{
|
|
2228
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2228
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2229
2229
|
initValues: Record<string, any>;
|
|
2230
2230
|
lastValues?: Record<string, any>;
|
|
2231
2231
|
isCompare?: boolean;
|
|
@@ -2240,7 +2240,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2240
2240
|
keyProp?: string;
|
|
2241
2241
|
popperClass?: string;
|
|
2242
2242
|
preventSubmitDefault?: boolean;
|
|
2243
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2243
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2244
2244
|
}> & Readonly<{
|
|
2245
2245
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2246
2246
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2248,21 +2248,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2248
2248
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2249
2249
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2250
2250
|
}>, {
|
|
2251
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2252
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2253
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2254
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2255
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2256
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2251
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2252
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2253
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2254
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2255
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2256
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2257
2257
|
resetForm: () => void;
|
|
2258
2258
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2259
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2259
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2260
2260
|
}, {}, {}, {}, {
|
|
2261
2261
|
disabled: boolean;
|
|
2262
2262
|
labelWidth: string;
|
|
2263
2263
|
inline: boolean;
|
|
2264
2264
|
labelPosition: string;
|
|
2265
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2265
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2266
2266
|
height: string;
|
|
2267
2267
|
initValues: Record<string, any>;
|
|
2268
2268
|
lastValues: Record<string, any>;
|
|
@@ -2270,9 +2270,9 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2270
2270
|
keyProp: string;
|
|
2271
2271
|
parentValues: Record<string, any>;
|
|
2272
2272
|
stepActive: string | number;
|
|
2273
|
-
}> | null
|
|
2274
|
-
submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2275
|
-
}
|
|
2273
|
+
}> | null;
|
|
2274
|
+
submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2275
|
+
} & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
|
|
2276
2276
|
$slots: {
|
|
2277
2277
|
'props-form-panel-header'(_props: {}): any;
|
|
2278
2278
|
};
|
|
@@ -2280,47 +2280,45 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2280
2280
|
"props-panel-unmounted": () => any;
|
|
2281
2281
|
"props-form-error": (e: any) => any;
|
|
2282
2282
|
"props-submit-error": (e: any) => any;
|
|
2283
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<EditorProps> & Readonly<{
|
|
2283
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<EditorProps> & Readonly<{
|
|
2284
2284
|
"onUpdate:modelValue"?: ((value: MApp | null) => any) | undefined;
|
|
2285
2285
|
"onProps-panel-mounted"?: ((instance: {
|
|
2286
|
-
$: _vue_runtime_core0.ComponentInternalInstance;
|
|
2286
|
+
$: _$_vue_runtime_core0.ComponentInternalInstance;
|
|
2287
2287
|
$data: {};
|
|
2288
2288
|
$props: {
|
|
2289
|
-
readonly config: _tmagic_form_schema0.FormConfig;
|
|
2290
|
-
readonly values: _tmagic_form_schema0.FormValue;
|
|
2289
|
+
readonly config: _$_tmagic_form_schema0.FormConfig;
|
|
2290
|
+
readonly values: _$_tmagic_form_schema0.FormValue;
|
|
2291
2291
|
readonly disabledShowSrc?: boolean | undefined;
|
|
2292
2292
|
readonly labelWidth?: string | undefined;
|
|
2293
2293
|
readonly codeValueKey?: string | undefined;
|
|
2294
2294
|
readonly labelPosition?: string | undefined;
|
|
2295
|
-
readonly extendState?: ((_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>) | undefined;
|
|
2295
|
+
readonly extendState?: ((_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>) | undefined;
|
|
2296
2296
|
readonly onMounted?: ((internalInstance: any) => any) | undefined;
|
|
2297
2297
|
readonly onUnmounted?: (() => any) | undefined;
|
|
2298
2298
|
readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
2299
2299
|
readonly "onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2300
2300
|
readonly "onForm-error"?: ((e: any) => any) | undefined;
|
|
2301
|
-
} & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
|
|
2302
|
-
$attrs:
|
|
2303
|
-
[x: string]: unknown;
|
|
2304
|
-
};
|
|
2301
|
+
} & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
|
|
2302
|
+
$attrs: _$_vue_runtime_core0.Attrs;
|
|
2305
2303
|
$refs: {
|
|
2306
2304
|
[x: string]: unknown;
|
|
2307
2305
|
};
|
|
2308
2306
|
$slots: Readonly<{
|
|
2309
|
-
[name: string]: _vue_runtime_core0.Slot<any> | undefined;
|
|
2307
|
+
[name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
|
|
2310
2308
|
}>;
|
|
2311
|
-
$root: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2312
|
-
$parent: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2309
|
+
$root: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2310
|
+
$parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2313
2311
|
$host: Element | null;
|
|
2314
2312
|
$emit: ((event: "mounted", internalInstance: any) => void) & ((event: "unmounted") => void) & ((event: "submit", values: any, eventData?: ContainerChangeEventData$1 | undefined) => void) & ((event: "submit-error", e: any) => void) & ((event: "form-error", e: any) => void);
|
|
2315
2313
|
$el: any;
|
|
2316
|
-
$options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2317
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2318
|
-
values: _tmagic_form_schema0.FormValue;
|
|
2314
|
+
$options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2315
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2316
|
+
values: _$_tmagic_form_schema0.FormValue;
|
|
2319
2317
|
disabledShowSrc?: boolean;
|
|
2320
2318
|
labelWidth?: string;
|
|
2321
2319
|
codeValueKey?: string;
|
|
2322
2320
|
labelPosition?: string;
|
|
2323
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2321
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2324
2322
|
}> & Readonly<{
|
|
2325
2323
|
onMounted?: ((internalInstance: any) => any) | undefined;
|
|
2326
2324
|
onUnmounted?: (() => any) | undefined;
|
|
@@ -2328,8 +2326,8 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2328
2326
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2329
2327
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
2330
2328
|
}>, {
|
|
2331
|
-
configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2332
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2329
|
+
configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2330
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2333
2331
|
initValues: Record<string, any>;
|
|
2334
2332
|
lastValues?: Record<string, any>;
|
|
2335
2333
|
isCompare?: boolean;
|
|
@@ -2344,7 +2342,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2344
2342
|
keyProp?: string;
|
|
2345
2343
|
popperClass?: string;
|
|
2346
2344
|
preventSubmitDefault?: boolean;
|
|
2347
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2345
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2348
2346
|
}> & Readonly<{
|
|
2349
2347
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2350
2348
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2352,27 +2350,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2352
2350
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2353
2351
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2354
2352
|
}>, {
|
|
2355
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2356
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2357
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2358
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2359
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2360
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2353
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2354
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2355
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2356
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2357
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2358
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2361
2359
|
resetForm: () => void;
|
|
2362
2360
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2363
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2364
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2361
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2362
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2365
2363
|
error: (...args: any[]) => void;
|
|
2366
2364
|
change: (...args: any[]) => void;
|
|
2367
2365
|
"field-input": (...args: any[]) => void;
|
|
2368
2366
|
"field-change": (...args: any[]) => void;
|
|
2369
2367
|
"update:stepActive": (...args: any[]) => void;
|
|
2370
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
2368
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
2371
2369
|
disabled: boolean;
|
|
2372
2370
|
labelWidth: string;
|
|
2373
2371
|
inline: boolean;
|
|
2374
2372
|
labelPosition: string;
|
|
2375
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2373
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2376
2374
|
height: string;
|
|
2377
2375
|
initValues: Record<string, any>;
|
|
2378
2376
|
lastValues: Record<string, any>;
|
|
@@ -2380,7 +2378,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2380
2378
|
keyProp: string;
|
|
2381
2379
|
parentValues: Record<string, any>;
|
|
2382
2380
|
stepActive: string | number;
|
|
2383
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
2381
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
2384
2382
|
P: {};
|
|
2385
2383
|
B: {};
|
|
2386
2384
|
D: {};
|
|
@@ -2388,7 +2386,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2388
2386
|
M: {};
|
|
2389
2387
|
Defaults: {};
|
|
2390
2388
|
}, Readonly<{
|
|
2391
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2389
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2392
2390
|
initValues: Record<string, any>;
|
|
2393
2391
|
lastValues?: Record<string, any>;
|
|
2394
2392
|
isCompare?: boolean;
|
|
@@ -2403,7 +2401,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2403
2401
|
keyProp?: string;
|
|
2404
2402
|
popperClass?: string;
|
|
2405
2403
|
preventSubmitDefault?: boolean;
|
|
2406
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2404
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2407
2405
|
}> & Readonly<{
|
|
2408
2406
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2409
2407
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2411,21 +2409,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2411
2409
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2412
2410
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2413
2411
|
}>, {
|
|
2414
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2415
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2416
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2417
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2418
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2419
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2412
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2413
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2414
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2415
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2416
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2417
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2420
2418
|
resetForm: () => void;
|
|
2421
2419
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2422
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2420
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2423
2421
|
}, {}, {}, {}, {
|
|
2424
2422
|
disabled: boolean;
|
|
2425
2423
|
labelWidth: string;
|
|
2426
2424
|
inline: boolean;
|
|
2427
2425
|
labelPosition: string;
|
|
2428
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2426
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2429
2427
|
height: string;
|
|
2430
2428
|
initValues: Record<string, any>;
|
|
2431
2429
|
lastValues: Record<string, any>;
|
|
@@ -2434,14 +2432,14 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2434
2432
|
parentValues: Record<string, any>;
|
|
2435
2433
|
stepActive: string | number;
|
|
2436
2434
|
}> | null>>;
|
|
2437
|
-
submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2438
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2435
|
+
submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2436
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2439
2437
|
mounted: (internalInstance: any) => any;
|
|
2440
2438
|
unmounted: () => any;
|
|
2441
2439
|
submit: (values: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
|
|
2442
2440
|
"submit-error": (e: any) => any;
|
|
2443
2441
|
"form-error": (e: any) => any;
|
|
2444
|
-
}, string, {}, {}, string, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, _vue_runtime_core0.ComponentProvideOptions> & {
|
|
2442
|
+
}, string, {}, {}, string, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, _$_vue_runtime_core0.ComponentProvideOptions> & {
|
|
2445
2443
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2446
2444
|
created?: (() => void) | (() => void)[];
|
|
2447
2445
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -2454,30 +2452,30 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2454
2452
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
2455
2453
|
destroyed?: (() => void) | (() => void)[];
|
|
2456
2454
|
unmounted?: (() => void) | (() => void)[];
|
|
2457
|
-
renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
2458
|
-
renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
2459
|
-
errorCaptured?: ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2455
|
+
renderTracked?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
2456
|
+
renderTriggered?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
2457
|
+
errorCaptured?: ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2460
2458
|
};
|
|
2461
2459
|
$forceUpdate: () => void;
|
|
2462
|
-
$nextTick: typeof _vue_runtime_core0.nextTick;
|
|
2463
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _vue_reactivity0.OnCleanup]) => any, options?: _vue_runtime_core0.WatchOptions): _vue_reactivity0.WatchStopHandle;
|
|
2460
|
+
$nextTick: typeof _$_vue_runtime_core0.nextTick;
|
|
2461
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _$_vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _$_vue_reactivity0.OnCleanup]) => any, options?: _$_vue_runtime_core0.WatchOptions): _$_vue_reactivity0.WatchStopHandle;
|
|
2464
2462
|
} & Readonly<{}> & Omit<Readonly<{
|
|
2465
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2466
|
-
values: _tmagic_form_schema0.FormValue;
|
|
2463
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2464
|
+
values: _$_tmagic_form_schema0.FormValue;
|
|
2467
2465
|
disabledShowSrc?: boolean;
|
|
2468
2466
|
labelWidth?: string;
|
|
2469
2467
|
codeValueKey?: string;
|
|
2470
2468
|
labelPosition?: string;
|
|
2471
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2469
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2472
2470
|
}> & Readonly<{
|
|
2473
2471
|
onMounted?: ((internalInstance: any) => any) | undefined;
|
|
2474
2472
|
onUnmounted?: (() => any) | undefined;
|
|
2475
2473
|
onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
2476
2474
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2477
2475
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
2478
|
-
}>, "submit" | "configForm"> &
|
|
2479
|
-
configForm:
|
|
2480
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2476
|
+
}>, "submit" | "configForm"> & {
|
|
2477
|
+
configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2478
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2481
2479
|
initValues: Record<string, any>;
|
|
2482
2480
|
lastValues?: Record<string, any>;
|
|
2483
2481
|
isCompare?: boolean;
|
|
@@ -2492,7 +2490,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2492
2490
|
keyProp?: string;
|
|
2493
2491
|
popperClass?: string;
|
|
2494
2492
|
preventSubmitDefault?: boolean;
|
|
2495
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2493
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2496
2494
|
}> & Readonly<{
|
|
2497
2495
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2498
2496
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2500,27 +2498,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2500
2498
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2501
2499
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2502
2500
|
}>, {
|
|
2503
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2504
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2505
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2506
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2507
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2508
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2501
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2502
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2503
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2504
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2505
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2506
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2509
2507
|
resetForm: () => void;
|
|
2510
2508
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2511
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2512
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2509
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2510
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2513
2511
|
error: (...args: any[]) => void;
|
|
2514
2512
|
change: (...args: any[]) => void;
|
|
2515
2513
|
"field-input": (...args: any[]) => void;
|
|
2516
2514
|
"field-change": (...args: any[]) => void;
|
|
2517
2515
|
"update:stepActive": (...args: any[]) => void;
|
|
2518
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
2516
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
2519
2517
|
disabled: boolean;
|
|
2520
2518
|
labelWidth: string;
|
|
2521
2519
|
inline: boolean;
|
|
2522
2520
|
labelPosition: string;
|
|
2523
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2521
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2524
2522
|
height: string;
|
|
2525
2523
|
initValues: Record<string, any>;
|
|
2526
2524
|
lastValues: Record<string, any>;
|
|
@@ -2528,7 +2526,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2528
2526
|
keyProp: string;
|
|
2529
2527
|
parentValues: Record<string, any>;
|
|
2530
2528
|
stepActive: string | number;
|
|
2531
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
2529
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
2532
2530
|
P: {};
|
|
2533
2531
|
B: {};
|
|
2534
2532
|
D: {};
|
|
@@ -2536,7 +2534,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2536
2534
|
M: {};
|
|
2537
2535
|
Defaults: {};
|
|
2538
2536
|
}, Readonly<{
|
|
2539
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2537
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2540
2538
|
initValues: Record<string, any>;
|
|
2541
2539
|
lastValues?: Record<string, any>;
|
|
2542
2540
|
isCompare?: boolean;
|
|
@@ -2551,7 +2549,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2551
2549
|
keyProp?: string;
|
|
2552
2550
|
popperClass?: string;
|
|
2553
2551
|
preventSubmitDefault?: boolean;
|
|
2554
|
-
extendState?: (_state: _tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2552
|
+
extendState?: (_state: _$_tmagic_form_schema0.FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2555
2553
|
}> & Readonly<{
|
|
2556
2554
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2557
2555
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -2559,21 +2557,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2559
2557
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
2560
2558
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
2561
2559
|
}>, {
|
|
2562
|
-
values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2563
|
-
lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
|
|
2564
|
-
formState: _tmagic_form_schema0.FormState;
|
|
2565
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
2566
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2567
|
-
changeHandler: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2560
|
+
values: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2561
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<_$_tmagic_form_schema0.FormValue, _$_tmagic_form_schema0.FormValue>;
|
|
2562
|
+
formState: _$_tmagic_form_schema0.FormState;
|
|
2563
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
2564
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
2565
|
+
changeHandler: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => void;
|
|
2568
2566
|
resetForm: () => void;
|
|
2569
2567
|
submitForm: (native?: boolean) => Promise<any>;
|
|
2570
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2568
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
2571
2569
|
}, {}, {}, {}, {
|
|
2572
2570
|
disabled: boolean;
|
|
2573
2571
|
labelWidth: string;
|
|
2574
2572
|
inline: boolean;
|
|
2575
2573
|
labelPosition: string;
|
|
2576
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2574
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2577
2575
|
height: string;
|
|
2578
2576
|
initValues: Record<string, any>;
|
|
2579
2577
|
lastValues: Record<string, any>;
|
|
@@ -2581,9 +2579,9 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2581
2579
|
keyProp: string;
|
|
2582
2580
|
parentValues: Record<string, any>;
|
|
2583
2581
|
stepActive: string | number;
|
|
2584
|
-
}> | null
|
|
2585
|
-
submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2586
|
-
}
|
|
2582
|
+
}> | null;
|
|
2583
|
+
submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
|
|
2584
|
+
} & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
|
|
2587
2585
|
$slots: {
|
|
2588
2586
|
'props-form-panel-header'(_props: {}): any;
|
|
2589
2587
|
};
|
|
@@ -2596,7 +2594,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2596
2594
|
codeOptions: {
|
|
2597
2595
|
[key: string]: any;
|
|
2598
2596
|
};
|
|
2599
|
-
renderType: _tmagic_stage0.RenderType;
|
|
2597
|
+
renderType: _$_tmagic_stage0.RenderType;
|
|
2600
2598
|
disabledDataSource: boolean;
|
|
2601
2599
|
disabledCodeBlock: boolean;
|
|
2602
2600
|
disabledMultiSelect: boolean;
|
|
@@ -2610,18 +2608,18 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
|
|
|
2610
2608
|
stageContentMenu: (MenuButton | MenuComponent)[];
|
|
2611
2609
|
disabledStageOverlay: boolean;
|
|
2612
2610
|
datasourceList: DatasourceTypeOption[];
|
|
2613
|
-
propsConfigs: Record<string, _tmagic_form_schema0.FormConfig>;
|
|
2614
|
-
propsValues: Record<string, Partial<_tmagic_schema0.MNode>>;
|
|
2611
|
+
propsConfigs: Record<string, _$_tmagic_form_schema0.FormConfig>;
|
|
2612
|
+
propsValues: Record<string, Partial<_$_tmagic_schema0.MNode>>;
|
|
2615
2613
|
eventMethodList: Record<string, {
|
|
2616
|
-
events: _tmagic_core0.EventOption[];
|
|
2617
|
-
methods: _tmagic_core0.EventOption[];
|
|
2614
|
+
events: _$_tmagic_core0.EventOption[];
|
|
2615
|
+
methods: _$_tmagic_core0.EventOption[];
|
|
2618
2616
|
}>;
|
|
2619
|
-
datasourceValues: Record<string, Partial<_tmagic_schema0.DataSourceSchema>>;
|
|
2620
|
-
datasourceConfigs: Record<string, _tmagic_form_schema0.FormConfig>;
|
|
2617
|
+
datasourceValues: Record<string, Partial<_$_tmagic_schema0.DataSourceSchema>>;
|
|
2618
|
+
datasourceConfigs: Record<string, _$_tmagic_form_schema0.FormConfig>;
|
|
2621
2619
|
containerHighlightDuration: number;
|
|
2622
|
-
containerHighlightType: _tmagic_stage0.ContainerHighlightType;
|
|
2620
|
+
containerHighlightType: _$_tmagic_stage0.ContainerHighlightType;
|
|
2623
2621
|
canSelect: (el: HTMLElement) => boolean | Promise<boolean>;
|
|
2624
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2622
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2625
2623
|
declare const __VLS_export$33: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
|
|
2626
2624
|
declare const _default$30: typeof __VLS_export$33;
|
|
2627
2625
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -2636,7 +2634,7 @@ type __VLS_Props$30 = {
|
|
|
2636
2634
|
modifiedValues?: any;
|
|
2637
2635
|
type?: 'diff';
|
|
2638
2636
|
language?: string;
|
|
2639
|
-
options?: monaco_editor0.editor.IStandaloneEditorConstructionOptions;
|
|
2637
|
+
options?: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions;
|
|
2640
2638
|
height?: string;
|
|
2641
2639
|
autoSave?: boolean;
|
|
2642
2640
|
parse?: boolean;
|
|
@@ -2647,33 +2645,33 @@ type __VLS_Props$30 = {
|
|
|
2647
2645
|
};
|
|
2648
2646
|
editorCustomType?: string;
|
|
2649
2647
|
};
|
|
2650
|
-
declare const __VLS_export$32: _vue_runtime_core0.DefineComponent<__VLS_Props$30, {
|
|
2651
|
-
values: _vue_reactivity0.Ref<string, string>;
|
|
2652
|
-
getEditor(): monaco_editor0.editor.IStandaloneCodeEditor | monaco_editor0.editor.IStandaloneDiffEditor | null;
|
|
2653
|
-
getVsEditor(): monaco_editor0.editor.IStandaloneCodeEditor | null;
|
|
2654
|
-
getVsDiffEditor(): monaco_editor0.editor.IStandaloneDiffEditor | null;
|
|
2648
|
+
declare const __VLS_export$32: _$_vue_runtime_core0.DefineComponent<__VLS_Props$30, {
|
|
2649
|
+
values: _$_vue_reactivity0.Ref<string, string>;
|
|
2650
|
+
getEditor(): _$monaco_editor0.editor.IStandaloneCodeEditor | _$monaco_editor0.editor.IStandaloneDiffEditor | null;
|
|
2651
|
+
getVsEditor(): _$monaco_editor0.editor.IStandaloneCodeEditor | null;
|
|
2652
|
+
getVsDiffEditor(): _$monaco_editor0.editor.IStandaloneDiffEditor | null;
|
|
2655
2653
|
setEditorValue: (v: string | any, m: string | any) => void;
|
|
2656
2654
|
getEditorValue: () => string;
|
|
2657
2655
|
focus(): void;
|
|
2658
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2656
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2659
2657
|
save: (...args: any[]) => void;
|
|
2660
2658
|
initd: (...args: any[]) => void;
|
|
2661
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
|
|
2659
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
|
|
2662
2660
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
2663
2661
|
onInitd?: ((...args: any[]) => any) | undefined;
|
|
2664
2662
|
}>, {
|
|
2665
|
-
options: monaco_editor0.editor.IStandaloneEditorConstructionOptions;
|
|
2663
|
+
options: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions;
|
|
2666
2664
|
language: string;
|
|
2667
2665
|
parse: boolean;
|
|
2668
2666
|
initValues: any;
|
|
2669
2667
|
autoSave: boolean;
|
|
2670
2668
|
disabledFullScreen: boolean;
|
|
2671
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2669
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2672
2670
|
declare const _default$29: typeof __VLS_export$32;
|
|
2673
2671
|
//#endregion
|
|
2674
2672
|
//#region temp/packages/editor/src/layouts/sidebar/ComponentListPanel.vue.d.ts
|
|
2675
2673
|
type __VLS_Slots$11 = ComponentListPanelSlots;
|
|
2676
|
-
declare const __VLS_base$11: _vue_runtime_core0.DefineComponent<{}, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {}, string, _vue_runtime_core0.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, true, {}, any>;
|
|
2674
|
+
declare const __VLS_base$11: _$_vue_runtime_core0.DefineComponent<{}, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {}, string, _$_vue_runtime_core0.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, true, {}, any>;
|
|
2677
2675
|
declare const __VLS_export$31: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
|
|
2678
2676
|
declare const _default$5: typeof __VLS_export$31;
|
|
2679
2677
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -2690,7 +2688,7 @@ type __VLS_Props$29 = {
|
|
|
2690
2688
|
nextLevelIndentIncrement?: number;
|
|
2691
2689
|
customContentMenu: CustomContentMenuFunction;
|
|
2692
2690
|
};
|
|
2693
|
-
declare const __VLS_base$10: _vue_runtime_core0.DefineComponent<__VLS_Props$29, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$29> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2691
|
+
declare const __VLS_base$10: _$_vue_runtime_core0.DefineComponent<__VLS_Props$29, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$29> & Readonly<{}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2694
2692
|
declare const __VLS_export$30: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
|
|
2695
2693
|
declare const _default$22: typeof __VLS_export$30;
|
|
2696
2694
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -2701,22 +2699,22 @@ type __VLS_WithSlots$10<T, S> = T & {
|
|
|
2701
2699
|
//#endregion
|
|
2702
2700
|
//#region temp/packages/editor/src/fields/CodeSelect.vue.d.ts
|
|
2703
2701
|
type __VLS_Props$28 = FieldProps<CodeSelectConfig>;
|
|
2704
|
-
declare const __VLS_export$29: _vue_runtime_core0.DefineComponent<__VLS_Props$28, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2702
|
+
declare const __VLS_export$29: _$_vue_runtime_core0.DefineComponent<__VLS_Props$28, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2705
2703
|
change: (v: any, eventData: ContainerChangeEventData) => any;
|
|
2706
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
|
|
2704
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
|
|
2707
2705
|
onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
|
|
2708
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2706
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2709
2707
|
declare const _default$3: typeof __VLS_export$29;
|
|
2710
2708
|
//#endregion
|
|
2711
2709
|
//#region temp/packages/editor/src/fields/CodeSelectCol.vue.d.ts
|
|
2712
2710
|
type __VLS_Props$27 = FieldProps<CodeSelectColConfig>;
|
|
2713
|
-
declare const __VLS_export$28: _vue_runtime_core0.DefineComponent<__VLS_Props$27, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2711
|
+
declare const __VLS_export$28: _$_vue_runtime_core0.DefineComponent<__VLS_Props$27, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2714
2712
|
change: (v: any, eventData: ContainerChangeEventData) => any;
|
|
2715
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
|
|
2713
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
|
|
2716
2714
|
onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
|
|
2717
2715
|
}>, {
|
|
2718
2716
|
disabled: boolean;
|
|
2719
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2717
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2720
2718
|
declare const _default$4: typeof __VLS_export$28;
|
|
2721
2719
|
//#endregion
|
|
2722
2720
|
//#region temp/packages/editor/src/fields/DataSourceFields.vue.d.ts
|
|
@@ -2727,19 +2725,19 @@ type __VLS_ModelProps$4 = {
|
|
|
2727
2725
|
'visible1'?: boolean;
|
|
2728
2726
|
};
|
|
2729
2727
|
type __VLS_PublicProps$4 = __VLS_Props$26 & __VLS_ModelProps$4;
|
|
2730
|
-
declare const __VLS_export$27: _vue_runtime_core0.DefineComponent<__VLS_PublicProps$4, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2728
|
+
declare const __VLS_export$27: _$_vue_runtime_core0.DefineComponent<__VLS_PublicProps$4, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2731
2729
|
change: (v: any, eventData?: ContainerChangeEventData | undefined) => any;
|
|
2732
2730
|
"update:width": (value: number) => any;
|
|
2733
2731
|
"update:visible": (value: boolean) => any;
|
|
2734
2732
|
"update:visible1": (value: boolean) => any;
|
|
2735
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$4> & Readonly<{
|
|
2733
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$4> & Readonly<{
|
|
2736
2734
|
onChange?: ((v: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
2737
2735
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
2738
2736
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2739
2737
|
"onUpdate:visible1"?: ((value: boolean) => any) | undefined;
|
|
2740
2738
|
}>, {
|
|
2741
2739
|
disabled: boolean;
|
|
2742
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2740
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2743
2741
|
declare const _default$11: typeof __VLS_export$27;
|
|
2744
2742
|
//#endregion
|
|
2745
2743
|
//#region temp/packages/editor/src/fields/DataSourceMocks.vue.d.ts
|
|
@@ -2749,92 +2747,92 @@ type __VLS_ModelProps$3 = {
|
|
|
2749
2747
|
'visible'?: boolean;
|
|
2750
2748
|
};
|
|
2751
2749
|
type __VLS_PublicProps$3 = __VLS_Props$25 & __VLS_ModelProps$3;
|
|
2752
|
-
declare const __VLS_export$26: _vue_runtime_core0.DefineComponent<__VLS_PublicProps$3, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2750
|
+
declare const __VLS_export$26: _$_vue_runtime_core0.DefineComponent<__VLS_PublicProps$3, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2753
2751
|
change: (...args: any[]) => void;
|
|
2754
2752
|
"update:width": (value: number) => void;
|
|
2755
2753
|
"update:visible": (value: boolean) => void;
|
|
2756
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$3> & Readonly<{
|
|
2754
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$3> & Readonly<{
|
|
2757
2755
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2758
2756
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
2759
2757
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2760
2758
|
}>, {
|
|
2761
2759
|
disabled: boolean;
|
|
2762
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2760
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2763
2761
|
declare const _default$15: typeof __VLS_export$26;
|
|
2764
2762
|
//#endregion
|
|
2765
2763
|
//#region temp/packages/editor/src/fields/DataSourceMethods.vue.d.ts
|
|
2766
2764
|
type __VLS_Props$24 = FieldProps<DataSourceMethodsConfig>;
|
|
2767
|
-
declare const __VLS_export$25: _vue_runtime_core0.DefineComponent<__VLS_Props$24, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2765
|
+
declare const __VLS_export$25: _$_vue_runtime_core0.DefineComponent<__VLS_Props$24, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2768
2766
|
change: (...args: any[]) => void;
|
|
2769
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$24> & Readonly<{
|
|
2767
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$24> & Readonly<{
|
|
2770
2768
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2771
2769
|
}>, {
|
|
2772
2770
|
disabled: boolean;
|
|
2773
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2771
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2774
2772
|
declare const _default$14: typeof __VLS_export$25;
|
|
2775
2773
|
//#endregion
|
|
2776
2774
|
//#region temp/packages/editor/src/fields/DataSourceInput.vue.d.ts
|
|
2777
2775
|
type __VLS_Props$23 = FieldProps<DataSourceInputConfig>;
|
|
2778
|
-
declare const __VLS_export$24: _vue_runtime_core0.DefineComponent<__VLS_Props$23, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2776
|
+
declare const __VLS_export$24: _$_vue_runtime_core0.DefineComponent<__VLS_Props$23, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2779
2777
|
change: (value: string) => any;
|
|
2780
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
|
|
2778
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
|
|
2781
2779
|
onChange?: ((value: string) => any) | undefined;
|
|
2782
2780
|
}>, {
|
|
2783
2781
|
disabled: boolean;
|
|
2784
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2782
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2785
2783
|
declare const _default$12: typeof __VLS_export$24;
|
|
2786
2784
|
//#endregion
|
|
2787
2785
|
//#region temp/packages/editor/src/fields/DataSourceSelect.vue.d.ts
|
|
2788
2786
|
type __VLS_Props$22 = FieldProps<DataSourceSelect>;
|
|
2789
|
-
declare const __VLS_export$23: _vue_runtime_core0.DefineComponent<__VLS_Props$22, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2787
|
+
declare const __VLS_export$23: _$_vue_runtime_core0.DefineComponent<__VLS_Props$22, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2790
2788
|
change: (...args: any[]) => void;
|
|
2791
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
|
|
2789
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
|
|
2792
2790
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2793
2791
|
}>, {
|
|
2794
2792
|
disabled: boolean;
|
|
2795
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2793
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2796
2794
|
declare const _default$16: typeof __VLS_export$23;
|
|
2797
2795
|
//#endregion
|
|
2798
2796
|
//#region temp/packages/editor/src/fields/DataSourceMethodSelect.vue.d.ts
|
|
2799
2797
|
type __VLS_Props$21 = FieldProps<DataSourceMethodSelectConfig>;
|
|
2800
|
-
declare const __VLS_export$22: _vue_runtime_core0.DefineComponent<__VLS_Props$21, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2798
|
+
declare const __VLS_export$22: _$_vue_runtime_core0.DefineComponent<__VLS_Props$21, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2801
2799
|
change: (...args: any[]) => void;
|
|
2802
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
|
|
2800
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
|
|
2803
2801
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2804
2802
|
}>, {
|
|
2805
2803
|
disabled: boolean;
|
|
2806
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2804
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2807
2805
|
declare const _default$13: typeof __VLS_export$22;
|
|
2808
2806
|
//#endregion
|
|
2809
2807
|
//#region temp/packages/editor/src/fields/DataSourceFieldSelect/Index.vue.d.ts
|
|
2810
2808
|
type __VLS_Props$20 = FieldProps<DataSourceFieldSelectConfig>;
|
|
2811
|
-
declare const __VLS_export$21: _vue_runtime_core0.DefineComponent<__VLS_Props$20, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2809
|
+
declare const __VLS_export$21: _$_vue_runtime_core0.DefineComponent<__VLS_Props$20, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2812
2810
|
change: (...args: any[]) => void;
|
|
2813
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
|
|
2811
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
|
|
2814
2812
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2815
2813
|
}>, {
|
|
2816
2814
|
disabled: boolean;
|
|
2817
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2815
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2818
2816
|
declare const _default$10: typeof __VLS_export$21;
|
|
2819
2817
|
//#endregion
|
|
2820
2818
|
//#region temp/packages/editor/src/fields/EventSelect.vue.d.ts
|
|
2821
2819
|
type __VLS_Props$19 = FieldProps<EventSelectConfig>;
|
|
2822
|
-
declare const __VLS_export$20: _vue_runtime_core0.DefineComponent<__VLS_Props$19, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2820
|
+
declare const __VLS_export$20: _$_vue_runtime_core0.DefineComponent<__VLS_Props$19, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2823
2821
|
change: (v: any, eventData?: ContainerChangeEventData | undefined) => any;
|
|
2824
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
|
|
2822
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
|
|
2825
2823
|
onChange?: ((v: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
2826
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2824
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2827
2825
|
declare const _default$18: typeof __VLS_export$20;
|
|
2828
2826
|
//#endregion
|
|
2829
2827
|
//#region temp/packages/editor/src/fields/KeyValue.vue.d.ts
|
|
2830
2828
|
type __VLS_Props$18 = FieldProps<KeyValueConfig>;
|
|
2831
|
-
declare const __VLS_export$19: _vue_runtime_core0.DefineComponent<__VLS_Props$18, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2829
|
+
declare const __VLS_export$19: _$_vue_runtime_core0.DefineComponent<__VLS_Props$18, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2832
2830
|
change: (value: Record<string, any>) => any;
|
|
2833
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
|
|
2831
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
|
|
2834
2832
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
2835
2833
|
}>, {
|
|
2836
2834
|
disabled: boolean;
|
|
2837
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2835
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2838
2836
|
declare const _default$21: typeof __VLS_export$19;
|
|
2839
2837
|
//#endregion
|
|
2840
2838
|
//#region temp/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue.d.ts
|
|
@@ -2844,8 +2842,8 @@ type __VLS_Props$17 = {
|
|
|
2844
2842
|
nextLevelIndentIncrement?: number;
|
|
2845
2843
|
customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
|
|
2846
2844
|
};
|
|
2847
|
-
declare const __VLS_base$9: _vue_runtime_core0.DefineComponent<__VLS_Props$17, {
|
|
2848
|
-
nodeStatusMap: _vue_reactivity0.Ref<Map<Id, {
|
|
2845
|
+
declare const __VLS_base$9: _$_vue_runtime_core0.DefineComponent<__VLS_Props$17, {
|
|
2846
|
+
nodeStatusMap: _$_vue_reactivity0.Ref<Map<Id, {
|
|
2849
2847
|
visible: boolean;
|
|
2850
2848
|
expand: boolean;
|
|
2851
2849
|
selected: boolean;
|
|
@@ -2858,15 +2856,15 @@ declare const __VLS_base$9: _vue_runtime_core0.DefineComponent<__VLS_Props$17, {
|
|
|
2858
2856
|
}> & Omit<Map<Id, LayerNodeStatus>, keyof Map<any, any>>)>;
|
|
2859
2857
|
filter: (text: string | string[]) => void;
|
|
2860
2858
|
deleteCode: (id: string) => Promise<void>;
|
|
2861
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2859
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2862
2860
|
remove: (id: string) => any;
|
|
2863
2861
|
edit: (id: string) => any;
|
|
2864
2862
|
"node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
|
|
2865
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
|
|
2863
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
|
|
2866
2864
|
onRemove?: ((id: string) => any) | undefined;
|
|
2867
2865
|
onEdit?: ((id: string) => any) | undefined;
|
|
2868
2866
|
"onNode-contextmenu"?: ((event: MouseEvent, data: TreeNodeData) => any) | undefined;
|
|
2869
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2867
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2870
2868
|
declare const __VLS_export$18: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
|
|
2871
2869
|
declare const _default$1: typeof __VLS_export$18;
|
|
2872
2870
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -2883,7 +2881,7 @@ type __VLS_Props$16 = {
|
|
|
2883
2881
|
customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
|
|
2884
2882
|
customContentMenu: CustomContentMenuFunction;
|
|
2885
2883
|
};
|
|
2886
|
-
declare const __VLS_base$8: _vue_runtime_core0.DefineComponent<__VLS_Props$16, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$16> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2884
|
+
declare const __VLS_base$8: _$_vue_runtime_core0.DefineComponent<__VLS_Props$16, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$16> & Readonly<{}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2887
2885
|
declare const __VLS_export$17: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
|
|
2888
2886
|
declare const _default$2: typeof __VLS_export$17;
|
|
2889
2887
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -2903,22 +2901,22 @@ type __VLS_ModelProps$2 = {
|
|
|
2903
2901
|
'width'?: number;
|
|
2904
2902
|
};
|
|
2905
2903
|
type __VLS_PublicProps$2 = __VLS_Props$15 & __VLS_ModelProps$2;
|
|
2906
|
-
declare const __VLS_export$16: _vue_runtime_core0.DefineComponent<__VLS_PublicProps$2, {
|
|
2904
|
+
declare const __VLS_export$16: _$_vue_runtime_core0.DefineComponent<__VLS_PublicProps$2, {
|
|
2907
2905
|
show(): void;
|
|
2908
2906
|
hide(): void;
|
|
2909
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2907
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2910
2908
|
close: () => any;
|
|
2911
2909
|
submit: (v: any, eventData: ContainerChangeEventData) => any;
|
|
2912
2910
|
open: (id: string) => any;
|
|
2913
2911
|
"update:width": (value: number) => any;
|
|
2914
2912
|
"update:visible": (value: boolean) => any;
|
|
2915
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
|
|
2913
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
|
|
2916
2914
|
onClose?: (() => any) | undefined;
|
|
2917
2915
|
onSubmit?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
|
|
2918
2916
|
onOpen?: ((id: string) => any) | undefined;
|
|
2919
2917
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
2920
2918
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2921
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2919
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2922
2920
|
declare const _default$9: typeof __VLS_export$16;
|
|
2923
2921
|
//#endregion
|
|
2924
2922
|
//#region temp/packages/editor/src/layouts/sidebar/data-source/DataSourceAddButton.vue.d.ts
|
|
@@ -2930,11 +2928,11 @@ type __VLS_Props$14 = {
|
|
|
2930
2928
|
addButtonConfig?: ButtonProps;
|
|
2931
2929
|
addButtonText?: string;
|
|
2932
2930
|
};
|
|
2933
|
-
declare const __VLS_export$15: _vue_runtime_core0.DefineComponent<__VLS_Props$14, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2931
|
+
declare const __VLS_export$15: _$_vue_runtime_core0.DefineComponent<__VLS_Props$14, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2934
2932
|
add: (type: string) => any;
|
|
2935
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$14> & Readonly<{
|
|
2933
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$14> & Readonly<{
|
|
2936
2934
|
onAdd?: ((type: string) => any) | undefined;
|
|
2937
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2935
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
2938
2936
|
declare const _default$8: typeof __VLS_export$15;
|
|
2939
2937
|
//#endregion
|
|
2940
2938
|
//#region temp/packages/editor/src/layouts/props-panel/PropsPanel.vue.d.ts
|
|
@@ -2943,15 +2941,15 @@ type __VLS_Props$13 = {
|
|
|
2943
2941
|
disabledShowSrc?: boolean;
|
|
2944
2942
|
extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2945
2943
|
};
|
|
2946
|
-
declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
2944
|
+
declare const __VLS_base$7: _$_vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
2947
2945
|
getFormState(): FormState | undefined;
|
|
2948
2946
|
submit: (v: MNode, eventData?: ContainerChangeEventData) => Promise<void>;
|
|
2949
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
2947
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
2950
2948
|
mounted: (internalInstance: {
|
|
2951
|
-
$: _vue_runtime_core0.ComponentInternalInstance;
|
|
2949
|
+
$: _$_vue_runtime_core0.ComponentInternalInstance;
|
|
2952
2950
|
$data: {};
|
|
2953
2951
|
$props: {
|
|
2954
|
-
readonly config: _tmagic_form_schema0.FormConfig;
|
|
2952
|
+
readonly config: _$_tmagic_form_schema0.FormConfig;
|
|
2955
2953
|
readonly values: FormValue;
|
|
2956
2954
|
readonly disabledShowSrc?: boolean | undefined;
|
|
2957
2955
|
readonly labelWidth?: string | undefined;
|
|
@@ -2963,23 +2961,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
2963
2961
|
readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
2964
2962
|
readonly "onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2965
2963
|
readonly "onForm-error"?: ((e: any) => any) | undefined;
|
|
2966
|
-
} & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
|
|
2967
|
-
$attrs:
|
|
2968
|
-
[x: string]: unknown;
|
|
2969
|
-
};
|
|
2964
|
+
} & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
|
|
2965
|
+
$attrs: _$_vue_runtime_core0.Attrs;
|
|
2970
2966
|
$refs: {
|
|
2971
2967
|
[x: string]: unknown;
|
|
2972
2968
|
};
|
|
2973
2969
|
$slots: Readonly<{
|
|
2974
|
-
[name: string]: _vue_runtime_core0.Slot<any> | undefined;
|
|
2970
|
+
[name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
|
|
2975
2971
|
}>;
|
|
2976
|
-
$root: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2977
|
-
$parent: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
2972
|
+
$root: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2973
|
+
$parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
2978
2974
|
$host: Element | null;
|
|
2979
2975
|
$emit: ((event: "mounted", internalInstance: any) => void) & ((event: "unmounted") => void) & ((event: "submit", values: any, eventData?: ContainerChangeEventData | undefined) => void) & ((event: "submit-error", e: any) => void) & ((event: "form-error", e: any) => void);
|
|
2980
2976
|
$el: any;
|
|
2981
|
-
$options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2982
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2977
|
+
$options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
2978
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2983
2979
|
values: FormValue;
|
|
2984
2980
|
disabledShowSrc?: boolean;
|
|
2985
2981
|
labelWidth?: string;
|
|
@@ -2993,8 +2989,8 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
2993
2989
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
2994
2990
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
2995
2991
|
}>, {
|
|
2996
|
-
configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2997
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
2992
|
+
configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2993
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
2998
2994
|
initValues: Record<string, any>;
|
|
2999
2995
|
lastValues?: Record<string, any>;
|
|
3000
2996
|
isCompare?: boolean;
|
|
@@ -3017,27 +3013,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3017
3013
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3018
3014
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3019
3015
|
}>, {
|
|
3020
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3021
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3016
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3017
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3022
3018
|
formState: FormState;
|
|
3023
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3024
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3019
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3020
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3025
3021
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3026
3022
|
resetForm: () => void;
|
|
3027
3023
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3028
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3029
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3024
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3025
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3030
3026
|
error: (...args: any[]) => void;
|
|
3031
3027
|
change: (...args: any[]) => void;
|
|
3032
3028
|
"field-input": (...args: any[]) => void;
|
|
3033
3029
|
"field-change": (...args: any[]) => void;
|
|
3034
3030
|
"update:stepActive": (...args: any[]) => void;
|
|
3035
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
3031
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
3036
3032
|
disabled: boolean;
|
|
3037
3033
|
labelWidth: string;
|
|
3038
3034
|
inline: boolean;
|
|
3039
3035
|
labelPosition: string;
|
|
3040
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3036
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3041
3037
|
height: string;
|
|
3042
3038
|
initValues: Record<string, any>;
|
|
3043
3039
|
lastValues: Record<string, any>;
|
|
@@ -3045,7 +3041,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3045
3041
|
keyProp: string;
|
|
3046
3042
|
parentValues: Record<string, any>;
|
|
3047
3043
|
stepActive: string | number;
|
|
3048
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
3044
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
3049
3045
|
P: {};
|
|
3050
3046
|
B: {};
|
|
3051
3047
|
D: {};
|
|
@@ -3053,7 +3049,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3053
3049
|
M: {};
|
|
3054
3050
|
Defaults: {};
|
|
3055
3051
|
}, Readonly<{
|
|
3056
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3052
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3057
3053
|
initValues: Record<string, any>;
|
|
3058
3054
|
lastValues?: Record<string, any>;
|
|
3059
3055
|
isCompare?: boolean;
|
|
@@ -3076,21 +3072,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3076
3072
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3077
3073
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3078
3074
|
}>, {
|
|
3079
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3080
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3075
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3076
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3081
3077
|
formState: FormState;
|
|
3082
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3083
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3078
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3079
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3084
3080
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3085
3081
|
resetForm: () => void;
|
|
3086
3082
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3087
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3083
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3088
3084
|
}, {}, {}, {}, {
|
|
3089
3085
|
disabled: boolean;
|
|
3090
3086
|
labelWidth: string;
|
|
3091
3087
|
inline: boolean;
|
|
3092
3088
|
labelPosition: string;
|
|
3093
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3089
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3094
3090
|
height: string;
|
|
3095
3091
|
initValues: Record<string, any>;
|
|
3096
3092
|
lastValues: Record<string, any>;
|
|
@@ -3100,13 +3096,13 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3100
3096
|
stepActive: string | number;
|
|
3101
3097
|
}> | null>>;
|
|
3102
3098
|
submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
|
|
3103
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3099
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3104
3100
|
mounted: (internalInstance: any) => any;
|
|
3105
3101
|
unmounted: () => any;
|
|
3106
3102
|
submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
|
|
3107
3103
|
"submit-error": (e: any) => any;
|
|
3108
3104
|
"form-error": (e: any) => any;
|
|
3109
|
-
}, string, {}, {}, string, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, _vue_runtime_core0.ComponentProvideOptions> & {
|
|
3105
|
+
}, string, {}, {}, string, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, _$_vue_runtime_core0.ComponentProvideOptions> & {
|
|
3110
3106
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3111
3107
|
created?: (() => void) | (() => void)[];
|
|
3112
3108
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -3119,15 +3115,15 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3119
3115
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
3120
3116
|
destroyed?: (() => void) | (() => void)[];
|
|
3121
3117
|
unmounted?: (() => void) | (() => void)[];
|
|
3122
|
-
renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
3123
|
-
renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
3124
|
-
errorCaptured?: ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3118
|
+
renderTracked?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
3119
|
+
renderTriggered?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
3120
|
+
errorCaptured?: ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3125
3121
|
};
|
|
3126
3122
|
$forceUpdate: () => void;
|
|
3127
|
-
$nextTick: typeof _vue_runtime_core0.nextTick;
|
|
3128
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _vue_reactivity0.OnCleanup]) => any, options?: _vue_runtime_core0.WatchOptions): _vue_reactivity0.WatchStopHandle;
|
|
3123
|
+
$nextTick: typeof _$_vue_runtime_core0.nextTick;
|
|
3124
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _$_vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _$_vue_reactivity0.OnCleanup]) => any, options?: _$_vue_runtime_core0.WatchOptions): _$_vue_reactivity0.WatchStopHandle;
|
|
3129
3125
|
} & Readonly<{}> & Omit<Readonly<{
|
|
3130
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3126
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3131
3127
|
values: FormValue;
|
|
3132
3128
|
disabledShowSrc?: boolean;
|
|
3133
3129
|
labelWidth?: string;
|
|
@@ -3140,9 +3136,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3140
3136
|
onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
3141
3137
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3142
3138
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3143
|
-
}>, "submit" | "configForm"> &
|
|
3144
|
-
configForm:
|
|
3145
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3139
|
+
}>, "submit" | "configForm"> & {
|
|
3140
|
+
configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3141
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3146
3142
|
initValues: Record<string, any>;
|
|
3147
3143
|
lastValues?: Record<string, any>;
|
|
3148
3144
|
isCompare?: boolean;
|
|
@@ -3165,27 +3161,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3165
3161
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3166
3162
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3167
3163
|
}>, {
|
|
3168
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3169
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3164
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3165
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3170
3166
|
formState: FormState;
|
|
3171
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3172
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3167
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3168
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3173
3169
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3174
3170
|
resetForm: () => void;
|
|
3175
3171
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3176
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3177
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3172
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3173
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3178
3174
|
error: (...args: any[]) => void;
|
|
3179
3175
|
change: (...args: any[]) => void;
|
|
3180
3176
|
"field-input": (...args: any[]) => void;
|
|
3181
3177
|
"field-change": (...args: any[]) => void;
|
|
3182
3178
|
"update:stepActive": (...args: any[]) => void;
|
|
3183
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
3179
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
3184
3180
|
disabled: boolean;
|
|
3185
3181
|
labelWidth: string;
|
|
3186
3182
|
inline: boolean;
|
|
3187
3183
|
labelPosition: string;
|
|
3188
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3184
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3189
3185
|
height: string;
|
|
3190
3186
|
initValues: Record<string, any>;
|
|
3191
3187
|
lastValues: Record<string, any>;
|
|
@@ -3193,7 +3189,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3193
3189
|
keyProp: string;
|
|
3194
3190
|
parentValues: Record<string, any>;
|
|
3195
3191
|
stepActive: string | number;
|
|
3196
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
3192
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
3197
3193
|
P: {};
|
|
3198
3194
|
B: {};
|
|
3199
3195
|
D: {};
|
|
@@ -3201,7 +3197,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3201
3197
|
M: {};
|
|
3202
3198
|
Defaults: {};
|
|
3203
3199
|
}, Readonly<{
|
|
3204
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3200
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3205
3201
|
initValues: Record<string, any>;
|
|
3206
3202
|
lastValues?: Record<string, any>;
|
|
3207
3203
|
isCompare?: boolean;
|
|
@@ -3224,21 +3220,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3224
3220
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3225
3221
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3226
3222
|
}>, {
|
|
3227
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3228
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3223
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3224
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3229
3225
|
formState: FormState;
|
|
3230
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3231
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3226
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3227
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3232
3228
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3233
3229
|
resetForm: () => void;
|
|
3234
3230
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3235
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3231
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3236
3232
|
}, {}, {}, {}, {
|
|
3237
3233
|
disabled: boolean;
|
|
3238
3234
|
labelWidth: string;
|
|
3239
3235
|
inline: boolean;
|
|
3240
3236
|
labelPosition: string;
|
|
3241
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3237
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3242
3238
|
height: string;
|
|
3243
3239
|
initValues: Record<string, any>;
|
|
3244
3240
|
lastValues: Record<string, any>;
|
|
@@ -3246,9 +3242,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3246
3242
|
keyProp: string;
|
|
3247
3243
|
parentValues: Record<string, any>;
|
|
3248
3244
|
stepActive: string | number;
|
|
3249
|
-
}> | null
|
|
3245
|
+
}> | null;
|
|
3250
3246
|
submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
|
|
3251
|
-
}
|
|
3247
|
+
} & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
|
|
3252
3248
|
$slots: {
|
|
3253
3249
|
'props-form-panel-header'(_props: {}): any;
|
|
3254
3250
|
};
|
|
@@ -3256,12 +3252,12 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3256
3252
|
unmounted: () => any;
|
|
3257
3253
|
"submit-error": (e: any) => any;
|
|
3258
3254
|
"form-error": (e: any) => any;
|
|
3259
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$13> & Readonly<{
|
|
3255
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$13> & Readonly<{
|
|
3260
3256
|
onMounted?: ((internalInstance: {
|
|
3261
|
-
$: _vue_runtime_core0.ComponentInternalInstance;
|
|
3257
|
+
$: _$_vue_runtime_core0.ComponentInternalInstance;
|
|
3262
3258
|
$data: {};
|
|
3263
3259
|
$props: {
|
|
3264
|
-
readonly config: _tmagic_form_schema0.FormConfig;
|
|
3260
|
+
readonly config: _$_tmagic_form_schema0.FormConfig;
|
|
3265
3261
|
readonly values: FormValue;
|
|
3266
3262
|
readonly disabledShowSrc?: boolean | undefined;
|
|
3267
3263
|
readonly labelWidth?: string | undefined;
|
|
@@ -3273,23 +3269,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3273
3269
|
readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
3274
3270
|
readonly "onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3275
3271
|
readonly "onForm-error"?: ((e: any) => any) | undefined;
|
|
3276
|
-
} & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
|
|
3277
|
-
$attrs:
|
|
3278
|
-
[x: string]: unknown;
|
|
3279
|
-
};
|
|
3272
|
+
} & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
|
|
3273
|
+
$attrs: _$_vue_runtime_core0.Attrs;
|
|
3280
3274
|
$refs: {
|
|
3281
3275
|
[x: string]: unknown;
|
|
3282
3276
|
};
|
|
3283
3277
|
$slots: Readonly<{
|
|
3284
|
-
[name: string]: _vue_runtime_core0.Slot<any> | undefined;
|
|
3278
|
+
[name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
|
|
3285
3279
|
}>;
|
|
3286
|
-
$root: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
3287
|
-
$parent: _vue_runtime_core0.ComponentPublicInstance | null;
|
|
3280
|
+
$root: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
3281
|
+
$parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
|
|
3288
3282
|
$host: Element | null;
|
|
3289
3283
|
$emit: ((event: "mounted", internalInstance: any) => void) & ((event: "unmounted") => void) & ((event: "submit", values: any, eventData?: ContainerChangeEventData | undefined) => void) & ((event: "submit-error", e: any) => void) & ((event: "form-error", e: any) => void);
|
|
3290
3284
|
$el: any;
|
|
3291
|
-
$options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
3292
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3285
|
+
$options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
|
|
3286
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3293
3287
|
values: FormValue;
|
|
3294
3288
|
disabledShowSrc?: boolean;
|
|
3295
3289
|
labelWidth?: string;
|
|
@@ -3303,8 +3297,8 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3303
3297
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3304
3298
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3305
3299
|
}>, {
|
|
3306
|
-
configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3307
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3300
|
+
configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3301
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3308
3302
|
initValues: Record<string, any>;
|
|
3309
3303
|
lastValues?: Record<string, any>;
|
|
3310
3304
|
isCompare?: boolean;
|
|
@@ -3327,27 +3321,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3327
3321
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3328
3322
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3329
3323
|
}>, {
|
|
3330
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3331
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3324
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3325
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3332
3326
|
formState: FormState;
|
|
3333
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3334
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3327
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3328
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3335
3329
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3336
3330
|
resetForm: () => void;
|
|
3337
3331
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3338
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3339
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3332
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3333
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3340
3334
|
error: (...args: any[]) => void;
|
|
3341
3335
|
change: (...args: any[]) => void;
|
|
3342
3336
|
"field-input": (...args: any[]) => void;
|
|
3343
3337
|
"field-change": (...args: any[]) => void;
|
|
3344
3338
|
"update:stepActive": (...args: any[]) => void;
|
|
3345
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
3339
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
3346
3340
|
disabled: boolean;
|
|
3347
3341
|
labelWidth: string;
|
|
3348
3342
|
inline: boolean;
|
|
3349
3343
|
labelPosition: string;
|
|
3350
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3344
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3351
3345
|
height: string;
|
|
3352
3346
|
initValues: Record<string, any>;
|
|
3353
3347
|
lastValues: Record<string, any>;
|
|
@@ -3355,7 +3349,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3355
3349
|
keyProp: string;
|
|
3356
3350
|
parentValues: Record<string, any>;
|
|
3357
3351
|
stepActive: string | number;
|
|
3358
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
3352
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
3359
3353
|
P: {};
|
|
3360
3354
|
B: {};
|
|
3361
3355
|
D: {};
|
|
@@ -3363,7 +3357,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3363
3357
|
M: {};
|
|
3364
3358
|
Defaults: {};
|
|
3365
3359
|
}, Readonly<{
|
|
3366
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3360
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3367
3361
|
initValues: Record<string, any>;
|
|
3368
3362
|
lastValues?: Record<string, any>;
|
|
3369
3363
|
isCompare?: boolean;
|
|
@@ -3386,21 +3380,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3386
3380
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3387
3381
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3388
3382
|
}>, {
|
|
3389
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3390
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3383
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3384
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3391
3385
|
formState: FormState;
|
|
3392
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3393
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3386
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3387
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3394
3388
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3395
3389
|
resetForm: () => void;
|
|
3396
3390
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3397
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3391
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3398
3392
|
}, {}, {}, {}, {
|
|
3399
3393
|
disabled: boolean;
|
|
3400
3394
|
labelWidth: string;
|
|
3401
3395
|
inline: boolean;
|
|
3402
3396
|
labelPosition: string;
|
|
3403
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3397
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3404
3398
|
height: string;
|
|
3405
3399
|
initValues: Record<string, any>;
|
|
3406
3400
|
lastValues: Record<string, any>;
|
|
@@ -3410,13 +3404,13 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3410
3404
|
stepActive: string | number;
|
|
3411
3405
|
}> | null>>;
|
|
3412
3406
|
submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
|
|
3413
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3407
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3414
3408
|
mounted: (internalInstance: any) => any;
|
|
3415
3409
|
unmounted: () => any;
|
|
3416
3410
|
submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
|
|
3417
3411
|
"submit-error": (e: any) => any;
|
|
3418
3412
|
"form-error": (e: any) => any;
|
|
3419
|
-
}, string, {}, {}, string, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, _vue_runtime_core0.ComponentProvideOptions> & {
|
|
3413
|
+
}, string, {}, {}, string, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, _$_vue_runtime_core0.ComponentProvideOptions> & {
|
|
3420
3414
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3421
3415
|
created?: (() => void) | (() => void)[];
|
|
3422
3416
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -3429,15 +3423,15 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3429
3423
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
3430
3424
|
destroyed?: (() => void) | (() => void)[];
|
|
3431
3425
|
unmounted?: (() => void) | (() => void)[];
|
|
3432
|
-
renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
3433
|
-
renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
|
|
3434
|
-
errorCaptured?: ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3426
|
+
renderTracked?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
3427
|
+
renderTriggered?: ((e: _$_vue_reactivity0.DebuggerEvent) => void) | ((e: _$_vue_reactivity0.DebuggerEvent) => void)[];
|
|
3428
|
+
errorCaptured?: ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: _$_vue_runtime_core0.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3435
3429
|
};
|
|
3436
3430
|
$forceUpdate: () => void;
|
|
3437
|
-
$nextTick: typeof _vue_runtime_core0.nextTick;
|
|
3438
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _vue_reactivity0.OnCleanup]) => any, options?: _vue_runtime_core0.WatchOptions): _vue_reactivity0.WatchStopHandle;
|
|
3431
|
+
$nextTick: typeof _$_vue_runtime_core0.nextTick;
|
|
3432
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, _$_vue_reactivity0.OnCleanup]) => any : (...args: [any, any, _$_vue_reactivity0.OnCleanup]) => any, options?: _$_vue_runtime_core0.WatchOptions): _$_vue_reactivity0.WatchStopHandle;
|
|
3439
3433
|
} & Readonly<{}> & Omit<Readonly<{
|
|
3440
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3434
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3441
3435
|
values: FormValue;
|
|
3442
3436
|
disabledShowSrc?: boolean;
|
|
3443
3437
|
labelWidth?: string;
|
|
@@ -3450,9 +3444,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3450
3444
|
onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
3451
3445
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3452
3446
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3453
|
-
}>, "submit" | "configForm"> &
|
|
3454
|
-
configForm:
|
|
3455
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3447
|
+
}>, "submit" | "configForm"> & {
|
|
3448
|
+
configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3449
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3456
3450
|
initValues: Record<string, any>;
|
|
3457
3451
|
lastValues?: Record<string, any>;
|
|
3458
3452
|
isCompare?: boolean;
|
|
@@ -3475,27 +3469,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3475
3469
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3476
3470
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3477
3471
|
}>, {
|
|
3478
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3479
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3472
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3473
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3480
3474
|
formState: FormState;
|
|
3481
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3482
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3475
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3476
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3483
3477
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3484
3478
|
resetForm: () => void;
|
|
3485
3479
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3486
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3487
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3480
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3481
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3488
3482
|
error: (...args: any[]) => void;
|
|
3489
3483
|
change: (...args: any[]) => void;
|
|
3490
3484
|
"field-input": (...args: any[]) => void;
|
|
3491
3485
|
"field-change": (...args: any[]) => void;
|
|
3492
3486
|
"update:stepActive": (...args: any[]) => void;
|
|
3493
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
3487
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
3494
3488
|
disabled: boolean;
|
|
3495
3489
|
labelWidth: string;
|
|
3496
3490
|
inline: boolean;
|
|
3497
3491
|
labelPosition: string;
|
|
3498
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3492
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3499
3493
|
height: string;
|
|
3500
3494
|
initValues: Record<string, any>;
|
|
3501
3495
|
lastValues: Record<string, any>;
|
|
@@ -3503,7 +3497,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3503
3497
|
keyProp: string;
|
|
3504
3498
|
parentValues: Record<string, any>;
|
|
3505
3499
|
stepActive: string | number;
|
|
3506
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
3500
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
3507
3501
|
P: {};
|
|
3508
3502
|
B: {};
|
|
3509
3503
|
D: {};
|
|
@@ -3511,7 +3505,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3511
3505
|
M: {};
|
|
3512
3506
|
Defaults: {};
|
|
3513
3507
|
}, Readonly<{
|
|
3514
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3508
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3515
3509
|
initValues: Record<string, any>;
|
|
3516
3510
|
lastValues?: Record<string, any>;
|
|
3517
3511
|
isCompare?: boolean;
|
|
@@ -3534,21 +3528,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3534
3528
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3535
3529
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3536
3530
|
}>, {
|
|
3537
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3538
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3531
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3532
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3539
3533
|
formState: FormState;
|
|
3540
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3541
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3534
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3535
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3542
3536
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3543
3537
|
resetForm: () => void;
|
|
3544
3538
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3545
|
-
getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3539
|
+
getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
|
|
3546
3540
|
}, {}, {}, {}, {
|
|
3547
3541
|
disabled: boolean;
|
|
3548
3542
|
labelWidth: string;
|
|
3549
3543
|
inline: boolean;
|
|
3550
3544
|
labelPosition: string;
|
|
3551
|
-
config: _tmagic_form_schema0.FormConfig;
|
|
3545
|
+
config: _$_tmagic_form_schema0.FormConfig;
|
|
3552
3546
|
height: string;
|
|
3553
3547
|
initValues: Record<string, any>;
|
|
3554
3548
|
lastValues: Record<string, any>;
|
|
@@ -3556,9 +3550,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3556
3550
|
keyProp: string;
|
|
3557
3551
|
parentValues: Record<string, any>;
|
|
3558
3552
|
stepActive: string | number;
|
|
3559
|
-
}> | null
|
|
3553
|
+
}> | null;
|
|
3560
3554
|
submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
|
|
3561
|
-
}
|
|
3555
|
+
} & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
|
|
3562
3556
|
$slots: {
|
|
3563
3557
|
'props-form-panel-header'(_props: {}): any;
|
|
3564
3558
|
};
|
|
@@ -3566,7 +3560,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
|
|
|
3566
3560
|
onUnmounted?: (() => any) | undefined;
|
|
3567
3561
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3568
3562
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3569
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3563
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3570
3564
|
declare const __VLS_export$14: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
|
|
3571
3565
|
declare const _default$26: typeof __VLS_export$14;
|
|
3572
3566
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -3588,8 +3582,8 @@ type __VLS_Props$12 = {
|
|
|
3588
3582
|
labelPosition?: string;
|
|
3589
3583
|
extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
3590
3584
|
};
|
|
3591
|
-
declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
3592
|
-
configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3585
|
+
declare const __VLS_base$6: _$_vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
3586
|
+
configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3593
3587
|
config: FormConfig;
|
|
3594
3588
|
initValues: Record<string, any>;
|
|
3595
3589
|
lastValues?: Record<string, any>;
|
|
@@ -3613,22 +3607,22 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
|
3613
3607
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3614
3608
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3615
3609
|
}>, {
|
|
3616
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3617
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3610
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3611
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3618
3612
|
formState: FormState;
|
|
3619
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3620
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3613
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3614
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3621
3615
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3622
3616
|
resetForm: () => void;
|
|
3623
3617
|
submitForm: (native?: boolean) => Promise<any>;
|
|
3624
3618
|
getTextByName: (name: string, config?: FormConfig) => string | undefined;
|
|
3625
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3619
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3626
3620
|
error: (...args: any[]) => void;
|
|
3627
3621
|
change: (...args: any[]) => void;
|
|
3628
3622
|
"field-input": (...args: any[]) => void;
|
|
3629
3623
|
"field-change": (...args: any[]) => void;
|
|
3630
3624
|
"update:stepActive": (...args: any[]) => void;
|
|
3631
|
-
}, _vue_runtime_core0.PublicProps, {
|
|
3625
|
+
}, _$_vue_runtime_core0.PublicProps, {
|
|
3632
3626
|
disabled: boolean;
|
|
3633
3627
|
labelWidth: string;
|
|
3634
3628
|
inline: boolean;
|
|
@@ -3641,7 +3635,7 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
|
3641
3635
|
keyProp: string;
|
|
3642
3636
|
parentValues: Record<string, any>;
|
|
3643
3637
|
stepActive: string | number;
|
|
3644
|
-
}, false, {}, {}, _vue_runtime_core0.GlobalComponents, _vue_runtime_core0.GlobalDirectives, string, {}, any, _vue_runtime_core0.ComponentProvideOptions, {
|
|
3638
|
+
}, false, {}, {}, _$_vue_runtime_core0.GlobalComponents, _$_vue_runtime_core0.GlobalDirectives, string, {}, any, _$_vue_runtime_core0.ComponentProvideOptions, {
|
|
3645
3639
|
P: {};
|
|
3646
3640
|
B: {};
|
|
3647
3641
|
D: {};
|
|
@@ -3672,11 +3666,11 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
|
3672
3666
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3673
3667
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3674
3668
|
}>, {
|
|
3675
|
-
values: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3676
|
-
lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3669
|
+
values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3670
|
+
lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
|
|
3677
3671
|
formState: FormState;
|
|
3678
|
-
initialized: _vue_reactivity0.Ref<boolean, boolean>;
|
|
3679
|
-
changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3672
|
+
initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
|
|
3673
|
+
changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
|
|
3680
3674
|
changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
|
|
3681
3675
|
resetForm: () => void;
|
|
3682
3676
|
submitForm: (native?: boolean) => Promise<any>;
|
|
@@ -3696,19 +3690,19 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
|
|
|
3696
3690
|
stepActive: string | number;
|
|
3697
3691
|
}> | null>>;
|
|
3698
3692
|
submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
|
|
3699
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3693
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3700
3694
|
mounted: (internalInstance: any) => any;
|
|
3701
3695
|
unmounted: () => any;
|
|
3702
3696
|
submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
|
|
3703
3697
|
"submit-error": (e: any) => any;
|
|
3704
3698
|
"form-error": (e: any) => any;
|
|
3705
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$12> & Readonly<{
|
|
3699
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$12> & Readonly<{
|
|
3706
3700
|
onMounted?: ((internalInstance: any) => any) | undefined;
|
|
3707
3701
|
onUnmounted?: (() => any) | undefined;
|
|
3708
3702
|
onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
3709
3703
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3710
3704
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3711
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3705
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3712
3706
|
declare const __VLS_export$13: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
|
|
3713
3707
|
declare const _default$25: typeof __VLS_export$13;
|
|
3714
3708
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -3722,10 +3716,10 @@ type __VLS_Props$11 = {
|
|
|
3722
3716
|
data?: MenuButton | MenuComponent;
|
|
3723
3717
|
eventType?: 'mousedown' | 'mouseup' | 'click';
|
|
3724
3718
|
};
|
|
3725
|
-
declare const __VLS_export$12: _vue_runtime_core0.DefineComponent<__VLS_Props$11, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$11> & Readonly<{}>, {
|
|
3719
|
+
declare const __VLS_export$12: _$_vue_runtime_core0.DefineComponent<__VLS_Props$11, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$11> & Readonly<{}>, {
|
|
3726
3720
|
data: MenuButton | MenuComponent;
|
|
3727
3721
|
eventType: "mousedown" | "mouseup" | "click";
|
|
3728
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3722
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3729
3723
|
declare const _default$31: typeof __VLS_export$12;
|
|
3730
3724
|
//#endregion
|
|
3731
3725
|
//#region temp/packages/editor/src/components/ContentMenu.vue.d.ts
|
|
@@ -3739,8 +3733,8 @@ declare var __VLS_7$1: {};
|
|
|
3739
3733
|
type __VLS_Slots$5 = {} & {
|
|
3740
3734
|
title?: (props: typeof __VLS_7$1) => any;
|
|
3741
3735
|
};
|
|
3742
|
-
declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
|
|
3743
|
-
menu: Readonly<_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3736
|
+
declare const __VLS_base$5: _$_vue_runtime_core0.DefineComponent<__VLS_Props$10, {
|
|
3737
|
+
menu: Readonly<_$_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3744
3738
|
menuPosition: Ref<{
|
|
3745
3739
|
left: number;
|
|
3746
3740
|
top: number;
|
|
@@ -3761,11 +3755,11 @@ declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
|
|
|
3761
3755
|
clientY: number;
|
|
3762
3756
|
clientX: number;
|
|
3763
3757
|
}) => void;
|
|
3764
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3758
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3765
3759
|
mouseenter: () => any;
|
|
3766
3760
|
show: () => any;
|
|
3767
3761
|
hide: () => any;
|
|
3768
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
|
|
3762
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
|
|
3769
3763
|
onMouseenter?: (() => any) | undefined;
|
|
3770
3764
|
onShow?: (() => any) | undefined;
|
|
3771
3765
|
onHide?: (() => any) | undefined;
|
|
@@ -3773,7 +3767,7 @@ declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
|
|
|
3773
3767
|
menuData: (MenuButton | MenuComponent)[];
|
|
3774
3768
|
isSubMenu: boolean;
|
|
3775
3769
|
autoHide: boolean;
|
|
3776
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3770
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3777
3771
|
declare const __VLS_export$11: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
|
|
3778
3772
|
declare const _default$7: typeof __VLS_export$11;
|
|
3779
3773
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -3786,7 +3780,7 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
3786
3780
|
type __VLS_Props$9 = {
|
|
3787
3781
|
icon?: any;
|
|
3788
3782
|
};
|
|
3789
|
-
declare const __VLS_export$10: _vue_runtime_core0.DefineComponent<__VLS_Props$9, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$9> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3783
|
+
declare const __VLS_export$10: _$_vue_runtime_core0.DefineComponent<__VLS_Props$9, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$9> & Readonly<{}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3790
3784
|
declare const _default$20: typeof __VLS_export$10;
|
|
3791
3785
|
//#endregion
|
|
3792
3786
|
//#region temp/packages/editor/src/components/SplitView.vue.d.ts
|
|
@@ -3809,13 +3803,13 @@ type __VLS_Slots$4 = {} & {
|
|
|
3809
3803
|
} & {
|
|
3810
3804
|
right?: (props: typeof __VLS_19) => any;
|
|
3811
3805
|
};
|
|
3812
|
-
declare const __VLS_base$4: _vue_runtime_core0.DefineComponent<__VLS_Props$8, {
|
|
3806
|
+
declare const __VLS_base$4: _$_vue_runtime_core0.DefineComponent<__VLS_Props$8, {
|
|
3813
3807
|
updateWidth(): void;
|
|
3814
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3808
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3815
3809
|
change: (...args: any[]) => void;
|
|
3816
3810
|
"update:left": (...args: any[]) => void;
|
|
3817
3811
|
"update:right": (...args: any[]) => void;
|
|
3818
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$8> & Readonly<{
|
|
3812
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$8> & Readonly<{
|
|
3819
3813
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3820
3814
|
"onUpdate:left"?: ((...args: any[]) => any) | undefined;
|
|
3821
3815
|
"onUpdate:right"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3823,7 +3817,7 @@ declare const __VLS_base$4: _vue_runtime_core0.DefineComponent<__VLS_Props$8, {
|
|
|
3823
3817
|
minLeft: number;
|
|
3824
3818
|
minRight: number;
|
|
3825
3819
|
minCenter: number;
|
|
3826
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3820
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3827
3821
|
declare const __VLS_export$9: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
|
|
3828
3822
|
declare const _default$23: typeof __VLS_export$9;
|
|
3829
3823
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -3837,11 +3831,11 @@ declare var __VLS_1: {};
|
|
|
3837
3831
|
type __VLS_Slots$3 = {} & {
|
|
3838
3832
|
default?: (props: typeof __VLS_1) => any;
|
|
3839
3833
|
};
|
|
3840
|
-
declare const __VLS_base$3: _vue_runtime_core0.DefineComponent<{}, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3841
|
-
change: (e: OnDrag$1<gesto.default>) => any;
|
|
3842
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<{}> & Readonly<{
|
|
3843
|
-
onChange?: ((e: OnDrag$1<gesto.default>) => any) | undefined;
|
|
3844
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, true, {}, any>;
|
|
3834
|
+
declare const __VLS_base$3: _$_vue_runtime_core0.DefineComponent<{}, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3835
|
+
change: (e: OnDrag$1<_$gesto.default>) => any;
|
|
3836
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<{}> & Readonly<{
|
|
3837
|
+
onChange?: ((e: OnDrag$1<_$gesto.default>) => any) | undefined;
|
|
3838
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, true, {}, any>;
|
|
3845
3839
|
declare const __VLS_export$8: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
|
|
3846
3840
|
declare const _default$27: typeof __VLS_export$8;
|
|
3847
3841
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -3864,22 +3858,22 @@ type __VLS_ModelProps$1 = {
|
|
|
3864
3858
|
'visible'?: boolean;
|
|
3865
3859
|
};
|
|
3866
3860
|
type __VLS_PublicProps$1 = __VLS_Props$7 & __VLS_ModelProps$1;
|
|
3867
|
-
declare const __VLS_export$7: _vue_runtime_core0.DefineComponent<__VLS_PublicProps$1, {
|
|
3861
|
+
declare const __VLS_export$7: _$_vue_runtime_core0.DefineComponent<__VLS_PublicProps$1, {
|
|
3868
3862
|
show(): Promise<void>;
|
|
3869
3863
|
hide(): Promise<void>;
|
|
3870
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3864
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3871
3865
|
close: () => any;
|
|
3872
3866
|
submit: (values: CodeBlockContent, eventData: ContainerChangeEventData) => any;
|
|
3873
3867
|
open: () => any;
|
|
3874
3868
|
"update:width": (value: number) => any;
|
|
3875
3869
|
"update:visible": (value: boolean) => any;
|
|
3876
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
|
|
3870
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
|
|
3877
3871
|
onClose?: (() => any) | undefined;
|
|
3878
3872
|
onSubmit?: ((values: CodeBlockContent, eventData: ContainerChangeEventData) => any) | undefined;
|
|
3879
3873
|
onOpen?: (() => any) | undefined;
|
|
3880
3874
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
3881
3875
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
3882
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3876
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3883
3877
|
declare const _default: typeof __VLS_export$7;
|
|
3884
3878
|
//#endregion
|
|
3885
3879
|
//#region temp/packages/editor/src/components/FloatingBox.vue.d.ts
|
|
@@ -3904,22 +3898,22 @@ type __VLS_Slots$2 = {} & {
|
|
|
3904
3898
|
} & {
|
|
3905
3899
|
body?: (props: typeof __VLS_22) => any;
|
|
3906
3900
|
};
|
|
3907
|
-
declare const __VLS_base$2: _vue_runtime_core0.DefineComponent<__VLS_PublicProps, {
|
|
3908
|
-
bodyHeight: _vue_reactivity0.ComputedRef<number | "auto">;
|
|
3909
|
-
target: Readonly<_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3910
|
-
titleEl: Readonly<_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3911
|
-
}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3901
|
+
declare const __VLS_base$2: _$_vue_runtime_core0.DefineComponent<__VLS_PublicProps, {
|
|
3902
|
+
bodyHeight: _$_vue_reactivity0.ComputedRef<number | "auto">;
|
|
3903
|
+
target: Readonly<_$_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3904
|
+
titleEl: Readonly<_$_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
|
|
3905
|
+
}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3912
3906
|
"update:width": (value: number) => any;
|
|
3913
3907
|
"update:height": (value: number) => any;
|
|
3914
3908
|
"update:visible": (value: boolean) => any;
|
|
3915
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
3909
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
3916
3910
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
3917
3911
|
"onUpdate:height"?: ((value: number) => any) | undefined;
|
|
3918
3912
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
3919
3913
|
}>, {
|
|
3920
3914
|
title: string;
|
|
3921
3915
|
position: Position;
|
|
3922
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3916
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3923
3917
|
declare const __VLS_export$6: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
|
|
3924
3918
|
declare const _default$19: typeof __VLS_export$6;
|
|
3925
3919
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -3947,7 +3941,7 @@ type __VLS_Props$5 = {
|
|
|
3947
3941
|
nextLevelIndentIncrement?: number;
|
|
3948
3942
|
emptyText?: string;
|
|
3949
3943
|
};
|
|
3950
|
-
declare const __VLS_base$1: _vue_runtime_core0.DefineComponent<__VLS_Props$5, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3944
|
+
declare const __VLS_base$1: _$_vue_runtime_core0.DefineComponent<__VLS_Props$5, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3951
3945
|
"node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
|
|
3952
3946
|
"node-dragleave": (event: DragEvent, data: TreeNodeData) => any;
|
|
3953
3947
|
"node-dragend": (event: DragEvent, data: TreeNodeData) => any;
|
|
@@ -3955,7 +3949,7 @@ declare const __VLS_base$1: _vue_runtime_core0.DefineComponent<__VLS_Props$5, {}
|
|
|
3955
3949
|
"node-mouseenter": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3956
3950
|
"node-click": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3957
3951
|
"node-dragover": (event: DragEvent) => any;
|
|
3958
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$5> & Readonly<{
|
|
3952
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$5> & Readonly<{
|
|
3959
3953
|
"onNode-dragstart"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
3960
3954
|
"onNode-dragleave"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
3961
3955
|
"onNode-dragend"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
@@ -3966,7 +3960,7 @@ declare const __VLS_base$1: _vue_runtime_core0.DefineComponent<__VLS_Props$5, {}
|
|
|
3966
3960
|
}>, {
|
|
3967
3961
|
emptyText: string;
|
|
3968
3962
|
indent: number;
|
|
3969
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3963
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
3970
3964
|
declare const __VLS_export$5: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
3971
3965
|
declare const _default$32: typeof __VLS_export$5;
|
|
3972
3966
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -3995,14 +3989,14 @@ type __VLS_Props$4 = {
|
|
|
3995
3989
|
indent?: number;
|
|
3996
3990
|
nextLevelIndentIncrement?: number;
|
|
3997
3991
|
};
|
|
3998
|
-
declare const __VLS_base: _vue_runtime_core0.DefineComponent<__VLS_Props$4, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
3992
|
+
declare const __VLS_base: _$_vue_runtime_core0.DefineComponent<__VLS_Props$4, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
3999
3993
|
"node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
|
|
4000
3994
|
"node-dragleave": (event: DragEvent, data: TreeNodeData) => any;
|
|
4001
3995
|
"node-dragend": (event: DragEvent, data: TreeNodeData) => any;
|
|
4002
3996
|
"node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
|
|
4003
3997
|
"node-mouseenter": (event: MouseEvent, data: TreeNodeData) => any;
|
|
4004
3998
|
"node-click": (event: MouseEvent, data: TreeNodeData) => any;
|
|
4005
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
|
|
3999
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
|
|
4006
4000
|
"onNode-dragstart"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
4007
4001
|
"onNode-dragleave"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
4008
4002
|
"onNode-dragend"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
|
|
@@ -4013,7 +4007,7 @@ declare const __VLS_base: _vue_runtime_core0.DefineComponent<__VLS_Props$4, {},
|
|
|
4013
4007
|
indent: number;
|
|
4014
4008
|
parentsId: Id[];
|
|
4015
4009
|
nextLevelIndentIncrement: number;
|
|
4016
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4010
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4017
4011
|
declare const __VLS_export$4: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4018
4012
|
declare const _default$33: typeof __VLS_export$4;
|
|
4019
4013
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4024,42 +4018,42 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
4024
4018
|
//#endregion
|
|
4025
4019
|
//#region temp/packages/editor/src/fields/PageFragmentSelect.vue.d.ts
|
|
4026
4020
|
type __VLS_Props$3 = FieldProps<PageFragmentSelectConfig>;
|
|
4027
|
-
declare const __VLS_export$3: _vue_runtime_core0.DefineComponent<__VLS_Props$3, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
4021
|
+
declare const __VLS_export$3: _$_vue_runtime_core0.DefineComponent<__VLS_Props$3, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
4028
4022
|
change: (...args: any[]) => void;
|
|
4029
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$3> & Readonly<{
|
|
4023
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$3> & Readonly<{
|
|
4030
4024
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4031
4025
|
}>, {
|
|
4032
4026
|
disabled: boolean;
|
|
4033
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4027
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4034
4028
|
declare const _default$24: typeof __VLS_export$3;
|
|
4035
4029
|
//#endregion
|
|
4036
4030
|
//#region temp/packages/editor/src/fields/DisplayConds.vue.d.ts
|
|
4037
4031
|
type __VLS_Props$2 = FieldProps<DisplayCondsConfig>;
|
|
4038
|
-
declare const __VLS_export$2: _vue_runtime_core0.DefineComponent<__VLS_Props$2, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
4032
|
+
declare const __VLS_export$2: _$_vue_runtime_core0.DefineComponent<__VLS_Props$2, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
4039
4033
|
change: (value: DisplayCond[], eventData?: ContainerChangeEventData | undefined) => any;
|
|
4040
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
|
|
4034
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
|
|
4041
4035
|
onChange?: ((value: DisplayCond[], eventData?: ContainerChangeEventData | undefined) => any) | undefined;
|
|
4042
4036
|
}>, {
|
|
4043
4037
|
disabled: boolean;
|
|
4044
|
-
}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4038
|
+
}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4045
4039
|
declare const _default$17: typeof __VLS_export$2;
|
|
4046
4040
|
//#endregion
|
|
4047
4041
|
//#region temp/packages/editor/src/fields/CondOpSelect.vue.d.ts
|
|
4048
4042
|
type __VLS_Props$1 = FieldProps<CondOpSelectConfig>;
|
|
4049
|
-
declare const __VLS_export$1: _vue_runtime_core0.DefineComponent<__VLS_Props$1, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
4043
|
+
declare const __VLS_export$1: _$_vue_runtime_core0.DefineComponent<__VLS_Props$1, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
4050
4044
|
change: (value: string) => any;
|
|
4051
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
|
|
4045
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
|
|
4052
4046
|
onChange?: ((value: string) => any) | undefined;
|
|
4053
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4047
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4054
4048
|
declare const _default$6: typeof __VLS_export$1;
|
|
4055
4049
|
//#endregion
|
|
4056
4050
|
//#region temp/packages/editor/src/fields/StyleSetter/Index.vue.d.ts
|
|
4057
4051
|
type __VLS_Props = FieldProps<StyleSchema>;
|
|
4058
|
-
declare const __VLS_export: _vue_runtime_core0.DefineComponent<__VLS_Props, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
|
|
4052
|
+
declare const __VLS_export: _$_vue_runtime_core0.DefineComponent<__VLS_Props, {}, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
|
|
4059
4053
|
change: (v: any, eventData: ContainerChangeEventData) => any;
|
|
4060
|
-
}, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
4054
|
+
}, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
4061
4055
|
onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
|
|
4062
|
-
}>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4056
|
+
}>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
|
|
4063
4057
|
declare const _default$28: typeof __VLS_export;
|
|
4064
4058
|
//#endregion
|
|
4065
4059
|
//#region temp/packages/editor/src/plugin.d.ts
|