cnhis-design-vue 3.3.3-beta.1 → 3.3.3-beta.13

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