cnhis-design-vue 3.3.3-beta.3 → 3.3.3-beta.7
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/README.md +87 -87
- package/es/components/audio-sdk/src/Index.vue2.js +7 -7
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +5 -72
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
- package/es/components/select-person/src/{SelectPerson.vue.js → SelectPersonRole.vue.js} +2 -2
- package/es/components/select-person/src/{SelectPerson.vue2.js → SelectPersonRole.vue2.js} +1 -1
- package/es/components/select-person/src/index.vue2.js +3 -3
- package/es/components/select-person/src/utils/index.js +4 -6
- package/es/env.d.ts +25 -25
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -76,22 +76,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
76
76
|
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
77
77
|
default: () => Promise<never[]>;
|
78
78
|
};
|
79
|
-
showSelectType: {
|
80
|
-
type: BooleanConstructor;
|
81
|
-
default: boolean;
|
82
|
-
};
|
83
|
-
roleData: {
|
84
|
-
type: PropType<ITreeOption[]>;
|
85
|
-
default: () => never[];
|
86
|
-
};
|
87
|
-
roleFields: {
|
88
|
-
type: ObjectConstructor;
|
89
|
-
default: () => {
|
90
|
-
label: string;
|
91
|
-
key: string;
|
92
|
-
children: string;
|
93
|
-
};
|
94
|
-
};
|
95
79
|
forceShowSelectAll: {
|
96
80
|
type: BooleanConstructor;
|
97
81
|
};
|
@@ -108,11 +92,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
108
92
|
customTitles: string[];
|
109
93
|
itemHeight: number;
|
110
94
|
};
|
111
|
-
labelList: {
|
112
|
-
key: string;
|
113
|
-
label: string;
|
114
|
-
}[];
|
115
|
-
labelListName: any;
|
116
95
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
117
96
|
defaultList: {
|
118
97
|
type: PropType<(IKey | ITag)[]>;
|
@@ -170,22 +149,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
170
149
|
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
171
150
|
default: () => Promise<never[]>;
|
172
151
|
};
|
173
|
-
showSelectType: {
|
174
|
-
type: BooleanConstructor;
|
175
|
-
default: boolean;
|
176
|
-
};
|
177
|
-
roleData: {
|
178
|
-
type: PropType<ITreeOption[]>;
|
179
|
-
default: () => never[];
|
180
|
-
};
|
181
|
-
roleFields: {
|
182
|
-
type: ObjectConstructor;
|
183
|
-
default: () => {
|
184
|
-
label: string;
|
185
|
-
key: string;
|
186
|
-
children: string;
|
187
|
-
};
|
188
|
-
};
|
189
152
|
forceShowSelectAll: {
|
190
153
|
type: BooleanConstructor;
|
191
154
|
};
|
@@ -225,7 +188,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
225
188
|
isRemote: import("vue").ComputedRef<boolean>;
|
226
189
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
227
190
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
228
|
-
curSelectKey: import("vue").Ref<string>;
|
229
191
|
mergeSearchFilter: import("vue").ComputedRef<{
|
230
192
|
isOpen: boolean;
|
231
193
|
multiple: boolean;
|
@@ -236,19 +198,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
236
198
|
styleObject: import("vue").ComputedRef<{
|
237
199
|
height: string;
|
238
200
|
}>;
|
239
|
-
caculateTagData: import("vue").ComputedRef<any>;
|
201
|
+
caculateTagData: import("vue").ComputedRef<any[]>;
|
240
202
|
treeDataMiddle: any;
|
241
|
-
checkedKeysMiddle: any;
|
242
|
-
checkedTagsMiddle: any;
|
243
|
-
allCheckedKeysMiddle: any;
|
244
|
-
attrType: import("vue").ComputedRef<any>;
|
245
|
-
keyStr: import("vue").ComputedRef<string>;
|
246
203
|
getTreeDataMiddleData: () => void;
|
247
|
-
getDeptData: (list: any[], cb?: any) => any[];
|
248
|
-
getRoleData: (list: any[], cb?: any) => any[];
|
249
|
-
onHandleLabelChange: (item: any) => void;
|
250
|
-
setSelectTagData: (tree: TreeOption[], operatorType: string) => void;
|
251
|
-
uniqArrObj: (arr: any[], name: string) => any;
|
252
204
|
init: () => void;
|
253
205
|
getMainData: (tree: TreeOption[], parentNode: TreeOption | null, cb?: any) => void;
|
254
206
|
setAllCheckedKeys: (tree: TreeOption, cb?: any) => void;
|
@@ -271,26 +223,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
271
223
|
setCheckdWithParent: (tree: TreeOption[], checked: boolean) => void;
|
272
224
|
setCheckdWithAll: (tree: TreeOption[], checked: boolean) => void;
|
273
225
|
checkedAllChange: (checked: boolean) => void;
|
274
|
-
uniq: (arr: ITag[]) => ITag[];
|
275
226
|
setTagData: (tree: TreeOption[]) => void;
|
276
227
|
getFlattenKeys: (tree: TreeOption[]) => any[];
|
277
228
|
updateTreeChecked: (keys: Array<IKey>, _: any, meta: {
|
278
229
|
node: TreeOption | null;
|
279
230
|
action: 'check' | 'uncheck';
|
280
231
|
}) => void;
|
281
|
-
setCheckedAll: () => void;
|
282
232
|
clearAll: () => void;
|
283
233
|
closeTag: (tag: ITag) => void;
|
284
234
|
notifyCheck: (keys: IKey[]) => void;
|
285
235
|
notifySearchClear: () => void;
|
286
|
-
getCheckWithLevel: () =>
|
236
|
+
getCheckWithLevel: () => {
|
237
|
+
[x: string]: any;
|
238
|
+
key: IKey;
|
239
|
+
}[];
|
287
240
|
resetParams: () => void;
|
288
241
|
NButton: any;
|
289
242
|
NInput: any;
|
290
243
|
NInputGroup: any;
|
291
244
|
NCheckbox: any;
|
292
245
|
NTree: any;
|
293
|
-
NTag: any;
|
294
246
|
NIcon: any;
|
295
247
|
NSpace: any;
|
296
248
|
NGrid: any;
|
@@ -581,22 +533,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
581
533
|
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
582
534
|
default: () => Promise<never[]>;
|
583
535
|
};
|
584
|
-
showSelectType: {
|
585
|
-
type: BooleanConstructor;
|
586
|
-
default: boolean;
|
587
|
-
};
|
588
|
-
roleData: {
|
589
|
-
type: PropType<ITreeOption[]>;
|
590
|
-
default: () => never[];
|
591
|
-
};
|
592
|
-
roleFields: {
|
593
|
-
type: ObjectConstructor;
|
594
|
-
default: () => {
|
595
|
-
label: string;
|
596
|
-
key: string;
|
597
|
-
children: string;
|
598
|
-
};
|
599
|
-
};
|
600
536
|
forceShowSelectAll: {
|
601
537
|
type: BooleanConstructor;
|
602
538
|
};
|
@@ -621,9 +557,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
621
557
|
treeSetting: ITreeOption;
|
622
558
|
queryLoadChildData: (node: TreeOption) => Promise<AnyObject>;
|
623
559
|
queryTreeSearch: (keyWork: string) => Promise<Array<AnyObject>>;
|
624
|
-
showSelectType: boolean;
|
625
|
-
roleData: ITreeOption[];
|
626
|
-
roleFields: Record<string, any>;
|
627
560
|
forceShowSelectAll: boolean;
|
628
561
|
onlyForwardCascade: boolean;
|
629
562
|
}>;
|