cnhis-design-vue 3.3.3-beta.0 → 3.3.3-beta.10

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 (97) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/src/Index.vue2.js +7 -7
  3. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  4. package/es/components/audio-sdk/src/components/recording.vue2.js +16 -2
  5. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  6. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  7. package/es/components/button-print/index.d.ts +2 -1
  8. package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -1
  9. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
  10. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -1
  11. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +8 -5
  12. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +4 -1
  13. package/es/components/button-print/src/utils/print.d.ts +2 -2
  14. package/es/components/button-print/src/utils/print.js +29 -20
  15. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  16. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  17. package/es/components/expand-field/index.d.ts +639 -0
  18. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +639 -0
  19. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +639 -0
  20. package/es/components/expand-field/src/components/form.vue.d.ts +639 -0
  21. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  22. package/es/components/expand-field/src/index.vue.d.ts +639 -0
  23. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  24. package/es/components/form-config/index.d.ts +2 -0
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +2 -0
  26. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2 -0
  27. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  28. package/es/components/form-config/src/constants/index.d.ts +1 -0
  29. package/es/components/form-config/src/constants/index.js +1 -0
  30. package/es/components/form-config/src/hooks/useConfigurationField.js +6 -1
  31. package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
  32. package/es/components/form-config/src/hooks/useLocale.js +1 -0
  33. package/es/components/form-config/src/types/index.d.ts +1 -0
  34. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  35. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  36. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  37. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  38. package/es/components/iho-chat/style/index.css +1 -1
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  40. package/es/components/index.css +1 -1
  41. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  42. package/es/components/scale-view/index.d.ts +26 -15
  43. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  44. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  45. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  46. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  47. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  48. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  49. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  50. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  51. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  52. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  53. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  54. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  55. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  56. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  57. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  58. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  59. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  60. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  61. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  62. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  63. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  64. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  65. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  66. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  67. package/es/components/scale-view/style/index.css +1 -1
  68. package/es/components/select-person/index.d.ts +639 -0
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +305 -347
  70. package/es/components/select-person/src/SelectPerson.vue2.js +477 -678
  71. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  72. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  73. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  74. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  75. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  76. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  77. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  78. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  79. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  80. package/es/components/select-person/src/index.vue.d.ts +639 -0
  81. package/es/components/select-person/src/index.vue2.js +15 -2
  82. package/es/components/select-person/src/types/index.d.ts +35 -0
  83. package/es/components/select-person/src/types/index.js +1 -0
  84. package/es/components/select-person/src/utils/index.d.ts +1 -0
  85. package/es/components/select-person/src/utils/index.js +6 -8
  86. package/es/components/select-person/style/index.css +1 -1
  87. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  88. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  89. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  90. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  91. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  92. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  93. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  94. package/es/env.d.ts +25 -25
  95. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  96. package/es/shared/package.json.js +1 -1
  97. package/package.json +2 -2
@@ -529,6 +529,18 @@ declare const _default: import("vue").DefineComponent<{
529
529
  onlyForwardCascade: {
530
530
  type: BooleanConstructor;
531
531
  };
532
+ height: {
533
+ type: StringConstructor;
534
+ default: string;
535
+ };
536
+ hideLeaf: {
537
+ type: BooleanConstructor;
538
+ default: boolean;
539
+ };
540
+ itemKey: {
541
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
542
+ default: undefined;
543
+ };
532
544
  }, {
533
545
  $attrs: {
534
546
  [x: string]: unknown;
@@ -640,6 +652,18 @@ declare const _default: import("vue").DefineComponent<{
640
652
  onlyForwardCascade: {
641
653
  type: BooleanConstructor;
642
654
  };
655
+ height: {
656
+ type: StringConstructor;
657
+ default: string;
658
+ };
659
+ hideLeaf: {
660
+ type: BooleanConstructor;
661
+ default: boolean;
662
+ };
663
+ itemKey: {
664
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
665
+ default: undefined;
666
+ };
643
667
  }>> & {
644
668
  onCheck?: ((...args: any[]) => any) | undefined;
645
669
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1670,6 +1694,594 @@ declare const _default: import("vue").DefineComponent<{
1670
1694
  roleFields: Record<string, any>;
1671
1695
  forceShowSelectAll: boolean;
1672
1696
  onlyForwardCascade: boolean;
1697
+ }> | import("vue").DefineComponent<{
1698
+ defaultList: {
1699
+ type: PropType<((string | number) | {
1700
+ [key: string]: any;
1701
+ key: string | number;
1702
+ })[]>;
1703
+ default: () => never[];
1704
+ };
1705
+ data: {
1706
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1707
+ default: () => never[];
1708
+ };
1709
+ searchPlaceholder: {
1710
+ type: StringConstructor;
1711
+ default: string;
1712
+ };
1713
+ searchButtonText: {
1714
+ type: StringConstructor;
1715
+ default: string;
1716
+ };
1717
+ wordbook: {
1718
+ type: PropType<import("../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1719
+ default: () => {};
1720
+ };
1721
+ wordbookChild: {
1722
+ type: PropType<import("../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1723
+ default: () => {};
1724
+ };
1725
+ showCount: {
1726
+ type: BooleanConstructor;
1727
+ default: boolean;
1728
+ };
1729
+ showClear: {
1730
+ type: BooleanConstructor;
1731
+ default: boolean;
1732
+ };
1733
+ multiple: {
1734
+ type: BooleanConstructor;
1735
+ default: boolean;
1736
+ };
1737
+ searchInner: {
1738
+ type: BooleanConstructor;
1739
+ default: boolean;
1740
+ };
1741
+ searchFilter: {
1742
+ type: PropType<AnyObject>;
1743
+ default: () => {};
1744
+ };
1745
+ treeSetting: {
1746
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1747
+ default: () => {};
1748
+ };
1749
+ queryLoadChildData: {
1750
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1751
+ default: undefined;
1752
+ };
1753
+ queryTreeSearch: {
1754
+ type: PropType<(keyWork: string) => Promise<import("../../select-person/src/types").PTreeOption[]>>;
1755
+ default: () => Promise<never[]>;
1756
+ };
1757
+ forceShowSelectAll: {
1758
+ type: BooleanConstructor;
1759
+ };
1760
+ uncheckableField: {
1761
+ type: StringConstructor;
1762
+ };
1763
+ onlyForwardCascade: {
1764
+ type: BooleanConstructor;
1765
+ };
1766
+ height: {
1767
+ type: StringConstructor;
1768
+ };
1769
+ hideLeaf: {
1770
+ type: BooleanConstructor;
1771
+ default: boolean;
1772
+ };
1773
+ itemKey: {
1774
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1775
+ default: undefined;
1776
+ };
1777
+ }, {
1778
+ $message: import("naive-ui").MessageApi;
1779
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1780
+ defaultList: {
1781
+ type: PropType<((string | number) | {
1782
+ [key: string]: any;
1783
+ key: string | number;
1784
+ })[]>;
1785
+ default: () => never[];
1786
+ };
1787
+ data: {
1788
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1789
+ default: () => never[];
1790
+ };
1791
+ searchPlaceholder: {
1792
+ type: StringConstructor;
1793
+ default: string;
1794
+ };
1795
+ searchButtonText: {
1796
+ type: StringConstructor;
1797
+ default: string;
1798
+ };
1799
+ wordbook: {
1800
+ type: PropType<import("../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1801
+ default: () => {};
1802
+ };
1803
+ wordbookChild: {
1804
+ type: PropType<import("../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1805
+ default: () => {};
1806
+ };
1807
+ showCount: {
1808
+ type: BooleanConstructor;
1809
+ default: boolean;
1810
+ };
1811
+ showClear: {
1812
+ type: BooleanConstructor;
1813
+ default: boolean;
1814
+ };
1815
+ multiple: {
1816
+ type: BooleanConstructor;
1817
+ default: boolean;
1818
+ };
1819
+ searchInner: {
1820
+ type: BooleanConstructor;
1821
+ default: boolean;
1822
+ };
1823
+ searchFilter: {
1824
+ type: PropType<AnyObject>;
1825
+ default: () => {};
1826
+ };
1827
+ treeSetting: {
1828
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1829
+ default: () => {};
1830
+ };
1831
+ queryLoadChildData: {
1832
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1833
+ default: undefined;
1834
+ };
1835
+ queryTreeSearch: {
1836
+ type: PropType<(keyWork: string) => Promise<import("../../select-person/src/types").PTreeOption[]>>;
1837
+ default: () => Promise<never[]>;
1838
+ };
1839
+ forceShowSelectAll: {
1840
+ type: BooleanConstructor;
1841
+ };
1842
+ uncheckableField: {
1843
+ type: StringConstructor;
1844
+ };
1845
+ onlyForwardCascade: {
1846
+ type: BooleanConstructor;
1847
+ };
1848
+ height: {
1849
+ type: StringConstructor;
1850
+ };
1851
+ hideLeaf: {
1852
+ type: BooleanConstructor;
1853
+ default: boolean;
1854
+ };
1855
+ itemKey: {
1856
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1857
+ default: undefined;
1858
+ };
1859
+ }>> & {}>>;
1860
+ emit: any;
1861
+ keyword: import("vue").Ref<string>;
1862
+ checkedAll: import("vue").Ref<boolean>;
1863
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1864
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1865
+ treeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
1866
+ treeAsyncData: import("vue").Ref<{
1867
+ [x: string]: any;
1868
+ key: string | number;
1869
+ label: string;
1870
+ name: string;
1871
+ labelExpand: string;
1872
+ parentKey?: (string | number) | undefined;
1873
+ parentName: string;
1874
+ innerItemsNum: number;
1875
+ children: any[] | undefined;
1876
+ leaf: boolean;
1877
+ originItem: {
1878
+ [x: string]: any;
1879
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1880
+ label?: string | undefined;
1881
+ checkboxDisabled?: boolean | undefined;
1882
+ disabled?: boolean | undefined;
1883
+ isLeaf?: boolean | undefined;
1884
+ children?: {
1885
+ [x: string]: unknown;
1886
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1887
+ label?: string | undefined;
1888
+ checkboxDisabled?: boolean | undefined;
1889
+ disabled?: boolean | undefined;
1890
+ isLeaf?: boolean | undefined;
1891
+ children?: any[] | undefined;
1892
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1893
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1894
+ }[] | undefined;
1895
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1896
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1897
+ };
1898
+ disabled?: boolean | undefined;
1899
+ count?: number | undefined;
1900
+ }[]>;
1901
+ searchTreeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
1902
+ searchData: import("vue").ShallowRef<{
1903
+ title: string;
1904
+ data: import("../../select-person/src/types").PTreeOption[];
1905
+ }[]>;
1906
+ treeMap: Map<string | number, import("../../select-person/src/types").PTreeOption>;
1907
+ isSearch: import("vue").Ref<boolean>;
1908
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
1909
+ isRemote: import("vue").ComputedRef<boolean>;
1910
+ checkStrategyResult: import("vue").ComputedRef<any>;
1911
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1912
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1913
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1914
+ caculateTagData: import("vue").ComputedRef<AnyObject[]>;
1915
+ renderTreeData: import("vue").ComputedRef<{
1916
+ [x: string]: any;
1917
+ key: string | number;
1918
+ label: string;
1919
+ name: string;
1920
+ labelExpand: string;
1921
+ parentKey?: (string | number) | undefined;
1922
+ parentName: string;
1923
+ innerItemsNum: number;
1924
+ children: any[] | undefined;
1925
+ leaf: boolean;
1926
+ originItem: {
1927
+ [x: string]: any;
1928
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1929
+ label?: string | undefined;
1930
+ checkboxDisabled?: boolean | undefined;
1931
+ disabled?: boolean | undefined;
1932
+ isLeaf?: boolean | undefined;
1933
+ children?: {
1934
+ [x: string]: unknown;
1935
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1936
+ label?: string | undefined;
1937
+ checkboxDisabled?: boolean | undefined;
1938
+ disabled?: boolean | undefined;
1939
+ isLeaf?: boolean | undefined;
1940
+ children?: any[] | undefined;
1941
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1942
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1943
+ }[] | undefined;
1944
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1945
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1946
+ };
1947
+ disabled?: boolean | undefined;
1948
+ count?: number | undefined;
1949
+ }[]>;
1950
+ initTreeData: () => void;
1951
+ queryLoadChildNode: (node: import("../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1952
+ renderLabel: ({ option }: {
1953
+ option: import("naive-ui").TreeOption;
1954
+ }) => JSX.Element;
1955
+ transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
1956
+ treeItems: import("../../select-person/src/types").PTreeOption[];
1957
+ leafCount: number;
1958
+ };
1959
+ onSearch: () => Promise<void>;
1960
+ getAllKeys: (tree: import("../../select-person/src/types").PTreeOption[], strategy: import("../../select-person/src/types").Strategy) => (string | number)[];
1961
+ getParentKeys: (node: import("../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../select-person/src/types").PTreeOption>) => never[];
1962
+ getTopLevelCheckedKey: (node: import("../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../select-person/src/types").PTreeOption>) => string | number;
1963
+ checkedAllChange: (checked: boolean) => void;
1964
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1965
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1966
+ node: import("naive-ui").TreeOption | null;
1967
+ action: "check" | "uncheck";
1968
+ }) => void;
1969
+ clearAll: () => void;
1970
+ updateChecked: (key: string | number, checked: boolean) => void;
1971
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1972
+ checkSearchClear: (kw: string) => void;
1973
+ getCheckWithLevel: (strategy?: import("../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1974
+ parentNode: import("../../select-person/src/types").PTreeOption | undefined;
1975
+ key: string | number;
1976
+ label: string;
1977
+ name: string;
1978
+ labelExpand: string;
1979
+ parentKey?: (string | number) | undefined;
1980
+ parentName: string;
1981
+ innerItemsNum: number;
1982
+ children: import("../../select-person/src/types").PTreeOption[] | undefined;
1983
+ leaf: boolean;
1984
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1985
+ disabled?: boolean | undefined;
1986
+ count?: number | undefined;
1987
+ }[];
1988
+ resetParams: () => void;
1989
+ NButton: any;
1990
+ NInput: any;
1991
+ NInputGroup: any;
1992
+ NCheckbox: any;
1993
+ NTree: any;
1994
+ NIcon: any;
1995
+ NSpace: any;
1996
+ NGrid: any;
1997
+ NGi: any;
1998
+ 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<{}>>, {}>;
1999
+ SearchGroupList: import("vue").DefineComponent<{
2000
+ data: {
2001
+ type: PropType<{
2002
+ title: string;
2003
+ data: {
2004
+ key: string | number;
2005
+ label: string;
2006
+ labelExpand: string;
2007
+ parentName: string;
2008
+ }[];
2009
+ }[]>;
2010
+ required: true;
2011
+ };
2012
+ type: {
2013
+ type: StringConstructor;
2014
+ default: string;
2015
+ };
2016
+ }, {
2017
+ emit: (event: "checked", ...args: any[]) => void;
2018
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2019
+ data: {
2020
+ type: PropType<{
2021
+ title: string;
2022
+ data: {
2023
+ key: string | number;
2024
+ label: string;
2025
+ labelExpand: string;
2026
+ parentName: string;
2027
+ }[];
2028
+ }[]>;
2029
+ required: true;
2030
+ };
2031
+ type: {
2032
+ type: StringConstructor;
2033
+ default: string;
2034
+ };
2035
+ }>> & {
2036
+ onChecked?: ((...args: any[]) => any) | undefined;
2037
+ }>>;
2038
+ renderData: import("vue").ComputedRef<{
2039
+ title: string;
2040
+ data: {
2041
+ key: string | number;
2042
+ label: string;
2043
+ labelExpand: string;
2044
+ parentName: string;
2045
+ }[];
2046
+ }[]>;
2047
+ handleClick: (item: AnyObject) => void;
2048
+ handleChange: (item: AnyObject, checked: boolean) => void;
2049
+ NVirtualList: any;
2050
+ NCheckbox: any;
2051
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2052
+ type: {
2053
+ type: StringConstructor;
2054
+ default: string;
2055
+ };
2056
+ config: {
2057
+ type: PropType<AnyObject>;
2058
+ default: () => {
2059
+ title: string;
2060
+ content: string;
2061
+ };
2062
+ };
2063
+ }, {
2064
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2065
+ type: {
2066
+ type: StringConstructor;
2067
+ default: string;
2068
+ };
2069
+ config: {
2070
+ type: PropType<AnyObject>;
2071
+ default: () => {
2072
+ title: string;
2073
+ content: string;
2074
+ };
2075
+ };
2076
+ }>> & {
2077
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2078
+ }>>;
2079
+ emit: (event: "reloadPage", ...args: any[]) => void;
2080
+ configResult: import("vue").ComputedRef<{
2081
+ title: string;
2082
+ content: string;
2083
+ img: string;
2084
+ }>;
2085
+ reloadPage: () => void;
2086
+ NIcon: any;
2087
+ Refresh: 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<{}>>, {}>;
2088
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2089
+ type: {
2090
+ type: StringConstructor;
2091
+ default: string;
2092
+ };
2093
+ config: {
2094
+ type: PropType<AnyObject>;
2095
+ default: () => {
2096
+ title: string;
2097
+ content: string;
2098
+ };
2099
+ };
2100
+ }>> & {
2101
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2102
+ }, {
2103
+ type: string;
2104
+ config: AnyObject;
2105
+ }>>;
2106
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2107
+ data: {
2108
+ type: PropType<{
2109
+ title: string;
2110
+ data: {
2111
+ key: string | number;
2112
+ label: string;
2113
+ labelExpand: string;
2114
+ parentName: string;
2115
+ }[];
2116
+ }[]>;
2117
+ required: true;
2118
+ };
2119
+ type: {
2120
+ type: StringConstructor;
2121
+ default: string;
2122
+ };
2123
+ }>> & {
2124
+ onChecked?: ((...args: any[]) => any) | undefined;
2125
+ }, {
2126
+ type: string;
2127
+ }>;
2128
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2129
+ type: {
2130
+ type: StringConstructor;
2131
+ default: string;
2132
+ };
2133
+ config: {
2134
+ type: PropType<AnyObject>;
2135
+ default: () => {
2136
+ title: string;
2137
+ content: string;
2138
+ };
2139
+ };
2140
+ }, {
2141
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2142
+ type: {
2143
+ type: StringConstructor;
2144
+ default: string;
2145
+ };
2146
+ config: {
2147
+ type: PropType<AnyObject>;
2148
+ default: () => {
2149
+ title: string;
2150
+ content: string;
2151
+ };
2152
+ };
2153
+ }>> & {
2154
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2155
+ }>>;
2156
+ emit: (event: "reloadPage", ...args: any[]) => void;
2157
+ configResult: import("vue").ComputedRef<{
2158
+ title: string;
2159
+ content: string;
2160
+ img: string;
2161
+ }>;
2162
+ reloadPage: () => void;
2163
+ NIcon: any;
2164
+ Refresh: 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<{}>>, {}>;
2165
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2166
+ type: {
2167
+ type: StringConstructor;
2168
+ default: string;
2169
+ };
2170
+ config: {
2171
+ type: PropType<AnyObject>;
2172
+ default: () => {
2173
+ title: string;
2174
+ content: string;
2175
+ };
2176
+ };
2177
+ }>> & {
2178
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2179
+ }, {
2180
+ type: string;
2181
+ config: AnyObject;
2182
+ }>>;
2183
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2184
+ defaultList: {
2185
+ type: PropType<((string | number) | {
2186
+ [key: string]: any;
2187
+ key: string | number;
2188
+ })[]>;
2189
+ default: () => never[];
2190
+ };
2191
+ data: {
2192
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
2193
+ default: () => never[];
2194
+ };
2195
+ searchPlaceholder: {
2196
+ type: StringConstructor;
2197
+ default: string;
2198
+ };
2199
+ searchButtonText: {
2200
+ type: StringConstructor;
2201
+ default: string;
2202
+ };
2203
+ wordbook: {
2204
+ type: PropType<import("../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2205
+ default: () => {};
2206
+ };
2207
+ wordbookChild: {
2208
+ type: PropType<import("../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2209
+ default: () => {};
2210
+ };
2211
+ showCount: {
2212
+ type: BooleanConstructor;
2213
+ default: boolean;
2214
+ };
2215
+ showClear: {
2216
+ type: BooleanConstructor;
2217
+ default: boolean;
2218
+ };
2219
+ multiple: {
2220
+ type: BooleanConstructor;
2221
+ default: boolean;
2222
+ };
2223
+ searchInner: {
2224
+ type: BooleanConstructor;
2225
+ default: boolean;
2226
+ };
2227
+ searchFilter: {
2228
+ type: PropType<AnyObject>;
2229
+ default: () => {};
2230
+ };
2231
+ treeSetting: {
2232
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2233
+ default: () => {};
2234
+ };
2235
+ queryLoadChildData: {
2236
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
2237
+ default: undefined;
2238
+ };
2239
+ queryTreeSearch: {
2240
+ type: PropType<(keyWork: string) => Promise<import("../../select-person/src/types").PTreeOption[]>>;
2241
+ default: () => Promise<never[]>;
2242
+ };
2243
+ forceShowSelectAll: {
2244
+ type: BooleanConstructor;
2245
+ };
2246
+ uncheckableField: {
2247
+ type: StringConstructor;
2248
+ };
2249
+ onlyForwardCascade: {
2250
+ type: BooleanConstructor;
2251
+ };
2252
+ height: {
2253
+ type: StringConstructor;
2254
+ };
2255
+ hideLeaf: {
2256
+ type: BooleanConstructor;
2257
+ default: boolean;
2258
+ };
2259
+ itemKey: {
2260
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2261
+ default: undefined;
2262
+ };
2263
+ }>>, {
2264
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2265
+ defaultList: ((string | number) | {
2266
+ [key: string]: any;
2267
+ key: string | number;
2268
+ })[];
2269
+ searchPlaceholder: string;
2270
+ searchButtonText: string;
2271
+ wordbook: import("../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2272
+ wordbookChild: import("../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2273
+ showCount: boolean;
2274
+ showClear: boolean;
2275
+ multiple: boolean;
2276
+ searchInner: boolean;
2277
+ searchFilter: AnyObject;
2278
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
2279
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
2280
+ queryTreeSearch: (keyWork: string) => Promise<import("../../select-person/src/types").PTreeOption[]>;
2281
+ forceShowSelectAll: boolean;
2282
+ onlyForwardCascade: boolean;
2283
+ hideLeaf: boolean;
2284
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1673
2285
  }>>;
1674
2286
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1675
2287
  defaultList: {
@@ -1778,6 +2390,18 @@ declare const _default: import("vue").DefineComponent<{
1778
2390
  onlyForwardCascade: {
1779
2391
  type: BooleanConstructor;
1780
2392
  };
2393
+ height: {
2394
+ type: StringConstructor;
2395
+ default: string;
2396
+ };
2397
+ hideLeaf: {
2398
+ type: BooleanConstructor;
2399
+ default: boolean;
2400
+ };
2401
+ itemKey: {
2402
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2403
+ default: undefined;
2404
+ };
1781
2405
  }>> & {
1782
2406
  onCheck?: ((...args: any[]) => any) | undefined;
1783
2407
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1893,11 +2517,24 @@ declare const _default: import("vue").DefineComponent<{
1893
2517
  onlyForwardCascade: {
1894
2518
  type: BooleanConstructor;
1895
2519
  };
2520
+ height: {
2521
+ type: StringConstructor;
2522
+ default: string;
2523
+ };
2524
+ hideLeaf: {
2525
+ type: BooleanConstructor;
2526
+ default: boolean;
2527
+ };
2528
+ itemKey: {
2529
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2530
+ default: undefined;
2531
+ };
1896
2532
  }>> & {
1897
2533
  onCheck?: ((...args: any[]) => any) | undefined;
1898
2534
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1899
2535
  }, {
1900
2536
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2537
+ height: string;
1901
2538
  defaultList: ((string | number) | {
1902
2539
  [key: string]: any;
1903
2540
  key: string | number;
@@ -1932,6 +2569,8 @@ declare const _default: import("vue").DefineComponent<{
1932
2569
  tagProps: AnyObject;
1933
2570
  forceShowSelectAll: boolean;
1934
2571
  onlyForwardCascade: boolean;
2572
+ hideLeaf: boolean;
2573
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1935
2574
  }>>;
1936
2575
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1937
2576
  visible: {