cnhis-design-vue 3.1.57-release.1 → 3.1.57-release.3

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 (174) hide show
  1. package/es/components/button-print/index.d.ts +8 -8
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  3. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  4. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  5. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  6. package/es/components/button-print/style/index.css +1 -1
  7. package/es/components/calendar/index.d.ts +276 -0
  8. package/es/components/calendar/index.js +1 -0
  9. package/es/components/calendar/src/Calendar.vue.d.ts +265 -0
  10. package/es/components/calendar/src/Calendar.vue.js +1 -0
  11. package/es/components/calendar/src/Calendar.vue2.js +1 -0
  12. package/es/components/calendar/src/types/index.d.ts +6 -0
  13. package/es/components/calendar/src/types/index.js +1 -0
  14. package/es/components/calendar/style/index.css +1 -0
  15. package/es/components/callback/src/components/render/popupMaps.d.ts +233 -224
  16. package/es/components/classification/index.d.ts +3 -3
  17. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -3
  18. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -3
  19. package/es/components/classification/src/index.vue.d.ts +3 -3
  20. package/es/components/date-picker/index.d.ts +1 -1
  21. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  22. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  23. package/es/components/expand-field/index.d.ts +98 -26
  24. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +95 -23
  25. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +95 -23
  26. package/es/components/expand-field/src/components/form.vue.d.ts +98 -26
  27. package/es/components/expand-field/src/index.vue.d.ts +98 -26
  28. package/es/components/fabric-chart/index.d.ts +4 -2
  29. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  30. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  31. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  33. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  36. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  38. package/es/components/fabric-chart/src/interface.d.ts +4 -3
  39. package/es/components/field-set/index.d.ts +107 -616
  40. package/es/components/field-set/index.js +1 -1
  41. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  42. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  43. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  44. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  45. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  46. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  47. package/es/components/field-set/src/Index.vue.js +1 -0
  48. package/es/components/field-set/src/Index.vue2.js +1 -0
  49. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  50. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  51. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  52. package/es/components/field-set/src/components/condition.vue.js +1 -0
  53. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  54. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  55. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  56. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  57. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  58. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  59. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  60. package/es/components/field-set/src/constants/index.d.ts +55 -0
  61. package/es/components/field-set/src/constants/index.js +1 -0
  62. package/es/components/field-set/src/types/index.d.ts +31 -1
  63. package/es/components/field-set/src/utils/index.d.ts +2 -1
  64. package/es/components/field-set/src/utils/index.js +1 -1
  65. package/es/components/field-set/style/index.css +1 -1
  66. package/es/components/form-config/index.d.ts +79 -42
  67. package/es/components/form-config/src/FormConfig.vue.d.ts +79 -42
  68. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  69. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -8
  70. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +5 -2
  71. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
  72. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -11
  73. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
  74. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +5 -2
  75. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +1 -1
  76. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
  77. package/es/components/form-config/src/constants/index.d.ts +3 -2
  78. package/es/components/form-config/src/constants/index.js +1 -1
  79. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +16 -12
  80. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  81. package/es/components/form-config/src/types/index.d.ts +14 -2
  82. package/es/components/form-render/index.d.ts +17 -8
  83. package/es/components/form-render/index.js +1 -1
  84. package/es/components/form-render/src/FormRender.vue.d.ts +17 -8
  85. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  86. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -8
  87. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +12 -0
  88. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  89. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  90. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  91. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +12 -0
  92. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
  93. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  94. package/es/components/form-render/src/hooks/index.d.ts +1 -0
  95. package/es/components/form-render/src/hooks/index.js +1 -1
  96. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  97. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
  98. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  99. package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
  100. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
  101. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  102. package/es/components/form-render/src/types/index.d.ts +1 -1
  103. package/es/components/guide/src/renderer.d.ts +2 -2
  104. package/es/components/iho-table/index.d.ts +216 -216
  105. package/es/components/iho-table/src/IhoTable.vue.d.ts +216 -216
  106. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
  107. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -1
  108. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  109. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  110. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  111. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  113. package/es/components/iho-table/src/types/index.d.ts +1 -0
  114. package/es/components/index.css +1 -1
  115. package/es/components/index.d.ts +2 -1
  116. package/es/components/index.js +1 -1
  117. package/es/components/info-header/index.d.ts +41 -23
  118. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
  119. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
  120. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
  121. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
  122. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
  123. package/es/components/keyboard/index.d.ts +1 -1
  124. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  125. package/es/components/quick-search/index.d.ts +3 -3
  126. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  127. package/es/components/recommend-search/index.d.ts +6 -6
  128. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  129. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  130. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  131. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  132. package/es/components/scale-view/index.d.ts +3 -3
  133. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  134. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  135. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  136. package/es/components/select-label/index.d.ts +2 -2
  137. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  138. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  139. package/es/components/select-label/src/index.vue.d.ts +1 -1
  140. package/es/components/select-person/index.d.ts +95 -23
  141. package/es/components/select-person/src/SelectPerson.vue.d.ts +84 -17
  142. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  143. package/es/components/select-person/src/types/enums.d.ts +9 -0
  144. package/es/components/select-person/src/types/enums.js +1 -1
  145. package/es/components/select-person/style/index.css +1 -1
  146. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
  147. package/es/components/shortcut-setter/index.d.ts +18 -8
  148. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -8
  149. package/es/components/table-export-field/index.d.ts +3 -3
  150. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  151. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  152. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -1
  153. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +1 -1
  154. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -1
  155. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -1
  156. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  157. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -1
  158. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -1
  159. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -2
  160. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  161. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
  162. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  163. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
  164. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +1 -1
  165. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -4
  166. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +4 -4
  167. package/es/components/time-line/index.d.ts +7 -7
  168. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  169. package/es/shared/package.json.js +1 -1
  170. package/es/shared/types/business.d.ts +23 -3
  171. package/es/shared/utils/business.d.ts +2 -1
  172. package/es/shared/utils/business.js +1 -1
  173. package/es/shared/utils/index.js +1 -1
  174. package/package.json +8 -2
@@ -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
  };
@@ -742,6 +741,7 @@ declare const _default: import("vue").DefineComponent<{
742
741
  };
743
742
  wordbook: {
744
743
  type: import("vue").PropType<{
744
+ [key: string]: any;
745
745
  parent_id_obj: string | number;
746
746
  parent_name_obj: string | number;
747
747
  user_count_obj?: string | number | undefined;
@@ -791,6 +791,24 @@ declare const _default: import("vue").DefineComponent<{
791
791
  type: import("vue").PropType<(keyWork: string) => Promise<AnyObject[]>>;
792
792
  default: () => Promise<never[]>;
793
793
  };
794
+ showSelectType: {
795
+ type: BooleanConstructor;
796
+ default: boolean;
797
+ };
798
+ roleData: {
799
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
800
+ [k: string]: unknown;
801
+ } & AnyObject)[]>;
802
+ default: () => never[];
803
+ };
804
+ roleFields: {
805
+ type: ObjectConstructor;
806
+ default: () => {
807
+ label: string;
808
+ key: string;
809
+ children: string;
810
+ };
811
+ };
794
812
  }, {
795
813
  searchFilterBase: {
796
814
  isOpen: boolean;
@@ -798,12 +816,19 @@ declare const _default: import("vue").DefineComponent<{
798
816
  customTitles: string[];
799
817
  itemHeight: number;
800
818
  };
819
+ labelList: {
820
+ key: string;
821
+ label: string;
822
+ }[];
823
+ labelListName: {
824
+ dept: string;
825
+ role: string;
826
+ };
801
827
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
802
828
  defaultList: {
803
829
  type: import("vue").PropType<((string | number) | {
804
830
  [key: string]: any;
805
831
  key: string | number;
806
- name: string;
807
832
  })[]>;
808
833
  default: () => never[];
809
834
  };
@@ -823,6 +848,7 @@ declare const _default: import("vue").DefineComponent<{
823
848
  };
824
849
  wordbook: {
825
850
  type: import("vue").PropType<{
851
+ [key: string]: any;
826
852
  parent_id_obj: string | number;
827
853
  parent_name_obj: string | number;
828
854
  user_count_obj?: string | number | undefined;
@@ -872,6 +898,24 @@ declare const _default: import("vue").DefineComponent<{
872
898
  type: import("vue").PropType<(keyWork: string) => Promise<AnyObject[]>>;
873
899
  default: () => Promise<never[]>;
874
900
  };
901
+ showSelectType: {
902
+ type: BooleanConstructor;
903
+ default: boolean;
904
+ };
905
+ roleData: {
906
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
907
+ [k: string]: unknown;
908
+ } & AnyObject)[]>;
909
+ default: () => never[];
910
+ };
911
+ roleFields: {
912
+ type: ObjectConstructor;
913
+ default: () => {
914
+ label: string;
915
+ key: string;
916
+ children: string;
917
+ };
918
+ };
875
919
  }>> & {
876
920
  onCheck?: ((...args: any[]) => any) | undefined;
877
921
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -895,19 +939,18 @@ declare const _default: import("vue").DefineComponent<{
895
939
  tagData: import("vue").Ref<{
896
940
  [x: string]: any;
897
941
  key: string | number;
898
- name: string;
899
942
  }[]>;
900
943
  initTagData: import("vue").Ref<{
901
944
  [x: string]: any;
902
945
  key: string | number;
903
- name: string;
904
946
  }[]>;
905
947
  isSearch: import("vue").Ref<boolean>;
906
- temp: import("naive-ui").TreeOption[];
907
- allCheckedKeys: (string | number)[];
948
+ tempData: import("naive-ui").TreeOption[];
949
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
908
950
  isRemote: import("vue").ComputedRef<boolean>;
909
951
  checkStrategyResult: import("vue").ComputedRef<any>;
910
952
  isSearchFilter: import("vue").ComputedRef<boolean>;
953
+ curSelectKey: import("vue").Ref<string>;
911
954
  mergeSearchFilter: import("vue").ComputedRef<{
912
955
  isOpen: boolean;
913
956
  multiple: boolean;
@@ -915,10 +958,24 @@ declare const _default: import("vue").DefineComponent<{
915
958
  itemHeight: number;
916
959
  }>;
917
960
  wordbookChildExpandkeys: import("vue").ComputedRef<string[]>;
918
- caculateTagData: import("vue").ComputedRef<any[]>;
961
+ caculateTagData: import("vue").ComputedRef<any>;
962
+ treeDataMiddle: any;
963
+ checkedKeysMiddle: any;
964
+ checkedTagsMiddle: any;
965
+ allCheckedKeysMiddle: any;
966
+ attrType: import("vue").ComputedRef<any>;
967
+ keyStr: import("vue").ComputedRef<string>;
968
+ getTreeDataMiddleData: () => void;
969
+ getDeptData: (list: any[], cb?: any) => any[];
970
+ getRoleData: (list: any[], cb?: any) => any[];
971
+ onHandleLabelChange: (item: any) => void;
972
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
973
+ uniqArrObj: (arr: any[], name: string) => any;
919
974
  init: () => void;
920
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
921
- 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;
922
979
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
923
980
  setDisabled: (data: import("naive-ui").TreeOption) => void;
924
981
  renderLabel: ({ option }: {
@@ -927,10 +984,7 @@ declare const _default: import("vue").DefineComponent<{
927
984
  getLabelName: (option: import("naive-ui").TreeOption) => unknown;
928
985
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
929
986
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
930
- transformParentNodeName: (trees: import("naive-ui").TreeOption[], temp: any) => import("naive-ui").TreeOption[];
931
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
932
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
933
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
987
+ transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
934
988
  searchSetting: () => string;
935
989
  onSearch: () => Promise<void>;
936
990
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -940,11 +994,9 @@ declare const _default: import("vue").DefineComponent<{
940
994
  uniq: (arr: {
941
995
  [key: string]: any;
942
996
  key: string | number;
943
- name: string;
944
997
  }[]) => {
945
998
  [key: string]: any;
946
999
  key: string | number;
947
- name: string;
948
1000
  }[];
949
1001
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
950
1002
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -953,15 +1005,10 @@ declare const _default: import("vue").DefineComponent<{
953
1005
  closeTag: (tag: {
954
1006
  [key: string]: any;
955
1007
  key: string | number;
956
- name: string;
957
1008
  }) => void;
958
1009
  notifyCheck: (keys: (string | number)[]) => void;
959
1010
  notifySearchClear: () => void;
960
- getCheckWithLevel: () => {
961
- [x: string]: any;
962
- key: string | number;
963
- name: string;
964
- }[];
1011
+ getCheckWithLevel: () => any;
965
1012
  NButton: any;
966
1013
  NInput: any;
967
1014
  NInputGroup: import("vue").DefineComponent<{
@@ -977,6 +1024,7 @@ declare const _default: import("vue").DefineComponent<{
977
1024
  }>>, {}>;
978
1025
  NCheckbox: any;
979
1026
  NTree: any;
1027
+ NTag: any;
980
1028
  NIcon: any;
981
1029
  NSpace: any;
982
1030
  NGrid: any;
@@ -1030,6 +1078,7 @@ declare const _default: import("vue").DefineComponent<{
1030
1078
  readonly suffix: boolean;
1031
1079
  readonly privateShow: boolean;
1032
1080
  }>;
1081
+ NEmpty: any;
1033
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<{}>>, {}>;
1034
1083
  SearchMultiple: import("vue").DefineComponent<{
1035
1084
  treeData: {
@@ -1299,7 +1348,6 @@ declare const _default: import("vue").DefineComponent<{
1299
1348
  type: import("vue").PropType<((string | number) | {
1300
1349
  [key: string]: any;
1301
1350
  key: string | number;
1302
- name: string;
1303
1351
  })[]>;
1304
1352
  default: () => never[];
1305
1353
  };
@@ -1319,6 +1367,7 @@ declare const _default: import("vue").DefineComponent<{
1319
1367
  };
1320
1368
  wordbook: {
1321
1369
  type: import("vue").PropType<{
1370
+ [key: string]: any;
1322
1371
  parent_id_obj: string | number;
1323
1372
  parent_name_obj: string | number;
1324
1373
  user_count_obj?: string | number | undefined;
@@ -1368,6 +1417,24 @@ declare const _default: import("vue").DefineComponent<{
1368
1417
  type: import("vue").PropType<(keyWork: string) => Promise<AnyObject[]>>;
1369
1418
  default: () => Promise<never[]>;
1370
1419
  };
1420
+ showSelectType: {
1421
+ type: BooleanConstructor;
1422
+ default: boolean;
1423
+ };
1424
+ roleData: {
1425
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1426
+ [k: string]: unknown;
1427
+ } & AnyObject)[]>;
1428
+ default: () => never[];
1429
+ };
1430
+ roleFields: {
1431
+ type: ObjectConstructor;
1432
+ default: () => {
1433
+ label: string;
1434
+ key: string;
1435
+ children: string;
1436
+ };
1437
+ };
1371
1438
  }>> & {
1372
1439
  onCheck?: ((...args: any[]) => any) | undefined;
1373
1440
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1378,11 +1445,11 @@ declare const _default: import("vue").DefineComponent<{
1378
1445
  defaultList: ((string | number) | {
1379
1446
  [key: string]: any;
1380
1447
  key: string | number;
1381
- name: string;
1382
1448
  })[];
1383
1449
  searchPlaceholder: string;
1384
1450
  searchButtonText: string;
1385
1451
  wordbook: {
1452
+ [key: string]: any;
1386
1453
  parent_id_obj: string | number;
1387
1454
  parent_name_obj: string | number;
1388
1455
  user_count_obj?: string | number | undefined;
@@ -1403,6 +1470,11 @@ declare const _default: import("vue").DefineComponent<{
1403
1470
  } & AnyObject;
1404
1471
  queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1405
1472
  queryTreeSearch: (keyWork: string) => Promise<AnyObject[]>;
1473
+ showSelectType: boolean;
1474
+ roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1475
+ [k: string]: unknown;
1476
+ } & AnyObject)[];
1477
+ roleFields: Record<string, any>;
1406
1478
  }>>;
1407
1479
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1408
1480
  visible: {
@@ -324,7 +324,7 @@ declare const _default: import("vue").DefineComponent<{
324
324
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
325
325
  readonly size: PropType<"small" | "medium" | "large">;
326
326
  readonly ignorePathChange: BooleanConstructor;
327
- readonly validationStatus: PropType<"error" | "success" | "warning">;
327
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
328
328
  readonly feedback: StringConstructor;
329
329
  readonly showLabel: {
330
330
  readonly type: PropType<boolean | undefined>;
@@ -455,7 +455,7 @@ declare const _default: import("vue").DefineComponent<{
455
455
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
456
456
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
457
457
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
458
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
458
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
459
459
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
460
460
  mergedShowLabel: import("vue").ComputedRef<boolean>;
461
461
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -489,7 +489,7 @@ declare const _default: import("vue").DefineComponent<{
489
489
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
490
490
  readonly size: PropType<"small" | "medium" | "large">;
491
491
  readonly ignorePathChange: BooleanConstructor;
492
- readonly validationStatus: PropType<"error" | "success" | "warning">;
492
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
493
493
  readonly feedback: StringConstructor;
494
494
  readonly showLabel: {
495
495
  readonly type: PropType<boolean | undefined>;
@@ -829,7 +829,6 @@ declare const _default: import("vue").DefineComponent<{
829
829
  type: PropType<((string | number) | {
830
830
  [key: string]: any;
831
831
  key: string | number;
832
- name: string;
833
832
  })[]>;
834
833
  default: () => never[];
835
834
  };
@@ -849,6 +848,7 @@ declare const _default: import("vue").DefineComponent<{
849
848
  };
850
849
  wordbook: {
851
850
  type: PropType<{
851
+ [key: string]: any;
852
852
  parent_id_obj: string | number;
853
853
  parent_name_obj: string | number;
854
854
  user_count_obj?: string | number | undefined;
@@ -898,6 +898,24 @@ declare const _default: import("vue").DefineComponent<{
898
898
  type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
899
899
  default: () => Promise<never[]>;
900
900
  };
901
+ showSelectType: {
902
+ type: BooleanConstructor;
903
+ default: boolean;
904
+ };
905
+ roleData: {
906
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
907
+ [k: string]: unknown;
908
+ } & AnyObject)[]>;
909
+ default: () => never[];
910
+ };
911
+ roleFields: {
912
+ type: ObjectConstructor;
913
+ default: () => {
914
+ label: string;
915
+ key: string;
916
+ children: string;
917
+ };
918
+ };
901
919
  }, {
902
920
  searchFilterBase: {
903
921
  isOpen: boolean;
@@ -905,12 +923,19 @@ declare const _default: import("vue").DefineComponent<{
905
923
  customTitles: string[];
906
924
  itemHeight: number;
907
925
  };
926
+ labelList: {
927
+ key: string;
928
+ label: string;
929
+ }[];
930
+ labelListName: {
931
+ dept: string;
932
+ role: string;
933
+ };
908
934
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
909
935
  defaultList: {
910
936
  type: PropType<((string | number) | {
911
937
  [key: string]: any;
912
938
  key: string | number;
913
- name: string;
914
939
  })[]>;
915
940
  default: () => never[];
916
941
  };
@@ -930,6 +955,7 @@ declare const _default: import("vue").DefineComponent<{
930
955
  };
931
956
  wordbook: {
932
957
  type: PropType<{
958
+ [key: string]: any;
933
959
  parent_id_obj: string | number;
934
960
  parent_name_obj: string | number;
935
961
  user_count_obj?: string | number | undefined;
@@ -979,6 +1005,24 @@ declare const _default: import("vue").DefineComponent<{
979
1005
  type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
980
1006
  default: () => Promise<never[]>;
981
1007
  };
1008
+ showSelectType: {
1009
+ type: BooleanConstructor;
1010
+ default: boolean;
1011
+ };
1012
+ roleData: {
1013
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1014
+ [k: string]: unknown;
1015
+ } & AnyObject)[]>;
1016
+ default: () => never[];
1017
+ };
1018
+ roleFields: {
1019
+ type: ObjectConstructor;
1020
+ default: () => {
1021
+ label: string;
1022
+ key: string;
1023
+ children: string;
1024
+ };
1025
+ };
982
1026
  }>> & {
983
1027
  onCheck?: ((...args: any[]) => any) | undefined;
984
1028
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1002,19 +1046,18 @@ declare const _default: import("vue").DefineComponent<{
1002
1046
  tagData: import("vue").Ref<{
1003
1047
  [x: string]: any;
1004
1048
  key: string | number;
1005
- name: string;
1006
1049
  }[]>;
1007
1050
  initTagData: import("vue").Ref<{
1008
1051
  [x: string]: any;
1009
1052
  key: string | number;
1010
- name: string;
1011
1053
  }[]>;
1012
1054
  isSearch: import("vue").Ref<boolean>;
1013
- temp: import("naive-ui").TreeOption[];
1014
- allCheckedKeys: (string | number)[];
1055
+ tempData: import("naive-ui").TreeOption[];
1056
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1015
1057
  isRemote: import("vue").ComputedRef<boolean>;
1016
1058
  checkStrategyResult: import("vue").ComputedRef<any>;
1017
1059
  isSearchFilter: import("vue").ComputedRef<boolean>;
1060
+ curSelectKey: import("vue").Ref<string>;
1018
1061
  mergeSearchFilter: import("vue").ComputedRef<{
1019
1062
  isOpen: boolean;
1020
1063
  multiple: boolean;
@@ -1022,10 +1065,24 @@ declare const _default: import("vue").DefineComponent<{
1022
1065
  itemHeight: number;
1023
1066
  }>;
1024
1067
  wordbookChildExpandkeys: import("vue").ComputedRef<string[]>;
1025
- caculateTagData: import("vue").ComputedRef<any[]>;
1068
+ caculateTagData: import("vue").ComputedRef<any>;
1069
+ treeDataMiddle: any;
1070
+ checkedKeysMiddle: any;
1071
+ checkedTagsMiddle: any;
1072
+ allCheckedKeysMiddle: any;
1073
+ attrType: import("vue").ComputedRef<any>;
1074
+ keyStr: import("vue").ComputedRef<string>;
1075
+ getTreeDataMiddleData: () => void;
1076
+ getDeptData: (list: any[], cb?: any) => any[];
1077
+ getRoleData: (list: any[], cb?: any) => any[];
1078
+ onHandleLabelChange: (item: any) => void;
1079
+ setSelectTagData: (tree: import("naive-ui").TreeOption[], operatorType: string) => void;
1080
+ uniqArrObj: (arr: any[], name: string) => any;
1026
1081
  init: () => void;
1027
- getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
1028
- getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
1082
+ getMainData: (tree: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => void;
1083
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption, cb?: any) => void;
1084
+ setAllCheckedKeysWithChild: (item: import("naive-ui").TreeOption, cb?: any) => void;
1085
+ setAllCheckedKeysWithParent: (item: import("naive-ui").TreeOption, cb?: any) => void;
1029
1086
  queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1030
1087
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1031
1088
  renderLabel: ({ option }: {
@@ -1034,10 +1091,7 @@ declare const _default: import("vue").DefineComponent<{
1034
1091
  getLabelName: (option: import("naive-ui").TreeOption) => unknown;
1035
1092
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1036
1093
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1037
- transformParentNodeName: (trees: import("naive-ui").TreeOption[], temp: any) => import("naive-ui").TreeOption[];
1038
- setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
1039
- setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
1040
- setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
1094
+ transformParentNodeName: (trees: import("naive-ui").TreeOption[], tempContent: any) => import("naive-ui").TreeOption[];
1041
1095
  searchSetting: () => string;
1042
1096
  onSearch: () => Promise<void>;
1043
1097
  setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
@@ -1047,11 +1101,9 @@ declare const _default: import("vue").DefineComponent<{
1047
1101
  uniq: (arr: {
1048
1102
  [key: string]: any;
1049
1103
  key: string | number;
1050
- name: string;
1051
1104
  }[]) => {
1052
1105
  [key: string]: any;
1053
1106
  key: string | number;
1054
- name: string;
1055
1107
  }[];
1056
1108
  setTagData: (tree: import("naive-ui").TreeOption[]) => void;
1057
1109
  updateTreeChecked: (keys: (string | number)[]) => void;
@@ -1060,15 +1112,10 @@ declare const _default: import("vue").DefineComponent<{
1060
1112
  closeTag: (tag: {
1061
1113
  [key: string]: any;
1062
1114
  key: string | number;
1063
- name: string;
1064
1115
  }) => void;
1065
1116
  notifyCheck: (keys: (string | number)[]) => void;
1066
1117
  notifySearchClear: () => void;
1067
- getCheckWithLevel: () => {
1068
- [x: string]: any;
1069
- key: string | number;
1070
- name: string;
1071
- }[];
1118
+ getCheckWithLevel: () => any;
1072
1119
  NButton: any;
1073
1120
  NInput: any;
1074
1121
  NInputGroup: import("vue").DefineComponent<{
@@ -1084,6 +1131,7 @@ declare const _default: import("vue").DefineComponent<{
1084
1131
  }>>, {}>;
1085
1132
  NCheckbox: any;
1086
1133
  NTree: any;
1134
+ NTag: any;
1087
1135
  NIcon: any;
1088
1136
  NSpace: any;
1089
1137
  NGrid: any;
@@ -1137,6 +1185,7 @@ declare const _default: import("vue").DefineComponent<{
1137
1185
  readonly suffix: boolean;
1138
1186
  readonly privateShow: boolean;
1139
1187
  }>;
1188
+ NEmpty: any;
1140
1189
  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<{}>>, {}>;
1141
1190
  SearchMultiple: import("vue").DefineComponent<{
1142
1191
  treeData: {
@@ -1406,7 +1455,6 @@ declare const _default: import("vue").DefineComponent<{
1406
1455
  type: PropType<((string | number) | {
1407
1456
  [key: string]: any;
1408
1457
  key: string | number;
1409
- name: string;
1410
1458
  })[]>;
1411
1459
  default: () => never[];
1412
1460
  };
@@ -1426,6 +1474,7 @@ declare const _default: import("vue").DefineComponent<{
1426
1474
  };
1427
1475
  wordbook: {
1428
1476
  type: PropType<{
1477
+ [key: string]: any;
1429
1478
  parent_id_obj: string | number;
1430
1479
  parent_name_obj: string | number;
1431
1480
  user_count_obj?: string | number | undefined;
@@ -1475,6 +1524,24 @@ declare const _default: import("vue").DefineComponent<{
1475
1524
  type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
1476
1525
  default: () => Promise<never[]>;
1477
1526
  };
1527
+ showSelectType: {
1528
+ type: BooleanConstructor;
1529
+ default: boolean;
1530
+ };
1531
+ roleData: {
1532
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1533
+ [k: string]: unknown;
1534
+ } & AnyObject)[]>;
1535
+ default: () => never[];
1536
+ };
1537
+ roleFields: {
1538
+ type: ObjectConstructor;
1539
+ default: () => {
1540
+ label: string;
1541
+ key: string;
1542
+ children: string;
1543
+ };
1544
+ };
1478
1545
  }>> & {
1479
1546
  onCheck?: ((...args: any[]) => any) | undefined;
1480
1547
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1485,11 +1552,11 @@ declare const _default: import("vue").DefineComponent<{
1485
1552
  defaultList: ((string | number) | {
1486
1553
  [key: string]: any;
1487
1554
  key: string | number;
1488
- name: string;
1489
1555
  })[];
1490
1556
  searchPlaceholder: string;
1491
1557
  searchButtonText: string;
1492
1558
  wordbook: {
1559
+ [key: string]: any;
1493
1560
  parent_id_obj: string | number;
1494
1561
  parent_name_obj: string | number;
1495
1562
  user_count_obj?: string | number | undefined;
@@ -1510,6 +1577,11 @@ declare const _default: import("vue").DefineComponent<{
1510
1577
  } & AnyObject;
1511
1578
  queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1512
1579
  queryTreeSearch: (keyWork: string) => Promise<AnyObject[]>;
1580
+ showSelectType: boolean;
1581
+ roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1582
+ [k: string]: unknown;
1583
+ } & AnyObject)[];
1584
+ roleFields: Record<string, any>;
1513
1585
  }>>;
1514
1586
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1515
1587
  visible: {
@@ -31,8 +31,9 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
31
31
  onRemove?: ((...args: any[]) => any) | undefined;
32
32
  "onAdd:prevent"?: ((...args: any[]) => any) | undefined;
33
33
  "onClick:grid"?: ((...args: any[]) => any) | undefined;
34
+ onEventClick?: ((...args: any[]) => any) | undefined;
34
35
  }>>;
35
- emits: (event: "select" | "add" | "change" | "remove" | "add:prevent" | "click:grid", ...args: any[]) => void;
36
+ emits: (event: "add" | "change" | "remove" | "select" | "add:prevent" | "click:grid" | "eventClick", ...args: any[]) => void;
36
37
  canvasRef: import("vue").Ref<HTMLCanvasElement | null>;
37
38
  canvas: import("vue").Ref<any>;
38
39
  pointTipProps: {
@@ -165,7 +166,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
165
166
  show: boolean;
166
167
  list: unknown[];
167
168
  }>;
168
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "add" | "change" | "remove" | "add:prevent" | "click:grid")[], "remove" | "select" | "add" | "change" | "add:prevent" | "click:grid", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
169
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "change" | "remove" | "select" | "add:prevent" | "click:grid" | "eventClick")[], "remove" | "add" | "change" | "select" | "add:prevent" | "click:grid" | "eventClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
169
170
  type: {
170
171
  type: import("vue").PropType<import("./src/interface").IType>;
171
172
  default: string;
@@ -184,6 +185,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
184
185
  onRemove?: ((...args: any[]) => any) | undefined;
185
186
  "onAdd:prevent"?: ((...args: any[]) => any) | undefined;
186
187
  "onClick:grid"?: ((...args: any[]) => any) | undefined;
188
+ onEventClick?: ((...args: any[]) => any) | undefined;
187
189
  }, {
188
190
  type: import("./src/interface").IType;
189
191
  }>>;
@@ -33,8 +33,9 @@ declare const _default: import("vue").DefineComponent<{
33
33
  onRemove?: ((...args: any[]) => any) | undefined;
34
34
  "onAdd:prevent"?: ((...args: any[]) => any) | undefined;
35
35
  "onClick:grid"?: ((...args: any[]) => any) | undefined;
36
+ onEventClick?: ((...args: any[]) => any) | undefined;
36
37
  }>>;
37
- emits: (event: "select" | "add" | "change" | "remove" | "add:prevent" | "click:grid", ...args: any[]) => void;
38
+ emits: (event: "add" | "change" | "remove" | "select" | "add:prevent" | "click:grid" | "eventClick", ...args: any[]) => void;
38
39
  canvasRef: import("vue").Ref<HTMLCanvasElement | null>;
39
40
  canvas: import("vue").Ref<any>;
40
41
  pointTipProps: {
@@ -167,7 +168,7 @@ declare const _default: import("vue").DefineComponent<{
167
168
  show: boolean;
168
169
  list: unknown[];
169
170
  }>;
170
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "add" | "change" | "remove" | "add:prevent" | "click:grid")[], "remove" | "select" | "add" | "change" | "add:prevent" | "click:grid", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
171
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "change" | "remove" | "select" | "add:prevent" | "click:grid" | "eventClick")[], "remove" | "add" | "change" | "select" | "add:prevent" | "click:grid" | "eventClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
171
172
  type: {
172
173
  type: PropType<IType>;
173
174
  default: string;
@@ -186,6 +187,7 @@ declare const _default: import("vue").DefineComponent<{
186
187
  onRemove?: ((...args: any[]) => any) | undefined;
187
188
  "onAdd:prevent"?: ((...args: any[]) => any) | undefined;
188
189
  "onClick:grid"?: ((...args: any[]) => any) | undefined;
190
+ onEventClick?: ((...args: any[]) => any) | undefined;
189
191
  }, {
190
192
  type: IType;
191
193
  }>;