@tmagic/editor 1.7.9 → 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.
Files changed (56) hide show
  1. package/dist/es/Editor.vue_vue_type_script_setup_true_lang.js +3 -1
  2. package/dist/es/components/CodeParams.vue_vue_type_script_setup_true_lang.js +17 -7
  3. package/dist/es/fields/DataSourceFieldSelect/FieldSelect.vue_vue_type_script_setup_true_lang.js +38 -9
  4. package/dist/es/fields/DataSourceFieldSelect/Index.vue_vue_type_script_setup_true_lang.js +3 -1
  5. package/dist/es/fields/DataSourceMethodSelect.vue_vue_type_script_setup_true_name_true_lang.js +38 -5
  6. package/dist/es/fields/DataSourceMethods.vue_vue_type_script_setup_true_lang.js +3 -2
  7. package/dist/es/fields/DisplayConds.vue_vue_type_script_setup_true_lang.js +1 -0
  8. package/dist/es/fields/StyleSetter/Index.vue_vue_type_script_setup_true_lang.js +5 -0
  9. package/dist/es/fields/StyleSetter/pro/Transform.js +5 -0
  10. package/dist/es/fields/StyleSetter/pro/Transform.vue_vue_type_script_setup_true_lang.js +54 -0
  11. package/dist/es/hooks/use-code-block-edit.js +3 -2
  12. package/dist/es/hooks/use-stage.js +5 -1
  13. package/dist/es/index.js +3 -3
  14. package/dist/es/initService.js +4 -4
  15. package/dist/es/layouts/NavMenu.vue_vue_type_script_setup_true_lang.js +2 -0
  16. package/dist/es/layouts/workspace/viewer/Stage.vue_vue_type_script_setup_true_lang.js +64 -1
  17. package/dist/es/layouts/workspace/viewer/StageOverlay.vue_vue_type_script_setup_true_lang.js +1 -5
  18. package/dist/es/services/editor.js +191 -174
  19. package/dist/es/services/history.js +1 -9
  20. package/dist/es/services/props.js +2 -0
  21. package/dist/es/services/ui.js +1 -0
  22. package/dist/es/type.js +28 -1
  23. package/dist/es/utils/dep/worker.js +1 -1
  24. package/dist/es/utils/editor-history.js +100 -0
  25. package/dist/es/utils/editor.js +178 -4
  26. package/dist/es/utils/props.js +6 -2
  27. package/dist/es/utils/undo-redo.js +7 -4
  28. package/dist/tmagic-editor.umd.cjs +768 -246
  29. package/package.json +9 -9
  30. package/src/Editor.vue +1 -0
  31. package/src/components/CodeBlockEditor.vue +1 -1
  32. package/src/components/CodeParams.vue +23 -7
  33. package/src/editorProps.ts +2 -0
  34. package/src/fields/DataSourceFieldSelect/FieldSelect.vue +39 -6
  35. package/src/fields/DataSourceFieldSelect/Index.vue +1 -0
  36. package/src/fields/DataSourceMethodSelect.vue +54 -13
  37. package/src/fields/DataSourceMethods.vue +9 -5
  38. package/src/fields/DisplayConds.vue +1 -0
  39. package/src/fields/StyleSetter/Index.vue +5 -1
  40. package/src/fields/StyleSetter/pro/Transform.vue +54 -0
  41. package/src/fields/StyleSetter/pro/index.ts +1 -0
  42. package/src/hooks/use-code-block-edit.ts +8 -4
  43. package/src/hooks/use-stage.ts +11 -4
  44. package/src/initService.ts +6 -6
  45. package/src/layouts/NavMenu.vue +2 -0
  46. package/src/layouts/workspace/viewer/Stage.vue +89 -1
  47. package/src/layouts/workspace/viewer/StageOverlay.vue +1 -6
  48. package/src/services/editor.ts +231 -270
  49. package/src/services/history.ts +1 -9
  50. package/src/services/ui.ts +1 -0
  51. package/src/type.ts +67 -5
  52. package/src/utils/editor-history.ts +138 -0
  53. package/src/utils/editor.ts +249 -4
  54. package/src/utils/props.ts +5 -0
  55. package/src/utils/undo-redo.ts +7 -6
  56. package/types/index.d.ts +611 -491
package/types/index.d.ts CHANGED
@@ -1,22 +1,22 @@
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 } from "@tmagic/form";
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
@@ -344,32 +344,10 @@ type DepService = Dep;
344
344
  declare const _default$37: Dep;
345
345
  //#endregion
346
346
  //#region temp/packages/editor/src/services/editor.d.ts
347
- interface EditorEvents {
348
- 'root-change': [value: StoreState['root'], preValue?: StoreState['root']];
349
- select: [node: MNode | null];
350
- add: [nodes: MNode[]];
351
- remove: [nodes: MNode[]];
352
- update: [nodes: {
353
- newNode: MNode;
354
- oldNode: MNode;
355
- changeRecords?: ChangeRecord[];
356
- }[]];
357
- 'move-layer': [offset: number | LayerOffset];
358
- 'drag-to': [data: {
359
- targetIndex: number;
360
- configs: MNode | MNode[];
361
- targetParent: MContainer;
362
- }];
363
- 'history-change': [data: MPage | MPageFragment];
364
- }
365
- declare const canUsePluginMethods$5: {
366
- async: readonly ["getLayout", "highlight", "select", "multiSelect", "doAdd", "add", "doRemove", "remove", "doUpdate", "update", "sort", "copy", "paste", "doPaste", "doAlignCenter", "alignCenter", "moveLayer", "moveToContainer", "dragTo", "undo", "redo", "move"];
367
- sync: never[];
368
- };
369
- type AsyncMethodName$3 = Writable<(typeof canUsePluginMethods$5)['async']>;
370
347
  declare class Editor extends export_default {
371
348
  state: StoreState;
372
349
  private isHistoryStateChange;
350
+ private selectionBeforeOp;
373
351
  constructor();
374
352
  /**
375
353
  * 设置当前指点节点配置
@@ -508,38 +486,43 @@ declare class Editor extends export_default {
508
486
  dragTo(config: MNode | MNode[], targetParent: MContainer, targetIndex: number): Promise<void>;
509
487
  /**
510
488
  * 撤销当前操作
511
- * @returns 上一次数据
489
+ * @returns 被撤销的操作
512
490
  */
513
491
  undo(): Promise<StepValue | null>;
514
492
  /**
515
493
  * 恢复到下一步
516
- * @returns 下一步数据
494
+ * @returns 被恢复的操作
517
495
  */
518
496
  redo(): Promise<StepValue | null>;
519
497
  move(left: number, top: number): Promise<void>;
520
498
  resetState(): void;
521
499
  destroy(): void;
522
500
  resetModifiedNodeId(): void;
523
- usePlugin(options: AsyncHookPlugin<AsyncMethodName$3, Editor>): void;
501
+ usePlugin(options: AsyncHookPlugin<AsyncMethodName, Editor>): void;
524
502
  on<Name extends keyof EditorEvents, Param extends EditorEvents[Name]>(eventName: Name, listener: (...args: Param) => void | Promise<void>): this;
525
503
  once<Name extends keyof EditorEvents, Param extends EditorEvents[Name]>(eventName: Name, listener: (...args: Param) => void | Promise<void>): this;
526
504
  emit<Name extends keyof EditorEvents, Param extends EditorEvents[Name]>(eventName: Name, ...args: Param): boolean;
527
505
  private addModifiedNodeId;
528
- private pushHistoryState;
529
- private changeHistoryState;
530
- private toggleFixedPosition;
506
+ private captureSelectionBeforeOp;
507
+ private pushOpHistory;
508
+ /**
509
+ * 应用历史操作(撤销 / 重做)
510
+ * @param step 操作记录
511
+ * @param reverse true = 撤销,false = 重做
512
+ */
513
+ private applyHistoryOp;
531
514
  private selectedConfigExceptionHandler;
532
515
  }
533
516
  type EditorService = Editor;
534
517
  declare const _default$38: Editor;
535
518
  //#endregion
536
519
  //#region temp/packages/editor/src/services/events.d.ts
537
- declare const canUsePluginMethods$4: {
520
+ declare const canUsePluginMethods$5: {
538
521
  async: readonly [];
539
522
  sync: readonly ["setEvent", "getEvent", "setMethod", "getMethod"];
540
523
  };
541
- type AsyncMethodName$2 = Writable<(typeof canUsePluginMethods$4)['async']>;
542
- type SyncMethodName$3 = Writable<(typeof canUsePluginMethods$4)['sync']>;
524
+ type AsyncMethodName$3 = Writable<(typeof canUsePluginMethods$5)['async']>;
525
+ type SyncMethodName$3 = Writable<(typeof canUsePluginMethods$5)['sync']>;
543
526
  declare class Events extends export_default {
544
527
  constructor();
545
528
  setEvents(events: Record<string, EventOption[]>): void;
@@ -550,7 +533,7 @@ declare class Events extends export_default {
550
533
  getMethod(type: string, _targetId: Id): EventOption[];
551
534
  resetState(): void;
552
535
  destroy(): void;
553
- usePlugin(options: AsyncHookPlugin<AsyncMethodName$2, Events> & SyncHookPlugin<SyncMethodName$3, Events>): void;
536
+ usePlugin(options: AsyncHookPlugin<AsyncMethodName$3, Events> & SyncHookPlugin<SyncMethodName$3, Events>): void;
554
537
  }
555
538
  type EventsService = Events;
556
539
  declare const _default$39: Events;
@@ -563,8 +546,10 @@ declare class UndoRedo<T = any> {
563
546
  constructor(listMaxSize?: number);
564
547
  pushElement(element: T): void;
565
548
  canUndo(): boolean;
549
+ /** 返回被撤销的操作 */
566
550
  undo(): T | null;
567
551
  canRedo(): boolean;
552
+ /** 返回被重做的操作 */
568
553
  redo(): T | null;
569
554
  getCurrentElement(): T | null;
570
555
  }
@@ -572,8 +557,8 @@ declare class UndoRedo<T = any> {
572
557
  //#region temp/packages/editor/src/services/history.d.ts
573
558
  declare class History extends export_default {
574
559
  state: {
575
- pageId?: _tmagic_schema0.Id | undefined;
576
- pageSteps: Record<_tmagic_schema0.Id, UndoRedo<StepValue>>;
560
+ pageId?: _$_tmagic_schema0.Id | undefined;
561
+ pageSteps: Record<_$_tmagic_schema0.Id, UndoRedo<StepValue>>;
577
562
  canRedo: boolean;
578
563
  canUndo: boolean;
579
564
  };
@@ -631,12 +616,12 @@ declare class Keybinding extends export_default {
631
616
  type KeybindingService = Keybinding;
632
617
  //#endregion
633
618
  //#region temp/packages/editor/src/services/props.d.ts
634
- declare const canUsePluginMethods$3: {
619
+ declare const canUsePluginMethods$4: {
635
620
  async: readonly ["setPropsConfig", "getPropsConfig", "setPropsValue", "getPropsValue", "fillConfig", "getDefaultPropsValue"];
636
621
  sync: readonly ["createId", "setNewItemId"];
637
622
  };
638
- type AsyncMethodName$1 = Writable<(typeof canUsePluginMethods$3)['async']>;
639
- type SyncMethodName$2 = Writable<(typeof canUsePluginMethods$3)['sync']>;
623
+ type AsyncMethodName$2 = Writable<(typeof canUsePluginMethods$4)['async']>;
624
+ type SyncMethodName$2 = Writable<(typeof canUsePluginMethods$4)['sync']>;
640
625
  declare class Props extends export_default {
641
626
  private state;
642
627
  constructor();
@@ -707,7 +692,7 @@ declare class Props extends export_default {
707
692
  */
708
693
  clearRelateId(): void;
709
694
  destroy(): void;
710
- usePlugin(options: AsyncHookPlugin<AsyncMethodName$1, Props> & SyncHookPlugin<SyncMethodName$2, Props>): void;
695
+ usePlugin(options: AsyncHookPlugin<AsyncMethodName$2, Props> & SyncHookPlugin<SyncMethodName$2, Props>): void;
711
696
  /**
712
697
  * 获取setNewItemId前后映射关系
713
698
  * @param oldId 原组件ID
@@ -725,11 +710,11 @@ type PropsService = Props;
725
710
  declare const _default$42: Props;
726
711
  //#endregion
727
712
  //#region temp/packages/editor/src/services/stageOverlay.d.ts
728
- declare const canUsePluginMethods$2: {
713
+ declare const canUsePluginMethods$3: {
729
714
  async: never[];
730
715
  sync: readonly ["openOverlay", "closeOverlay", "updateOverlay", "createStage"];
731
716
  };
732
- type SyncMethodName$1 = Writable<(typeof canUsePluginMethods$2)['sync']>;
717
+ type SyncMethodName$1 = Writable<(typeof canUsePluginMethods$3)['sync']>;
733
718
  declare class StageOverlay extends export_default {
734
719
  private state;
735
720
  constructor();
@@ -763,11 +748,11 @@ declare enum Protocol {
763
748
  NUMBER = "number",
764
749
  BOOLEAN = "boolean"
765
750
  }
766
- declare const canUsePluginMethods$1: {
751
+ declare const canUsePluginMethods$2: {
767
752
  async: never[];
768
753
  sync: readonly ["getStorage", "getNamespace", "clear", "getItem", "removeItem", "setItem"];
769
754
  };
770
- type SyncMethodName = Writable<(typeof canUsePluginMethods$1)['sync']>;
755
+ type SyncMethodName = Writable<(typeof canUsePluginMethods$2)['sync']>;
771
756
  /**
772
757
  * 数据存储服务
773
758
  */
@@ -815,20 +800,20 @@ type StorageService = WebStorage;
815
800
  declare const _default$44: WebStorage;
816
801
  //#endregion
817
802
  //#region temp/packages/editor/src/services/ui.d.ts
818
- declare const canUsePluginMethods: {
803
+ declare const canUsePluginMethods$1: {
819
804
  async: readonly ["zoom", "calcZoom"];
820
805
  sync: readonly [];
821
806
  };
822
- type AsyncMethodName = Writable<(typeof canUsePluginMethods)['async']>;
807
+ type AsyncMethodName$1 = Writable<(typeof canUsePluginMethods$1)['async']>;
823
808
  declare class Ui extends export_default {
824
809
  constructor();
825
810
  set<K extends keyof UiState, T extends UiState[K]>(name: K, value: T): void;
826
- 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];
827
812
  zoom(zoom: number): Promise<void>;
828
813
  calcZoom(): Promise<number>;
829
814
  resetState(): void;
830
815
  destroy(): void;
831
- usePlugin(options: AsyncHookPlugin<AsyncMethodName, Ui>): void;
816
+ usePlugin(options: AsyncHookPlugin<AsyncMethodName$1, Ui>): void;
832
817
  private setStageRect;
833
818
  }
834
819
  type UiService = Ui;
@@ -917,12 +902,12 @@ type BeforeAdd = (config: MNode, parent: MContainer) => Promise<MNode> | MNode;
917
902
  type GetConfig = (config: FormConfig) => Promise<FormConfig> | FormConfig;
918
903
  interface EditorInstallOptions {
919
904
  parseDSL: <T = any>(dsl: string) => T;
920
- 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 & {
921
906
  editorCustomType?: string;
922
- }) => Promise<monaco_editor0.editor.IStandaloneCodeEditor> | monaco_editor0.editor.IStandaloneCodeEditor;
923
- 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 & {
924
909
  editorCustomType?: string;
925
- }) => Promise<monaco_editor0.editor.IStandaloneDiffEditor> | monaco_editor0.editor.IStandaloneDiffEditor;
910
+ }) => Promise<_$monaco_editor0.editor.IStandaloneDiffEditor> | _$monaco_editor0.editor.IStandaloneDiffEditor;
926
911
  [key: string]: any;
927
912
  }
928
913
  interface Services {
@@ -956,6 +941,8 @@ interface StageOptions {
956
941
  disabledMultiSelect?: boolean;
957
942
  disabledRule?: boolean;
958
943
  zoom?: number;
944
+ /** 画布双击前的钩子函数,返回 false 则阻止默认的双击行为 */
945
+ beforeDblclick?: (event: MouseEvent) => Promise<boolean | void> | boolean | void;
959
946
  }
960
947
  interface StoreState {
961
948
  root: MApp | null;
@@ -1033,6 +1020,8 @@ interface UiState {
1033
1020
  columnWidth: GetColumnWidth;
1034
1021
  /** 是否显示画布参考线,true: 显示,false: 不显示,默认为true */
1035
1022
  showGuides: boolean;
1023
+ /** 画布上是否存在参考线 */
1024
+ hasGuides: boolean;
1036
1025
  /** 是否显示标尺,true: 显示,false: 不显示,默认为true */
1037
1026
  showRule: boolean;
1038
1027
  /** 用于控制该属性配置表单内组件的尺寸 */
@@ -1273,13 +1262,39 @@ interface CodeParamStatement {
1273
1262
  /** 参数名称 */
1274
1263
  name: string;
1275
1264
  /** 参数类型 */
1276
- type?: string;
1265
+ type?: string | TypeFunction<string>;
1277
1266
  [key: string]: any;
1278
1267
  }
1268
+ type HistoryOpType = 'add' | 'remove' | 'update';
1279
1269
  interface StepValue {
1280
- data: MPage | MPageFragment;
1270
+ /** 页面信息 */
1271
+ data: {
1272
+ name: string;
1273
+ id: Id;
1274
+ };
1275
+ opType: HistoryOpType;
1276
+ /** 操作前选中的节点 ID,用于撤销后恢复选择状态 */
1277
+ selectedBefore: Id[];
1278
+ /** 操作后选中的节点 ID,用于重做后恢复选择状态 */
1279
+ selectedAfter: Id[];
1281
1280
  modifiedNodeIds: Map<Id, Id>;
1282
- nodeId: Id;
1281
+ /** opType 'add': 新增的节点 */
1282
+ nodes?: MNode[];
1283
+ /** opType 'add': 父节点 ID */
1284
+ parentId?: Id;
1285
+ /** opType 'add': 每个新增节点在父节点 items 中的索引 */
1286
+ indexMap?: Record<string, number>;
1287
+ /** opType 'remove': 被删除的节点及其位置信息 */
1288
+ removedItems?: {
1289
+ node: MNode;
1290
+ parentId: Id;
1291
+ index: number;
1292
+ }[];
1293
+ /** opType 'update': 变更前后的节点快照 */
1294
+ updatedItems?: {
1295
+ oldNode: MNode;
1296
+ newNode: MNode;
1297
+ }[];
1283
1298
  }
1284
1299
  interface HistoryState {
1285
1300
  pageId?: Id;
@@ -1400,6 +1415,29 @@ interface PageBarSortOptions extends PartSortableOptions {
1400
1415
  beforeStart?: (event: SortableEvent, sortable: Sortable) => void | Promise<void>;
1401
1416
  }
1402
1417
  type CustomContentMenuFunction = (menus: (MenuButton | MenuComponent)[], type: 'layer' | 'data-source' | 'viewer' | 'code-block') => (MenuButton | MenuComponent)[];
1418
+ interface EditorEvents {
1419
+ 'root-change': [value: StoreState['root'], preValue?: StoreState['root']];
1420
+ select: [node: MNode | null];
1421
+ add: [nodes: MNode[]];
1422
+ remove: [nodes: MNode[]];
1423
+ update: [nodes: {
1424
+ newNode: MNode;
1425
+ oldNode: MNode;
1426
+ changeRecords?: ChangeRecord[];
1427
+ }[]];
1428
+ 'move-layer': [offset: number | LayerOffset];
1429
+ 'drag-to': [data: {
1430
+ targetIndex: number;
1431
+ configs: MNode | MNode[];
1432
+ targetParent: MContainer;
1433
+ }];
1434
+ 'history-change': [data: MPage | MPageFragment];
1435
+ }
1436
+ declare const canUsePluginMethods: {
1437
+ async: readonly ["getLayout", "highlight", "select", "multiSelect", "doAdd", "add", "doRemove", "remove", "doUpdate", "update", "sort", "copy", "paste", "doPaste", "doAlignCenter", "alignCenter", "moveLayer", "moveToContainer", "dragTo", "undo", "redo", "move"];
1438
+ sync: never[];
1439
+ };
1440
+ type AsyncMethodName = Writable<(typeof canUsePluginMethods)['async']>;
1403
1441
  //#endregion
1404
1442
  //#region temp/packages/form/src/schema.d.ts
1405
1443
  interface ChangeRecord$1 {
@@ -1413,10 +1451,16 @@ interface ContainerChangeEventData$1 {
1413
1451
  //#endregion
1414
1452
  //#region temp/packages/editor/src/hooks/use-code-block-edit.d.ts
1415
1453
  declare const useCodeBlockEdit: (codeBlockService: Services["codeBlockService"]) => {
1416
- codeId: _vue_reactivity0.Ref<string | undefined, string | undefined>;
1417
- codeConfig: _vue_reactivity0.Ref<CodeBlockContent | undefined, CodeBlockContent | undefined>;
1418
- codeBlockEditor: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
1419
- content: CodeBlockContent;
1454
+ codeId: _$_vue_reactivity0.Ref<string | undefined, string | undefined>;
1455
+ codeConfig: _$_vue_reactivity0.Ref<(Omit<CodeBlockContent, "content"> & {
1456
+ content: string;
1457
+ }) | undefined, (Omit<CodeBlockContent, "content"> & {
1458
+ content: string;
1459
+ }) | undefined>;
1460
+ codeBlockEditor: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
1461
+ content: Omit<CodeBlockContent, "content"> & {
1462
+ content: string;
1463
+ };
1420
1464
  disabled?: boolean;
1421
1465
  isDataSource?: boolean;
1422
1466
  dataSourceType?: string;
@@ -1432,13 +1476,13 @@ declare const useCodeBlockEdit: (codeBlockService: Services["codeBlockService"])
1432
1476
  }>, {
1433
1477
  show(): Promise<void>;
1434
1478
  hide(): Promise<void>;
1435
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
1479
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
1436
1480
  close: () => any;
1437
1481
  submit: (values: CodeBlockContent, eventData: ContainerChangeEventData$1) => any;
1438
1482
  open: () => any;
1439
1483
  "update:width": (value: number) => any;
1440
1484
  "update:visible": (value: boolean) => any;
1441
- }, _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, {
1442
1486
  P: {};
1443
1487
  B: {};
1444
1488
  D: {};
@@ -1446,7 +1490,9 @@ declare const useCodeBlockEdit: (codeBlockService: Services["codeBlockService"])
1446
1490
  M: {};
1447
1491
  Defaults: {};
1448
1492
  }, Readonly<{
1449
- content: CodeBlockContent;
1493
+ content: Omit<CodeBlockContent, "content"> & {
1494
+ content: string;
1495
+ };
1450
1496
  disabled?: boolean;
1451
1497
  isDataSource?: boolean;
1452
1498
  dataSourceType?: string;
@@ -1481,7 +1527,7 @@ interface State {
1481
1527
  declare const useFloatBox: (slideKeys: ComputedRef<string[]>) => {
1482
1528
  dragstartHandler: (e: DragEvent) => void;
1483
1529
  dragendHandler: (key: string, e: DragEvent) => void;
1484
- floatBoxStates: _vue_reactivity0.Ref<{
1530
+ floatBoxStates: _$_vue_reactivity0.Ref<{
1485
1531
  [x: string]: State;
1486
1532
  }, {
1487
1533
  [x: string]: State;
@@ -1499,7 +1545,7 @@ declare const useWindowRect: () => {
1499
1545
  //#endregion
1500
1546
  //#region temp/packages/editor/src/hooks/use-editor-content-height.d.ts
1501
1547
  declare const useEditorContentHeight: () => {
1502
- height: _vue_reactivity0.Ref<number, number>;
1548
+ height: _$_vue_reactivity0.Ref<number, number>;
1503
1549
  };
1504
1550
  //#endregion
1505
1551
  //#region temp/packages/editor/src/hooks/use-filter.d.ts
@@ -1510,7 +1556,7 @@ declare const useFilter: (nodeData: Ref<TreeNodeData[]>, nodeStatusMap: Ref<Map<
1510
1556
  //#endregion
1511
1557
  //#region temp/packages/editor/src/hooks/use-getso.d.ts
1512
1558
  declare const useGetSo: (target: ShallowRef<HTMLElement | null>, emit: (evt: "change", e: OnDrag$1<Gesto>) => void) => {
1513
- isDragging: _vue_reactivity0.Ref<boolean, boolean>;
1559
+ isDragging: _$_vue_reactivity0.Ref<boolean, boolean>;
1514
1560
  };
1515
1561
  //#endregion
1516
1562
  //#region temp/packages/editor/src/hooks/use-next-float-box-position.d.ts
@@ -1530,7 +1576,7 @@ declare const useNextFloatBoxPosition: (uiService: Services["uiService"], parent
1530
1576
  //#endregion
1531
1577
  //#region temp/packages/editor/src/hooks/use-node-status.d.ts
1532
1578
  declare const useNodeStatus: (nodeData: ComputedRef<TreeNodeData[]>) => {
1533
- nodeStatusMap: _vue_reactivity0.Ref<Map<Id, {
1579
+ nodeStatusMap: _$_vue_reactivity0.Ref<Map<Id, {
1534
1580
  visible: boolean;
1535
1581
  expand: boolean;
1536
1582
  selected: boolean;
@@ -1622,14 +1668,14 @@ declare const getNodeIndex: (id: Id, parent: MContainer | MApp) => number;
1622
1668
  declare const getRelativeStyle: (style?: Record<string, any>) => Record<string, any>;
1623
1669
  declare const getInitPositionStyle: (style: Record<string, any> | undefined, layout: Layout) => Record<string, any>;
1624
1670
  declare const setChildrenLayout: (node: MContainer, layout: Layout) => MContainer;
1625
- declare const setLayout: (node: MNode, layout: Layout) => _tmagic_schema0.MComponent | undefined;
1671
+ declare const setLayout: (node: MNode, layout: Layout) => _$_tmagic_schema0.MComponent | undefined;
1626
1672
  declare const change2Fixed: (node: MNode, root: MApp) => {
1627
1673
  [key: string]: any;
1628
1674
  };
1629
1675
  declare const Fixed2Other: (node: MNode, root: MApp, getLayout: (parent: MNode, node?: MNode) => Promise<Layout>) => Promise<Record<string, any>>;
1630
1676
  declare const getGuideLineFromCache: (key: string) => number[];
1631
1677
  declare const fixNodeLeft: (config: MNode, parent: MContainer, doc?: Document) => any;
1632
- 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;
1633
1679
  declare const serializeConfig: (config: any) => string;
1634
1680
  declare const moveItemsInContainer: (sourceIndices: number[], parent: MContainer, targetIndex: number) => void;
1635
1681
  declare const isIncludeDataSource: (node: MNode, oldNode: MNode) => boolean;
@@ -1637,6 +1683,84 @@ declare const buildChangeRecords: (value: any, basePath: string) => {
1637
1683
  propPath: string;
1638
1684
  value: any;
1639
1685
  }[];
1686
+ /**
1687
+ * 根据节点配置或ID解析出选中节点信息,并进行合法性校验
1688
+ * @param config 节点配置或节点ID
1689
+ * @param getNodeInfoFn 获取节点信息的回调函数
1690
+ * @param rootId 根节点ID,用于排除根节点被选中
1691
+ * @returns 选中节点的完整信息(node、parent、page)
1692
+ */
1693
+ declare const resolveSelectedNode: (config: MNode | Id, getNodeInfoFn: (id: Id) => EditorNodeInfo, rootId?: Id) => EditorNodeInfo;
1694
+ /**
1695
+ * 处理节点在 fixed 定位与其他定位之间的切换
1696
+ * 当节点从非 fixed 变为 fixed 时,根据节点路径累加偏移量;反之则还原偏移量
1697
+ * @param dist 更新后的节点配置(目标状态)
1698
+ * @param src 更新前的节点配置(原始状态)
1699
+ * @param root 根节点配置,用于计算节点路径上的偏移量
1700
+ * @param getLayoutFn 获取父节点布局方式的回调函数
1701
+ * @returns 处理后的节点配置(深拷贝)
1702
+ */
1703
+ declare const toggleFixedPosition: (dist: MNode, src: MNode, root: MApp, getLayoutFn: (parent: MNode, node?: MNode | null) => Promise<Layout>) => Promise<MNode>;
1704
+ /**
1705
+ * 根据键盘移动的偏移量计算节点的新样式
1706
+ * 仅对 absolute 或 fixed 定位的节点生效;优先修改 top/left,若未设置则修改 bottom/right
1707
+ * @param style 节点当前样式
1708
+ * @param left 水平方向偏移量(正值向右,负值向左)
1709
+ * @param top 垂直方向偏移量(正值向下,负值向上)
1710
+ * @returns 计算后的新样式对象,若节点不支持移动则返回 null
1711
+ */
1712
+ declare const calcMoveStyle: (style: Record<string, any>, left: number, top: number) => Record<string, any> | null;
1713
+ /**
1714
+ * 计算节点水平居中对齐后的样式
1715
+ * 流式布局(relative)下不做处理;优先通过 DOM 元素实际宽度计算,回退到配置中的 width 值
1716
+ * @param node 需要居中的节点配置
1717
+ * @param parent 父容器节点配置
1718
+ * @param layout 当前布局方式
1719
+ * @param doc 画布 document 对象,用于获取 DOM 元素实际宽度
1720
+ * @returns 计算后的新样式对象,若不支持居中则返回 null
1721
+ */
1722
+ declare const calcAlignCenterStyle: (node: MNode, parent: MContainer, layout: Layout, doc?: Document) => Record<string, any> | null;
1723
+ /**
1724
+ * 计算图层移动后的目标索引
1725
+ * 流式布局与绝对定位布局的移动方向相反:流式布局中"上移"对应索引减小,绝对定位中"上移"对应索引增大
1726
+ * @param currentIndex 节点当前在兄弟列表中的索引
1727
+ * @param offset 移动偏移量,支持数值或 LayerOffset.TOP / LayerOffset.BOTTOM
1728
+ * @param brothersLength 兄弟节点总数
1729
+ * @param isRelative 是否为流式布局
1730
+ * @returns 目标索引位置
1731
+ */
1732
+ declare const calcLayerTargetIndex: (currentIndex: number, offset: number | LayerOffset, brothersLength: number, isRelative: boolean) => number;
1733
+ /**
1734
+ * 节点配置合并策略:用于 mergeWith 的自定义回调
1735
+ * - undefined 且 source 拥有该 key 时返回空字符串
1736
+ * - 原来是数组而新值是对象时,使用新值
1737
+ * - 新值是数组时,直接替换而非逐元素合并
1738
+ */
1739
+ declare const editorNodeMergeCustomizer: (objValue: any, srcValue: any, key: string, _object: any, source: any) => object | "" | undefined;
1740
+ /**
1741
+ * 收集复制节点关联的依赖节点,将关联节点追加到 copyNodes 数组中
1742
+ * @param copyNodes 待复制的节点列表(会被就地修改)
1743
+ * @param collectorOptions 依赖收集器配置
1744
+ * @param getNodeById 根据 ID 获取节点的回调函数
1745
+ */
1746
+ declare const collectRelatedNodes: (copyNodes: MNode[], collectorOptions: TargetOptions, getNodeById: (id: Id) => MNode | null) => void;
1747
+ interface DragClassification {
1748
+ sameParentIndices: number[];
1749
+ crossParentConfigs: {
1750
+ config: MNode;
1751
+ parent: MContainer;
1752
+ }[];
1753
+ /** 当同父容器节点索引异常时置为 true,调用方应中止拖拽操作 */
1754
+ aborted: boolean;
1755
+ }
1756
+ /**
1757
+ * 对拖拽的节点进行分类:同父容器内移动 vs 跨容器移动
1758
+ * @param configs 被拖拽的节点列表
1759
+ * @param targetParent 目标父容器
1760
+ * @param getNodeInfo 获取节点信息的回调
1761
+ * @returns 分类结果,包含同容器索引列表和跨容器节点列表
1762
+ */
1763
+ declare const classifyDragSources: (configs: MNode[], targetParent: MContainer, getNodeInfo: (id: Id, raw?: boolean) => EditorNodeInfo) => DragClassification;
1640
1764
  //#endregion
1641
1765
  //#region temp/packages/editor/src/utils/operator.d.ts
1642
1766
  /**
@@ -1749,7 +1873,7 @@ declare const H_GUIDE_LINE_STORAGE_KEY = "$MagicStageHorizontalGuidelinesData";
1749
1873
  declare const V_GUIDE_LINE_STORAGE_KEY = "$MagicStageVerticalGuidelinesData";
1750
1874
  //#endregion
1751
1875
  //#region temp/packages/editor/src/utils/monaco-editor.d.ts
1752
- declare const _default$41: () => Promise<typeof monaco_editor0>;
1876
+ declare const _default$41: () => Promise<typeof _$monaco_editor0>;
1753
1877
  //#endregion
1754
1878
  //#region temp/packages/editor/src/editorProps.d.ts
1755
1879
  interface EditorProps {
@@ -1836,6 +1960,8 @@ interface EditorProps {
1836
1960
  isContainer?: (el: HTMLElement) => boolean | Promise<boolean>;
1837
1961
  /** 用于自定义组件树与画布的右键菜单 */
1838
1962
  customContentMenu?: CustomContentMenuFunction;
1963
+ /** 画布双击前的钩子函数,返回 false 则阻止默认的双击行为 */
1964
+ beforeDblclick?: (event: MouseEvent) => Promise<boolean | void> | boolean | void;
1839
1965
  extendFormState?: (state: FormState) => Record<string, any> | Promise<Record<string, any>>;
1840
1966
  /** 页面顺序拖拽配置参数 */
1841
1967
  pageBarSortOptions?: PageBarSortOptions;
@@ -1845,47 +1971,45 @@ interface EditorProps {
1845
1971
  //#endregion
1846
1972
  //#region temp/packages/editor/src/Editor.vue.d.ts
1847
1973
  type __VLS_Slots$12 = EditorSlots;
1848
- 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, {
1849
1975
  "update:modelValue": (value: MApp | null) => any;
1850
1976
  "props-panel-mounted": (instance: {
1851
- $: _vue_runtime_core0.ComponentInternalInstance;
1977
+ $: _$_vue_runtime_core0.ComponentInternalInstance;
1852
1978
  $data: {};
1853
1979
  $props: {
1854
- readonly config: _tmagic_form_schema0.FormConfig;
1855
- readonly values: _tmagic_form_schema0.FormValue;
1980
+ readonly config: _$_tmagic_form_schema0.FormConfig;
1981
+ readonly values: _$_tmagic_form_schema0.FormValue;
1856
1982
  readonly disabledShowSrc?: boolean | undefined;
1857
1983
  readonly labelWidth?: string | undefined;
1858
1984
  readonly codeValueKey?: string | undefined;
1859
1985
  readonly labelPosition?: string | undefined;
1860
- 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;
1861
1987
  readonly onMounted?: ((internalInstance: any) => any) | undefined;
1862
1988
  readonly onUnmounted?: (() => any) | undefined;
1863
1989
  readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
1864
1990
  readonly "onSubmit-error"?: ((e: any) => any) | undefined;
1865
1991
  readonly "onForm-error"?: ((e: any) => any) | undefined;
1866
- } & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
1867
- $attrs: {
1868
- [x: string]: unknown;
1869
- };
1992
+ } & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
1993
+ $attrs: _$_vue_runtime_core0.Attrs;
1870
1994
  $refs: {
1871
1995
  [x: string]: unknown;
1872
1996
  };
1873
1997
  $slots: Readonly<{
1874
- [name: string]: _vue_runtime_core0.Slot<any> | undefined;
1998
+ [name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
1875
1999
  }>;
1876
- $root: _vue_runtime_core0.ComponentPublicInstance | null;
1877
- $parent: _vue_runtime_core0.ComponentPublicInstance | null;
2000
+ $root: _$_vue_runtime_core0.ComponentPublicInstance | null;
2001
+ $parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
1878
2002
  $host: Element | null;
1879
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);
1880
2004
  $el: any;
1881
- $options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
1882
- config: _tmagic_form_schema0.FormConfig;
1883
- values: _tmagic_form_schema0.FormValue;
2005
+ $options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
2006
+ config: _$_tmagic_form_schema0.FormConfig;
2007
+ values: _$_tmagic_form_schema0.FormValue;
1884
2008
  disabledShowSrc?: boolean;
1885
2009
  labelWidth?: string;
1886
2010
  codeValueKey?: string;
1887
2011
  labelPosition?: string;
1888
- 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>>;
1889
2013
  }> & Readonly<{
1890
2014
  onMounted?: ((internalInstance: any) => any) | undefined;
1891
2015
  onUnmounted?: (() => any) | undefined;
@@ -1893,8 +2017,8 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1893
2017
  "onSubmit-error"?: ((e: any) => any) | undefined;
1894
2018
  "onForm-error"?: ((e: any) => any) | undefined;
1895
2019
  }>, {
1896
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
1897
- config: _tmagic_form_schema0.FormConfig;
2020
+ configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2021
+ config: _$_tmagic_form_schema0.FormConfig;
1898
2022
  initValues: Record<string, any>;
1899
2023
  lastValues?: Record<string, any>;
1900
2024
  isCompare?: boolean;
@@ -1909,7 +2033,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1909
2033
  keyProp?: string;
1910
2034
  popperClass?: string;
1911
2035
  preventSubmitDefault?: boolean;
1912
- 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>>;
1913
2037
  }> & Readonly<{
1914
2038
  onError?: ((...args: any[]) => any) | undefined;
1915
2039
  onChange?: ((...args: any[]) => any) | undefined;
@@ -1917,27 +2041,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1917
2041
  "onField-change"?: ((...args: any[]) => any) | undefined;
1918
2042
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
1919
2043
  }>, {
1920
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
1921
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
1922
- formState: _tmagic_form_schema0.FormState;
1923
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
1924
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
1925
- 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;
1926
2050
  resetForm: () => void;
1927
2051
  submitForm: (native?: boolean) => Promise<any>;
1928
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
1929
- }, {}, {}, {}, _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, {
1930
2054
  error: (...args: any[]) => void;
1931
2055
  change: (...args: any[]) => void;
1932
2056
  "field-input": (...args: any[]) => void;
1933
2057
  "field-change": (...args: any[]) => void;
1934
2058
  "update:stepActive": (...args: any[]) => void;
1935
- }, _vue_runtime_core0.PublicProps, {
2059
+ }, _$_vue_runtime_core0.PublicProps, {
1936
2060
  disabled: boolean;
1937
2061
  labelWidth: string;
1938
2062
  inline: boolean;
1939
2063
  labelPosition: string;
1940
- config: _tmagic_form_schema0.FormConfig;
2064
+ config: _$_tmagic_form_schema0.FormConfig;
1941
2065
  height: string;
1942
2066
  initValues: Record<string, any>;
1943
2067
  lastValues: Record<string, any>;
@@ -1945,7 +2069,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1945
2069
  keyProp: string;
1946
2070
  parentValues: Record<string, any>;
1947
2071
  stepActive: string | number;
1948
- }, 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, {
1949
2073
  P: {};
1950
2074
  B: {};
1951
2075
  D: {};
@@ -1953,7 +2077,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1953
2077
  M: {};
1954
2078
  Defaults: {};
1955
2079
  }, Readonly<{
1956
- config: _tmagic_form_schema0.FormConfig;
2080
+ config: _$_tmagic_form_schema0.FormConfig;
1957
2081
  initValues: Record<string, any>;
1958
2082
  lastValues?: Record<string, any>;
1959
2083
  isCompare?: boolean;
@@ -1968,7 +2092,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1968
2092
  keyProp?: string;
1969
2093
  popperClass?: string;
1970
2094
  preventSubmitDefault?: boolean;
1971
- 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>>;
1972
2096
  }> & Readonly<{
1973
2097
  onError?: ((...args: any[]) => any) | undefined;
1974
2098
  onChange?: ((...args: any[]) => any) | undefined;
@@ -1976,21 +2100,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1976
2100
  "onField-change"?: ((...args: any[]) => any) | undefined;
1977
2101
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
1978
2102
  }>, {
1979
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
1980
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
1981
- formState: _tmagic_form_schema0.FormState;
1982
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
1983
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
1984
- 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;
1985
2109
  resetForm: () => void;
1986
2110
  submitForm: (native?: boolean) => Promise<any>;
1987
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2111
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
1988
2112
  }, {}, {}, {}, {
1989
2113
  disabled: boolean;
1990
2114
  labelWidth: string;
1991
2115
  inline: boolean;
1992
2116
  labelPosition: string;
1993
- config: _tmagic_form_schema0.FormConfig;
2117
+ config: _$_tmagic_form_schema0.FormConfig;
1994
2118
  height: string;
1995
2119
  initValues: Record<string, any>;
1996
2120
  lastValues: Record<string, any>;
@@ -1999,14 +2123,14 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
1999
2123
  parentValues: Record<string, any>;
2000
2124
  stepActive: string | number;
2001
2125
  }> | null>>;
2002
- submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2003
- }, {}, {}, {}, _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, {
2004
2128
  mounted: (internalInstance: any) => any;
2005
2129
  unmounted: () => any;
2006
2130
  submit: (values: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
2007
2131
  "submit-error": (e: any) => any;
2008
2132
  "form-error": (e: any) => any;
2009
- }, 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> & {
2010
2134
  beforeCreate?: (() => void) | (() => void)[];
2011
2135
  created?: (() => void) | (() => void)[];
2012
2136
  beforeMount?: (() => void) | (() => void)[];
@@ -2019,30 +2143,30 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2019
2143
  beforeUnmount?: (() => void) | (() => void)[];
2020
2144
  destroyed?: (() => void) | (() => void)[];
2021
2145
  unmounted?: (() => void) | (() => void)[];
2022
- renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
2023
- renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
2024
- 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)[];
2025
2149
  };
2026
2150
  $forceUpdate: () => void;
2027
- $nextTick: typeof _vue_runtime_core0.nextTick;
2028
- $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;
2029
2153
  } & Readonly<{}> & Omit<Readonly<{
2030
- config: _tmagic_form_schema0.FormConfig;
2031
- values: _tmagic_form_schema0.FormValue;
2154
+ config: _$_tmagic_form_schema0.FormConfig;
2155
+ values: _$_tmagic_form_schema0.FormValue;
2032
2156
  disabledShowSrc?: boolean;
2033
2157
  labelWidth?: string;
2034
2158
  codeValueKey?: string;
2035
2159
  labelPosition?: string;
2036
- 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>>;
2037
2161
  }> & Readonly<{
2038
2162
  onMounted?: ((internalInstance: any) => any) | undefined;
2039
2163
  onUnmounted?: (() => any) | undefined;
2040
2164
  onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
2041
2165
  "onSubmit-error"?: ((e: any) => any) | undefined;
2042
2166
  "onForm-error"?: ((e: any) => any) | undefined;
2043
- }>, "submit" | "configForm"> & _vue_reactivity0.ShallowUnwrapRef<{
2044
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2045
- config: _tmagic_form_schema0.FormConfig;
2167
+ }>, "submit" | "configForm"> & {
2168
+ configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2169
+ config: _$_tmagic_form_schema0.FormConfig;
2046
2170
  initValues: Record<string, any>;
2047
2171
  lastValues?: Record<string, any>;
2048
2172
  isCompare?: boolean;
@@ -2057,7 +2181,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2057
2181
  keyProp?: string;
2058
2182
  popperClass?: string;
2059
2183
  preventSubmitDefault?: boolean;
2060
- 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>>;
2061
2185
  }> & Readonly<{
2062
2186
  onError?: ((...args: any[]) => any) | undefined;
2063
2187
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2065,27 +2189,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2065
2189
  "onField-change"?: ((...args: any[]) => any) | undefined;
2066
2190
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2067
2191
  }>, {
2068
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2069
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2070
- formState: _tmagic_form_schema0.FormState;
2071
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2072
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2073
- 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;
2074
2198
  resetForm: () => void;
2075
2199
  submitForm: (native?: boolean) => Promise<any>;
2076
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2077
- }, {}, {}, {}, _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, {
2078
2202
  error: (...args: any[]) => void;
2079
2203
  change: (...args: any[]) => void;
2080
2204
  "field-input": (...args: any[]) => void;
2081
2205
  "field-change": (...args: any[]) => void;
2082
2206
  "update:stepActive": (...args: any[]) => void;
2083
- }, _vue_runtime_core0.PublicProps, {
2207
+ }, _$_vue_runtime_core0.PublicProps, {
2084
2208
  disabled: boolean;
2085
2209
  labelWidth: string;
2086
2210
  inline: boolean;
2087
2211
  labelPosition: string;
2088
- config: _tmagic_form_schema0.FormConfig;
2212
+ config: _$_tmagic_form_schema0.FormConfig;
2089
2213
  height: string;
2090
2214
  initValues: Record<string, any>;
2091
2215
  lastValues: Record<string, any>;
@@ -2093,7 +2217,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2093
2217
  keyProp: string;
2094
2218
  parentValues: Record<string, any>;
2095
2219
  stepActive: string | number;
2096
- }, 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, {
2097
2221
  P: {};
2098
2222
  B: {};
2099
2223
  D: {};
@@ -2101,7 +2225,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2101
2225
  M: {};
2102
2226
  Defaults: {};
2103
2227
  }, Readonly<{
2104
- config: _tmagic_form_schema0.FormConfig;
2228
+ config: _$_tmagic_form_schema0.FormConfig;
2105
2229
  initValues: Record<string, any>;
2106
2230
  lastValues?: Record<string, any>;
2107
2231
  isCompare?: boolean;
@@ -2116,7 +2240,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2116
2240
  keyProp?: string;
2117
2241
  popperClass?: string;
2118
2242
  preventSubmitDefault?: boolean;
2119
- 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>>;
2120
2244
  }> & Readonly<{
2121
2245
  onError?: ((...args: any[]) => any) | undefined;
2122
2246
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2124,21 +2248,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2124
2248
  "onField-change"?: ((...args: any[]) => any) | undefined;
2125
2249
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2126
2250
  }>, {
2127
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2128
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2129
- formState: _tmagic_form_schema0.FormState;
2130
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2131
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2132
- 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;
2133
2257
  resetForm: () => void;
2134
2258
  submitForm: (native?: boolean) => Promise<any>;
2135
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2259
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
2136
2260
  }, {}, {}, {}, {
2137
2261
  disabled: boolean;
2138
2262
  labelWidth: string;
2139
2263
  inline: boolean;
2140
2264
  labelPosition: string;
2141
- config: _tmagic_form_schema0.FormConfig;
2265
+ config: _$_tmagic_form_schema0.FormConfig;
2142
2266
  height: string;
2143
2267
  initValues: Record<string, any>;
2144
2268
  lastValues: Record<string, any>;
@@ -2146,9 +2270,9 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2146
2270
  keyProp: string;
2147
2271
  parentValues: Record<string, any>;
2148
2272
  stepActive: string | number;
2149
- }> | null>>;
2150
- submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2151
- }> & {} & _vue_runtime_core0.ComponentCustomProperties & {} & {
2273
+ }> | null;
2274
+ submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2275
+ } & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
2152
2276
  $slots: {
2153
2277
  'props-form-panel-header'(_props: {}): any;
2154
2278
  };
@@ -2156,47 +2280,45 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2156
2280
  "props-panel-unmounted": () => any;
2157
2281
  "props-form-error": (e: any) => any;
2158
2282
  "props-submit-error": (e: any) => any;
2159
- }, string, _vue_runtime_core0.PublicProps, Readonly<EditorProps> & Readonly<{
2283
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<EditorProps> & Readonly<{
2160
2284
  "onUpdate:modelValue"?: ((value: MApp | null) => any) | undefined;
2161
2285
  "onProps-panel-mounted"?: ((instance: {
2162
- $: _vue_runtime_core0.ComponentInternalInstance;
2286
+ $: _$_vue_runtime_core0.ComponentInternalInstance;
2163
2287
  $data: {};
2164
2288
  $props: {
2165
- readonly config: _tmagic_form_schema0.FormConfig;
2166
- readonly values: _tmagic_form_schema0.FormValue;
2289
+ readonly config: _$_tmagic_form_schema0.FormConfig;
2290
+ readonly values: _$_tmagic_form_schema0.FormValue;
2167
2291
  readonly disabledShowSrc?: boolean | undefined;
2168
2292
  readonly labelWidth?: string | undefined;
2169
2293
  readonly codeValueKey?: string | undefined;
2170
2294
  readonly labelPosition?: string | undefined;
2171
- 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;
2172
2296
  readonly onMounted?: ((internalInstance: any) => any) | undefined;
2173
2297
  readonly onUnmounted?: (() => any) | undefined;
2174
2298
  readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
2175
2299
  readonly "onSubmit-error"?: ((e: any) => any) | undefined;
2176
2300
  readonly "onForm-error"?: ((e: any) => any) | undefined;
2177
- } & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
2178
- $attrs: {
2179
- [x: string]: unknown;
2180
- };
2301
+ } & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
2302
+ $attrs: _$_vue_runtime_core0.Attrs;
2181
2303
  $refs: {
2182
2304
  [x: string]: unknown;
2183
2305
  };
2184
2306
  $slots: Readonly<{
2185
- [name: string]: _vue_runtime_core0.Slot<any> | undefined;
2307
+ [name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
2186
2308
  }>;
2187
- $root: _vue_runtime_core0.ComponentPublicInstance | null;
2188
- $parent: _vue_runtime_core0.ComponentPublicInstance | null;
2309
+ $root: _$_vue_runtime_core0.ComponentPublicInstance | null;
2310
+ $parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
2189
2311
  $host: Element | null;
2190
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);
2191
2313
  $el: any;
2192
- $options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
2193
- config: _tmagic_form_schema0.FormConfig;
2194
- values: _tmagic_form_schema0.FormValue;
2314
+ $options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
2315
+ config: _$_tmagic_form_schema0.FormConfig;
2316
+ values: _$_tmagic_form_schema0.FormValue;
2195
2317
  disabledShowSrc?: boolean;
2196
2318
  labelWidth?: string;
2197
2319
  codeValueKey?: string;
2198
2320
  labelPosition?: string;
2199
- 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>>;
2200
2322
  }> & Readonly<{
2201
2323
  onMounted?: ((internalInstance: any) => any) | undefined;
2202
2324
  onUnmounted?: (() => any) | undefined;
@@ -2204,8 +2326,8 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2204
2326
  "onSubmit-error"?: ((e: any) => any) | undefined;
2205
2327
  "onForm-error"?: ((e: any) => any) | undefined;
2206
2328
  }>, {
2207
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2208
- config: _tmagic_form_schema0.FormConfig;
2329
+ configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2330
+ config: _$_tmagic_form_schema0.FormConfig;
2209
2331
  initValues: Record<string, any>;
2210
2332
  lastValues?: Record<string, any>;
2211
2333
  isCompare?: boolean;
@@ -2220,7 +2342,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2220
2342
  keyProp?: string;
2221
2343
  popperClass?: string;
2222
2344
  preventSubmitDefault?: boolean;
2223
- 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>>;
2224
2346
  }> & Readonly<{
2225
2347
  onError?: ((...args: any[]) => any) | undefined;
2226
2348
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2228,27 +2350,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2228
2350
  "onField-change"?: ((...args: any[]) => any) | undefined;
2229
2351
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2230
2352
  }>, {
2231
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2232
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2233
- formState: _tmagic_form_schema0.FormState;
2234
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2235
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2236
- 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;
2237
2359
  resetForm: () => void;
2238
2360
  submitForm: (native?: boolean) => Promise<any>;
2239
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2240
- }, {}, {}, {}, _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, {
2241
2363
  error: (...args: any[]) => void;
2242
2364
  change: (...args: any[]) => void;
2243
2365
  "field-input": (...args: any[]) => void;
2244
2366
  "field-change": (...args: any[]) => void;
2245
2367
  "update:stepActive": (...args: any[]) => void;
2246
- }, _vue_runtime_core0.PublicProps, {
2368
+ }, _$_vue_runtime_core0.PublicProps, {
2247
2369
  disabled: boolean;
2248
2370
  labelWidth: string;
2249
2371
  inline: boolean;
2250
2372
  labelPosition: string;
2251
- config: _tmagic_form_schema0.FormConfig;
2373
+ config: _$_tmagic_form_schema0.FormConfig;
2252
2374
  height: string;
2253
2375
  initValues: Record<string, any>;
2254
2376
  lastValues: Record<string, any>;
@@ -2256,7 +2378,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2256
2378
  keyProp: string;
2257
2379
  parentValues: Record<string, any>;
2258
2380
  stepActive: string | number;
2259
- }, 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, {
2260
2382
  P: {};
2261
2383
  B: {};
2262
2384
  D: {};
@@ -2264,7 +2386,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2264
2386
  M: {};
2265
2387
  Defaults: {};
2266
2388
  }, Readonly<{
2267
- config: _tmagic_form_schema0.FormConfig;
2389
+ config: _$_tmagic_form_schema0.FormConfig;
2268
2390
  initValues: Record<string, any>;
2269
2391
  lastValues?: Record<string, any>;
2270
2392
  isCompare?: boolean;
@@ -2279,7 +2401,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2279
2401
  keyProp?: string;
2280
2402
  popperClass?: string;
2281
2403
  preventSubmitDefault?: boolean;
2282
- 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>>;
2283
2405
  }> & Readonly<{
2284
2406
  onError?: ((...args: any[]) => any) | undefined;
2285
2407
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2287,21 +2409,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2287
2409
  "onField-change"?: ((...args: any[]) => any) | undefined;
2288
2410
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2289
2411
  }>, {
2290
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2291
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2292
- formState: _tmagic_form_schema0.FormState;
2293
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2294
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2295
- 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;
2296
2418
  resetForm: () => void;
2297
2419
  submitForm: (native?: boolean) => Promise<any>;
2298
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2420
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
2299
2421
  }, {}, {}, {}, {
2300
2422
  disabled: boolean;
2301
2423
  labelWidth: string;
2302
2424
  inline: boolean;
2303
2425
  labelPosition: string;
2304
- config: _tmagic_form_schema0.FormConfig;
2426
+ config: _$_tmagic_form_schema0.FormConfig;
2305
2427
  height: string;
2306
2428
  initValues: Record<string, any>;
2307
2429
  lastValues: Record<string, any>;
@@ -2310,14 +2432,14 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2310
2432
  parentValues: Record<string, any>;
2311
2433
  stepActive: string | number;
2312
2434
  }> | null>>;
2313
- submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2314
- }, {}, {}, {}, _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, {
2315
2437
  mounted: (internalInstance: any) => any;
2316
2438
  unmounted: () => any;
2317
2439
  submit: (values: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
2318
2440
  "submit-error": (e: any) => any;
2319
2441
  "form-error": (e: any) => any;
2320
- }, 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> & {
2321
2443
  beforeCreate?: (() => void) | (() => void)[];
2322
2444
  created?: (() => void) | (() => void)[];
2323
2445
  beforeMount?: (() => void) | (() => void)[];
@@ -2330,30 +2452,30 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2330
2452
  beforeUnmount?: (() => void) | (() => void)[];
2331
2453
  destroyed?: (() => void) | (() => void)[];
2332
2454
  unmounted?: (() => void) | (() => void)[];
2333
- renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
2334
- renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
2335
- 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)[];
2336
2458
  };
2337
2459
  $forceUpdate: () => void;
2338
- $nextTick: typeof _vue_runtime_core0.nextTick;
2339
- $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;
2340
2462
  } & Readonly<{}> & Omit<Readonly<{
2341
- config: _tmagic_form_schema0.FormConfig;
2342
- values: _tmagic_form_schema0.FormValue;
2463
+ config: _$_tmagic_form_schema0.FormConfig;
2464
+ values: _$_tmagic_form_schema0.FormValue;
2343
2465
  disabledShowSrc?: boolean;
2344
2466
  labelWidth?: string;
2345
2467
  codeValueKey?: string;
2346
2468
  labelPosition?: string;
2347
- 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>>;
2348
2470
  }> & Readonly<{
2349
2471
  onMounted?: ((internalInstance: any) => any) | undefined;
2350
2472
  onUnmounted?: (() => any) | undefined;
2351
2473
  onSubmit?: ((values: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
2352
2474
  "onSubmit-error"?: ((e: any) => any) | undefined;
2353
2475
  "onForm-error"?: ((e: any) => any) | undefined;
2354
- }>, "submit" | "configForm"> & _vue_reactivity0.ShallowUnwrapRef<{
2355
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2356
- config: _tmagic_form_schema0.FormConfig;
2476
+ }>, "submit" | "configForm"> & {
2477
+ configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2478
+ config: _$_tmagic_form_schema0.FormConfig;
2357
2479
  initValues: Record<string, any>;
2358
2480
  lastValues?: Record<string, any>;
2359
2481
  isCompare?: boolean;
@@ -2368,7 +2490,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2368
2490
  keyProp?: string;
2369
2491
  popperClass?: string;
2370
2492
  preventSubmitDefault?: boolean;
2371
- 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>>;
2372
2494
  }> & Readonly<{
2373
2495
  onError?: ((...args: any[]) => any) | undefined;
2374
2496
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2376,27 +2498,27 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2376
2498
  "onField-change"?: ((...args: any[]) => any) | undefined;
2377
2499
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2378
2500
  }>, {
2379
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2380
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2381
- formState: _tmagic_form_schema0.FormState;
2382
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2383
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2384
- 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;
2385
2507
  resetForm: () => void;
2386
2508
  submitForm: (native?: boolean) => Promise<any>;
2387
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2388
- }, {}, {}, {}, _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, {
2389
2511
  error: (...args: any[]) => void;
2390
2512
  change: (...args: any[]) => void;
2391
2513
  "field-input": (...args: any[]) => void;
2392
2514
  "field-change": (...args: any[]) => void;
2393
2515
  "update:stepActive": (...args: any[]) => void;
2394
- }, _vue_runtime_core0.PublicProps, {
2516
+ }, _$_vue_runtime_core0.PublicProps, {
2395
2517
  disabled: boolean;
2396
2518
  labelWidth: string;
2397
2519
  inline: boolean;
2398
2520
  labelPosition: string;
2399
- config: _tmagic_form_schema0.FormConfig;
2521
+ config: _$_tmagic_form_schema0.FormConfig;
2400
2522
  height: string;
2401
2523
  initValues: Record<string, any>;
2402
2524
  lastValues: Record<string, any>;
@@ -2404,7 +2526,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2404
2526
  keyProp: string;
2405
2527
  parentValues: Record<string, any>;
2406
2528
  stepActive: string | number;
2407
- }, 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, {
2408
2530
  P: {};
2409
2531
  B: {};
2410
2532
  D: {};
@@ -2412,7 +2534,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2412
2534
  M: {};
2413
2535
  Defaults: {};
2414
2536
  }, Readonly<{
2415
- config: _tmagic_form_schema0.FormConfig;
2537
+ config: _$_tmagic_form_schema0.FormConfig;
2416
2538
  initValues: Record<string, any>;
2417
2539
  lastValues?: Record<string, any>;
2418
2540
  isCompare?: boolean;
@@ -2427,7 +2549,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2427
2549
  keyProp?: string;
2428
2550
  popperClass?: string;
2429
2551
  preventSubmitDefault?: boolean;
2430
- 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>>;
2431
2553
  }> & Readonly<{
2432
2554
  onError?: ((...args: any[]) => any) | undefined;
2433
2555
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2435,21 +2557,21 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2435
2557
  "onField-change"?: ((...args: any[]) => any) | undefined;
2436
2558
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2437
2559
  }>, {
2438
- values: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2439
- lastValuesProcessed: _vue_reactivity0.Ref<_tmagic_form_schema0.FormValue, _tmagic_form_schema0.FormValue>;
2440
- formState: _tmagic_form_schema0.FormState;
2441
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2442
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2443
- 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;
2444
2566
  resetForm: () => void;
2445
2567
  submitForm: (native?: boolean) => Promise<any>;
2446
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2568
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
2447
2569
  }, {}, {}, {}, {
2448
2570
  disabled: boolean;
2449
2571
  labelWidth: string;
2450
2572
  inline: boolean;
2451
2573
  labelPosition: string;
2452
- config: _tmagic_form_schema0.FormConfig;
2574
+ config: _$_tmagic_form_schema0.FormConfig;
2453
2575
  height: string;
2454
2576
  initValues: Record<string, any>;
2455
2577
  lastValues: Record<string, any>;
@@ -2457,9 +2579,9 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2457
2579
  keyProp: string;
2458
2580
  parentValues: Record<string, any>;
2459
2581
  stepActive: string | number;
2460
- }> | null>>;
2461
- submit: (v: _tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2462
- }> & {} & _vue_runtime_core0.ComponentCustomProperties & {} & {
2582
+ }> | null;
2583
+ submit: (v: _$_tmagic_form_schema0.FormValue, eventData: ContainerChangeEventData$1) => Promise<void>;
2584
+ } & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
2463
2585
  $slots: {
2464
2586
  'props-form-panel-header'(_props: {}): any;
2465
2587
  };
@@ -2472,7 +2594,7 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2472
2594
  codeOptions: {
2473
2595
  [key: string]: any;
2474
2596
  };
2475
- renderType: _tmagic_stage0.RenderType;
2597
+ renderType: _$_tmagic_stage0.RenderType;
2476
2598
  disabledDataSource: boolean;
2477
2599
  disabledCodeBlock: boolean;
2478
2600
  disabledMultiSelect: boolean;
@@ -2486,18 +2608,18 @@ declare const __VLS_base$12: _vue_runtime_core0.DefineComponent<EditorProps, Ser
2486
2608
  stageContentMenu: (MenuButton | MenuComponent)[];
2487
2609
  disabledStageOverlay: boolean;
2488
2610
  datasourceList: DatasourceTypeOption[];
2489
- propsConfigs: Record<string, _tmagic_form_schema0.FormConfig>;
2490
- propsValues: Record<string, Partial<_tmagic_schema0.MNode>>;
2611
+ propsConfigs: Record<string, _$_tmagic_form_schema0.FormConfig>;
2612
+ propsValues: Record<string, Partial<_$_tmagic_schema0.MNode>>;
2491
2613
  eventMethodList: Record<string, {
2492
- events: _tmagic_core0.EventOption[];
2493
- methods: _tmagic_core0.EventOption[];
2614
+ events: _$_tmagic_core0.EventOption[];
2615
+ methods: _$_tmagic_core0.EventOption[];
2494
2616
  }>;
2495
- datasourceValues: Record<string, Partial<_tmagic_schema0.DataSourceSchema>>;
2496
- datasourceConfigs: Record<string, _tmagic_form_schema0.FormConfig>;
2617
+ datasourceValues: Record<string, Partial<_$_tmagic_schema0.DataSourceSchema>>;
2618
+ datasourceConfigs: Record<string, _$_tmagic_form_schema0.FormConfig>;
2497
2619
  containerHighlightDuration: number;
2498
- containerHighlightType: _tmagic_stage0.ContainerHighlightType;
2620
+ containerHighlightType: _$_tmagic_stage0.ContainerHighlightType;
2499
2621
  canSelect: (el: HTMLElement) => boolean | Promise<boolean>;
2500
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2622
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2501
2623
  declare const __VLS_export$33: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
2502
2624
  declare const _default$30: typeof __VLS_export$33;
2503
2625
  type __VLS_WithSlots$12<T, S> = T & {
@@ -2512,7 +2634,7 @@ type __VLS_Props$30 = {
2512
2634
  modifiedValues?: any;
2513
2635
  type?: 'diff';
2514
2636
  language?: string;
2515
- options?: monaco_editor0.editor.IStandaloneEditorConstructionOptions;
2637
+ options?: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions;
2516
2638
  height?: string;
2517
2639
  autoSave?: boolean;
2518
2640
  parse?: boolean;
@@ -2523,33 +2645,33 @@ type __VLS_Props$30 = {
2523
2645
  };
2524
2646
  editorCustomType?: string;
2525
2647
  };
2526
- declare const __VLS_export$32: _vue_runtime_core0.DefineComponent<__VLS_Props$30, {
2527
- values: _vue_reactivity0.Ref<string, string>;
2528
- getEditor(): monaco_editor0.editor.IStandaloneCodeEditor | monaco_editor0.editor.IStandaloneDiffEditor | null;
2529
- getVsEditor(): monaco_editor0.editor.IStandaloneCodeEditor | null;
2530
- 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;
2531
2653
  setEditorValue: (v: string | any, m: string | any) => void;
2532
2654
  getEditorValue: () => string;
2533
2655
  focus(): void;
2534
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
2656
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
2535
2657
  save: (...args: any[]) => void;
2536
2658
  initd: (...args: any[]) => void;
2537
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
2659
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
2538
2660
  onSave?: ((...args: any[]) => any) | undefined;
2539
2661
  onInitd?: ((...args: any[]) => any) | undefined;
2540
2662
  }>, {
2541
- options: monaco_editor0.editor.IStandaloneEditorConstructionOptions;
2663
+ options: _$monaco_editor0.editor.IStandaloneEditorConstructionOptions;
2542
2664
  language: string;
2543
2665
  parse: boolean;
2544
2666
  initValues: any;
2545
2667
  autoSave: boolean;
2546
2668
  disabledFullScreen: boolean;
2547
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2669
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2548
2670
  declare const _default$29: typeof __VLS_export$32;
2549
2671
  //#endregion
2550
2672
  //#region temp/packages/editor/src/layouts/sidebar/ComponentListPanel.vue.d.ts
2551
2673
  type __VLS_Slots$11 = ComponentListPanelSlots;
2552
- 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>;
2553
2675
  declare const __VLS_export$31: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
2554
2676
  declare const _default$5: typeof __VLS_export$31;
2555
2677
  type __VLS_WithSlots$11<T, S> = T & {
@@ -2566,7 +2688,7 @@ type __VLS_Props$29 = {
2566
2688
  nextLevelIndentIncrement?: number;
2567
2689
  customContentMenu: CustomContentMenuFunction;
2568
2690
  };
2569
- 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>;
2570
2692
  declare const __VLS_export$30: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
2571
2693
  declare const _default$22: typeof __VLS_export$30;
2572
2694
  type __VLS_WithSlots$10<T, S> = T & {
@@ -2577,22 +2699,22 @@ type __VLS_WithSlots$10<T, S> = T & {
2577
2699
  //#endregion
2578
2700
  //#region temp/packages/editor/src/fields/CodeSelect.vue.d.ts
2579
2701
  type __VLS_Props$28 = FieldProps<CodeSelectConfig>;
2580
- 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, {
2581
2703
  change: (v: any, eventData: ContainerChangeEventData) => any;
2582
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
2704
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
2583
2705
  onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
2584
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2706
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2585
2707
  declare const _default$3: typeof __VLS_export$29;
2586
2708
  //#endregion
2587
2709
  //#region temp/packages/editor/src/fields/CodeSelectCol.vue.d.ts
2588
2710
  type __VLS_Props$27 = FieldProps<CodeSelectColConfig>;
2589
- 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, {
2590
2712
  change: (v: any, eventData: ContainerChangeEventData) => any;
2591
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
2713
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
2592
2714
  onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
2593
2715
  }>, {
2594
2716
  disabled: boolean;
2595
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2717
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2596
2718
  declare const _default$4: typeof __VLS_export$28;
2597
2719
  //#endregion
2598
2720
  //#region temp/packages/editor/src/fields/DataSourceFields.vue.d.ts
@@ -2603,19 +2725,19 @@ type __VLS_ModelProps$4 = {
2603
2725
  'visible1'?: boolean;
2604
2726
  };
2605
2727
  type __VLS_PublicProps$4 = __VLS_Props$26 & __VLS_ModelProps$4;
2606
- 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, {
2607
2729
  change: (v: any, eventData?: ContainerChangeEventData | undefined) => any;
2608
2730
  "update:width": (value: number) => any;
2609
2731
  "update:visible": (value: boolean) => any;
2610
2732
  "update:visible1": (value: boolean) => any;
2611
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$4> & Readonly<{
2733
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$4> & Readonly<{
2612
2734
  onChange?: ((v: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
2613
2735
  "onUpdate:width"?: ((value: number) => any) | undefined;
2614
2736
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
2615
2737
  "onUpdate:visible1"?: ((value: boolean) => any) | undefined;
2616
2738
  }>, {
2617
2739
  disabled: boolean;
2618
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2740
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2619
2741
  declare const _default$11: typeof __VLS_export$27;
2620
2742
  //#endregion
2621
2743
  //#region temp/packages/editor/src/fields/DataSourceMocks.vue.d.ts
@@ -2625,92 +2747,92 @@ type __VLS_ModelProps$3 = {
2625
2747
  'visible'?: boolean;
2626
2748
  };
2627
2749
  type __VLS_PublicProps$3 = __VLS_Props$25 & __VLS_ModelProps$3;
2628
- 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, {
2629
2751
  change: (...args: any[]) => void;
2630
2752
  "update:width": (value: number) => void;
2631
2753
  "update:visible": (value: boolean) => void;
2632
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$3> & Readonly<{
2754
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$3> & Readonly<{
2633
2755
  onChange?: ((...args: any[]) => any) | undefined;
2634
2756
  "onUpdate:width"?: ((value: number) => any) | undefined;
2635
2757
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
2636
2758
  }>, {
2637
2759
  disabled: boolean;
2638
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2760
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2639
2761
  declare const _default$15: typeof __VLS_export$26;
2640
2762
  //#endregion
2641
2763
  //#region temp/packages/editor/src/fields/DataSourceMethods.vue.d.ts
2642
2764
  type __VLS_Props$24 = FieldProps<DataSourceMethodsConfig>;
2643
- 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, {
2644
2766
  change: (...args: any[]) => void;
2645
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$24> & Readonly<{
2767
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$24> & Readonly<{
2646
2768
  onChange?: ((...args: any[]) => any) | undefined;
2647
2769
  }>, {
2648
2770
  disabled: boolean;
2649
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2771
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2650
2772
  declare const _default$14: typeof __VLS_export$25;
2651
2773
  //#endregion
2652
2774
  //#region temp/packages/editor/src/fields/DataSourceInput.vue.d.ts
2653
2775
  type __VLS_Props$23 = FieldProps<DataSourceInputConfig>;
2654
- 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, {
2655
2777
  change: (value: string) => any;
2656
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
2778
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
2657
2779
  onChange?: ((value: string) => any) | undefined;
2658
2780
  }>, {
2659
2781
  disabled: boolean;
2660
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2782
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2661
2783
  declare const _default$12: typeof __VLS_export$24;
2662
2784
  //#endregion
2663
2785
  //#region temp/packages/editor/src/fields/DataSourceSelect.vue.d.ts
2664
2786
  type __VLS_Props$22 = FieldProps<DataSourceSelect>;
2665
- 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, {
2666
2788
  change: (...args: any[]) => void;
2667
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
2789
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
2668
2790
  onChange?: ((...args: any[]) => any) | undefined;
2669
2791
  }>, {
2670
2792
  disabled: boolean;
2671
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2793
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2672
2794
  declare const _default$16: typeof __VLS_export$23;
2673
2795
  //#endregion
2674
2796
  //#region temp/packages/editor/src/fields/DataSourceMethodSelect.vue.d.ts
2675
2797
  type __VLS_Props$21 = FieldProps<DataSourceMethodSelectConfig>;
2676
- 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, {
2677
2799
  change: (...args: any[]) => void;
2678
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
2800
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
2679
2801
  onChange?: ((...args: any[]) => any) | undefined;
2680
2802
  }>, {
2681
2803
  disabled: boolean;
2682
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2804
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2683
2805
  declare const _default$13: typeof __VLS_export$22;
2684
2806
  //#endregion
2685
2807
  //#region temp/packages/editor/src/fields/DataSourceFieldSelect/Index.vue.d.ts
2686
2808
  type __VLS_Props$20 = FieldProps<DataSourceFieldSelectConfig>;
2687
- 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, {
2688
2810
  change: (...args: any[]) => void;
2689
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
2811
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
2690
2812
  onChange?: ((...args: any[]) => any) | undefined;
2691
2813
  }>, {
2692
2814
  disabled: boolean;
2693
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2815
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2694
2816
  declare const _default$10: typeof __VLS_export$21;
2695
2817
  //#endregion
2696
2818
  //#region temp/packages/editor/src/fields/EventSelect.vue.d.ts
2697
2819
  type __VLS_Props$19 = FieldProps<EventSelectConfig>;
2698
- 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, {
2699
2821
  change: (v: any, eventData?: ContainerChangeEventData | undefined) => any;
2700
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
2822
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
2701
2823
  onChange?: ((v: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
2702
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2824
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2703
2825
  declare const _default$18: typeof __VLS_export$20;
2704
2826
  //#endregion
2705
2827
  //#region temp/packages/editor/src/fields/KeyValue.vue.d.ts
2706
2828
  type __VLS_Props$18 = FieldProps<KeyValueConfig>;
2707
- 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, {
2708
2830
  change: (value: Record<string, any>) => any;
2709
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
2831
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
2710
2832
  onChange?: ((value: Record<string, any>) => any) | undefined;
2711
2833
  }>, {
2712
2834
  disabled: boolean;
2713
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2835
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2714
2836
  declare const _default$21: typeof __VLS_export$19;
2715
2837
  //#endregion
2716
2838
  //#region temp/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue.d.ts
@@ -2720,8 +2842,8 @@ type __VLS_Props$17 = {
2720
2842
  nextLevelIndentIncrement?: number;
2721
2843
  customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
2722
2844
  };
2723
- declare const __VLS_base$9: _vue_runtime_core0.DefineComponent<__VLS_Props$17, {
2724
- 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, {
2725
2847
  visible: boolean;
2726
2848
  expand: boolean;
2727
2849
  selected: boolean;
@@ -2734,15 +2856,15 @@ declare const __VLS_base$9: _vue_runtime_core0.DefineComponent<__VLS_Props$17, {
2734
2856
  }> & Omit<Map<Id, LayerNodeStatus>, keyof Map<any, any>>)>;
2735
2857
  filter: (text: string | string[]) => void;
2736
2858
  deleteCode: (id: string) => Promise<void>;
2737
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
2859
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
2738
2860
  remove: (id: string) => any;
2739
2861
  edit: (id: string) => any;
2740
2862
  "node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
2741
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
2863
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
2742
2864
  onRemove?: ((id: string) => any) | undefined;
2743
2865
  onEdit?: ((id: string) => any) | undefined;
2744
2866
  "onNode-contextmenu"?: ((event: MouseEvent, data: TreeNodeData) => any) | undefined;
2745
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2867
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2746
2868
  declare const __VLS_export$18: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
2747
2869
  declare const _default$1: typeof __VLS_export$18;
2748
2870
  type __VLS_WithSlots$9<T, S> = T & {
@@ -2759,7 +2881,7 @@ type __VLS_Props$16 = {
2759
2881
  customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
2760
2882
  customContentMenu: CustomContentMenuFunction;
2761
2883
  };
2762
- 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>;
2763
2885
  declare const __VLS_export$17: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
2764
2886
  declare const _default$2: typeof __VLS_export$17;
2765
2887
  type __VLS_WithSlots$8<T, S> = T & {
@@ -2779,22 +2901,22 @@ type __VLS_ModelProps$2 = {
2779
2901
  'width'?: number;
2780
2902
  };
2781
2903
  type __VLS_PublicProps$2 = __VLS_Props$15 & __VLS_ModelProps$2;
2782
- 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, {
2783
2905
  show(): void;
2784
2906
  hide(): void;
2785
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
2907
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
2786
2908
  close: () => any;
2787
2909
  submit: (v: any, eventData: ContainerChangeEventData) => any;
2788
2910
  open: (id: string) => any;
2789
2911
  "update:width": (value: number) => any;
2790
2912
  "update:visible": (value: boolean) => any;
2791
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
2913
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
2792
2914
  onClose?: (() => any) | undefined;
2793
2915
  onSubmit?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
2794
2916
  onOpen?: ((id: string) => any) | undefined;
2795
2917
  "onUpdate:width"?: ((value: number) => any) | undefined;
2796
2918
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
2797
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2919
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2798
2920
  declare const _default$9: typeof __VLS_export$16;
2799
2921
  //#endregion
2800
2922
  //#region temp/packages/editor/src/layouts/sidebar/data-source/DataSourceAddButton.vue.d.ts
@@ -2806,11 +2928,11 @@ type __VLS_Props$14 = {
2806
2928
  addButtonConfig?: ButtonProps;
2807
2929
  addButtonText?: string;
2808
2930
  };
2809
- 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, {
2810
2932
  add: (type: string) => any;
2811
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$14> & Readonly<{
2933
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$14> & Readonly<{
2812
2934
  onAdd?: ((type: string) => any) | undefined;
2813
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2935
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
2814
2936
  declare const _default$8: typeof __VLS_export$15;
2815
2937
  //#endregion
2816
2938
  //#region temp/packages/editor/src/layouts/props-panel/PropsPanel.vue.d.ts
@@ -2819,15 +2941,15 @@ type __VLS_Props$13 = {
2819
2941
  disabledShowSrc?: boolean;
2820
2942
  extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
2821
2943
  };
2822
- 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, {
2823
2945
  getFormState(): FormState | undefined;
2824
2946
  submit: (v: MNode, eventData?: ContainerChangeEventData) => Promise<void>;
2825
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
2947
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
2826
2948
  mounted: (internalInstance: {
2827
- $: _vue_runtime_core0.ComponentInternalInstance;
2949
+ $: _$_vue_runtime_core0.ComponentInternalInstance;
2828
2950
  $data: {};
2829
2951
  $props: {
2830
- readonly config: _tmagic_form_schema0.FormConfig;
2952
+ readonly config: _$_tmagic_form_schema0.FormConfig;
2831
2953
  readonly values: FormValue;
2832
2954
  readonly disabledShowSrc?: boolean | undefined;
2833
2955
  readonly labelWidth?: string | undefined;
@@ -2839,23 +2961,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2839
2961
  readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
2840
2962
  readonly "onSubmit-error"?: ((e: any) => any) | undefined;
2841
2963
  readonly "onForm-error"?: ((e: any) => any) | undefined;
2842
- } & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
2843
- $attrs: {
2844
- [x: string]: unknown;
2845
- };
2964
+ } & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
2965
+ $attrs: _$_vue_runtime_core0.Attrs;
2846
2966
  $refs: {
2847
2967
  [x: string]: unknown;
2848
2968
  };
2849
2969
  $slots: Readonly<{
2850
- [name: string]: _vue_runtime_core0.Slot<any> | undefined;
2970
+ [name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
2851
2971
  }>;
2852
- $root: _vue_runtime_core0.ComponentPublicInstance | null;
2853
- $parent: _vue_runtime_core0.ComponentPublicInstance | null;
2972
+ $root: _$_vue_runtime_core0.ComponentPublicInstance | null;
2973
+ $parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
2854
2974
  $host: Element | null;
2855
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);
2856
2976
  $el: any;
2857
- $options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
2858
- config: _tmagic_form_schema0.FormConfig;
2977
+ $options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
2978
+ config: _$_tmagic_form_schema0.FormConfig;
2859
2979
  values: FormValue;
2860
2980
  disabledShowSrc?: boolean;
2861
2981
  labelWidth?: string;
@@ -2869,8 +2989,8 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2869
2989
  "onSubmit-error"?: ((e: any) => any) | undefined;
2870
2990
  "onForm-error"?: ((e: any) => any) | undefined;
2871
2991
  }>, {
2872
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2873
- config: _tmagic_form_schema0.FormConfig;
2992
+ configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
2993
+ config: _$_tmagic_form_schema0.FormConfig;
2874
2994
  initValues: Record<string, any>;
2875
2995
  lastValues?: Record<string, any>;
2876
2996
  isCompare?: boolean;
@@ -2893,27 +3013,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2893
3013
  "onField-change"?: ((...args: any[]) => any) | undefined;
2894
3014
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2895
3015
  }>, {
2896
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
2897
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3016
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3017
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
2898
3018
  formState: FormState;
2899
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2900
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3019
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3020
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2901
3021
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
2902
3022
  resetForm: () => void;
2903
3023
  submitForm: (native?: boolean) => Promise<any>;
2904
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
2905
- }, {}, {}, {}, _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, {
2906
3026
  error: (...args: any[]) => void;
2907
3027
  change: (...args: any[]) => void;
2908
3028
  "field-input": (...args: any[]) => void;
2909
3029
  "field-change": (...args: any[]) => void;
2910
3030
  "update:stepActive": (...args: any[]) => void;
2911
- }, _vue_runtime_core0.PublicProps, {
3031
+ }, _$_vue_runtime_core0.PublicProps, {
2912
3032
  disabled: boolean;
2913
3033
  labelWidth: string;
2914
3034
  inline: boolean;
2915
3035
  labelPosition: string;
2916
- config: _tmagic_form_schema0.FormConfig;
3036
+ config: _$_tmagic_form_schema0.FormConfig;
2917
3037
  height: string;
2918
3038
  initValues: Record<string, any>;
2919
3039
  lastValues: Record<string, any>;
@@ -2921,7 +3041,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2921
3041
  keyProp: string;
2922
3042
  parentValues: Record<string, any>;
2923
3043
  stepActive: string | number;
2924
- }, 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, {
2925
3045
  P: {};
2926
3046
  B: {};
2927
3047
  D: {};
@@ -2929,7 +3049,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2929
3049
  M: {};
2930
3050
  Defaults: {};
2931
3051
  }, Readonly<{
2932
- config: _tmagic_form_schema0.FormConfig;
3052
+ config: _$_tmagic_form_schema0.FormConfig;
2933
3053
  initValues: Record<string, any>;
2934
3054
  lastValues?: Record<string, any>;
2935
3055
  isCompare?: boolean;
@@ -2952,21 +3072,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2952
3072
  "onField-change"?: ((...args: any[]) => any) | undefined;
2953
3073
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
2954
3074
  }>, {
2955
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
2956
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3075
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3076
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
2957
3077
  formState: FormState;
2958
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
2959
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3078
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3079
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
2960
3080
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
2961
3081
  resetForm: () => void;
2962
3082
  submitForm: (native?: boolean) => Promise<any>;
2963
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3083
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
2964
3084
  }, {}, {}, {}, {
2965
3085
  disabled: boolean;
2966
3086
  labelWidth: string;
2967
3087
  inline: boolean;
2968
3088
  labelPosition: string;
2969
- config: _tmagic_form_schema0.FormConfig;
3089
+ config: _$_tmagic_form_schema0.FormConfig;
2970
3090
  height: string;
2971
3091
  initValues: Record<string, any>;
2972
3092
  lastValues: Record<string, any>;
@@ -2976,13 +3096,13 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2976
3096
  stepActive: string | number;
2977
3097
  }> | null>>;
2978
3098
  submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
2979
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3099
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
2980
3100
  mounted: (internalInstance: any) => any;
2981
3101
  unmounted: () => any;
2982
3102
  submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
2983
3103
  "submit-error": (e: any) => any;
2984
3104
  "form-error": (e: any) => any;
2985
- }, 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> & {
2986
3106
  beforeCreate?: (() => void) | (() => void)[];
2987
3107
  created?: (() => void) | (() => void)[];
2988
3108
  beforeMount?: (() => void) | (() => void)[];
@@ -2995,15 +3115,15 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
2995
3115
  beforeUnmount?: (() => void) | (() => void)[];
2996
3116
  destroyed?: (() => void) | (() => void)[];
2997
3117
  unmounted?: (() => void) | (() => void)[];
2998
- renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
2999
- renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
3000
- 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)[];
3001
3121
  };
3002
3122
  $forceUpdate: () => void;
3003
- $nextTick: typeof _vue_runtime_core0.nextTick;
3004
- $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;
3005
3125
  } & Readonly<{}> & Omit<Readonly<{
3006
- config: _tmagic_form_schema0.FormConfig;
3126
+ config: _$_tmagic_form_schema0.FormConfig;
3007
3127
  values: FormValue;
3008
3128
  disabledShowSrc?: boolean;
3009
3129
  labelWidth?: string;
@@ -3016,9 +3136,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3016
3136
  onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
3017
3137
  "onSubmit-error"?: ((e: any) => any) | undefined;
3018
3138
  "onForm-error"?: ((e: any) => any) | undefined;
3019
- }>, "submit" | "configForm"> & _vue_reactivity0.ShallowUnwrapRef<{
3020
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3021
- config: _tmagic_form_schema0.FormConfig;
3139
+ }>, "submit" | "configForm"> & {
3140
+ configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3141
+ config: _$_tmagic_form_schema0.FormConfig;
3022
3142
  initValues: Record<string, any>;
3023
3143
  lastValues?: Record<string, any>;
3024
3144
  isCompare?: boolean;
@@ -3041,27 +3161,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3041
3161
  "onField-change"?: ((...args: any[]) => any) | undefined;
3042
3162
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3043
3163
  }>, {
3044
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3045
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3164
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3165
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3046
3166
  formState: FormState;
3047
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3048
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3167
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3168
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3049
3169
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3050
3170
  resetForm: () => void;
3051
3171
  submitForm: (native?: boolean) => Promise<any>;
3052
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3053
- }, {}, {}, {}, _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, {
3054
3174
  error: (...args: any[]) => void;
3055
3175
  change: (...args: any[]) => void;
3056
3176
  "field-input": (...args: any[]) => void;
3057
3177
  "field-change": (...args: any[]) => void;
3058
3178
  "update:stepActive": (...args: any[]) => void;
3059
- }, _vue_runtime_core0.PublicProps, {
3179
+ }, _$_vue_runtime_core0.PublicProps, {
3060
3180
  disabled: boolean;
3061
3181
  labelWidth: string;
3062
3182
  inline: boolean;
3063
3183
  labelPosition: string;
3064
- config: _tmagic_form_schema0.FormConfig;
3184
+ config: _$_tmagic_form_schema0.FormConfig;
3065
3185
  height: string;
3066
3186
  initValues: Record<string, any>;
3067
3187
  lastValues: Record<string, any>;
@@ -3069,7 +3189,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3069
3189
  keyProp: string;
3070
3190
  parentValues: Record<string, any>;
3071
3191
  stepActive: string | number;
3072
- }, 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, {
3073
3193
  P: {};
3074
3194
  B: {};
3075
3195
  D: {};
@@ -3077,7 +3197,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3077
3197
  M: {};
3078
3198
  Defaults: {};
3079
3199
  }, Readonly<{
3080
- config: _tmagic_form_schema0.FormConfig;
3200
+ config: _$_tmagic_form_schema0.FormConfig;
3081
3201
  initValues: Record<string, any>;
3082
3202
  lastValues?: Record<string, any>;
3083
3203
  isCompare?: boolean;
@@ -3100,21 +3220,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3100
3220
  "onField-change"?: ((...args: any[]) => any) | undefined;
3101
3221
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3102
3222
  }>, {
3103
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3104
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3223
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3224
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3105
3225
  formState: FormState;
3106
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3107
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3226
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3227
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3108
3228
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3109
3229
  resetForm: () => void;
3110
3230
  submitForm: (native?: boolean) => Promise<any>;
3111
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3231
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
3112
3232
  }, {}, {}, {}, {
3113
3233
  disabled: boolean;
3114
3234
  labelWidth: string;
3115
3235
  inline: boolean;
3116
3236
  labelPosition: string;
3117
- config: _tmagic_form_schema0.FormConfig;
3237
+ config: _$_tmagic_form_schema0.FormConfig;
3118
3238
  height: string;
3119
3239
  initValues: Record<string, any>;
3120
3240
  lastValues: Record<string, any>;
@@ -3122,9 +3242,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3122
3242
  keyProp: string;
3123
3243
  parentValues: Record<string, any>;
3124
3244
  stepActive: string | number;
3125
- }> | null>>;
3245
+ }> | null;
3126
3246
  submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
3127
- }> & {} & _vue_runtime_core0.ComponentCustomProperties & {} & {
3247
+ } & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
3128
3248
  $slots: {
3129
3249
  'props-form-panel-header'(_props: {}): any;
3130
3250
  };
@@ -3132,12 +3252,12 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3132
3252
  unmounted: () => any;
3133
3253
  "submit-error": (e: any) => any;
3134
3254
  "form-error": (e: any) => any;
3135
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$13> & Readonly<{
3255
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$13> & Readonly<{
3136
3256
  onMounted?: ((internalInstance: {
3137
- $: _vue_runtime_core0.ComponentInternalInstance;
3257
+ $: _$_vue_runtime_core0.ComponentInternalInstance;
3138
3258
  $data: {};
3139
3259
  $props: {
3140
- readonly config: _tmagic_form_schema0.FormConfig;
3260
+ readonly config: _$_tmagic_form_schema0.FormConfig;
3141
3261
  readonly values: FormValue;
3142
3262
  readonly disabledShowSrc?: boolean | undefined;
3143
3263
  readonly labelWidth?: string | undefined;
@@ -3149,23 +3269,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3149
3269
  readonly onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
3150
3270
  readonly "onSubmit-error"?: ((e: any) => any) | undefined;
3151
3271
  readonly "onForm-error"?: ((e: any) => any) | undefined;
3152
- } & _vue_runtime_core0.VNodeProps & _vue_runtime_core0.AllowedComponentProps & _vue_runtime_core0.ComponentCustomProps;
3153
- $attrs: {
3154
- [x: string]: unknown;
3155
- };
3272
+ } & _$_vue_runtime_core0.VNodeProps & _$_vue_runtime_core0.AllowedComponentProps & _$_vue_runtime_core0.ComponentCustomProps;
3273
+ $attrs: _$_vue_runtime_core0.Attrs;
3156
3274
  $refs: {
3157
3275
  [x: string]: unknown;
3158
3276
  };
3159
3277
  $slots: Readonly<{
3160
- [name: string]: _vue_runtime_core0.Slot<any> | undefined;
3278
+ [name: string]: _$_vue_runtime_core0.Slot<any> | undefined;
3161
3279
  }>;
3162
- $root: _vue_runtime_core0.ComponentPublicInstance | null;
3163
- $parent: _vue_runtime_core0.ComponentPublicInstance | null;
3280
+ $root: _$_vue_runtime_core0.ComponentPublicInstance | null;
3281
+ $parent: _$_vue_runtime_core0.ComponentPublicInstance | null;
3164
3282
  $host: Element | null;
3165
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);
3166
3284
  $el: any;
3167
- $options: _vue_runtime_core0.ComponentOptionsBase<Readonly<{
3168
- config: _tmagic_form_schema0.FormConfig;
3285
+ $options: _$_vue_runtime_core0.ComponentOptionsBase<Readonly<{
3286
+ config: _$_tmagic_form_schema0.FormConfig;
3169
3287
  values: FormValue;
3170
3288
  disabledShowSrc?: boolean;
3171
3289
  labelWidth?: string;
@@ -3179,8 +3297,8 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3179
3297
  "onSubmit-error"?: ((e: any) => any) | undefined;
3180
3298
  "onForm-error"?: ((e: any) => any) | undefined;
3181
3299
  }>, {
3182
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3183
- config: _tmagic_form_schema0.FormConfig;
3300
+ configForm: Readonly<_$_vue_reactivity0.ShallowRef<_$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3301
+ config: _$_tmagic_form_schema0.FormConfig;
3184
3302
  initValues: Record<string, any>;
3185
3303
  lastValues?: Record<string, any>;
3186
3304
  isCompare?: boolean;
@@ -3203,27 +3321,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3203
3321
  "onField-change"?: ((...args: any[]) => any) | undefined;
3204
3322
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3205
3323
  }>, {
3206
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3207
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3324
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3325
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3208
3326
  formState: FormState;
3209
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3210
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3327
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3328
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3211
3329
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3212
3330
  resetForm: () => void;
3213
3331
  submitForm: (native?: boolean) => Promise<any>;
3214
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3215
- }, {}, {}, {}, _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, {
3216
3334
  error: (...args: any[]) => void;
3217
3335
  change: (...args: any[]) => void;
3218
3336
  "field-input": (...args: any[]) => void;
3219
3337
  "field-change": (...args: any[]) => void;
3220
3338
  "update:stepActive": (...args: any[]) => void;
3221
- }, _vue_runtime_core0.PublicProps, {
3339
+ }, _$_vue_runtime_core0.PublicProps, {
3222
3340
  disabled: boolean;
3223
3341
  labelWidth: string;
3224
3342
  inline: boolean;
3225
3343
  labelPosition: string;
3226
- config: _tmagic_form_schema0.FormConfig;
3344
+ config: _$_tmagic_form_schema0.FormConfig;
3227
3345
  height: string;
3228
3346
  initValues: Record<string, any>;
3229
3347
  lastValues: Record<string, any>;
@@ -3231,7 +3349,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3231
3349
  keyProp: string;
3232
3350
  parentValues: Record<string, any>;
3233
3351
  stepActive: string | number;
3234
- }, 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, {
3235
3353
  P: {};
3236
3354
  B: {};
3237
3355
  D: {};
@@ -3239,7 +3357,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3239
3357
  M: {};
3240
3358
  Defaults: {};
3241
3359
  }, Readonly<{
3242
- config: _tmagic_form_schema0.FormConfig;
3360
+ config: _$_tmagic_form_schema0.FormConfig;
3243
3361
  initValues: Record<string, any>;
3244
3362
  lastValues?: Record<string, any>;
3245
3363
  isCompare?: boolean;
@@ -3262,21 +3380,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3262
3380
  "onField-change"?: ((...args: any[]) => any) | undefined;
3263
3381
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3264
3382
  }>, {
3265
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3266
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3383
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3384
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3267
3385
  formState: FormState;
3268
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3269
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3386
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3387
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3270
3388
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3271
3389
  resetForm: () => void;
3272
3390
  submitForm: (native?: boolean) => Promise<any>;
3273
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3391
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
3274
3392
  }, {}, {}, {}, {
3275
3393
  disabled: boolean;
3276
3394
  labelWidth: string;
3277
3395
  inline: boolean;
3278
3396
  labelPosition: string;
3279
- config: _tmagic_form_schema0.FormConfig;
3397
+ config: _$_tmagic_form_schema0.FormConfig;
3280
3398
  height: string;
3281
3399
  initValues: Record<string, any>;
3282
3400
  lastValues: Record<string, any>;
@@ -3286,13 +3404,13 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3286
3404
  stepActive: string | number;
3287
3405
  }> | null>>;
3288
3406
  submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
3289
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3407
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3290
3408
  mounted: (internalInstance: any) => any;
3291
3409
  unmounted: () => any;
3292
3410
  submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
3293
3411
  "submit-error": (e: any) => any;
3294
3412
  "form-error": (e: any) => any;
3295
- }, 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> & {
3296
3414
  beforeCreate?: (() => void) | (() => void)[];
3297
3415
  created?: (() => void) | (() => void)[];
3298
3416
  beforeMount?: (() => void) | (() => void)[];
@@ -3305,15 +3423,15 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3305
3423
  beforeUnmount?: (() => void) | (() => void)[];
3306
3424
  destroyed?: (() => void) | (() => void)[];
3307
3425
  unmounted?: (() => void) | (() => void)[];
3308
- renderTracked?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
3309
- renderTriggered?: ((e: _vue_reactivity0.DebuggerEvent) => void) | ((e: _vue_reactivity0.DebuggerEvent) => void)[];
3310
- 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)[];
3311
3429
  };
3312
3430
  $forceUpdate: () => void;
3313
- $nextTick: typeof _vue_runtime_core0.nextTick;
3314
- $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;
3315
3433
  } & Readonly<{}> & Omit<Readonly<{
3316
- config: _tmagic_form_schema0.FormConfig;
3434
+ config: _$_tmagic_form_schema0.FormConfig;
3317
3435
  values: FormValue;
3318
3436
  disabledShowSrc?: boolean;
3319
3437
  labelWidth?: string;
@@ -3326,9 +3444,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3326
3444
  onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
3327
3445
  "onSubmit-error"?: ((e: any) => any) | undefined;
3328
3446
  "onForm-error"?: ((e: any) => any) | undefined;
3329
- }>, "submit" | "configForm"> & _vue_reactivity0.ShallowUnwrapRef<{
3330
- configForm: Readonly<_vue_reactivity0.ShallowRef<_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3331
- config: _tmagic_form_schema0.FormConfig;
3447
+ }>, "submit" | "configForm"> & {
3448
+ configForm: _$_vue_runtime_core0.CreateComponentPublicInstanceWithMixins<Readonly<{
3449
+ config: _$_tmagic_form_schema0.FormConfig;
3332
3450
  initValues: Record<string, any>;
3333
3451
  lastValues?: Record<string, any>;
3334
3452
  isCompare?: boolean;
@@ -3351,27 +3469,27 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3351
3469
  "onField-change"?: ((...args: any[]) => any) | undefined;
3352
3470
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3353
3471
  }>, {
3354
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3355
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3472
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3473
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3356
3474
  formState: FormState;
3357
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3358
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3475
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3476
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3359
3477
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3360
3478
  resetForm: () => void;
3361
3479
  submitForm: (native?: boolean) => Promise<any>;
3362
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3363
- }, {}, {}, {}, _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, {
3364
3482
  error: (...args: any[]) => void;
3365
3483
  change: (...args: any[]) => void;
3366
3484
  "field-input": (...args: any[]) => void;
3367
3485
  "field-change": (...args: any[]) => void;
3368
3486
  "update:stepActive": (...args: any[]) => void;
3369
- }, _vue_runtime_core0.PublicProps, {
3487
+ }, _$_vue_runtime_core0.PublicProps, {
3370
3488
  disabled: boolean;
3371
3489
  labelWidth: string;
3372
3490
  inline: boolean;
3373
3491
  labelPosition: string;
3374
- config: _tmagic_form_schema0.FormConfig;
3492
+ config: _$_tmagic_form_schema0.FormConfig;
3375
3493
  height: string;
3376
3494
  initValues: Record<string, any>;
3377
3495
  lastValues: Record<string, any>;
@@ -3379,7 +3497,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3379
3497
  keyProp: string;
3380
3498
  parentValues: Record<string, any>;
3381
3499
  stepActive: string | number;
3382
- }, 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, {
3383
3501
  P: {};
3384
3502
  B: {};
3385
3503
  D: {};
@@ -3387,7 +3505,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3387
3505
  M: {};
3388
3506
  Defaults: {};
3389
3507
  }, Readonly<{
3390
- config: _tmagic_form_schema0.FormConfig;
3508
+ config: _$_tmagic_form_schema0.FormConfig;
3391
3509
  initValues: Record<string, any>;
3392
3510
  lastValues?: Record<string, any>;
3393
3511
  isCompare?: boolean;
@@ -3410,21 +3528,21 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3410
3528
  "onField-change"?: ((...args: any[]) => any) | undefined;
3411
3529
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3412
3530
  }>, {
3413
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3414
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3531
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3532
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3415
3533
  formState: FormState;
3416
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3417
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3534
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3535
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3418
3536
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3419
3537
  resetForm: () => void;
3420
3538
  submitForm: (native?: boolean) => Promise<any>;
3421
- getTextByName: (name: string, config?: _tmagic_form_schema0.FormConfig) => string | undefined;
3539
+ getTextByName: (name: string, config?: _$_tmagic_form_schema0.FormConfig) => string | undefined;
3422
3540
  }, {}, {}, {}, {
3423
3541
  disabled: boolean;
3424
3542
  labelWidth: string;
3425
3543
  inline: boolean;
3426
3544
  labelPosition: string;
3427
- config: _tmagic_form_schema0.FormConfig;
3545
+ config: _$_tmagic_form_schema0.FormConfig;
3428
3546
  height: string;
3429
3547
  initValues: Record<string, any>;
3430
3548
  lastValues: Record<string, any>;
@@ -3432,9 +3550,9 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3432
3550
  keyProp: string;
3433
3551
  parentValues: Record<string, any>;
3434
3552
  stepActive: string | number;
3435
- }> | null>>;
3553
+ }> | null;
3436
3554
  submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
3437
- }> & {} & _vue_runtime_core0.ComponentCustomProperties & {} & {
3555
+ } & {} & _$_vue_runtime_core0.ComponentCustomProperties & {} & {
3438
3556
  $slots: {
3439
3557
  'props-form-panel-header'(_props: {}): any;
3440
3558
  };
@@ -3442,7 +3560,7 @@ declare const __VLS_base$7: _vue_runtime_core0.DefineComponent<__VLS_Props$13, {
3442
3560
  onUnmounted?: (() => any) | undefined;
3443
3561
  "onSubmit-error"?: ((e: any) => any) | undefined;
3444
3562
  "onForm-error"?: ((e: any) => any) | undefined;
3445
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3563
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3446
3564
  declare const __VLS_export$14: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
3447
3565
  declare const _default$26: typeof __VLS_export$14;
3448
3566
  type __VLS_WithSlots$7<T, S> = T & {
@@ -3464,8 +3582,8 @@ type __VLS_Props$12 = {
3464
3582
  labelPosition?: string;
3465
3583
  extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
3466
3584
  };
3467
- declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
3468
- 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<{
3469
3587
  config: FormConfig;
3470
3588
  initValues: Record<string, any>;
3471
3589
  lastValues?: Record<string, any>;
@@ -3489,22 +3607,22 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
3489
3607
  "onField-change"?: ((...args: any[]) => any) | undefined;
3490
3608
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3491
3609
  }>, {
3492
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3493
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3610
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3611
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3494
3612
  formState: FormState;
3495
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3496
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3613
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3614
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3497
3615
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3498
3616
  resetForm: () => void;
3499
3617
  submitForm: (native?: boolean) => Promise<any>;
3500
3618
  getTextByName: (name: string, config?: FormConfig) => string | undefined;
3501
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3619
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3502
3620
  error: (...args: any[]) => void;
3503
3621
  change: (...args: any[]) => void;
3504
3622
  "field-input": (...args: any[]) => void;
3505
3623
  "field-change": (...args: any[]) => void;
3506
3624
  "update:stepActive": (...args: any[]) => void;
3507
- }, _vue_runtime_core0.PublicProps, {
3625
+ }, _$_vue_runtime_core0.PublicProps, {
3508
3626
  disabled: boolean;
3509
3627
  labelWidth: string;
3510
3628
  inline: boolean;
@@ -3517,7 +3635,7 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
3517
3635
  keyProp: string;
3518
3636
  parentValues: Record<string, any>;
3519
3637
  stepActive: string | number;
3520
- }, 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, {
3521
3639
  P: {};
3522
3640
  B: {};
3523
3641
  D: {};
@@ -3548,11 +3666,11 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
3548
3666
  "onField-change"?: ((...args: any[]) => any) | undefined;
3549
3667
  "onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
3550
3668
  }>, {
3551
- values: _vue_reactivity0.Ref<FormValue, FormValue>;
3552
- lastValuesProcessed: _vue_reactivity0.Ref<FormValue, FormValue>;
3669
+ values: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3670
+ lastValuesProcessed: _$_vue_reactivity0.Ref<FormValue, FormValue>;
3553
3671
  formState: FormState;
3554
- initialized: _vue_reactivity0.Ref<boolean, boolean>;
3555
- changeRecords: _vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3672
+ initialized: _$_vue_reactivity0.Ref<boolean, boolean>;
3673
+ changeRecords: _$_vue_reactivity0.ShallowRef<ChangeRecord$1[], ChangeRecord$1[]>;
3556
3674
  changeHandler: (v: FormValue, eventData: ContainerChangeEventData) => void;
3557
3675
  resetForm: () => void;
3558
3676
  submitForm: (native?: boolean) => Promise<any>;
@@ -3572,19 +3690,19 @@ declare const __VLS_base$6: _vue_runtime_core0.DefineComponent<__VLS_Props$12, {
3572
3690
  stepActive: string | number;
3573
3691
  }> | null>>;
3574
3692
  submit: (v: FormValue, eventData: ContainerChangeEventData) => Promise<void>;
3575
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3693
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3576
3694
  mounted: (internalInstance: any) => any;
3577
3695
  unmounted: () => any;
3578
3696
  submit: (values: any, eventData?: ContainerChangeEventData | undefined) => any;
3579
3697
  "submit-error": (e: any) => any;
3580
3698
  "form-error": (e: any) => any;
3581
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$12> & Readonly<{
3699
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$12> & Readonly<{
3582
3700
  onMounted?: ((internalInstance: any) => any) | undefined;
3583
3701
  onUnmounted?: (() => any) | undefined;
3584
3702
  onSubmit?: ((values: any, eventData?: ContainerChangeEventData | undefined) => any) | undefined;
3585
3703
  "onSubmit-error"?: ((e: any) => any) | undefined;
3586
3704
  "onForm-error"?: ((e: any) => any) | undefined;
3587
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3705
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3588
3706
  declare const __VLS_export$13: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
3589
3707
  declare const _default$25: typeof __VLS_export$13;
3590
3708
  type __VLS_WithSlots$6<T, S> = T & {
@@ -3598,10 +3716,10 @@ type __VLS_Props$11 = {
3598
3716
  data?: MenuButton | MenuComponent;
3599
3717
  eventType?: 'mousedown' | 'mouseup' | 'click';
3600
3718
  };
3601
- 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<{}>, {
3602
3720
  data: MenuButton | MenuComponent;
3603
3721
  eventType: "mousedown" | "mouseup" | "click";
3604
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3722
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3605
3723
  declare const _default$31: typeof __VLS_export$12;
3606
3724
  //#endregion
3607
3725
  //#region temp/packages/editor/src/components/ContentMenu.vue.d.ts
@@ -3615,8 +3733,8 @@ declare var __VLS_7$1: {};
3615
3733
  type __VLS_Slots$5 = {} & {
3616
3734
  title?: (props: typeof __VLS_7$1) => any;
3617
3735
  };
3618
- declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
3619
- 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>>;
3620
3738
  menuPosition: Ref<{
3621
3739
  left: number;
3622
3740
  top: number;
@@ -3637,11 +3755,11 @@ declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
3637
3755
  clientY: number;
3638
3756
  clientX: number;
3639
3757
  }) => void;
3640
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3758
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3641
3759
  mouseenter: () => any;
3642
3760
  show: () => any;
3643
3761
  hide: () => any;
3644
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
3762
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
3645
3763
  onMouseenter?: (() => any) | undefined;
3646
3764
  onShow?: (() => any) | undefined;
3647
3765
  onHide?: (() => any) | undefined;
@@ -3649,7 +3767,7 @@ declare const __VLS_base$5: _vue_runtime_core0.DefineComponent<__VLS_Props$10, {
3649
3767
  menuData: (MenuButton | MenuComponent)[];
3650
3768
  isSubMenu: boolean;
3651
3769
  autoHide: boolean;
3652
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3770
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3653
3771
  declare const __VLS_export$11: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
3654
3772
  declare const _default$7: typeof __VLS_export$11;
3655
3773
  type __VLS_WithSlots$5<T, S> = T & {
@@ -3662,7 +3780,7 @@ type __VLS_WithSlots$5<T, S> = T & {
3662
3780
  type __VLS_Props$9 = {
3663
3781
  icon?: any;
3664
3782
  };
3665
- 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>;
3666
3784
  declare const _default$20: typeof __VLS_export$10;
3667
3785
  //#endregion
3668
3786
  //#region temp/packages/editor/src/components/SplitView.vue.d.ts
@@ -3685,13 +3803,13 @@ type __VLS_Slots$4 = {} & {
3685
3803
  } & {
3686
3804
  right?: (props: typeof __VLS_19) => any;
3687
3805
  };
3688
- 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, {
3689
3807
  updateWidth(): void;
3690
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3808
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3691
3809
  change: (...args: any[]) => void;
3692
3810
  "update:left": (...args: any[]) => void;
3693
3811
  "update:right": (...args: any[]) => void;
3694
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$8> & Readonly<{
3812
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$8> & Readonly<{
3695
3813
  onChange?: ((...args: any[]) => any) | undefined;
3696
3814
  "onUpdate:left"?: ((...args: any[]) => any) | undefined;
3697
3815
  "onUpdate:right"?: ((...args: any[]) => any) | undefined;
@@ -3699,7 +3817,7 @@ declare const __VLS_base$4: _vue_runtime_core0.DefineComponent<__VLS_Props$8, {
3699
3817
  minLeft: number;
3700
3818
  minRight: number;
3701
3819
  minCenter: number;
3702
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3820
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3703
3821
  declare const __VLS_export$9: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
3704
3822
  declare const _default$23: typeof __VLS_export$9;
3705
3823
  type __VLS_WithSlots$4<T, S> = T & {
@@ -3713,11 +3831,11 @@ declare var __VLS_1: {};
3713
3831
  type __VLS_Slots$3 = {} & {
3714
3832
  default?: (props: typeof __VLS_1) => any;
3715
3833
  };
3716
- declare const __VLS_base$3: _vue_runtime_core0.DefineComponent<{}, {}, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3717
- change: (e: OnDrag$1<gesto.default>) => any;
3718
- }, string, _vue_runtime_core0.PublicProps, Readonly<{}> & Readonly<{
3719
- onChange?: ((e: OnDrag$1<gesto.default>) => any) | undefined;
3720
- }>, {}, {}, {}, {}, 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>;
3721
3839
  declare const __VLS_export$8: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
3722
3840
  declare const _default$27: typeof __VLS_export$8;
3723
3841
  type __VLS_WithSlots$3<T, S> = T & {
@@ -3728,7 +3846,9 @@ type __VLS_WithSlots$3<T, S> = T & {
3728
3846
  //#endregion
3729
3847
  //#region temp/packages/editor/src/components/CodeBlockEditor.vue.d.ts
3730
3848
  type __VLS_Props$7 = {
3731
- content: CodeBlockContent;
3849
+ content: Omit<CodeBlockContent, 'content'> & {
3850
+ content: string;
3851
+ };
3732
3852
  disabled?: boolean;
3733
3853
  isDataSource?: boolean;
3734
3854
  dataSourceType?: string;
@@ -3738,22 +3858,22 @@ type __VLS_ModelProps$1 = {
3738
3858
  'visible'?: boolean;
3739
3859
  };
3740
3860
  type __VLS_PublicProps$1 = __VLS_Props$7 & __VLS_ModelProps$1;
3741
- 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, {
3742
3862
  show(): Promise<void>;
3743
3863
  hide(): Promise<void>;
3744
- }, {}, {}, {}, _vue_runtime_core0.ComponentOptionsMixin, _vue_runtime_core0.ComponentOptionsMixin, {
3864
+ }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
3745
3865
  close: () => any;
3746
3866
  submit: (values: CodeBlockContent, eventData: ContainerChangeEventData) => any;
3747
3867
  open: () => any;
3748
3868
  "update:width": (value: number) => any;
3749
3869
  "update:visible": (value: boolean) => any;
3750
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
3870
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
3751
3871
  onClose?: (() => any) | undefined;
3752
3872
  onSubmit?: ((values: CodeBlockContent, eventData: ContainerChangeEventData) => any) | undefined;
3753
3873
  onOpen?: (() => any) | undefined;
3754
3874
  "onUpdate:width"?: ((value: number) => any) | undefined;
3755
3875
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
3756
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3876
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3757
3877
  declare const _default: typeof __VLS_export$7;
3758
3878
  //#endregion
3759
3879
  //#region temp/packages/editor/src/components/FloatingBox.vue.d.ts
@@ -3778,22 +3898,22 @@ type __VLS_Slots$2 = {} & {
3778
3898
  } & {
3779
3899
  body?: (props: typeof __VLS_22) => any;
3780
3900
  };
3781
- declare const __VLS_base$2: _vue_runtime_core0.DefineComponent<__VLS_PublicProps, {
3782
- bodyHeight: _vue_reactivity0.ComputedRef<number | "auto">;
3783
- target: Readonly<_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
3784
- titleEl: Readonly<_vue_reactivity0.ShallowRef<HTMLDivElement | null>>;
3785
- }, {}, {}, {}, _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, {
3786
3906
  "update:width": (value: number) => any;
3787
3907
  "update:height": (value: number) => any;
3788
3908
  "update:visible": (value: boolean) => any;
3789
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
3909
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
3790
3910
  "onUpdate:width"?: ((value: number) => any) | undefined;
3791
3911
  "onUpdate:height"?: ((value: number) => any) | undefined;
3792
3912
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
3793
3913
  }>, {
3794
3914
  title: string;
3795
3915
  position: Position;
3796
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3916
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3797
3917
  declare const __VLS_export$6: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
3798
3918
  declare const _default$19: typeof __VLS_export$6;
3799
3919
  type __VLS_WithSlots$2<T, S> = T & {
@@ -3821,7 +3941,7 @@ type __VLS_Props$5 = {
3821
3941
  nextLevelIndentIncrement?: number;
3822
3942
  emptyText?: string;
3823
3943
  };
3824
- 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, {
3825
3945
  "node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
3826
3946
  "node-dragleave": (event: DragEvent, data: TreeNodeData) => any;
3827
3947
  "node-dragend": (event: DragEvent, data: TreeNodeData) => any;
@@ -3829,7 +3949,7 @@ declare const __VLS_base$1: _vue_runtime_core0.DefineComponent<__VLS_Props$5, {}
3829
3949
  "node-mouseenter": (event: MouseEvent, data: TreeNodeData) => any;
3830
3950
  "node-click": (event: MouseEvent, data: TreeNodeData) => any;
3831
3951
  "node-dragover": (event: DragEvent) => any;
3832
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$5> & Readonly<{
3952
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$5> & Readonly<{
3833
3953
  "onNode-dragstart"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
3834
3954
  "onNode-dragleave"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
3835
3955
  "onNode-dragend"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
@@ -3840,7 +3960,7 @@ declare const __VLS_base$1: _vue_runtime_core0.DefineComponent<__VLS_Props$5, {}
3840
3960
  }>, {
3841
3961
  emptyText: string;
3842
3962
  indent: number;
3843
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3963
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3844
3964
  declare const __VLS_export$5: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
3845
3965
  declare const _default$32: typeof __VLS_export$5;
3846
3966
  type __VLS_WithSlots$1<T, S> = T & {
@@ -3869,14 +3989,14 @@ type __VLS_Props$4 = {
3869
3989
  indent?: number;
3870
3990
  nextLevelIndentIncrement?: number;
3871
3991
  };
3872
- 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, {
3873
3993
  "node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
3874
3994
  "node-dragleave": (event: DragEvent, data: TreeNodeData) => any;
3875
3995
  "node-dragend": (event: DragEvent, data: TreeNodeData) => any;
3876
3996
  "node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
3877
3997
  "node-mouseenter": (event: MouseEvent, data: TreeNodeData) => any;
3878
3998
  "node-click": (event: MouseEvent, data: TreeNodeData) => any;
3879
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
3999
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
3880
4000
  "onNode-dragstart"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
3881
4001
  "onNode-dragleave"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
3882
4002
  "onNode-dragend"?: ((event: DragEvent, data: TreeNodeData) => any) | undefined;
@@ -3887,7 +4007,7 @@ declare const __VLS_base: _vue_runtime_core0.DefineComponent<__VLS_Props$4, {},
3887
4007
  indent: number;
3888
4008
  parentsId: Id[];
3889
4009
  nextLevelIndentIncrement: number;
3890
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
4010
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3891
4011
  declare const __VLS_export$4: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3892
4012
  declare const _default$33: typeof __VLS_export$4;
3893
4013
  type __VLS_WithSlots<T, S> = T & {
@@ -3898,42 +4018,42 @@ type __VLS_WithSlots<T, S> = T & {
3898
4018
  //#endregion
3899
4019
  //#region temp/packages/editor/src/fields/PageFragmentSelect.vue.d.ts
3900
4020
  type __VLS_Props$3 = FieldProps<PageFragmentSelectConfig>;
3901
- 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, {
3902
4022
  change: (...args: any[]) => void;
3903
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$3> & Readonly<{
4023
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$3> & Readonly<{
3904
4024
  onChange?: ((...args: any[]) => any) | undefined;
3905
4025
  }>, {
3906
4026
  disabled: boolean;
3907
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
4027
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3908
4028
  declare const _default$24: typeof __VLS_export$3;
3909
4029
  //#endregion
3910
4030
  //#region temp/packages/editor/src/fields/DisplayConds.vue.d.ts
3911
4031
  type __VLS_Props$2 = FieldProps<DisplayCondsConfig>;
3912
- 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, {
3913
4033
  change: (value: DisplayCond[], eventData?: ContainerChangeEventData | undefined) => any;
3914
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
4034
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
3915
4035
  onChange?: ((value: DisplayCond[], eventData?: ContainerChangeEventData | undefined) => any) | undefined;
3916
4036
  }>, {
3917
4037
  disabled: boolean;
3918
- }, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
4038
+ }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3919
4039
  declare const _default$17: typeof __VLS_export$2;
3920
4040
  //#endregion
3921
4041
  //#region temp/packages/editor/src/fields/CondOpSelect.vue.d.ts
3922
4042
  type __VLS_Props$1 = FieldProps<CondOpSelectConfig>;
3923
- 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, {
3924
4044
  change: (value: string) => any;
3925
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
4045
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
3926
4046
  onChange?: ((value: string) => any) | undefined;
3927
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
4047
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3928
4048
  declare const _default$6: typeof __VLS_export$1;
3929
4049
  //#endregion
3930
4050
  //#region temp/packages/editor/src/fields/StyleSetter/Index.vue.d.ts
3931
4051
  type __VLS_Props = FieldProps<StyleSchema>;
3932
- 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, {
3933
4053
  change: (v: any, eventData: ContainerChangeEventData) => any;
3934
- }, string, _vue_runtime_core0.PublicProps, Readonly<__VLS_Props> & Readonly<{
4054
+ }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props> & Readonly<{
3935
4055
  onChange?: ((v: any, eventData: ContainerChangeEventData) => any) | undefined;
3936
- }>, {}, {}, {}, {}, string, _vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
4056
+ }>, {}, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
3937
4057
  declare const _default$28: typeof __VLS_export;
3938
4058
  //#endregion
3939
4059
  //#region temp/packages/editor/src/plugin.d.ts
@@ -3941,4 +4061,4 @@ declare const _default$36: {
3941
4061
  install: (app: App, opt?: Partial<EditorInstallOptions | DesignPluginOptions | FormInstallOptions>) => void;
3942
4062
  };
3943
4063
  //#endregion
3944
- export { AddMNode, AddPrefixToObject, AsyncAfterHook, AsyncBeforeHook, AsyncHookPlugin, BeforeAdd, CODE_DRAFT_STORAGE_KEY, COPY_CODE_STORAGE_KEY, COPY_DS_STORAGE_KEY, COPY_STORAGE_KEY, _default as CodeBlockEditor, _default$1 as CodeBlockList, _default$2 as CodeBlockListPanel, CodeBlockListPanelSlots, CodeBlockListSlots, CodeDeleteErrorType, CodeDslItem, CodeParamStatement, CodeRelation, _default$3 as CodeSelect, _default$4 as CodeSelectCol, CodeState, ColumnLayout, CombineInfo, ComponentGroup, ComponentGroupState, ComponentItem, _default$5 as ComponentListPanel, ComponentListPanelSlots, _default$6 as CondOpSelect, _default$7 as ContentMenu, CustomContentMenuFunction, DEFAULT_LEFT_COLUMN_WIDTH, DEFAULT_RIGHT_COLUMN_WIDTH, _default$8 as DataSourceAddButton, _default$9 as DataSourceConfigPanel, _default$10 as DataSourceFieldSelect, _default$11 as DataSourceFields, _default$12 as DataSourceInput, DataSourceListSlots, _default$13 as DataSourceMethodSelect, _default$14 as DataSourceMethods, _default$15 as DataSourceMocks, _default$16 as DataSourceSelect, DatasourceTypeOption, DepTargetType, _default$17 as DisplayConds, DragType, EditorInstallOptions, EditorNodeInfo, EditorSlots, EventBus, EventBusEvent, _default$18 as EventSelect, Fixed2Other, _default$19 as FloatingBox, FrameworkSlots, GetColumnWidth, GetConfig, H_GUIDE_LINE_STORAGE_KEY, HistoryState, _default$20 as Icon, IdleTask, IdleTaskEvents, KeyBindingCacheItem, KeyBindingCommand, KeyBindingItem, _default$21 as KeyValue, Keys, LEFT_COLUMN_WIDTH_STORAGE_KEY, LayerNodeSlots, LayerNodeStatus, LayerOffset, _default$22 as LayerPanel, LayerPanelSlots, Layout, _default$23 as LayoutContainer, _default$23 as SplitView, ListState, MIN_CENTER_COLUMN_WIDTH, MIN_LEFT_COLUMN_WIDTH, MIN_RIGHT_COLUMN_WIDTH, MenuBarData, MenuButton, MenuComponent, MenuItem, type OnDrag, PROPS_PANEL_WIDTH_STORAGE_KEY, PageBarSortOptions, _default$24 as PageFragmentSelect, PartSortableOptions, PastePosition, PropsFormConfigFunction, _default$25 as PropsFormPanel, PropsFormValueFunction, _default$26 as PropsPanel, PropsPanelSlots, PropsState, RIGHT_COLUMN_WIDTH_STORAGE_KEY, _default$27 as Resizer, ScrollViewer, ScrollViewerEvent, Services, SetColumnWidth, SideBarData, SideComponent, SideItem, SideItemKey, SidebarSlots, StageCore, StageOptions, StageOverlayState, StageRect, StepValue, StoreState, StoreStateKey, _default$28 as StyleSetter, SyncAfterHook, SyncBeforeHook, SyncHookPlugin, _default$29 as TMagicCodeEditor, _default$30 as TMagicEditor, _default$31 as ToolButton, _default$32 as Tree, _default$33 as TreeNode, TreeNodeData, UI_SELECT_MODE_EVENT_NAME, UiState, UndoRedo, V_GUIDE_LINE_STORAGE_KEY, WorkspaceSlots, advancedTabConfig, arrayOptions, beforePaste, buildChangeRecords, change2Fixed, _default$34 as codeBlockService, _default$35 as dataSourceService, debug, _default$36 as default, _default$37 as depService, designPlugin, displayTabConfig, _default$38 as editorService, eqOptions, error, eventTabConfig, _default$39 as eventsService, fillConfig, fixNodeLeft, fixNodePosition, formPlugin, generatePageName, generatePageNameByApp, getAddParent, getCascaderOptionsFromFields, getDefaultConfig, getDisplayField, getEditorConfig, getFieldType, getFormConfig, getFormValue, getGuideLineFromCache, getInitPositionStyle, getNodeIndex, getPageFragmentList, getPageList, getPageNameList, getPositionInContainer, getRelativeStyle, _default$40 as historyService, info, isIncludeDataSource, _default$41 as loadMonaco, log, moveItemsInContainer, numberOptions, _default$42 as propsService, serializeConfig, setChildrenLayout, setEditorConfig, setLayout, _default$43 as stageOverlayService, _default$44 as storageService, styleTabConfig, tablePlugin, _default$45 as uiService, updateStatus, useCodeBlockEdit, useEditorContentHeight, useFilter, useFloatBox, useGetSo, useNextFloatBoxPosition, useNodeStatus, useServices, useStage, useWindowRect, warn };
4064
+ export { AddMNode, AddPrefixToObject, AsyncAfterHook, AsyncBeforeHook, AsyncHookPlugin, AsyncMethodName, BeforeAdd, CODE_DRAFT_STORAGE_KEY, COPY_CODE_STORAGE_KEY, COPY_DS_STORAGE_KEY, COPY_STORAGE_KEY, _default as CodeBlockEditor, _default$1 as CodeBlockList, _default$2 as CodeBlockListPanel, CodeBlockListPanelSlots, CodeBlockListSlots, CodeDeleteErrorType, CodeDslItem, CodeParamStatement, CodeRelation, _default$3 as CodeSelect, _default$4 as CodeSelectCol, CodeState, ColumnLayout, CombineInfo, ComponentGroup, ComponentGroupState, ComponentItem, _default$5 as ComponentListPanel, ComponentListPanelSlots, _default$6 as CondOpSelect, _default$7 as ContentMenu, CustomContentMenuFunction, DEFAULT_LEFT_COLUMN_WIDTH, DEFAULT_RIGHT_COLUMN_WIDTH, _default$8 as DataSourceAddButton, _default$9 as DataSourceConfigPanel, _default$10 as DataSourceFieldSelect, _default$11 as DataSourceFields, _default$12 as DataSourceInput, DataSourceListSlots, _default$13 as DataSourceMethodSelect, _default$14 as DataSourceMethods, _default$15 as DataSourceMocks, _default$16 as DataSourceSelect, DatasourceTypeOption, DepTargetType, _default$17 as DisplayConds, DragClassification, DragType, EditorEvents, EditorInstallOptions, EditorNodeInfo, EditorSlots, EventBus, EventBusEvent, _default$18 as EventSelect, Fixed2Other, _default$19 as FloatingBox, FrameworkSlots, GetColumnWidth, GetConfig, H_GUIDE_LINE_STORAGE_KEY, HistoryOpType, HistoryState, _default$20 as Icon, IdleTask, IdleTaskEvents, KeyBindingCacheItem, KeyBindingCommand, KeyBindingItem, _default$21 as KeyValue, Keys, LEFT_COLUMN_WIDTH_STORAGE_KEY, LayerNodeSlots, LayerNodeStatus, LayerOffset, _default$22 as LayerPanel, LayerPanelSlots, Layout, _default$23 as LayoutContainer, _default$23 as SplitView, ListState, MIN_CENTER_COLUMN_WIDTH, MIN_LEFT_COLUMN_WIDTH, MIN_RIGHT_COLUMN_WIDTH, MenuBarData, MenuButton, MenuComponent, MenuItem, type OnDrag, PROPS_PANEL_WIDTH_STORAGE_KEY, PageBarSortOptions, _default$24 as PageFragmentSelect, PartSortableOptions, PastePosition, PropsFormConfigFunction, _default$25 as PropsFormPanel, PropsFormValueFunction, _default$26 as PropsPanel, PropsPanelSlots, PropsState, RIGHT_COLUMN_WIDTH_STORAGE_KEY, _default$27 as Resizer, ScrollViewer, ScrollViewerEvent, Services, SetColumnWidth, SideBarData, SideComponent, SideItem, SideItemKey, SidebarSlots, StageCore, StageOptions, StageOverlayState, StageRect, StepValue, StoreState, StoreStateKey, _default$28 as StyleSetter, SyncAfterHook, SyncBeforeHook, SyncHookPlugin, _default$29 as TMagicCodeEditor, _default$30 as TMagicEditor, _default$31 as ToolButton, _default$32 as Tree, _default$33 as TreeNode, TreeNodeData, UI_SELECT_MODE_EVENT_NAME, UiState, UndoRedo, V_GUIDE_LINE_STORAGE_KEY, WorkspaceSlots, advancedTabConfig, arrayOptions, beforePaste, buildChangeRecords, calcAlignCenterStyle, calcLayerTargetIndex, calcMoveStyle, canUsePluginMethods, change2Fixed, classifyDragSources, _default$34 as codeBlockService, collectRelatedNodes, _default$35 as dataSourceService, debug, _default$36 as default, _default$37 as depService, designPlugin, displayTabConfig, editorNodeMergeCustomizer, _default$38 as editorService, eqOptions, error, eventTabConfig, _default$39 as eventsService, fillConfig, fixNodeLeft, fixNodePosition, formPlugin, generatePageName, generatePageNameByApp, getAddParent, getCascaderOptionsFromFields, getDefaultConfig, getDisplayField, getEditorConfig, getFieldType, getFormConfig, getFormValue, getGuideLineFromCache, getInitPositionStyle, getNodeIndex, getPageFragmentList, getPageList, getPageNameList, getPositionInContainer, getRelativeStyle, _default$40 as historyService, info, isIncludeDataSource, _default$41 as loadMonaco, log, moveItemsInContainer, numberOptions, _default$42 as propsService, resolveSelectedNode, serializeConfig, setChildrenLayout, setEditorConfig, setLayout, _default$43 as stageOverlayService, _default$44 as storageService, styleTabConfig, tablePlugin, toggleFixedPosition, _default$45 as uiService, updateStatus, useCodeBlockEdit, useEditorContentHeight, useFilter, useFloatBox, useGetSo, useNextFloatBoxPosition, useNodeStatus, useServices, useStage, useWindowRect, warn };