@vtj/designer 0.10.1-alpha.2 → 0.10.1-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.10.1-alpha.2",
4
+ "version": "0.10.1-alpha.3",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "html2canvas": "~1.4.1",
8
8
  "mockjs": "~1.1.0",
9
9
  "monaco-editor": "~0.52.0",
10
- "@vtj/core": "~0.10.1-alpha.2",
11
- "@vtj/icons": "~0.10.1-alpha.2",
12
- "@vtj/renderer": "~0.10.1-alpha.2",
13
- "@vtj/uni": "~0.10.1-alpha.2",
14
- "@vtj/utils": "~0.10.1-alpha.2",
15
- "@vtj/ui": "~0.10.1-alpha.2"
10
+ "@vtj/core": "~0.10.1-alpha.3",
11
+ "@vtj/icons": "~0.10.1-alpha.3",
12
+ "@vtj/renderer": "~0.10.1-alpha.3",
13
+ "@vtj/ui": "~0.10.1-alpha.3",
14
+ "@vtj/uni": "~0.10.1-alpha.3",
15
+ "@vtj/utils": "~0.10.1-alpha.3"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/mockjs": "~1.0.10",
@@ -1,9 +1,8 @@
1
1
  import { Context } from '@vtj/renderer';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, Component, ComputedRef, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives } from 'vue';
3
- import { TreeComponentProps, TreeNodeData, TreeKey, FakeNode, TreeNodeLoadedDefaultProps, TreeStoreNodesMap, LoadFunction, FilterNodeMethodFunction, FilterValue, TreeData, TreeOptionProps } from 'element-plus/es/components/tree/src/tree.type.mjs';
3
+ import { TreeComponentProps, TreeNodeData, TreeKey, FakeNode, TreeNodeLoadedDefaultProps, TreeStoreNodesMap, LoadFunction, FilterNodeMethodFunction, FilterValue, TreeData, Translator, TreeOptionProps } from 'element-plus';
4
4
  import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/tree/src/model/node.mjs';
5
5
  import { Nullable } from 'element-plus/es/utils/typescript.mjs';
6
- import { Translator } from 'element-plus';
7
6
  export interface Props {
8
7
  context: Context | null;
9
8
  }
@@ -16,6 +16,7 @@ export interface EngineOptions {
16
16
  adapter?: ProvideAdapter;
17
17
  install?: (app: App, engine?: Engine) => void;
18
18
  pageBasePath?: string;
19
+ pageRouteName?: string;
19
20
  }
20
21
  export declare const SAVE_BLOCK_FILE_FINISH = "SAVE_BLOCK_FILE_FINISH";
21
22
  export declare class Engine extends Base {
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.10.1-alpha.1
5
+ * @version 0.10.1-alpha.2
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.10.1-alpha.1";
8
+ export declare const version = "0.10.1-alpha.2";