yuang-framework-ui-pc 1.1.56 → 1.1.58
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/ele-cropper-modal/index.d.ts +8 -16
- package/es/ele-pro-table/components/tool-export.d.ts +8 -16
- package/es/ele-pro-table/components/tool-print.d.ts +8 -16
- package/es/yu-uims-organization-dialog/components/organization-dialog.js +2 -2
- package/lib/ele-cropper-modal/index.d.ts +8 -16
- package/lib/ele-pro-table/components/tool-export.d.ts +8 -16
- package/lib/ele-pro-table/components/tool-print.d.ts +8 -16
- package/lib/yu-framework-slider-captcha-dialog/style/index.cjs +0 -1
- package/lib/yu-uims-organization-dialog/components/organization-dialog.cjs +1 -1
- package/package.json +2 -2
- package/es/ele-dialog/types.js +0 -1
- 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;
|
|
@@ -2,7 +2,7 @@ import { defineComponent, mergeModels, useModel, ref, onMounted, nextTick, resol
|
|
|
2
2
|
import { SearchOutlined, ClusterOutlined, OrganizationOrg, OrganizationUnit, OrganizationDept } from "../../icons";
|
|
3
3
|
import { deepClone } from "yuang-framework-ui-common/lib/utils/objectUtils";
|
|
4
4
|
import { Close, Check } from "@element-plus/icons-vue";
|
|
5
|
-
import {
|
|
5
|
+
import { handleUimsOrganizationTreeDefaultExpandNode } from "yuang-framework-ui-common/lib/hooks/uims/uimsOrganization";
|
|
6
6
|
import { getShortUuid } from "yuang-framework-ui-common/lib/utils/uuidUtils";
|
|
7
7
|
import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
|
|
8
8
|
import { application } from "yuang-framework-ui-common/lib/config/applicationConfig";
|
|
@@ -41,7 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
41
41
|
name: organization.name
|
|
42
42
|
});
|
|
43
43
|
checkedKeys.value.push(props.param.modelValue);
|
|
44
|
-
|
|
44
|
+
handleUimsOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
47
|
});
|
|
@@ -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;
|
|
@@ -42,7 +42,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
42
42
|
name: organization.name
|
|
43
43
|
});
|
|
44
44
|
checkedKeys.value.push(props.param.modelValue);
|
|
45
|
-
uimsOrganization.
|
|
45
|
+
uimsOrganization.handleUimsOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
48
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yuang-framework-ui-pc",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.58",
|
|
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.
|
|
191
|
+
"yuang-framework-ui-common": "^1.0.76"
|
|
192
192
|
}
|
|
193
193
|
}
|
package/es/ele-dialog/types.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/lib/ele-dialog/types.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|