cnhis-design-vue 3.3.3-beta.1 → 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 (87) 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/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  24. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  25. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  26. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  27. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  28. package/es/components/iho-chat/style/index.css +1 -1
  29. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  30. package/es/components/index.css +1 -1
  31. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  32. package/es/components/scale-view/index.d.ts +26 -15
  33. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  34. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  35. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  36. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  37. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  38. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  39. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  40. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  41. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  42. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  43. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  44. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  45. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  46. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  47. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  48. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  49. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  50. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  51. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  52. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  53. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  54. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  55. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  56. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  57. package/es/components/scale-view/style/index.css +1 -1
  58. package/es/components/select-person/index.d.ts +639 -0
  59. package/es/components/select-person/src/SelectPerson.vue.d.ts +305 -347
  60. package/es/components/select-person/src/SelectPerson.vue2.js +477 -678
  61. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  62. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  63. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  64. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  65. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  66. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  67. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  68. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  69. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  70. package/es/components/select-person/src/index.vue.d.ts +639 -0
  71. package/es/components/select-person/src/index.vue2.js +15 -2
  72. package/es/components/select-person/src/types/index.d.ts +35 -0
  73. package/es/components/select-person/src/types/index.js +1 -0
  74. package/es/components/select-person/src/utils/index.d.ts +1 -0
  75. package/es/components/select-person/src/utils/index.js +6 -8
  76. package/es/components/select-person/style/index.css +1 -1
  77. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  78. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  79. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  80. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  81. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  82. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  83. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  84. package/es/env.d.ts +25 -25
  85. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  86. package/es/shared/package.json.js +1 -1
  87. package/package.json +2 -2
@@ -471,6 +471,18 @@ declare const _default: import("vue").DefineComponent<{
471
471
  onlyForwardCascade: {
472
472
  type: BooleanConstructor;
473
473
  };
474
+ height: {
475
+ type: StringConstructor;
476
+ default: string;
477
+ };
478
+ hideLeaf: {
479
+ type: BooleanConstructor;
480
+ default: boolean;
481
+ };
482
+ itemKey: {
483
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
484
+ default: undefined;
485
+ };
474
486
  }, {
475
487
  $attrs: {
476
488
  [x: string]: unknown;
@@ -582,6 +594,18 @@ declare const _default: import("vue").DefineComponent<{
582
594
  onlyForwardCascade: {
583
595
  type: BooleanConstructor;
584
596
  };
597
+ height: {
598
+ type: StringConstructor;
599
+ default: string;
600
+ };
601
+ hideLeaf: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ itemKey: {
606
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
607
+ default: undefined;
608
+ };
585
609
  }>> & {
586
610
  onCheck?: ((...args: any[]) => any) | undefined;
587
611
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1612,6 +1636,594 @@ declare const _default: import("vue").DefineComponent<{
1612
1636
  roleFields: Record<string, any>;
1613
1637
  forceShowSelectAll: boolean;
1614
1638
  onlyForwardCascade: boolean;
1639
+ }> | import("vue").DefineComponent<{
1640
+ defaultList: {
1641
+ type: import("vue").PropType<((string | number) | {
1642
+ [key: string]: any;
1643
+ key: string | number;
1644
+ })[]>;
1645
+ default: () => never[];
1646
+ };
1647
+ data: {
1648
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1649
+ default: () => never[];
1650
+ };
1651
+ searchPlaceholder: {
1652
+ type: StringConstructor;
1653
+ default: string;
1654
+ };
1655
+ searchButtonText: {
1656
+ type: StringConstructor;
1657
+ default: string;
1658
+ };
1659
+ wordbook: {
1660
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1661
+ default: () => {};
1662
+ };
1663
+ wordbookChild: {
1664
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1665
+ default: () => {};
1666
+ };
1667
+ showCount: {
1668
+ type: BooleanConstructor;
1669
+ default: boolean;
1670
+ };
1671
+ showClear: {
1672
+ type: BooleanConstructor;
1673
+ default: boolean;
1674
+ };
1675
+ multiple: {
1676
+ type: BooleanConstructor;
1677
+ default: boolean;
1678
+ };
1679
+ searchInner: {
1680
+ type: BooleanConstructor;
1681
+ default: boolean;
1682
+ };
1683
+ searchFilter: {
1684
+ type: import("vue").PropType<AnyObject>;
1685
+ default: () => {};
1686
+ };
1687
+ treeSetting: {
1688
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1689
+ default: () => {};
1690
+ };
1691
+ queryLoadChildData: {
1692
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1693
+ default: undefined;
1694
+ };
1695
+ queryTreeSearch: {
1696
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1697
+ default: () => Promise<never[]>;
1698
+ };
1699
+ forceShowSelectAll: {
1700
+ type: BooleanConstructor;
1701
+ };
1702
+ uncheckableField: {
1703
+ type: StringConstructor;
1704
+ };
1705
+ onlyForwardCascade: {
1706
+ type: BooleanConstructor;
1707
+ };
1708
+ height: {
1709
+ type: StringConstructor;
1710
+ };
1711
+ hideLeaf: {
1712
+ type: BooleanConstructor;
1713
+ default: boolean;
1714
+ };
1715
+ itemKey: {
1716
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1717
+ default: undefined;
1718
+ };
1719
+ }, {
1720
+ $message: import("naive-ui").MessageApi;
1721
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1722
+ defaultList: {
1723
+ type: import("vue").PropType<((string | number) | {
1724
+ [key: string]: any;
1725
+ key: string | number;
1726
+ })[]>;
1727
+ default: () => never[];
1728
+ };
1729
+ data: {
1730
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1731
+ default: () => never[];
1732
+ };
1733
+ searchPlaceholder: {
1734
+ type: StringConstructor;
1735
+ default: string;
1736
+ };
1737
+ searchButtonText: {
1738
+ type: StringConstructor;
1739
+ default: string;
1740
+ };
1741
+ wordbook: {
1742
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1743
+ default: () => {};
1744
+ };
1745
+ wordbookChild: {
1746
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1747
+ default: () => {};
1748
+ };
1749
+ showCount: {
1750
+ type: BooleanConstructor;
1751
+ default: boolean;
1752
+ };
1753
+ showClear: {
1754
+ type: BooleanConstructor;
1755
+ default: boolean;
1756
+ };
1757
+ multiple: {
1758
+ type: BooleanConstructor;
1759
+ default: boolean;
1760
+ };
1761
+ searchInner: {
1762
+ type: BooleanConstructor;
1763
+ default: boolean;
1764
+ };
1765
+ searchFilter: {
1766
+ type: import("vue").PropType<AnyObject>;
1767
+ default: () => {};
1768
+ };
1769
+ treeSetting: {
1770
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1771
+ default: () => {};
1772
+ };
1773
+ queryLoadChildData: {
1774
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1775
+ default: undefined;
1776
+ };
1777
+ queryTreeSearch: {
1778
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1779
+ default: () => Promise<never[]>;
1780
+ };
1781
+ forceShowSelectAll: {
1782
+ type: BooleanConstructor;
1783
+ };
1784
+ uncheckableField: {
1785
+ type: StringConstructor;
1786
+ };
1787
+ onlyForwardCascade: {
1788
+ type: BooleanConstructor;
1789
+ };
1790
+ height: {
1791
+ type: StringConstructor;
1792
+ };
1793
+ hideLeaf: {
1794
+ type: BooleanConstructor;
1795
+ default: boolean;
1796
+ };
1797
+ itemKey: {
1798
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1799
+ default: undefined;
1800
+ };
1801
+ }>> & {}>>;
1802
+ emit: any;
1803
+ keyword: import("vue").Ref<string>;
1804
+ checkedAll: import("vue").Ref<boolean>;
1805
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1806
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1807
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1808
+ treeAsyncData: import("vue").Ref<{
1809
+ [x: string]: any;
1810
+ key: string | number;
1811
+ label: string;
1812
+ name: string;
1813
+ labelExpand: string;
1814
+ parentKey?: (string | number) | undefined;
1815
+ parentName: string;
1816
+ innerItemsNum: number;
1817
+ children: any[] | undefined;
1818
+ leaf: boolean;
1819
+ originItem: {
1820
+ [x: string]: any;
1821
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1822
+ label?: string | undefined;
1823
+ checkboxDisabled?: boolean | undefined;
1824
+ disabled?: boolean | undefined;
1825
+ isLeaf?: boolean | undefined;
1826
+ children?: {
1827
+ [x: string]: unknown;
1828
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1829
+ label?: string | undefined;
1830
+ checkboxDisabled?: boolean | undefined;
1831
+ disabled?: boolean | undefined;
1832
+ isLeaf?: boolean | undefined;
1833
+ children?: any[] | undefined;
1834
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1835
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1836
+ }[] | undefined;
1837
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1838
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1839
+ };
1840
+ disabled?: boolean | undefined;
1841
+ count?: number | undefined;
1842
+ }[]>;
1843
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1844
+ searchData: import("vue").ShallowRef<{
1845
+ title: string;
1846
+ data: import("../../../select-person/src/types").PTreeOption[];
1847
+ }[]>;
1848
+ treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1849
+ isSearch: import("vue").Ref<boolean>;
1850
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
1851
+ isRemote: import("vue").ComputedRef<boolean>;
1852
+ checkStrategyResult: import("vue").ComputedRef<any>;
1853
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1854
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1855
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1856
+ caculateTagData: import("vue").ComputedRef<AnyObject[]>;
1857
+ renderTreeData: import("vue").ComputedRef<{
1858
+ [x: string]: any;
1859
+ key: string | number;
1860
+ label: string;
1861
+ name: string;
1862
+ labelExpand: string;
1863
+ parentKey?: (string | number) | undefined;
1864
+ parentName: string;
1865
+ innerItemsNum: number;
1866
+ children: any[] | undefined;
1867
+ leaf: boolean;
1868
+ originItem: {
1869
+ [x: string]: any;
1870
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1871
+ label?: string | undefined;
1872
+ checkboxDisabled?: boolean | undefined;
1873
+ disabled?: boolean | undefined;
1874
+ isLeaf?: boolean | undefined;
1875
+ children?: {
1876
+ [x: string]: unknown;
1877
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1878
+ label?: string | undefined;
1879
+ checkboxDisabled?: boolean | undefined;
1880
+ disabled?: boolean | undefined;
1881
+ isLeaf?: boolean | undefined;
1882
+ children?: any[] | undefined;
1883
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1884
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1885
+ }[] | undefined;
1886
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1887
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1888
+ };
1889
+ disabled?: boolean | undefined;
1890
+ count?: number | undefined;
1891
+ }[]>;
1892
+ initTreeData: () => void;
1893
+ queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1894
+ renderLabel: ({ option }: {
1895
+ option: import("naive-ui").TreeOption;
1896
+ }) => JSX.Element;
1897
+ 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) => {
1898
+ treeItems: import("../../../select-person/src/types").PTreeOption[];
1899
+ leafCount: number;
1900
+ };
1901
+ onSearch: () => Promise<void>;
1902
+ getAllKeys: (tree: import("../../../select-person/src/types").PTreeOption[], strategy: import("../../../select-person/src/types").Strategy) => (string | number)[];
1903
+ getParentKeys: (node: import("../../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => never[];
1904
+ getTopLevelCheckedKey: (node: import("../../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => string | number;
1905
+ checkedAllChange: (checked: boolean) => void;
1906
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1907
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1908
+ node: import("naive-ui").TreeOption | null;
1909
+ action: "check" | "uncheck";
1910
+ }) => void;
1911
+ clearAll: () => void;
1912
+ updateChecked: (key: string | number, checked: boolean) => void;
1913
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1914
+ checkSearchClear: (kw: string) => void;
1915
+ getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1916
+ parentNode: import("../../../select-person/src/types").PTreeOption | undefined;
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: import("../../../select-person/src/types").PTreeOption[] | undefined;
1925
+ leaf: boolean;
1926
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1927
+ disabled?: boolean | undefined;
1928
+ count?: number | undefined;
1929
+ }[];
1930
+ resetParams: () => void;
1931
+ NButton: any;
1932
+ NInput: any;
1933
+ NInputGroup: any;
1934
+ NCheckbox: any;
1935
+ NTree: any;
1936
+ NIcon: any;
1937
+ NSpace: any;
1938
+ NGrid: any;
1939
+ NGi: any;
1940
+ 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<{}>>, {}>;
1941
+ SearchGroupList: import("vue").DefineComponent<{
1942
+ data: {
1943
+ type: import("vue").PropType<{
1944
+ title: string;
1945
+ data: {
1946
+ key: string | number;
1947
+ label: string;
1948
+ labelExpand: string;
1949
+ parentName: string;
1950
+ }[];
1951
+ }[]>;
1952
+ required: true;
1953
+ };
1954
+ type: {
1955
+ type: StringConstructor;
1956
+ default: string;
1957
+ };
1958
+ }, {
1959
+ emit: (event: "checked", ...args: any[]) => void;
1960
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1961
+ data: {
1962
+ type: import("vue").PropType<{
1963
+ title: string;
1964
+ data: {
1965
+ key: string | number;
1966
+ label: string;
1967
+ labelExpand: string;
1968
+ parentName: string;
1969
+ }[];
1970
+ }[]>;
1971
+ required: true;
1972
+ };
1973
+ type: {
1974
+ type: StringConstructor;
1975
+ default: string;
1976
+ };
1977
+ }>> & {
1978
+ onChecked?: ((...args: any[]) => any) | undefined;
1979
+ }>>;
1980
+ renderData: import("vue").ComputedRef<{
1981
+ title: string;
1982
+ data: {
1983
+ key: string | number;
1984
+ label: string;
1985
+ labelExpand: string;
1986
+ parentName: string;
1987
+ }[];
1988
+ }[]>;
1989
+ handleClick: (item: AnyObject) => void;
1990
+ handleChange: (item: AnyObject, checked: boolean) => void;
1991
+ NVirtualList: any;
1992
+ NCheckbox: any;
1993
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1994
+ type: {
1995
+ type: StringConstructor;
1996
+ default: string;
1997
+ };
1998
+ config: {
1999
+ type: import("vue").PropType<AnyObject>;
2000
+ default: () => {
2001
+ title: string;
2002
+ content: string;
2003
+ };
2004
+ };
2005
+ }, {
2006
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2007
+ type: {
2008
+ type: StringConstructor;
2009
+ default: string;
2010
+ };
2011
+ config: {
2012
+ type: import("vue").PropType<AnyObject>;
2013
+ default: () => {
2014
+ title: string;
2015
+ content: string;
2016
+ };
2017
+ };
2018
+ }>> & {
2019
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2020
+ }>>;
2021
+ emit: (event: "reloadPage", ...args: any[]) => void;
2022
+ configResult: import("vue").ComputedRef<{
2023
+ title: string;
2024
+ content: string;
2025
+ img: string;
2026
+ }>;
2027
+ reloadPage: () => void;
2028
+ NIcon: any;
2029
+ 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<{}>>, {}>;
2030
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2031
+ type: {
2032
+ type: StringConstructor;
2033
+ default: string;
2034
+ };
2035
+ config: {
2036
+ type: import("vue").PropType<AnyObject>;
2037
+ default: () => {
2038
+ title: string;
2039
+ content: string;
2040
+ };
2041
+ };
2042
+ }>> & {
2043
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2044
+ }, {
2045
+ type: string;
2046
+ config: AnyObject;
2047
+ }>>;
2048
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2049
+ data: {
2050
+ type: import("vue").PropType<{
2051
+ title: string;
2052
+ data: {
2053
+ key: string | number;
2054
+ label: string;
2055
+ labelExpand: string;
2056
+ parentName: string;
2057
+ }[];
2058
+ }[]>;
2059
+ required: true;
2060
+ };
2061
+ type: {
2062
+ type: StringConstructor;
2063
+ default: string;
2064
+ };
2065
+ }>> & {
2066
+ onChecked?: ((...args: any[]) => any) | undefined;
2067
+ }, {
2068
+ type: string;
2069
+ }>;
2070
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2071
+ type: {
2072
+ type: StringConstructor;
2073
+ default: string;
2074
+ };
2075
+ config: {
2076
+ type: import("vue").PropType<AnyObject>;
2077
+ default: () => {
2078
+ title: string;
2079
+ content: string;
2080
+ };
2081
+ };
2082
+ }, {
2083
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2084
+ type: {
2085
+ type: StringConstructor;
2086
+ default: string;
2087
+ };
2088
+ config: {
2089
+ type: import("vue").PropType<AnyObject>;
2090
+ default: () => {
2091
+ title: string;
2092
+ content: string;
2093
+ };
2094
+ };
2095
+ }>> & {
2096
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2097
+ }>>;
2098
+ emit: (event: "reloadPage", ...args: any[]) => void;
2099
+ configResult: import("vue").ComputedRef<{
2100
+ title: string;
2101
+ content: string;
2102
+ img: string;
2103
+ }>;
2104
+ reloadPage: () => void;
2105
+ NIcon: any;
2106
+ 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<{}>>, {}>;
2107
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2108
+ type: {
2109
+ type: StringConstructor;
2110
+ default: string;
2111
+ };
2112
+ config: {
2113
+ type: import("vue").PropType<AnyObject>;
2114
+ default: () => {
2115
+ title: string;
2116
+ content: string;
2117
+ };
2118
+ };
2119
+ }>> & {
2120
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2121
+ }, {
2122
+ type: string;
2123
+ config: AnyObject;
2124
+ }>>;
2125
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2126
+ defaultList: {
2127
+ type: import("vue").PropType<((string | number) | {
2128
+ [key: string]: any;
2129
+ key: string | number;
2130
+ })[]>;
2131
+ default: () => never[];
2132
+ };
2133
+ data: {
2134
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
2135
+ default: () => never[];
2136
+ };
2137
+ searchPlaceholder: {
2138
+ type: StringConstructor;
2139
+ default: string;
2140
+ };
2141
+ searchButtonText: {
2142
+ type: StringConstructor;
2143
+ default: string;
2144
+ };
2145
+ wordbook: {
2146
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2147
+ default: () => {};
2148
+ };
2149
+ wordbookChild: {
2150
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2151
+ default: () => {};
2152
+ };
2153
+ showCount: {
2154
+ type: BooleanConstructor;
2155
+ default: boolean;
2156
+ };
2157
+ showClear: {
2158
+ type: BooleanConstructor;
2159
+ default: boolean;
2160
+ };
2161
+ multiple: {
2162
+ type: BooleanConstructor;
2163
+ default: boolean;
2164
+ };
2165
+ searchInner: {
2166
+ type: BooleanConstructor;
2167
+ default: boolean;
2168
+ };
2169
+ searchFilter: {
2170
+ type: import("vue").PropType<AnyObject>;
2171
+ default: () => {};
2172
+ };
2173
+ treeSetting: {
2174
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2175
+ default: () => {};
2176
+ };
2177
+ queryLoadChildData: {
2178
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
2179
+ default: undefined;
2180
+ };
2181
+ queryTreeSearch: {
2182
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
2183
+ default: () => Promise<never[]>;
2184
+ };
2185
+ forceShowSelectAll: {
2186
+ type: BooleanConstructor;
2187
+ };
2188
+ uncheckableField: {
2189
+ type: StringConstructor;
2190
+ };
2191
+ onlyForwardCascade: {
2192
+ type: BooleanConstructor;
2193
+ };
2194
+ height: {
2195
+ type: StringConstructor;
2196
+ };
2197
+ hideLeaf: {
2198
+ type: BooleanConstructor;
2199
+ default: boolean;
2200
+ };
2201
+ itemKey: {
2202
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2203
+ default: undefined;
2204
+ };
2205
+ }>>, {
2206
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2207
+ defaultList: ((string | number) | {
2208
+ [key: string]: any;
2209
+ key: string | number;
2210
+ })[];
2211
+ searchPlaceholder: string;
2212
+ searchButtonText: string;
2213
+ wordbook: import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2214
+ wordbookChild: import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2215
+ showCount: boolean;
2216
+ showClear: boolean;
2217
+ multiple: boolean;
2218
+ searchInner: boolean;
2219
+ searchFilter: AnyObject;
2220
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
2221
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
2222
+ queryTreeSearch: (keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>;
2223
+ forceShowSelectAll: boolean;
2224
+ onlyForwardCascade: boolean;
2225
+ hideLeaf: boolean;
2226
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1615
2227
  }>>;
1616
2228
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1617
2229
  defaultList: {
@@ -1720,6 +2332,18 @@ declare const _default: import("vue").DefineComponent<{
1720
2332
  onlyForwardCascade: {
1721
2333
  type: BooleanConstructor;
1722
2334
  };
2335
+ height: {
2336
+ type: StringConstructor;
2337
+ default: string;
2338
+ };
2339
+ hideLeaf: {
2340
+ type: BooleanConstructor;
2341
+ default: boolean;
2342
+ };
2343
+ itemKey: {
2344
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2345
+ default: undefined;
2346
+ };
1723
2347
  }>> & {
1724
2348
  onCheck?: ((...args: any[]) => any) | undefined;
1725
2349
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1835,11 +2459,24 @@ declare const _default: import("vue").DefineComponent<{
1835
2459
  onlyForwardCascade: {
1836
2460
  type: BooleanConstructor;
1837
2461
  };
2462
+ height: {
2463
+ type: StringConstructor;
2464
+ default: string;
2465
+ };
2466
+ hideLeaf: {
2467
+ type: BooleanConstructor;
2468
+ default: boolean;
2469
+ };
2470
+ itemKey: {
2471
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2472
+ default: undefined;
2473
+ };
1838
2474
  }>> & {
1839
2475
  onCheck?: ((...args: any[]) => any) | undefined;
1840
2476
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1841
2477
  }, {
1842
2478
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2479
+ height: string;
1843
2480
  defaultList: ((string | number) | {
1844
2481
  [key: string]: any;
1845
2482
  key: string | number;
@@ -1874,6 +2511,8 @@ declare const _default: import("vue").DefineComponent<{
1874
2511
  tagProps: AnyObject;
1875
2512
  forceShowSelectAll: boolean;
1876
2513
  onlyForwardCascade: boolean;
2514
+ hideLeaf: boolean;
2515
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1877
2516
  }>>;
1878
2517
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1879
2518
  visible: {