@das-fed/upf-ui 6.4.0-dev.213 → 6.4.0-dev.215

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-ui",
3
- "version": "6.4.0-dev.213",
3
+ "version": "6.4.0-dev.215",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -26,7 +26,7 @@
26
26
  "@antv/x6-plugin-snapline": "^2.1.7",
27
27
  "@antv/x6-plugin-transform": "^2.1.8",
28
28
  "@antv/x6-vue-shape": "^2.1.2",
29
- "@das-fed/upf-ui": "6.4.0-dev.213",
29
+ "@das-fed/upf-ui": "6.4.0-dev.215",
30
30
  "@element-plus/icons-vue": "^2.3.1",
31
31
  "@types/lodash": "^4.14.194",
32
32
  "@types/lodash-es": "^4.17.9",
@@ -56,9 +56,9 @@
56
56
  "vue-tsc": "^2.0.29"
57
57
  },
58
58
  "dependencies": {
59
- "@das-fed/upf-cli": "6.4.0-dev.213",
60
- "@das-fed/upf-utils": "6.4.0-dev.213",
61
- "@das-fed/upf-web": "6.4.0-dev.213",
59
+ "@das-fed/upf-cli": "6.4.0-dev.215",
60
+ "@das-fed/upf-utils": "6.4.0-dev.215",
61
+ "@das-fed/upf-web": "6.4.0-dev.215",
62
62
  "@types/markdown-it": "^14.1.2",
63
63
  "@wangeditor-next/editor": "5.6.31",
64
64
  "@wangeditor-next/editor-for-vue": "5.1.14",
@@ -7,8 +7,8 @@ declare const DasChangeEnterprises: import("@das-fed/upf-utils").SFCWithInstall<
7
7
  }>, {
8
8
  visible: boolean;
9
9
  userId: string;
10
- openId: string;
11
10
  tenantId: string;
11
+ openId: string;
12
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
13
13
  declare const DasChangeEnterprisesRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
14
14
  onConfirm?: ((tenantId: string) => any) | undefined;
@@ -19,8 +19,8 @@ declare const DasChangeEnterprisesRef: () => import("vue").Ref<import("vue").Cre
19
19
  }, import("vue").PublicProps, {
20
20
  visible: boolean;
21
21
  userId: string;
22
- openId: string;
23
22
  tenantId: string;
23
+ openId: string;
24
24
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
25
25
  P: {};
26
26
  B: {};
@@ -34,8 +34,8 @@ declare const DasChangeEnterprisesRef: () => import("vue").Ref<import("vue").Cre
34
34
  }>, {}, {}, {}, {}, {
35
35
  visible: boolean;
36
36
  userId: string;
37
- openId: string;
38
37
  tenantId: string;
38
+ openId: string;
39
39
  }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
40
40
  onConfirm?: ((tenantId: string) => any) | undefined;
41
41
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
@@ -45,8 +45,8 @@ declare const DasChangeEnterprisesRef: () => import("vue").Ref<import("vue").Cre
45
45
  }, import("vue").PublicProps, {
46
46
  visible: boolean;
47
47
  userId: string;
48
- openId: string;
49
48
  tenantId: string;
49
+ openId: string;
50
50
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
51
51
  P: {};
52
52
  B: {};
@@ -60,7 +60,7 @@ declare const DasChangeEnterprisesRef: () => import("vue").Ref<import("vue").Cre
60
60
  }>, {}, {}, {}, {}, {
61
61
  visible: boolean;
62
62
  userId: string;
63
- openId: string;
64
63
  tenantId: string;
64
+ openId: string;
65
65
  }> | null>;
66
66
  export { DasChangeEnterprises, DasChangeEnterprisesRef };
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
8
8
  }>, {
9
9
  visible: boolean;
10
10
  userId: string;
11
- openId: string;
12
11
  tenantId: string;
12
+ openId: string;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;