yuang-framework-ui-pc 1.1.57 → 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.
Files changed (26) hide show
  1. package/es/ele-cropper-modal/index.d.ts +8 -16
  2. package/es/ele-pro-table/components/tool-export.d.ts +8 -16
  3. package/es/ele-pro-table/components/tool-print.d.ts +8 -16
  4. package/es/style/default.scss +7 -0
  5. package/es/yu-uims-organization-dialog/components/organization-dialog.js +10 -3
  6. package/es/yu-uims-organization-dialog/components/style.css +4 -0
  7. package/es/yu-uims-role-dialog/components/role-dialog.js +1 -1
  8. package/es/yu-uims-role-dialog/components/role-query.d.ts +2 -0
  9. package/es/yu-uims-user-dialog/components/user-dialog.js +1 -1
  10. package/es/yu-uims-user-dialog/components/user-list.d.ts +32 -6
  11. package/es/yu-uims-user-dialog/components/user-query.d.ts +2 -0
  12. package/lib/ele-cropper-modal/index.d.ts +8 -16
  13. package/lib/ele-pro-table/components/tool-export.d.ts +8 -16
  14. package/lib/ele-pro-table/components/tool-print.d.ts +8 -16
  15. package/lib/style/default.scss +7 -0
  16. package/lib/yu-framework-slider-captcha-dialog/style/index.cjs +0 -1
  17. package/lib/yu-uims-organization-dialog/components/organization-dialog.cjs +10 -3
  18. package/lib/yu-uims-organization-dialog/components/style.css +4 -0
  19. package/lib/yu-uims-role-dialog/components/role-dialog.cjs +1 -1
  20. package/lib/yu-uims-role-dialog/components/role-query.d.ts +2 -0
  21. package/lib/yu-uims-user-dialog/components/user-dialog.cjs +1 -1
  22. package/lib/yu-uims-user-dialog/components/user-list.d.ts +32 -6
  23. package/lib/yu-uims-user-dialog/components/user-query.d.ts +2 -0
  24. package/package.json +2 -2
  25. package/es/ele-dialog/types.js +0 -1
  26. package/lib/ele-dialog/types.cjs +0 -1
@@ -138,6 +138,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
138
138
  default: null;
139
139
  };
140
140
  form: BooleanConstructor;
141
+ closeOnClickModal: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
141
145
  appendTo: {
142
146
  readonly type: import('vue').PropType<string | HTMLElement>;
143
147
  readonly required: false;
@@ -153,14 +157,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
153
157
  __epPropKey: true;
154
158
  };
155
159
  destroyOnClose: BooleanConstructor;
156
- closeOnClickModal: {
157
- readonly type: import('vue').PropType<boolean>;
158
- readonly required: false;
159
- readonly validator: ((val: unknown) => boolean) | undefined;
160
- __epPropKey: true;
161
- } & {
162
- readonly default: true;
163
- };
164
160
  closeOnPressEscape: {
165
161
  readonly type: import('vue').PropType<boolean>;
166
162
  readonly required: false;
@@ -333,6 +329,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
333
329
  default: null;
334
330
  };
335
331
  form: BooleanConstructor;
332
+ closeOnClickModal: {
333
+ type: BooleanConstructor;
334
+ default: boolean;
335
+ };
336
336
  appendTo: {
337
337
  readonly type: import('vue').PropType<string | HTMLElement>;
338
338
  readonly required: false;
@@ -348,14 +348,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
348
348
  __epPropKey: true;
349
349
  };
350
350
  destroyOnClose: BooleanConstructor;
351
- closeOnClickModal: {
352
- readonly type: import('vue').PropType<boolean>;
353
- readonly required: false;
354
- readonly validator: ((val: unknown) => boolean) | undefined;
355
- __epPropKey: true;
356
- } & {
357
- readonly default: true;
358
- };
359
351
  closeOnPressEscape: {
360
352
  readonly type: import('vue').PropType<boolean>;
361
353
  readonly required: false;
@@ -5888,6 +5888,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5888
5888
  default: null;
5889
5889
  };
5890
5890
  form: BooleanConstructor;
5891
+ closeOnClickModal: {
5892
+ type: BooleanConstructor;
5893
+ default: boolean;
5894
+ };
5891
5895
  appendTo: {
5892
5896
  readonly type: PropType<string | HTMLElement>;
5893
5897
  readonly required: false;
@@ -5903,14 +5907,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5903
5907
  __epPropKey: true;
5904
5908
  };
5905
5909
  destroyOnClose: BooleanConstructor;
5906
- closeOnClickModal: {
5907
- readonly type: PropType<boolean>;
5908
- readonly required: false;
5909
- readonly validator: ((val: unknown) => boolean) | undefined;
5910
- __epPropKey: true;
5911
- } & {
5912
- readonly default: true;
5913
- };
5914
5910
  closeOnPressEscape: {
5915
5911
  readonly type: PropType<boolean>;
5916
5912
  readonly required: false;
@@ -6083,6 +6079,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6083
6079
  default: null;
6084
6080
  };
6085
6081
  form: BooleanConstructor;
6082
+ closeOnClickModal: {
6083
+ type: BooleanConstructor;
6084
+ default: boolean;
6085
+ };
6086
6086
  appendTo: {
6087
6087
  readonly type: PropType<string | HTMLElement>;
6088
6088
  readonly required: false;
@@ -6098,14 +6098,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6098
6098
  __epPropKey: true;
6099
6099
  };
6100
6100
  destroyOnClose: BooleanConstructor;
6101
- closeOnClickModal: {
6102
- readonly type: PropType<boolean>;
6103
- readonly required: false;
6104
- readonly validator: ((val: unknown) => boolean) | undefined;
6105
- __epPropKey: true;
6106
- } & {
6107
- readonly default: true;
6108
- };
6109
6101
  closeOnPressEscape: {
6110
6102
  readonly type: PropType<boolean>;
6111
6103
  readonly required: false;
@@ -5283,6 +5283,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5283
5283
  default: null;
5284
5284
  };
5285
5285
  form: BooleanConstructor;
5286
+ closeOnClickModal: {
5287
+ type: BooleanConstructor;
5288
+ default: boolean;
5289
+ };
5286
5290
  appendTo: {
5287
5291
  readonly type: PropType<string | HTMLElement>;
5288
5292
  readonly required: false;
@@ -5298,14 +5302,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5298
5302
  __epPropKey: true;
5299
5303
  };
5300
5304
  destroyOnClose: BooleanConstructor;
5301
- closeOnClickModal: {
5302
- readonly type: PropType<boolean>;
5303
- readonly required: false;
5304
- readonly validator: ((val: unknown) => boolean) | undefined;
5305
- __epPropKey: true;
5306
- } & {
5307
- readonly default: true;
5308
- };
5309
5305
  closeOnPressEscape: {
5310
5306
  readonly type: PropType<boolean>;
5311
5307
  readonly required: false;
@@ -5478,6 +5474,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5478
5474
  default: null;
5479
5475
  };
5480
5476
  form: BooleanConstructor;
5477
+ closeOnClickModal: {
5478
+ type: BooleanConstructor;
5479
+ default: boolean;
5480
+ };
5481
5481
  appendTo: {
5482
5482
  readonly type: PropType<string | HTMLElement>;
5483
5483
  readonly required: false;
@@ -5493,14 +5493,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5493
5493
  __epPropKey: true;
5494
5494
  };
5495
5495
  destroyOnClose: BooleanConstructor;
5496
- closeOnClickModal: {
5497
- readonly type: PropType<boolean>;
5498
- readonly required: false;
5499
- readonly validator: ((val: unknown) => boolean) | undefined;
5500
- __epPropKey: true;
5501
- } & {
5502
- readonly default: true;
5503
- };
5504
5496
  closeOnPressEscape: {
5505
5497
  readonly type: PropType<boolean>;
5506
5498
  readonly required: false;
@@ -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;
@@ -138,6 +138,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
138
138
  default: null;
139
139
  };
140
140
  form: BooleanConstructor;
141
+ closeOnClickModal: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
141
145
  appendTo: {
142
146
  readonly type: import('vue').PropType<string | HTMLElement>;
143
147
  readonly required: false;
@@ -153,14 +157,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
153
157
  __epPropKey: true;
154
158
  };
155
159
  destroyOnClose: BooleanConstructor;
156
- closeOnClickModal: {
157
- readonly type: import('vue').PropType<boolean>;
158
- readonly required: false;
159
- readonly validator: ((val: unknown) => boolean) | undefined;
160
- __epPropKey: true;
161
- } & {
162
- readonly default: true;
163
- };
164
160
  closeOnPressEscape: {
165
161
  readonly type: import('vue').PropType<boolean>;
166
162
  readonly required: false;
@@ -333,6 +329,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
333
329
  default: null;
334
330
  };
335
331
  form: BooleanConstructor;
332
+ closeOnClickModal: {
333
+ type: BooleanConstructor;
334
+ default: boolean;
335
+ };
336
336
  appendTo: {
337
337
  readonly type: import('vue').PropType<string | HTMLElement>;
338
338
  readonly required: false;
@@ -348,14 +348,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
348
348
  __epPropKey: true;
349
349
  };
350
350
  destroyOnClose: BooleanConstructor;
351
- closeOnClickModal: {
352
- readonly type: import('vue').PropType<boolean>;
353
- readonly required: false;
354
- readonly validator: ((val: unknown) => boolean) | undefined;
355
- __epPropKey: true;
356
- } & {
357
- readonly default: true;
358
- };
359
351
  closeOnPressEscape: {
360
352
  readonly type: import('vue').PropType<boolean>;
361
353
  readonly required: false;
@@ -5888,6 +5888,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5888
5888
  default: null;
5889
5889
  };
5890
5890
  form: BooleanConstructor;
5891
+ closeOnClickModal: {
5892
+ type: BooleanConstructor;
5893
+ default: boolean;
5894
+ };
5891
5895
  appendTo: {
5892
5896
  readonly type: PropType<string | HTMLElement>;
5893
5897
  readonly required: false;
@@ -5903,14 +5907,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5903
5907
  __epPropKey: true;
5904
5908
  };
5905
5909
  destroyOnClose: BooleanConstructor;
5906
- closeOnClickModal: {
5907
- readonly type: PropType<boolean>;
5908
- readonly required: false;
5909
- readonly validator: ((val: unknown) => boolean) | undefined;
5910
- __epPropKey: true;
5911
- } & {
5912
- readonly default: true;
5913
- };
5914
5910
  closeOnPressEscape: {
5915
5911
  readonly type: PropType<boolean>;
5916
5912
  readonly required: false;
@@ -6083,6 +6079,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6083
6079
  default: null;
6084
6080
  };
6085
6081
  form: BooleanConstructor;
6082
+ closeOnClickModal: {
6083
+ type: BooleanConstructor;
6084
+ default: boolean;
6085
+ };
6086
6086
  appendTo: {
6087
6087
  readonly type: PropType<string | HTMLElement>;
6088
6088
  readonly required: false;
@@ -6098,14 +6098,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6098
6098
  __epPropKey: true;
6099
6099
  };
6100
6100
  destroyOnClose: BooleanConstructor;
6101
- closeOnClickModal: {
6102
- readonly type: PropType<boolean>;
6103
- readonly required: false;
6104
- readonly validator: ((val: unknown) => boolean) | undefined;
6105
- __epPropKey: true;
6106
- } & {
6107
- readonly default: true;
6108
- };
6109
6101
  closeOnPressEscape: {
6110
6102
  readonly type: PropType<boolean>;
6111
6103
  readonly required: false;
@@ -5283,6 +5283,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5283
5283
  default: null;
5284
5284
  };
5285
5285
  form: BooleanConstructor;
5286
+ closeOnClickModal: {
5287
+ type: BooleanConstructor;
5288
+ default: boolean;
5289
+ };
5286
5290
  appendTo: {
5287
5291
  readonly type: PropType<string | HTMLElement>;
5288
5292
  readonly required: false;
@@ -5298,14 +5302,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5298
5302
  __epPropKey: true;
5299
5303
  };
5300
5304
  destroyOnClose: BooleanConstructor;
5301
- closeOnClickModal: {
5302
- readonly type: PropType<boolean>;
5303
- readonly required: false;
5304
- readonly validator: ((val: unknown) => boolean) | undefined;
5305
- __epPropKey: true;
5306
- } & {
5307
- readonly default: true;
5308
- };
5309
5305
  closeOnPressEscape: {
5310
5306
  readonly type: PropType<boolean>;
5311
5307
  readonly required: false;
@@ -5478,6 +5474,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5478
5474
  default: null;
5479
5475
  };
5480
5476
  form: BooleanConstructor;
5477
+ closeOnClickModal: {
5478
+ type: BooleanConstructor;
5479
+ default: boolean;
5480
+ };
5481
5481
  appendTo: {
5482
5482
  readonly type: PropType<string | HTMLElement>;
5483
5483
  readonly required: false;
@@ -5493,14 +5493,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5493
5493
  __epPropKey: true;
5494
5494
  };
5495
5495
  destroyOnClose: BooleanConstructor;
5496
- closeOnClickModal: {
5497
- readonly type: PropType<boolean>;
5498
- readonly required: false;
5499
- readonly validator: ((val: unknown) => boolean) | undefined;
5500
- __epPropKey: true;
5501
- } & {
5502
- readonly default: true;
5503
- };
5504
5496
  closeOnPressEscape: {
5505
5497
  readonly type: PropType<boolean>;
5506
5498
  readonly required: false;
@@ -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
+ }
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  require("./index.scss");
3
- //# sourceMappingURL=index.js.map
@@ -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.57",
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
  }
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
- "use strict";