yuang-framework-ui-pc 1.1.52 → 1.1.54
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/es/core-components.d.ts +3 -0
- package/es/core-components.js +7 -1
- package/es/ele-admin-layout/components/layout-tabs.d.ts +4 -4
- package/es/ele-dropdown/components/pro-dropdown.d.ts +2 -2
- package/es/ele-pro-layout/index.d.ts +4 -4
- package/es/ele-tab-wrap/components/tab-dropdown.d.ts +4 -4
- package/es/icons/ApiItem.d.ts +2 -0
- package/es/icons/ApiItem.js +32 -0
- package/es/icons/ApiTeam.d.ts +2 -0
- package/es/icons/ApiTeam.js +42 -0
- package/es/icons/OrganizationDept.d.ts +2 -0
- package/es/icons/OrganizationDept.js +33 -0
- package/es/icons/OrganizationOrg.d.ts +2 -0
- package/es/icons/OrganizationOrg.js +32 -0
- package/es/icons/OrganizationUnit.d.ts +2 -0
- package/es/icons/OrganizationUnit.js +32 -0
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +10 -0
- package/es/yu-framework-attachment-upload/index.d.ts +0 -1
- package/es/yu-framework-attachment-upload/index.js +19 -21
- package/es/yu-uims-organization-dialog/components/organization-dialog.d.ts +20 -0
- package/es/yu-uims-organization-dialog/components/organization-dialog.js +327 -0
- package/es/yu-uims-organization-dialog/index.d.ts +45 -0
- package/es/yu-uims-organization-dialog/index.js +68 -0
- package/es/yu-uims-role-dialog/components/role-dialog.d.ts +20 -0
- package/es/yu-uims-role-dialog/components/role-dialog.js +224 -0
- package/es/yu-uims-role-dialog/components/role-list.d.ts +54 -0
- package/es/yu-uims-role-dialog/components/role-list.js +188 -0
- package/es/yu-uims-role-dialog/components/role-query.d.ts +28 -0
- package/es/yu-uims-role-dialog/components/role-query.js +132 -0
- package/es/yu-uims-role-dialog/index.d.ts +23 -0
- package/es/yu-uims-role-dialog/index.js +42 -0
- package/es/yu-uims-user-dialog/components/user-dialog.d.ts +20 -0
- package/es/yu-uims-user-dialog/components/user-dialog.js +247 -0
- package/es/yu-uims-user-dialog/components/user-list.d.ts +84 -0
- package/es/yu-uims-user-dialog/components/user-list.js +232 -0
- package/es/yu-uims-user-dialog/components/user-query.d.ts +30 -0
- package/es/yu-uims-user-dialog/components/user-query.js +167 -0
- package/es/yu-uims-user-dialog/index.d.ts +23 -0
- package/es/yu-uims-user-dialog/index.js +42 -0
- package/lib/core-components.cjs +6 -0
- package/lib/core-components.d.ts +3 -0
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +4 -4
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +2 -2
- package/lib/ele-pro-layout/index.d.ts +4 -4
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +4 -4
- package/lib/icons/ApiItem.cjs +31 -0
- package/lib/icons/ApiItem.d.ts +2 -0
- package/lib/icons/ApiTeam.cjs +41 -0
- package/lib/icons/ApiTeam.d.ts +2 -0
- package/lib/icons/OrganizationDept.cjs +32 -0
- package/lib/icons/OrganizationDept.d.ts +2 -0
- package/lib/icons/OrganizationOrg.cjs +31 -0
- package/lib/icons/OrganizationOrg.d.ts +2 -0
- package/lib/icons/OrganizationUnit.cjs +31 -0
- package/lib/icons/OrganizationUnit.d.ts +2 -0
- package/lib/icons/index.cjs +10 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/yu-framework-attachment-upload/index.cjs +18 -20
- package/lib/yu-framework-attachment-upload/index.d.ts +0 -1
- package/lib/yu-uims-organization-dialog/components/organization-dialog.cjs +326 -0
- package/lib/yu-uims-organization-dialog/components/organization-dialog.d.ts +20 -0
- package/lib/yu-uims-organization-dialog/index.cjs +67 -0
- package/lib/yu-uims-organization-dialog/index.d.ts +45 -0
- package/lib/yu-uims-role-dialog/components/role-dialog.cjs +223 -0
- package/lib/yu-uims-role-dialog/components/role-dialog.d.ts +20 -0
- package/lib/yu-uims-role-dialog/components/role-list.cjs +187 -0
- package/lib/yu-uims-role-dialog/components/role-list.d.ts +54 -0
- package/lib/yu-uims-role-dialog/components/role-query.cjs +131 -0
- package/lib/yu-uims-role-dialog/components/role-query.d.ts +28 -0
- package/lib/yu-uims-role-dialog/index.cjs +41 -0
- package/lib/yu-uims-role-dialog/index.d.ts +23 -0
- package/lib/yu-uims-user-dialog/components/user-dialog.cjs +246 -0
- package/lib/yu-uims-user-dialog/components/user-dialog.d.ts +20 -0
- package/lib/yu-uims-user-dialog/components/user-list.cjs +231 -0
- package/lib/yu-uims-user-dialog/components/user-list.d.ts +84 -0
- package/lib/yu-uims-user-dialog/components/user-query.cjs +166 -0
- package/lib/yu-uims-user-dialog/components/user-query.d.ts +30 -0
- package/lib/yu-uims-user-dialog/index.cjs +41 -0
- package/lib/yu-uims-user-dialog/index.d.ts +23 -0
- package/package.json +2 -2
- package/typings/global.d.ts +3 -0
package/es/core-components.d.ts
CHANGED
|
@@ -54,3 +54,6 @@ export { default as EleTest } from './ele-test/index';
|
|
|
54
54
|
export { default as YuTest } from './yu-test/index';
|
|
55
55
|
export { default as YuFrameworkSliderCaptchaDialog } from './yu-framework-slider-captcha-dialog/index';
|
|
56
56
|
export { default as YuFrameworkAttachmentUpload } from './yu-framework-attachment-upload/index';
|
|
57
|
+
export { default as YuUimsUserDialog } from './yu-uims-user-dialog/index';
|
|
58
|
+
export { default as YuUimsOrganizationDialog } from './yu-uims-organization-dialog/index';
|
|
59
|
+
export { default as YuUimsRoleDialog } from './yu-uims-role-dialog/index';
|
package/es/core-components.js
CHANGED
|
@@ -54,6 +54,9 @@ import { default as default54 } from "./ele-test/index";
|
|
|
54
54
|
import { default as default55 } from "./yu-test/index";
|
|
55
55
|
import { default as default56 } from "./yu-framework-slider-captcha-dialog/index";
|
|
56
56
|
import { default as default57 } from "./yu-framework-attachment-upload/index";
|
|
57
|
+
import { default as default58 } from "./yu-uims-user-dialog/index";
|
|
58
|
+
import { default as default59 } from "./yu-uims-organization-dialog/index";
|
|
59
|
+
import { default as default60 } from "./yu-uims-role-dialog/index";
|
|
57
60
|
export {
|
|
58
61
|
default2 as EleAdminLayout,
|
|
59
62
|
default3 as EleAlert,
|
|
@@ -110,5 +113,8 @@ export {
|
|
|
110
113
|
default53 as EleWatermark,
|
|
111
114
|
default57 as YuFrameworkAttachmentUpload,
|
|
112
115
|
default56 as YuFrameworkSliderCaptchaDialog,
|
|
113
|
-
default55 as YuTest
|
|
116
|
+
default55 as YuTest,
|
|
117
|
+
default59 as YuUimsOrganizationDialog,
|
|
118
|
+
default60 as YuUimsRoleDialog,
|
|
119
|
+
default58 as YuUimsUserDialog
|
|
114
120
|
};
|
|
@@ -813,6 +813,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
813
813
|
preventContextmenu: BooleanConstructor;
|
|
814
814
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
815
815
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
816
|
+
id: StringConstructor;
|
|
816
817
|
type: {
|
|
817
818
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
818
819
|
readonly required: false;
|
|
@@ -875,7 +876,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
875
876
|
} & {
|
|
876
877
|
readonly default: () => {};
|
|
877
878
|
};
|
|
878
|
-
id: StringConstructor;
|
|
879
879
|
splitButton: BooleanConstructor;
|
|
880
880
|
hideOnClick: {
|
|
881
881
|
readonly type: PropType<boolean>;
|
|
@@ -1049,6 +1049,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1049
1049
|
preventContextmenu: BooleanConstructor;
|
|
1050
1050
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
1051
1051
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
1052
|
+
id: StringConstructor;
|
|
1052
1053
|
type: {
|
|
1053
1054
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
1054
1055
|
readonly required: false;
|
|
@@ -1111,7 +1112,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1111
1112
|
} & {
|
|
1112
1113
|
readonly default: () => {};
|
|
1113
1114
|
};
|
|
1114
|
-
id: StringConstructor;
|
|
1115
1115
|
splitButton: BooleanConstructor;
|
|
1116
1116
|
hideOnClick: {
|
|
1117
1117
|
readonly type: PropType<boolean>;
|
|
@@ -2747,6 +2747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2747
2747
|
preventContextmenu: BooleanConstructor;
|
|
2748
2748
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2749
2749
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2750
|
+
id: StringConstructor;
|
|
2750
2751
|
type: {
|
|
2751
2752
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
2752
2753
|
readonly required: false;
|
|
@@ -2809,7 +2810,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2809
2810
|
} & {
|
|
2810
2811
|
readonly default: () => {};
|
|
2811
2812
|
};
|
|
2812
|
-
id: StringConstructor;
|
|
2813
2813
|
splitButton: BooleanConstructor;
|
|
2814
2814
|
hideOnClick: {
|
|
2815
2815
|
readonly type: PropType<boolean>;
|
|
@@ -2990,6 +2990,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2990
2990
|
preventContextmenu: BooleanConstructor;
|
|
2991
2991
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2992
2992
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2993
|
+
id: StringConstructor;
|
|
2993
2994
|
type: {
|
|
2994
2995
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
2995
2996
|
readonly required: false;
|
|
@@ -3052,7 +3053,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3052
3053
|
} & {
|
|
3053
3054
|
readonly default: () => {};
|
|
3054
3055
|
};
|
|
3055
|
-
id: StringConstructor;
|
|
3056
3056
|
splitButton: BooleanConstructor;
|
|
3057
3057
|
hideOnClick: {
|
|
3058
3058
|
readonly type: PropType<boolean>;
|
|
@@ -17,6 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
preventContextmenu: BooleanConstructor;
|
|
18
18
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
19
19
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
20
|
+
id: StringConstructor;
|
|
20
21
|
type: {
|
|
21
22
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
22
23
|
readonly required: false;
|
|
@@ -79,7 +80,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
80
|
} & {
|
|
80
81
|
readonly default: () => {};
|
|
81
82
|
};
|
|
82
|
-
id: StringConstructor;
|
|
83
83
|
splitButton: BooleanConstructor;
|
|
84
84
|
hideOnClick: {
|
|
85
85
|
readonly type: PropType<boolean>;
|
|
@@ -261,6 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
261
|
preventContextmenu: BooleanConstructor;
|
|
262
262
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
263
263
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
264
|
+
id: StringConstructor;
|
|
264
265
|
type: {
|
|
265
266
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
266
267
|
readonly required: false;
|
|
@@ -323,7 +324,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
323
324
|
} & {
|
|
324
325
|
readonly default: () => {};
|
|
325
326
|
};
|
|
326
|
-
id: StringConstructor;
|
|
327
327
|
splitButton: BooleanConstructor;
|
|
328
328
|
hideOnClick: {
|
|
329
329
|
readonly type: PropType<boolean>;
|
|
@@ -5845,6 +5845,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5845
5845
|
preventContextmenu: BooleanConstructor;
|
|
5846
5846
|
splitButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
5847
5847
|
caretButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
5848
|
+
id: StringConstructor;
|
|
5848
5849
|
type: {
|
|
5849
5850
|
readonly type: import('vue').PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
5850
5851
|
readonly required: false;
|
|
@@ -5907,7 +5908,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5907
5908
|
} & {
|
|
5908
5909
|
readonly default: () => {};
|
|
5909
5910
|
};
|
|
5910
|
-
id: StringConstructor;
|
|
5911
5911
|
splitButton: BooleanConstructor;
|
|
5912
5912
|
hideOnClick: {
|
|
5913
5913
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -6081,6 +6081,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6081
6081
|
preventContextmenu: BooleanConstructor;
|
|
6082
6082
|
splitButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
6083
6083
|
caretButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
6084
|
+
id: StringConstructor;
|
|
6084
6085
|
type: {
|
|
6085
6086
|
readonly type: import('vue').PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
6086
6087
|
readonly required: false;
|
|
@@ -6143,7 +6144,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6143
6144
|
} & {
|
|
6144
6145
|
readonly default: () => {};
|
|
6145
6146
|
};
|
|
6146
|
-
id: StringConstructor;
|
|
6147
6147
|
splitButton: BooleanConstructor;
|
|
6148
6148
|
hideOnClick: {
|
|
6149
6149
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -7779,6 +7779,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7779
7779
|
preventContextmenu: BooleanConstructor;
|
|
7780
7780
|
splitButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
7781
7781
|
caretButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
7782
|
+
id: StringConstructor;
|
|
7782
7783
|
type: {
|
|
7783
7784
|
readonly type: import('vue').PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
7784
7785
|
readonly required: false;
|
|
@@ -7841,7 +7842,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7841
7842
|
} & {
|
|
7842
7843
|
readonly default: () => {};
|
|
7843
7844
|
};
|
|
7844
|
-
id: StringConstructor;
|
|
7845
7845
|
splitButton: BooleanConstructor;
|
|
7846
7846
|
hideOnClick: {
|
|
7847
7847
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -8022,6 +8022,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8022
8022
|
preventContextmenu: BooleanConstructor;
|
|
8023
8023
|
splitButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
8024
8024
|
caretButtonProps: import('vue').PropType<import('../ele-app/el').ElButtonProps>;
|
|
8025
|
+
id: StringConstructor;
|
|
8025
8026
|
type: {
|
|
8026
8027
|
readonly type: import('vue').PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
8027
8028
|
readonly required: false;
|
|
@@ -8084,7 +8085,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8084
8085
|
} & {
|
|
8085
8086
|
readonly default: () => {};
|
|
8086
8087
|
};
|
|
8087
|
-
id: StringConstructor;
|
|
8088
8088
|
splitButton: BooleanConstructor;
|
|
8089
8089
|
hideOnClick: {
|
|
8090
8090
|
readonly type: import('vue').PropType<boolean>;
|
|
@@ -102,6 +102,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
preventContextmenu: BooleanConstructor;
|
|
103
103
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
104
104
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
105
|
+
id: StringConstructor;
|
|
105
106
|
type: {
|
|
106
107
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
107
108
|
readonly required: false;
|
|
@@ -164,7 +165,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
165
|
} & {
|
|
165
166
|
readonly default: () => {};
|
|
166
167
|
};
|
|
167
|
-
id: StringConstructor;
|
|
168
168
|
splitButton: BooleanConstructor;
|
|
169
169
|
hideOnClick: {
|
|
170
170
|
readonly type: PropType<boolean>;
|
|
@@ -338,6 +338,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
338
338
|
preventContextmenu: BooleanConstructor;
|
|
339
339
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
340
340
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
341
|
+
id: StringConstructor;
|
|
341
342
|
type: {
|
|
342
343
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
343
344
|
readonly required: false;
|
|
@@ -400,7 +401,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
401
|
} & {
|
|
401
402
|
readonly default: () => {};
|
|
402
403
|
};
|
|
403
|
-
id: StringConstructor;
|
|
404
404
|
splitButton: BooleanConstructor;
|
|
405
405
|
hideOnClick: {
|
|
406
406
|
readonly type: PropType<boolean>;
|
|
@@ -2036,6 +2036,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2036
2036
|
preventContextmenu: BooleanConstructor;
|
|
2037
2037
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2038
2038
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2039
|
+
id: StringConstructor;
|
|
2039
2040
|
type: {
|
|
2040
2041
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
2041
2042
|
readonly required: false;
|
|
@@ -2098,7 +2099,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2098
2099
|
} & {
|
|
2099
2100
|
readonly default: () => {};
|
|
2100
2101
|
};
|
|
2101
|
-
id: StringConstructor;
|
|
2102
2102
|
splitButton: BooleanConstructor;
|
|
2103
2103
|
hideOnClick: {
|
|
2104
2104
|
readonly type: PropType<boolean>;
|
|
@@ -2279,6 +2279,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2279
2279
|
preventContextmenu: BooleanConstructor;
|
|
2280
2280
|
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2281
2281
|
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
2282
|
+
id: StringConstructor;
|
|
2282
2283
|
type: {
|
|
2283
2284
|
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
2284
2285
|
readonly required: false;
|
|
@@ -2341,7 +2342,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2341
2342
|
} & {
|
|
2342
2343
|
readonly default: () => {};
|
|
2343
2344
|
};
|
|
2344
|
-
id: StringConstructor;
|
|
2345
2345
|
splitButton: BooleanConstructor;
|
|
2346
2346
|
hideOnClick: {
|
|
2347
2347
|
readonly type: PropType<boolean>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _export_sfc = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) {
|
|
5
|
+
target[key] = val;
|
|
6
|
+
}
|
|
7
|
+
return target;
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = {};
|
|
10
|
+
const _hoisted_1 = {
|
|
11
|
+
t: "1735465447092",
|
|
12
|
+
class: "icon",
|
|
13
|
+
viewBox: "0 0 1024 1024",
|
|
14
|
+
version: "1.1",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
"p-id": "1499",
|
|
17
|
+
width: "200",
|
|
18
|
+
height: "200"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", {
|
|
23
|
+
d: "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1 0.8-5.7 2.3l-76.1 76.1c-33.7-22.9-72.9-34.3-112.1-34.3-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7c-3.1 3.1-3.1 8.2 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-0.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zM578.9 546.7c-3.1-3.1-8.2-3.1-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6c-3.1-3.1-8.2-3.1-11.3 0L363 475.3l-43-43c-1.6-1.6-3.6-2.3-5.7-2.3-2 0-4.1 0.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1c-3.1 3.1-3.1 8.2 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-0.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1c-24.9 24.9-58.1 38.7-93.4 38.7-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4 0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z",
|
|
24
|
+
"p-id": "1500",
|
|
25
|
+
fill: "#606267"
|
|
26
|
+
}, null, -1)
|
|
27
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
const ApiItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export {
|
|
31
|
+
ApiItem as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _export_sfc = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) {
|
|
5
|
+
target[key] = val;
|
|
6
|
+
}
|
|
7
|
+
return target;
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = {};
|
|
10
|
+
const _hoisted_1 = {
|
|
11
|
+
t: "1735465008078",
|
|
12
|
+
class: "icon",
|
|
13
|
+
viewBox: "0 0 1121 1024",
|
|
14
|
+
version: "1.1",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
"p-id": "10055",
|
|
17
|
+
width: "200",
|
|
18
|
+
height: "200"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", {
|
|
23
|
+
d: "M1121.335259 662.764396H814.255549V371.961528H1121.335259z m-226.885882-80.193827H1041.141431V452.155356H894.449377zM963.165463 290.802868h-306.991997V0h306.991997z m-226.798169-80.193828h146.604342V80.193828h-146.604342zM921.314309 1023.98747H614.247131V733.184601h307.067178z m-226.873351-80.193828h146.679524V813.378429H694.440958z",
|
|
24
|
+
"p-id": "10056",
|
|
25
|
+
fill: "#606267"
|
|
26
|
+
}, null, -1),
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M0 479.057879h865.692372v80.193828H0z",
|
|
29
|
+
"p-id": "10057",
|
|
30
|
+
fill: "#606267"
|
|
31
|
+
}, null, -1),
|
|
32
|
+
createElementVNode("path", {
|
|
33
|
+
d: "M149.849686 545.631287L92.974719 489.094638 464.322263 115.529233h248.31267v80.193828H497.690414l-347.840728 349.908226zM654.331514 918.68295h-149.110399L242.63645 542.085216l65.784-45.860846L547.072269 838.489122h107.259245v80.193828z",
|
|
34
|
+
"p-id": "10058",
|
|
35
|
+
fill: "#606267"
|
|
36
|
+
}, null, -1)
|
|
37
|
+
]));
|
|
38
|
+
}
|
|
39
|
+
const ApiTeam = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
+
export {
|
|
41
|
+
ApiTeam as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _export_sfc = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) {
|
|
5
|
+
target[key] = val;
|
|
6
|
+
}
|
|
7
|
+
return target;
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = {};
|
|
10
|
+
const _hoisted_1 = {
|
|
11
|
+
t: "1734243471947",
|
|
12
|
+
class: "icon",
|
|
13
|
+
viewBox: "0 0 1024 1024",
|
|
14
|
+
version: "1.1",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
"p-id": "16991",
|
|
17
|
+
id: "mx_n_1734243471947",
|
|
18
|
+
width: "200",
|
|
19
|
+
height: "200"
|
|
20
|
+
};
|
|
21
|
+
function _sfc_render(_ctx, _cache) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
23
|
+
createElementVNode("path", {
|
|
24
|
+
d: "M941 786s-53-0.5-41.4-0.6h12.7-12.7c-21.9 0.1-28.9 0.6-30 0.6 23.6-189.5-264.2-260.9-264.2-290.7 0-23.2 6.8-26.7 28-48.4 22.1-22.7 38.6-62.1 42.4-115.1 10.5-146.9-86.3-175.6-6.1-175.6s135.6 66.1 135.6 147.6c0 53.1-40.1 113.9-48.4 127.9-8.9 15-9.8 46.9-10.1 50.8-1.1 58.7 212.8 78.8 212.9 203.8h0.7v79.9c0 11-8.7 19.8-19.4 19.8zM523.9 521.5c-1.3 72.3 266 97 266.1 250.9h0.8v98.4c0 13.4-10.8 24.2-24.2 24.2H88.4c-13.4 0-24.2-10.8-24.2-24.2v-98.4h0.8c0.6-165.9 264.8-181.3 266.1-250.9 0.4-3.6 0.5-41.7-12.6-62.5-13.8-22.1-60.6-92-60.6-157.4 0-100.3 69.2-181.7 169.5-181.7S597 201.2 597 301.6c0 65.4-53.6 138.6-60.6 157.4-7.5 20.4-12.2 57.7-12.5 62.5z",
|
|
25
|
+
fill: "#7F7F7F",
|
|
26
|
+
"p-id": "16992"
|
|
27
|
+
}, null, -1)
|
|
28
|
+
]));
|
|
29
|
+
}
|
|
30
|
+
const OrganizationDept = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
31
|
+
export {
|
|
32
|
+
OrganizationDept as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _export_sfc = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) {
|
|
5
|
+
target[key] = val;
|
|
6
|
+
}
|
|
7
|
+
return target;
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = {};
|
|
10
|
+
const _hoisted_1 = {
|
|
11
|
+
t: "1734246007218",
|
|
12
|
+
class: "icon",
|
|
13
|
+
viewBox: "0 0 1024 1024",
|
|
14
|
+
version: "1.1",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
"p-id": "3889",
|
|
17
|
+
width: "200",
|
|
18
|
+
height: "200"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", {
|
|
23
|
+
d: "M588.5 113c34.993 0 63.426 28.084 63.991 62.942L652.5 177v144c0 34.993-28.084 63.426-62.942 63.991L588.5 385H544v57h170c56.863 0 103.068 45.636 103.986 102.28L818 546v94h40c34.993 0 63.426 28.084 63.991 62.942L922 704v144c0 34.993-28.084 63.426-62.942 63.991L858 912H714c-34.993 0-63.426-28.084-63.991-62.942L650 848V704c0-34.993 28.084-63.426 62.942-63.991L714 640h40v-94c0-21.87-17.552-39.641-39.339-39.995L714 506H311c-21.87 0-39.641 17.552-39.995 39.339L271 546v94h40c34.993 0 63.426 28.084 63.991 62.942L375 704v144c0 34.993-28.084 63.426-62.942 63.991L311 912H167c-34.993 0-63.426-28.084-63.991-62.942L103 848V704c0-34.993 28.084-63.426 62.942-63.991L167 640h40v-94c0-56.863 45.636-103.068 102.28-103.986L311 442h169v-57h-35.5c-34.993 0-63.426-28.084-63.991-62.942L380.5 321V177c0-34.993 28.084-63.426 62.942-63.991L444.5 113h144zM858 704H714v144h144V704z m-547 0H167v144h144V704z m277.5-527h-144v144h144V177z",
|
|
24
|
+
fill: "#606267",
|
|
25
|
+
"p-id": "3890"
|
|
26
|
+
}, null, -1)
|
|
27
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
const OrganizationOrg = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export {
|
|
31
|
+
OrganizationOrg as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _export_sfc = (sfc, props) => {
|
|
3
|
+
const target = sfc.__vccOpts || sfc;
|
|
4
|
+
for (const [key, val] of props) {
|
|
5
|
+
target[key] = val;
|
|
6
|
+
}
|
|
7
|
+
return target;
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = {};
|
|
10
|
+
const _hoisted_1 = {
|
|
11
|
+
t: "1734245624524",
|
|
12
|
+
class: "icon",
|
|
13
|
+
viewBox: "0 0 1024 1024",
|
|
14
|
+
version: "1.1",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
"p-id": "1490",
|
|
17
|
+
width: "200",
|
|
18
|
+
height: "200"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", {
|
|
23
|
+
d: "M323.7632 812.672H270.592c-9.216 0-16.77824 7.0912-16.77824 15.60064v50.0992c0 8.98048 7.56736 16.07168 16.77824 16.07168h53.17632c9.216 0 16.77824-7.0912 16.77824-16.07168v-50.0992c0-8.51456-7.56736-15.60064-16.78336-15.60064z m0-378.59328H270.592c-9.216 0-16.77824 7.0912-16.77824 15.83104v50.33984c0 8.50944 7.56736 15.60064 16.77824 15.60064h53.17632c9.216 0 16.77824-7.0912 16.77824-15.60064v-50.33984c0-8.73984-7.56736-15.83104-16.78336-15.83104z m0 126.19264H270.592c-9.216 0-16.77824 7.0912-16.77824 15.84128v49.85856c0 8.75008 7.56736 16.07168 16.77824 16.07168h53.17632c9.216 0 16.77824-7.3216 16.77824-16.07168v-50.0992c0-8.50944-7.56736-15.60064-16.78336-15.60064z m0 126.19776H270.592c-9.216 0-16.77824 7.0912-16.77824 15.60064v50.0992c0 8.98048 7.56736 16.07168 16.77824 16.07168h53.17632c9.216 0 16.77824-7.0912 16.77824-16.07168v-50.0992c0-8.50944-7.56736-15.60064-16.78336-15.60064z m0-378.58816H270.592c-9.216 0-16.77824 7.0912-16.77824 15.83104v50.33984c0 8.50944 7.56736 15.60064 16.77824 15.60064h53.17632c9.216 0 16.77824-7.0912 16.77824-15.60064v-50.33984c0-8.73984-7.56736-15.83104-16.78336-15.83104z m635.96032 668.8H64.27648c-9.45152 0-17.01376-7.0912-17.01376-16.07168v-51.04128c0-8.98048 7.56736-16.07168 17.01376-16.07168h50.10432V253.99296c0-17.96096 11.3408-34.02752 28.83072-41.11872L439.56736 50.75456a51.7888 51.7888 0 0 1 44.90752 3.78368c13.2352 8.27392 21.02784 22.21568 21.02784 37.34016v801.62304h53.65248V163.71712c0-16.07168 8.98048-30.72 23.6288-38.28736a49.3568 49.3568 0 0 1 47.26272 0l256.1792 140.8512c14.65344 8.03328 23.15776 22.68672 23.15776 38.28736v589.39904h50.57536c9.22112 0 16.77824 7.0912 16.77824 15.60064v51.04128c-0.2304 8.98048-7.79776 16.07168-17.01376 16.07168z m-200.40192-411.4432h-53.17632c-9.216 0-16.77824 7.0912-16.77824 15.83104v49.85856c0 8.75008 7.56736 15.84128 16.77824 15.84128h53.17632c9.216 0 16.77824-7.0912 16.77824-15.84128v-50.0992c0-8.73984-7.56736-15.5904-16.77824-15.5904z m0-252.63104h-53.17632c-9.216 0-16.77824 7.0912-16.77824 16.07168v50.10432c0 8.4992 7.56736 15.5904 16.77824 15.5904h53.17632c9.216 0 16.77824-7.0912 16.77824-15.5904v-50.10432c0-8.9856-7.56736-16.07168-16.77824-16.07168z m0 378.59328h-53.17632c-9.216 0-16.77824 7.0912-16.77824 15.83104v50.0992c0 8.75008 7.56736 15.84128 16.77824 15.84128h53.17632c9.216 0 16.77824-7.0912 16.77824-15.84128v-50.0992c0-8.73984-7.56736-15.83104-16.77824-15.83104z m0 126.19776h-53.17632c-9.216 0-16.77824 7.0912-16.77824 15.83104v50.0992c0 8.75008 7.56736 15.84128 16.77824 15.84128h53.17632c9.216 0 16.77824-7.0912 16.77824-15.84128v-50.0992c0-8.73984-7.56736-15.83104-16.77824-15.83104z m0-378.5984h-53.17632c-9.216 0-16.77824 7.33184-16.77824 16.07168v50.10944c0 8.4992 7.56736 15.83104 16.77824 15.83104h53.17632c9.216 0 16.77824-7.33184 16.77824-15.83104v-50.10944c0-8.73984-7.56736-16.07168-16.77824-16.07168z m0 0",
|
|
24
|
+
fill: "#606267",
|
|
25
|
+
"p-id": "1491"
|
|
26
|
+
}, null, -1)
|
|
27
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
const OrganizationUnit = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
30
|
+
export {
|
|
31
|
+
OrganizationUnit as default
|
|
32
|
+
};
|
package/es/icons/index.d.ts
CHANGED
|
@@ -115,3 +115,8 @@ export { default as ZoomInOutlined } from './ZoomInOutlined';
|
|
|
115
115
|
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|
|
116
116
|
export { default as SliderArrowStatic } from './SliderArrowStatic';
|
|
117
117
|
export { default as SliderArrowSlide } from './SliderArrowSlide';
|
|
118
|
+
export { default as OrganizationOrg } from './OrganizationOrg';
|
|
119
|
+
export { default as OrganizationUnit } from './OrganizationUnit';
|
|
120
|
+
export { default as OrganizationDept } from './OrganizationDept';
|
|
121
|
+
export { default as ApiTeam } from './ApiTeam';
|
|
122
|
+
export { default as ApiItem } from './ApiItem';
|
package/es/icons/index.js
CHANGED
|
@@ -115,8 +115,15 @@ import { default as default115 } from "./ZoomInOutlined";
|
|
|
115
115
|
import { default as default116 } from "./ZoomOutOutlined";
|
|
116
116
|
import { default as default117 } from "./SliderArrowStatic";
|
|
117
117
|
import { default as default118 } from "./SliderArrowSlide";
|
|
118
|
+
import { default as default119 } from "./OrganizationOrg";
|
|
119
|
+
import { default as default120 } from "./OrganizationUnit";
|
|
120
|
+
import { default as default121 } from "./OrganizationDept";
|
|
121
|
+
import { default as default122 } from "./ApiTeam";
|
|
122
|
+
import { default as default123 } from "./ApiItem";
|
|
118
123
|
export {
|
|
119
124
|
default2 as AnalysisOutlined,
|
|
125
|
+
default123 as ApiItem,
|
|
126
|
+
default122 as ApiTeam,
|
|
120
127
|
default3 as ApplicationOutlined,
|
|
121
128
|
default4 as AppstoreAddOutlined,
|
|
122
129
|
default5 as AppstoreOutlined,
|
|
@@ -193,6 +200,9 @@ export {
|
|
|
193
200
|
default76 as MobileOutlined,
|
|
194
201
|
default77 as MoonOutlined,
|
|
195
202
|
default78 as MoreOutlined,
|
|
203
|
+
default121 as OrganizationDept,
|
|
204
|
+
default119 as OrganizationOrg,
|
|
205
|
+
default120 as OrganizationUnit,
|
|
196
206
|
default79 as PauseFilled,
|
|
197
207
|
default80 as PieChartOutlined,
|
|
198
208
|
default81 as PlayFilled,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ComponentParam } from '@/model/component/param';
|
|
2
|
-
import { FrameworkAttachment } from '@/interface/framework/frameworkAttachment';
|
|
3
2
|
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
modelValue: import('vue').PropType<any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, mergeModels, ref, useModel, onMounted, resolveComponent,
|
|
1
|
+
import { defineComponent, mergeModels, ref, useModel, onMounted, resolveComponent, createBlock, openBlock } from "vue";
|
|
2
2
|
import { ElMessageBox } from "element-plus/es";
|
|
3
3
|
import { EleMessage } from "../utils/message";
|
|
4
4
|
import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
|
|
@@ -51,7 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
51
|
});
|
|
52
52
|
const init = () => {
|
|
53
53
|
images.value = [];
|
|
54
|
-
http.post(`${application.gatewayServerBaseUrl}/framework-api/core/framework-attachment/selectPage`, {
|
|
54
|
+
http.post(`${application.gatewayServerBaseUrl}/framework-api/core/framework-attachment/selectPage`, { codeForEqual: model.value, pageSize: 100 }).then((res) => {
|
|
55
55
|
let attachemtList = res.data.data.records;
|
|
56
56
|
for (let i = 0; i < attachemtList.length; i++) {
|
|
57
57
|
images.value.push({
|
|
@@ -136,7 +136,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
136
136
|
});
|
|
137
137
|
};
|
|
138
138
|
const emitChange = () => {
|
|
139
|
-
http.post(`${application.gatewayServerBaseUrl}/framework-api/core/framework-attachment/selectPage`, {
|
|
139
|
+
http.post(`${application.gatewayServerBaseUrl}/framework-api/core/framework-attachment/selectPage`, { codeForEqual: model.value, pageSize: 100 }).then((res) => {
|
|
140
140
|
let attachemtList = res.data.data.records;
|
|
141
141
|
emit("change", attachemtList);
|
|
142
142
|
});
|
|
@@ -156,24 +156,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
156
156
|
};
|
|
157
157
|
return (_ctx, _cache) => {
|
|
158
158
|
const _component_ele_upload_list = resolveComponent("ele-upload-list");
|
|
159
|
-
return openBlock(),
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}, null, 8, ["modelValue", "limit", "listType", "accept", "readonly", "disabled"])
|
|
176
|
-
]);
|
|
159
|
+
return openBlock(), createBlock(_component_ele_upload_list, {
|
|
160
|
+
drag: true,
|
|
161
|
+
tools: true,
|
|
162
|
+
modelValue: images.value,
|
|
163
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => images.value = $event),
|
|
164
|
+
limit: _ctx.param.maxCount,
|
|
165
|
+
listType: listType.value,
|
|
166
|
+
accept: accept.value,
|
|
167
|
+
readonly: isLoading.value,
|
|
168
|
+
disabled: _ctx.param.type != "edit",
|
|
169
|
+
sortable: { forceFallback: true },
|
|
170
|
+
onUpload: handleUpload,
|
|
171
|
+
onRetry: handleRetryUpload,
|
|
172
|
+
onRemove: handleRemove,
|
|
173
|
+
onEditUpload: handleEditUpload
|
|
174
|
+
}, null, 8, ["modelValue", "limit", "listType", "accept", "readonly", "disabled"]);
|
|
177
175
|
};
|
|
178
176
|
}
|
|
179
177
|
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UimsOrganization } from 'yuang-framework-ui-common/lib/interface/uims/uimsOrganization';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
modelValue: import('vue').PropType<any>;
|
|
5
|
+
param: {
|
|
6
|
+
type: import('vue').PropType<any>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
change: (uimsOrganizationList: UimsOrganization[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
modelValue: import('vue').PropType<any>;
|
|
13
|
+
param: {
|
|
14
|
+
type: import('vue').PropType<any>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onChange?: ((uimsOrganizationList: UimsOrganization[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|