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
@@ -471,6 +471,22 @@ 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
+ };
486
+ showTagHover: {
487
+ type: BooleanConstructor;
488
+ default: boolean;
489
+ };
474
490
  }, {
475
491
  $attrs: {
476
492
  [x: string]: unknown;
@@ -582,6 +598,22 @@ declare const _default: import("vue").DefineComponent<{
582
598
  onlyForwardCascade: {
583
599
  type: BooleanConstructor;
584
600
  };
601
+ height: {
602
+ type: StringConstructor;
603
+ default: string;
604
+ };
605
+ hideLeaf: {
606
+ type: BooleanConstructor;
607
+ default: boolean;
608
+ };
609
+ itemKey: {
610
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
611
+ default: undefined;
612
+ };
613
+ showTagHover: {
614
+ type: BooleanConstructor;
615
+ default: boolean;
616
+ };
585
617
  }>> & {
586
618
  onCheck?: ((...args: any[]) => any) | undefined;
587
619
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1612,6 +1644,648 @@ declare const _default: import("vue").DefineComponent<{
1612
1644
  roleFields: Record<string, any>;
1613
1645
  forceShowSelectAll: boolean;
1614
1646
  onlyForwardCascade: boolean;
1647
+ }> | import("vue").DefineComponent<{
1648
+ defaultList: {
1649
+ type: import("vue").PropType<((string | number) | {
1650
+ [key: string]: any;
1651
+ key: string | number;
1652
+ })[]>;
1653
+ default: () => never[];
1654
+ };
1655
+ data: {
1656
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1657
+ default: () => never[];
1658
+ };
1659
+ searchPlaceholder: {
1660
+ type: StringConstructor;
1661
+ default: string;
1662
+ };
1663
+ searchButtonText: {
1664
+ type: StringConstructor;
1665
+ default: string;
1666
+ };
1667
+ wordbook: {
1668
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1669
+ default: () => {};
1670
+ };
1671
+ wordbookChild: {
1672
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1673
+ default: () => {};
1674
+ };
1675
+ showCount: {
1676
+ type: BooleanConstructor;
1677
+ default: boolean;
1678
+ };
1679
+ showClear: {
1680
+ type: BooleanConstructor;
1681
+ default: boolean;
1682
+ };
1683
+ multiple: {
1684
+ type: BooleanConstructor;
1685
+ default: boolean;
1686
+ };
1687
+ searchInner: {
1688
+ type: BooleanConstructor;
1689
+ default: boolean;
1690
+ };
1691
+ searchFilter: {
1692
+ type: import("vue").PropType<AnyObject>;
1693
+ default: () => {};
1694
+ };
1695
+ treeSetting: {
1696
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1697
+ default: () => {};
1698
+ };
1699
+ queryLoadChildData: {
1700
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1701
+ default: undefined;
1702
+ };
1703
+ queryTreeSearch: {
1704
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1705
+ default: () => Promise<never[]>;
1706
+ };
1707
+ forceShowSelectAll: {
1708
+ type: BooleanConstructor;
1709
+ };
1710
+ uncheckableField: {
1711
+ type: StringConstructor;
1712
+ };
1713
+ onlyForwardCascade: {
1714
+ type: BooleanConstructor;
1715
+ };
1716
+ height: {
1717
+ type: StringConstructor;
1718
+ };
1719
+ hideLeaf: {
1720
+ type: BooleanConstructor;
1721
+ default: boolean;
1722
+ };
1723
+ itemKey: {
1724
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1725
+ default: undefined;
1726
+ };
1727
+ showTagHover: {
1728
+ type: BooleanConstructor;
1729
+ default: boolean;
1730
+ };
1731
+ }, {
1732
+ $message: import("naive-ui").MessageApi;
1733
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1734
+ defaultList: {
1735
+ type: import("vue").PropType<((string | number) | {
1736
+ [key: string]: any;
1737
+ key: string | number;
1738
+ })[]>;
1739
+ default: () => never[];
1740
+ };
1741
+ data: {
1742
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1743
+ default: () => never[];
1744
+ };
1745
+ searchPlaceholder: {
1746
+ type: StringConstructor;
1747
+ default: string;
1748
+ };
1749
+ searchButtonText: {
1750
+ type: StringConstructor;
1751
+ default: string;
1752
+ };
1753
+ wordbook: {
1754
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1755
+ default: () => {};
1756
+ };
1757
+ wordbookChild: {
1758
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1759
+ default: () => {};
1760
+ };
1761
+ showCount: {
1762
+ type: BooleanConstructor;
1763
+ default: boolean;
1764
+ };
1765
+ showClear: {
1766
+ type: BooleanConstructor;
1767
+ default: boolean;
1768
+ };
1769
+ multiple: {
1770
+ type: BooleanConstructor;
1771
+ default: boolean;
1772
+ };
1773
+ searchInner: {
1774
+ type: BooleanConstructor;
1775
+ default: boolean;
1776
+ };
1777
+ searchFilter: {
1778
+ type: import("vue").PropType<AnyObject>;
1779
+ default: () => {};
1780
+ };
1781
+ treeSetting: {
1782
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1783
+ default: () => {};
1784
+ };
1785
+ queryLoadChildData: {
1786
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1787
+ default: undefined;
1788
+ };
1789
+ queryTreeSearch: {
1790
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1791
+ default: () => Promise<never[]>;
1792
+ };
1793
+ forceShowSelectAll: {
1794
+ type: BooleanConstructor;
1795
+ };
1796
+ uncheckableField: {
1797
+ type: StringConstructor;
1798
+ };
1799
+ onlyForwardCascade: {
1800
+ type: BooleanConstructor;
1801
+ };
1802
+ height: {
1803
+ type: StringConstructor;
1804
+ };
1805
+ hideLeaf: {
1806
+ type: BooleanConstructor;
1807
+ default: boolean;
1808
+ };
1809
+ itemKey: {
1810
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1811
+ default: undefined;
1812
+ };
1813
+ showTagHover: {
1814
+ type: BooleanConstructor;
1815
+ default: boolean;
1816
+ };
1817
+ }>> & {}>>;
1818
+ emit: any;
1819
+ keyword: import("vue").Ref<string>;
1820
+ checkedAll: import("vue").Ref<boolean>;
1821
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1822
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1823
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1824
+ treeAsyncData: import("vue").Ref<{
1825
+ [x: string]: any;
1826
+ key: string | number;
1827
+ label: string;
1828
+ name: string;
1829
+ labelExpand: string;
1830
+ parentKey?: (string | number) | undefined;
1831
+ parentName: string;
1832
+ innerItemsNum: number;
1833
+ children: any[] | undefined;
1834
+ leaf: boolean;
1835
+ originItem: {
1836
+ [x: string]: any;
1837
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1838
+ label?: string | undefined;
1839
+ checkboxDisabled?: boolean | undefined;
1840
+ disabled?: boolean | undefined;
1841
+ isLeaf?: boolean | undefined;
1842
+ children?: {
1843
+ [x: string]: unknown;
1844
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1845
+ label?: string | undefined;
1846
+ checkboxDisabled?: boolean | undefined;
1847
+ disabled?: boolean | undefined;
1848
+ isLeaf?: boolean | undefined;
1849
+ children?: any[] | undefined;
1850
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1851
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1852
+ }[] | undefined;
1853
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1854
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1855
+ };
1856
+ disabled?: boolean | undefined;
1857
+ count?: number | undefined;
1858
+ }[]>;
1859
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1860
+ searchData: import("vue").ShallowRef<{
1861
+ title: string;
1862
+ data: import("../../../select-person/src/types").PTreeOption[];
1863
+ }[]>;
1864
+ treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1865
+ isSearch: import("vue").Ref<boolean>;
1866
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
1867
+ isRemote: import("vue").ComputedRef<boolean>;
1868
+ checkStrategyResult: import("vue").ComputedRef<any>;
1869
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1870
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1871
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1872
+ caculateTagData: import("vue").ComputedRef<AnyObject[]>;
1873
+ renderTreeData: import("vue").ComputedRef<{
1874
+ [x: string]: any;
1875
+ key: string | number;
1876
+ label: string;
1877
+ name: string;
1878
+ labelExpand: string;
1879
+ parentKey?: (string | number) | undefined;
1880
+ parentName: string;
1881
+ innerItemsNum: number;
1882
+ children: any[] | undefined;
1883
+ leaf: boolean;
1884
+ originItem: {
1885
+ [x: string]: any;
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?: {
1892
+ [x: string]: unknown;
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?: any[] | undefined;
1899
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1900
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1901
+ }[] | undefined;
1902
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1903
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1904
+ };
1905
+ disabled?: boolean | undefined;
1906
+ count?: number | undefined;
1907
+ }[]>;
1908
+ initTreeData: () => void;
1909
+ queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1910
+ renderLabel: ({ option }: {
1911
+ option: import("naive-ui").TreeOption;
1912
+ }) => JSX.Element;
1913
+ 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) => {
1914
+ treeItems: import("../../../select-person/src/types").PTreeOption[];
1915
+ leafCount: number;
1916
+ innerItems: any[];
1917
+ };
1918
+ getTreeOptionChildren: (item: import("../../../select-person/src/types").PTreeOption) => void;
1919
+ onSearch: () => Promise<void>;
1920
+ getAllKeys: (tree: import("../../../select-person/src/types").PTreeOption[], strategy: import("../../../select-person/src/types").Strategy) => (string | number)[];
1921
+ getParentKeys: (node: import("../../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => never[];
1922
+ getTopLevelCheckedKey: (node: import("../../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => string | number;
1923
+ checkedAllChange: (checked: boolean) => void;
1924
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1925
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1926
+ node: import("naive-ui").TreeOption | null;
1927
+ action: "check" | "uncheck";
1928
+ }) => void;
1929
+ clearAll: () => void;
1930
+ updateChecked: (key: string | number, checked: boolean) => void;
1931
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1932
+ checkSearchClear: (kw: string) => void;
1933
+ getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1934
+ parentNode: import("../../../select-person/src/types").PTreeOption | undefined;
1935
+ key: string | number;
1936
+ label: string;
1937
+ name: string;
1938
+ labelExpand: string;
1939
+ parentKey?: (string | number) | undefined;
1940
+ parentName: string;
1941
+ innerItemsNum: number;
1942
+ children: import("../../../select-person/src/types").PTreeOption[] | undefined;
1943
+ leaf: boolean;
1944
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1945
+ disabled?: boolean | undefined;
1946
+ count?: number | undefined;
1947
+ }[];
1948
+ resetParams: () => void;
1949
+ NButton: any;
1950
+ NInput: any;
1951
+ NInputGroup: any;
1952
+ NCheckbox: any;
1953
+ NTree: any;
1954
+ NSpace: any;
1955
+ NGrid: any;
1956
+ NGi: any;
1957
+ NPopover: any;
1958
+ SearchGroupList: import("vue").DefineComponent<{
1959
+ data: {
1960
+ type: import("vue").PropType<{
1961
+ title: string;
1962
+ data: {
1963
+ key: string | number;
1964
+ label: string;
1965
+ labelExpand: string;
1966
+ parentName: string;
1967
+ }[];
1968
+ }[]>;
1969
+ required: true;
1970
+ };
1971
+ type: {
1972
+ type: StringConstructor;
1973
+ default: string;
1974
+ };
1975
+ }, {
1976
+ emit: (event: "checked", ...args: any[]) => void;
1977
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1978
+ data: {
1979
+ type: import("vue").PropType<{
1980
+ title: string;
1981
+ data: {
1982
+ key: string | number;
1983
+ label: string;
1984
+ labelExpand: string;
1985
+ parentName: string;
1986
+ }[];
1987
+ }[]>;
1988
+ required: true;
1989
+ };
1990
+ type: {
1991
+ type: StringConstructor;
1992
+ default: string;
1993
+ };
1994
+ }>> & {
1995
+ onChecked?: ((...args: any[]) => any) | undefined;
1996
+ }>>;
1997
+ renderData: import("vue").ComputedRef<{
1998
+ title: string;
1999
+ data: {
2000
+ key: string | number;
2001
+ label: string;
2002
+ labelExpand: string;
2003
+ parentName: string;
2004
+ }[];
2005
+ }[]>;
2006
+ handleClick: (item: AnyObject) => void;
2007
+ handleChange: (item: AnyObject, checked: boolean) => void;
2008
+ NVirtualList: any;
2009
+ NCheckbox: any;
2010
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2011
+ type: {
2012
+ type: StringConstructor;
2013
+ default: string;
2014
+ };
2015
+ config: {
2016
+ type: import("vue").PropType<AnyObject>;
2017
+ default: () => {
2018
+ title: string;
2019
+ content: string;
2020
+ };
2021
+ };
2022
+ }, {
2023
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2024
+ type: {
2025
+ type: StringConstructor;
2026
+ default: string;
2027
+ };
2028
+ config: {
2029
+ type: import("vue").PropType<AnyObject>;
2030
+ default: () => {
2031
+ title: string;
2032
+ content: string;
2033
+ };
2034
+ };
2035
+ }>> & {
2036
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2037
+ }>>;
2038
+ emit: (event: "reloadPage", ...args: any[]) => void;
2039
+ configResult: import("vue").ComputedRef<{
2040
+ title: string;
2041
+ content: string;
2042
+ img: string;
2043
+ }>;
2044
+ reloadPage: () => void;
2045
+ NIcon: any;
2046
+ 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<{}>>, {}>;
2047
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2048
+ type: {
2049
+ type: StringConstructor;
2050
+ default: string;
2051
+ };
2052
+ config: {
2053
+ type: import("vue").PropType<AnyObject>;
2054
+ default: () => {
2055
+ title: string;
2056
+ content: string;
2057
+ };
2058
+ };
2059
+ }>> & {
2060
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2061
+ }, {
2062
+ type: string;
2063
+ config: AnyObject;
2064
+ }>>;
2065
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2066
+ data: {
2067
+ type: import("vue").PropType<{
2068
+ title: string;
2069
+ data: {
2070
+ key: string | number;
2071
+ label: string;
2072
+ labelExpand: string;
2073
+ parentName: string;
2074
+ }[];
2075
+ }[]>;
2076
+ required: true;
2077
+ };
2078
+ type: {
2079
+ type: StringConstructor;
2080
+ default: string;
2081
+ };
2082
+ }>> & {
2083
+ onChecked?: ((...args: any[]) => any) | undefined;
2084
+ }, {
2085
+ type: string;
2086
+ }>;
2087
+ TagItem: import("vue").DefineComponent<{
2088
+ tag: {
2089
+ type: import("vue").PropType<AnyObject>;
2090
+ required: true;
2091
+ };
2092
+ showClose: {
2093
+ type: BooleanConstructor;
2094
+ default: boolean;
2095
+ };
2096
+ }, {
2097
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2098
+ tag: {
2099
+ type: import("vue").PropType<AnyObject>;
2100
+ required: true;
2101
+ };
2102
+ showClose: {
2103
+ type: BooleanConstructor;
2104
+ default: boolean;
2105
+ };
2106
+ }>> & {
2107
+ onUnchecked?: ((...args: any[]) => any) | undefined;
2108
+ }>>;
2109
+ emit: (event: "unchecked", ...args: any[]) => void;
2110
+ updateChecked: (key: string, checked: boolean) => void;
2111
+ NIcon: any;
2112
+ 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<{}>>, {}>;
2113
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2114
+ tag: {
2115
+ type: import("vue").PropType<AnyObject>;
2116
+ required: true;
2117
+ };
2118
+ showClose: {
2119
+ type: BooleanConstructor;
2120
+ default: boolean;
2121
+ };
2122
+ }>> & {
2123
+ onUnchecked?: ((...args: any[]) => any) | undefined;
2124
+ }, {
2125
+ showClose: boolean;
2126
+ }>;
2127
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2128
+ type: {
2129
+ type: StringConstructor;
2130
+ default: string;
2131
+ };
2132
+ config: {
2133
+ type: import("vue").PropType<AnyObject>;
2134
+ default: () => {
2135
+ title: string;
2136
+ content: string;
2137
+ };
2138
+ };
2139
+ }, {
2140
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2141
+ type: {
2142
+ type: StringConstructor;
2143
+ default: string;
2144
+ };
2145
+ config: {
2146
+ type: import("vue").PropType<AnyObject>;
2147
+ default: () => {
2148
+ title: string;
2149
+ content: string;
2150
+ };
2151
+ };
2152
+ }>> & {
2153
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2154
+ }>>;
2155
+ emit: (event: "reloadPage", ...args: any[]) => void;
2156
+ configResult: import("vue").ComputedRef<{
2157
+ title: string;
2158
+ content: string;
2159
+ img: string;
2160
+ }>;
2161
+ reloadPage: () => void;
2162
+ NIcon: any;
2163
+ 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<{}>>, {}>;
2164
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2165
+ type: {
2166
+ type: StringConstructor;
2167
+ default: string;
2168
+ };
2169
+ config: {
2170
+ type: import("vue").PropType<AnyObject>;
2171
+ default: () => {
2172
+ title: string;
2173
+ content: string;
2174
+ };
2175
+ };
2176
+ }>> & {
2177
+ onReloadPage?: ((...args: any[]) => any) | undefined;
2178
+ }, {
2179
+ type: string;
2180
+ config: AnyObject;
2181
+ }>>;
2182
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2183
+ defaultList: {
2184
+ type: import("vue").PropType<((string | number) | {
2185
+ [key: string]: any;
2186
+ key: string | number;
2187
+ })[]>;
2188
+ default: () => never[];
2189
+ };
2190
+ data: {
2191
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
2192
+ default: () => never[];
2193
+ };
2194
+ searchPlaceholder: {
2195
+ type: StringConstructor;
2196
+ default: string;
2197
+ };
2198
+ searchButtonText: {
2199
+ type: StringConstructor;
2200
+ default: string;
2201
+ };
2202
+ wordbook: {
2203
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2204
+ default: () => {};
2205
+ };
2206
+ wordbookChild: {
2207
+ type: import("vue").PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
2208
+ default: () => {};
2209
+ };
2210
+ showCount: {
2211
+ type: BooleanConstructor;
2212
+ default: boolean;
2213
+ };
2214
+ showClear: {
2215
+ type: BooleanConstructor;
2216
+ default: boolean;
2217
+ };
2218
+ multiple: {
2219
+ type: BooleanConstructor;
2220
+ default: boolean;
2221
+ };
2222
+ searchInner: {
2223
+ type: BooleanConstructor;
2224
+ default: boolean;
2225
+ };
2226
+ searchFilter: {
2227
+ type: import("vue").PropType<AnyObject>;
2228
+ default: () => {};
2229
+ };
2230
+ treeSetting: {
2231
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2232
+ default: () => {};
2233
+ };
2234
+ queryLoadChildData: {
2235
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
2236
+ default: undefined;
2237
+ };
2238
+ queryTreeSearch: {
2239
+ type: import("vue").PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
2240
+ default: () => Promise<never[]>;
2241
+ };
2242
+ forceShowSelectAll: {
2243
+ type: BooleanConstructor;
2244
+ };
2245
+ uncheckableField: {
2246
+ type: StringConstructor;
2247
+ };
2248
+ onlyForwardCascade: {
2249
+ type: BooleanConstructor;
2250
+ };
2251
+ height: {
2252
+ type: StringConstructor;
2253
+ };
2254
+ hideLeaf: {
2255
+ type: BooleanConstructor;
2256
+ default: boolean;
2257
+ };
2258
+ itemKey: {
2259
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2260
+ default: undefined;
2261
+ };
2262
+ showTagHover: {
2263
+ type: BooleanConstructor;
2264
+ default: boolean;
2265
+ };
2266
+ }>>, {
2267
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2268
+ defaultList: ((string | number) | {
2269
+ [key: string]: any;
2270
+ key: string | number;
2271
+ })[];
2272
+ searchPlaceholder: string;
2273
+ searchButtonText: string;
2274
+ wordbook: import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2275
+ wordbookChild: import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
2276
+ showCount: boolean;
2277
+ showClear: boolean;
2278
+ multiple: boolean;
2279
+ searchInner: boolean;
2280
+ searchFilter: AnyObject;
2281
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
2282
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
2283
+ queryTreeSearch: (keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>;
2284
+ forceShowSelectAll: boolean;
2285
+ onlyForwardCascade: boolean;
2286
+ hideLeaf: boolean;
2287
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2288
+ showTagHover: boolean;
1615
2289
  }>>;
1616
2290
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1617
2291
  defaultList: {
@@ -1720,6 +2394,22 @@ declare const _default: import("vue").DefineComponent<{
1720
2394
  onlyForwardCascade: {
1721
2395
  type: BooleanConstructor;
1722
2396
  };
2397
+ height: {
2398
+ type: StringConstructor;
2399
+ default: string;
2400
+ };
2401
+ hideLeaf: {
2402
+ type: BooleanConstructor;
2403
+ default: boolean;
2404
+ };
2405
+ itemKey: {
2406
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2407
+ default: undefined;
2408
+ };
2409
+ showTagHover: {
2410
+ type: BooleanConstructor;
2411
+ default: boolean;
2412
+ };
1723
2413
  }>> & {
1724
2414
  onCheck?: ((...args: any[]) => any) | undefined;
1725
2415
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1835,11 +2525,28 @@ declare const _default: import("vue").DefineComponent<{
1835
2525
  onlyForwardCascade: {
1836
2526
  type: BooleanConstructor;
1837
2527
  };
2528
+ height: {
2529
+ type: StringConstructor;
2530
+ default: string;
2531
+ };
2532
+ hideLeaf: {
2533
+ type: BooleanConstructor;
2534
+ default: boolean;
2535
+ };
2536
+ itemKey: {
2537
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2538
+ default: undefined;
2539
+ };
2540
+ showTagHover: {
2541
+ type: BooleanConstructor;
2542
+ default: boolean;
2543
+ };
1838
2544
  }>> & {
1839
2545
  onCheck?: ((...args: any[]) => any) | undefined;
1840
2546
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1841
2547
  }, {
1842
2548
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2549
+ height: string;
1843
2550
  defaultList: ((string | number) | {
1844
2551
  [key: string]: any;
1845
2552
  key: string | number;
@@ -1874,6 +2581,9 @@ declare const _default: import("vue").DefineComponent<{
1874
2581
  tagProps: AnyObject;
1875
2582
  forceShowSelectAll: boolean;
1876
2583
  onlyForwardCascade: boolean;
2584
+ hideLeaf: boolean;
2585
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2586
+ showTagHover: boolean;
1877
2587
  }>>;
1878
2588
  }, 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
2589
  visible: {