@das-fed/upf-ui 6.4.0-dev.163 → 6.4.0-dev.165

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@das-fed/upf-ui",
3
- "version": "6.4.0-dev.163",
3
+ "version": "6.4.0-dev.165",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
7
7
  "scripts": {
8
- "extra": "das-cli extra --type=dasui",
8
+ "extra": "das-cli extra --type=dasui --appName=dasui",
9
9
  "helper": "das-cli helper",
10
10
  "build": "node scripts/build",
11
11
  "build-type": "vue-tsc -p tsconfig.type.json"
@@ -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.163",
29
+ "@das-fed/upf-ui": "6.4.0-dev.165",
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.163",
60
- "@das-fed/upf-utils": "6.4.0-dev.163",
61
- "@das-fed/upf-web": "6.4.0-dev.163",
59
+ "@das-fed/upf-cli": "6.4.0-dev.165",
60
+ "@das-fed/upf-utils": "6.4.0-dev.165",
61
+ "@das-fed/upf-web": "6.4.0-dev.165",
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,6 +7,7 @@ export declare const useChangePwd: (props: Props, emit: Emits) => {
7
7
  $data: {};
8
8
  $props: {
9
9
  readonly labelLength?: number | string | undefined;
10
+ readonly labelWidth?: number | string | undefined;
10
11
  readonly contentWidth?: number | string | undefined;
11
12
  readonly labelPosition?: "left" | "right" | "top" | undefined;
12
13
  readonly alignType?: "vertical" | "horizontal" | undefined;
@@ -100,6 +101,7 @@ export declare const useChangePwd: (props: Props, emit: Emits) => {
100
101
  $data: {};
101
102
  $props: {
102
103
  readonly labelLength?: number | string | undefined;
104
+ readonly labelWidth?: number | string | undefined;
103
105
  readonly contentWidth?: number | string | undefined;
104
106
  readonly labelPosition?: "left" | "right" | "top" | undefined;
105
107
  readonly alignType?: "vertical" | "horizontal" | undefined;
@@ -8,6 +8,7 @@ export declare const useForm: (props: any, emits: any, store: any) => {
8
8
  $data: {};
9
9
  $props: {
10
10
  readonly labelLength?: number | string | undefined;
11
+ readonly labelWidth?: number | string | undefined;
11
12
  readonly contentWidth?: number | string | undefined;
12
13
  readonly labelPosition?: "left" | "right" | "top" | undefined;
13
14
  readonly alignType?: "vertical" | "horizontal" | undefined;
@@ -101,6 +102,7 @@ export declare const useForm: (props: any, emits: any, store: any) => {
101
102
  $data: {};
102
103
  $props: {
103
104
  readonly labelLength?: number | string | undefined;
105
+ readonly labelWidth?: number | string | undefined;
104
106
  readonly contentWidth?: number | string | undefined;
105
107
  readonly labelPosition?: "left" | "right" | "top" | undefined;
106
108
  readonly alignType?: "vertical" | "horizontal" | undefined;