cnhis-design-vue 3.1.57-beta.2 → 3.1.57-beta.21

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 (164) hide show
  1. package/README.md +87 -87
  2. package/es/components/button-print/index.d.ts +8 -8
  3. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  4. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  5. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  6. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  7. package/es/components/button-print/style/index.css +1 -1
  8. package/es/components/calendar/index.d.ts +276 -0
  9. package/es/components/calendar/index.js +1 -0
  10. package/es/components/calendar/src/Calendar.vue.d.ts +265 -0
  11. package/es/components/calendar/src/Calendar.vue.js +1 -0
  12. package/es/components/calendar/src/Calendar.vue2.js +1 -0
  13. package/es/components/calendar/src/types/index.d.ts +6 -0
  14. package/es/components/calendar/src/types/index.js +1 -0
  15. package/es/components/calendar/style/index.css +1 -0
  16. package/es/components/callback/src/components/render/popupMaps.d.ts +233 -224
  17. package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
  18. package/es/components/classification/src/index.vue.d.ts +3 -3
  19. package/es/components/expand-field/index.d.ts +18 -27
  20. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +15 -24
  21. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +15 -24
  22. package/es/components/expand-field/src/components/form.vue.d.ts +18 -27
  23. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  24. package/es/components/expand-field/src/index.vue.d.ts +18 -27
  25. package/es/components/fabric-chart/index.d.ts +4 -2
  26. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  27. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  28. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  33. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  35. package/es/components/fabric-chart/src/interface.d.ts +4 -3
  36. package/es/components/field-set/index.d.ts +107 -616
  37. package/es/components/field-set/index.js +1 -1
  38. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  39. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  40. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  41. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  42. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  43. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  44. package/es/components/field-set/src/Index.vue.js +1 -0
  45. package/es/components/field-set/src/Index.vue2.js +1 -0
  46. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  47. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  48. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  49. package/es/components/field-set/src/components/condition.vue.js +1 -0
  50. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  51. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  52. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  53. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  54. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  55. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  56. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  57. package/es/components/field-set/src/constants/index.d.ts +55 -0
  58. package/es/components/field-set/src/constants/index.js +1 -0
  59. package/es/components/field-set/src/types/index.d.ts +31 -1
  60. package/es/components/field-set/src/utils/index.d.ts +2 -1
  61. package/es/components/field-set/src/utils/index.js +1 -1
  62. package/es/components/field-set/style/index.css +1 -1
  63. package/es/components/form-config/index.d.ts +55 -30
  64. package/es/components/form-config/src/FormConfig.vue.d.ts +55 -30
  65. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -8
  66. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -11
  67. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
  68. package/es/components/form-config/src/constants/index.d.ts +1 -1
  69. package/es/components/form-config/src/types/index.d.ts +2 -2
  70. package/es/components/form-render/index.d.ts +17 -8
  71. package/es/components/form-render/index.js +1 -1
  72. package/es/components/form-render/src/FormRender.vue.d.ts +17 -8
  73. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  74. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -8
  75. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +12 -0
  76. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  77. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  78. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  79. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +12 -0
  80. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
  81. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  82. package/es/components/form-render/src/hooks/index.d.ts +1 -0
  83. package/es/components/form-render/src/hooks/index.js +1 -1
  84. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  85. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
  86. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  87. package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
  88. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
  89. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  90. package/es/components/form-render/src/types/index.d.ts +1 -1
  91. package/es/components/guide/src/renderer.d.ts +2 -2
  92. package/es/components/iho-table/index.d.ts +216 -216
  93. package/es/components/iho-table/src/IhoTable.vue.d.ts +216 -216
  94. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -1
  95. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  96. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  97. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  98. package/es/components/iho-table/src/types/index.d.ts +1 -0
  99. package/es/components/index.css +1 -1
  100. package/es/components/index.d.ts +2 -1
  101. package/es/components/index.js +1 -1
  102. package/es/components/info-header/index.d.ts +41 -23
  103. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
  104. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  105. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  106. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
  107. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
  108. package/es/components/keyboard/index.d.ts +1 -1
  109. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  110. package/es/components/quick-search/index.d.ts +3 -3
  111. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  112. package/es/components/recommend-search/index.d.ts +6 -6
  113. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  114. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  115. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  116. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  117. package/es/components/scale-view/index.d.ts +3 -3
  118. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  119. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  120. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  121. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  122. package/es/components/select-label/index.d.ts +2 -2
  123. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  124. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  125. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  126. package/es/components/select-label/src/index.vue.d.ts +1 -1
  127. package/es/components/select-person/index.d.ts +15 -24
  128. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  129. package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -18
  130. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  131. package/es/components/select-person/style/index.css +1 -1
  132. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  133. package/es/components/shortcut-setter/index.d.ts +18 -8
  134. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -8
  135. package/es/components/table-export-field/index.d.ts +3 -3
  136. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
  137. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  138. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  139. package/es/components/time-line/index.d.ts +7 -7
  140. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  141. package/es/env.d.ts +25 -25
  142. package/es/shared/assets/img/failure.png.js +1 -1
  143. package/es/shared/assets/img/no-permission.png.js +1 -1
  144. package/es/shared/assets/img/nodata.png.js +1 -1
  145. package/es/shared/assets/img/notfound.png.js +1 -1
  146. package/es/shared/assets/img/qr.png.js +1 -1
  147. package/es/shared/assets/img/success.png.js +1 -1
  148. package/es/shared/assets/img/video.png.js +1 -1
  149. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  150. package/es/shared/assets/img/xb_big.png.js +1 -1
  151. package/es/shared/assets/img/xb_small.png.js +1 -1
  152. package/es/shared/package.json.js +1 -1
  153. package/es/shared/types/business.d.ts +23 -3
  154. package/es/shared/utils/business.d.ts +2 -1
  155. package/es/shared/utils/business.js +1 -1
  156. package/es/shared/utils/index.js +1 -1
  157. package/package.json +8 -2
  158. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  159. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  160. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  161. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  162. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  163. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  164. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -699,6 +699,9 @@ declare const _default: import("vue").DefineComponent<{
699
699
  handleInitConditions: () => Promise<void>;
700
700
  validate: () => Promise<unknown>;
701
701
  saveAdd: () => void;
702
+ /**
703
+ * 改变展示方式
704
+ */
702
705
  cancelSaveAdd: () => void;
703
706
  checkActionList: () => boolean;
704
707
  NSpin: any;
@@ -1447,9 +1450,6 @@ declare const _default: import("vue").DefineComponent<{
1447
1450
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1448
1451
  };
1449
1452
  NSelect: any;
1450
- /**
1451
- * 改变展示方式
1452
- */
1453
1453
  NPopover: any;
1454
1454
  CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1455
1455
  updateUnchangedValue: {
@@ -322,7 +322,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
322
322
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
323
323
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
324
324
  readonly ignorePathChange: BooleanConstructor;
325
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
325
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
326
326
  readonly feedback: StringConstructor;
327
327
  readonly showLabel: {
328
328
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -453,7 +453,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
453
453
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
454
454
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
455
455
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
456
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
456
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
457
457
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
458
458
  mergedShowLabel: import("vue").ComputedRef<boolean>;
459
459
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -487,7 +487,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
487
487
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
488
488
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
489
489
  readonly ignorePathChange: BooleanConstructor;
490
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
490
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
491
491
  readonly feedback: StringConstructor;
492
492
  readonly showLabel: {
493
493
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -827,7 +827,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
827
827
  type: import("vue").PropType<((string | number) | {
828
828
  [key: string]: any;
829
829
  key: string | number;
830
- name: string;
831
830
  })[]>;
832
831
  default: () => never[];
833
832
  };
@@ -926,12 +925,15 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
926
925
  key: string;
927
926
  label: string;
928
927
  }[];
928
+ labelListName: {
929
+ dept: string;
930
+ role: string;
931
+ };
929
932
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
930
933
  defaultList: {
931
934
  type: import("vue").PropType<((string | number) | {
932
935
  [key: string]: any;
933
936
  key: string | number;
934
- name: string;
935
937
  })[]>;
936
938
  default: () => never[];
937
939
  };
@@ -1042,16 +1044,14 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1042
1044
  tagData: import("vue").Ref<{
1043
1045
  [x: string]: any;
1044
1046
  key: string | number;
1045
- name: string;
1046
1047
  }[]>;
1047
1048
  initTagData: import("vue").Ref<{
1048
1049
  [x: string]: any;
1049
1050
  key: string | number;
1050
- name: string;
1051
1051
  }[]>;
1052
1052
  isSearch: import("vue").Ref<boolean>;
1053
1053
  tempData: import("naive-ui").TreeOption[];
1054
- allCheckedKeys: (string | number)[];
1054
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1055
1055
  isRemote: import("vue").ComputedRef<boolean>;
1056
1056
  checkStrategyResult: import("vue").ComputedRef<any>;
1057
1057
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -1067,18 +1067,20 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1067
1067
  treeDataMiddle: any;
1068
1068
  checkedKeysMiddle: any;
1069
1069
  checkedTagsMiddle: any;
1070
+ allCheckedKeysMiddle: any;
1070
1071
  attrType: import("vue").ComputedRef<any>;
1071
1072
  keyStr: import("vue").ComputedRef<string>;
1072
1073
  getTreeDataMiddleData: () => void;
1073
- getDeptData: (list: any[]) => any[];
1074
- getRoleData: (list: any[]) => any[];
1074
+ getDeptData: (list: any[], cb?: any) => any[];
1075
+ getRoleData: (list: any[], cb?: any) => any[];
1075
1076
  onHandleLabelChange: (item: any) => void;
1076
- setSelectTagData: (tree: import("naive-ui").TreeOption[]) => void;
1077
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
1077
1078
  uniqArrObj: (arr: any[], name: string) => any;
1078
1079
  init: () => void;
1079
- transformTree: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null) => void;
1080
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
1081
- getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
1080
+ getMainData: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => void;
1081
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption, cb?: any) => void;
1082
+ setAllCheckedKeysWithChild: (item: import("naive-ui").TreeOption, cb?: any) => void;
1083
+ setAllCheckedKeysWithParent: (item: import("naive-ui").TreeOption, cb?: any) => void;
1082
1084
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>;
1083
1085
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1084
1086
  renderLabel: ({ option }: {
@@ -1088,9 +1090,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1088
1090
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1089
1091
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1090
1092
  transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
1091
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
1092
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
1093
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
1094
1093
  searchSetting: () => string;
1095
1094
  onSearch: () => Promise<void>;
1096
1095
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -1100,11 +1099,9 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1100
1099
  uniq: (arr: {
1101
1100
  [key: string]: any;
1102
1101
  key: string | number;
1103
- name: string;
1104
1102
  }[]) => {
1105
1103
  [key: string]: any;
1106
1104
  key: string | number;
1107
- name: string;
1108
1105
  }[];
1109
1106
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
1110
1107
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -1113,15 +1110,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1113
1110
  closeTag: (tag: {
1114
1111
  [key: string]: any;
1115
1112
  key: string | number;
1116
- name: string;
1117
1113
  }) => void;
1118
1114
  notifyCheck: (keys: (string | number)[]) => void;
1119
1115
  notifySearchClear: () => void;
1120
- getCheckWithLevel: () => {
1121
- [x: string]: any;
1122
- key: string | number;
1123
- name: string;
1124
- }[];
1116
+ getCheckWithLevel: () => any;
1125
1117
  NButton: any;
1126
1118
  NInput: any;
1127
1119
  NInputGroup: import("vue").DefineComponent<{
@@ -1191,6 +1183,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1191
1183
  readonly suffix: boolean;
1192
1184
  readonly privateShow: boolean;
1193
1185
  }>;
1186
+ NEmpty: any;
1194
1187
  CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1195
1188
  SearchMultiple: import("vue").DefineComponent<{
1196
1189
  treeData: {
@@ -1460,7 +1453,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1460
1453
  type: import("vue").PropType<((string | number) | {
1461
1454
  [key: string]: any;
1462
1455
  key: string | number;
1463
- name: string;
1464
1456
  })[]>;
1465
1457
  default: () => never[];
1466
1458
  };
@@ -1558,7 +1550,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1558
1550
  defaultList: ((string | number) | {
1559
1551
  [key: string]: any;
1560
1552
  key: string | number;
1561
- name: string;
1562
1553
  })[];
1563
1554
  searchPlaceholder: string;
1564
1555
  searchButtonText: string;
@@ -109,7 +109,6 @@ declare const _default: import("vue").DefineComponent<{
109
109
  type: PropType<((string | number) | {
110
110
  [key: string]: any;
111
111
  key: string | number;
112
- name: string;
113
112
  })[]>;
114
113
  default: () => never[];
115
114
  };
@@ -208,12 +207,15 @@ declare const _default: import("vue").DefineComponent<{
208
207
  key: string;
209
208
  label: string;
210
209
  }[];
210
+ labelListName: {
211
+ dept: string;
212
+ role: string;
213
+ };
211
214
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
212
215
  defaultList: {
213
216
  type: PropType<((string | number) | {
214
217
  [key: string]: any;
215
218
  key: string | number;
216
- name: string;
217
219
  })[]>;
218
220
  default: () => never[];
219
221
  };
@@ -324,16 +326,14 @@ declare const _default: import("vue").DefineComponent<{
324
326
  tagData: import("vue").Ref<{
325
327
  [x: string]: any;
326
328
  key: string | number;
327
- name: string;
328
329
  }[]>;
329
330
  initTagData: import("vue").Ref<{
330
331
  [x: string]: any;
331
332
  key: string | number;
332
- name: string;
333
333
  }[]>;
334
334
  isSearch: import("vue").Ref<boolean>;
335
335
  tempData: import("naive-ui").TreeOption[];
336
- allCheckedKeys: (string | number)[];
336
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
337
337
  isRemote: import("vue").ComputedRef<boolean>;
338
338
  checkStrategyResult: import("vue").ComputedRef<any>;
339
339
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -349,18 +349,20 @@ declare const _default: import("vue").DefineComponent<{
349
349
  treeDataMiddle: any;
350
350
  checkedKeysMiddle: any;
351
351
  checkedTagsMiddle: any;
352
+ allCheckedKeysMiddle: any;
352
353
  attrType: import("vue").ComputedRef<any>;
353
354
  keyStr: import("vue").ComputedRef<string>;
354
355
  getTreeDataMiddleData: () => void;
355
- getDeptData: (list: any[]) => any[];
356
- getRoleData: (list: any[]) => any[];
356
+ getDeptData: (list: any[], cb?: any) => any[];
357
+ getRoleData: (list: any[], cb?: any) => any[];
357
358
  onHandleLabelChange: (item: any) => void;
358
- setSelectTagData: (tree: import("naive-ui").TreeOption[]) => void;
359
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
359
360
  uniqArrObj: (arr: any[], name: string) => any;
360
361
  init: () => void;
361
- transformTree: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null) => void;
362
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
363
- getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
362
+ getMainData: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => void;
363
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption, cb?: any) => void;
364
+ setAllCheckedKeysWithChild: (item: import("naive-ui").TreeOption, cb?: any) => void;
365
+ setAllCheckedKeysWithParent: (item: import("naive-ui").TreeOption, cb?: any) => void;
364
366
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<import("../../..").AnyObject>;
365
367
  setDisabled: (data: import("naive-ui").TreeOption) => void;
366
368
  renderLabel: ({ option }: {
@@ -370,9 +372,6 @@ declare const _default: import("vue").DefineComponent<{
370
372
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
371
373
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
372
374
  transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
373
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
374
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
375
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
376
375
  searchSetting: () => string;
377
376
  onSearch: () => Promise<void>;
378
377
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -382,11 +381,9 @@ declare const _default: import("vue").DefineComponent<{
382
381
  uniq: (arr: {
383
382
  [key: string]: any;
384
383
  key: string | number;
385
- name: string;
386
384
  }[]) => {
387
385
  [key: string]: any;
388
386
  key: string | number;
389
- name: string;
390
387
  }[];
391
388
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
392
389
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -395,15 +392,10 @@ declare const _default: import("vue").DefineComponent<{
395
392
  closeTag: (tag: {
396
393
  [key: string]: any;
397
394
  key: string | number;
398
- name: string;
399
395
  }) => void;
400
396
  notifyCheck: (keys: (string | number)[]) => void;
401
397
  notifySearchClear: () => void;
402
- getCheckWithLevel: () => {
403
- [x: string]: any;
404
- key: string | number;
405
- name: string;
406
- }[];
398
+ getCheckWithLevel: () => any;
407
399
  NButton: any;
408
400
  NInput: any;
409
401
  NInputGroup: import("vue").DefineComponent<{
@@ -473,6 +465,7 @@ declare const _default: import("vue").DefineComponent<{
473
465
  readonly suffix: boolean;
474
466
  readonly privateShow: boolean;
475
467
  }>;
468
+ NEmpty: any;
476
469
  CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
477
470
  SearchMultiple: import("vue").DefineComponent<{
478
471
  treeData: {
@@ -742,7 +735,6 @@ declare const _default: import("vue").DefineComponent<{
742
735
  type: PropType<((string | number) | {
743
736
  [key: string]: any;
744
737
  key: string | number;
745
- name: string;
746
738
  })[]>;
747
739
  default: () => never[];
748
740
  };
@@ -840,7 +832,6 @@ declare const _default: import("vue").DefineComponent<{
840
832
  defaultList: ((string | number) | {
841
833
  [key: string]: any;
842
834
  key: string | number;
843
- name: string;
844
835
  })[];
845
836
  searchPlaceholder: string;
846
837
  searchButtonText: string;
@@ -58,7 +58,6 @@ declare const _default: import("vue").DefineComponent<{
58
58
  type: PropType<((string | number) | {
59
59
  [key: string]: any;
60
60
  key: string | number;
61
- name: string;
62
61
  })[]>;
63
62
  default: () => never[];
64
63
  };
@@ -157,12 +156,15 @@ declare const _default: import("vue").DefineComponent<{
157
156
  key: string;
158
157
  label: string;
159
158
  }[];
159
+ labelListName: {
160
+ dept: string;
161
+ role: string;
162
+ };
160
163
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
161
164
  defaultList: {
162
165
  type: PropType<((string | number) | {
163
166
  [key: string]: any;
164
167
  key: string | number;
165
- name: string;
166
168
  })[]>;
167
169
  default: () => never[];
168
170
  };
@@ -273,16 +275,14 @@ declare const _default: import("vue").DefineComponent<{
273
275
  tagData: import("vue").Ref<{
274
276
  [x: string]: any;
275
277
  key: string | number;
276
- name: string;
277
278
  }[]>;
278
279
  initTagData: import("vue").Ref<{
279
280
  [x: string]: any;
280
281
  key: string | number;
281
- name: string;
282
282
  }[]>;
283
283
  isSearch: import("vue").Ref<boolean>;
284
284
  tempData: import("naive-ui").TreeOption[];
285
- allCheckedKeys: (string | number)[];
285
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
286
286
  isRemote: import("vue").ComputedRef<boolean>;
287
287
  checkStrategyResult: import("vue").ComputedRef<any>;
288
288
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -298,18 +298,20 @@ declare const _default: import("vue").DefineComponent<{
298
298
  treeDataMiddle: any;
299
299
  checkedKeysMiddle: any;
300
300
  checkedTagsMiddle: any;
301
+ allCheckedKeysMiddle: any;
301
302
  attrType: import("vue").ComputedRef<any>;
302
303
  keyStr: import("vue").ComputedRef<string>;
303
304
  getTreeDataMiddleData: () => void;
304
- getDeptData: (list: any[]) => any[];
305
- getRoleData: (list: any[]) => any[];
305
+ getDeptData: (list: any[], cb?: any) => any[];
306
+ getRoleData: (list: any[], cb?: any) => any[];
306
307
  onHandleLabelChange: (item: any) => void;
307
- setSelectTagData: (tree: import("naive-ui").TreeOption[]) => void;
308
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
308
309
  uniqArrObj: (arr: any[], name: string) => any;
309
310
  init: () => void;
310
- transformTree: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null) => void;
311
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
312
- getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
311
+ getMainData: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => void;
312
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption, cb?: any) => void;
313
+ setAllCheckedKeysWithChild: (item: import("naive-ui").TreeOption, cb?: any) => void;
314
+ setAllCheckedKeysWithParent: (item: import("naive-ui").TreeOption, cb?: any) => void;
313
315
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
314
316
  setDisabled: (data: import("naive-ui").TreeOption) => void;
315
317
  renderLabel: ({ option }: {
@@ -319,9 +321,6 @@ declare const _default: import("vue").DefineComponent<{
319
321
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
320
322
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
321
323
  transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
322
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
323
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
324
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
325
324
  searchSetting: () => string;
326
325
  onSearch: () => Promise<void>;
327
326
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -331,11 +330,9 @@ declare const _default: import("vue").DefineComponent<{
331
330
  uniq: (arr: {
332
331
  [key: string]: any;
333
332
  key: string | number;
334
- name: string;
335
333
  }[]) => {
336
334
  [key: string]: any;
337
335
  key: string | number;
338
- name: string;
339
336
  }[];
340
337
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
341
338
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -344,15 +341,10 @@ declare const _default: import("vue").DefineComponent<{
344
341
  closeTag: (tag: {
345
342
  [key: string]: any;
346
343
  key: string | number;
347
- name: string;
348
344
  }) => void;
349
345
  notifyCheck: (keys: (string | number)[]) => void;
350
346
  notifySearchClear: () => void;
351
- getCheckWithLevel: () => {
352
- [x: string]: any;
353
- key: string | number;
354
- name: string;
355
- }[];
347
+ getCheckWithLevel: () => any;
356
348
  NButton: any;
357
349
  NInput: any;
358
350
  NInputGroup: import("vue").DefineComponent<{
@@ -422,6 +414,7 @@ declare const _default: import("vue").DefineComponent<{
422
414
  readonly suffix: boolean;
423
415
  readonly privateShow: boolean;
424
416
  }>;
417
+ NEmpty: any;
425
418
  CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
426
419
  SearchMultiple: import("vue").DefineComponent<{
427
420
  treeData: {
@@ -691,7 +684,6 @@ declare const _default: import("vue").DefineComponent<{
691
684
  type: PropType<((string | number) | {
692
685
  [key: string]: any;
693
686
  key: string | number;
694
- name: string;
695
687
  })[]>;
696
688
  default: () => never[];
697
689
  };
@@ -789,7 +781,6 @@ declare const _default: import("vue").DefineComponent<{
789
781
  defaultList: ((string | number) | {
790
782
  [key: string]: any;
791
783
  key: string | number;
792
- name: string;
793
784
  })[];
794
785
  searchPlaceholder: string;
795
786
  searchButtonText: string;
@@ -217,7 +217,7 @@ declare const _default: import("vue").DefineComponent<{
217
217
  readonly rule: import("vue").PropType<FormItemRule | FormItemRule[]>;
218
218
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
219
219
  readonly ignorePathChange: BooleanConstructor;
220
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
220
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
221
221
  readonly feedback: StringConstructor;
222
222
  readonly showLabel: {
223
223
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{
348
348
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
349
349
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
350
350
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
351
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
351
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
352
352
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
353
353
  mergedShowLabel: import("vue").ComputedRef<boolean>;
354
354
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -382,7 +382,7 @@ declare const _default: import("vue").DefineComponent<{
382
382
  readonly rule: import("vue").PropType<FormItemRule | FormItemRule[]>;
383
383
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
384
384
  readonly ignorePathChange: BooleanConstructor;
385
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
385
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
386
386
  readonly feedback: StringConstructor;
387
387
  readonly showLabel: {
388
388
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -722,7 +722,6 @@ declare const _default: import("vue").DefineComponent<{
722
722
  type: import("vue").PropType<((string | number) | {
723
723
  [key: string]: any;
724
724
  key: string | number;
725
- name: string;
726
725
  })[]>;
727
726
  default: () => never[];
728
727
  };
@@ -821,12 +820,15 @@ declare const _default: import("vue").DefineComponent<{
821
820
  key: string;
822
821
  label: string;
823
822
  }[];
823
+ labelListName: {
824
+ dept: string;
825
+ role: string;
826
+ };
824
827
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
825
828
  defaultList: {
826
829
  type: import("vue").PropType<((string | number) | {
827
830
  [key: string]: any;
828
831
  key: string | number;
829
- name: string;
830
832
  })[]>;
831
833
  default: () => never[];
832
834
  };
@@ -937,16 +939,14 @@ declare const _default: import("vue").DefineComponent<{
937
939
  tagData: import("vue").Ref<{
938
940
  [x: string]: any;
939
941
  key: string | number;
940
- name: string;
941
942
  }[]>;
942
943
  initTagData: import("vue").Ref<{
943
944
  [x: string]: any;
944
945
  key: string | number;
945
- name: string;
946
946
  }[]>;
947
947
  isSearch: import("vue").Ref<boolean>;
948
948
  tempData: import("naive-ui").TreeOption[];
949
- allCheckedKeys: (string | number)[];
949
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
950
950
  isRemote: import("vue").ComputedRef<boolean>;
951
951
  checkStrategyResult: import("vue").ComputedRef<any>;
952
952
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -962,18 +962,20 @@ declare const _default: import("vue").DefineComponent<{
962
962
  treeDataMiddle: any;
963
963
  checkedKeysMiddle: any;
964
964
  checkedTagsMiddle: any;
965
+ allCheckedKeysMiddle: any;
965
966
  attrType: import("vue").ComputedRef<any>;
966
967
  keyStr: import("vue").ComputedRef<string>;
967
968
  getTreeDataMiddleData: () => void;
968
- getDeptData: (list: any[]) => any[];
969
- getRoleData: (list: any[]) => any[];
969
+ getDeptData: (list: any[], cb?: any) => any[];
970
+ getRoleData: (list: any[], cb?: any) => any[];
970
971
  onHandleLabelChange: (item: any) => void;
971
- setSelectTagData: (tree: import("naive-ui").TreeOption[]) => void;
972
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
972
973
  uniqArrObj: (arr: any[], name: string) => any;
973
974
  init: () => void;
974
- transformTree: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null) => void;
975
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
976
- getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
975
+ getMainData: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => void;
976
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption, cb?: any) => void;
977
+ setAllCheckedKeysWithChild: (item: import("naive-ui").TreeOption, cb?: any) => void;
978
+ setAllCheckedKeysWithParent: (item: import("naive-ui").TreeOption, cb?: any) => void;
977
979
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
978
980
  setDisabled: (data: import("naive-ui").TreeOption) => void;
979
981
  renderLabel: ({ option }: {
@@ -983,9 +985,6 @@ declare const _default: import("vue").DefineComponent<{
983
985
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
984
986
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
985
987
  transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
986
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
987
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
988
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
989
988
  searchSetting: () => string;
990
989
  onSearch: () => Promise<void>;
991
990
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -995,11 +994,9 @@ declare const _default: import("vue").DefineComponent<{
995
994
  uniq: (arr: {
996
995
  [key: string]: any;
997
996
  key: string | number;
998
- name: string;
999
997
  }[]) => {
1000
998
  [key: string]: any;
1001
999
  key: string | number;
1002
- name: string;
1003
1000
  }[];
1004
1001
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
1005
1002
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -1008,15 +1005,10 @@ declare const _default: import("vue").DefineComponent<{
1008
1005
  closeTag: (tag: {
1009
1006
  [key: string]: any;
1010
1007
  key: string | number;
1011
- name: string;
1012
1008
  }) => void;
1013
1009
  notifyCheck: (keys: (string | number)[]) => void;
1014
1010
  notifySearchClear: () => void;
1015
- getCheckWithLevel: () => {
1016
- [x: string]: any;
1017
- key: string | number;
1018
- name: string;
1019
- }[];
1011
+ getCheckWithLevel: () => any;
1020
1012
  NButton: any;
1021
1013
  NInput: any;
1022
1014
  NInputGroup: import("vue").DefineComponent<{
@@ -1086,6 +1078,7 @@ declare const _default: import("vue").DefineComponent<{
1086
1078
  readonly suffix: boolean;
1087
1079
  readonly privateShow: boolean;
1088
1080
  }>;
1081
+ NEmpty: any;
1089
1082
  CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1090
1083
  SearchMultiple: import("vue").DefineComponent<{
1091
1084
  treeData: {
@@ -1355,7 +1348,6 @@ declare const _default: import("vue").DefineComponent<{
1355
1348
  type: import("vue").PropType<((string | number) | {
1356
1349
  [key: string]: any;
1357
1350
  key: string | number;
1358
- name: string;
1359
1351
  })[]>;
1360
1352
  default: () => never[];
1361
1353
  };
@@ -1453,7 +1445,6 @@ declare const _default: import("vue").DefineComponent<{
1453
1445
  defaultList: ((string | number) | {
1454
1446
  [key: string]: any;
1455
1447
  key: string | number;
1456
- name: string;
1457
1448
  })[];
1458
1449
  searchPlaceholder: string;
1459
1450
  searchButtonText: string;