yuang-framework-ui-pc 1.1.58 → 1.1.59

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.
@@ -75,3 +75,10 @@
75
75
  .yu-link {
76
76
  cursor: pointer;
77
77
  }
78
+
79
+
80
+ .yu-dialog-tag {
81
+ .el-tag {
82
+ margin: 0px 7px 8px 0px;
83
+ }
84
+ }
@@ -212,8 +212,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
212
212
  createVNode(_component_ele_page, {
213
213
  "flex-table": "",
214
214
  "multi-card": false,
215
- "hide-footer": "",
216
- style: { "min-height": "600px" }
215
+ "hide-footer": ""
217
216
  }, {
218
217
  default: withCtx(() => [
219
218
  createVNode(_component_ele_card, {
@@ -322,6 +321,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
322
321
  };
323
322
  }
324
323
  });
324
+ const _export_sfc = (sfc, props) => {
325
+ const target = sfc.__vccOpts || sfc;
326
+ for (const [key, val] of props) {
327
+ target[key] = val;
328
+ }
329
+ return target;
330
+ };
331
+ const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-62cba491"]]);
325
332
  export {
326
- _sfc_main as default
333
+ organizationDialog as default
327
334
  };
@@ -0,0 +1,4 @@
1
+ .ele-page[data-v-62cba491] {
2
+ min-height: 600px;
3
+ padding: 0px !important;
4
+ }
@@ -127,7 +127,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
127
127
  "flex-table": "",
128
128
  "multi-card": false,
129
129
  "hide-footer": "",
130
- style: { "min-height": "600px" }
130
+ style: { "min-height": "720px" }
131
131
  }, {
132
132
  default: withCtx(() => [
133
133
  createVNode(_component_ele_card, {
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<{}, {
10
10
  levelNum?: number | undefined;
11
11
  uimsApplicationIdForEqual?: string | undefined;
12
12
  parentIdForEqual?: string | undefined;
13
+ idForEqual?: string | undefined;
13
14
  }, UimsRoleQueryParam | {
14
15
  nameForLike?: string | undefined;
15
16
  codeForLike?: string | undefined;
@@ -19,6 +20,7 @@ declare const _default: import('vue').DefineComponent<{}, {
19
20
  levelNum?: number | undefined;
20
21
  uimsApplicationIdForEqual?: string | undefined;
21
22
  parentIdForEqual?: string | undefined;
23
+ idForEqual?: string | undefined;
22
24
  }>;
23
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
26
  query: () => void;
@@ -149,7 +149,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
149
149
  "flex-table": "",
150
150
  "multi-card": false,
151
151
  "hide-footer": "",
152
- style: { "min-height": "600px" }
152
+ style: { "min-height": "720px" }
153
153
  }, {
154
154
  default: withCtx(() => [
155
155
  createVNode(_component_ele_card, {
@@ -12,9 +12,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
12
  gender?: string | undefined;
13
13
  status?: number | undefined;
14
14
  organizationId?: string | undefined;
15
- password?: string | undefined;
16
- surePassword?: string | undefined;
17
- rsaAesKey?: string | undefined;
18
15
  isRecursiveOrganization?: {
19
16
  valueOf: () => boolean;
20
17
  } | undefined;
@@ -25,6 +22,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
22
  address?: string | undefined;
26
23
  avatarCode?: string | undefined;
27
24
  avatarUrl?: string | undefined;
25
+ ssoUser?: {
26
+ password?: string | undefined;
27
+ surePassword?: string | undefined;
28
+ rsaAesKey?: string | undefined;
29
+ id?: string | undefined;
30
+ parentId?: string | undefined;
31
+ uimsApplicationId?: string | undefined;
32
+ sequence?: number | undefined;
33
+ remark?: string | undefined;
34
+ createUserAccount?: string | undefined;
35
+ createUserName?: string | undefined;
36
+ createTime?: string | undefined;
37
+ lastUpdateUserAccount?: string | undefined;
38
+ lastUpdateUserName?: string | undefined;
39
+ lastUpdateTime?: Date | undefined;
40
+ } | undefined;
28
41
  id?: string | undefined;
29
42
  parentId?: string | undefined;
30
43
  uimsApplicationId?: string | undefined;
@@ -42,9 +55,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
55
  gender?: string | undefined;
43
56
  status?: number | undefined;
44
57
  organizationId?: string | undefined;
45
- password?: string | undefined;
46
- surePassword?: string | undefined;
47
- rsaAesKey?: string | undefined;
48
58
  isRecursiveOrganization?: {
49
59
  valueOf: () => boolean;
50
60
  } | undefined;
@@ -55,6 +65,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
55
65
  address?: string | undefined;
56
66
  avatarCode?: string | undefined;
57
67
  avatarUrl?: string | undefined;
68
+ ssoUser?: {
69
+ password?: string | undefined;
70
+ surePassword?: string | undefined;
71
+ rsaAesKey?: string | undefined;
72
+ id?: string | undefined;
73
+ parentId?: string | undefined;
74
+ uimsApplicationId?: string | undefined;
75
+ sequence?: number | undefined;
76
+ remark?: string | undefined;
77
+ createUserAccount?: string | undefined;
78
+ createUserName?: string | undefined;
79
+ createTime?: string | undefined;
80
+ lastUpdateUserAccount?: string | undefined;
81
+ lastUpdateUserName?: string | undefined;
82
+ lastUpdateTime?: Date | undefined;
83
+ } | undefined;
58
84
  id?: string | undefined;
59
85
  parentId?: string | undefined;
60
86
  uimsApplicationId?: string | undefined;
@@ -11,6 +11,7 @@ declare const _default: import('vue').DefineComponent<{}, {
11
11
  levelNum?: number | undefined;
12
12
  uimsApplicationIdForEqual?: string | undefined;
13
13
  parentIdForEqual?: string | undefined;
14
+ idForEqual?: string | undefined;
14
15
  }, UimsUserQueryParam | {
15
16
  nameForLike?: string | undefined;
16
17
  accountForLike?: string | undefined;
@@ -21,6 +22,7 @@ declare const _default: import('vue').DefineComponent<{}, {
21
22
  levelNum?: number | undefined;
22
23
  uimsApplicationIdForEqual?: string | undefined;
23
24
  parentIdForEqual?: string | undefined;
25
+ idForEqual?: string | undefined;
24
26
  }>;
25
27
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
28
  query: () => void;
@@ -75,3 +75,10 @@
75
75
  .yu-link {
76
76
  cursor: pointer;
77
77
  }
78
+
79
+
80
+ .yu-dialog-tag {
81
+ .el-tag {
82
+ margin: 0px 7px 8px 0px;
83
+ }
84
+ }
@@ -213,8 +213,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
213
213
  vue.createVNode(_component_ele_page, {
214
214
  "flex-table": "",
215
215
  "multi-card": false,
216
- "hide-footer": "",
217
- style: { "min-height": "600px" }
216
+ "hide-footer": ""
218
217
  }, {
219
218
  default: vue.withCtx(() => [
220
219
  vue.createVNode(_component_ele_card, {
@@ -323,4 +322,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
323
322
  };
324
323
  }
325
324
  });
326
- module.exports = _sfc_main;
325
+ const _export_sfc = (sfc, props) => {
326
+ const target = sfc.__vccOpts || sfc;
327
+ for (const [key, val] of props) {
328
+ target[key] = val;
329
+ }
330
+ return target;
331
+ };
332
+ const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-62cba491"]]);
333
+ module.exports = organizationDialog;
@@ -0,0 +1,4 @@
1
+ .ele-page[data-v-62cba491] {
2
+ min-height: 600px;
3
+ padding: 0px !important;
4
+ }
@@ -128,7 +128,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
128
128
  "flex-table": "",
129
129
  "multi-card": false,
130
130
  "hide-footer": "",
131
- style: { "min-height": "600px" }
131
+ style: { "min-height": "720px" }
132
132
  }, {
133
133
  default: vue.withCtx(() => [
134
134
  vue.createVNode(_component_ele_card, {
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<{}, {
10
10
  levelNum?: number | undefined;
11
11
  uimsApplicationIdForEqual?: string | undefined;
12
12
  parentIdForEqual?: string | undefined;
13
+ idForEqual?: string | undefined;
13
14
  }, UimsRoleQueryParam | {
14
15
  nameForLike?: string | undefined;
15
16
  codeForLike?: string | undefined;
@@ -19,6 +20,7 @@ declare const _default: import('vue').DefineComponent<{}, {
19
20
  levelNum?: number | undefined;
20
21
  uimsApplicationIdForEqual?: string | undefined;
21
22
  parentIdForEqual?: string | undefined;
23
+ idForEqual?: string | undefined;
22
24
  }>;
23
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
26
  query: () => void;
@@ -150,7 +150,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
150
150
  "flex-table": "",
151
151
  "multi-card": false,
152
152
  "hide-footer": "",
153
- style: { "min-height": "600px" }
153
+ style: { "min-height": "720px" }
154
154
  }, {
155
155
  default: vue.withCtx(() => [
156
156
  vue.createVNode(_component_ele_card, {
@@ -12,9 +12,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
12
  gender?: string | undefined;
13
13
  status?: number | undefined;
14
14
  organizationId?: string | undefined;
15
- password?: string | undefined;
16
- surePassword?: string | undefined;
17
- rsaAesKey?: string | undefined;
18
15
  isRecursiveOrganization?: {
19
16
  valueOf: () => boolean;
20
17
  } | undefined;
@@ -25,6 +22,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
22
  address?: string | undefined;
26
23
  avatarCode?: string | undefined;
27
24
  avatarUrl?: string | undefined;
25
+ ssoUser?: {
26
+ password?: string | undefined;
27
+ surePassword?: string | undefined;
28
+ rsaAesKey?: string | undefined;
29
+ id?: string | undefined;
30
+ parentId?: string | undefined;
31
+ uimsApplicationId?: string | undefined;
32
+ sequence?: number | undefined;
33
+ remark?: string | undefined;
34
+ createUserAccount?: string | undefined;
35
+ createUserName?: string | undefined;
36
+ createTime?: string | undefined;
37
+ lastUpdateUserAccount?: string | undefined;
38
+ lastUpdateUserName?: string | undefined;
39
+ lastUpdateTime?: Date | undefined;
40
+ } | undefined;
28
41
  id?: string | undefined;
29
42
  parentId?: string | undefined;
30
43
  uimsApplicationId?: string | undefined;
@@ -42,9 +55,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
55
  gender?: string | undefined;
43
56
  status?: number | undefined;
44
57
  organizationId?: string | undefined;
45
- password?: string | undefined;
46
- surePassword?: string | undefined;
47
- rsaAesKey?: string | undefined;
48
58
  isRecursiveOrganization?: {
49
59
  valueOf: () => boolean;
50
60
  } | undefined;
@@ -55,6 +65,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
55
65
  address?: string | undefined;
56
66
  avatarCode?: string | undefined;
57
67
  avatarUrl?: string | undefined;
68
+ ssoUser?: {
69
+ password?: string | undefined;
70
+ surePassword?: string | undefined;
71
+ rsaAesKey?: string | undefined;
72
+ id?: string | undefined;
73
+ parentId?: string | undefined;
74
+ uimsApplicationId?: string | undefined;
75
+ sequence?: number | undefined;
76
+ remark?: string | undefined;
77
+ createUserAccount?: string | undefined;
78
+ createUserName?: string | undefined;
79
+ createTime?: string | undefined;
80
+ lastUpdateUserAccount?: string | undefined;
81
+ lastUpdateUserName?: string | undefined;
82
+ lastUpdateTime?: Date | undefined;
83
+ } | undefined;
58
84
  id?: string | undefined;
59
85
  parentId?: string | undefined;
60
86
  uimsApplicationId?: string | undefined;
@@ -11,6 +11,7 @@ declare const _default: import('vue').DefineComponent<{}, {
11
11
  levelNum?: number | undefined;
12
12
  uimsApplicationIdForEqual?: string | undefined;
13
13
  parentIdForEqual?: string | undefined;
14
+ idForEqual?: string | undefined;
14
15
  }, UimsUserQueryParam | {
15
16
  nameForLike?: string | undefined;
16
17
  accountForLike?: string | undefined;
@@ -21,6 +22,7 @@ declare const _default: import('vue').DefineComponent<{}, {
21
22
  levelNum?: number | undefined;
22
23
  uimsApplicationIdForEqual?: string | undefined;
23
24
  parentIdForEqual?: string | undefined;
25
+ idForEqual?: string | undefined;
24
26
  }>;
25
27
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
28
  query: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",
@@ -188,6 +188,6 @@
188
188
  "repository": "",
189
189
  "license": "",
190
190
  "dependencies": {
191
- "yuang-framework-ui-common": "^1.0.76"
191
+ "yuang-framework-ui-common": "^1.0.86"
192
192
  }
193
193
  }