cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -1,5 +1,3 @@
1
- /// <reference types="lodash" />
2
- import { nextTick } from 'vue';
3
1
  import { FieldItem, FormChangePayload, FormRenderExpose } from '../../../../../es/components/form-render';
4
2
  import { FormConfigItem } from '../../../../../es/components/index';
5
3
  declare const _default: import("vue").DefineComponent<{}, {
@@ -1696,1942 +1694,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1696
1694
  onPositiveClick: () => Promise<void>;
1697
1695
  prevOldField: null;
1698
1696
  onFormChange: ({ fieldKey, value }: FormChangePayload) => void;
1699
- NModal: import("vue").DefineComponent<{
1700
- onEsc: import("vue").PropType<() => void>;
1701
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1702
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1703
- onAfterEnter: import("vue").PropType<() => void>;
1704
- onBeforeLeave: import("vue").PropType<() => void>;
1705
- onAfterLeave: import("vue").PropType<() => void>;
1706
- onClose: import("vue").PropType<() => any>;
1707
- onPositiveClick: import("vue").PropType<() => any>;
1708
- onNegativeClick: import("vue").PropType<() => any>;
1709
- onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
1710
- internalDialog: BooleanConstructor;
1711
- internalAppear: {
1712
- type: import("vue").PropType<boolean | undefined>;
1713
- default: undefined;
1714
- };
1715
- overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1716
- onBeforeHide: import("vue").PropType<() => void>;
1717
- onAfterHide: import("vue").PropType<() => void>;
1718
- onHide: import("vue").PropType<(value: false) => void>;
1719
- icon: import("vue").PropType<() => import("vue").VNodeChild>;
1720
- type: {
1721
- readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
1722
- readonly default: "default";
1723
- };
1724
- title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1725
- closable: {
1726
- readonly type: BooleanConstructor;
1727
- readonly default: true;
1728
- };
1729
- negativeText: StringConstructor;
1730
- positiveText: StringConstructor;
1731
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1732
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1733
- content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1734
- action: import("vue").PropType<() => import("vue").VNodeChild>;
1735
- showIcon: {
1736
- readonly type: BooleanConstructor;
1737
- readonly default: true;
1738
- };
1739
- loading: BooleanConstructor;
1740
- bordered: BooleanConstructor;
1741
- iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
1742
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1743
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1744
- headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1745
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1746
- embedded: BooleanConstructor;
1747
- segmented: {
1748
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
1749
- readonly default: false;
1750
- };
1751
- size: {
1752
- readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
1753
- readonly default: "medium";
1754
- };
1755
- hoverable: BooleanConstructor;
1756
- role: StringConstructor;
1757
- show: BooleanConstructor;
1758
- unstableShowMask: {
1759
- type: BooleanConstructor;
1760
- default: boolean;
1761
- };
1762
- maskClosable: {
1763
- type: BooleanConstructor;
1764
- default: boolean;
1765
- };
1766
- preset: import("vue").PropType<"dialog" | "card" | "confirm">;
1767
- to: import("vue").PropType<string | HTMLElement>;
1768
- displayDirective: {
1769
- type: import("vue").PropType<"show" | "if">;
1770
- default: string;
1771
- };
1772
- transformOrigin: {
1773
- type: import("vue").PropType<"center" | "mouse">;
1774
- default: string;
1775
- };
1776
- zIndex: NumberConstructor;
1777
- autoFocus: {
1778
- type: BooleanConstructor;
1779
- default: boolean;
1780
- };
1781
- trapFocus: {
1782
- type: BooleanConstructor;
1783
- default: boolean;
1784
- };
1785
- closeOnEsc: {
1786
- type: BooleanConstructor;
1787
- default: boolean;
1788
- };
1789
- blockScroll: {
1790
- type: BooleanConstructor;
1791
- default: boolean;
1792
- };
1793
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
1794
- color: string;
1795
- textColor: string;
1796
- boxShadow: string;
1797
- }, {
1798
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1799
- color: string;
1800
- colorHover: string;
1801
- }, any>;
1802
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
1803
- fontSize: string;
1804
- lineHeight: string;
1805
- border: string;
1806
- titleTextColor: string;
1807
- textColor: string;
1808
- color: string;
1809
- closeColorHover: string;
1810
- closeColorPressed: string;
1811
- closeIconColor: string;
1812
- closeIconColorHover: string;
1813
- closeIconColorPressed: string;
1814
- closeBorderRadius: string;
1815
- iconColor: string;
1816
- iconColorInfo: string;
1817
- iconColorSuccess: string;
1818
- iconColorWarning: string;
1819
- iconColorError: string;
1820
- borderRadius: string;
1821
- titleFontWeight: string;
1822
- titleFontSize: string;
1823
- padding: string;
1824
- iconSize: string;
1825
- actionSpace: string;
1826
- contentMargin: string;
1827
- iconMargin: string;
1828
- iconMarginIconTop: string;
1829
- closeSize: string;
1830
- closeIconSize: string;
1831
- closeMargin: string;
1832
- closeMarginIconTop: string;
1833
- }, {
1834
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1835
- heightTiny: string;
1836
- heightSmall: string;
1837
- heightMedium: string;
1838
- heightLarge: string;
1839
- borderRadiusTiny: string;
1840
- borderRadiusSmall: string;
1841
- borderRadiusMedium: string;
1842
- borderRadiusLarge: string;
1843
- fontSizeTiny: string;
1844
- fontSizeSmall: string;
1845
- fontSizeMedium: string;
1846
- fontSizeLarge: string;
1847
- opacityDisabled: string;
1848
- colorOpacitySecondary: string;
1849
- colorOpacitySecondaryHover: string;
1850
- colorOpacitySecondaryPressed: string;
1851
- colorSecondary: string;
1852
- colorSecondaryHover: string;
1853
- colorSecondaryPressed: string;
1854
- colorTertiary: string;
1855
- colorTertiaryHover: string;
1856
- colorTertiaryPressed: string;
1857
- colorQuaternary: string;
1858
- colorQuaternaryHover: string;
1859
- colorQuaternaryPressed: string;
1860
- color: string;
1861
- colorHover: string;
1862
- colorPressed: string;
1863
- colorFocus: string;
1864
- colorDisabled: string;
1865
- textColor: string;
1866
- textColorTertiary: string;
1867
- textColorHover: string;
1868
- textColorPressed: string;
1869
- textColorFocus: string;
1870
- textColorDisabled: string;
1871
- textColorText: string;
1872
- textColorTextHover: string;
1873
- textColorTextPressed: string;
1874
- textColorTextFocus: string;
1875
- textColorTextDisabled: string;
1876
- textColorGhost: string;
1877
- textColorGhostHover: string;
1878
- textColorGhostPressed: string;
1879
- textColorGhostFocus: string;
1880
- textColorGhostDisabled: string;
1881
- border: string;
1882
- borderHover: string;
1883
- borderPressed: string;
1884
- borderFocus: string;
1885
- borderDisabled: string;
1886
- rippleColor: string;
1887
- colorPrimary: string;
1888
- colorHoverPrimary: string;
1889
- colorPressedPrimary: string;
1890
- colorFocusPrimary: string;
1891
- colorDisabledPrimary: string;
1892
- textColorPrimary: string;
1893
- textColorHoverPrimary: string;
1894
- textColorPressedPrimary: string;
1895
- textColorFocusPrimary: string;
1896
- textColorDisabledPrimary: string;
1897
- textColorTextPrimary: string;
1898
- textColorTextHoverPrimary: string;
1899
- textColorTextPressedPrimary: string;
1900
- textColorTextFocusPrimary: string;
1901
- textColorTextDisabledPrimary: string;
1902
- textColorGhostPrimary: string;
1903
- textColorGhostHoverPrimary: string;
1904
- textColorGhostPressedPrimary: string;
1905
- textColorGhostFocusPrimary: string;
1906
- textColorGhostDisabledPrimary: string;
1907
- borderPrimary: string;
1908
- borderHoverPrimary: string;
1909
- borderPressedPrimary: string;
1910
- borderFocusPrimary: string;
1911
- borderDisabledPrimary: string;
1912
- rippleColorPrimary: string;
1913
- colorInfo: string;
1914
- colorHoverInfo: string;
1915
- colorPressedInfo: string;
1916
- colorFocusInfo: string;
1917
- colorDisabledInfo: string;
1918
- textColorInfo: string;
1919
- textColorHoverInfo: string;
1920
- textColorPressedInfo: string;
1921
- textColorFocusInfo: string;
1922
- textColorDisabledInfo: string;
1923
- textColorTextInfo: string;
1924
- textColorTextHoverInfo: string;
1925
- textColorTextPressedInfo: string;
1926
- textColorTextFocusInfo: string;
1927
- textColorTextDisabledInfo: string;
1928
- textColorGhostInfo: string;
1929
- textColorGhostHoverInfo: string;
1930
- textColorGhostPressedInfo: string;
1931
- textColorGhostFocusInfo: string;
1932
- textColorGhostDisabledInfo: string;
1933
- borderInfo: string;
1934
- borderHoverInfo: string;
1935
- borderPressedInfo: string;
1936
- borderFocusInfo: string;
1937
- borderDisabledInfo: string;
1938
- rippleColorInfo: string;
1939
- colorSuccess: string;
1940
- colorHoverSuccess: string;
1941
- colorPressedSuccess: string;
1942
- colorFocusSuccess: string;
1943
- colorDisabledSuccess: string;
1944
- textColorSuccess: string;
1945
- textColorHoverSuccess: string;
1946
- textColorPressedSuccess: string;
1947
- textColorFocusSuccess: string;
1948
- textColorDisabledSuccess: string;
1949
- textColorTextSuccess: string;
1950
- textColorTextHoverSuccess: string;
1951
- textColorTextPressedSuccess: string;
1952
- textColorTextFocusSuccess: string;
1953
- textColorTextDisabledSuccess: string;
1954
- textColorGhostSuccess: string;
1955
- textColorGhostHoverSuccess: string;
1956
- textColorGhostPressedSuccess: string;
1957
- textColorGhostFocusSuccess: string;
1958
- textColorGhostDisabledSuccess: string;
1959
- borderSuccess: string;
1960
- borderHoverSuccess: string;
1961
- borderPressedSuccess: string;
1962
- borderFocusSuccess: string;
1963
- borderDisabledSuccess: string;
1964
- rippleColorSuccess: string;
1965
- colorWarning: string;
1966
- colorHoverWarning: string;
1967
- colorPressedWarning: string;
1968
- colorFocusWarning: string;
1969
- colorDisabledWarning: string;
1970
- textColorWarning: string;
1971
- textColorHoverWarning: string;
1972
- textColorPressedWarning: string;
1973
- textColorFocusWarning: string;
1974
- textColorDisabledWarning: string;
1975
- textColorTextWarning: string;
1976
- textColorTextHoverWarning: string;
1977
- textColorTextPressedWarning: string;
1978
- textColorTextFocusWarning: string;
1979
- textColorTextDisabledWarning: string;
1980
- textColorGhostWarning: string;
1981
- textColorGhostHoverWarning: string;
1982
- textColorGhostPressedWarning: string;
1983
- textColorGhostFocusWarning: string;
1984
- textColorGhostDisabledWarning: string;
1985
- borderWarning: string;
1986
- borderHoverWarning: string;
1987
- borderPressedWarning: string;
1988
- borderFocusWarning: string;
1989
- borderDisabledWarning: string;
1990
- rippleColorWarning: string;
1991
- colorError: string;
1992
- colorHoverError: string;
1993
- colorPressedError: string;
1994
- colorFocusError: string;
1995
- colorDisabledError: string;
1996
- textColorError: string;
1997
- textColorHoverError: string;
1998
- textColorPressedError: string;
1999
- textColorFocusError: string;
2000
- textColorDisabledError: string;
2001
- textColorTextError: string;
2002
- textColorTextHoverError: string;
2003
- textColorTextPressedError: string;
2004
- textColorTextFocusError: string;
2005
- textColorTextDisabledError: string;
2006
- textColorGhostError: string;
2007
- textColorGhostHoverError: string;
2008
- textColorGhostPressedError: string;
2009
- textColorGhostFocusError: string;
2010
- textColorGhostDisabledError: string;
2011
- borderError: string;
2012
- borderHoverError: string;
2013
- borderPressedError: string;
2014
- borderFocusError: string;
2015
- borderDisabledError: string;
2016
- rippleColorError: string;
2017
- waveOpacity: string;
2018
- fontWeight: string;
2019
- fontWeightStrong: string;
2020
- paddingTiny: string;
2021
- paddingSmall: string;
2022
- paddingMedium: string;
2023
- paddingLarge: string;
2024
- paddingRoundTiny: string;
2025
- paddingRoundSmall: string;
2026
- paddingRoundMedium: string;
2027
- paddingRoundLarge: string;
2028
- iconMarginTiny: string;
2029
- iconMarginSmall: string;
2030
- iconMarginMedium: string;
2031
- iconMarginLarge: string;
2032
- iconSizeTiny: string;
2033
- iconSizeSmall: string;
2034
- iconSizeMedium: string;
2035
- iconSizeLarge: string;
2036
- rippleDuration: string;
2037
- }, any>;
2038
- }>;
2039
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2040
- lineHeight: string;
2041
- color: string;
2042
- colorModal: string;
2043
- colorPopover: string;
2044
- colorTarget: string;
2045
- colorEmbedded: string;
2046
- colorEmbeddedModal: string;
2047
- colorEmbeddedPopover: string;
2048
- textColor: string;
2049
- titleTextColor: string;
2050
- borderColor: string;
2051
- actionColor: string;
2052
- titleFontWeight: string;
2053
- closeColorHover: string;
2054
- closeColorPressed: string;
2055
- closeBorderRadius: string;
2056
- closeIconColor: string;
2057
- closeIconColorHover: string;
2058
- closeIconColorPressed: string;
2059
- fontSizeSmall: string;
2060
- fontSizeMedium: string;
2061
- fontSizeLarge: string;
2062
- fontSizeHuge: string;
2063
- boxShadow: string;
2064
- borderRadius: string;
2065
- paddingSmall: string;
2066
- paddingMedium: string;
2067
- paddingLarge: string;
2068
- paddingHuge: string;
2069
- titleFontSizeSmall: string;
2070
- titleFontSizeMedium: string;
2071
- titleFontSizeLarge: string;
2072
- titleFontSizeHuge: string;
2073
- closeIconSize: string;
2074
- closeSize: string;
2075
- }, any>;
2076
- }>>;
2077
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2078
- color: string;
2079
- textColor: string;
2080
- boxShadow: string;
2081
- }, {
2082
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2083
- color: string;
2084
- colorHover: string;
2085
- }, any>;
2086
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2087
- fontSize: string;
2088
- lineHeight: string;
2089
- border: string;
2090
- titleTextColor: string;
2091
- textColor: string;
2092
- color: string;
2093
- closeColorHover: string;
2094
- closeColorPressed: string;
2095
- closeIconColor: string;
2096
- closeIconColorHover: string;
2097
- closeIconColorPressed: string;
2098
- closeBorderRadius: string;
2099
- iconColor: string;
2100
- iconColorInfo: string;
2101
- iconColorSuccess: string;
2102
- iconColorWarning: string;
2103
- iconColorError: string;
2104
- borderRadius: string;
2105
- titleFontWeight: string;
2106
- titleFontSize: string;
2107
- padding: string;
2108
- iconSize: string;
2109
- actionSpace: string;
2110
- contentMargin: string;
2111
- iconMargin: string;
2112
- iconMarginIconTop: string;
2113
- closeSize: string;
2114
- closeIconSize: string;
2115
- closeMargin: string;
2116
- closeMarginIconTop: string;
2117
- }, {
2118
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2119
- heightTiny: string;
2120
- heightSmall: string;
2121
- heightMedium: string;
2122
- heightLarge: string;
2123
- borderRadiusTiny: string;
2124
- borderRadiusSmall: string;
2125
- borderRadiusMedium: string;
2126
- borderRadiusLarge: string;
2127
- fontSizeTiny: string;
2128
- fontSizeSmall: string;
2129
- fontSizeMedium: string;
2130
- fontSizeLarge: string;
2131
- opacityDisabled: string;
2132
- colorOpacitySecondary: string;
2133
- colorOpacitySecondaryHover: string;
2134
- colorOpacitySecondaryPressed: string;
2135
- colorSecondary: string;
2136
- colorSecondaryHover: string;
2137
- colorSecondaryPressed: string;
2138
- colorTertiary: string;
2139
- colorTertiaryHover: string;
2140
- colorTertiaryPressed: string;
2141
- colorQuaternary: string;
2142
- colorQuaternaryHover: string;
2143
- colorQuaternaryPressed: string;
2144
- color: string;
2145
- colorHover: string;
2146
- colorPressed: string;
2147
- colorFocus: string;
2148
- colorDisabled: string;
2149
- textColor: string;
2150
- textColorTertiary: string;
2151
- textColorHover: string;
2152
- textColorPressed: string;
2153
- textColorFocus: string;
2154
- textColorDisabled: string;
2155
- textColorText: string;
2156
- textColorTextHover: string;
2157
- textColorTextPressed: string;
2158
- textColorTextFocus: string;
2159
- textColorTextDisabled: string;
2160
- textColorGhost: string;
2161
- textColorGhostHover: string;
2162
- textColorGhostPressed: string;
2163
- textColorGhostFocus: string;
2164
- textColorGhostDisabled: string;
2165
- border: string;
2166
- borderHover: string;
2167
- borderPressed: string;
2168
- borderFocus: string;
2169
- borderDisabled: string;
2170
- rippleColor: string;
2171
- colorPrimary: string;
2172
- colorHoverPrimary: string;
2173
- colorPressedPrimary: string;
2174
- colorFocusPrimary: string;
2175
- colorDisabledPrimary: string;
2176
- textColorPrimary: string;
2177
- textColorHoverPrimary: string;
2178
- textColorPressedPrimary: string;
2179
- textColorFocusPrimary: string;
2180
- textColorDisabledPrimary: string;
2181
- textColorTextPrimary: string;
2182
- textColorTextHoverPrimary: string;
2183
- textColorTextPressedPrimary: string;
2184
- textColorTextFocusPrimary: string;
2185
- textColorTextDisabledPrimary: string;
2186
- textColorGhostPrimary: string;
2187
- textColorGhostHoverPrimary: string;
2188
- textColorGhostPressedPrimary: string;
2189
- textColorGhostFocusPrimary: string;
2190
- textColorGhostDisabledPrimary: string;
2191
- borderPrimary: string;
2192
- borderHoverPrimary: string;
2193
- borderPressedPrimary: string;
2194
- borderFocusPrimary: string;
2195
- borderDisabledPrimary: string;
2196
- rippleColorPrimary: string;
2197
- colorInfo: string;
2198
- colorHoverInfo: string;
2199
- colorPressedInfo: string;
2200
- colorFocusInfo: string;
2201
- colorDisabledInfo: string;
2202
- textColorInfo: string;
2203
- textColorHoverInfo: string;
2204
- textColorPressedInfo: string;
2205
- textColorFocusInfo: string;
2206
- textColorDisabledInfo: string;
2207
- textColorTextInfo: string;
2208
- textColorTextHoverInfo: string;
2209
- textColorTextPressedInfo: string;
2210
- textColorTextFocusInfo: string;
2211
- textColorTextDisabledInfo: string;
2212
- textColorGhostInfo: string;
2213
- textColorGhostHoverInfo: string;
2214
- textColorGhostPressedInfo: string;
2215
- textColorGhostFocusInfo: string;
2216
- textColorGhostDisabledInfo: string;
2217
- borderInfo: string;
2218
- borderHoverInfo: string;
2219
- borderPressedInfo: string;
2220
- borderFocusInfo: string;
2221
- borderDisabledInfo: string;
2222
- rippleColorInfo: string;
2223
- colorSuccess: string;
2224
- colorHoverSuccess: string;
2225
- colorPressedSuccess: string;
2226
- colorFocusSuccess: string;
2227
- colorDisabledSuccess: string;
2228
- textColorSuccess: string;
2229
- textColorHoverSuccess: string;
2230
- textColorPressedSuccess: string;
2231
- textColorFocusSuccess: string;
2232
- textColorDisabledSuccess: string;
2233
- textColorTextSuccess: string;
2234
- textColorTextHoverSuccess: string;
2235
- textColorTextPressedSuccess: string;
2236
- textColorTextFocusSuccess: string;
2237
- textColorTextDisabledSuccess: string;
2238
- textColorGhostSuccess: string;
2239
- textColorGhostHoverSuccess: string;
2240
- textColorGhostPressedSuccess: string;
2241
- textColorGhostFocusSuccess: string;
2242
- textColorGhostDisabledSuccess: string;
2243
- borderSuccess: string;
2244
- borderHoverSuccess: string;
2245
- borderPressedSuccess: string;
2246
- borderFocusSuccess: string;
2247
- borderDisabledSuccess: string;
2248
- rippleColorSuccess: string;
2249
- colorWarning: string;
2250
- colorHoverWarning: string;
2251
- colorPressedWarning: string;
2252
- colorFocusWarning: string;
2253
- colorDisabledWarning: string;
2254
- textColorWarning: string;
2255
- textColorHoverWarning: string;
2256
- textColorPressedWarning: string;
2257
- textColorFocusWarning: string;
2258
- textColorDisabledWarning: string;
2259
- textColorTextWarning: string;
2260
- textColorTextHoverWarning: string;
2261
- textColorTextPressedWarning: string;
2262
- textColorTextFocusWarning: string;
2263
- textColorTextDisabledWarning: string;
2264
- textColorGhostWarning: string;
2265
- textColorGhostHoverWarning: string;
2266
- textColorGhostPressedWarning: string;
2267
- textColorGhostFocusWarning: string;
2268
- textColorGhostDisabledWarning: string;
2269
- borderWarning: string;
2270
- borderHoverWarning: string;
2271
- borderPressedWarning: string;
2272
- borderFocusWarning: string;
2273
- borderDisabledWarning: string;
2274
- rippleColorWarning: string;
2275
- colorError: string;
2276
- colorHoverError: string;
2277
- colorPressedError: string;
2278
- colorFocusError: string;
2279
- colorDisabledError: string;
2280
- textColorError: string;
2281
- textColorHoverError: string;
2282
- textColorPressedError: string;
2283
- textColorFocusError: string;
2284
- textColorDisabledError: string;
2285
- textColorTextError: string;
2286
- textColorTextHoverError: string;
2287
- textColorTextPressedError: string;
2288
- textColorTextFocusError: string;
2289
- textColorTextDisabledError: string;
2290
- textColorGhostError: string;
2291
- textColorGhostHoverError: string;
2292
- textColorGhostPressedError: string;
2293
- textColorGhostFocusError: string;
2294
- textColorGhostDisabledError: string;
2295
- borderError: string;
2296
- borderHoverError: string;
2297
- borderPressedError: string;
2298
- borderFocusError: string;
2299
- borderDisabledError: string;
2300
- rippleColorError: string;
2301
- waveOpacity: string;
2302
- fontWeight: string;
2303
- fontWeightStrong: string;
2304
- paddingTiny: string;
2305
- paddingSmall: string;
2306
- paddingMedium: string;
2307
- paddingLarge: string;
2308
- paddingRoundTiny: string;
2309
- paddingRoundSmall: string;
2310
- paddingRoundMedium: string;
2311
- paddingRoundLarge: string;
2312
- iconMarginTiny: string;
2313
- iconMarginSmall: string;
2314
- iconMarginMedium: string;
2315
- iconMarginLarge: string;
2316
- iconSizeTiny: string;
2317
- iconSizeSmall: string;
2318
- iconSizeMedium: string;
2319
- iconSizeLarge: string;
2320
- rippleDuration: string;
2321
- }, any>;
2322
- }>;
2323
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2324
- lineHeight: string;
2325
- color: string;
2326
- colorModal: string;
2327
- colorPopover: string;
2328
- colorTarget: string;
2329
- colorEmbedded: string;
2330
- colorEmbeddedModal: string;
2331
- colorEmbeddedPopover: string;
2332
- textColor: string;
2333
- titleTextColor: string;
2334
- borderColor: string;
2335
- actionColor: string;
2336
- titleFontWeight: string;
2337
- closeColorHover: string;
2338
- closeColorPressed: string;
2339
- closeBorderRadius: string;
2340
- closeIconColor: string;
2341
- closeIconColorHover: string;
2342
- closeIconColorPressed: string;
2343
- fontSizeSmall: string;
2344
- fontSizeMedium: string;
2345
- fontSizeLarge: string;
2346
- fontSizeHuge: string;
2347
- boxShadow: string;
2348
- borderRadius: string;
2349
- paddingSmall: string;
2350
- paddingMedium: string;
2351
- paddingLarge: string;
2352
- paddingHuge: string;
2353
- titleFontSizeSmall: string;
2354
- titleFontSizeMedium: string;
2355
- titleFontSizeLarge: string;
2356
- titleFontSizeHuge: string;
2357
- closeIconSize: string;
2358
- closeSize: string;
2359
- }, any>;
2360
- }>>>;
2361
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2362
- color: string;
2363
- textColor: string;
2364
- boxShadow: string;
2365
- }, {
2366
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2367
- color: string;
2368
- colorHover: string;
2369
- }, any>;
2370
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2371
- fontSize: string;
2372
- lineHeight: string;
2373
- border: string;
2374
- titleTextColor: string;
2375
- textColor: string;
2376
- color: string;
2377
- closeColorHover: string;
2378
- closeColorPressed: string;
2379
- closeIconColor: string;
2380
- closeIconColorHover: string;
2381
- closeIconColorPressed: string;
2382
- closeBorderRadius: string;
2383
- iconColor: string;
2384
- iconColorInfo: string;
2385
- iconColorSuccess: string;
2386
- iconColorWarning: string;
2387
- iconColorError: string;
2388
- borderRadius: string;
2389
- titleFontWeight: string;
2390
- titleFontSize: string;
2391
- padding: string;
2392
- iconSize: string;
2393
- actionSpace: string;
2394
- contentMargin: string;
2395
- iconMargin: string;
2396
- iconMarginIconTop: string;
2397
- closeSize: string;
2398
- closeIconSize: string;
2399
- closeMargin: string;
2400
- closeMarginIconTop: string;
2401
- }, {
2402
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2403
- heightTiny: string;
2404
- heightSmall: string;
2405
- heightMedium: string;
2406
- heightLarge: string;
2407
- borderRadiusTiny: string;
2408
- borderRadiusSmall: string;
2409
- borderRadiusMedium: string;
2410
- borderRadiusLarge: string;
2411
- fontSizeTiny: string;
2412
- fontSizeSmall: string;
2413
- fontSizeMedium: string;
2414
- fontSizeLarge: string;
2415
- opacityDisabled: string;
2416
- colorOpacitySecondary: string;
2417
- colorOpacitySecondaryHover: string;
2418
- colorOpacitySecondaryPressed: string;
2419
- colorSecondary: string;
2420
- colorSecondaryHover: string;
2421
- colorSecondaryPressed: string;
2422
- colorTertiary: string;
2423
- colorTertiaryHover: string;
2424
- colorTertiaryPressed: string;
2425
- colorQuaternary: string;
2426
- colorQuaternaryHover: string;
2427
- colorQuaternaryPressed: string;
2428
- color: string;
2429
- colorHover: string;
2430
- colorPressed: string;
2431
- colorFocus: string;
2432
- colorDisabled: string;
2433
- textColor: string;
2434
- textColorTertiary: string;
2435
- textColorHover: string;
2436
- textColorPressed: string;
2437
- textColorFocus: string;
2438
- textColorDisabled: string;
2439
- textColorText: string;
2440
- textColorTextHover: string;
2441
- textColorTextPressed: string;
2442
- textColorTextFocus: string;
2443
- textColorTextDisabled: string;
2444
- textColorGhost: string;
2445
- textColorGhostHover: string;
2446
- textColorGhostPressed: string;
2447
- textColorGhostFocus: string;
2448
- textColorGhostDisabled: string;
2449
- border: string;
2450
- borderHover: string;
2451
- borderPressed: string;
2452
- borderFocus: string;
2453
- borderDisabled: string;
2454
- rippleColor: string;
2455
- colorPrimary: string;
2456
- colorHoverPrimary: string;
2457
- colorPressedPrimary: string;
2458
- colorFocusPrimary: string;
2459
- colorDisabledPrimary: string;
2460
- textColorPrimary: string;
2461
- textColorHoverPrimary: string;
2462
- textColorPressedPrimary: string;
2463
- textColorFocusPrimary: string;
2464
- textColorDisabledPrimary: string;
2465
- textColorTextPrimary: string;
2466
- textColorTextHoverPrimary: string;
2467
- textColorTextPressedPrimary: string;
2468
- textColorTextFocusPrimary: string;
2469
- textColorTextDisabledPrimary: string;
2470
- textColorGhostPrimary: string;
2471
- textColorGhostHoverPrimary: string;
2472
- textColorGhostPressedPrimary: string;
2473
- textColorGhostFocusPrimary: string;
2474
- textColorGhostDisabledPrimary: string;
2475
- borderPrimary: string;
2476
- borderHoverPrimary: string;
2477
- borderPressedPrimary: string;
2478
- borderFocusPrimary: string;
2479
- borderDisabledPrimary: string;
2480
- rippleColorPrimary: string;
2481
- colorInfo: string;
2482
- colorHoverInfo: string;
2483
- colorPressedInfo: string;
2484
- colorFocusInfo: string;
2485
- colorDisabledInfo: string;
2486
- textColorInfo: string;
2487
- textColorHoverInfo: string;
2488
- textColorPressedInfo: string;
2489
- textColorFocusInfo: string;
2490
- textColorDisabledInfo: string;
2491
- textColorTextInfo: string;
2492
- textColorTextHoverInfo: string;
2493
- textColorTextPressedInfo: string;
2494
- textColorTextFocusInfo: string;
2495
- textColorTextDisabledInfo: string;
2496
- textColorGhostInfo: string;
2497
- textColorGhostHoverInfo: string;
2498
- textColorGhostPressedInfo: string;
2499
- textColorGhostFocusInfo: string;
2500
- textColorGhostDisabledInfo: string;
2501
- borderInfo: string;
2502
- borderHoverInfo: string;
2503
- borderPressedInfo: string;
2504
- borderFocusInfo: string;
2505
- borderDisabledInfo: string;
2506
- rippleColorInfo: string;
2507
- colorSuccess: string;
2508
- colorHoverSuccess: string;
2509
- colorPressedSuccess: string;
2510
- colorFocusSuccess: string;
2511
- colorDisabledSuccess: string;
2512
- textColorSuccess: string;
2513
- textColorHoverSuccess: string;
2514
- textColorPressedSuccess: string;
2515
- textColorFocusSuccess: string;
2516
- textColorDisabledSuccess: string;
2517
- textColorTextSuccess: string;
2518
- textColorTextHoverSuccess: string;
2519
- textColorTextPressedSuccess: string;
2520
- textColorTextFocusSuccess: string;
2521
- textColorTextDisabledSuccess: string;
2522
- textColorGhostSuccess: string;
2523
- textColorGhostHoverSuccess: string;
2524
- textColorGhostPressedSuccess: string;
2525
- textColorGhostFocusSuccess: string;
2526
- textColorGhostDisabledSuccess: string;
2527
- borderSuccess: string;
2528
- borderHoverSuccess: string;
2529
- borderPressedSuccess: string;
2530
- borderFocusSuccess: string;
2531
- borderDisabledSuccess: string;
2532
- rippleColorSuccess: string;
2533
- colorWarning: string;
2534
- colorHoverWarning: string;
2535
- colorPressedWarning: string;
2536
- colorFocusWarning: string;
2537
- colorDisabledWarning: string;
2538
- textColorWarning: string;
2539
- textColorHoverWarning: string;
2540
- textColorPressedWarning: string;
2541
- textColorFocusWarning: string;
2542
- textColorDisabledWarning: string;
2543
- textColorTextWarning: string;
2544
- textColorTextHoverWarning: string;
2545
- textColorTextPressedWarning: string;
2546
- textColorTextFocusWarning: string;
2547
- textColorTextDisabledWarning: string;
2548
- textColorGhostWarning: string;
2549
- textColorGhostHoverWarning: string;
2550
- textColorGhostPressedWarning: string;
2551
- textColorGhostFocusWarning: string;
2552
- textColorGhostDisabledWarning: string;
2553
- borderWarning: string;
2554
- borderHoverWarning: string;
2555
- borderPressedWarning: string;
2556
- borderFocusWarning: string;
2557
- borderDisabledWarning: string;
2558
- rippleColorWarning: string;
2559
- colorError: string;
2560
- colorHoverError: string;
2561
- colorPressedError: string;
2562
- colorFocusError: string;
2563
- colorDisabledError: string;
2564
- textColorError: string;
2565
- textColorHoverError: string;
2566
- textColorPressedError: string;
2567
- textColorFocusError: string;
2568
- textColorDisabledError: string;
2569
- textColorTextError: string;
2570
- textColorTextHoverError: string;
2571
- textColorTextPressedError: string;
2572
- textColorTextFocusError: string;
2573
- textColorTextDisabledError: string;
2574
- textColorGhostError: string;
2575
- textColorGhostHoverError: string;
2576
- textColorGhostPressedError: string;
2577
- textColorGhostFocusError: string;
2578
- textColorGhostDisabledError: string;
2579
- borderError: string;
2580
- borderHoverError: string;
2581
- borderPressedError: string;
2582
- borderFocusError: string;
2583
- borderDisabledError: string;
2584
- rippleColorError: string;
2585
- waveOpacity: string;
2586
- fontWeight: string;
2587
- fontWeightStrong: string;
2588
- paddingTiny: string;
2589
- paddingSmall: string;
2590
- paddingMedium: string;
2591
- paddingLarge: string;
2592
- paddingRoundTiny: string;
2593
- paddingRoundSmall: string;
2594
- paddingRoundMedium: string;
2595
- paddingRoundLarge: string;
2596
- iconMarginTiny: string;
2597
- iconMarginSmall: string;
2598
- iconMarginMedium: string;
2599
- iconMarginLarge: string;
2600
- iconSizeTiny: string;
2601
- iconSizeSmall: string;
2602
- iconSizeMedium: string;
2603
- iconSizeLarge: string;
2604
- rippleDuration: string;
2605
- }, any>;
2606
- }>;
2607
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2608
- lineHeight: string;
2609
- color: string;
2610
- colorModal: string;
2611
- colorPopover: string;
2612
- colorTarget: string;
2613
- colorEmbedded: string;
2614
- colorEmbeddedModal: string;
2615
- colorEmbeddedPopover: string;
2616
- textColor: string;
2617
- titleTextColor: string;
2618
- borderColor: string;
2619
- actionColor: string;
2620
- titleFontWeight: string;
2621
- closeColorHover: string;
2622
- closeColorPressed: string;
2623
- closeBorderRadius: string;
2624
- closeIconColor: string;
2625
- closeIconColorHover: string;
2626
- closeIconColorPressed: string;
2627
- fontSizeSmall: string;
2628
- fontSizeMedium: string;
2629
- fontSizeLarge: string;
2630
- fontSizeHuge: string;
2631
- boxShadow: string;
2632
- borderRadius: string;
2633
- paddingSmall: string;
2634
- paddingMedium: string;
2635
- paddingLarge: string;
2636
- paddingHuge: string;
2637
- titleFontSizeSmall: string;
2638
- titleFontSizeMedium: string;
2639
- titleFontSizeLarge: string;
2640
- titleFontSizeHuge: string;
2641
- closeIconSize: string;
2642
- closeSize: string;
2643
- }, any>;
2644
- }>>>;
2645
- }, {
2646
- mergedClsPrefix: import("vue").ComputedRef<string>;
2647
- namespace: import("vue").ComputedRef<string | undefined>;
2648
- isMounted: Readonly<import("vue").Ref<boolean>>;
2649
- containerRef: import("vue").Ref<HTMLElement | null>;
2650
- presetProps: import("vue").ComputedRef<any>;
2651
- handleEsc: (e: KeyboardEvent) => void;
2652
- handleAfterLeave: () => void;
2653
- handleClickoutside: (e: MouseEvent) => void;
2654
- handleBeforeLeave: () => void;
2655
- doUpdateShow: (show: boolean) => void;
2656
- handleNegativeClick: () => void;
2657
- handlePositiveClick: () => void;
2658
- handleCloseClick: () => void;
2659
- cssVars: import("vue").ComputedRef<{
2660
- '--n-bezier-ease-out': string;
2661
- '--n-box-shadow': string;
2662
- '--n-color': string;
2663
- '--n-text-color': string;
2664
- }> | undefined;
2665
- themeClass: import("vue").Ref<string> | undefined;
2666
- onRender: (() => void) | undefined;
2667
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2668
- onEsc: import("vue").PropType<() => void>;
2669
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2670
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2671
- onAfterEnter: import("vue").PropType<() => void>;
2672
- onBeforeLeave: import("vue").PropType<() => void>;
2673
- onAfterLeave: import("vue").PropType<() => void>;
2674
- onClose: import("vue").PropType<() => any>;
2675
- onPositiveClick: import("vue").PropType<() => any>;
2676
- onNegativeClick: import("vue").PropType<() => any>;
2677
- onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
2678
- internalDialog: BooleanConstructor;
2679
- internalAppear: {
2680
- type: import("vue").PropType<boolean | undefined>;
2681
- default: undefined;
2682
- };
2683
- overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2684
- onBeforeHide: import("vue").PropType<() => void>;
2685
- onAfterHide: import("vue").PropType<() => void>;
2686
- onHide: import("vue").PropType<(value: false) => void>;
2687
- icon: import("vue").PropType<() => import("vue").VNodeChild>;
2688
- type: {
2689
- readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
2690
- readonly default: "default";
2691
- };
2692
- title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2693
- closable: {
2694
- readonly type: BooleanConstructor;
2695
- readonly default: true;
2696
- };
2697
- negativeText: StringConstructor;
2698
- positiveText: StringConstructor;
2699
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2700
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2701
- content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2702
- action: import("vue").PropType<() => import("vue").VNodeChild>;
2703
- showIcon: {
2704
- readonly type: BooleanConstructor;
2705
- readonly default: true;
2706
- };
2707
- loading: BooleanConstructor;
2708
- bordered: BooleanConstructor;
2709
- iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
2710
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2711
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2712
- headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2713
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2714
- embedded: BooleanConstructor;
2715
- segmented: {
2716
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
2717
- readonly default: false;
2718
- };
2719
- size: {
2720
- readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
2721
- readonly default: "medium";
2722
- };
2723
- hoverable: BooleanConstructor;
2724
- role: StringConstructor;
2725
- show: BooleanConstructor;
2726
- unstableShowMask: {
2727
- type: BooleanConstructor;
2728
- default: boolean;
2729
- };
2730
- maskClosable: {
2731
- type: BooleanConstructor;
2732
- default: boolean;
2733
- };
2734
- preset: import("vue").PropType<"dialog" | "card" | "confirm">;
2735
- to: import("vue").PropType<string | HTMLElement>;
2736
- displayDirective: {
2737
- type: import("vue").PropType<"show" | "if">;
2738
- default: string;
2739
- };
2740
- transformOrigin: {
2741
- type: import("vue").PropType<"center" | "mouse">;
2742
- default: string;
2743
- };
2744
- zIndex: NumberConstructor;
2745
- autoFocus: {
2746
- type: BooleanConstructor;
2747
- default: boolean;
2748
- };
2749
- trapFocus: {
2750
- type: BooleanConstructor;
2751
- default: boolean;
2752
- };
2753
- closeOnEsc: {
2754
- type: BooleanConstructor;
2755
- default: boolean;
2756
- };
2757
- blockScroll: {
2758
- type: BooleanConstructor;
2759
- default: boolean;
2760
- };
2761
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
2762
- color: string;
2763
- textColor: string;
2764
- boxShadow: string;
2765
- }, {
2766
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2767
- color: string;
2768
- colorHover: string;
2769
- }, any>;
2770
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2771
- fontSize: string;
2772
- lineHeight: string;
2773
- border: string;
2774
- titleTextColor: string;
2775
- textColor: string;
2776
- color: string;
2777
- closeColorHover: string;
2778
- closeColorPressed: string;
2779
- closeIconColor: string;
2780
- closeIconColorHover: string;
2781
- closeIconColorPressed: string;
2782
- closeBorderRadius: string;
2783
- iconColor: string;
2784
- iconColorInfo: string;
2785
- iconColorSuccess: string;
2786
- iconColorWarning: string;
2787
- iconColorError: string;
2788
- borderRadius: string;
2789
- titleFontWeight: string;
2790
- titleFontSize: string;
2791
- padding: string;
2792
- iconSize: string;
2793
- actionSpace: string;
2794
- contentMargin: string;
2795
- iconMargin: string;
2796
- iconMarginIconTop: string;
2797
- closeSize: string;
2798
- closeIconSize: string;
2799
- closeMargin: string;
2800
- closeMarginIconTop: string;
2801
- }, {
2802
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2803
- heightTiny: string;
2804
- heightSmall: string;
2805
- heightMedium: string;
2806
- heightLarge: string;
2807
- borderRadiusTiny: string;
2808
- borderRadiusSmall: string;
2809
- borderRadiusMedium: string;
2810
- borderRadiusLarge: string;
2811
- fontSizeTiny: string;
2812
- fontSizeSmall: string;
2813
- fontSizeMedium: string;
2814
- fontSizeLarge: string;
2815
- opacityDisabled: string;
2816
- colorOpacitySecondary: string;
2817
- colorOpacitySecondaryHover: string;
2818
- colorOpacitySecondaryPressed: string;
2819
- colorSecondary: string;
2820
- colorSecondaryHover: string;
2821
- colorSecondaryPressed: string;
2822
- colorTertiary: string;
2823
- colorTertiaryHover: string;
2824
- colorTertiaryPressed: string;
2825
- colorQuaternary: string;
2826
- colorQuaternaryHover: string;
2827
- colorQuaternaryPressed: string;
2828
- color: string;
2829
- colorHover: string;
2830
- colorPressed: string;
2831
- colorFocus: string;
2832
- colorDisabled: string;
2833
- textColor: string;
2834
- textColorTertiary: string;
2835
- textColorHover: string;
2836
- textColorPressed: string;
2837
- textColorFocus: string;
2838
- textColorDisabled: string;
2839
- textColorText: string;
2840
- textColorTextHover: string;
2841
- textColorTextPressed: string;
2842
- textColorTextFocus: string;
2843
- textColorTextDisabled: string;
2844
- textColorGhost: string;
2845
- textColorGhostHover: string;
2846
- textColorGhostPressed: string;
2847
- textColorGhostFocus: string;
2848
- textColorGhostDisabled: string;
2849
- border: string;
2850
- borderHover: string;
2851
- borderPressed: string;
2852
- borderFocus: string;
2853
- borderDisabled: string;
2854
- rippleColor: string;
2855
- colorPrimary: string;
2856
- colorHoverPrimary: string;
2857
- colorPressedPrimary: string;
2858
- colorFocusPrimary: string;
2859
- colorDisabledPrimary: string;
2860
- textColorPrimary: string;
2861
- textColorHoverPrimary: string;
2862
- textColorPressedPrimary: string;
2863
- textColorFocusPrimary: string;
2864
- textColorDisabledPrimary: string;
2865
- textColorTextPrimary: string;
2866
- textColorTextHoverPrimary: string;
2867
- textColorTextPressedPrimary: string;
2868
- textColorTextFocusPrimary: string;
2869
- textColorTextDisabledPrimary: string;
2870
- textColorGhostPrimary: string;
2871
- textColorGhostHoverPrimary: string;
2872
- textColorGhostPressedPrimary: string;
2873
- textColorGhostFocusPrimary: string;
2874
- textColorGhostDisabledPrimary: string;
2875
- borderPrimary: string;
2876
- borderHoverPrimary: string;
2877
- borderPressedPrimary: string;
2878
- borderFocusPrimary: string;
2879
- borderDisabledPrimary: string;
2880
- rippleColorPrimary: string;
2881
- colorInfo: string;
2882
- colorHoverInfo: string;
2883
- colorPressedInfo: string;
2884
- colorFocusInfo: string;
2885
- colorDisabledInfo: string;
2886
- textColorInfo: string;
2887
- textColorHoverInfo: string;
2888
- textColorPressedInfo: string;
2889
- textColorFocusInfo: string;
2890
- textColorDisabledInfo: string;
2891
- textColorTextInfo: string;
2892
- textColorTextHoverInfo: string;
2893
- textColorTextPressedInfo: string;
2894
- textColorTextFocusInfo: string;
2895
- textColorTextDisabledInfo: string;
2896
- textColorGhostInfo: string;
2897
- textColorGhostHoverInfo: string;
2898
- textColorGhostPressedInfo: string;
2899
- textColorGhostFocusInfo: string;
2900
- textColorGhostDisabledInfo: string;
2901
- borderInfo: string;
2902
- borderHoverInfo: string;
2903
- borderPressedInfo: string;
2904
- borderFocusInfo: string;
2905
- borderDisabledInfo: string;
2906
- rippleColorInfo: string;
2907
- colorSuccess: string;
2908
- colorHoverSuccess: string;
2909
- colorPressedSuccess: string;
2910
- colorFocusSuccess: string;
2911
- colorDisabledSuccess: string;
2912
- textColorSuccess: string;
2913
- textColorHoverSuccess: string;
2914
- textColorPressedSuccess: string;
2915
- textColorFocusSuccess: string;
2916
- textColorDisabledSuccess: string;
2917
- textColorTextSuccess: string;
2918
- textColorTextHoverSuccess: string;
2919
- textColorTextPressedSuccess: string;
2920
- textColorTextFocusSuccess: string;
2921
- textColorTextDisabledSuccess: string;
2922
- textColorGhostSuccess: string;
2923
- textColorGhostHoverSuccess: string;
2924
- textColorGhostPressedSuccess: string;
2925
- textColorGhostFocusSuccess: string;
2926
- textColorGhostDisabledSuccess: string;
2927
- borderSuccess: string;
2928
- borderHoverSuccess: string;
2929
- borderPressedSuccess: string;
2930
- borderFocusSuccess: string;
2931
- borderDisabledSuccess: string;
2932
- rippleColorSuccess: string;
2933
- colorWarning: string;
2934
- colorHoverWarning: string;
2935
- colorPressedWarning: string;
2936
- colorFocusWarning: string;
2937
- colorDisabledWarning: string;
2938
- textColorWarning: string;
2939
- textColorHoverWarning: string;
2940
- textColorPressedWarning: string;
2941
- textColorFocusWarning: string;
2942
- textColorDisabledWarning: string;
2943
- textColorTextWarning: string;
2944
- textColorTextHoverWarning: string;
2945
- textColorTextPressedWarning: string;
2946
- textColorTextFocusWarning: string;
2947
- textColorTextDisabledWarning: string;
2948
- textColorGhostWarning: string;
2949
- textColorGhostHoverWarning: string;
2950
- textColorGhostPressedWarning: string;
2951
- textColorGhostFocusWarning: string;
2952
- textColorGhostDisabledWarning: string;
2953
- borderWarning: string;
2954
- borderHoverWarning: string;
2955
- borderPressedWarning: string;
2956
- borderFocusWarning: string;
2957
- borderDisabledWarning: string;
2958
- rippleColorWarning: string;
2959
- colorError: string;
2960
- colorHoverError: string;
2961
- colorPressedError: string;
2962
- colorFocusError: string;
2963
- colorDisabledError: string;
2964
- textColorError: string;
2965
- textColorHoverError: string;
2966
- textColorPressedError: string;
2967
- textColorFocusError: string;
2968
- textColorDisabledError: string;
2969
- textColorTextError: string;
2970
- textColorTextHoverError: string;
2971
- textColorTextPressedError: string;
2972
- textColorTextFocusError: string;
2973
- textColorTextDisabledError: string;
2974
- textColorGhostError: string;
2975
- textColorGhostHoverError: string;
2976
- textColorGhostPressedError: string;
2977
- textColorGhostFocusError: string;
2978
- textColorGhostDisabledError: string;
2979
- borderError: string;
2980
- borderHoverError: string;
2981
- borderPressedError: string;
2982
- borderFocusError: string;
2983
- borderDisabledError: string;
2984
- rippleColorError: string;
2985
- waveOpacity: string;
2986
- fontWeight: string;
2987
- fontWeightStrong: string;
2988
- paddingTiny: string;
2989
- paddingSmall: string;
2990
- paddingMedium: string;
2991
- paddingLarge: string;
2992
- paddingRoundTiny: string;
2993
- paddingRoundSmall: string;
2994
- paddingRoundMedium: string;
2995
- paddingRoundLarge: string;
2996
- iconMarginTiny: string;
2997
- iconMarginSmall: string;
2998
- iconMarginMedium: string;
2999
- iconMarginLarge: string;
3000
- iconSizeTiny: string;
3001
- iconSizeSmall: string;
3002
- iconSizeMedium: string;
3003
- iconSizeLarge: string;
3004
- rippleDuration: string;
3005
- }, any>;
3006
- }>;
3007
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3008
- lineHeight: string;
3009
- color: string;
3010
- colorModal: string;
3011
- colorPopover: string;
3012
- colorTarget: string;
3013
- colorEmbedded: string;
3014
- colorEmbeddedModal: string;
3015
- colorEmbeddedPopover: string;
3016
- textColor: string;
3017
- titleTextColor: string;
3018
- borderColor: string;
3019
- actionColor: string;
3020
- titleFontWeight: string;
3021
- closeColorHover: string;
3022
- closeColorPressed: string;
3023
- closeBorderRadius: string;
3024
- closeIconColor: string;
3025
- closeIconColorHover: string;
3026
- closeIconColorPressed: string;
3027
- fontSizeSmall: string;
3028
- fontSizeMedium: string;
3029
- fontSizeLarge: string;
3030
- fontSizeHuge: string;
3031
- boxShadow: string;
3032
- borderRadius: string;
3033
- paddingSmall: string;
3034
- paddingMedium: string;
3035
- paddingLarge: string;
3036
- paddingHuge: string;
3037
- titleFontSizeSmall: string;
3038
- titleFontSizeMedium: string;
3039
- titleFontSizeLarge: string;
3040
- titleFontSizeHuge: string;
3041
- closeIconSize: string;
3042
- closeSize: string;
3043
- }, any>;
3044
- }>>;
3045
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
3046
- color: string;
3047
- textColor: string;
3048
- boxShadow: string;
3049
- }, {
3050
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3051
- color: string;
3052
- colorHover: string;
3053
- }, any>;
3054
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
3055
- fontSize: string;
3056
- lineHeight: string;
3057
- border: string;
3058
- titleTextColor: string;
3059
- textColor: string;
3060
- color: string;
3061
- closeColorHover: string;
3062
- closeColorPressed: string;
3063
- closeIconColor: string;
3064
- closeIconColorHover: string;
3065
- closeIconColorPressed: string;
3066
- closeBorderRadius: string;
3067
- iconColor: string;
3068
- iconColorInfo: string;
3069
- iconColorSuccess: string;
3070
- iconColorWarning: string;
3071
- iconColorError: string;
3072
- borderRadius: string;
3073
- titleFontWeight: string;
3074
- titleFontSize: string;
3075
- padding: string;
3076
- iconSize: string;
3077
- actionSpace: string;
3078
- contentMargin: string;
3079
- iconMargin: string;
3080
- iconMarginIconTop: string;
3081
- closeSize: string;
3082
- closeIconSize: string;
3083
- closeMargin: string;
3084
- closeMarginIconTop: string;
3085
- }, {
3086
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
3087
- heightTiny: string;
3088
- heightSmall: string;
3089
- heightMedium: string;
3090
- heightLarge: string;
3091
- borderRadiusTiny: string;
3092
- borderRadiusSmall: string;
3093
- borderRadiusMedium: string;
3094
- borderRadiusLarge: string;
3095
- fontSizeTiny: string;
3096
- fontSizeSmall: string;
3097
- fontSizeMedium: string;
3098
- fontSizeLarge: string;
3099
- opacityDisabled: string;
3100
- colorOpacitySecondary: string;
3101
- colorOpacitySecondaryHover: string;
3102
- colorOpacitySecondaryPressed: string;
3103
- colorSecondary: string;
3104
- colorSecondaryHover: string;
3105
- colorSecondaryPressed: string;
3106
- colorTertiary: string;
3107
- colorTertiaryHover: string;
3108
- colorTertiaryPressed: string;
3109
- colorQuaternary: string;
3110
- colorQuaternaryHover: string;
3111
- colorQuaternaryPressed: string;
3112
- color: string;
3113
- colorHover: string;
3114
- colorPressed: string;
3115
- colorFocus: string;
3116
- colorDisabled: string;
3117
- textColor: string;
3118
- textColorTertiary: string;
3119
- textColorHover: string;
3120
- textColorPressed: string;
3121
- textColorFocus: string;
3122
- textColorDisabled: string;
3123
- textColorText: string;
3124
- textColorTextHover: string;
3125
- textColorTextPressed: string;
3126
- textColorTextFocus: string;
3127
- textColorTextDisabled: string;
3128
- textColorGhost: string;
3129
- textColorGhostHover: string;
3130
- textColorGhostPressed: string;
3131
- textColorGhostFocus: string;
3132
- textColorGhostDisabled: string;
3133
- border: string;
3134
- borderHover: string;
3135
- borderPressed: string;
3136
- borderFocus: string;
3137
- borderDisabled: string;
3138
- rippleColor: string;
3139
- colorPrimary: string;
3140
- colorHoverPrimary: string;
3141
- colorPressedPrimary: string;
3142
- colorFocusPrimary: string;
3143
- colorDisabledPrimary: string;
3144
- textColorPrimary: string;
3145
- textColorHoverPrimary: string;
3146
- textColorPressedPrimary: string;
3147
- textColorFocusPrimary: string;
3148
- textColorDisabledPrimary: string;
3149
- textColorTextPrimary: string;
3150
- textColorTextHoverPrimary: string;
3151
- textColorTextPressedPrimary: string;
3152
- textColorTextFocusPrimary: string;
3153
- textColorTextDisabledPrimary: string;
3154
- textColorGhostPrimary: string;
3155
- textColorGhostHoverPrimary: string;
3156
- textColorGhostPressedPrimary: string;
3157
- textColorGhostFocusPrimary: string;
3158
- textColorGhostDisabledPrimary: string;
3159
- borderPrimary: string;
3160
- borderHoverPrimary: string;
3161
- borderPressedPrimary: string;
3162
- borderFocusPrimary: string;
3163
- borderDisabledPrimary: string;
3164
- rippleColorPrimary: string;
3165
- colorInfo: string;
3166
- colorHoverInfo: string;
3167
- colorPressedInfo: string;
3168
- colorFocusInfo: string;
3169
- colorDisabledInfo: string;
3170
- textColorInfo: string;
3171
- textColorHoverInfo: string;
3172
- textColorPressedInfo: string;
3173
- textColorFocusInfo: string;
3174
- textColorDisabledInfo: string;
3175
- textColorTextInfo: string;
3176
- textColorTextHoverInfo: string;
3177
- textColorTextPressedInfo: string;
3178
- textColorTextFocusInfo: string;
3179
- textColorTextDisabledInfo: string;
3180
- textColorGhostInfo: string;
3181
- textColorGhostHoverInfo: string;
3182
- textColorGhostPressedInfo: string;
3183
- textColorGhostFocusInfo: string;
3184
- textColorGhostDisabledInfo: string;
3185
- borderInfo: string;
3186
- borderHoverInfo: string;
3187
- borderPressedInfo: string;
3188
- borderFocusInfo: string;
3189
- borderDisabledInfo: string;
3190
- rippleColorInfo: string;
3191
- colorSuccess: string;
3192
- colorHoverSuccess: string;
3193
- colorPressedSuccess: string;
3194
- colorFocusSuccess: string;
3195
- colorDisabledSuccess: string;
3196
- textColorSuccess: string;
3197
- textColorHoverSuccess: string;
3198
- textColorPressedSuccess: string;
3199
- textColorFocusSuccess: string;
3200
- textColorDisabledSuccess: string;
3201
- textColorTextSuccess: string;
3202
- textColorTextHoverSuccess: string;
3203
- textColorTextPressedSuccess: string;
3204
- textColorTextFocusSuccess: string;
3205
- textColorTextDisabledSuccess: string;
3206
- textColorGhostSuccess: string;
3207
- textColorGhostHoverSuccess: string;
3208
- textColorGhostPressedSuccess: string;
3209
- textColorGhostFocusSuccess: string;
3210
- textColorGhostDisabledSuccess: string;
3211
- borderSuccess: string;
3212
- borderHoverSuccess: string;
3213
- borderPressedSuccess: string;
3214
- borderFocusSuccess: string;
3215
- borderDisabledSuccess: string;
3216
- rippleColorSuccess: string;
3217
- colorWarning: string;
3218
- colorHoverWarning: string;
3219
- colorPressedWarning: string;
3220
- colorFocusWarning: string;
3221
- colorDisabledWarning: string;
3222
- textColorWarning: string;
3223
- textColorHoverWarning: string;
3224
- textColorPressedWarning: string;
3225
- textColorFocusWarning: string;
3226
- textColorDisabledWarning: string;
3227
- textColorTextWarning: string;
3228
- textColorTextHoverWarning: string;
3229
- textColorTextPressedWarning: string;
3230
- textColorTextFocusWarning: string;
3231
- textColorTextDisabledWarning: string;
3232
- textColorGhostWarning: string;
3233
- textColorGhostHoverWarning: string;
3234
- textColorGhostPressedWarning: string;
3235
- textColorGhostFocusWarning: string;
3236
- textColorGhostDisabledWarning: string;
3237
- borderWarning: string;
3238
- borderHoverWarning: string;
3239
- borderPressedWarning: string;
3240
- borderFocusWarning: string;
3241
- borderDisabledWarning: string;
3242
- rippleColorWarning: string;
3243
- colorError: string;
3244
- colorHoverError: string;
3245
- colorPressedError: string;
3246
- colorFocusError: string;
3247
- colorDisabledError: string;
3248
- textColorError: string;
3249
- textColorHoverError: string;
3250
- textColorPressedError: string;
3251
- textColorFocusError: string;
3252
- textColorDisabledError: string;
3253
- textColorTextError: string;
3254
- textColorTextHoverError: string;
3255
- textColorTextPressedError: string;
3256
- textColorTextFocusError: string;
3257
- textColorTextDisabledError: string;
3258
- textColorGhostError: string;
3259
- textColorGhostHoverError: string;
3260
- textColorGhostPressedError: string;
3261
- textColorGhostFocusError: string;
3262
- textColorGhostDisabledError: string;
3263
- borderError: string;
3264
- borderHoverError: string;
3265
- borderPressedError: string;
3266
- borderFocusError: string;
3267
- borderDisabledError: string;
3268
- rippleColorError: string;
3269
- waveOpacity: string;
3270
- fontWeight: string;
3271
- fontWeightStrong: string;
3272
- paddingTiny: string;
3273
- paddingSmall: string;
3274
- paddingMedium: string;
3275
- paddingLarge: string;
3276
- paddingRoundTiny: string;
3277
- paddingRoundSmall: string;
3278
- paddingRoundMedium: string;
3279
- paddingRoundLarge: string;
3280
- iconMarginTiny: string;
3281
- iconMarginSmall: string;
3282
- iconMarginMedium: string;
3283
- iconMarginLarge: string;
3284
- iconSizeTiny: string;
3285
- iconSizeSmall: string;
3286
- iconSizeMedium: string;
3287
- iconSizeLarge: string;
3288
- rippleDuration: string;
3289
- }, any>;
3290
- }>;
3291
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3292
- lineHeight: string;
3293
- color: string;
3294
- colorModal: string;
3295
- colorPopover: string;
3296
- colorTarget: string;
3297
- colorEmbedded: string;
3298
- colorEmbeddedModal: string;
3299
- colorEmbeddedPopover: string;
3300
- textColor: string;
3301
- titleTextColor: string;
3302
- borderColor: string;
3303
- actionColor: string;
3304
- titleFontWeight: string;
3305
- closeColorHover: string;
3306
- closeColorPressed: string;
3307
- closeBorderRadius: string;
3308
- closeIconColor: string;
3309
- closeIconColorHover: string;
3310
- closeIconColorPressed: string;
3311
- fontSizeSmall: string;
3312
- fontSizeMedium: string;
3313
- fontSizeLarge: string;
3314
- fontSizeHuge: string;
3315
- boxShadow: string;
3316
- borderRadius: string;
3317
- paddingSmall: string;
3318
- paddingMedium: string;
3319
- paddingLarge: string;
3320
- paddingHuge: string;
3321
- titleFontSizeSmall: string;
3322
- titleFontSizeMedium: string;
3323
- titleFontSizeLarge: string;
3324
- titleFontSizeHuge: string;
3325
- closeIconSize: string;
3326
- closeSize: string;
3327
- }, any>;
3328
- }>>>;
3329
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
3330
- color: string;
3331
- textColor: string;
3332
- boxShadow: string;
3333
- }, {
3334
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3335
- color: string;
3336
- colorHover: string;
3337
- }, any>;
3338
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
3339
- fontSize: string;
3340
- lineHeight: string;
3341
- border: string;
3342
- titleTextColor: string;
3343
- textColor: string;
3344
- color: string;
3345
- closeColorHover: string;
3346
- closeColorPressed: string;
3347
- closeIconColor: string;
3348
- closeIconColorHover: string;
3349
- closeIconColorPressed: string;
3350
- closeBorderRadius: string;
3351
- iconColor: string;
3352
- iconColorInfo: string;
3353
- iconColorSuccess: string;
3354
- iconColorWarning: string;
3355
- iconColorError: string;
3356
- borderRadius: string;
3357
- titleFontWeight: string;
3358
- titleFontSize: string;
3359
- padding: string;
3360
- iconSize: string;
3361
- actionSpace: string;
3362
- contentMargin: string;
3363
- iconMargin: string;
3364
- iconMarginIconTop: string;
3365
- closeSize: string;
3366
- closeIconSize: string;
3367
- closeMargin: string;
3368
- closeMarginIconTop: string;
3369
- }, {
3370
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
3371
- heightTiny: string;
3372
- heightSmall: string;
3373
- heightMedium: string;
3374
- heightLarge: string;
3375
- borderRadiusTiny: string;
3376
- borderRadiusSmall: string;
3377
- borderRadiusMedium: string;
3378
- borderRadiusLarge: string;
3379
- fontSizeTiny: string;
3380
- fontSizeSmall: string;
3381
- fontSizeMedium: string;
3382
- fontSizeLarge: string;
3383
- opacityDisabled: string;
3384
- colorOpacitySecondary: string;
3385
- colorOpacitySecondaryHover: string;
3386
- colorOpacitySecondaryPressed: string;
3387
- colorSecondary: string;
3388
- colorSecondaryHover: string;
3389
- colorSecondaryPressed: string;
3390
- colorTertiary: string;
3391
- colorTertiaryHover: string;
3392
- colorTertiaryPressed: string;
3393
- colorQuaternary: string;
3394
- colorQuaternaryHover: string;
3395
- colorQuaternaryPressed: string;
3396
- color: string;
3397
- colorHover: string;
3398
- colorPressed: string;
3399
- colorFocus: string;
3400
- colorDisabled: string;
3401
- textColor: string;
3402
- textColorTertiary: string;
3403
- textColorHover: string;
3404
- textColorPressed: string;
3405
- textColorFocus: string;
3406
- textColorDisabled: string;
3407
- textColorText: string;
3408
- textColorTextHover: string;
3409
- textColorTextPressed: string;
3410
- textColorTextFocus: string;
3411
- textColorTextDisabled: string;
3412
- textColorGhost: string;
3413
- textColorGhostHover: string;
3414
- textColorGhostPressed: string;
3415
- textColorGhostFocus: string;
3416
- textColorGhostDisabled: string;
3417
- border: string;
3418
- borderHover: string;
3419
- borderPressed: string;
3420
- borderFocus: string;
3421
- borderDisabled: string;
3422
- rippleColor: string;
3423
- colorPrimary: string;
3424
- colorHoverPrimary: string;
3425
- colorPressedPrimary: string;
3426
- colorFocusPrimary: string;
3427
- colorDisabledPrimary: string;
3428
- textColorPrimary: string;
3429
- textColorHoverPrimary: string;
3430
- textColorPressedPrimary: string;
3431
- textColorFocusPrimary: string;
3432
- textColorDisabledPrimary: string;
3433
- textColorTextPrimary: string;
3434
- textColorTextHoverPrimary: string;
3435
- textColorTextPressedPrimary: string;
3436
- textColorTextFocusPrimary: string;
3437
- textColorTextDisabledPrimary: string;
3438
- textColorGhostPrimary: string;
3439
- textColorGhostHoverPrimary: string;
3440
- textColorGhostPressedPrimary: string;
3441
- textColorGhostFocusPrimary: string;
3442
- textColorGhostDisabledPrimary: string;
3443
- borderPrimary: string;
3444
- borderHoverPrimary: string;
3445
- borderPressedPrimary: string;
3446
- borderFocusPrimary: string;
3447
- borderDisabledPrimary: string;
3448
- rippleColorPrimary: string;
3449
- colorInfo: string;
3450
- colorHoverInfo: string;
3451
- colorPressedInfo: string;
3452
- colorFocusInfo: string;
3453
- colorDisabledInfo: string;
3454
- textColorInfo: string;
3455
- textColorHoverInfo: string;
3456
- textColorPressedInfo: string;
3457
- textColorFocusInfo: string;
3458
- textColorDisabledInfo: string;
3459
- textColorTextInfo: string;
3460
- textColorTextHoverInfo: string;
3461
- textColorTextPressedInfo: string;
3462
- textColorTextFocusInfo: string;
3463
- textColorTextDisabledInfo: string;
3464
- textColorGhostInfo: string;
3465
- textColorGhostHoverInfo: string;
3466
- textColorGhostPressedInfo: string;
3467
- textColorGhostFocusInfo: string;
3468
- textColorGhostDisabledInfo: string;
3469
- borderInfo: string;
3470
- borderHoverInfo: string;
3471
- borderPressedInfo: string;
3472
- borderFocusInfo: string;
3473
- borderDisabledInfo: string;
3474
- rippleColorInfo: string;
3475
- colorSuccess: string;
3476
- colorHoverSuccess: string;
3477
- colorPressedSuccess: string;
3478
- colorFocusSuccess: string;
3479
- colorDisabledSuccess: string;
3480
- textColorSuccess: string;
3481
- textColorHoverSuccess: string;
3482
- textColorPressedSuccess: string;
3483
- textColorFocusSuccess: string;
3484
- textColorDisabledSuccess: string;
3485
- textColorTextSuccess: string;
3486
- textColorTextHoverSuccess: string;
3487
- textColorTextPressedSuccess: string;
3488
- textColorTextFocusSuccess: string;
3489
- textColorTextDisabledSuccess: string;
3490
- textColorGhostSuccess: string;
3491
- textColorGhostHoverSuccess: string;
3492
- textColorGhostPressedSuccess: string;
3493
- textColorGhostFocusSuccess: string;
3494
- textColorGhostDisabledSuccess: string;
3495
- borderSuccess: string;
3496
- borderHoverSuccess: string;
3497
- borderPressedSuccess: string;
3498
- borderFocusSuccess: string;
3499
- borderDisabledSuccess: string;
3500
- rippleColorSuccess: string;
3501
- colorWarning: string;
3502
- colorHoverWarning: string;
3503
- colorPressedWarning: string;
3504
- colorFocusWarning: string;
3505
- colorDisabledWarning: string;
3506
- textColorWarning: string;
3507
- textColorHoverWarning: string;
3508
- textColorPressedWarning: string;
3509
- textColorFocusWarning: string;
3510
- textColorDisabledWarning: string;
3511
- textColorTextWarning: string;
3512
- textColorTextHoverWarning: string;
3513
- textColorTextPressedWarning: string;
3514
- textColorTextFocusWarning: string;
3515
- textColorTextDisabledWarning: string;
3516
- textColorGhostWarning: string;
3517
- textColorGhostHoverWarning: string;
3518
- textColorGhostPressedWarning: string;
3519
- textColorGhostFocusWarning: string;
3520
- textColorGhostDisabledWarning: string;
3521
- borderWarning: string;
3522
- borderHoverWarning: string;
3523
- borderPressedWarning: string;
3524
- borderFocusWarning: string;
3525
- borderDisabledWarning: string;
3526
- rippleColorWarning: string;
3527
- colorError: string;
3528
- colorHoverError: string;
3529
- colorPressedError: string;
3530
- colorFocusError: string;
3531
- colorDisabledError: string;
3532
- textColorError: string;
3533
- textColorHoverError: string;
3534
- textColorPressedError: string;
3535
- textColorFocusError: string;
3536
- textColorDisabledError: string;
3537
- textColorTextError: string;
3538
- textColorTextHoverError: string;
3539
- textColorTextPressedError: string;
3540
- textColorTextFocusError: string;
3541
- textColorTextDisabledError: string;
3542
- textColorGhostError: string;
3543
- textColorGhostHoverError: string;
3544
- textColorGhostPressedError: string;
3545
- textColorGhostFocusError: string;
3546
- textColorGhostDisabledError: string;
3547
- borderError: string;
3548
- borderHoverError: string;
3549
- borderPressedError: string;
3550
- borderFocusError: string;
3551
- borderDisabledError: string;
3552
- rippleColorError: string;
3553
- waveOpacity: string;
3554
- fontWeight: string;
3555
- fontWeightStrong: string;
3556
- paddingTiny: string;
3557
- paddingSmall: string;
3558
- paddingMedium: string;
3559
- paddingLarge: string;
3560
- paddingRoundTiny: string;
3561
- paddingRoundSmall: string;
3562
- paddingRoundMedium: string;
3563
- paddingRoundLarge: string;
3564
- iconMarginTiny: string;
3565
- iconMarginSmall: string;
3566
- iconMarginMedium: string;
3567
- iconMarginLarge: string;
3568
- iconSizeTiny: string;
3569
- iconSizeSmall: string;
3570
- iconSizeMedium: string;
3571
- iconSizeLarge: string;
3572
- rippleDuration: string;
3573
- }, any>;
3574
- }>;
3575
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3576
- lineHeight: string;
3577
- color: string;
3578
- colorModal: string;
3579
- colorPopover: string;
3580
- colorTarget: string;
3581
- colorEmbedded: string;
3582
- colorEmbeddedModal: string;
3583
- colorEmbeddedPopover: string;
3584
- textColor: string;
3585
- titleTextColor: string;
3586
- borderColor: string;
3587
- actionColor: string;
3588
- titleFontWeight: string;
3589
- closeColorHover: string;
3590
- closeColorPressed: string;
3591
- closeBorderRadius: string;
3592
- closeIconColor: string;
3593
- closeIconColorHover: string;
3594
- closeIconColorPressed: string;
3595
- fontSizeSmall: string;
3596
- fontSizeMedium: string;
3597
- fontSizeLarge: string;
3598
- fontSizeHuge: string;
3599
- boxShadow: string;
3600
- borderRadius: string;
3601
- paddingSmall: string;
3602
- paddingMedium: string;
3603
- paddingLarge: string;
3604
- paddingHuge: string;
3605
- titleFontSizeSmall: string;
3606
- titleFontSizeMedium: string;
3607
- titleFontSizeLarge: string;
3608
- titleFontSizeHuge: string;
3609
- closeIconSize: string;
3610
- closeSize: string;
3611
- }, any>;
3612
- }>>>;
3613
- }>>, {
3614
- type: "default" | "info" | "success" | "warning" | "error";
3615
- size: "small" | "medium" | "large" | "huge";
3616
- show: boolean;
3617
- transformOrigin: "center" | "mouse";
3618
- autoFocus: boolean;
3619
- loading: boolean;
3620
- bordered: boolean;
3621
- showIcon: boolean;
3622
- closable: boolean;
3623
- displayDirective: "show" | "if";
3624
- hoverable: boolean;
3625
- embedded: boolean;
3626
- segmented: boolean | import("naive-ui/es/card/src/Card").Segmented;
3627
- trapFocus: boolean;
3628
- blockScroll: boolean;
3629
- internalDialog: boolean;
3630
- internalAppear: boolean | undefined;
3631
- unstableShowMask: boolean;
3632
- maskClosable: boolean;
3633
- closeOnEsc: boolean;
3634
- }>;
1697
+ NModal: any;
3635
1698
  CFormRender: import("../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
3636
1699
  fieldList: {
3637
1700
  type: import("vue").PropType<FieldItem[]>;
@@ -4062,270 +2125,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4062
2125
  FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
4063
2126
  form: any;
4064
2127
  }>;
4065
- NForm: import("vue").DefineComponent<{
4066
- readonly inline: BooleanConstructor;
4067
- readonly labelWidth: import("vue").PropType<string | number>;
4068
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
4069
- readonly labelPlacement: {
4070
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
4071
- readonly default: "top";
4072
- };
4073
- readonly model: {
4074
- readonly type: import("vue").PropType<Record<string, any>>;
4075
- readonly default: () => void;
4076
- };
4077
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
4078
- readonly disabled: BooleanConstructor;
4079
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
4080
- readonly showRequireMark: {
4081
- readonly type: import("vue").PropType<boolean | undefined>;
4082
- readonly default: undefined;
4083
- };
4084
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
4085
- readonly showFeedback: {
4086
- readonly type: BooleanConstructor;
4087
- readonly default: true;
4088
- };
4089
- readonly onSubmit: {
4090
- readonly type: import("vue").PropType<(e: Event) => void>;
4091
- readonly default: (e: Event) => void;
4092
- };
4093
- readonly showLabel: {
4094
- readonly type: import("vue").PropType<boolean | undefined>;
4095
- readonly default: undefined;
4096
- };
4097
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
4098
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
4099
- blankHeightSmall: string;
4100
- blankHeightMedium: string;
4101
- blankHeightLarge: string;
4102
- lineHeight: string;
4103
- labelTextColor: string;
4104
- asteriskColor: string;
4105
- feedbackTextColorError: string;
4106
- feedbackTextColorWarning: string;
4107
- feedbackTextColor: string;
4108
- feedbackPadding: string;
4109
- feedbackHeightSmall: string;
4110
- feedbackHeightMedium: string;
4111
- feedbackHeightLarge: string;
4112
- feedbackFontSizeSmall: string;
4113
- feedbackFontSizeMedium: string;
4114
- feedbackFontSizeLarge: string;
4115
- labelFontSizeLeftSmall: string;
4116
- labelFontSizeLeftMedium: string;
4117
- labelFontSizeLeftLarge: string;
4118
- labelFontSizeTopSmall: string;
4119
- labelFontSizeTopMedium: string;
4120
- labelFontSizeTopLarge: string;
4121
- labelHeightSmall: string;
4122
- labelHeightMedium: string;
4123
- labelHeightLarge: string;
4124
- labelPaddingVertical: string;
4125
- labelPaddingHorizontal: string;
4126
- labelTextAlignVertical: string;
4127
- labelTextAlignHorizontal: string;
4128
- }, any>>;
4129
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4130
- blankHeightSmall: string;
4131
- blankHeightMedium: string;
4132
- blankHeightLarge: string;
4133
- lineHeight: string;
4134
- labelTextColor: string;
4135
- asteriskColor: string;
4136
- feedbackTextColorError: string;
4137
- feedbackTextColorWarning: string;
4138
- feedbackTextColor: string;
4139
- feedbackPadding: string;
4140
- feedbackHeightSmall: string;
4141
- feedbackHeightMedium: string;
4142
- feedbackHeightLarge: string;
4143
- feedbackFontSizeSmall: string;
4144
- feedbackFontSizeMedium: string;
4145
- feedbackFontSizeLarge: string;
4146
- labelFontSizeLeftSmall: string;
4147
- labelFontSizeLeftMedium: string;
4148
- labelFontSizeLeftLarge: string;
4149
- labelFontSizeTopSmall: string;
4150
- labelFontSizeTopMedium: string;
4151
- labelFontSizeTopLarge: string;
4152
- labelHeightSmall: string;
4153
- labelHeightMedium: string;
4154
- labelHeightLarge: string;
4155
- labelPaddingVertical: string;
4156
- labelPaddingHorizontal: string;
4157
- labelTextAlignVertical: string;
4158
- labelTextAlignHorizontal: string;
4159
- }, any>>>;
4160
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4161
- blankHeightSmall: string;
4162
- blankHeightMedium: string;
4163
- blankHeightLarge: string;
4164
- lineHeight: string;
4165
- labelTextColor: string;
4166
- asteriskColor: string;
4167
- feedbackTextColorError: string;
4168
- feedbackTextColorWarning: string;
4169
- feedbackTextColor: string;
4170
- feedbackPadding: string;
4171
- feedbackHeightSmall: string;
4172
- feedbackHeightMedium: string;
4173
- feedbackHeightLarge: string;
4174
- feedbackFontSizeSmall: string;
4175
- feedbackFontSizeMedium: string;
4176
- feedbackFontSizeLarge: string;
4177
- labelFontSizeLeftSmall: string;
4178
- labelFontSizeLeftMedium: string;
4179
- labelFontSizeLeftLarge: string;
4180
- labelFontSizeTopSmall: string;
4181
- labelFontSizeTopMedium: string;
4182
- labelFontSizeTopLarge: string;
4183
- labelHeightSmall: string;
4184
- labelHeightMedium: string;
4185
- labelHeightLarge: string;
4186
- labelPaddingVertical: string;
4187
- labelPaddingHorizontal: string;
4188
- labelTextAlignVertical: string;
4189
- labelTextAlignHorizontal: string;
4190
- }, any>>>;
4191
- }, import("naive-ui").FormInst & {
4192
- mergedClsPrefix: import("vue").ComputedRef<string>;
4193
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4194
- readonly inline: BooleanConstructor;
4195
- readonly labelWidth: import("vue").PropType<string | number>;
4196
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
4197
- readonly labelPlacement: {
4198
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
4199
- readonly default: "top";
4200
- };
4201
- readonly model: {
4202
- readonly type: import("vue").PropType<Record<string, any>>;
4203
- readonly default: () => void;
4204
- };
4205
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
4206
- readonly disabled: BooleanConstructor;
4207
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
4208
- readonly showRequireMark: {
4209
- readonly type: import("vue").PropType<boolean | undefined>;
4210
- readonly default: undefined;
4211
- };
4212
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
4213
- readonly showFeedback: {
4214
- readonly type: BooleanConstructor;
4215
- readonly default: true;
4216
- };
4217
- readonly onSubmit: {
4218
- readonly type: import("vue").PropType<(e: Event) => void>;
4219
- readonly default: (e: Event) => void;
4220
- };
4221
- readonly showLabel: {
4222
- readonly type: import("vue").PropType<boolean | undefined>;
4223
- readonly default: undefined;
4224
- };
4225
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
4226
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
4227
- blankHeightSmall: string;
4228
- blankHeightMedium: string;
4229
- blankHeightLarge: string;
4230
- lineHeight: string;
4231
- labelTextColor: string;
4232
- asteriskColor: string;
4233
- feedbackTextColorError: string;
4234
- feedbackTextColorWarning: string;
4235
- feedbackTextColor: string;
4236
- feedbackPadding: string;
4237
- feedbackHeightSmall: string;
4238
- feedbackHeightMedium: string;
4239
- feedbackHeightLarge: string;
4240
- feedbackFontSizeSmall: string;
4241
- feedbackFontSizeMedium: string;
4242
- feedbackFontSizeLarge: string;
4243
- labelFontSizeLeftSmall: string;
4244
- labelFontSizeLeftMedium: string;
4245
- labelFontSizeLeftLarge: string;
4246
- labelFontSizeTopSmall: string;
4247
- labelFontSizeTopMedium: string;
4248
- labelFontSizeTopLarge: string;
4249
- labelHeightSmall: string;
4250
- labelHeightMedium: string;
4251
- labelHeightLarge: string;
4252
- labelPaddingVertical: string;
4253
- labelPaddingHorizontal: string;
4254
- labelTextAlignVertical: string;
4255
- labelTextAlignHorizontal: string;
4256
- }, any>>;
4257
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4258
- blankHeightSmall: string;
4259
- blankHeightMedium: string;
4260
- blankHeightLarge: string;
4261
- lineHeight: string;
4262
- labelTextColor: string;
4263
- asteriskColor: string;
4264
- feedbackTextColorError: string;
4265
- feedbackTextColorWarning: string;
4266
- feedbackTextColor: string;
4267
- feedbackPadding: string;
4268
- feedbackHeightSmall: string;
4269
- feedbackHeightMedium: string;
4270
- feedbackHeightLarge: string;
4271
- feedbackFontSizeSmall: string;
4272
- feedbackFontSizeMedium: string;
4273
- feedbackFontSizeLarge: string;
4274
- labelFontSizeLeftSmall: string;
4275
- labelFontSizeLeftMedium: string;
4276
- labelFontSizeLeftLarge: string;
4277
- labelFontSizeTopSmall: string;
4278
- labelFontSizeTopMedium: string;
4279
- labelFontSizeTopLarge: string;
4280
- labelHeightSmall: string;
4281
- labelHeightMedium: string;
4282
- labelHeightLarge: string;
4283
- labelPaddingVertical: string;
4284
- labelPaddingHorizontal: string;
4285
- labelTextAlignVertical: string;
4286
- labelTextAlignHorizontal: string;
4287
- }, any>>>;
4288
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4289
- blankHeightSmall: string;
4290
- blankHeightMedium: string;
4291
- blankHeightLarge: string;
4292
- lineHeight: string;
4293
- labelTextColor: string;
4294
- asteriskColor: string;
4295
- feedbackTextColorError: string;
4296
- feedbackTextColorWarning: string;
4297
- feedbackTextColor: string;
4298
- feedbackPadding: string;
4299
- feedbackHeightSmall: string;
4300
- feedbackHeightMedium: string;
4301
- feedbackHeightLarge: string;
4302
- feedbackFontSizeSmall: string;
4303
- feedbackFontSizeMedium: string;
4304
- feedbackFontSizeLarge: string;
4305
- labelFontSizeLeftSmall: string;
4306
- labelFontSizeLeftMedium: string;
4307
- labelFontSizeLeftLarge: string;
4308
- labelFontSizeTopSmall: string;
4309
- labelFontSizeTopMedium: string;
4310
- labelFontSizeTopLarge: string;
4311
- labelHeightSmall: string;
4312
- labelHeightMedium: string;
4313
- labelHeightLarge: string;
4314
- labelPaddingVertical: string;
4315
- labelPaddingHorizontal: string;
4316
- labelTextAlignVertical: string;
4317
- labelTextAlignHorizontal: string;
4318
- }, any>>>;
4319
- }>>, {
4320
- readonly inline: boolean;
4321
- readonly disabled: boolean;
4322
- readonly onSubmit: (e: Event) => void;
4323
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
4324
- readonly model: Record<string, any>;
4325
- readonly showRequireMark: boolean | undefined;
4326
- readonly showFeedback: boolean;
4327
- readonly showLabel: boolean | undefined;
4328
- }>;
2128
+ NForm: any;
4329
2129
  NTabPane: import("vue").DefineComponent<{
4330
2130
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4331
2131
  [key: string]: any;
@@ -4336,7 +2136,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4336
2136
  };
4337
2137
  readonly disabled: BooleanConstructor;
4338
2138
  readonly displayDirective: {
4339
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2139
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4340
2140
  readonly default: "if";
4341
2141
  };
4342
2142
  readonly closable: {
@@ -4361,7 +2161,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4361
2161
  };
4362
2162
  readonly disabled: BooleanConstructor;
4363
2163
  readonly displayDirective: {
4364
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2164
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4365
2165
  readonly default: "if";
4366
2166
  };
4367
2167
  readonly closable: {
@@ -4375,894 +2175,10 @@ declare const _default: import("vue").DefineComponent<{}, {
4375
2175
  }>>, {
4376
2176
  readonly disabled: boolean;
4377
2177
  readonly closable: boolean | undefined;
4378
- readonly displayDirective: "show" | "if" | "show:lazy";
4379
- }>;
4380
- NTabs: import("vue").DefineComponent<{
4381
- readonly value: import("vue").PropType<string | number>;
4382
- readonly defaultValue: import("vue").PropType<string | number>;
4383
- readonly trigger: {
4384
- readonly type: import("vue").PropType<"click" | "hover">;
4385
- readonly default: "click";
4386
- };
4387
- readonly type: {
4388
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4389
- readonly default: "bar";
4390
- };
4391
- readonly closable: BooleanConstructor;
4392
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4393
- readonly size: {
4394
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4395
- readonly default: "medium";
4396
- };
4397
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4398
- readonly barWidth: NumberConstructor;
4399
- readonly paneClass: StringConstructor;
4400
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4401
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4402
- readonly tabsPadding: {
4403
- readonly type: NumberConstructor;
4404
- readonly default: 0;
4405
- };
4406
- readonly animated: BooleanConstructor;
4407
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4408
- readonly onAdd: import("vue").PropType<() => void>;
4409
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4410
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4411
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4412
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4413
- readonly activeName: import("vue").PropType<string | number>;
4414
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4415
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4416
- colorSegment: string;
4417
- tabFontSizeCard: string;
4418
- tabTextColorLine: string;
4419
- tabTextColorActiveLine: string;
4420
- tabTextColorHoverLine: string;
4421
- tabTextColorDisabledLine: string;
4422
- tabTextColorSegment: string;
4423
- tabTextColorActiveSegment: string;
4424
- tabTextColorHoverSegment: string;
4425
- tabTextColorDisabledSegment: string;
4426
- tabTextColorBar: string;
4427
- tabTextColorActiveBar: string;
4428
- tabTextColorHoverBar: string;
4429
- tabTextColorDisabledBar: string;
4430
- tabTextColorCard: string;
4431
- tabTextColorHoverCard: string;
4432
- tabTextColorActiveCard: string;
4433
- tabTextColorDisabledCard: string;
4434
- barColor: string;
4435
- closeIconColor: string;
4436
- closeIconColorHover: string;
4437
- closeIconColorPressed: string;
4438
- closeColorHover: string;
4439
- closeColorPressed: string;
4440
- closeBorderRadius: string;
4441
- tabColor: string;
4442
- tabColorSegment: string;
4443
- tabBorderColor: string;
4444
- tabFontWeightActive: string;
4445
- tabFontWeight: string;
4446
- tabBorderRadius: string;
4447
- paneTextColor: string;
4448
- fontWeightStrong: string;
4449
- tabFontSizeSmall: string;
4450
- tabFontSizeMedium: string;
4451
- tabFontSizeLarge: string;
4452
- tabGapSmallLine: string;
4453
- tabGapMediumLine: string;
4454
- tabGapLargeLine: string;
4455
- tabPaddingSmallLine: string;
4456
- tabPaddingMediumLine: string;
4457
- tabPaddingLargeLine: string;
4458
- tabGapSmallBar: string;
4459
- tabGapMediumBar: string;
4460
- tabGapLargeBar: string;
4461
- tabPaddingSmallBar: string;
4462
- tabPaddingMediumBar: string;
4463
- tabPaddingLargeBar: string;
4464
- tabGapSmallCard: string;
4465
- tabGapMediumCard: string;
4466
- tabGapLargeCard: string;
4467
- tabPaddingSmallCard: string;
4468
- tabPaddingMediumCard: string;
4469
- tabPaddingLargeCard: string;
4470
- tabPaddingSmallSegment: string;
4471
- tabPaddingMediumSegment: string;
4472
- tabPaddingLargeSegment: string;
4473
- tabGapSmallSegment: string;
4474
- tabGapMediumSegment: string;
4475
- tabGapLargeSegment: string;
4476
- panePaddingSmall: string;
4477
- panePaddingMedium: string;
4478
- panePaddingLarge: string;
4479
- closeSize: string;
4480
- closeIconSize: string;
4481
- }, any>>;
4482
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4483
- colorSegment: string;
4484
- tabFontSizeCard: string;
4485
- tabTextColorLine: string;
4486
- tabTextColorActiveLine: string;
4487
- tabTextColorHoverLine: string;
4488
- tabTextColorDisabledLine: string;
4489
- tabTextColorSegment: string;
4490
- tabTextColorActiveSegment: string;
4491
- tabTextColorHoverSegment: string;
4492
- tabTextColorDisabledSegment: string;
4493
- tabTextColorBar: string;
4494
- tabTextColorActiveBar: string;
4495
- tabTextColorHoverBar: string;
4496
- tabTextColorDisabledBar: string;
4497
- tabTextColorCard: string;
4498
- tabTextColorHoverCard: string;
4499
- tabTextColorActiveCard: string;
4500
- tabTextColorDisabledCard: string;
4501
- barColor: string;
4502
- closeIconColor: string;
4503
- closeIconColorHover: string;
4504
- closeIconColorPressed: string;
4505
- closeColorHover: string;
4506
- closeColorPressed: string;
4507
- closeBorderRadius: string;
4508
- tabColor: string;
4509
- tabColorSegment: string;
4510
- tabBorderColor: string;
4511
- tabFontWeightActive: string;
4512
- tabFontWeight: string;
4513
- tabBorderRadius: string;
4514
- paneTextColor: string;
4515
- fontWeightStrong: string;
4516
- tabFontSizeSmall: string;
4517
- tabFontSizeMedium: string;
4518
- tabFontSizeLarge: string;
4519
- tabGapSmallLine: string;
4520
- tabGapMediumLine: string;
4521
- tabGapLargeLine: string;
4522
- tabPaddingSmallLine: string;
4523
- tabPaddingMediumLine: string;
4524
- tabPaddingLargeLine: string;
4525
- tabGapSmallBar: string;
4526
- tabGapMediumBar: string;
4527
- tabGapLargeBar: string;
4528
- tabPaddingSmallBar: string;
4529
- tabPaddingMediumBar: string;
4530
- tabPaddingLargeBar: string;
4531
- tabGapSmallCard: string;
4532
- tabGapMediumCard: string;
4533
- tabGapLargeCard: string;
4534
- tabPaddingSmallCard: string;
4535
- tabPaddingMediumCard: string;
4536
- tabPaddingLargeCard: string;
4537
- tabPaddingSmallSegment: string;
4538
- tabPaddingMediumSegment: string;
4539
- tabPaddingLargeSegment: string;
4540
- tabGapSmallSegment: string;
4541
- tabGapMediumSegment: string;
4542
- tabGapLargeSegment: string;
4543
- panePaddingSmall: string;
4544
- panePaddingMedium: string;
4545
- panePaddingLarge: string;
4546
- closeSize: string;
4547
- closeIconSize: string;
4548
- }, any>>>;
4549
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4550
- colorSegment: string;
4551
- tabFontSizeCard: string;
4552
- tabTextColorLine: string;
4553
- tabTextColorActiveLine: string;
4554
- tabTextColorHoverLine: string;
4555
- tabTextColorDisabledLine: string;
4556
- tabTextColorSegment: string;
4557
- tabTextColorActiveSegment: string;
4558
- tabTextColorHoverSegment: string;
4559
- tabTextColorDisabledSegment: string;
4560
- tabTextColorBar: string;
4561
- tabTextColorActiveBar: string;
4562
- tabTextColorHoverBar: string;
4563
- tabTextColorDisabledBar: string;
4564
- tabTextColorCard: string;
4565
- tabTextColorHoverCard: string;
4566
- tabTextColorActiveCard: string;
4567
- tabTextColorDisabledCard: string;
4568
- barColor: string;
4569
- closeIconColor: string;
4570
- closeIconColorHover: string;
4571
- closeIconColorPressed: string;
4572
- closeColorHover: string;
4573
- closeColorPressed: string;
4574
- closeBorderRadius: string;
4575
- tabColor: string;
4576
- tabColorSegment: string;
4577
- tabBorderColor: string;
4578
- tabFontWeightActive: string;
4579
- tabFontWeight: string;
4580
- tabBorderRadius: string;
4581
- paneTextColor: string;
4582
- fontWeightStrong: string;
4583
- tabFontSizeSmall: string;
4584
- tabFontSizeMedium: string;
4585
- tabFontSizeLarge: string;
4586
- tabGapSmallLine: string;
4587
- tabGapMediumLine: string;
4588
- tabGapLargeLine: string;
4589
- tabPaddingSmallLine: string;
4590
- tabPaddingMediumLine: string;
4591
- tabPaddingLargeLine: string;
4592
- tabGapSmallBar: string;
4593
- tabGapMediumBar: string;
4594
- tabGapLargeBar: string;
4595
- tabPaddingSmallBar: string;
4596
- tabPaddingMediumBar: string;
4597
- tabPaddingLargeBar: string;
4598
- tabGapSmallCard: string;
4599
- tabGapMediumCard: string;
4600
- tabGapLargeCard: string;
4601
- tabPaddingSmallCard: string;
4602
- tabPaddingMediumCard: string;
4603
- tabPaddingLargeCard: string;
4604
- tabPaddingSmallSegment: string;
4605
- tabPaddingMediumSegment: string;
4606
- tabPaddingLargeSegment: string;
4607
- tabGapSmallSegment: string;
4608
- tabGapMediumSegment: string;
4609
- tabGapLargeSegment: string;
4610
- panePaddingSmall: string;
4611
- panePaddingMedium: string;
4612
- panePaddingLarge: string;
4613
- closeSize: string;
4614
- closeIconSize: string;
4615
- }, any>>>;
4616
- }, {
4617
- syncBarPosition: () => void;
4618
- mergedClsPrefix: import("vue").ComputedRef<string>;
4619
- mergedValue: import("vue").ComputedRef<string | number | null>;
4620
- renderedNames: Set<string | number>;
4621
- tabsRailElRef: import("vue").Ref<HTMLElement | null>;
4622
- tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
4623
- tabsElRef: import("vue").Ref<HTMLElement | null>;
4624
- barElRef: import("vue").Ref<HTMLElement | null>;
4625
- addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
4626
- xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
4627
- $: import("vue").ComponentInternalInstance;
4628
- $data: {};
4629
- $props: {};
4630
- $attrs: {
4631
- [x: string]: unknown;
4632
- };
4633
- $refs: {
4634
- [x: string]: unknown;
4635
- };
4636
- $slots: Readonly<{
4637
- [name: string]: import("vue").Slot | undefined;
4638
- }>;
4639
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4640
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4641
- $emit: (event: string, ...args: any[]) => void;
4642
- $el: any;
4643
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
4644
- beforeCreate?: (() => void) | (() => void)[] | undefined;
4645
- created?: (() => void) | (() => void)[] | undefined;
4646
- beforeMount?: (() => void) | (() => void)[] | undefined;
4647
- mounted?: (() => void) | (() => void)[] | undefined;
4648
- beforeUpdate?: (() => void) | (() => void)[] | undefined;
4649
- updated?: (() => void) | (() => void)[] | undefined;
4650
- activated?: (() => void) | (() => void)[] | undefined;
4651
- deactivated?: (() => void) | (() => void)[] | undefined;
4652
- beforeDestroy?: (() => void) | (() => void)[] | undefined;
4653
- beforeUnmount?: (() => void) | (() => void)[] | undefined;
4654
- destroyed?: (() => void) | (() => void)[] | undefined;
4655
- unmounted?: (() => void) | (() => void)[] | undefined;
4656
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4657
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4658
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
4659
- };
4660
- $forceUpdate: () => void;
4661
- $nextTick: typeof nextTick;
4662
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4663
- } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
4664
- scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
4665
- addTabFixed: import("vue").Ref<boolean>;
4666
- tabWrapperStyle: import("vue").ComputedRef<{
4667
- display: string;
4668
- justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
4669
- } | undefined>;
4670
- handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4671
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
4672
- handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
4673
- handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4674
- cssVars: import("vue").ComputedRef<{
4675
- '--n-bezier': string;
4676
- '--n-color-segment': string;
4677
- '--n-bar-color': string;
4678
- '--n-tab-font-size': string;
4679
- '--n-tab-text-color': string;
4680
- '--n-tab-text-color-active': string;
4681
- '--n-tab-text-color-disabled': string;
4682
- '--n-tab-text-color-hover': string;
4683
- '--n-pane-text-color': string;
4684
- '--n-tab-border-color': string;
4685
- '--n-tab-border-radius': string;
4686
- '--n-close-size': string;
4687
- '--n-close-icon-size': string;
4688
- '--n-close-color-hover': string;
4689
- '--n-close-color-pressed': string;
4690
- '--n-close-border-radius': string;
4691
- '--n-close-icon-color': string;
4692
- '--n-close-icon-color-hover': string;
4693
- '--n-close-icon-color-pressed': string;
4694
- '--n-tab-color': string;
4695
- '--n-tab-font-weight': string;
4696
- '--n-tab-font-weight-active': string;
4697
- '--n-tab-padding': string;
4698
- '--n-tab-gap': string;
4699
- '--n-pane-padding': string;
4700
- '--n-font-weight-strong': string;
4701
- '--n-tab-color-segment': string;
4702
- }> | undefined;
4703
- themeClass: import("vue").Ref<string> | undefined;
4704
- animationDirection: import("vue").Ref<"prev" | "next">;
4705
- renderNameListRef: {
4706
- value: (string | number)[];
4707
- };
4708
- onAnimationBeforeLeave: (el: HTMLElement) => void;
4709
- onAnimationEnter: (el: HTMLElement) => void;
4710
- onAnimationAfterEnter: () => void;
4711
- onRender: (() => void) | undefined;
4712
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4713
- readonly value: import("vue").PropType<string | number>;
4714
- readonly defaultValue: import("vue").PropType<string | number>;
4715
- readonly trigger: {
4716
- readonly type: import("vue").PropType<"click" | "hover">;
4717
- readonly default: "click";
4718
- };
4719
- readonly type: {
4720
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4721
- readonly default: "bar";
4722
- };
4723
- readonly closable: BooleanConstructor;
4724
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4725
- readonly size: {
4726
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4727
- readonly default: "medium";
4728
- };
4729
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4730
- readonly barWidth: NumberConstructor;
4731
- readonly paneClass: StringConstructor;
4732
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4733
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4734
- readonly tabsPadding: {
4735
- readonly type: NumberConstructor;
4736
- readonly default: 0;
4737
- };
4738
- readonly animated: BooleanConstructor;
4739
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4740
- readonly onAdd: import("vue").PropType<() => void>;
4741
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4742
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4743
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4744
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4745
- readonly activeName: import("vue").PropType<string | number>;
4746
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4747
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4748
- colorSegment: string;
4749
- tabFontSizeCard: string;
4750
- tabTextColorLine: string;
4751
- tabTextColorActiveLine: string;
4752
- tabTextColorHoverLine: string;
4753
- tabTextColorDisabledLine: string;
4754
- tabTextColorSegment: string;
4755
- tabTextColorActiveSegment: string;
4756
- tabTextColorHoverSegment: string;
4757
- tabTextColorDisabledSegment: string;
4758
- tabTextColorBar: string;
4759
- tabTextColorActiveBar: string;
4760
- tabTextColorHoverBar: string;
4761
- tabTextColorDisabledBar: string;
4762
- tabTextColorCard: string;
4763
- tabTextColorHoverCard: string;
4764
- tabTextColorActiveCard: string;
4765
- tabTextColorDisabledCard: string;
4766
- barColor: string;
4767
- closeIconColor: string;
4768
- closeIconColorHover: string;
4769
- closeIconColorPressed: string;
4770
- closeColorHover: string;
4771
- closeColorPressed: string;
4772
- closeBorderRadius: string;
4773
- tabColor: string;
4774
- tabColorSegment: string;
4775
- tabBorderColor: string;
4776
- tabFontWeightActive: string;
4777
- tabFontWeight: string;
4778
- tabBorderRadius: string;
4779
- paneTextColor: string;
4780
- fontWeightStrong: string;
4781
- tabFontSizeSmall: string;
4782
- tabFontSizeMedium: string;
4783
- tabFontSizeLarge: string;
4784
- tabGapSmallLine: string;
4785
- tabGapMediumLine: string;
4786
- tabGapLargeLine: string;
4787
- tabPaddingSmallLine: string;
4788
- tabPaddingMediumLine: string;
4789
- tabPaddingLargeLine: string;
4790
- tabGapSmallBar: string;
4791
- tabGapMediumBar: string;
4792
- tabGapLargeBar: string;
4793
- tabPaddingSmallBar: string;
4794
- tabPaddingMediumBar: string;
4795
- tabPaddingLargeBar: string;
4796
- tabGapSmallCard: string;
4797
- tabGapMediumCard: string;
4798
- tabGapLargeCard: string;
4799
- tabPaddingSmallCard: string;
4800
- tabPaddingMediumCard: string;
4801
- tabPaddingLargeCard: string;
4802
- tabPaddingSmallSegment: string;
4803
- tabPaddingMediumSegment: string;
4804
- tabPaddingLargeSegment: string;
4805
- tabGapSmallSegment: string;
4806
- tabGapMediumSegment: string;
4807
- tabGapLargeSegment: string;
4808
- panePaddingSmall: string;
4809
- panePaddingMedium: string;
4810
- panePaddingLarge: string;
4811
- closeSize: string;
4812
- closeIconSize: string;
4813
- }, any>>;
4814
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4815
- colorSegment: string;
4816
- tabFontSizeCard: string;
4817
- tabTextColorLine: string;
4818
- tabTextColorActiveLine: string;
4819
- tabTextColorHoverLine: string;
4820
- tabTextColorDisabledLine: string;
4821
- tabTextColorSegment: string;
4822
- tabTextColorActiveSegment: string;
4823
- tabTextColorHoverSegment: string;
4824
- tabTextColorDisabledSegment: string;
4825
- tabTextColorBar: string;
4826
- tabTextColorActiveBar: string;
4827
- tabTextColorHoverBar: string;
4828
- tabTextColorDisabledBar: string;
4829
- tabTextColorCard: string;
4830
- tabTextColorHoverCard: string;
4831
- tabTextColorActiveCard: string;
4832
- tabTextColorDisabledCard: string;
4833
- barColor: string;
4834
- closeIconColor: string;
4835
- closeIconColorHover: string;
4836
- closeIconColorPressed: string;
4837
- closeColorHover: string;
4838
- closeColorPressed: string;
4839
- closeBorderRadius: string;
4840
- tabColor: string;
4841
- tabColorSegment: string;
4842
- tabBorderColor: string;
4843
- tabFontWeightActive: string;
4844
- tabFontWeight: string;
4845
- tabBorderRadius: string;
4846
- paneTextColor: string;
4847
- fontWeightStrong: string;
4848
- tabFontSizeSmall: string;
4849
- tabFontSizeMedium: string;
4850
- tabFontSizeLarge: string;
4851
- tabGapSmallLine: string;
4852
- tabGapMediumLine: string;
4853
- tabGapLargeLine: string;
4854
- tabPaddingSmallLine: string;
4855
- tabPaddingMediumLine: string;
4856
- tabPaddingLargeLine: string;
4857
- tabGapSmallBar: string;
4858
- tabGapMediumBar: string;
4859
- tabGapLargeBar: string;
4860
- tabPaddingSmallBar: string;
4861
- tabPaddingMediumBar: string;
4862
- tabPaddingLargeBar: string;
4863
- tabGapSmallCard: string;
4864
- tabGapMediumCard: string;
4865
- tabGapLargeCard: string;
4866
- tabPaddingSmallCard: string;
4867
- tabPaddingMediumCard: string;
4868
- tabPaddingLargeCard: string;
4869
- tabPaddingSmallSegment: string;
4870
- tabPaddingMediumSegment: string;
4871
- tabPaddingLargeSegment: string;
4872
- tabGapSmallSegment: string;
4873
- tabGapMediumSegment: string;
4874
- tabGapLargeSegment: string;
4875
- panePaddingSmall: string;
4876
- panePaddingMedium: string;
4877
- panePaddingLarge: string;
4878
- closeSize: string;
4879
- closeIconSize: string;
4880
- }, any>>>;
4881
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4882
- colorSegment: string;
4883
- tabFontSizeCard: string;
4884
- tabTextColorLine: string;
4885
- tabTextColorActiveLine: string;
4886
- tabTextColorHoverLine: string;
4887
- tabTextColorDisabledLine: string;
4888
- tabTextColorSegment: string;
4889
- tabTextColorActiveSegment: string;
4890
- tabTextColorHoverSegment: string;
4891
- tabTextColorDisabledSegment: string;
4892
- tabTextColorBar: string;
4893
- tabTextColorActiveBar: string;
4894
- tabTextColorHoverBar: string;
4895
- tabTextColorDisabledBar: string;
4896
- tabTextColorCard: string;
4897
- tabTextColorHoverCard: string;
4898
- tabTextColorActiveCard: string;
4899
- tabTextColorDisabledCard: string;
4900
- barColor: string;
4901
- closeIconColor: string;
4902
- closeIconColorHover: string;
4903
- closeIconColorPressed: string;
4904
- closeColorHover: string;
4905
- closeColorPressed: string;
4906
- closeBorderRadius: string;
4907
- tabColor: string;
4908
- tabColorSegment: string;
4909
- tabBorderColor: string;
4910
- tabFontWeightActive: string;
4911
- tabFontWeight: string;
4912
- tabBorderRadius: string;
4913
- paneTextColor: string;
4914
- fontWeightStrong: string;
4915
- tabFontSizeSmall: string;
4916
- tabFontSizeMedium: string;
4917
- tabFontSizeLarge: string;
4918
- tabGapSmallLine: string;
4919
- tabGapMediumLine: string;
4920
- tabGapLargeLine: string;
4921
- tabPaddingSmallLine: string;
4922
- tabPaddingMediumLine: string;
4923
- tabPaddingLargeLine: string;
4924
- tabGapSmallBar: string;
4925
- tabGapMediumBar: string;
4926
- tabGapLargeBar: string;
4927
- tabPaddingSmallBar: string;
4928
- tabPaddingMediumBar: string;
4929
- tabPaddingLargeBar: string;
4930
- tabGapSmallCard: string;
4931
- tabGapMediumCard: string;
4932
- tabGapLargeCard: string;
4933
- tabPaddingSmallCard: string;
4934
- tabPaddingMediumCard: string;
4935
- tabPaddingLargeCard: string;
4936
- tabPaddingSmallSegment: string;
4937
- tabPaddingMediumSegment: string;
4938
- tabPaddingLargeSegment: string;
4939
- tabGapSmallSegment: string;
4940
- tabGapMediumSegment: string;
4941
- tabGapLargeSegment: string;
4942
- panePaddingSmall: string;
4943
- panePaddingMedium: string;
4944
- panePaddingLarge: string;
4945
- closeSize: string;
4946
- closeIconSize: string;
4947
- }, any>>>;
4948
- }>>, {
4949
- readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4950
- readonly size: "small" | "medium" | "large";
4951
- readonly closable: boolean;
4952
- readonly trigger: "click" | "hover";
4953
- readonly animated: boolean;
4954
- readonly tabsPadding: number;
4955
- }>;
4956
- NConfigProvider: import("vue").DefineComponent<{
4957
- readonly abstract: BooleanConstructor;
4958
- readonly bordered: {
4959
- readonly type: import("vue").PropType<boolean | undefined>;
4960
- readonly default: undefined;
4961
- };
4962
- readonly clsPrefix: StringConstructor;
4963
- readonly locale: import("vue").PropType<{
4964
- name: string;
4965
- global: {
4966
- undo: string;
4967
- redo: string;
4968
- confirm: string;
4969
- };
4970
- Popconfirm: {
4971
- positiveText: string;
4972
- negativeText: string;
4973
- };
4974
- Cascader: {
4975
- placeholder: string;
4976
- loading: string;
4977
- loadingRequiredMessage: (label: string) => string;
4978
- };
4979
- Time: {
4980
- dateFormat: string;
4981
- dateTimeFormat: string;
4982
- };
4983
- DatePicker: {
4984
- yearFormat: string;
4985
- monthFormat: string;
4986
- dayFormat: string;
4987
- yearTypeFormat: string;
4988
- monthTypeFormat: string;
4989
- dateFormat: string;
4990
- dateTimeFormat: string;
4991
- quarterFormat: string;
4992
- clear: string;
4993
- now: string;
4994
- confirm: string;
4995
- selectTime: string;
4996
- selectDate: string;
4997
- datePlaceholder: string;
4998
- datetimePlaceholder: string;
4999
- monthPlaceholder: string;
5000
- yearPlaceholder: string;
5001
- quarterPlaceholder: string;
5002
- startDatePlaceholder: string;
5003
- endDatePlaceholder: string;
5004
- startDatetimePlaceholder: string;
5005
- endDatetimePlaceholder: string;
5006
- startMonthPlaceholder: string;
5007
- endMonthPlaceholder: string;
5008
- monthBeforeYear: boolean;
5009
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
5010
- today: string;
5011
- };
5012
- DataTable: {
5013
- checkTableAll: string;
5014
- uncheckTableAll: string;
5015
- confirm: string;
5016
- clear: string;
5017
- };
5018
- LegacyTransfer: {
5019
- sourceTitle: string;
5020
- targetTitle: string;
5021
- };
5022
- Transfer: {
5023
- selectAll: string;
5024
- unselectAll: string;
5025
- clearAll: string;
5026
- total: (num: number) => string;
5027
- selected: (num: number) => string;
5028
- };
5029
- Empty: {
5030
- description: string;
5031
- };
5032
- Select: {
5033
- placeholder: string;
5034
- };
5035
- TimePicker: {
5036
- placeholder: string;
5037
- positiveText: string;
5038
- negativeText: string;
5039
- now: string;
5040
- };
5041
- Pagination: {
5042
- goto: string;
5043
- selectionSuffix: string;
5044
- };
5045
- DynamicTags: {
5046
- add: string;
5047
- };
5048
- Log: {
5049
- loading: string;
5050
- };
5051
- Input: {
5052
- placeholder: string;
5053
- };
5054
- InputNumber: {
5055
- placeholder: string;
5056
- };
5057
- DynamicInput: {
5058
- create: string;
5059
- };
5060
- ThemeEditor: {
5061
- title: string;
5062
- clearAllVars: string;
5063
- clearSearch: string;
5064
- filterCompName: string;
5065
- filterVarName: string;
5066
- import: string;
5067
- export: string;
5068
- restore: string;
5069
- };
5070
- Image: {
5071
- tipPrevious: string;
5072
- tipNext: string;
5073
- tipCounterclockwise: string;
5074
- tipClockwise: string;
5075
- tipZoomOut: string;
5076
- tipZoomIn: string;
5077
- tipClose: string;
5078
- tipOriginalSize: string;
5079
- };
5080
- } | null>;
5081
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
5082
- readonly namespace: StringConstructor;
5083
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
5084
- readonly tag: {
5085
- readonly type: StringConstructor;
5086
- readonly default: "div";
5087
- };
5088
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
5089
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
5090
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
5091
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
5092
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
5093
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
5094
- readonly preflightStyleDisabled: BooleanConstructor;
5095
- readonly inlineThemeDisabled: {
5096
- readonly type: BooleanConstructor;
5097
- readonly default: undefined;
5098
- };
5099
- readonly as: {
5100
- readonly type: import("vue").PropType<string | undefined>;
5101
- readonly validator: () => boolean;
5102
- readonly default: undefined;
5103
- };
5104
- }, {
5105
- mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
5106
- mergedBordered: import("vue").ComputedRef<boolean | undefined>;
5107
- mergedNamespace: import("vue").ComputedRef<string | undefined>;
5108
- mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
5109
- mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
5110
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5111
- readonly abstract: BooleanConstructor;
5112
- readonly bordered: {
5113
- readonly type: import("vue").PropType<boolean | undefined>;
5114
- readonly default: undefined;
5115
- };
5116
- readonly clsPrefix: StringConstructor;
5117
- readonly locale: import("vue").PropType<{
5118
- name: string;
5119
- global: {
5120
- undo: string;
5121
- redo: string;
5122
- confirm: string;
5123
- };
5124
- Popconfirm: {
5125
- positiveText: string;
5126
- negativeText: string;
5127
- };
5128
- Cascader: {
5129
- placeholder: string;
5130
- loading: string;
5131
- loadingRequiredMessage: (label: string) => string;
5132
- };
5133
- Time: {
5134
- dateFormat: string;
5135
- dateTimeFormat: string;
5136
- };
5137
- DatePicker: {
5138
- yearFormat: string;
5139
- monthFormat: string;
5140
- dayFormat: string;
5141
- yearTypeFormat: string;
5142
- monthTypeFormat: string;
5143
- dateFormat: string;
5144
- dateTimeFormat: string;
5145
- quarterFormat: string;
5146
- clear: string;
5147
- now: string;
5148
- confirm: string;
5149
- selectTime: string;
5150
- selectDate: string;
5151
- datePlaceholder: string;
5152
- datetimePlaceholder: string;
5153
- monthPlaceholder: string;
5154
- yearPlaceholder: string;
5155
- quarterPlaceholder: string;
5156
- startDatePlaceholder: string;
5157
- endDatePlaceholder: string;
5158
- startDatetimePlaceholder: string;
5159
- endDatetimePlaceholder: string;
5160
- startMonthPlaceholder: string;
5161
- endMonthPlaceholder: string;
5162
- monthBeforeYear: boolean;
5163
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
5164
- today: string;
5165
- };
5166
- DataTable: {
5167
- checkTableAll: string;
5168
- uncheckTableAll: string;
5169
- confirm: string;
5170
- clear: string;
5171
- };
5172
- LegacyTransfer: {
5173
- sourceTitle: string;
5174
- targetTitle: string;
5175
- };
5176
- Transfer: {
5177
- selectAll: string;
5178
- unselectAll: string;
5179
- clearAll: string;
5180
- total: (num: number) => string;
5181
- selected: (num: number) => string;
5182
- };
5183
- Empty: {
5184
- description: string;
5185
- };
5186
- Select: {
5187
- placeholder: string;
5188
- };
5189
- TimePicker: {
5190
- placeholder: string;
5191
- positiveText: string;
5192
- negativeText: string;
5193
- now: string;
5194
- };
5195
- Pagination: {
5196
- goto: string;
5197
- selectionSuffix: string;
5198
- };
5199
- DynamicTags: {
5200
- add: string;
5201
- };
5202
- Log: {
5203
- loading: string;
5204
- };
5205
- Input: {
5206
- placeholder: string;
5207
- };
5208
- InputNumber: {
5209
- placeholder: string;
5210
- };
5211
- DynamicInput: {
5212
- create: string;
5213
- };
5214
- ThemeEditor: {
5215
- title: string;
5216
- clearAllVars: string;
5217
- clearSearch: string;
5218
- filterCompName: string;
5219
- filterVarName: string;
5220
- import: string;
5221
- export: string;
5222
- restore: string;
5223
- };
5224
- Image: {
5225
- tipPrevious: string;
5226
- tipNext: string;
5227
- tipCounterclockwise: string;
5228
- tipClockwise: string;
5229
- tipZoomOut: string;
5230
- tipZoomIn: string;
5231
- tipClose: string;
5232
- tipOriginalSize: string;
5233
- };
5234
- } | null>;
5235
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
5236
- readonly namespace: StringConstructor;
5237
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
5238
- readonly tag: {
5239
- readonly type: StringConstructor;
5240
- readonly default: "div";
5241
- };
5242
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
5243
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
5244
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
5245
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
5246
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
5247
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
5248
- readonly preflightStyleDisabled: BooleanConstructor;
5249
- readonly inlineThemeDisabled: {
5250
- readonly type: BooleanConstructor;
5251
- readonly default: undefined;
5252
- };
5253
- readonly as: {
5254
- readonly type: import("vue").PropType<string | undefined>;
5255
- readonly validator: () => boolean;
5256
- readonly default: undefined;
5257
- };
5258
- }>>, {
5259
- readonly abstract: boolean;
5260
- readonly tag: string;
5261
- readonly as: string | undefined;
5262
- readonly bordered: boolean | undefined;
5263
- readonly preflightStyleDisabled: boolean;
5264
- readonly inlineThemeDisabled: boolean;
2178
+ readonly displayDirective: "if" | "show" | "show:lazy";
5265
2179
  }>;
2180
+ NTabs: any;
2181
+ NConfigProvider: any;
5266
2182
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5267
2183
  fieldList: {
5268
2184
  type: import("vue").PropType<FieldItem[]>;