@pitcher/js-api 1.25.0-beta.2 → 1.25.0

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 (163) hide show
  1. package/impact-js-api.spec.json +7 -1
  2. package/js-api.esm.js +25 -4
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/apps/browser/App.vue.d.ts +10 -9
  7. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +195 -132
  8. package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +96 -0
  9. package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +17 -0
  10. package/lib/apps/browser/components/FileSmartFolders.vue.d.ts +209 -0
  11. package/lib/apps/browser/stores/api.d.ts +6 -0
  12. package/lib/apps/browser/stores/app.d.ts +7 -2
  13. package/lib/apps/browser/stores/upload.d.ts +4 -4
  14. package/lib/apps/browser/stores/upload.types.d.ts +0 -1
  15. package/lib/apps/canvas-builder/App.vue.d.ts +356 -11
  16. package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +5 -1
  17. package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +10 -0
  18. package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -1
  19. package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
  20. package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +1230 -0
  21. package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +22 -0
  22. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +3 -0
  23. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +2 -0
  24. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridList.vue.d.ts +12 -0
  25. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +12 -0
  26. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +7 -2
  27. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +9 -1
  28. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +6 -2
  29. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +4 -0
  30. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +2 -1
  31. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +1 -0
  32. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +6 -1
  33. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +31 -0
  34. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +31 -0
  35. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +1 -6
  36. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +1 -0
  37. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +2 -0
  38. package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +12 -6
  39. package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +111 -0
  40. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +206 -31
  41. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +46 -6
  42. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +44 -6
  43. package/lib/apps/canvas-builder/composables/useCanvasHooks.d.ts +2 -0
  44. package/lib/apps/canvas-builder/composables/useCanvasNodes.d.ts +16 -0
  45. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +2 -1
  46. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +120 -3
  47. package/lib/apps/canvas-builder/composables/useCanvasThemeAssets.d.ts +31 -0
  48. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +4 -1
  49. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -0
  50. package/lib/apps/canvas-builder/composables/useDataTablePrint.d.ts +5 -0
  51. package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -1
  52. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +4 -0
  53. package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -2
  54. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +1 -0
  55. package/lib/apps/canvas-builder/types/canvas.d.ts +45 -11
  56. package/lib/apps/canvas-builder/util/canvas.util.d.ts +4 -1
  57. package/lib/apps/canvas-builder/util/print.util.d.ts +1 -1
  58. package/lib/apps/canvas-builder/util/tiptap-table.util.d.ts +20 -0
  59. package/lib/apps/collection-player/App.vue.d.ts +1 -0
  60. package/lib/apps/collection-player/components/AppFooter.vue.d.ts +56 -1
  61. package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +15 -0
  62. package/lib/apps/collection-player/components/MainImage.vue.d.ts +3 -1
  63. package/lib/apps/collection-player/composables/annotation-layer.use.d.ts +13 -0
  64. package/lib/apps/collection-player/composables/laser-pointer-marker.use.d.ts +166 -0
  65. package/lib/apps/collection-player/composables/markerjs.use.d.ts +8 -0
  66. package/lib/apps/collection-player/composables/new-zoom.use.d.ts +12 -0
  67. package/lib/apps/collection-player/stores/app.store.d.ts +4 -1
  68. package/lib/apps/collection-selector/App.vue.d.ts +33 -0
  69. package/lib/apps/content-selector/appTypes.d.ts +1 -0
  70. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +195 -132
  71. package/lib/apps/content-selector/components/MultimediaSelectorApp.vue.d.ts +12 -0
  72. package/lib/apps/content-selector/components/ThemeImages.vue.d.ts +2 -0
  73. package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +4 -0
  74. package/lib/apps/content-selector/composables/useMultimediaSelectorApps.d.ts +21 -0
  75. package/lib/apps/content-selector/composables/useStore.d.ts +4 -0
  76. package/lib/apps/content-selector/stores/api.d.ts +19 -228
  77. package/lib/apps/content-selector/stores/app.d.ts +45 -66
  78. package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +2 -0
  79. package/lib/canvas-comments/components/CommentButton.vue.d.ts +6 -0
  80. package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +21 -0
  81. package/lib/canvas-comments/components/SimpleComments.vue.d.ts +14 -0
  82. package/lib/components/CApexChart/CApexChartLine.vue.d.ts +1 -1
  83. package/lib/components/CButton/CButton.vue.d.ts +3 -3
  84. package/lib/components/CCreateThemeModal/steps/CThemeAssetsStep.vue.d.ts +19 -0
  85. package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +1 -1
  86. package/lib/components/CFileViewer/CFileViewer.types.d.ts +8 -0
  87. package/lib/components/CFileViewer/CFileViewer.vue.d.ts +18 -0
  88. package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +3 -0
  89. package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +1 -0
  90. package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +5 -0
  91. package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +69 -0
  92. package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +2 -0
  93. package/lib/components/CInput/CInput.vue.d.ts +3 -3
  94. package/lib/components/CList/CList.vue.d.ts +1 -1
  95. package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +4 -4
  96. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +90 -1
  97. package/lib/components/CTable/CTable.vue.d.ts +3 -1
  98. package/lib/components/CTableTag/CTableTag.vue.d.ts +4687 -0
  99. package/lib/components/CTags/CTags.vue.d.ts +3 -3
  100. package/lib/components/CThemePreview/CThemePreview.vue.d.ts +1 -1
  101. package/lib/components/CThumbnail/CThumbnail.vue.d.ts +43 -0
  102. package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -9
  103. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +6 -2
  104. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +582 -266
  105. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +195 -132
  106. package/lib/components/filters/CSearchFilter.vue.d.ts +2 -0
  107. package/lib/components/savedCanvases/CCanvasAccountModal.vue.d.ts +23 -0
  108. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +20 -5
  109. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +21 -2
  110. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -0
  111. package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +3 -1
  112. package/lib/components/sections/CSectionManagement.vue.d.ts +6 -2
  113. package/lib/components/themes/CThemeManagement.vue.d.ts +6 -2
  114. package/lib/composables/useCanvasLocks.d.ts +3 -4
  115. package/lib/composables/useCommentTracking.d.ts +25 -0
  116. package/lib/composables/useCommentsStorage.d.ts +70 -0
  117. package/lib/composables/useFileDisplayHelpers.d.ts +2 -0
  118. package/lib/composables/useInstalledApps.d.ts +1 -0
  119. package/lib/composables/useMetadataFilters.d.ts +2 -2
  120. package/lib/composables/useMetadataSearch.d.ts +2 -1
  121. package/lib/composables/useSharedCommentsStorage.d.ts +32 -0
  122. package/lib/constants/cdp.const.d.ts +6 -0
  123. package/lib/constants/roles.const.d.ts +16 -0
  124. package/lib/directives/element-mounted.d.ts +4 -0
  125. package/lib/main.lib.d.ts +6 -0
  126. package/lib/sdk/api/HighLevelApi.d.ts +2 -0
  127. package/lib/sdk/api/modules/admin/index.d.ts +1 -0
  128. package/lib/sdk/api/modules/admin/types.admin.d.ts +1 -0
  129. package/lib/sdk/api/modules/admin/users.admin.d.ts +14 -0
  130. package/lib/sdk/api/modules/env.d.ts +1 -0
  131. package/lib/sdk/api/modules/query.d.ts +2 -1
  132. package/lib/sdk/api/modules/ui/types.ui.d.ts +4 -0
  133. package/lib/sdk/interfaces.d.ts +1 -0
  134. package/lib/sdk/main.d.ts +8 -0
  135. package/lib/sdk/payload.types.d.ts +14 -0
  136. package/lib/types/app.d.ts +12 -1
  137. package/lib/types/call.d.ts +1 -2
  138. package/lib/types/canvasTheme.d.ts +12 -0
  139. package/lib/types/core/MetadataFilter.d.ts +1 -0
  140. package/lib/types/i18n.types.d.ts +1 -1
  141. package/lib/types/instanceSettings.types.d.ts +2 -0
  142. package/lib/types/launchDarkly.types.d.ts +1 -1
  143. package/lib/types/organizationSettings.types.d.ts +19 -0
  144. package/lib/util/image.d.ts +4 -0
  145. package/lib/util/style.util.d.ts +1 -0
  146. package/lib/util/userAgents.d.ts +1 -0
  147. package/package.json +1 -1
  148. package/types/openapi/models/App.d.ts +1 -0
  149. package/types/openapi/models/CanvasCreate.d.ts +1 -0
  150. package/types/openapi/models/CanvasRecommendedFile.d.ts +2 -0
  151. package/types/openapi/models/CanvasRetrieve.d.ts +1 -0
  152. package/types/openapi/models/CanvasUpdate.d.ts +1 -0
  153. package/types/openapi/models/CanvasUpdateRequest.d.ts +1 -0
  154. package/types/openapi/models/DeletedFile.d.ts +2 -0
  155. package/types/openapi/models/File.d.ts +2 -0
  156. package/types/openapi/models/FileCreate.d.ts +2 -0
  157. package/types/openapi/models/FileCreateRequest.d.ts +1 -0
  158. package/types/openapi/models/FileRetrieve.d.ts +2 -0
  159. package/types/openapi/models/FileUpdate.d.ts +2 -0
  160. package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
  161. package/types/openapi/models/InstanceMembershipUser.d.ts +2 -0
  162. package/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +1 -0
  163. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
@@ -0,0 +1,4687 @@
1
+ type __VLS_Props = {
2
+ modelValue: string[];
3
+ search?: string;
4
+ state?: 'view' | 'edit';
5
+ readonly?: boolean;
6
+ placeholder?: string;
7
+ maxTagsToShow?: number;
8
+ popoverTo?: string | false;
9
+ rowIndex?: number;
10
+ tagsClass?: string;
11
+ moreTagsClass?: string;
12
+ displayAsText?: boolean;
13
+ suggestedTagsFetcher?: (search: string) => Promise<string[]> | string[];
14
+ };
15
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
+ cancel: () => any;
17
+ edit: () => any;
18
+ "update:modelValue": (value: string[]) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onCancel?: (() => any) | undefined;
21
+ onEdit?: (() => any) | undefined;
22
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
23
+ }>, {
24
+ search: string;
25
+ rowIndex: number;
26
+ state: "view" | "edit";
27
+ maxTagsToShow: number;
28
+ popoverTo: string | false;
29
+ displayAsText: boolean;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
+ tagsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../CTags/CTags.vue').CTagsProps> & Readonly<{
32
+ "onUpdate:value"?: ((value: string[]) => any) | undefined;
33
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
34
+ "update:value": (value: string[]) => any;
35
+ }, import('vue').PublicProps, {
36
+ value: string[];
37
+ minCharsToSuggest: number;
38
+ maxTags: number;
39
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
40
+ dynamicTagsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
41
+ size: {
42
+ type: import('vue').PropType<"small" | "medium" | "large">;
43
+ default: string;
44
+ };
45
+ closable: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ defaultValue: {
50
+ type: import('vue').PropType<Array<string | import('naive-ui').DynamicTagsOption>>;
51
+ default: () => never[];
52
+ };
53
+ value: import('vue').PropType<Array<string | import('naive-ui').DynamicTagsOption>>;
54
+ inputClass: StringConstructor;
55
+ inputStyle: import('vue').PropType<string | import('vue').CSSProperties>;
56
+ inputProps: import('vue').PropType<import('naive-ui').InputProps>;
57
+ max: import('vue').PropType<number>;
58
+ tagClass: StringConstructor;
59
+ tagStyle: import('vue').PropType<string | import('vue').CSSProperties>;
60
+ renderTag: import('vue').PropType<((tag: string, index: number) => import('vue').VNodeChild) | ((tag: import('naive-ui').DynamicTagsOption, index: number) => import('vue').VNodeChild)>;
61
+ onCreate: {
62
+ type: import('vue').PropType<import('naive-ui/es/dynamic-tags/src/interface').OnCreate>;
63
+ default: (label: string) => string;
64
+ };
65
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue>>;
66
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue>>;
67
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue> | undefined>;
68
+ color: import('vue').PropType<import('naive-ui/es/tag/src/common-props').TagColor>;
69
+ type: {
70
+ readonly type: import('vue').PropType<"default" | "primary" | "success" | "info" | "warning" | "error">;
71
+ readonly default: "default";
72
+ };
73
+ round: BooleanConstructor;
74
+ disabled: {
75
+ readonly type: import('vue').PropType<boolean | undefined>;
76
+ readonly default: undefined;
77
+ };
78
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
79
+ inputWidth: string;
80
+ }, {
81
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
82
+ fontWeight: string;
83
+ countTextColorDisabled: string;
84
+ countTextColor: string;
85
+ heightTiny: string;
86
+ heightSmall: string;
87
+ heightMedium: string;
88
+ heightLarge: string;
89
+ fontSizeTiny: string;
90
+ fontSizeSmall: string;
91
+ fontSizeMedium: string;
92
+ fontSizeLarge: string;
93
+ lineHeight: string;
94
+ lineHeightTextarea: string;
95
+ borderRadius: string;
96
+ iconSize: string;
97
+ groupLabelColor: string;
98
+ groupLabelTextColor: string;
99
+ textColor: string;
100
+ textColorDisabled: string;
101
+ textDecorationColor: string;
102
+ caretColor: string;
103
+ placeholderColor: string;
104
+ placeholderColorDisabled: string;
105
+ color: string;
106
+ colorDisabled: string;
107
+ colorFocus: string;
108
+ groupLabelBorder: string;
109
+ border: string;
110
+ borderHover: string;
111
+ borderDisabled: string;
112
+ borderFocus: string;
113
+ boxShadowFocus: string;
114
+ loadingColor: string;
115
+ loadingColorWarning: string;
116
+ borderWarning: string;
117
+ borderHoverWarning: string;
118
+ colorFocusWarning: string;
119
+ borderFocusWarning: string;
120
+ boxShadowFocusWarning: string;
121
+ caretColorWarning: string;
122
+ loadingColorError: string;
123
+ borderError: string;
124
+ borderHoverError: string;
125
+ colorFocusError: string;
126
+ borderFocusError: string;
127
+ boxShadowFocusError: string;
128
+ caretColorError: string;
129
+ clearColor: string;
130
+ clearColorHover: string;
131
+ clearColorPressed: string;
132
+ iconColor: string;
133
+ iconColorDisabled: string;
134
+ iconColorHover: string;
135
+ iconColorPressed: string;
136
+ suffixTextColor: string;
137
+ paddingTiny: string;
138
+ paddingSmall: string;
139
+ paddingMedium: string;
140
+ paddingLarge: string;
141
+ clearSize: string;
142
+ }, any>;
143
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
144
+ heightTiny: string;
145
+ heightSmall: string;
146
+ heightMedium: string;
147
+ heightLarge: string;
148
+ borderRadiusTiny: string;
149
+ borderRadiusSmall: string;
150
+ borderRadiusMedium: string;
151
+ borderRadiusLarge: string;
152
+ fontSizeTiny: string;
153
+ fontSizeSmall: string;
154
+ fontSizeMedium: string;
155
+ fontSizeLarge: string;
156
+ opacityDisabled: string;
157
+ colorOpacitySecondary: string;
158
+ colorOpacitySecondaryHover: string;
159
+ colorOpacitySecondaryPressed: string;
160
+ colorSecondary: string;
161
+ colorSecondaryHover: string;
162
+ colorSecondaryPressed: string;
163
+ colorTertiary: string;
164
+ colorTertiaryHover: string;
165
+ colorTertiaryPressed: string;
166
+ colorQuaternary: string;
167
+ colorQuaternaryHover: string;
168
+ colorQuaternaryPressed: string;
169
+ color: string;
170
+ colorHover: string;
171
+ colorPressed: string;
172
+ colorFocus: string;
173
+ colorDisabled: string;
174
+ textColor: string;
175
+ textColorTertiary: string;
176
+ textColorHover: string;
177
+ textColorPressed: string;
178
+ textColorFocus: string;
179
+ textColorDisabled: string;
180
+ textColorText: string;
181
+ textColorTextHover: string;
182
+ textColorTextPressed: string;
183
+ textColorTextFocus: string;
184
+ textColorTextDisabled: string;
185
+ textColorGhost: string;
186
+ textColorGhostHover: string;
187
+ textColorGhostPressed: string;
188
+ textColorGhostFocus: string;
189
+ textColorGhostDisabled: string;
190
+ border: string;
191
+ borderHover: string;
192
+ borderPressed: string;
193
+ borderFocus: string;
194
+ borderDisabled: string;
195
+ rippleColor: string;
196
+ colorPrimary: string;
197
+ colorHoverPrimary: string;
198
+ colorPressedPrimary: string;
199
+ colorFocusPrimary: string;
200
+ colorDisabledPrimary: string;
201
+ textColorPrimary: string;
202
+ textColorHoverPrimary: string;
203
+ textColorPressedPrimary: string;
204
+ textColorFocusPrimary: string;
205
+ textColorDisabledPrimary: string;
206
+ textColorTextPrimary: string;
207
+ textColorTextHoverPrimary: string;
208
+ textColorTextPressedPrimary: string;
209
+ textColorTextFocusPrimary: string;
210
+ textColorTextDisabledPrimary: string;
211
+ textColorGhostPrimary: string;
212
+ textColorGhostHoverPrimary: string;
213
+ textColorGhostPressedPrimary: string;
214
+ textColorGhostFocusPrimary: string;
215
+ textColorGhostDisabledPrimary: string;
216
+ borderPrimary: string;
217
+ borderHoverPrimary: string;
218
+ borderPressedPrimary: string;
219
+ borderFocusPrimary: string;
220
+ borderDisabledPrimary: string;
221
+ rippleColorPrimary: string;
222
+ colorInfo: string;
223
+ colorHoverInfo: string;
224
+ colorPressedInfo: string;
225
+ colorFocusInfo: string;
226
+ colorDisabledInfo: string;
227
+ textColorInfo: string;
228
+ textColorHoverInfo: string;
229
+ textColorPressedInfo: string;
230
+ textColorFocusInfo: string;
231
+ textColorDisabledInfo: string;
232
+ textColorTextInfo: string;
233
+ textColorTextHoverInfo: string;
234
+ textColorTextPressedInfo: string;
235
+ textColorTextFocusInfo: string;
236
+ textColorTextDisabledInfo: string;
237
+ textColorGhostInfo: string;
238
+ textColorGhostHoverInfo: string;
239
+ textColorGhostPressedInfo: string;
240
+ textColorGhostFocusInfo: string;
241
+ textColorGhostDisabledInfo: string;
242
+ borderInfo: string;
243
+ borderHoverInfo: string;
244
+ borderPressedInfo: string;
245
+ borderFocusInfo: string;
246
+ borderDisabledInfo: string;
247
+ rippleColorInfo: string;
248
+ colorSuccess: string;
249
+ colorHoverSuccess: string;
250
+ colorPressedSuccess: string;
251
+ colorFocusSuccess: string;
252
+ colorDisabledSuccess: string;
253
+ textColorSuccess: string;
254
+ textColorHoverSuccess: string;
255
+ textColorPressedSuccess: string;
256
+ textColorFocusSuccess: string;
257
+ textColorDisabledSuccess: string;
258
+ textColorTextSuccess: string;
259
+ textColorTextHoverSuccess: string;
260
+ textColorTextPressedSuccess: string;
261
+ textColorTextFocusSuccess: string;
262
+ textColorTextDisabledSuccess: string;
263
+ textColorGhostSuccess: string;
264
+ textColorGhostHoverSuccess: string;
265
+ textColorGhostPressedSuccess: string;
266
+ textColorGhostFocusSuccess: string;
267
+ textColorGhostDisabledSuccess: string;
268
+ borderSuccess: string;
269
+ borderHoverSuccess: string;
270
+ borderPressedSuccess: string;
271
+ borderFocusSuccess: string;
272
+ borderDisabledSuccess: string;
273
+ rippleColorSuccess: string;
274
+ colorWarning: string;
275
+ colorHoverWarning: string;
276
+ colorPressedWarning: string;
277
+ colorFocusWarning: string;
278
+ colorDisabledWarning: string;
279
+ textColorWarning: string;
280
+ textColorHoverWarning: string;
281
+ textColorPressedWarning: string;
282
+ textColorFocusWarning: string;
283
+ textColorDisabledWarning: string;
284
+ textColorTextWarning: string;
285
+ textColorTextHoverWarning: string;
286
+ textColorTextPressedWarning: string;
287
+ textColorTextFocusWarning: string;
288
+ textColorTextDisabledWarning: string;
289
+ textColorGhostWarning: string;
290
+ textColorGhostHoverWarning: string;
291
+ textColorGhostPressedWarning: string;
292
+ textColorGhostFocusWarning: string;
293
+ textColorGhostDisabledWarning: string;
294
+ borderWarning: string;
295
+ borderHoverWarning: string;
296
+ borderPressedWarning: string;
297
+ borderFocusWarning: string;
298
+ borderDisabledWarning: string;
299
+ rippleColorWarning: string;
300
+ colorError: string;
301
+ colorHoverError: string;
302
+ colorPressedError: string;
303
+ colorFocusError: string;
304
+ colorDisabledError: string;
305
+ textColorError: string;
306
+ textColorHoverError: string;
307
+ textColorPressedError: string;
308
+ textColorFocusError: string;
309
+ textColorDisabledError: string;
310
+ textColorTextError: string;
311
+ textColorTextHoverError: string;
312
+ textColorTextPressedError: string;
313
+ textColorTextFocusError: string;
314
+ textColorTextDisabledError: string;
315
+ textColorGhostError: string;
316
+ textColorGhostHoverError: string;
317
+ textColorGhostPressedError: string;
318
+ textColorGhostFocusError: string;
319
+ textColorGhostDisabledError: string;
320
+ borderError: string;
321
+ borderHoverError: string;
322
+ borderPressedError: string;
323
+ borderFocusError: string;
324
+ borderDisabledError: string;
325
+ rippleColorError: string;
326
+ waveOpacity: string;
327
+ fontWeight: string;
328
+ fontWeightStrong: string;
329
+ paddingTiny: string;
330
+ paddingSmall: string;
331
+ paddingMedium: string;
332
+ paddingLarge: string;
333
+ paddingRoundTiny: string;
334
+ paddingRoundSmall: string;
335
+ paddingRoundMedium: string;
336
+ paddingRoundLarge: string;
337
+ iconMarginTiny: string;
338
+ iconMarginSmall: string;
339
+ iconMarginMedium: string;
340
+ iconMarginLarge: string;
341
+ iconSizeTiny: string;
342
+ iconSizeSmall: string;
343
+ iconSizeMedium: string;
344
+ iconSizeLarge: string;
345
+ rippleDuration: string;
346
+ }, any>;
347
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
348
+ closeBorderRadius: string;
349
+ heightTiny: string;
350
+ heightSmall: string;
351
+ heightMedium: string;
352
+ heightLarge: string;
353
+ borderRadius: string;
354
+ opacityDisabled: string;
355
+ fontSizeTiny: string;
356
+ fontSizeSmall: string;
357
+ fontSizeMedium: string;
358
+ fontSizeLarge: string;
359
+ fontWeightStrong: string;
360
+ textColorCheckable: string;
361
+ textColorHoverCheckable: string;
362
+ textColorPressedCheckable: string;
363
+ textColorChecked: string;
364
+ colorCheckable: string;
365
+ colorHoverCheckable: string;
366
+ colorPressedCheckable: string;
367
+ colorChecked: string;
368
+ colorCheckedHover: string;
369
+ colorCheckedPressed: string;
370
+ border: string;
371
+ textColor: string;
372
+ color: string;
373
+ colorBordered: string;
374
+ closeIconColor: string;
375
+ closeIconColorHover: string;
376
+ closeIconColorPressed: string;
377
+ closeColorHover: string;
378
+ closeColorPressed: string;
379
+ borderPrimary: string;
380
+ textColorPrimary: string;
381
+ colorPrimary: string;
382
+ colorBorderedPrimary: string;
383
+ closeIconColorPrimary: string;
384
+ closeIconColorHoverPrimary: string;
385
+ closeIconColorPressedPrimary: string;
386
+ closeColorHoverPrimary: string;
387
+ closeColorPressedPrimary: string;
388
+ borderInfo: string;
389
+ textColorInfo: string;
390
+ colorInfo: string;
391
+ colorBorderedInfo: string;
392
+ closeIconColorInfo: string;
393
+ closeIconColorHoverInfo: string;
394
+ closeIconColorPressedInfo: string;
395
+ closeColorHoverInfo: string;
396
+ closeColorPressedInfo: string;
397
+ borderSuccess: string;
398
+ textColorSuccess: string;
399
+ colorSuccess: string;
400
+ colorBorderedSuccess: string;
401
+ closeIconColorSuccess: string;
402
+ closeIconColorHoverSuccess: string;
403
+ closeIconColorPressedSuccess: string;
404
+ closeColorHoverSuccess: string;
405
+ closeColorPressedSuccess: string;
406
+ borderWarning: string;
407
+ textColorWarning: string;
408
+ colorWarning: string;
409
+ colorBorderedWarning: string;
410
+ closeIconColorWarning: string;
411
+ closeIconColorHoverWarning: string;
412
+ closeIconColorPressedWarning: string;
413
+ closeColorHoverWarning: string;
414
+ closeColorPressedWarning: string;
415
+ borderError: string;
416
+ textColorError: string;
417
+ colorError: string;
418
+ colorBorderedError: string;
419
+ closeIconColorError: string;
420
+ closeIconColorHoverError: string;
421
+ closeIconColorPressedError: string;
422
+ closeColorHoverError: string;
423
+ closeColorPressedError: string;
424
+ closeIconSizeTiny: string;
425
+ closeIconSizeSmall: string;
426
+ closeIconSizeMedium: string;
427
+ closeIconSizeLarge: string;
428
+ closeSizeTiny: string;
429
+ closeSizeSmall: string;
430
+ closeSizeMedium: string;
431
+ closeSizeLarge: string;
432
+ padding: string;
433
+ closeMargin: string;
434
+ }, any>;
435
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
436
+ gapSmall: string;
437
+ gapMedium: string;
438
+ gapLarge: string;
439
+ }, any>;
440
+ }>>;
441
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
442
+ inputWidth: string;
443
+ }, {
444
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
445
+ fontWeight: string;
446
+ countTextColorDisabled: string;
447
+ countTextColor: string;
448
+ heightTiny: string;
449
+ heightSmall: string;
450
+ heightMedium: string;
451
+ heightLarge: string;
452
+ fontSizeTiny: string;
453
+ fontSizeSmall: string;
454
+ fontSizeMedium: string;
455
+ fontSizeLarge: string;
456
+ lineHeight: string;
457
+ lineHeightTextarea: string;
458
+ borderRadius: string;
459
+ iconSize: string;
460
+ groupLabelColor: string;
461
+ groupLabelTextColor: string;
462
+ textColor: string;
463
+ textColorDisabled: string;
464
+ textDecorationColor: string;
465
+ caretColor: string;
466
+ placeholderColor: string;
467
+ placeholderColorDisabled: string;
468
+ color: string;
469
+ colorDisabled: string;
470
+ colorFocus: string;
471
+ groupLabelBorder: string;
472
+ border: string;
473
+ borderHover: string;
474
+ borderDisabled: string;
475
+ borderFocus: string;
476
+ boxShadowFocus: string;
477
+ loadingColor: string;
478
+ loadingColorWarning: string;
479
+ borderWarning: string;
480
+ borderHoverWarning: string;
481
+ colorFocusWarning: string;
482
+ borderFocusWarning: string;
483
+ boxShadowFocusWarning: string;
484
+ caretColorWarning: string;
485
+ loadingColorError: string;
486
+ borderError: string;
487
+ borderHoverError: string;
488
+ colorFocusError: string;
489
+ borderFocusError: string;
490
+ boxShadowFocusError: string;
491
+ caretColorError: string;
492
+ clearColor: string;
493
+ clearColorHover: string;
494
+ clearColorPressed: string;
495
+ iconColor: string;
496
+ iconColorDisabled: string;
497
+ iconColorHover: string;
498
+ iconColorPressed: string;
499
+ suffixTextColor: string;
500
+ paddingTiny: string;
501
+ paddingSmall: string;
502
+ paddingMedium: string;
503
+ paddingLarge: string;
504
+ clearSize: string;
505
+ }, any>;
506
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
507
+ heightTiny: string;
508
+ heightSmall: string;
509
+ heightMedium: string;
510
+ heightLarge: string;
511
+ borderRadiusTiny: string;
512
+ borderRadiusSmall: string;
513
+ borderRadiusMedium: string;
514
+ borderRadiusLarge: string;
515
+ fontSizeTiny: string;
516
+ fontSizeSmall: string;
517
+ fontSizeMedium: string;
518
+ fontSizeLarge: string;
519
+ opacityDisabled: string;
520
+ colorOpacitySecondary: string;
521
+ colorOpacitySecondaryHover: string;
522
+ colorOpacitySecondaryPressed: string;
523
+ colorSecondary: string;
524
+ colorSecondaryHover: string;
525
+ colorSecondaryPressed: string;
526
+ colorTertiary: string;
527
+ colorTertiaryHover: string;
528
+ colorTertiaryPressed: string;
529
+ colorQuaternary: string;
530
+ colorQuaternaryHover: string;
531
+ colorQuaternaryPressed: string;
532
+ color: string;
533
+ colorHover: string;
534
+ colorPressed: string;
535
+ colorFocus: string;
536
+ colorDisabled: string;
537
+ textColor: string;
538
+ textColorTertiary: string;
539
+ textColorHover: string;
540
+ textColorPressed: string;
541
+ textColorFocus: string;
542
+ textColorDisabled: string;
543
+ textColorText: string;
544
+ textColorTextHover: string;
545
+ textColorTextPressed: string;
546
+ textColorTextFocus: string;
547
+ textColorTextDisabled: string;
548
+ textColorGhost: string;
549
+ textColorGhostHover: string;
550
+ textColorGhostPressed: string;
551
+ textColorGhostFocus: string;
552
+ textColorGhostDisabled: string;
553
+ border: string;
554
+ borderHover: string;
555
+ borderPressed: string;
556
+ borderFocus: string;
557
+ borderDisabled: string;
558
+ rippleColor: string;
559
+ colorPrimary: string;
560
+ colorHoverPrimary: string;
561
+ colorPressedPrimary: string;
562
+ colorFocusPrimary: string;
563
+ colorDisabledPrimary: string;
564
+ textColorPrimary: string;
565
+ textColorHoverPrimary: string;
566
+ textColorPressedPrimary: string;
567
+ textColorFocusPrimary: string;
568
+ textColorDisabledPrimary: string;
569
+ textColorTextPrimary: string;
570
+ textColorTextHoverPrimary: string;
571
+ textColorTextPressedPrimary: string;
572
+ textColorTextFocusPrimary: string;
573
+ textColorTextDisabledPrimary: string;
574
+ textColorGhostPrimary: string;
575
+ textColorGhostHoverPrimary: string;
576
+ textColorGhostPressedPrimary: string;
577
+ textColorGhostFocusPrimary: string;
578
+ textColorGhostDisabledPrimary: string;
579
+ borderPrimary: string;
580
+ borderHoverPrimary: string;
581
+ borderPressedPrimary: string;
582
+ borderFocusPrimary: string;
583
+ borderDisabledPrimary: string;
584
+ rippleColorPrimary: string;
585
+ colorInfo: string;
586
+ colorHoverInfo: string;
587
+ colorPressedInfo: string;
588
+ colorFocusInfo: string;
589
+ colorDisabledInfo: string;
590
+ textColorInfo: string;
591
+ textColorHoverInfo: string;
592
+ textColorPressedInfo: string;
593
+ textColorFocusInfo: string;
594
+ textColorDisabledInfo: string;
595
+ textColorTextInfo: string;
596
+ textColorTextHoverInfo: string;
597
+ textColorTextPressedInfo: string;
598
+ textColorTextFocusInfo: string;
599
+ textColorTextDisabledInfo: string;
600
+ textColorGhostInfo: string;
601
+ textColorGhostHoverInfo: string;
602
+ textColorGhostPressedInfo: string;
603
+ textColorGhostFocusInfo: string;
604
+ textColorGhostDisabledInfo: string;
605
+ borderInfo: string;
606
+ borderHoverInfo: string;
607
+ borderPressedInfo: string;
608
+ borderFocusInfo: string;
609
+ borderDisabledInfo: string;
610
+ rippleColorInfo: string;
611
+ colorSuccess: string;
612
+ colorHoverSuccess: string;
613
+ colorPressedSuccess: string;
614
+ colorFocusSuccess: string;
615
+ colorDisabledSuccess: string;
616
+ textColorSuccess: string;
617
+ textColorHoverSuccess: string;
618
+ textColorPressedSuccess: string;
619
+ textColorFocusSuccess: string;
620
+ textColorDisabledSuccess: string;
621
+ textColorTextSuccess: string;
622
+ textColorTextHoverSuccess: string;
623
+ textColorTextPressedSuccess: string;
624
+ textColorTextFocusSuccess: string;
625
+ textColorTextDisabledSuccess: string;
626
+ textColorGhostSuccess: string;
627
+ textColorGhostHoverSuccess: string;
628
+ textColorGhostPressedSuccess: string;
629
+ textColorGhostFocusSuccess: string;
630
+ textColorGhostDisabledSuccess: string;
631
+ borderSuccess: string;
632
+ borderHoverSuccess: string;
633
+ borderPressedSuccess: string;
634
+ borderFocusSuccess: string;
635
+ borderDisabledSuccess: string;
636
+ rippleColorSuccess: string;
637
+ colorWarning: string;
638
+ colorHoverWarning: string;
639
+ colorPressedWarning: string;
640
+ colorFocusWarning: string;
641
+ colorDisabledWarning: string;
642
+ textColorWarning: string;
643
+ textColorHoverWarning: string;
644
+ textColorPressedWarning: string;
645
+ textColorFocusWarning: string;
646
+ textColorDisabledWarning: string;
647
+ textColorTextWarning: string;
648
+ textColorTextHoverWarning: string;
649
+ textColorTextPressedWarning: string;
650
+ textColorTextFocusWarning: string;
651
+ textColorTextDisabledWarning: string;
652
+ textColorGhostWarning: string;
653
+ textColorGhostHoverWarning: string;
654
+ textColorGhostPressedWarning: string;
655
+ textColorGhostFocusWarning: string;
656
+ textColorGhostDisabledWarning: string;
657
+ borderWarning: string;
658
+ borderHoverWarning: string;
659
+ borderPressedWarning: string;
660
+ borderFocusWarning: string;
661
+ borderDisabledWarning: string;
662
+ rippleColorWarning: string;
663
+ colorError: string;
664
+ colorHoverError: string;
665
+ colorPressedError: string;
666
+ colorFocusError: string;
667
+ colorDisabledError: string;
668
+ textColorError: string;
669
+ textColorHoverError: string;
670
+ textColorPressedError: string;
671
+ textColorFocusError: string;
672
+ textColorDisabledError: string;
673
+ textColorTextError: string;
674
+ textColorTextHoverError: string;
675
+ textColorTextPressedError: string;
676
+ textColorTextFocusError: string;
677
+ textColorTextDisabledError: string;
678
+ textColorGhostError: string;
679
+ textColorGhostHoverError: string;
680
+ textColorGhostPressedError: string;
681
+ textColorGhostFocusError: string;
682
+ textColorGhostDisabledError: string;
683
+ borderError: string;
684
+ borderHoverError: string;
685
+ borderPressedError: string;
686
+ borderFocusError: string;
687
+ borderDisabledError: string;
688
+ rippleColorError: string;
689
+ waveOpacity: string;
690
+ fontWeight: string;
691
+ fontWeightStrong: string;
692
+ paddingTiny: string;
693
+ paddingSmall: string;
694
+ paddingMedium: string;
695
+ paddingLarge: string;
696
+ paddingRoundTiny: string;
697
+ paddingRoundSmall: string;
698
+ paddingRoundMedium: string;
699
+ paddingRoundLarge: string;
700
+ iconMarginTiny: string;
701
+ iconMarginSmall: string;
702
+ iconMarginMedium: string;
703
+ iconMarginLarge: string;
704
+ iconSizeTiny: string;
705
+ iconSizeSmall: string;
706
+ iconSizeMedium: string;
707
+ iconSizeLarge: string;
708
+ rippleDuration: string;
709
+ }, any>;
710
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
711
+ closeBorderRadius: string;
712
+ heightTiny: string;
713
+ heightSmall: string;
714
+ heightMedium: string;
715
+ heightLarge: string;
716
+ borderRadius: string;
717
+ opacityDisabled: string;
718
+ fontSizeTiny: string;
719
+ fontSizeSmall: string;
720
+ fontSizeMedium: string;
721
+ fontSizeLarge: string;
722
+ fontWeightStrong: string;
723
+ textColorCheckable: string;
724
+ textColorHoverCheckable: string;
725
+ textColorPressedCheckable: string;
726
+ textColorChecked: string;
727
+ colorCheckable: string;
728
+ colorHoverCheckable: string;
729
+ colorPressedCheckable: string;
730
+ colorChecked: string;
731
+ colorCheckedHover: string;
732
+ colorCheckedPressed: string;
733
+ border: string;
734
+ textColor: string;
735
+ color: string;
736
+ colorBordered: string;
737
+ closeIconColor: string;
738
+ closeIconColorHover: string;
739
+ closeIconColorPressed: string;
740
+ closeColorHover: string;
741
+ closeColorPressed: string;
742
+ borderPrimary: string;
743
+ textColorPrimary: string;
744
+ colorPrimary: string;
745
+ colorBorderedPrimary: string;
746
+ closeIconColorPrimary: string;
747
+ closeIconColorHoverPrimary: string;
748
+ closeIconColorPressedPrimary: string;
749
+ closeColorHoverPrimary: string;
750
+ closeColorPressedPrimary: string;
751
+ borderInfo: string;
752
+ textColorInfo: string;
753
+ colorInfo: string;
754
+ colorBorderedInfo: string;
755
+ closeIconColorInfo: string;
756
+ closeIconColorHoverInfo: string;
757
+ closeIconColorPressedInfo: string;
758
+ closeColorHoverInfo: string;
759
+ closeColorPressedInfo: string;
760
+ borderSuccess: string;
761
+ textColorSuccess: string;
762
+ colorSuccess: string;
763
+ colorBorderedSuccess: string;
764
+ closeIconColorSuccess: string;
765
+ closeIconColorHoverSuccess: string;
766
+ closeIconColorPressedSuccess: string;
767
+ closeColorHoverSuccess: string;
768
+ closeColorPressedSuccess: string;
769
+ borderWarning: string;
770
+ textColorWarning: string;
771
+ colorWarning: string;
772
+ colorBorderedWarning: string;
773
+ closeIconColorWarning: string;
774
+ closeIconColorHoverWarning: string;
775
+ closeIconColorPressedWarning: string;
776
+ closeColorHoverWarning: string;
777
+ closeColorPressedWarning: string;
778
+ borderError: string;
779
+ textColorError: string;
780
+ colorError: string;
781
+ colorBorderedError: string;
782
+ closeIconColorError: string;
783
+ closeIconColorHoverError: string;
784
+ closeIconColorPressedError: string;
785
+ closeColorHoverError: string;
786
+ closeColorPressedError: string;
787
+ closeIconSizeTiny: string;
788
+ closeIconSizeSmall: string;
789
+ closeIconSizeMedium: string;
790
+ closeIconSizeLarge: string;
791
+ closeSizeTiny: string;
792
+ closeSizeSmall: string;
793
+ closeSizeMedium: string;
794
+ closeSizeLarge: string;
795
+ padding: string;
796
+ closeMargin: string;
797
+ }, any>;
798
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
799
+ gapSmall: string;
800
+ gapMedium: string;
801
+ gapLarge: string;
802
+ }, any>;
803
+ }>>>;
804
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
805
+ inputWidth: string;
806
+ }, {
807
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
808
+ fontWeight: string;
809
+ countTextColorDisabled: string;
810
+ countTextColor: string;
811
+ heightTiny: string;
812
+ heightSmall: string;
813
+ heightMedium: string;
814
+ heightLarge: string;
815
+ fontSizeTiny: string;
816
+ fontSizeSmall: string;
817
+ fontSizeMedium: string;
818
+ fontSizeLarge: string;
819
+ lineHeight: string;
820
+ lineHeightTextarea: string;
821
+ borderRadius: string;
822
+ iconSize: string;
823
+ groupLabelColor: string;
824
+ groupLabelTextColor: string;
825
+ textColor: string;
826
+ textColorDisabled: string;
827
+ textDecorationColor: string;
828
+ caretColor: string;
829
+ placeholderColor: string;
830
+ placeholderColorDisabled: string;
831
+ color: string;
832
+ colorDisabled: string;
833
+ colorFocus: string;
834
+ groupLabelBorder: string;
835
+ border: string;
836
+ borderHover: string;
837
+ borderDisabled: string;
838
+ borderFocus: string;
839
+ boxShadowFocus: string;
840
+ loadingColor: string;
841
+ loadingColorWarning: string;
842
+ borderWarning: string;
843
+ borderHoverWarning: string;
844
+ colorFocusWarning: string;
845
+ borderFocusWarning: string;
846
+ boxShadowFocusWarning: string;
847
+ caretColorWarning: string;
848
+ loadingColorError: string;
849
+ borderError: string;
850
+ borderHoverError: string;
851
+ colorFocusError: string;
852
+ borderFocusError: string;
853
+ boxShadowFocusError: string;
854
+ caretColorError: string;
855
+ clearColor: string;
856
+ clearColorHover: string;
857
+ clearColorPressed: string;
858
+ iconColor: string;
859
+ iconColorDisabled: string;
860
+ iconColorHover: string;
861
+ iconColorPressed: string;
862
+ suffixTextColor: string;
863
+ paddingTiny: string;
864
+ paddingSmall: string;
865
+ paddingMedium: string;
866
+ paddingLarge: string;
867
+ clearSize: string;
868
+ }, any>;
869
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
870
+ heightTiny: string;
871
+ heightSmall: string;
872
+ heightMedium: string;
873
+ heightLarge: string;
874
+ borderRadiusTiny: string;
875
+ borderRadiusSmall: string;
876
+ borderRadiusMedium: string;
877
+ borderRadiusLarge: string;
878
+ fontSizeTiny: string;
879
+ fontSizeSmall: string;
880
+ fontSizeMedium: string;
881
+ fontSizeLarge: string;
882
+ opacityDisabled: string;
883
+ colorOpacitySecondary: string;
884
+ colorOpacitySecondaryHover: string;
885
+ colorOpacitySecondaryPressed: string;
886
+ colorSecondary: string;
887
+ colorSecondaryHover: string;
888
+ colorSecondaryPressed: string;
889
+ colorTertiary: string;
890
+ colorTertiaryHover: string;
891
+ colorTertiaryPressed: string;
892
+ colorQuaternary: string;
893
+ colorQuaternaryHover: string;
894
+ colorQuaternaryPressed: string;
895
+ color: string;
896
+ colorHover: string;
897
+ colorPressed: string;
898
+ colorFocus: string;
899
+ colorDisabled: string;
900
+ textColor: string;
901
+ textColorTertiary: string;
902
+ textColorHover: string;
903
+ textColorPressed: string;
904
+ textColorFocus: string;
905
+ textColorDisabled: string;
906
+ textColorText: string;
907
+ textColorTextHover: string;
908
+ textColorTextPressed: string;
909
+ textColorTextFocus: string;
910
+ textColorTextDisabled: string;
911
+ textColorGhost: string;
912
+ textColorGhostHover: string;
913
+ textColorGhostPressed: string;
914
+ textColorGhostFocus: string;
915
+ textColorGhostDisabled: string;
916
+ border: string;
917
+ borderHover: string;
918
+ borderPressed: string;
919
+ borderFocus: string;
920
+ borderDisabled: string;
921
+ rippleColor: string;
922
+ colorPrimary: string;
923
+ colorHoverPrimary: string;
924
+ colorPressedPrimary: string;
925
+ colorFocusPrimary: string;
926
+ colorDisabledPrimary: string;
927
+ textColorPrimary: string;
928
+ textColorHoverPrimary: string;
929
+ textColorPressedPrimary: string;
930
+ textColorFocusPrimary: string;
931
+ textColorDisabledPrimary: string;
932
+ textColorTextPrimary: string;
933
+ textColorTextHoverPrimary: string;
934
+ textColorTextPressedPrimary: string;
935
+ textColorTextFocusPrimary: string;
936
+ textColorTextDisabledPrimary: string;
937
+ textColorGhostPrimary: string;
938
+ textColorGhostHoverPrimary: string;
939
+ textColorGhostPressedPrimary: string;
940
+ textColorGhostFocusPrimary: string;
941
+ textColorGhostDisabledPrimary: string;
942
+ borderPrimary: string;
943
+ borderHoverPrimary: string;
944
+ borderPressedPrimary: string;
945
+ borderFocusPrimary: string;
946
+ borderDisabledPrimary: string;
947
+ rippleColorPrimary: string;
948
+ colorInfo: string;
949
+ colorHoverInfo: string;
950
+ colorPressedInfo: string;
951
+ colorFocusInfo: string;
952
+ colorDisabledInfo: string;
953
+ textColorInfo: string;
954
+ textColorHoverInfo: string;
955
+ textColorPressedInfo: string;
956
+ textColorFocusInfo: string;
957
+ textColorDisabledInfo: string;
958
+ textColorTextInfo: string;
959
+ textColorTextHoverInfo: string;
960
+ textColorTextPressedInfo: string;
961
+ textColorTextFocusInfo: string;
962
+ textColorTextDisabledInfo: string;
963
+ textColorGhostInfo: string;
964
+ textColorGhostHoverInfo: string;
965
+ textColorGhostPressedInfo: string;
966
+ textColorGhostFocusInfo: string;
967
+ textColorGhostDisabledInfo: string;
968
+ borderInfo: string;
969
+ borderHoverInfo: string;
970
+ borderPressedInfo: string;
971
+ borderFocusInfo: string;
972
+ borderDisabledInfo: string;
973
+ rippleColorInfo: string;
974
+ colorSuccess: string;
975
+ colorHoverSuccess: string;
976
+ colorPressedSuccess: string;
977
+ colorFocusSuccess: string;
978
+ colorDisabledSuccess: string;
979
+ textColorSuccess: string;
980
+ textColorHoverSuccess: string;
981
+ textColorPressedSuccess: string;
982
+ textColorFocusSuccess: string;
983
+ textColorDisabledSuccess: string;
984
+ textColorTextSuccess: string;
985
+ textColorTextHoverSuccess: string;
986
+ textColorTextPressedSuccess: string;
987
+ textColorTextFocusSuccess: string;
988
+ textColorTextDisabledSuccess: string;
989
+ textColorGhostSuccess: string;
990
+ textColorGhostHoverSuccess: string;
991
+ textColorGhostPressedSuccess: string;
992
+ textColorGhostFocusSuccess: string;
993
+ textColorGhostDisabledSuccess: string;
994
+ borderSuccess: string;
995
+ borderHoverSuccess: string;
996
+ borderPressedSuccess: string;
997
+ borderFocusSuccess: string;
998
+ borderDisabledSuccess: string;
999
+ rippleColorSuccess: string;
1000
+ colorWarning: string;
1001
+ colorHoverWarning: string;
1002
+ colorPressedWarning: string;
1003
+ colorFocusWarning: string;
1004
+ colorDisabledWarning: string;
1005
+ textColorWarning: string;
1006
+ textColorHoverWarning: string;
1007
+ textColorPressedWarning: string;
1008
+ textColorFocusWarning: string;
1009
+ textColorDisabledWarning: string;
1010
+ textColorTextWarning: string;
1011
+ textColorTextHoverWarning: string;
1012
+ textColorTextPressedWarning: string;
1013
+ textColorTextFocusWarning: string;
1014
+ textColorTextDisabledWarning: string;
1015
+ textColorGhostWarning: string;
1016
+ textColorGhostHoverWarning: string;
1017
+ textColorGhostPressedWarning: string;
1018
+ textColorGhostFocusWarning: string;
1019
+ textColorGhostDisabledWarning: string;
1020
+ borderWarning: string;
1021
+ borderHoverWarning: string;
1022
+ borderPressedWarning: string;
1023
+ borderFocusWarning: string;
1024
+ borderDisabledWarning: string;
1025
+ rippleColorWarning: string;
1026
+ colorError: string;
1027
+ colorHoverError: string;
1028
+ colorPressedError: string;
1029
+ colorFocusError: string;
1030
+ colorDisabledError: string;
1031
+ textColorError: string;
1032
+ textColorHoverError: string;
1033
+ textColorPressedError: string;
1034
+ textColorFocusError: string;
1035
+ textColorDisabledError: string;
1036
+ textColorTextError: string;
1037
+ textColorTextHoverError: string;
1038
+ textColorTextPressedError: string;
1039
+ textColorTextFocusError: string;
1040
+ textColorTextDisabledError: string;
1041
+ textColorGhostError: string;
1042
+ textColorGhostHoverError: string;
1043
+ textColorGhostPressedError: string;
1044
+ textColorGhostFocusError: string;
1045
+ textColorGhostDisabledError: string;
1046
+ borderError: string;
1047
+ borderHoverError: string;
1048
+ borderPressedError: string;
1049
+ borderFocusError: string;
1050
+ borderDisabledError: string;
1051
+ rippleColorError: string;
1052
+ waveOpacity: string;
1053
+ fontWeight: string;
1054
+ fontWeightStrong: string;
1055
+ paddingTiny: string;
1056
+ paddingSmall: string;
1057
+ paddingMedium: string;
1058
+ paddingLarge: string;
1059
+ paddingRoundTiny: string;
1060
+ paddingRoundSmall: string;
1061
+ paddingRoundMedium: string;
1062
+ paddingRoundLarge: string;
1063
+ iconMarginTiny: string;
1064
+ iconMarginSmall: string;
1065
+ iconMarginMedium: string;
1066
+ iconMarginLarge: string;
1067
+ iconSizeTiny: string;
1068
+ iconSizeSmall: string;
1069
+ iconSizeMedium: string;
1070
+ iconSizeLarge: string;
1071
+ rippleDuration: string;
1072
+ }, any>;
1073
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
1074
+ closeBorderRadius: string;
1075
+ heightTiny: string;
1076
+ heightSmall: string;
1077
+ heightMedium: string;
1078
+ heightLarge: string;
1079
+ borderRadius: string;
1080
+ opacityDisabled: string;
1081
+ fontSizeTiny: string;
1082
+ fontSizeSmall: string;
1083
+ fontSizeMedium: string;
1084
+ fontSizeLarge: string;
1085
+ fontWeightStrong: string;
1086
+ textColorCheckable: string;
1087
+ textColorHoverCheckable: string;
1088
+ textColorPressedCheckable: string;
1089
+ textColorChecked: string;
1090
+ colorCheckable: string;
1091
+ colorHoverCheckable: string;
1092
+ colorPressedCheckable: string;
1093
+ colorChecked: string;
1094
+ colorCheckedHover: string;
1095
+ colorCheckedPressed: string;
1096
+ border: string;
1097
+ textColor: string;
1098
+ color: string;
1099
+ colorBordered: string;
1100
+ closeIconColor: string;
1101
+ closeIconColorHover: string;
1102
+ closeIconColorPressed: string;
1103
+ closeColorHover: string;
1104
+ closeColorPressed: string;
1105
+ borderPrimary: string;
1106
+ textColorPrimary: string;
1107
+ colorPrimary: string;
1108
+ colorBorderedPrimary: string;
1109
+ closeIconColorPrimary: string;
1110
+ closeIconColorHoverPrimary: string;
1111
+ closeIconColorPressedPrimary: string;
1112
+ closeColorHoverPrimary: string;
1113
+ closeColorPressedPrimary: string;
1114
+ borderInfo: string;
1115
+ textColorInfo: string;
1116
+ colorInfo: string;
1117
+ colorBorderedInfo: string;
1118
+ closeIconColorInfo: string;
1119
+ closeIconColorHoverInfo: string;
1120
+ closeIconColorPressedInfo: string;
1121
+ closeColorHoverInfo: string;
1122
+ closeColorPressedInfo: string;
1123
+ borderSuccess: string;
1124
+ textColorSuccess: string;
1125
+ colorSuccess: string;
1126
+ colorBorderedSuccess: string;
1127
+ closeIconColorSuccess: string;
1128
+ closeIconColorHoverSuccess: string;
1129
+ closeIconColorPressedSuccess: string;
1130
+ closeColorHoverSuccess: string;
1131
+ closeColorPressedSuccess: string;
1132
+ borderWarning: string;
1133
+ textColorWarning: string;
1134
+ colorWarning: string;
1135
+ colorBorderedWarning: string;
1136
+ closeIconColorWarning: string;
1137
+ closeIconColorHoverWarning: string;
1138
+ closeIconColorPressedWarning: string;
1139
+ closeColorHoverWarning: string;
1140
+ closeColorPressedWarning: string;
1141
+ borderError: string;
1142
+ textColorError: string;
1143
+ colorError: string;
1144
+ colorBorderedError: string;
1145
+ closeIconColorError: string;
1146
+ closeIconColorHoverError: string;
1147
+ closeIconColorPressedError: string;
1148
+ closeColorHoverError: string;
1149
+ closeColorPressedError: string;
1150
+ closeIconSizeTiny: string;
1151
+ closeIconSizeSmall: string;
1152
+ closeIconSizeMedium: string;
1153
+ closeIconSizeLarge: string;
1154
+ closeSizeTiny: string;
1155
+ closeSizeSmall: string;
1156
+ closeSizeMedium: string;
1157
+ closeSizeLarge: string;
1158
+ padding: string;
1159
+ closeMargin: string;
1160
+ }, any>;
1161
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
1162
+ gapSmall: string;
1163
+ gapMedium: string;
1164
+ gapLarge: string;
1165
+ }, any>;
1166
+ }>>>;
1167
+ }>> & Readonly<{}>, {
1168
+ mergedClsPrefix: import('vue').Ref<string, string>;
1169
+ inputInstRef: import('vue').Ref<{
1170
+ wrapperElRef: HTMLElement | null;
1171
+ textareaElRef: HTMLTextAreaElement | null;
1172
+ inputElRef: HTMLInputElement | null;
1173
+ isCompositing: boolean;
1174
+ blur: () => void;
1175
+ clear: () => void;
1176
+ focus: () => void;
1177
+ select: () => void;
1178
+ activate: () => void;
1179
+ deactivate: () => void;
1180
+ scrollTo: (options: ScrollToOptions) => void;
1181
+ } | null, {
1182
+ wrapperElRef: HTMLElement | null;
1183
+ textareaElRef: HTMLTextAreaElement | null;
1184
+ inputElRef: HTMLInputElement | null;
1185
+ isCompositing: boolean;
1186
+ blur: () => void;
1187
+ clear: () => void;
1188
+ focus: () => void;
1189
+ select: () => void;
1190
+ activate: () => void;
1191
+ deactivate: () => void;
1192
+ scrollTo: (options: ScrollToOptions) => void;
1193
+ } | {
1194
+ wrapperElRef: HTMLElement | null;
1195
+ textareaElRef: HTMLTextAreaElement | null;
1196
+ inputElRef: HTMLInputElement | null;
1197
+ isCompositing: boolean;
1198
+ blur: () => void;
1199
+ clear: () => void;
1200
+ focus: () => void;
1201
+ select: () => void;
1202
+ activate: () => void;
1203
+ deactivate: () => void;
1204
+ scrollTo: (options: ScrollToOptions) => void;
1205
+ } | null>;
1206
+ localizedAdd: import('vue').ComputedRef<string>;
1207
+ inputSize: import('vue').ComputedRef<"small" | "medium" | "tiny">;
1208
+ inputValue: import('vue').Ref<string, string>;
1209
+ showInput: import('vue').Ref<boolean, boolean>;
1210
+ inputForceFocused: import('vue').Ref<boolean, boolean>;
1211
+ mergedValue: import('vue').ComputedRef<(string | import('naive-ui').DynamicTagsOption)[] | (string | {
1212
+ label: string;
1213
+ value: string;
1214
+ })[]>;
1215
+ mergedDisabled: import('vue').ComputedRef<boolean>;
1216
+ triggerDisabled: import('vue').ComputedRef<boolean>;
1217
+ handleInputKeyDown: (e: KeyboardEvent) => void;
1218
+ handleAddClick: () => void;
1219
+ handleInputBlur: () => void;
1220
+ handleCloseClick: (index: number) => void;
1221
+ handleInputConfirm: (externalValue?: string) => void;
1222
+ mergedTheme: import('vue').ComputedRef<{
1223
+ common: import('naive-ui').ThemeCommonVars;
1224
+ self: {
1225
+ inputWidth: string;
1226
+ };
1227
+ peers: {
1228
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1229
+ fontWeight: string;
1230
+ countTextColorDisabled: string;
1231
+ countTextColor: string;
1232
+ heightTiny: string;
1233
+ heightSmall: string;
1234
+ heightMedium: string;
1235
+ heightLarge: string;
1236
+ fontSizeTiny: string;
1237
+ fontSizeSmall: string;
1238
+ fontSizeMedium: string;
1239
+ fontSizeLarge: string;
1240
+ lineHeight: string;
1241
+ lineHeightTextarea: string;
1242
+ borderRadius: string;
1243
+ iconSize: string;
1244
+ groupLabelColor: string;
1245
+ groupLabelTextColor: string;
1246
+ textColor: string;
1247
+ textColorDisabled: string;
1248
+ textDecorationColor: string;
1249
+ caretColor: string;
1250
+ placeholderColor: string;
1251
+ placeholderColorDisabled: string;
1252
+ color: string;
1253
+ colorDisabled: string;
1254
+ colorFocus: string;
1255
+ groupLabelBorder: string;
1256
+ border: string;
1257
+ borderHover: string;
1258
+ borderDisabled: string;
1259
+ borderFocus: string;
1260
+ boxShadowFocus: string;
1261
+ loadingColor: string;
1262
+ loadingColorWarning: string;
1263
+ borderWarning: string;
1264
+ borderHoverWarning: string;
1265
+ colorFocusWarning: string;
1266
+ borderFocusWarning: string;
1267
+ boxShadowFocusWarning: string;
1268
+ caretColorWarning: string;
1269
+ loadingColorError: string;
1270
+ borderError: string;
1271
+ borderHoverError: string;
1272
+ colorFocusError: string;
1273
+ borderFocusError: string;
1274
+ boxShadowFocusError: string;
1275
+ caretColorError: string;
1276
+ clearColor: string;
1277
+ clearColorHover: string;
1278
+ clearColorPressed: string;
1279
+ iconColor: string;
1280
+ iconColorDisabled: string;
1281
+ iconColorHover: string;
1282
+ iconColorPressed: string;
1283
+ suffixTextColor: string;
1284
+ paddingTiny: string;
1285
+ paddingSmall: string;
1286
+ paddingMedium: string;
1287
+ paddingLarge: string;
1288
+ clearSize: string;
1289
+ }, any>;
1290
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1291
+ heightTiny: string;
1292
+ heightSmall: string;
1293
+ heightMedium: string;
1294
+ heightLarge: string;
1295
+ borderRadiusTiny: string;
1296
+ borderRadiusSmall: string;
1297
+ borderRadiusMedium: string;
1298
+ borderRadiusLarge: string;
1299
+ fontSizeTiny: string;
1300
+ fontSizeSmall: string;
1301
+ fontSizeMedium: string;
1302
+ fontSizeLarge: string;
1303
+ opacityDisabled: string;
1304
+ colorOpacitySecondary: string;
1305
+ colorOpacitySecondaryHover: string;
1306
+ colorOpacitySecondaryPressed: string;
1307
+ colorSecondary: string;
1308
+ colorSecondaryHover: string;
1309
+ colorSecondaryPressed: string;
1310
+ colorTertiary: string;
1311
+ colorTertiaryHover: string;
1312
+ colorTertiaryPressed: string;
1313
+ colorQuaternary: string;
1314
+ colorQuaternaryHover: string;
1315
+ colorQuaternaryPressed: string;
1316
+ color: string;
1317
+ colorHover: string;
1318
+ colorPressed: string;
1319
+ colorFocus: string;
1320
+ colorDisabled: string;
1321
+ textColor: string;
1322
+ textColorTertiary: string;
1323
+ textColorHover: string;
1324
+ textColorPressed: string;
1325
+ textColorFocus: string;
1326
+ textColorDisabled: string;
1327
+ textColorText: string;
1328
+ textColorTextHover: string;
1329
+ textColorTextPressed: string;
1330
+ textColorTextFocus: string;
1331
+ textColorTextDisabled: string;
1332
+ textColorGhost: string;
1333
+ textColorGhostHover: string;
1334
+ textColorGhostPressed: string;
1335
+ textColorGhostFocus: string;
1336
+ textColorGhostDisabled: string;
1337
+ border: string;
1338
+ borderHover: string;
1339
+ borderPressed: string;
1340
+ borderFocus: string;
1341
+ borderDisabled: string;
1342
+ rippleColor: string;
1343
+ colorPrimary: string;
1344
+ colorHoverPrimary: string;
1345
+ colorPressedPrimary: string;
1346
+ colorFocusPrimary: string;
1347
+ colorDisabledPrimary: string;
1348
+ textColorPrimary: string;
1349
+ textColorHoverPrimary: string;
1350
+ textColorPressedPrimary: string;
1351
+ textColorFocusPrimary: string;
1352
+ textColorDisabledPrimary: string;
1353
+ textColorTextPrimary: string;
1354
+ textColorTextHoverPrimary: string;
1355
+ textColorTextPressedPrimary: string;
1356
+ textColorTextFocusPrimary: string;
1357
+ textColorTextDisabledPrimary: string;
1358
+ textColorGhostPrimary: string;
1359
+ textColorGhostHoverPrimary: string;
1360
+ textColorGhostPressedPrimary: string;
1361
+ textColorGhostFocusPrimary: string;
1362
+ textColorGhostDisabledPrimary: string;
1363
+ borderPrimary: string;
1364
+ borderHoverPrimary: string;
1365
+ borderPressedPrimary: string;
1366
+ borderFocusPrimary: string;
1367
+ borderDisabledPrimary: string;
1368
+ rippleColorPrimary: string;
1369
+ colorInfo: string;
1370
+ colorHoverInfo: string;
1371
+ colorPressedInfo: string;
1372
+ colorFocusInfo: string;
1373
+ colorDisabledInfo: string;
1374
+ textColorInfo: string;
1375
+ textColorHoverInfo: string;
1376
+ textColorPressedInfo: string;
1377
+ textColorFocusInfo: string;
1378
+ textColorDisabledInfo: string;
1379
+ textColorTextInfo: string;
1380
+ textColorTextHoverInfo: string;
1381
+ textColorTextPressedInfo: string;
1382
+ textColorTextFocusInfo: string;
1383
+ textColorTextDisabledInfo: string;
1384
+ textColorGhostInfo: string;
1385
+ textColorGhostHoverInfo: string;
1386
+ textColorGhostPressedInfo: string;
1387
+ textColorGhostFocusInfo: string;
1388
+ textColorGhostDisabledInfo: string;
1389
+ borderInfo: string;
1390
+ borderHoverInfo: string;
1391
+ borderPressedInfo: string;
1392
+ borderFocusInfo: string;
1393
+ borderDisabledInfo: string;
1394
+ rippleColorInfo: string;
1395
+ colorSuccess: string;
1396
+ colorHoverSuccess: string;
1397
+ colorPressedSuccess: string;
1398
+ colorFocusSuccess: string;
1399
+ colorDisabledSuccess: string;
1400
+ textColorSuccess: string;
1401
+ textColorHoverSuccess: string;
1402
+ textColorPressedSuccess: string;
1403
+ textColorFocusSuccess: string;
1404
+ textColorDisabledSuccess: string;
1405
+ textColorTextSuccess: string;
1406
+ textColorTextHoverSuccess: string;
1407
+ textColorTextPressedSuccess: string;
1408
+ textColorTextFocusSuccess: string;
1409
+ textColorTextDisabledSuccess: string;
1410
+ textColorGhostSuccess: string;
1411
+ textColorGhostHoverSuccess: string;
1412
+ textColorGhostPressedSuccess: string;
1413
+ textColorGhostFocusSuccess: string;
1414
+ textColorGhostDisabledSuccess: string;
1415
+ borderSuccess: string;
1416
+ borderHoverSuccess: string;
1417
+ borderPressedSuccess: string;
1418
+ borderFocusSuccess: string;
1419
+ borderDisabledSuccess: string;
1420
+ rippleColorSuccess: string;
1421
+ colorWarning: string;
1422
+ colorHoverWarning: string;
1423
+ colorPressedWarning: string;
1424
+ colorFocusWarning: string;
1425
+ colorDisabledWarning: string;
1426
+ textColorWarning: string;
1427
+ textColorHoverWarning: string;
1428
+ textColorPressedWarning: string;
1429
+ textColorFocusWarning: string;
1430
+ textColorDisabledWarning: string;
1431
+ textColorTextWarning: string;
1432
+ textColorTextHoverWarning: string;
1433
+ textColorTextPressedWarning: string;
1434
+ textColorTextFocusWarning: string;
1435
+ textColorTextDisabledWarning: string;
1436
+ textColorGhostWarning: string;
1437
+ textColorGhostHoverWarning: string;
1438
+ textColorGhostPressedWarning: string;
1439
+ textColorGhostFocusWarning: string;
1440
+ textColorGhostDisabledWarning: string;
1441
+ borderWarning: string;
1442
+ borderHoverWarning: string;
1443
+ borderPressedWarning: string;
1444
+ borderFocusWarning: string;
1445
+ borderDisabledWarning: string;
1446
+ rippleColorWarning: string;
1447
+ colorError: string;
1448
+ colorHoverError: string;
1449
+ colorPressedError: string;
1450
+ colorFocusError: string;
1451
+ colorDisabledError: string;
1452
+ textColorError: string;
1453
+ textColorHoverError: string;
1454
+ textColorPressedError: string;
1455
+ textColorFocusError: string;
1456
+ textColorDisabledError: string;
1457
+ textColorTextError: string;
1458
+ textColorTextHoverError: string;
1459
+ textColorTextPressedError: string;
1460
+ textColorTextFocusError: string;
1461
+ textColorTextDisabledError: string;
1462
+ textColorGhostError: string;
1463
+ textColorGhostHoverError: string;
1464
+ textColorGhostPressedError: string;
1465
+ textColorGhostFocusError: string;
1466
+ textColorGhostDisabledError: string;
1467
+ borderError: string;
1468
+ borderHoverError: string;
1469
+ borderPressedError: string;
1470
+ borderFocusError: string;
1471
+ borderDisabledError: string;
1472
+ rippleColorError: string;
1473
+ waveOpacity: string;
1474
+ fontWeight: string;
1475
+ fontWeightStrong: string;
1476
+ paddingTiny: string;
1477
+ paddingSmall: string;
1478
+ paddingMedium: string;
1479
+ paddingLarge: string;
1480
+ paddingRoundTiny: string;
1481
+ paddingRoundSmall: string;
1482
+ paddingRoundMedium: string;
1483
+ paddingRoundLarge: string;
1484
+ iconMarginTiny: string;
1485
+ iconMarginSmall: string;
1486
+ iconMarginMedium: string;
1487
+ iconMarginLarge: string;
1488
+ iconSizeTiny: string;
1489
+ iconSizeSmall: string;
1490
+ iconSizeMedium: string;
1491
+ iconSizeLarge: string;
1492
+ rippleDuration: string;
1493
+ }, any>;
1494
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
1495
+ closeBorderRadius: string;
1496
+ heightTiny: string;
1497
+ heightSmall: string;
1498
+ heightMedium: string;
1499
+ heightLarge: string;
1500
+ borderRadius: string;
1501
+ opacityDisabled: string;
1502
+ fontSizeTiny: string;
1503
+ fontSizeSmall: string;
1504
+ fontSizeMedium: string;
1505
+ fontSizeLarge: string;
1506
+ fontWeightStrong: string;
1507
+ textColorCheckable: string;
1508
+ textColorHoverCheckable: string;
1509
+ textColorPressedCheckable: string;
1510
+ textColorChecked: string;
1511
+ colorCheckable: string;
1512
+ colorHoverCheckable: string;
1513
+ colorPressedCheckable: string;
1514
+ colorChecked: string;
1515
+ colorCheckedHover: string;
1516
+ colorCheckedPressed: string;
1517
+ border: string;
1518
+ textColor: string;
1519
+ color: string;
1520
+ colorBordered: string;
1521
+ closeIconColor: string;
1522
+ closeIconColorHover: string;
1523
+ closeIconColorPressed: string;
1524
+ closeColorHover: string;
1525
+ closeColorPressed: string;
1526
+ borderPrimary: string;
1527
+ textColorPrimary: string;
1528
+ colorPrimary: string;
1529
+ colorBorderedPrimary: string;
1530
+ closeIconColorPrimary: string;
1531
+ closeIconColorHoverPrimary: string;
1532
+ closeIconColorPressedPrimary: string;
1533
+ closeColorHoverPrimary: string;
1534
+ closeColorPressedPrimary: string;
1535
+ borderInfo: string;
1536
+ textColorInfo: string;
1537
+ colorInfo: string;
1538
+ colorBorderedInfo: string;
1539
+ closeIconColorInfo: string;
1540
+ closeIconColorHoverInfo: string;
1541
+ closeIconColorPressedInfo: string;
1542
+ closeColorHoverInfo: string;
1543
+ closeColorPressedInfo: string;
1544
+ borderSuccess: string;
1545
+ textColorSuccess: string;
1546
+ colorSuccess: string;
1547
+ colorBorderedSuccess: string;
1548
+ closeIconColorSuccess: string;
1549
+ closeIconColorHoverSuccess: string;
1550
+ closeIconColorPressedSuccess: string;
1551
+ closeColorHoverSuccess: string;
1552
+ closeColorPressedSuccess: string;
1553
+ borderWarning: string;
1554
+ textColorWarning: string;
1555
+ colorWarning: string;
1556
+ colorBorderedWarning: string;
1557
+ closeIconColorWarning: string;
1558
+ closeIconColorHoverWarning: string;
1559
+ closeIconColorPressedWarning: string;
1560
+ closeColorHoverWarning: string;
1561
+ closeColorPressedWarning: string;
1562
+ borderError: string;
1563
+ textColorError: string;
1564
+ colorError: string;
1565
+ colorBorderedError: string;
1566
+ closeIconColorError: string;
1567
+ closeIconColorHoverError: string;
1568
+ closeIconColorPressedError: string;
1569
+ closeColorHoverError: string;
1570
+ closeColorPressedError: string;
1571
+ closeIconSizeTiny: string;
1572
+ closeIconSizeSmall: string;
1573
+ closeIconSizeMedium: string;
1574
+ closeIconSizeLarge: string;
1575
+ closeSizeTiny: string;
1576
+ closeSizeSmall: string;
1577
+ closeSizeMedium: string;
1578
+ closeSizeLarge: string;
1579
+ padding: string;
1580
+ closeMargin: string;
1581
+ }, any>;
1582
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
1583
+ gapSmall: string;
1584
+ gapMedium: string;
1585
+ gapLarge: string;
1586
+ }, any>;
1587
+ };
1588
+ peerOverrides: {
1589
+ Input?: {
1590
+ peers?: {
1591
+ [x: string]: any;
1592
+ } | undefined;
1593
+ } | undefined;
1594
+ Button?: {
1595
+ peers?: {
1596
+ [x: string]: any;
1597
+ } | undefined;
1598
+ } | undefined;
1599
+ Tag?: {
1600
+ peers?: {
1601
+ [x: string]: any;
1602
+ } | undefined;
1603
+ } | undefined;
1604
+ Space?: {
1605
+ peers?: {
1606
+ [x: string]: any;
1607
+ } | undefined;
1608
+ } | undefined;
1609
+ };
1610
+ }>;
1611
+ cssVars: import('vue').ComputedRef<{
1612
+ "--n-input-width": string;
1613
+ }> | undefined;
1614
+ themeClass: import('vue').Ref<string, string> | undefined;
1615
+ onRender: (() => void) | undefined;
1616
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1617
+ type: "error" | "default" | "primary" | "info" | "success" | "warning";
1618
+ size: "small" | "medium" | "large";
1619
+ disabled: boolean | undefined;
1620
+ round: boolean;
1621
+ closable: boolean;
1622
+ defaultValue: (string | import('naive-ui').DynamicTagsOption)[];
1623
+ onCreate: import('naive-ui/es/dynamic-tags/src/interface').OnCreate;
1624
+ }, true, {}, import('vue').SlotsType<import('naive-ui').DynamicTagsSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1625
+ P: {};
1626
+ B: {};
1627
+ D: {};
1628
+ C: {};
1629
+ M: {};
1630
+ Defaults: {};
1631
+ }, Readonly<import('vue').ExtractPropTypes<{
1632
+ size: {
1633
+ type: import('vue').PropType<"small" | "medium" | "large">;
1634
+ default: string;
1635
+ };
1636
+ closable: {
1637
+ type: BooleanConstructor;
1638
+ default: boolean;
1639
+ };
1640
+ defaultValue: {
1641
+ type: import('vue').PropType<Array<string | import('naive-ui').DynamicTagsOption>>;
1642
+ default: () => never[];
1643
+ };
1644
+ value: import('vue').PropType<Array<string | import('naive-ui').DynamicTagsOption>>;
1645
+ inputClass: StringConstructor;
1646
+ inputStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1647
+ inputProps: import('vue').PropType<import('naive-ui').InputProps>;
1648
+ max: import('vue').PropType<number>;
1649
+ tagClass: StringConstructor;
1650
+ tagStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1651
+ renderTag: import('vue').PropType<((tag: string, index: number) => import('vue').VNodeChild) | ((tag: import('naive-ui').DynamicTagsOption, index: number) => import('vue').VNodeChild)>;
1652
+ onCreate: {
1653
+ type: import('vue').PropType<import('naive-ui/es/dynamic-tags/src/interface').OnCreate>;
1654
+ default: (label: string) => string;
1655
+ };
1656
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue>>;
1657
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue>>;
1658
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/dynamic-tags/src/interface').OnUpdateValue> | undefined>;
1659
+ color: import('vue').PropType<import('naive-ui/es/tag/src/common-props').TagColor>;
1660
+ type: {
1661
+ readonly type: import('vue').PropType<"default" | "primary" | "success" | "info" | "warning" | "error">;
1662
+ readonly default: "default";
1663
+ };
1664
+ round: BooleanConstructor;
1665
+ disabled: {
1666
+ readonly type: import('vue').PropType<boolean | undefined>;
1667
+ readonly default: undefined;
1668
+ };
1669
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
1670
+ inputWidth: string;
1671
+ }, {
1672
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1673
+ fontWeight: string;
1674
+ countTextColorDisabled: string;
1675
+ countTextColor: string;
1676
+ heightTiny: string;
1677
+ heightSmall: string;
1678
+ heightMedium: string;
1679
+ heightLarge: string;
1680
+ fontSizeTiny: string;
1681
+ fontSizeSmall: string;
1682
+ fontSizeMedium: string;
1683
+ fontSizeLarge: string;
1684
+ lineHeight: string;
1685
+ lineHeightTextarea: string;
1686
+ borderRadius: string;
1687
+ iconSize: string;
1688
+ groupLabelColor: string;
1689
+ groupLabelTextColor: string;
1690
+ textColor: string;
1691
+ textColorDisabled: string;
1692
+ textDecorationColor: string;
1693
+ caretColor: string;
1694
+ placeholderColor: string;
1695
+ placeholderColorDisabled: string;
1696
+ color: string;
1697
+ colorDisabled: string;
1698
+ colorFocus: string;
1699
+ groupLabelBorder: string;
1700
+ border: string;
1701
+ borderHover: string;
1702
+ borderDisabled: string;
1703
+ borderFocus: string;
1704
+ boxShadowFocus: string;
1705
+ loadingColor: string;
1706
+ loadingColorWarning: string;
1707
+ borderWarning: string;
1708
+ borderHoverWarning: string;
1709
+ colorFocusWarning: string;
1710
+ borderFocusWarning: string;
1711
+ boxShadowFocusWarning: string;
1712
+ caretColorWarning: string;
1713
+ loadingColorError: string;
1714
+ borderError: string;
1715
+ borderHoverError: string;
1716
+ colorFocusError: string;
1717
+ borderFocusError: string;
1718
+ boxShadowFocusError: string;
1719
+ caretColorError: string;
1720
+ clearColor: string;
1721
+ clearColorHover: string;
1722
+ clearColorPressed: string;
1723
+ iconColor: string;
1724
+ iconColorDisabled: string;
1725
+ iconColorHover: string;
1726
+ iconColorPressed: string;
1727
+ suffixTextColor: string;
1728
+ paddingTiny: string;
1729
+ paddingSmall: string;
1730
+ paddingMedium: string;
1731
+ paddingLarge: string;
1732
+ clearSize: string;
1733
+ }, any>;
1734
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1735
+ heightTiny: string;
1736
+ heightSmall: string;
1737
+ heightMedium: string;
1738
+ heightLarge: string;
1739
+ borderRadiusTiny: string;
1740
+ borderRadiusSmall: string;
1741
+ borderRadiusMedium: string;
1742
+ borderRadiusLarge: string;
1743
+ fontSizeTiny: string;
1744
+ fontSizeSmall: string;
1745
+ fontSizeMedium: string;
1746
+ fontSizeLarge: string;
1747
+ opacityDisabled: string;
1748
+ colorOpacitySecondary: string;
1749
+ colorOpacitySecondaryHover: string;
1750
+ colorOpacitySecondaryPressed: string;
1751
+ colorSecondary: string;
1752
+ colorSecondaryHover: string;
1753
+ colorSecondaryPressed: string;
1754
+ colorTertiary: string;
1755
+ colorTertiaryHover: string;
1756
+ colorTertiaryPressed: string;
1757
+ colorQuaternary: string;
1758
+ colorQuaternaryHover: string;
1759
+ colorQuaternaryPressed: string;
1760
+ color: string;
1761
+ colorHover: string;
1762
+ colorPressed: string;
1763
+ colorFocus: string;
1764
+ colorDisabled: string;
1765
+ textColor: string;
1766
+ textColorTertiary: string;
1767
+ textColorHover: string;
1768
+ textColorPressed: string;
1769
+ textColorFocus: string;
1770
+ textColorDisabled: string;
1771
+ textColorText: string;
1772
+ textColorTextHover: string;
1773
+ textColorTextPressed: string;
1774
+ textColorTextFocus: string;
1775
+ textColorTextDisabled: string;
1776
+ textColorGhost: string;
1777
+ textColorGhostHover: string;
1778
+ textColorGhostPressed: string;
1779
+ textColorGhostFocus: string;
1780
+ textColorGhostDisabled: string;
1781
+ border: string;
1782
+ borderHover: string;
1783
+ borderPressed: string;
1784
+ borderFocus: string;
1785
+ borderDisabled: string;
1786
+ rippleColor: string;
1787
+ colorPrimary: string;
1788
+ colorHoverPrimary: string;
1789
+ colorPressedPrimary: string;
1790
+ colorFocusPrimary: string;
1791
+ colorDisabledPrimary: string;
1792
+ textColorPrimary: string;
1793
+ textColorHoverPrimary: string;
1794
+ textColorPressedPrimary: string;
1795
+ textColorFocusPrimary: string;
1796
+ textColorDisabledPrimary: string;
1797
+ textColorTextPrimary: string;
1798
+ textColorTextHoverPrimary: string;
1799
+ textColorTextPressedPrimary: string;
1800
+ textColorTextFocusPrimary: string;
1801
+ textColorTextDisabledPrimary: string;
1802
+ textColorGhostPrimary: string;
1803
+ textColorGhostHoverPrimary: string;
1804
+ textColorGhostPressedPrimary: string;
1805
+ textColorGhostFocusPrimary: string;
1806
+ textColorGhostDisabledPrimary: string;
1807
+ borderPrimary: string;
1808
+ borderHoverPrimary: string;
1809
+ borderPressedPrimary: string;
1810
+ borderFocusPrimary: string;
1811
+ borderDisabledPrimary: string;
1812
+ rippleColorPrimary: string;
1813
+ colorInfo: string;
1814
+ colorHoverInfo: string;
1815
+ colorPressedInfo: string;
1816
+ colorFocusInfo: string;
1817
+ colorDisabledInfo: string;
1818
+ textColorInfo: string;
1819
+ textColorHoverInfo: string;
1820
+ textColorPressedInfo: string;
1821
+ textColorFocusInfo: string;
1822
+ textColorDisabledInfo: string;
1823
+ textColorTextInfo: string;
1824
+ textColorTextHoverInfo: string;
1825
+ textColorTextPressedInfo: string;
1826
+ textColorTextFocusInfo: string;
1827
+ textColorTextDisabledInfo: string;
1828
+ textColorGhostInfo: string;
1829
+ textColorGhostHoverInfo: string;
1830
+ textColorGhostPressedInfo: string;
1831
+ textColorGhostFocusInfo: string;
1832
+ textColorGhostDisabledInfo: string;
1833
+ borderInfo: string;
1834
+ borderHoverInfo: string;
1835
+ borderPressedInfo: string;
1836
+ borderFocusInfo: string;
1837
+ borderDisabledInfo: string;
1838
+ rippleColorInfo: string;
1839
+ colorSuccess: string;
1840
+ colorHoverSuccess: string;
1841
+ colorPressedSuccess: string;
1842
+ colorFocusSuccess: string;
1843
+ colorDisabledSuccess: string;
1844
+ textColorSuccess: string;
1845
+ textColorHoverSuccess: string;
1846
+ textColorPressedSuccess: string;
1847
+ textColorFocusSuccess: string;
1848
+ textColorDisabledSuccess: string;
1849
+ textColorTextSuccess: string;
1850
+ textColorTextHoverSuccess: string;
1851
+ textColorTextPressedSuccess: string;
1852
+ textColorTextFocusSuccess: string;
1853
+ textColorTextDisabledSuccess: string;
1854
+ textColorGhostSuccess: string;
1855
+ textColorGhostHoverSuccess: string;
1856
+ textColorGhostPressedSuccess: string;
1857
+ textColorGhostFocusSuccess: string;
1858
+ textColorGhostDisabledSuccess: string;
1859
+ borderSuccess: string;
1860
+ borderHoverSuccess: string;
1861
+ borderPressedSuccess: string;
1862
+ borderFocusSuccess: string;
1863
+ borderDisabledSuccess: string;
1864
+ rippleColorSuccess: string;
1865
+ colorWarning: string;
1866
+ colorHoverWarning: string;
1867
+ colorPressedWarning: string;
1868
+ colorFocusWarning: string;
1869
+ colorDisabledWarning: string;
1870
+ textColorWarning: string;
1871
+ textColorHoverWarning: string;
1872
+ textColorPressedWarning: string;
1873
+ textColorFocusWarning: string;
1874
+ textColorDisabledWarning: string;
1875
+ textColorTextWarning: string;
1876
+ textColorTextHoverWarning: string;
1877
+ textColorTextPressedWarning: string;
1878
+ textColorTextFocusWarning: string;
1879
+ textColorTextDisabledWarning: string;
1880
+ textColorGhostWarning: string;
1881
+ textColorGhostHoverWarning: string;
1882
+ textColorGhostPressedWarning: string;
1883
+ textColorGhostFocusWarning: string;
1884
+ textColorGhostDisabledWarning: string;
1885
+ borderWarning: string;
1886
+ borderHoverWarning: string;
1887
+ borderPressedWarning: string;
1888
+ borderFocusWarning: string;
1889
+ borderDisabledWarning: string;
1890
+ rippleColorWarning: string;
1891
+ colorError: string;
1892
+ colorHoverError: string;
1893
+ colorPressedError: string;
1894
+ colorFocusError: string;
1895
+ colorDisabledError: string;
1896
+ textColorError: string;
1897
+ textColorHoverError: string;
1898
+ textColorPressedError: string;
1899
+ textColorFocusError: string;
1900
+ textColorDisabledError: string;
1901
+ textColorTextError: string;
1902
+ textColorTextHoverError: string;
1903
+ textColorTextPressedError: string;
1904
+ textColorTextFocusError: string;
1905
+ textColorTextDisabledError: string;
1906
+ textColorGhostError: string;
1907
+ textColorGhostHoverError: string;
1908
+ textColorGhostPressedError: string;
1909
+ textColorGhostFocusError: string;
1910
+ textColorGhostDisabledError: string;
1911
+ borderError: string;
1912
+ borderHoverError: string;
1913
+ borderPressedError: string;
1914
+ borderFocusError: string;
1915
+ borderDisabledError: string;
1916
+ rippleColorError: string;
1917
+ waveOpacity: string;
1918
+ fontWeight: string;
1919
+ fontWeightStrong: string;
1920
+ paddingTiny: string;
1921
+ paddingSmall: string;
1922
+ paddingMedium: string;
1923
+ paddingLarge: string;
1924
+ paddingRoundTiny: string;
1925
+ paddingRoundSmall: string;
1926
+ paddingRoundMedium: string;
1927
+ paddingRoundLarge: string;
1928
+ iconMarginTiny: string;
1929
+ iconMarginSmall: string;
1930
+ iconMarginMedium: string;
1931
+ iconMarginLarge: string;
1932
+ iconSizeTiny: string;
1933
+ iconSizeSmall: string;
1934
+ iconSizeMedium: string;
1935
+ iconSizeLarge: string;
1936
+ rippleDuration: string;
1937
+ }, any>;
1938
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
1939
+ closeBorderRadius: string;
1940
+ heightTiny: string;
1941
+ heightSmall: string;
1942
+ heightMedium: string;
1943
+ heightLarge: string;
1944
+ borderRadius: string;
1945
+ opacityDisabled: string;
1946
+ fontSizeTiny: string;
1947
+ fontSizeSmall: string;
1948
+ fontSizeMedium: string;
1949
+ fontSizeLarge: string;
1950
+ fontWeightStrong: string;
1951
+ textColorCheckable: string;
1952
+ textColorHoverCheckable: string;
1953
+ textColorPressedCheckable: string;
1954
+ textColorChecked: string;
1955
+ colorCheckable: string;
1956
+ colorHoverCheckable: string;
1957
+ colorPressedCheckable: string;
1958
+ colorChecked: string;
1959
+ colorCheckedHover: string;
1960
+ colorCheckedPressed: string;
1961
+ border: string;
1962
+ textColor: string;
1963
+ color: string;
1964
+ colorBordered: string;
1965
+ closeIconColor: string;
1966
+ closeIconColorHover: string;
1967
+ closeIconColorPressed: string;
1968
+ closeColorHover: string;
1969
+ closeColorPressed: string;
1970
+ borderPrimary: string;
1971
+ textColorPrimary: string;
1972
+ colorPrimary: string;
1973
+ colorBorderedPrimary: string;
1974
+ closeIconColorPrimary: string;
1975
+ closeIconColorHoverPrimary: string;
1976
+ closeIconColorPressedPrimary: string;
1977
+ closeColorHoverPrimary: string;
1978
+ closeColorPressedPrimary: string;
1979
+ borderInfo: string;
1980
+ textColorInfo: string;
1981
+ colorInfo: string;
1982
+ colorBorderedInfo: string;
1983
+ closeIconColorInfo: string;
1984
+ closeIconColorHoverInfo: string;
1985
+ closeIconColorPressedInfo: string;
1986
+ closeColorHoverInfo: string;
1987
+ closeColorPressedInfo: string;
1988
+ borderSuccess: string;
1989
+ textColorSuccess: string;
1990
+ colorSuccess: string;
1991
+ colorBorderedSuccess: string;
1992
+ closeIconColorSuccess: string;
1993
+ closeIconColorHoverSuccess: string;
1994
+ closeIconColorPressedSuccess: string;
1995
+ closeColorHoverSuccess: string;
1996
+ closeColorPressedSuccess: string;
1997
+ borderWarning: string;
1998
+ textColorWarning: string;
1999
+ colorWarning: string;
2000
+ colorBorderedWarning: string;
2001
+ closeIconColorWarning: string;
2002
+ closeIconColorHoverWarning: string;
2003
+ closeIconColorPressedWarning: string;
2004
+ closeColorHoverWarning: string;
2005
+ closeColorPressedWarning: string;
2006
+ borderError: string;
2007
+ textColorError: string;
2008
+ colorError: string;
2009
+ colorBorderedError: string;
2010
+ closeIconColorError: string;
2011
+ closeIconColorHoverError: string;
2012
+ closeIconColorPressedError: string;
2013
+ closeColorHoverError: string;
2014
+ closeColorPressedError: string;
2015
+ closeIconSizeTiny: string;
2016
+ closeIconSizeSmall: string;
2017
+ closeIconSizeMedium: string;
2018
+ closeIconSizeLarge: string;
2019
+ closeSizeTiny: string;
2020
+ closeSizeSmall: string;
2021
+ closeSizeMedium: string;
2022
+ closeSizeLarge: string;
2023
+ padding: string;
2024
+ closeMargin: string;
2025
+ }, any>;
2026
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
2027
+ gapSmall: string;
2028
+ gapMedium: string;
2029
+ gapLarge: string;
2030
+ }, any>;
2031
+ }>>;
2032
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
2033
+ inputWidth: string;
2034
+ }, {
2035
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2036
+ fontWeight: string;
2037
+ countTextColorDisabled: string;
2038
+ countTextColor: string;
2039
+ heightTiny: string;
2040
+ heightSmall: string;
2041
+ heightMedium: string;
2042
+ heightLarge: string;
2043
+ fontSizeTiny: string;
2044
+ fontSizeSmall: string;
2045
+ fontSizeMedium: string;
2046
+ fontSizeLarge: string;
2047
+ lineHeight: string;
2048
+ lineHeightTextarea: string;
2049
+ borderRadius: string;
2050
+ iconSize: string;
2051
+ groupLabelColor: string;
2052
+ groupLabelTextColor: string;
2053
+ textColor: string;
2054
+ textColorDisabled: string;
2055
+ textDecorationColor: string;
2056
+ caretColor: string;
2057
+ placeholderColor: string;
2058
+ placeholderColorDisabled: string;
2059
+ color: string;
2060
+ colorDisabled: string;
2061
+ colorFocus: string;
2062
+ groupLabelBorder: string;
2063
+ border: string;
2064
+ borderHover: string;
2065
+ borderDisabled: string;
2066
+ borderFocus: string;
2067
+ boxShadowFocus: string;
2068
+ loadingColor: string;
2069
+ loadingColorWarning: string;
2070
+ borderWarning: string;
2071
+ borderHoverWarning: string;
2072
+ colorFocusWarning: string;
2073
+ borderFocusWarning: string;
2074
+ boxShadowFocusWarning: string;
2075
+ caretColorWarning: string;
2076
+ loadingColorError: string;
2077
+ borderError: string;
2078
+ borderHoverError: string;
2079
+ colorFocusError: string;
2080
+ borderFocusError: string;
2081
+ boxShadowFocusError: string;
2082
+ caretColorError: string;
2083
+ clearColor: string;
2084
+ clearColorHover: string;
2085
+ clearColorPressed: string;
2086
+ iconColor: string;
2087
+ iconColorDisabled: string;
2088
+ iconColorHover: string;
2089
+ iconColorPressed: string;
2090
+ suffixTextColor: string;
2091
+ paddingTiny: string;
2092
+ paddingSmall: string;
2093
+ paddingMedium: string;
2094
+ paddingLarge: string;
2095
+ clearSize: string;
2096
+ }, any>;
2097
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2098
+ heightTiny: string;
2099
+ heightSmall: string;
2100
+ heightMedium: string;
2101
+ heightLarge: string;
2102
+ borderRadiusTiny: string;
2103
+ borderRadiusSmall: string;
2104
+ borderRadiusMedium: string;
2105
+ borderRadiusLarge: string;
2106
+ fontSizeTiny: string;
2107
+ fontSizeSmall: string;
2108
+ fontSizeMedium: string;
2109
+ fontSizeLarge: string;
2110
+ opacityDisabled: string;
2111
+ colorOpacitySecondary: string;
2112
+ colorOpacitySecondaryHover: string;
2113
+ colorOpacitySecondaryPressed: string;
2114
+ colorSecondary: string;
2115
+ colorSecondaryHover: string;
2116
+ colorSecondaryPressed: string;
2117
+ colorTertiary: string;
2118
+ colorTertiaryHover: string;
2119
+ colorTertiaryPressed: string;
2120
+ colorQuaternary: string;
2121
+ colorQuaternaryHover: string;
2122
+ colorQuaternaryPressed: string;
2123
+ color: string;
2124
+ colorHover: string;
2125
+ colorPressed: string;
2126
+ colorFocus: string;
2127
+ colorDisabled: string;
2128
+ textColor: string;
2129
+ textColorTertiary: string;
2130
+ textColorHover: string;
2131
+ textColorPressed: string;
2132
+ textColorFocus: string;
2133
+ textColorDisabled: string;
2134
+ textColorText: string;
2135
+ textColorTextHover: string;
2136
+ textColorTextPressed: string;
2137
+ textColorTextFocus: string;
2138
+ textColorTextDisabled: string;
2139
+ textColorGhost: string;
2140
+ textColorGhostHover: string;
2141
+ textColorGhostPressed: string;
2142
+ textColorGhostFocus: string;
2143
+ textColorGhostDisabled: string;
2144
+ border: string;
2145
+ borderHover: string;
2146
+ borderPressed: string;
2147
+ borderFocus: string;
2148
+ borderDisabled: string;
2149
+ rippleColor: string;
2150
+ colorPrimary: string;
2151
+ colorHoverPrimary: string;
2152
+ colorPressedPrimary: string;
2153
+ colorFocusPrimary: string;
2154
+ colorDisabledPrimary: string;
2155
+ textColorPrimary: string;
2156
+ textColorHoverPrimary: string;
2157
+ textColorPressedPrimary: string;
2158
+ textColorFocusPrimary: string;
2159
+ textColorDisabledPrimary: string;
2160
+ textColorTextPrimary: string;
2161
+ textColorTextHoverPrimary: string;
2162
+ textColorTextPressedPrimary: string;
2163
+ textColorTextFocusPrimary: string;
2164
+ textColorTextDisabledPrimary: string;
2165
+ textColorGhostPrimary: string;
2166
+ textColorGhostHoverPrimary: string;
2167
+ textColorGhostPressedPrimary: string;
2168
+ textColorGhostFocusPrimary: string;
2169
+ textColorGhostDisabledPrimary: string;
2170
+ borderPrimary: string;
2171
+ borderHoverPrimary: string;
2172
+ borderPressedPrimary: string;
2173
+ borderFocusPrimary: string;
2174
+ borderDisabledPrimary: string;
2175
+ rippleColorPrimary: string;
2176
+ colorInfo: string;
2177
+ colorHoverInfo: string;
2178
+ colorPressedInfo: string;
2179
+ colorFocusInfo: string;
2180
+ colorDisabledInfo: string;
2181
+ textColorInfo: string;
2182
+ textColorHoverInfo: string;
2183
+ textColorPressedInfo: string;
2184
+ textColorFocusInfo: string;
2185
+ textColorDisabledInfo: string;
2186
+ textColorTextInfo: string;
2187
+ textColorTextHoverInfo: string;
2188
+ textColorTextPressedInfo: string;
2189
+ textColorTextFocusInfo: string;
2190
+ textColorTextDisabledInfo: string;
2191
+ textColorGhostInfo: string;
2192
+ textColorGhostHoverInfo: string;
2193
+ textColorGhostPressedInfo: string;
2194
+ textColorGhostFocusInfo: string;
2195
+ textColorGhostDisabledInfo: string;
2196
+ borderInfo: string;
2197
+ borderHoverInfo: string;
2198
+ borderPressedInfo: string;
2199
+ borderFocusInfo: string;
2200
+ borderDisabledInfo: string;
2201
+ rippleColorInfo: string;
2202
+ colorSuccess: string;
2203
+ colorHoverSuccess: string;
2204
+ colorPressedSuccess: string;
2205
+ colorFocusSuccess: string;
2206
+ colorDisabledSuccess: string;
2207
+ textColorSuccess: string;
2208
+ textColorHoverSuccess: string;
2209
+ textColorPressedSuccess: string;
2210
+ textColorFocusSuccess: string;
2211
+ textColorDisabledSuccess: string;
2212
+ textColorTextSuccess: string;
2213
+ textColorTextHoverSuccess: string;
2214
+ textColorTextPressedSuccess: string;
2215
+ textColorTextFocusSuccess: string;
2216
+ textColorTextDisabledSuccess: string;
2217
+ textColorGhostSuccess: string;
2218
+ textColorGhostHoverSuccess: string;
2219
+ textColorGhostPressedSuccess: string;
2220
+ textColorGhostFocusSuccess: string;
2221
+ textColorGhostDisabledSuccess: string;
2222
+ borderSuccess: string;
2223
+ borderHoverSuccess: string;
2224
+ borderPressedSuccess: string;
2225
+ borderFocusSuccess: string;
2226
+ borderDisabledSuccess: string;
2227
+ rippleColorSuccess: string;
2228
+ colorWarning: string;
2229
+ colorHoverWarning: string;
2230
+ colorPressedWarning: string;
2231
+ colorFocusWarning: string;
2232
+ colorDisabledWarning: string;
2233
+ textColorWarning: string;
2234
+ textColorHoverWarning: string;
2235
+ textColorPressedWarning: string;
2236
+ textColorFocusWarning: string;
2237
+ textColorDisabledWarning: string;
2238
+ textColorTextWarning: string;
2239
+ textColorTextHoverWarning: string;
2240
+ textColorTextPressedWarning: string;
2241
+ textColorTextFocusWarning: string;
2242
+ textColorTextDisabledWarning: string;
2243
+ textColorGhostWarning: string;
2244
+ textColorGhostHoverWarning: string;
2245
+ textColorGhostPressedWarning: string;
2246
+ textColorGhostFocusWarning: string;
2247
+ textColorGhostDisabledWarning: string;
2248
+ borderWarning: string;
2249
+ borderHoverWarning: string;
2250
+ borderPressedWarning: string;
2251
+ borderFocusWarning: string;
2252
+ borderDisabledWarning: string;
2253
+ rippleColorWarning: string;
2254
+ colorError: string;
2255
+ colorHoverError: string;
2256
+ colorPressedError: string;
2257
+ colorFocusError: string;
2258
+ colorDisabledError: string;
2259
+ textColorError: string;
2260
+ textColorHoverError: string;
2261
+ textColorPressedError: string;
2262
+ textColorFocusError: string;
2263
+ textColorDisabledError: string;
2264
+ textColorTextError: string;
2265
+ textColorTextHoverError: string;
2266
+ textColorTextPressedError: string;
2267
+ textColorTextFocusError: string;
2268
+ textColorTextDisabledError: string;
2269
+ textColorGhostError: string;
2270
+ textColorGhostHoverError: string;
2271
+ textColorGhostPressedError: string;
2272
+ textColorGhostFocusError: string;
2273
+ textColorGhostDisabledError: string;
2274
+ borderError: string;
2275
+ borderHoverError: string;
2276
+ borderPressedError: string;
2277
+ borderFocusError: string;
2278
+ borderDisabledError: string;
2279
+ rippleColorError: string;
2280
+ waveOpacity: string;
2281
+ fontWeight: string;
2282
+ fontWeightStrong: string;
2283
+ paddingTiny: string;
2284
+ paddingSmall: string;
2285
+ paddingMedium: string;
2286
+ paddingLarge: string;
2287
+ paddingRoundTiny: string;
2288
+ paddingRoundSmall: string;
2289
+ paddingRoundMedium: string;
2290
+ paddingRoundLarge: string;
2291
+ iconMarginTiny: string;
2292
+ iconMarginSmall: string;
2293
+ iconMarginMedium: string;
2294
+ iconMarginLarge: string;
2295
+ iconSizeTiny: string;
2296
+ iconSizeSmall: string;
2297
+ iconSizeMedium: string;
2298
+ iconSizeLarge: string;
2299
+ rippleDuration: string;
2300
+ }, any>;
2301
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
2302
+ closeBorderRadius: string;
2303
+ heightTiny: string;
2304
+ heightSmall: string;
2305
+ heightMedium: string;
2306
+ heightLarge: string;
2307
+ borderRadius: string;
2308
+ opacityDisabled: string;
2309
+ fontSizeTiny: string;
2310
+ fontSizeSmall: string;
2311
+ fontSizeMedium: string;
2312
+ fontSizeLarge: string;
2313
+ fontWeightStrong: string;
2314
+ textColorCheckable: string;
2315
+ textColorHoverCheckable: string;
2316
+ textColorPressedCheckable: string;
2317
+ textColorChecked: string;
2318
+ colorCheckable: string;
2319
+ colorHoverCheckable: string;
2320
+ colorPressedCheckable: string;
2321
+ colorChecked: string;
2322
+ colorCheckedHover: string;
2323
+ colorCheckedPressed: string;
2324
+ border: string;
2325
+ textColor: string;
2326
+ color: string;
2327
+ colorBordered: string;
2328
+ closeIconColor: string;
2329
+ closeIconColorHover: string;
2330
+ closeIconColorPressed: string;
2331
+ closeColorHover: string;
2332
+ closeColorPressed: string;
2333
+ borderPrimary: string;
2334
+ textColorPrimary: string;
2335
+ colorPrimary: string;
2336
+ colorBorderedPrimary: string;
2337
+ closeIconColorPrimary: string;
2338
+ closeIconColorHoverPrimary: string;
2339
+ closeIconColorPressedPrimary: string;
2340
+ closeColorHoverPrimary: string;
2341
+ closeColorPressedPrimary: string;
2342
+ borderInfo: string;
2343
+ textColorInfo: string;
2344
+ colorInfo: string;
2345
+ colorBorderedInfo: string;
2346
+ closeIconColorInfo: string;
2347
+ closeIconColorHoverInfo: string;
2348
+ closeIconColorPressedInfo: string;
2349
+ closeColorHoverInfo: string;
2350
+ closeColorPressedInfo: string;
2351
+ borderSuccess: string;
2352
+ textColorSuccess: string;
2353
+ colorSuccess: string;
2354
+ colorBorderedSuccess: string;
2355
+ closeIconColorSuccess: string;
2356
+ closeIconColorHoverSuccess: string;
2357
+ closeIconColorPressedSuccess: string;
2358
+ closeColorHoverSuccess: string;
2359
+ closeColorPressedSuccess: string;
2360
+ borderWarning: string;
2361
+ textColorWarning: string;
2362
+ colorWarning: string;
2363
+ colorBorderedWarning: string;
2364
+ closeIconColorWarning: string;
2365
+ closeIconColorHoverWarning: string;
2366
+ closeIconColorPressedWarning: string;
2367
+ closeColorHoverWarning: string;
2368
+ closeColorPressedWarning: string;
2369
+ borderError: string;
2370
+ textColorError: string;
2371
+ colorError: string;
2372
+ colorBorderedError: string;
2373
+ closeIconColorError: string;
2374
+ closeIconColorHoverError: string;
2375
+ closeIconColorPressedError: string;
2376
+ closeColorHoverError: string;
2377
+ closeColorPressedError: string;
2378
+ closeIconSizeTiny: string;
2379
+ closeIconSizeSmall: string;
2380
+ closeIconSizeMedium: string;
2381
+ closeIconSizeLarge: string;
2382
+ closeSizeTiny: string;
2383
+ closeSizeSmall: string;
2384
+ closeSizeMedium: string;
2385
+ closeSizeLarge: string;
2386
+ padding: string;
2387
+ closeMargin: string;
2388
+ }, any>;
2389
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
2390
+ gapSmall: string;
2391
+ gapMedium: string;
2392
+ gapLarge: string;
2393
+ }, any>;
2394
+ }>>>;
2395
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DynamicTags", {
2396
+ inputWidth: string;
2397
+ }, {
2398
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2399
+ fontWeight: string;
2400
+ countTextColorDisabled: string;
2401
+ countTextColor: string;
2402
+ heightTiny: string;
2403
+ heightSmall: string;
2404
+ heightMedium: string;
2405
+ heightLarge: string;
2406
+ fontSizeTiny: string;
2407
+ fontSizeSmall: string;
2408
+ fontSizeMedium: string;
2409
+ fontSizeLarge: string;
2410
+ lineHeight: string;
2411
+ lineHeightTextarea: string;
2412
+ borderRadius: string;
2413
+ iconSize: string;
2414
+ groupLabelColor: string;
2415
+ groupLabelTextColor: string;
2416
+ textColor: string;
2417
+ textColorDisabled: string;
2418
+ textDecorationColor: string;
2419
+ caretColor: string;
2420
+ placeholderColor: string;
2421
+ placeholderColorDisabled: string;
2422
+ color: string;
2423
+ colorDisabled: string;
2424
+ colorFocus: string;
2425
+ groupLabelBorder: string;
2426
+ border: string;
2427
+ borderHover: string;
2428
+ borderDisabled: string;
2429
+ borderFocus: string;
2430
+ boxShadowFocus: string;
2431
+ loadingColor: string;
2432
+ loadingColorWarning: string;
2433
+ borderWarning: string;
2434
+ borderHoverWarning: string;
2435
+ colorFocusWarning: string;
2436
+ borderFocusWarning: string;
2437
+ boxShadowFocusWarning: string;
2438
+ caretColorWarning: string;
2439
+ loadingColorError: string;
2440
+ borderError: string;
2441
+ borderHoverError: string;
2442
+ colorFocusError: string;
2443
+ borderFocusError: string;
2444
+ boxShadowFocusError: string;
2445
+ caretColorError: string;
2446
+ clearColor: string;
2447
+ clearColorHover: string;
2448
+ clearColorPressed: string;
2449
+ iconColor: string;
2450
+ iconColorDisabled: string;
2451
+ iconColorHover: string;
2452
+ iconColorPressed: string;
2453
+ suffixTextColor: string;
2454
+ paddingTiny: string;
2455
+ paddingSmall: string;
2456
+ paddingMedium: string;
2457
+ paddingLarge: string;
2458
+ clearSize: string;
2459
+ }, any>;
2460
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2461
+ heightTiny: string;
2462
+ heightSmall: string;
2463
+ heightMedium: string;
2464
+ heightLarge: string;
2465
+ borderRadiusTiny: string;
2466
+ borderRadiusSmall: string;
2467
+ borderRadiusMedium: string;
2468
+ borderRadiusLarge: string;
2469
+ fontSizeTiny: string;
2470
+ fontSizeSmall: string;
2471
+ fontSizeMedium: string;
2472
+ fontSizeLarge: string;
2473
+ opacityDisabled: string;
2474
+ colorOpacitySecondary: string;
2475
+ colorOpacitySecondaryHover: string;
2476
+ colorOpacitySecondaryPressed: string;
2477
+ colorSecondary: string;
2478
+ colorSecondaryHover: string;
2479
+ colorSecondaryPressed: string;
2480
+ colorTertiary: string;
2481
+ colorTertiaryHover: string;
2482
+ colorTertiaryPressed: string;
2483
+ colorQuaternary: string;
2484
+ colorQuaternaryHover: string;
2485
+ colorQuaternaryPressed: string;
2486
+ color: string;
2487
+ colorHover: string;
2488
+ colorPressed: string;
2489
+ colorFocus: string;
2490
+ colorDisabled: string;
2491
+ textColor: string;
2492
+ textColorTertiary: string;
2493
+ textColorHover: string;
2494
+ textColorPressed: string;
2495
+ textColorFocus: string;
2496
+ textColorDisabled: string;
2497
+ textColorText: string;
2498
+ textColorTextHover: string;
2499
+ textColorTextPressed: string;
2500
+ textColorTextFocus: string;
2501
+ textColorTextDisabled: string;
2502
+ textColorGhost: string;
2503
+ textColorGhostHover: string;
2504
+ textColorGhostPressed: string;
2505
+ textColorGhostFocus: string;
2506
+ textColorGhostDisabled: string;
2507
+ border: string;
2508
+ borderHover: string;
2509
+ borderPressed: string;
2510
+ borderFocus: string;
2511
+ borderDisabled: string;
2512
+ rippleColor: string;
2513
+ colorPrimary: string;
2514
+ colorHoverPrimary: string;
2515
+ colorPressedPrimary: string;
2516
+ colorFocusPrimary: string;
2517
+ colorDisabledPrimary: string;
2518
+ textColorPrimary: string;
2519
+ textColorHoverPrimary: string;
2520
+ textColorPressedPrimary: string;
2521
+ textColorFocusPrimary: string;
2522
+ textColorDisabledPrimary: string;
2523
+ textColorTextPrimary: string;
2524
+ textColorTextHoverPrimary: string;
2525
+ textColorTextPressedPrimary: string;
2526
+ textColorTextFocusPrimary: string;
2527
+ textColorTextDisabledPrimary: string;
2528
+ textColorGhostPrimary: string;
2529
+ textColorGhostHoverPrimary: string;
2530
+ textColorGhostPressedPrimary: string;
2531
+ textColorGhostFocusPrimary: string;
2532
+ textColorGhostDisabledPrimary: string;
2533
+ borderPrimary: string;
2534
+ borderHoverPrimary: string;
2535
+ borderPressedPrimary: string;
2536
+ borderFocusPrimary: string;
2537
+ borderDisabledPrimary: string;
2538
+ rippleColorPrimary: string;
2539
+ colorInfo: string;
2540
+ colorHoverInfo: string;
2541
+ colorPressedInfo: string;
2542
+ colorFocusInfo: string;
2543
+ colorDisabledInfo: string;
2544
+ textColorInfo: string;
2545
+ textColorHoverInfo: string;
2546
+ textColorPressedInfo: string;
2547
+ textColorFocusInfo: string;
2548
+ textColorDisabledInfo: string;
2549
+ textColorTextInfo: string;
2550
+ textColorTextHoverInfo: string;
2551
+ textColorTextPressedInfo: string;
2552
+ textColorTextFocusInfo: string;
2553
+ textColorTextDisabledInfo: string;
2554
+ textColorGhostInfo: string;
2555
+ textColorGhostHoverInfo: string;
2556
+ textColorGhostPressedInfo: string;
2557
+ textColorGhostFocusInfo: string;
2558
+ textColorGhostDisabledInfo: string;
2559
+ borderInfo: string;
2560
+ borderHoverInfo: string;
2561
+ borderPressedInfo: string;
2562
+ borderFocusInfo: string;
2563
+ borderDisabledInfo: string;
2564
+ rippleColorInfo: string;
2565
+ colorSuccess: string;
2566
+ colorHoverSuccess: string;
2567
+ colorPressedSuccess: string;
2568
+ colorFocusSuccess: string;
2569
+ colorDisabledSuccess: string;
2570
+ textColorSuccess: string;
2571
+ textColorHoverSuccess: string;
2572
+ textColorPressedSuccess: string;
2573
+ textColorFocusSuccess: string;
2574
+ textColorDisabledSuccess: string;
2575
+ textColorTextSuccess: string;
2576
+ textColorTextHoverSuccess: string;
2577
+ textColorTextPressedSuccess: string;
2578
+ textColorTextFocusSuccess: string;
2579
+ textColorTextDisabledSuccess: string;
2580
+ textColorGhostSuccess: string;
2581
+ textColorGhostHoverSuccess: string;
2582
+ textColorGhostPressedSuccess: string;
2583
+ textColorGhostFocusSuccess: string;
2584
+ textColorGhostDisabledSuccess: string;
2585
+ borderSuccess: string;
2586
+ borderHoverSuccess: string;
2587
+ borderPressedSuccess: string;
2588
+ borderFocusSuccess: string;
2589
+ borderDisabledSuccess: string;
2590
+ rippleColorSuccess: string;
2591
+ colorWarning: string;
2592
+ colorHoverWarning: string;
2593
+ colorPressedWarning: string;
2594
+ colorFocusWarning: string;
2595
+ colorDisabledWarning: string;
2596
+ textColorWarning: string;
2597
+ textColorHoverWarning: string;
2598
+ textColorPressedWarning: string;
2599
+ textColorFocusWarning: string;
2600
+ textColorDisabledWarning: string;
2601
+ textColorTextWarning: string;
2602
+ textColorTextHoverWarning: string;
2603
+ textColorTextPressedWarning: string;
2604
+ textColorTextFocusWarning: string;
2605
+ textColorTextDisabledWarning: string;
2606
+ textColorGhostWarning: string;
2607
+ textColorGhostHoverWarning: string;
2608
+ textColorGhostPressedWarning: string;
2609
+ textColorGhostFocusWarning: string;
2610
+ textColorGhostDisabledWarning: string;
2611
+ borderWarning: string;
2612
+ borderHoverWarning: string;
2613
+ borderPressedWarning: string;
2614
+ borderFocusWarning: string;
2615
+ borderDisabledWarning: string;
2616
+ rippleColorWarning: string;
2617
+ colorError: string;
2618
+ colorHoverError: string;
2619
+ colorPressedError: string;
2620
+ colorFocusError: string;
2621
+ colorDisabledError: string;
2622
+ textColorError: string;
2623
+ textColorHoverError: string;
2624
+ textColorPressedError: string;
2625
+ textColorFocusError: string;
2626
+ textColorDisabledError: string;
2627
+ textColorTextError: string;
2628
+ textColorTextHoverError: string;
2629
+ textColorTextPressedError: string;
2630
+ textColorTextFocusError: string;
2631
+ textColorTextDisabledError: string;
2632
+ textColorGhostError: string;
2633
+ textColorGhostHoverError: string;
2634
+ textColorGhostPressedError: string;
2635
+ textColorGhostFocusError: string;
2636
+ textColorGhostDisabledError: string;
2637
+ borderError: string;
2638
+ borderHoverError: string;
2639
+ borderPressedError: string;
2640
+ borderFocusError: string;
2641
+ borderDisabledError: string;
2642
+ rippleColorError: string;
2643
+ waveOpacity: string;
2644
+ fontWeight: string;
2645
+ fontWeightStrong: string;
2646
+ paddingTiny: string;
2647
+ paddingSmall: string;
2648
+ paddingMedium: string;
2649
+ paddingLarge: string;
2650
+ paddingRoundTiny: string;
2651
+ paddingRoundSmall: string;
2652
+ paddingRoundMedium: string;
2653
+ paddingRoundLarge: string;
2654
+ iconMarginTiny: string;
2655
+ iconMarginSmall: string;
2656
+ iconMarginMedium: string;
2657
+ iconMarginLarge: string;
2658
+ iconSizeTiny: string;
2659
+ iconSizeSmall: string;
2660
+ iconSizeMedium: string;
2661
+ iconSizeLarge: string;
2662
+ rippleDuration: string;
2663
+ }, any>;
2664
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
2665
+ closeBorderRadius: string;
2666
+ heightTiny: string;
2667
+ heightSmall: string;
2668
+ heightMedium: string;
2669
+ heightLarge: string;
2670
+ borderRadius: string;
2671
+ opacityDisabled: string;
2672
+ fontSizeTiny: string;
2673
+ fontSizeSmall: string;
2674
+ fontSizeMedium: string;
2675
+ fontSizeLarge: string;
2676
+ fontWeightStrong: string;
2677
+ textColorCheckable: string;
2678
+ textColorHoverCheckable: string;
2679
+ textColorPressedCheckable: string;
2680
+ textColorChecked: string;
2681
+ colorCheckable: string;
2682
+ colorHoverCheckable: string;
2683
+ colorPressedCheckable: string;
2684
+ colorChecked: string;
2685
+ colorCheckedHover: string;
2686
+ colorCheckedPressed: string;
2687
+ border: string;
2688
+ textColor: string;
2689
+ color: string;
2690
+ colorBordered: string;
2691
+ closeIconColor: string;
2692
+ closeIconColorHover: string;
2693
+ closeIconColorPressed: string;
2694
+ closeColorHover: string;
2695
+ closeColorPressed: string;
2696
+ borderPrimary: string;
2697
+ textColorPrimary: string;
2698
+ colorPrimary: string;
2699
+ colorBorderedPrimary: string;
2700
+ closeIconColorPrimary: string;
2701
+ closeIconColorHoverPrimary: string;
2702
+ closeIconColorPressedPrimary: string;
2703
+ closeColorHoverPrimary: string;
2704
+ closeColorPressedPrimary: string;
2705
+ borderInfo: string;
2706
+ textColorInfo: string;
2707
+ colorInfo: string;
2708
+ colorBorderedInfo: string;
2709
+ closeIconColorInfo: string;
2710
+ closeIconColorHoverInfo: string;
2711
+ closeIconColorPressedInfo: string;
2712
+ closeColorHoverInfo: string;
2713
+ closeColorPressedInfo: string;
2714
+ borderSuccess: string;
2715
+ textColorSuccess: string;
2716
+ colorSuccess: string;
2717
+ colorBorderedSuccess: string;
2718
+ closeIconColorSuccess: string;
2719
+ closeIconColorHoverSuccess: string;
2720
+ closeIconColorPressedSuccess: string;
2721
+ closeColorHoverSuccess: string;
2722
+ closeColorPressedSuccess: string;
2723
+ borderWarning: string;
2724
+ textColorWarning: string;
2725
+ colorWarning: string;
2726
+ colorBorderedWarning: string;
2727
+ closeIconColorWarning: string;
2728
+ closeIconColorHoverWarning: string;
2729
+ closeIconColorPressedWarning: string;
2730
+ closeColorHoverWarning: string;
2731
+ closeColorPressedWarning: string;
2732
+ borderError: string;
2733
+ textColorError: string;
2734
+ colorError: string;
2735
+ colorBorderedError: string;
2736
+ closeIconColorError: string;
2737
+ closeIconColorHoverError: string;
2738
+ closeIconColorPressedError: string;
2739
+ closeColorHoverError: string;
2740
+ closeColorPressedError: string;
2741
+ closeIconSizeTiny: string;
2742
+ closeIconSizeSmall: string;
2743
+ closeIconSizeMedium: string;
2744
+ closeIconSizeLarge: string;
2745
+ closeSizeTiny: string;
2746
+ closeSizeSmall: string;
2747
+ closeSizeMedium: string;
2748
+ closeSizeLarge: string;
2749
+ padding: string;
2750
+ closeMargin: string;
2751
+ }, any>;
2752
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
2753
+ gapSmall: string;
2754
+ gapMedium: string;
2755
+ gapLarge: string;
2756
+ }, any>;
2757
+ }>>>;
2758
+ }>> & Readonly<{}>, {
2759
+ mergedClsPrefix: import('vue').Ref<string, string>;
2760
+ inputInstRef: import('vue').Ref<{
2761
+ wrapperElRef: HTMLElement | null;
2762
+ textareaElRef: HTMLTextAreaElement | null;
2763
+ inputElRef: HTMLInputElement | null;
2764
+ isCompositing: boolean;
2765
+ blur: () => void;
2766
+ clear: () => void;
2767
+ focus: () => void;
2768
+ select: () => void;
2769
+ activate: () => void;
2770
+ deactivate: () => void;
2771
+ scrollTo: (options: ScrollToOptions) => void;
2772
+ } | null, {
2773
+ wrapperElRef: HTMLElement | null;
2774
+ textareaElRef: HTMLTextAreaElement | null;
2775
+ inputElRef: HTMLInputElement | null;
2776
+ isCompositing: boolean;
2777
+ blur: () => void;
2778
+ clear: () => void;
2779
+ focus: () => void;
2780
+ select: () => void;
2781
+ activate: () => void;
2782
+ deactivate: () => void;
2783
+ scrollTo: (options: ScrollToOptions) => void;
2784
+ } | {
2785
+ wrapperElRef: HTMLElement | null;
2786
+ textareaElRef: HTMLTextAreaElement | null;
2787
+ inputElRef: HTMLInputElement | null;
2788
+ isCompositing: boolean;
2789
+ blur: () => void;
2790
+ clear: () => void;
2791
+ focus: () => void;
2792
+ select: () => void;
2793
+ activate: () => void;
2794
+ deactivate: () => void;
2795
+ scrollTo: (options: ScrollToOptions) => void;
2796
+ } | null>;
2797
+ localizedAdd: import('vue').ComputedRef<string>;
2798
+ inputSize: import('vue').ComputedRef<"small" | "medium" | "tiny">;
2799
+ inputValue: import('vue').Ref<string, string>;
2800
+ showInput: import('vue').Ref<boolean, boolean>;
2801
+ inputForceFocused: import('vue').Ref<boolean, boolean>;
2802
+ mergedValue: import('vue').ComputedRef<(string | import('naive-ui').DynamicTagsOption)[] | (string | {
2803
+ label: string;
2804
+ value: string;
2805
+ })[]>;
2806
+ mergedDisabled: import('vue').ComputedRef<boolean>;
2807
+ triggerDisabled: import('vue').ComputedRef<boolean>;
2808
+ handleInputKeyDown: (e: KeyboardEvent) => void;
2809
+ handleAddClick: () => void;
2810
+ handleInputBlur: () => void;
2811
+ handleCloseClick: (index: number) => void;
2812
+ handleInputConfirm: (externalValue?: string) => void;
2813
+ mergedTheme: import('vue').ComputedRef<{
2814
+ common: import('naive-ui').ThemeCommonVars;
2815
+ self: {
2816
+ inputWidth: string;
2817
+ };
2818
+ peers: {
2819
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2820
+ fontWeight: string;
2821
+ countTextColorDisabled: string;
2822
+ countTextColor: string;
2823
+ heightTiny: string;
2824
+ heightSmall: string;
2825
+ heightMedium: string;
2826
+ heightLarge: string;
2827
+ fontSizeTiny: string;
2828
+ fontSizeSmall: string;
2829
+ fontSizeMedium: string;
2830
+ fontSizeLarge: string;
2831
+ lineHeight: string;
2832
+ lineHeightTextarea: string;
2833
+ borderRadius: string;
2834
+ iconSize: string;
2835
+ groupLabelColor: string;
2836
+ groupLabelTextColor: string;
2837
+ textColor: string;
2838
+ textColorDisabled: string;
2839
+ textDecorationColor: string;
2840
+ caretColor: string;
2841
+ placeholderColor: string;
2842
+ placeholderColorDisabled: string;
2843
+ color: string;
2844
+ colorDisabled: string;
2845
+ colorFocus: string;
2846
+ groupLabelBorder: string;
2847
+ border: string;
2848
+ borderHover: string;
2849
+ borderDisabled: string;
2850
+ borderFocus: string;
2851
+ boxShadowFocus: string;
2852
+ loadingColor: string;
2853
+ loadingColorWarning: string;
2854
+ borderWarning: string;
2855
+ borderHoverWarning: string;
2856
+ colorFocusWarning: string;
2857
+ borderFocusWarning: string;
2858
+ boxShadowFocusWarning: string;
2859
+ caretColorWarning: string;
2860
+ loadingColorError: string;
2861
+ borderError: string;
2862
+ borderHoverError: string;
2863
+ colorFocusError: string;
2864
+ borderFocusError: string;
2865
+ boxShadowFocusError: string;
2866
+ caretColorError: string;
2867
+ clearColor: string;
2868
+ clearColorHover: string;
2869
+ clearColorPressed: string;
2870
+ iconColor: string;
2871
+ iconColorDisabled: string;
2872
+ iconColorHover: string;
2873
+ iconColorPressed: string;
2874
+ suffixTextColor: string;
2875
+ paddingTiny: string;
2876
+ paddingSmall: string;
2877
+ paddingMedium: string;
2878
+ paddingLarge: string;
2879
+ clearSize: string;
2880
+ }, any>;
2881
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2882
+ heightTiny: string;
2883
+ heightSmall: string;
2884
+ heightMedium: string;
2885
+ heightLarge: string;
2886
+ borderRadiusTiny: string;
2887
+ borderRadiusSmall: string;
2888
+ borderRadiusMedium: string;
2889
+ borderRadiusLarge: string;
2890
+ fontSizeTiny: string;
2891
+ fontSizeSmall: string;
2892
+ fontSizeMedium: string;
2893
+ fontSizeLarge: string;
2894
+ opacityDisabled: string;
2895
+ colorOpacitySecondary: string;
2896
+ colorOpacitySecondaryHover: string;
2897
+ colorOpacitySecondaryPressed: string;
2898
+ colorSecondary: string;
2899
+ colorSecondaryHover: string;
2900
+ colorSecondaryPressed: string;
2901
+ colorTertiary: string;
2902
+ colorTertiaryHover: string;
2903
+ colorTertiaryPressed: string;
2904
+ colorQuaternary: string;
2905
+ colorQuaternaryHover: string;
2906
+ colorQuaternaryPressed: string;
2907
+ color: string;
2908
+ colorHover: string;
2909
+ colorPressed: string;
2910
+ colorFocus: string;
2911
+ colorDisabled: string;
2912
+ textColor: string;
2913
+ textColorTertiary: string;
2914
+ textColorHover: string;
2915
+ textColorPressed: string;
2916
+ textColorFocus: string;
2917
+ textColorDisabled: string;
2918
+ textColorText: string;
2919
+ textColorTextHover: string;
2920
+ textColorTextPressed: string;
2921
+ textColorTextFocus: string;
2922
+ textColorTextDisabled: string;
2923
+ textColorGhost: string;
2924
+ textColorGhostHover: string;
2925
+ textColorGhostPressed: string;
2926
+ textColorGhostFocus: string;
2927
+ textColorGhostDisabled: string;
2928
+ border: string;
2929
+ borderHover: string;
2930
+ borderPressed: string;
2931
+ borderFocus: string;
2932
+ borderDisabled: string;
2933
+ rippleColor: string;
2934
+ colorPrimary: string;
2935
+ colorHoverPrimary: string;
2936
+ colorPressedPrimary: string;
2937
+ colorFocusPrimary: string;
2938
+ colorDisabledPrimary: string;
2939
+ textColorPrimary: string;
2940
+ textColorHoverPrimary: string;
2941
+ textColorPressedPrimary: string;
2942
+ textColorFocusPrimary: string;
2943
+ textColorDisabledPrimary: string;
2944
+ textColorTextPrimary: string;
2945
+ textColorTextHoverPrimary: string;
2946
+ textColorTextPressedPrimary: string;
2947
+ textColorTextFocusPrimary: string;
2948
+ textColorTextDisabledPrimary: string;
2949
+ textColorGhostPrimary: string;
2950
+ textColorGhostHoverPrimary: string;
2951
+ textColorGhostPressedPrimary: string;
2952
+ textColorGhostFocusPrimary: string;
2953
+ textColorGhostDisabledPrimary: string;
2954
+ borderPrimary: string;
2955
+ borderHoverPrimary: string;
2956
+ borderPressedPrimary: string;
2957
+ borderFocusPrimary: string;
2958
+ borderDisabledPrimary: string;
2959
+ rippleColorPrimary: string;
2960
+ colorInfo: string;
2961
+ colorHoverInfo: string;
2962
+ colorPressedInfo: string;
2963
+ colorFocusInfo: string;
2964
+ colorDisabledInfo: string;
2965
+ textColorInfo: string;
2966
+ textColorHoverInfo: string;
2967
+ textColorPressedInfo: string;
2968
+ textColorFocusInfo: string;
2969
+ textColorDisabledInfo: string;
2970
+ textColorTextInfo: string;
2971
+ textColorTextHoverInfo: string;
2972
+ textColorTextPressedInfo: string;
2973
+ textColorTextFocusInfo: string;
2974
+ textColorTextDisabledInfo: string;
2975
+ textColorGhostInfo: string;
2976
+ textColorGhostHoverInfo: string;
2977
+ textColorGhostPressedInfo: string;
2978
+ textColorGhostFocusInfo: string;
2979
+ textColorGhostDisabledInfo: string;
2980
+ borderInfo: string;
2981
+ borderHoverInfo: string;
2982
+ borderPressedInfo: string;
2983
+ borderFocusInfo: string;
2984
+ borderDisabledInfo: string;
2985
+ rippleColorInfo: string;
2986
+ colorSuccess: string;
2987
+ colorHoverSuccess: string;
2988
+ colorPressedSuccess: string;
2989
+ colorFocusSuccess: string;
2990
+ colorDisabledSuccess: string;
2991
+ textColorSuccess: string;
2992
+ textColorHoverSuccess: string;
2993
+ textColorPressedSuccess: string;
2994
+ textColorFocusSuccess: string;
2995
+ textColorDisabledSuccess: string;
2996
+ textColorTextSuccess: string;
2997
+ textColorTextHoverSuccess: string;
2998
+ textColorTextPressedSuccess: string;
2999
+ textColorTextFocusSuccess: string;
3000
+ textColorTextDisabledSuccess: string;
3001
+ textColorGhostSuccess: string;
3002
+ textColorGhostHoverSuccess: string;
3003
+ textColorGhostPressedSuccess: string;
3004
+ textColorGhostFocusSuccess: string;
3005
+ textColorGhostDisabledSuccess: string;
3006
+ borderSuccess: string;
3007
+ borderHoverSuccess: string;
3008
+ borderPressedSuccess: string;
3009
+ borderFocusSuccess: string;
3010
+ borderDisabledSuccess: string;
3011
+ rippleColorSuccess: string;
3012
+ colorWarning: string;
3013
+ colorHoverWarning: string;
3014
+ colorPressedWarning: string;
3015
+ colorFocusWarning: string;
3016
+ colorDisabledWarning: string;
3017
+ textColorWarning: string;
3018
+ textColorHoverWarning: string;
3019
+ textColorPressedWarning: string;
3020
+ textColorFocusWarning: string;
3021
+ textColorDisabledWarning: string;
3022
+ textColorTextWarning: string;
3023
+ textColorTextHoverWarning: string;
3024
+ textColorTextPressedWarning: string;
3025
+ textColorTextFocusWarning: string;
3026
+ textColorTextDisabledWarning: string;
3027
+ textColorGhostWarning: string;
3028
+ textColorGhostHoverWarning: string;
3029
+ textColorGhostPressedWarning: string;
3030
+ textColorGhostFocusWarning: string;
3031
+ textColorGhostDisabledWarning: string;
3032
+ borderWarning: string;
3033
+ borderHoverWarning: string;
3034
+ borderPressedWarning: string;
3035
+ borderFocusWarning: string;
3036
+ borderDisabledWarning: string;
3037
+ rippleColorWarning: string;
3038
+ colorError: string;
3039
+ colorHoverError: string;
3040
+ colorPressedError: string;
3041
+ colorFocusError: string;
3042
+ colorDisabledError: string;
3043
+ textColorError: string;
3044
+ textColorHoverError: string;
3045
+ textColorPressedError: string;
3046
+ textColorFocusError: string;
3047
+ textColorDisabledError: string;
3048
+ textColorTextError: string;
3049
+ textColorTextHoverError: string;
3050
+ textColorTextPressedError: string;
3051
+ textColorTextFocusError: string;
3052
+ textColorTextDisabledError: string;
3053
+ textColorGhostError: string;
3054
+ textColorGhostHoverError: string;
3055
+ textColorGhostPressedError: string;
3056
+ textColorGhostFocusError: string;
3057
+ textColorGhostDisabledError: string;
3058
+ borderError: string;
3059
+ borderHoverError: string;
3060
+ borderPressedError: string;
3061
+ borderFocusError: string;
3062
+ borderDisabledError: string;
3063
+ rippleColorError: string;
3064
+ waveOpacity: string;
3065
+ fontWeight: string;
3066
+ fontWeightStrong: string;
3067
+ paddingTiny: string;
3068
+ paddingSmall: string;
3069
+ paddingMedium: string;
3070
+ paddingLarge: string;
3071
+ paddingRoundTiny: string;
3072
+ paddingRoundSmall: string;
3073
+ paddingRoundMedium: string;
3074
+ paddingRoundLarge: string;
3075
+ iconMarginTiny: string;
3076
+ iconMarginSmall: string;
3077
+ iconMarginMedium: string;
3078
+ iconMarginLarge: string;
3079
+ iconSizeTiny: string;
3080
+ iconSizeSmall: string;
3081
+ iconSizeMedium: string;
3082
+ iconSizeLarge: string;
3083
+ rippleDuration: string;
3084
+ }, any>;
3085
+ Tag: import('naive-ui/es/_mixins').Theme<"Tag", {
3086
+ closeBorderRadius: string;
3087
+ heightTiny: string;
3088
+ heightSmall: string;
3089
+ heightMedium: string;
3090
+ heightLarge: string;
3091
+ borderRadius: string;
3092
+ opacityDisabled: string;
3093
+ fontSizeTiny: string;
3094
+ fontSizeSmall: string;
3095
+ fontSizeMedium: string;
3096
+ fontSizeLarge: string;
3097
+ fontWeightStrong: string;
3098
+ textColorCheckable: string;
3099
+ textColorHoverCheckable: string;
3100
+ textColorPressedCheckable: string;
3101
+ textColorChecked: string;
3102
+ colorCheckable: string;
3103
+ colorHoverCheckable: string;
3104
+ colorPressedCheckable: string;
3105
+ colorChecked: string;
3106
+ colorCheckedHover: string;
3107
+ colorCheckedPressed: string;
3108
+ border: string;
3109
+ textColor: string;
3110
+ color: string;
3111
+ colorBordered: string;
3112
+ closeIconColor: string;
3113
+ closeIconColorHover: string;
3114
+ closeIconColorPressed: string;
3115
+ closeColorHover: string;
3116
+ closeColorPressed: string;
3117
+ borderPrimary: string;
3118
+ textColorPrimary: string;
3119
+ colorPrimary: string;
3120
+ colorBorderedPrimary: string;
3121
+ closeIconColorPrimary: string;
3122
+ closeIconColorHoverPrimary: string;
3123
+ closeIconColorPressedPrimary: string;
3124
+ closeColorHoverPrimary: string;
3125
+ closeColorPressedPrimary: string;
3126
+ borderInfo: string;
3127
+ textColorInfo: string;
3128
+ colorInfo: string;
3129
+ colorBorderedInfo: string;
3130
+ closeIconColorInfo: string;
3131
+ closeIconColorHoverInfo: string;
3132
+ closeIconColorPressedInfo: string;
3133
+ closeColorHoverInfo: string;
3134
+ closeColorPressedInfo: string;
3135
+ borderSuccess: string;
3136
+ textColorSuccess: string;
3137
+ colorSuccess: string;
3138
+ colorBorderedSuccess: string;
3139
+ closeIconColorSuccess: string;
3140
+ closeIconColorHoverSuccess: string;
3141
+ closeIconColorPressedSuccess: string;
3142
+ closeColorHoverSuccess: string;
3143
+ closeColorPressedSuccess: string;
3144
+ borderWarning: string;
3145
+ textColorWarning: string;
3146
+ colorWarning: string;
3147
+ colorBorderedWarning: string;
3148
+ closeIconColorWarning: string;
3149
+ closeIconColorHoverWarning: string;
3150
+ closeIconColorPressedWarning: string;
3151
+ closeColorHoverWarning: string;
3152
+ closeColorPressedWarning: string;
3153
+ borderError: string;
3154
+ textColorError: string;
3155
+ colorError: string;
3156
+ colorBorderedError: string;
3157
+ closeIconColorError: string;
3158
+ closeIconColorHoverError: string;
3159
+ closeIconColorPressedError: string;
3160
+ closeColorHoverError: string;
3161
+ closeColorPressedError: string;
3162
+ closeIconSizeTiny: string;
3163
+ closeIconSizeSmall: string;
3164
+ closeIconSizeMedium: string;
3165
+ closeIconSizeLarge: string;
3166
+ closeSizeTiny: string;
3167
+ closeSizeSmall: string;
3168
+ closeSizeMedium: string;
3169
+ closeSizeLarge: string;
3170
+ padding: string;
3171
+ closeMargin: string;
3172
+ }, any>;
3173
+ Space: import('naive-ui/es/_mixins').Theme<"Space", {
3174
+ gapSmall: string;
3175
+ gapMedium: string;
3176
+ gapLarge: string;
3177
+ }, any>;
3178
+ };
3179
+ peerOverrides: {
3180
+ Input?: {
3181
+ peers?: {
3182
+ [x: string]: any;
3183
+ } | undefined;
3184
+ } | undefined;
3185
+ Button?: {
3186
+ peers?: {
3187
+ [x: string]: any;
3188
+ } | undefined;
3189
+ } | undefined;
3190
+ Tag?: {
3191
+ peers?: {
3192
+ [x: string]: any;
3193
+ } | undefined;
3194
+ } | undefined;
3195
+ Space?: {
3196
+ peers?: {
3197
+ [x: string]: any;
3198
+ } | undefined;
3199
+ } | undefined;
3200
+ };
3201
+ }>;
3202
+ cssVars: import('vue').ComputedRef<{
3203
+ "--n-input-width": string;
3204
+ }> | undefined;
3205
+ themeClass: import('vue').Ref<string, string> | undefined;
3206
+ onRender: (() => void) | undefined;
3207
+ }, {}, {}, {}, {
3208
+ type: "error" | "default" | "primary" | "info" | "success" | "warning";
3209
+ size: "small" | "medium" | "large";
3210
+ disabled: boolean | undefined;
3211
+ round: boolean;
3212
+ closable: boolean;
3213
+ defaultValue: (string | import('naive-ui').DynamicTagsOption)[];
3214
+ onCreate: import('naive-ui/es/dynamic-tags/src/interface').OnCreate;
3215
+ }> | null;
3216
+ autoCompleteRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3217
+ readonly to: {
3218
+ type: import('vue').PropType<HTMLElement | string | boolean>;
3219
+ default: undefined;
3220
+ };
3221
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
3222
+ readonly append: BooleanConstructor;
3223
+ readonly bordered: {
3224
+ readonly type: import('vue').PropType<boolean | undefined>;
3225
+ readonly default: undefined;
3226
+ };
3227
+ readonly clearable: {
3228
+ readonly type: BooleanConstructor;
3229
+ readonly default: undefined;
3230
+ };
3231
+ readonly defaultValue: {
3232
+ readonly type: import('vue').PropType<string | null>;
3233
+ readonly default: null;
3234
+ };
3235
+ readonly loading: {
3236
+ readonly type: BooleanConstructor;
3237
+ readonly default: undefined;
3238
+ };
3239
+ readonly disabled: {
3240
+ readonly type: import('vue').PropType<boolean | undefined>;
3241
+ readonly default: undefined;
3242
+ };
3243
+ readonly placeholder: StringConstructor;
3244
+ readonly placement: {
3245
+ readonly type: import('vue').PropType<import('vueuc').FollowerPlacement>;
3246
+ readonly default: "bottom-start";
3247
+ };
3248
+ readonly value: StringConstructor;
3249
+ readonly blurAfterSelect: BooleanConstructor;
3250
+ readonly clearAfterSelect: BooleanConstructor;
3251
+ readonly getShow: import('vue').PropType<(inputValue: string) => boolean>;
3252
+ readonly showEmpty: BooleanConstructor;
3253
+ readonly inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
3254
+ readonly renderOption: import('vue').PropType<import('naive-ui/es/_internal/select-menu/src/interface').RenderOption>;
3255
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/_internal/select-menu/src/interface').RenderLabel>;
3256
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
3257
+ readonly options: {
3258
+ readonly type: import('vue').PropType<import('naive-ui/es/auto-complete/src/interface').AutoCompleteOptions>;
3259
+ readonly default: () => never[];
3260
+ };
3261
+ readonly zIndex: NumberConstructor;
3262
+ readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
3263
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue>>;
3264
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue>>;
3265
+ readonly onSelect: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnSelect>>;
3266
+ readonly onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
3267
+ readonly onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
3268
+ readonly onInput: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue> | undefined>;
3269
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
3270
+ menuBoxShadow: string;
3271
+ }, {
3272
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3273
+ optionFontSizeTiny: string;
3274
+ optionFontSizeSmall: string;
3275
+ optionFontSizeMedium: string;
3276
+ optionFontSizeLarge: string;
3277
+ optionFontSizeHuge: string;
3278
+ optionHeightTiny: string;
3279
+ optionHeightSmall: string;
3280
+ optionHeightMedium: string;
3281
+ optionHeightLarge: string;
3282
+ optionHeightHuge: string;
3283
+ borderRadius: string;
3284
+ color: string;
3285
+ groupHeaderTextColor: string;
3286
+ actionDividerColor: string;
3287
+ optionTextColor: string;
3288
+ optionTextColorPressed: string;
3289
+ optionTextColorDisabled: string;
3290
+ optionTextColorActive: string;
3291
+ optionOpacityDisabled: string;
3292
+ optionCheckColor: string;
3293
+ optionColorPending: string;
3294
+ optionColorActive: string;
3295
+ optionColorActivePending: string;
3296
+ actionTextColor: string;
3297
+ loadingColor: string;
3298
+ height: string;
3299
+ paddingTiny: string;
3300
+ paddingSmall: string;
3301
+ paddingMedium: string;
3302
+ paddingLarge: string;
3303
+ paddingHuge: string;
3304
+ optionPaddingTiny: string;
3305
+ optionPaddingSmall: string;
3306
+ optionPaddingMedium: string;
3307
+ optionPaddingLarge: string;
3308
+ optionPaddingHuge: string;
3309
+ loadingSize: string;
3310
+ }, {
3311
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3312
+ height: string;
3313
+ width: string;
3314
+ borderRadius: string;
3315
+ color: string;
3316
+ colorHover: string;
3317
+ railInsetHorizontalBottom: string;
3318
+ railInsetHorizontalTop: string;
3319
+ railInsetVerticalRight: string;
3320
+ railInsetVerticalLeft: string;
3321
+ railColor: string;
3322
+ }, any>;
3323
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3324
+ fontSizeTiny: string;
3325
+ fontSizeSmall: string;
3326
+ fontSizeMedium: string;
3327
+ fontSizeLarge: string;
3328
+ fontSizeHuge: string;
3329
+ textColor: string;
3330
+ iconColor: string;
3331
+ extraTextColor: string;
3332
+ iconSizeTiny: string;
3333
+ iconSizeSmall: string;
3334
+ iconSizeMedium: string;
3335
+ iconSizeLarge: string;
3336
+ iconSizeHuge: string;
3337
+ }, any>;
3338
+ }>;
3339
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3340
+ fontWeight: string;
3341
+ countTextColorDisabled: string;
3342
+ countTextColor: string;
3343
+ heightTiny: string;
3344
+ heightSmall: string;
3345
+ heightMedium: string;
3346
+ heightLarge: string;
3347
+ fontSizeTiny: string;
3348
+ fontSizeSmall: string;
3349
+ fontSizeMedium: string;
3350
+ fontSizeLarge: string;
3351
+ lineHeight: string;
3352
+ lineHeightTextarea: string;
3353
+ borderRadius: string;
3354
+ iconSize: string;
3355
+ groupLabelColor: string;
3356
+ groupLabelTextColor: string;
3357
+ textColor: string;
3358
+ textColorDisabled: string;
3359
+ textDecorationColor: string;
3360
+ caretColor: string;
3361
+ placeholderColor: string;
3362
+ placeholderColorDisabled: string;
3363
+ color: string;
3364
+ colorDisabled: string;
3365
+ colorFocus: string;
3366
+ groupLabelBorder: string;
3367
+ border: string;
3368
+ borderHover: string;
3369
+ borderDisabled: string;
3370
+ borderFocus: string;
3371
+ boxShadowFocus: string;
3372
+ loadingColor: string;
3373
+ loadingColorWarning: string;
3374
+ borderWarning: string;
3375
+ borderHoverWarning: string;
3376
+ colorFocusWarning: string;
3377
+ borderFocusWarning: string;
3378
+ boxShadowFocusWarning: string;
3379
+ caretColorWarning: string;
3380
+ loadingColorError: string;
3381
+ borderError: string;
3382
+ borderHoverError: string;
3383
+ colorFocusError: string;
3384
+ borderFocusError: string;
3385
+ boxShadowFocusError: string;
3386
+ caretColorError: string;
3387
+ clearColor: string;
3388
+ clearColorHover: string;
3389
+ clearColorPressed: string;
3390
+ iconColor: string;
3391
+ iconColorDisabled: string;
3392
+ iconColorHover: string;
3393
+ iconColorPressed: string;
3394
+ suffixTextColor: string;
3395
+ paddingTiny: string;
3396
+ paddingSmall: string;
3397
+ paddingMedium: string;
3398
+ paddingLarge: string;
3399
+ clearSize: string;
3400
+ }, any>;
3401
+ }>>;
3402
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
3403
+ menuBoxShadow: string;
3404
+ }, {
3405
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3406
+ optionFontSizeTiny: string;
3407
+ optionFontSizeSmall: string;
3408
+ optionFontSizeMedium: string;
3409
+ optionFontSizeLarge: string;
3410
+ optionFontSizeHuge: string;
3411
+ optionHeightTiny: string;
3412
+ optionHeightSmall: string;
3413
+ optionHeightMedium: string;
3414
+ optionHeightLarge: string;
3415
+ optionHeightHuge: string;
3416
+ borderRadius: string;
3417
+ color: string;
3418
+ groupHeaderTextColor: string;
3419
+ actionDividerColor: string;
3420
+ optionTextColor: string;
3421
+ optionTextColorPressed: string;
3422
+ optionTextColorDisabled: string;
3423
+ optionTextColorActive: string;
3424
+ optionOpacityDisabled: string;
3425
+ optionCheckColor: string;
3426
+ optionColorPending: string;
3427
+ optionColorActive: string;
3428
+ optionColorActivePending: string;
3429
+ actionTextColor: string;
3430
+ loadingColor: string;
3431
+ height: string;
3432
+ paddingTiny: string;
3433
+ paddingSmall: string;
3434
+ paddingMedium: string;
3435
+ paddingLarge: string;
3436
+ paddingHuge: string;
3437
+ optionPaddingTiny: string;
3438
+ optionPaddingSmall: string;
3439
+ optionPaddingMedium: string;
3440
+ optionPaddingLarge: string;
3441
+ optionPaddingHuge: string;
3442
+ loadingSize: string;
3443
+ }, {
3444
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3445
+ height: string;
3446
+ width: string;
3447
+ borderRadius: string;
3448
+ color: string;
3449
+ colorHover: string;
3450
+ railInsetHorizontalBottom: string;
3451
+ railInsetHorizontalTop: string;
3452
+ railInsetVerticalRight: string;
3453
+ railInsetVerticalLeft: string;
3454
+ railColor: string;
3455
+ }, any>;
3456
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3457
+ fontSizeTiny: string;
3458
+ fontSizeSmall: string;
3459
+ fontSizeMedium: string;
3460
+ fontSizeLarge: string;
3461
+ fontSizeHuge: string;
3462
+ textColor: string;
3463
+ iconColor: string;
3464
+ extraTextColor: string;
3465
+ iconSizeTiny: string;
3466
+ iconSizeSmall: string;
3467
+ iconSizeMedium: string;
3468
+ iconSizeLarge: string;
3469
+ iconSizeHuge: string;
3470
+ }, any>;
3471
+ }>;
3472
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3473
+ fontWeight: string;
3474
+ countTextColorDisabled: string;
3475
+ countTextColor: string;
3476
+ heightTiny: string;
3477
+ heightSmall: string;
3478
+ heightMedium: string;
3479
+ heightLarge: string;
3480
+ fontSizeTiny: string;
3481
+ fontSizeSmall: string;
3482
+ fontSizeMedium: string;
3483
+ fontSizeLarge: string;
3484
+ lineHeight: string;
3485
+ lineHeightTextarea: string;
3486
+ borderRadius: string;
3487
+ iconSize: string;
3488
+ groupLabelColor: string;
3489
+ groupLabelTextColor: string;
3490
+ textColor: string;
3491
+ textColorDisabled: string;
3492
+ textDecorationColor: string;
3493
+ caretColor: string;
3494
+ placeholderColor: string;
3495
+ placeholderColorDisabled: string;
3496
+ color: string;
3497
+ colorDisabled: string;
3498
+ colorFocus: string;
3499
+ groupLabelBorder: string;
3500
+ border: string;
3501
+ borderHover: string;
3502
+ borderDisabled: string;
3503
+ borderFocus: string;
3504
+ boxShadowFocus: string;
3505
+ loadingColor: string;
3506
+ loadingColorWarning: string;
3507
+ borderWarning: string;
3508
+ borderHoverWarning: string;
3509
+ colorFocusWarning: string;
3510
+ borderFocusWarning: string;
3511
+ boxShadowFocusWarning: string;
3512
+ caretColorWarning: string;
3513
+ loadingColorError: string;
3514
+ borderError: string;
3515
+ borderHoverError: string;
3516
+ colorFocusError: string;
3517
+ borderFocusError: string;
3518
+ boxShadowFocusError: string;
3519
+ caretColorError: string;
3520
+ clearColor: string;
3521
+ clearColorHover: string;
3522
+ clearColorPressed: string;
3523
+ iconColor: string;
3524
+ iconColorDisabled: string;
3525
+ iconColorHover: string;
3526
+ iconColorPressed: string;
3527
+ suffixTextColor: string;
3528
+ paddingTiny: string;
3529
+ paddingSmall: string;
3530
+ paddingMedium: string;
3531
+ paddingLarge: string;
3532
+ clearSize: string;
3533
+ }, any>;
3534
+ }>>>;
3535
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
3536
+ menuBoxShadow: string;
3537
+ }, {
3538
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3539
+ optionFontSizeTiny: string;
3540
+ optionFontSizeSmall: string;
3541
+ optionFontSizeMedium: string;
3542
+ optionFontSizeLarge: string;
3543
+ optionFontSizeHuge: string;
3544
+ optionHeightTiny: string;
3545
+ optionHeightSmall: string;
3546
+ optionHeightMedium: string;
3547
+ optionHeightLarge: string;
3548
+ optionHeightHuge: string;
3549
+ borderRadius: string;
3550
+ color: string;
3551
+ groupHeaderTextColor: string;
3552
+ actionDividerColor: string;
3553
+ optionTextColor: string;
3554
+ optionTextColorPressed: string;
3555
+ optionTextColorDisabled: string;
3556
+ optionTextColorActive: string;
3557
+ optionOpacityDisabled: string;
3558
+ optionCheckColor: string;
3559
+ optionColorPending: string;
3560
+ optionColorActive: string;
3561
+ optionColorActivePending: string;
3562
+ actionTextColor: string;
3563
+ loadingColor: string;
3564
+ height: string;
3565
+ paddingTiny: string;
3566
+ paddingSmall: string;
3567
+ paddingMedium: string;
3568
+ paddingLarge: string;
3569
+ paddingHuge: string;
3570
+ optionPaddingTiny: string;
3571
+ optionPaddingSmall: string;
3572
+ optionPaddingMedium: string;
3573
+ optionPaddingLarge: string;
3574
+ optionPaddingHuge: string;
3575
+ loadingSize: string;
3576
+ }, {
3577
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3578
+ height: string;
3579
+ width: string;
3580
+ borderRadius: string;
3581
+ color: string;
3582
+ colorHover: string;
3583
+ railInsetHorizontalBottom: string;
3584
+ railInsetHorizontalTop: string;
3585
+ railInsetVerticalRight: string;
3586
+ railInsetVerticalLeft: string;
3587
+ railColor: string;
3588
+ }, any>;
3589
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3590
+ fontSizeTiny: string;
3591
+ fontSizeSmall: string;
3592
+ fontSizeMedium: string;
3593
+ fontSizeLarge: string;
3594
+ fontSizeHuge: string;
3595
+ textColor: string;
3596
+ iconColor: string;
3597
+ extraTextColor: string;
3598
+ iconSizeTiny: string;
3599
+ iconSizeSmall: string;
3600
+ iconSizeMedium: string;
3601
+ iconSizeLarge: string;
3602
+ iconSizeHuge: string;
3603
+ }, any>;
3604
+ }>;
3605
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3606
+ fontWeight: string;
3607
+ countTextColorDisabled: string;
3608
+ countTextColor: string;
3609
+ heightTiny: string;
3610
+ heightSmall: string;
3611
+ heightMedium: string;
3612
+ heightLarge: string;
3613
+ fontSizeTiny: string;
3614
+ fontSizeSmall: string;
3615
+ fontSizeMedium: string;
3616
+ fontSizeLarge: string;
3617
+ lineHeight: string;
3618
+ lineHeightTextarea: string;
3619
+ borderRadius: string;
3620
+ iconSize: string;
3621
+ groupLabelColor: string;
3622
+ groupLabelTextColor: string;
3623
+ textColor: string;
3624
+ textColorDisabled: string;
3625
+ textDecorationColor: string;
3626
+ caretColor: string;
3627
+ placeholderColor: string;
3628
+ placeholderColorDisabled: string;
3629
+ color: string;
3630
+ colorDisabled: string;
3631
+ colorFocus: string;
3632
+ groupLabelBorder: string;
3633
+ border: string;
3634
+ borderHover: string;
3635
+ borderDisabled: string;
3636
+ borderFocus: string;
3637
+ boxShadowFocus: string;
3638
+ loadingColor: string;
3639
+ loadingColorWarning: string;
3640
+ borderWarning: string;
3641
+ borderHoverWarning: string;
3642
+ colorFocusWarning: string;
3643
+ borderFocusWarning: string;
3644
+ boxShadowFocusWarning: string;
3645
+ caretColorWarning: string;
3646
+ loadingColorError: string;
3647
+ borderError: string;
3648
+ borderHoverError: string;
3649
+ colorFocusError: string;
3650
+ borderFocusError: string;
3651
+ boxShadowFocusError: string;
3652
+ caretColorError: string;
3653
+ clearColor: string;
3654
+ clearColorHover: string;
3655
+ clearColorPressed: string;
3656
+ iconColor: string;
3657
+ iconColorDisabled: string;
3658
+ iconColorHover: string;
3659
+ iconColorPressed: string;
3660
+ suffixTextColor: string;
3661
+ paddingTiny: string;
3662
+ paddingSmall: string;
3663
+ paddingMedium: string;
3664
+ paddingLarge: string;
3665
+ clearSize: string;
3666
+ }, any>;
3667
+ }>>>;
3668
+ }>> & Readonly<{}>, {
3669
+ focus: () => void;
3670
+ blur: () => void;
3671
+ inputInstRef: import('vue').Ref<{
3672
+ wrapperElRef: HTMLElement | null;
3673
+ textareaElRef: HTMLTextAreaElement | null;
3674
+ inputElRef: HTMLInputElement | null;
3675
+ isCompositing: boolean;
3676
+ blur: () => void;
3677
+ clear: () => void;
3678
+ focus: () => void;
3679
+ select: () => void;
3680
+ activate: () => void;
3681
+ deactivate: () => void;
3682
+ scrollTo: (options: ScrollToOptions) => void;
3683
+ } | null, {
3684
+ wrapperElRef: HTMLElement | null;
3685
+ textareaElRef: HTMLTextAreaElement | null;
3686
+ inputElRef: HTMLInputElement | null;
3687
+ isCompositing: boolean;
3688
+ blur: () => void;
3689
+ clear: () => void;
3690
+ focus: () => void;
3691
+ select: () => void;
3692
+ activate: () => void;
3693
+ deactivate: () => void;
3694
+ scrollTo: (options: ScrollToOptions) => void;
3695
+ } | {
3696
+ wrapperElRef: HTMLElement | null;
3697
+ textareaElRef: HTMLTextAreaElement | null;
3698
+ inputElRef: HTMLInputElement | null;
3699
+ isCompositing: boolean;
3700
+ blur: () => void;
3701
+ clear: () => void;
3702
+ focus: () => void;
3703
+ select: () => void;
3704
+ activate: () => void;
3705
+ deactivate: () => void;
3706
+ scrollTo: (options: ScrollToOptions) => void;
3707
+ } | null>;
3708
+ uncontrolledValue: import('vue').Ref<string | null, string | null>;
3709
+ mergedValue: import('vue').ComputedRef<string | null>;
3710
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
3711
+ adjustedTo: import('vue').ComputedRef<string | HTMLElement>;
3712
+ menuInstRef: import('vue').Ref<{
3713
+ selfRef: HTMLElement | null;
3714
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
3715
+ prev: () => void;
3716
+ next: () => void;
3717
+ } | null, {
3718
+ selfRef: HTMLElement | null;
3719
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
3720
+ prev: () => void;
3721
+ next: () => void;
3722
+ } | {
3723
+ selfRef: HTMLElement | null;
3724
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
3725
+ prev: () => void;
3726
+ next: () => void;
3727
+ } | null>;
3728
+ triggerElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
3729
+ treeMate: import('vue').ComputedRef<import('treemate').TreeMate<import('naive-ui/es/select/src/interface').SelectBaseOption<string | number, string | ((option: import('naive-ui/es/select/src/interface').SelectBaseOption<string | number, string | any>, selected: boolean) => import('vue').VNodeChild)>, import('naive-ui').SelectGroupOption, import('naive-ui/es/select/src/interface').SelectIgnoredOption>>;
3730
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large">;
3731
+ mergedDisabled: import('vue').ComputedRef<boolean>;
3732
+ active: import('vue').ComputedRef<boolean>;
3733
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
3734
+ handleClear: () => void;
3735
+ handleFocus: (e: FocusEvent) => void;
3736
+ handleBlur: (e: FocusEvent) => void;
3737
+ handleInput: (value: string) => void;
3738
+ handleToggle: (option: import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption>) => void;
3739
+ handleClickOutsideMenu: (e: MouseEvent) => void;
3740
+ handleCompositionStart: () => void;
3741
+ handleCompositionEnd: () => void;
3742
+ handleKeyDown: (e: KeyboardEvent) => void;
3743
+ mergedTheme: import('vue').ComputedRef<{
3744
+ common: import('naive-ui').ThemeCommonVars;
3745
+ self: {
3746
+ menuBoxShadow: string;
3747
+ };
3748
+ peers: {
3749
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3750
+ optionFontSizeTiny: string;
3751
+ optionFontSizeSmall: string;
3752
+ optionFontSizeMedium: string;
3753
+ optionFontSizeLarge: string;
3754
+ optionFontSizeHuge: string;
3755
+ optionHeightTiny: string;
3756
+ optionHeightSmall: string;
3757
+ optionHeightMedium: string;
3758
+ optionHeightLarge: string;
3759
+ optionHeightHuge: string;
3760
+ borderRadius: string;
3761
+ color: string;
3762
+ groupHeaderTextColor: string;
3763
+ actionDividerColor: string;
3764
+ optionTextColor: string;
3765
+ optionTextColorPressed: string;
3766
+ optionTextColorDisabled: string;
3767
+ optionTextColorActive: string;
3768
+ optionOpacityDisabled: string;
3769
+ optionCheckColor: string;
3770
+ optionColorPending: string;
3771
+ optionColorActive: string;
3772
+ optionColorActivePending: string;
3773
+ actionTextColor: string;
3774
+ loadingColor: string;
3775
+ height: string;
3776
+ paddingTiny: string;
3777
+ paddingSmall: string;
3778
+ paddingMedium: string;
3779
+ paddingLarge: string;
3780
+ paddingHuge: string;
3781
+ optionPaddingTiny: string;
3782
+ optionPaddingSmall: string;
3783
+ optionPaddingMedium: string;
3784
+ optionPaddingLarge: string;
3785
+ optionPaddingHuge: string;
3786
+ loadingSize: string;
3787
+ }, {
3788
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3789
+ height: string;
3790
+ width: string;
3791
+ borderRadius: string;
3792
+ color: string;
3793
+ colorHover: string;
3794
+ railInsetHorizontalBottom: string;
3795
+ railInsetHorizontalTop: string;
3796
+ railInsetVerticalRight: string;
3797
+ railInsetVerticalLeft: string;
3798
+ railColor: string;
3799
+ }, any>;
3800
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3801
+ fontSizeTiny: string;
3802
+ fontSizeSmall: string;
3803
+ fontSizeMedium: string;
3804
+ fontSizeLarge: string;
3805
+ fontSizeHuge: string;
3806
+ textColor: string;
3807
+ iconColor: string;
3808
+ extraTextColor: string;
3809
+ iconSizeTiny: string;
3810
+ iconSizeSmall: string;
3811
+ iconSizeMedium: string;
3812
+ iconSizeLarge: string;
3813
+ iconSizeHuge: string;
3814
+ }, any>;
3815
+ }>;
3816
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3817
+ fontWeight: string;
3818
+ countTextColorDisabled: string;
3819
+ countTextColor: string;
3820
+ heightTiny: string;
3821
+ heightSmall: string;
3822
+ heightMedium: string;
3823
+ heightLarge: string;
3824
+ fontSizeTiny: string;
3825
+ fontSizeSmall: string;
3826
+ fontSizeMedium: string;
3827
+ fontSizeLarge: string;
3828
+ lineHeight: string;
3829
+ lineHeightTextarea: string;
3830
+ borderRadius: string;
3831
+ iconSize: string;
3832
+ groupLabelColor: string;
3833
+ groupLabelTextColor: string;
3834
+ textColor: string;
3835
+ textColorDisabled: string;
3836
+ textDecorationColor: string;
3837
+ caretColor: string;
3838
+ placeholderColor: string;
3839
+ placeholderColorDisabled: string;
3840
+ color: string;
3841
+ colorDisabled: string;
3842
+ colorFocus: string;
3843
+ groupLabelBorder: string;
3844
+ border: string;
3845
+ borderHover: string;
3846
+ borderDisabled: string;
3847
+ borderFocus: string;
3848
+ boxShadowFocus: string;
3849
+ loadingColor: string;
3850
+ loadingColorWarning: string;
3851
+ borderWarning: string;
3852
+ borderHoverWarning: string;
3853
+ colorFocusWarning: string;
3854
+ borderFocusWarning: string;
3855
+ boxShadowFocusWarning: string;
3856
+ caretColorWarning: string;
3857
+ loadingColorError: string;
3858
+ borderError: string;
3859
+ borderHoverError: string;
3860
+ colorFocusError: string;
3861
+ borderFocusError: string;
3862
+ boxShadowFocusError: string;
3863
+ caretColorError: string;
3864
+ clearColor: string;
3865
+ clearColorHover: string;
3866
+ clearColorPressed: string;
3867
+ iconColor: string;
3868
+ iconColorDisabled: string;
3869
+ iconColorHover: string;
3870
+ iconColorPressed: string;
3871
+ suffixTextColor: string;
3872
+ paddingTiny: string;
3873
+ paddingSmall: string;
3874
+ paddingMedium: string;
3875
+ paddingLarge: string;
3876
+ clearSize: string;
3877
+ }, any>;
3878
+ };
3879
+ peerOverrides: {
3880
+ InternalSelectMenu?: {
3881
+ peers?: {
3882
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3883
+ height: string;
3884
+ width: string;
3885
+ borderRadius: string;
3886
+ color: string;
3887
+ colorHover: string;
3888
+ railInsetHorizontalBottom: string;
3889
+ railInsetHorizontalTop: string;
3890
+ railInsetVerticalRight: string;
3891
+ railInsetVerticalLeft: string;
3892
+ railColor: string;
3893
+ }, any>> | undefined;
3894
+ Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
3895
+ fontSizeTiny: string;
3896
+ fontSizeSmall: string;
3897
+ fontSizeMedium: string;
3898
+ fontSizeLarge: string;
3899
+ fontSizeHuge: string;
3900
+ textColor: string;
3901
+ iconColor: string;
3902
+ extraTextColor: string;
3903
+ iconSizeTiny: string;
3904
+ iconSizeSmall: string;
3905
+ iconSizeMedium: string;
3906
+ iconSizeLarge: string;
3907
+ iconSizeHuge: string;
3908
+ }, any>> | undefined;
3909
+ } | undefined;
3910
+ } | undefined;
3911
+ Input?: {
3912
+ peers?: {
3913
+ [x: string]: any;
3914
+ } | undefined;
3915
+ } | undefined;
3916
+ };
3917
+ }>;
3918
+ cssVars: import('vue').ComputedRef<{
3919
+ "--n-menu-box-shadow": string;
3920
+ "--n-bezier": string;
3921
+ }> | undefined;
3922
+ themeClass: import('vue').Ref<string, string> | undefined;
3923
+ onRender: (() => void) | undefined;
3924
+ mergedBordered: import('vue').ComputedRef<boolean>;
3925
+ namespace: import('vue').ComputedRef<string | undefined>;
3926
+ mergedClsPrefix: import('vue').Ref<string, string>;
3927
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
3928
+ readonly options: import('naive-ui/es/auto-complete/src/interface').AutoCompleteOptions;
3929
+ readonly to: string | boolean | HTMLElement;
3930
+ readonly disabled: boolean | undefined;
3931
+ readonly loading: boolean;
3932
+ readonly bordered: boolean | undefined;
3933
+ readonly placement: import('vueuc').FollowerPlacement;
3934
+ readonly clearable: boolean;
3935
+ readonly defaultValue: string | null;
3936
+ readonly append: boolean;
3937
+ readonly blurAfterSelect: boolean;
3938
+ readonly clearAfterSelect: boolean;
3939
+ readonly showEmpty: boolean;
3940
+ }, true, {}, import('vue').SlotsType<import('naive-ui').AutoCompleteSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3941
+ P: {};
3942
+ B: {};
3943
+ D: {};
3944
+ C: {};
3945
+ M: {};
3946
+ Defaults: {};
3947
+ }, Readonly<import('vue').ExtractPropTypes<{
3948
+ readonly to: {
3949
+ type: import('vue').PropType<HTMLElement | string | boolean>;
3950
+ default: undefined;
3951
+ };
3952
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
3953
+ readonly append: BooleanConstructor;
3954
+ readonly bordered: {
3955
+ readonly type: import('vue').PropType<boolean | undefined>;
3956
+ readonly default: undefined;
3957
+ };
3958
+ readonly clearable: {
3959
+ readonly type: BooleanConstructor;
3960
+ readonly default: undefined;
3961
+ };
3962
+ readonly defaultValue: {
3963
+ readonly type: import('vue').PropType<string | null>;
3964
+ readonly default: null;
3965
+ };
3966
+ readonly loading: {
3967
+ readonly type: BooleanConstructor;
3968
+ readonly default: undefined;
3969
+ };
3970
+ readonly disabled: {
3971
+ readonly type: import('vue').PropType<boolean | undefined>;
3972
+ readonly default: undefined;
3973
+ };
3974
+ readonly placeholder: StringConstructor;
3975
+ readonly placement: {
3976
+ readonly type: import('vue').PropType<import('vueuc').FollowerPlacement>;
3977
+ readonly default: "bottom-start";
3978
+ };
3979
+ readonly value: StringConstructor;
3980
+ readonly blurAfterSelect: BooleanConstructor;
3981
+ readonly clearAfterSelect: BooleanConstructor;
3982
+ readonly getShow: import('vue').PropType<(inputValue: string) => boolean>;
3983
+ readonly showEmpty: BooleanConstructor;
3984
+ readonly inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
3985
+ readonly renderOption: import('vue').PropType<import('naive-ui/es/_internal/select-menu/src/interface').RenderOption>;
3986
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/_internal/select-menu/src/interface').RenderLabel>;
3987
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
3988
+ readonly options: {
3989
+ readonly type: import('vue').PropType<import('naive-ui/es/auto-complete/src/interface').AutoCompleteOptions>;
3990
+ readonly default: () => never[];
3991
+ };
3992
+ readonly zIndex: NumberConstructor;
3993
+ readonly status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
3994
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue>>;
3995
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue>>;
3996
+ readonly onSelect: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnSelect>>;
3997
+ readonly onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
3998
+ readonly onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
3999
+ readonly onInput: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/auto-complete/src/interface').OnUpdateValue> | undefined>;
4000
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
4001
+ menuBoxShadow: string;
4002
+ }, {
4003
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4004
+ optionFontSizeTiny: string;
4005
+ optionFontSizeSmall: string;
4006
+ optionFontSizeMedium: string;
4007
+ optionFontSizeLarge: string;
4008
+ optionFontSizeHuge: string;
4009
+ optionHeightTiny: string;
4010
+ optionHeightSmall: string;
4011
+ optionHeightMedium: string;
4012
+ optionHeightLarge: string;
4013
+ optionHeightHuge: string;
4014
+ borderRadius: string;
4015
+ color: string;
4016
+ groupHeaderTextColor: string;
4017
+ actionDividerColor: string;
4018
+ optionTextColor: string;
4019
+ optionTextColorPressed: string;
4020
+ optionTextColorDisabled: string;
4021
+ optionTextColorActive: string;
4022
+ optionOpacityDisabled: string;
4023
+ optionCheckColor: string;
4024
+ optionColorPending: string;
4025
+ optionColorActive: string;
4026
+ optionColorActivePending: string;
4027
+ actionTextColor: string;
4028
+ loadingColor: string;
4029
+ height: string;
4030
+ paddingTiny: string;
4031
+ paddingSmall: string;
4032
+ paddingMedium: string;
4033
+ paddingLarge: string;
4034
+ paddingHuge: string;
4035
+ optionPaddingTiny: string;
4036
+ optionPaddingSmall: string;
4037
+ optionPaddingMedium: string;
4038
+ optionPaddingLarge: string;
4039
+ optionPaddingHuge: string;
4040
+ loadingSize: string;
4041
+ }, {
4042
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4043
+ height: string;
4044
+ width: string;
4045
+ borderRadius: string;
4046
+ color: string;
4047
+ colorHover: string;
4048
+ railInsetHorizontalBottom: string;
4049
+ railInsetHorizontalTop: string;
4050
+ railInsetVerticalRight: string;
4051
+ railInsetVerticalLeft: string;
4052
+ railColor: string;
4053
+ }, any>;
4054
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4055
+ fontSizeTiny: string;
4056
+ fontSizeSmall: string;
4057
+ fontSizeMedium: string;
4058
+ fontSizeLarge: string;
4059
+ fontSizeHuge: string;
4060
+ textColor: string;
4061
+ iconColor: string;
4062
+ extraTextColor: string;
4063
+ iconSizeTiny: string;
4064
+ iconSizeSmall: string;
4065
+ iconSizeMedium: string;
4066
+ iconSizeLarge: string;
4067
+ iconSizeHuge: string;
4068
+ }, any>;
4069
+ }>;
4070
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
4071
+ fontWeight: string;
4072
+ countTextColorDisabled: string;
4073
+ countTextColor: string;
4074
+ heightTiny: string;
4075
+ heightSmall: string;
4076
+ heightMedium: string;
4077
+ heightLarge: string;
4078
+ fontSizeTiny: string;
4079
+ fontSizeSmall: string;
4080
+ fontSizeMedium: string;
4081
+ fontSizeLarge: string;
4082
+ lineHeight: string;
4083
+ lineHeightTextarea: string;
4084
+ borderRadius: string;
4085
+ iconSize: string;
4086
+ groupLabelColor: string;
4087
+ groupLabelTextColor: string;
4088
+ textColor: string;
4089
+ textColorDisabled: string;
4090
+ textDecorationColor: string;
4091
+ caretColor: string;
4092
+ placeholderColor: string;
4093
+ placeholderColorDisabled: string;
4094
+ color: string;
4095
+ colorDisabled: string;
4096
+ colorFocus: string;
4097
+ groupLabelBorder: string;
4098
+ border: string;
4099
+ borderHover: string;
4100
+ borderDisabled: string;
4101
+ borderFocus: string;
4102
+ boxShadowFocus: string;
4103
+ loadingColor: string;
4104
+ loadingColorWarning: string;
4105
+ borderWarning: string;
4106
+ borderHoverWarning: string;
4107
+ colorFocusWarning: string;
4108
+ borderFocusWarning: string;
4109
+ boxShadowFocusWarning: string;
4110
+ caretColorWarning: string;
4111
+ loadingColorError: string;
4112
+ borderError: string;
4113
+ borderHoverError: string;
4114
+ colorFocusError: string;
4115
+ borderFocusError: string;
4116
+ boxShadowFocusError: string;
4117
+ caretColorError: string;
4118
+ clearColor: string;
4119
+ clearColorHover: string;
4120
+ clearColorPressed: string;
4121
+ iconColor: string;
4122
+ iconColorDisabled: string;
4123
+ iconColorHover: string;
4124
+ iconColorPressed: string;
4125
+ suffixTextColor: string;
4126
+ paddingTiny: string;
4127
+ paddingSmall: string;
4128
+ paddingMedium: string;
4129
+ paddingLarge: string;
4130
+ clearSize: string;
4131
+ }, any>;
4132
+ }>>;
4133
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
4134
+ menuBoxShadow: string;
4135
+ }, {
4136
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4137
+ optionFontSizeTiny: string;
4138
+ optionFontSizeSmall: string;
4139
+ optionFontSizeMedium: string;
4140
+ optionFontSizeLarge: string;
4141
+ optionFontSizeHuge: string;
4142
+ optionHeightTiny: string;
4143
+ optionHeightSmall: string;
4144
+ optionHeightMedium: string;
4145
+ optionHeightLarge: string;
4146
+ optionHeightHuge: string;
4147
+ borderRadius: string;
4148
+ color: string;
4149
+ groupHeaderTextColor: string;
4150
+ actionDividerColor: string;
4151
+ optionTextColor: string;
4152
+ optionTextColorPressed: string;
4153
+ optionTextColorDisabled: string;
4154
+ optionTextColorActive: string;
4155
+ optionOpacityDisabled: string;
4156
+ optionCheckColor: string;
4157
+ optionColorPending: string;
4158
+ optionColorActive: string;
4159
+ optionColorActivePending: string;
4160
+ actionTextColor: string;
4161
+ loadingColor: string;
4162
+ height: string;
4163
+ paddingTiny: string;
4164
+ paddingSmall: string;
4165
+ paddingMedium: string;
4166
+ paddingLarge: string;
4167
+ paddingHuge: string;
4168
+ optionPaddingTiny: string;
4169
+ optionPaddingSmall: string;
4170
+ optionPaddingMedium: string;
4171
+ optionPaddingLarge: string;
4172
+ optionPaddingHuge: string;
4173
+ loadingSize: string;
4174
+ }, {
4175
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4176
+ height: string;
4177
+ width: string;
4178
+ borderRadius: string;
4179
+ color: string;
4180
+ colorHover: string;
4181
+ railInsetHorizontalBottom: string;
4182
+ railInsetHorizontalTop: string;
4183
+ railInsetVerticalRight: string;
4184
+ railInsetVerticalLeft: string;
4185
+ railColor: string;
4186
+ }, any>;
4187
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4188
+ fontSizeTiny: string;
4189
+ fontSizeSmall: string;
4190
+ fontSizeMedium: string;
4191
+ fontSizeLarge: string;
4192
+ fontSizeHuge: string;
4193
+ textColor: string;
4194
+ iconColor: string;
4195
+ extraTextColor: string;
4196
+ iconSizeTiny: string;
4197
+ iconSizeSmall: string;
4198
+ iconSizeMedium: string;
4199
+ iconSizeLarge: string;
4200
+ iconSizeHuge: string;
4201
+ }, any>;
4202
+ }>;
4203
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
4204
+ fontWeight: string;
4205
+ countTextColorDisabled: string;
4206
+ countTextColor: string;
4207
+ heightTiny: string;
4208
+ heightSmall: string;
4209
+ heightMedium: string;
4210
+ heightLarge: string;
4211
+ fontSizeTiny: string;
4212
+ fontSizeSmall: string;
4213
+ fontSizeMedium: string;
4214
+ fontSizeLarge: string;
4215
+ lineHeight: string;
4216
+ lineHeightTextarea: string;
4217
+ borderRadius: string;
4218
+ iconSize: string;
4219
+ groupLabelColor: string;
4220
+ groupLabelTextColor: string;
4221
+ textColor: string;
4222
+ textColorDisabled: string;
4223
+ textDecorationColor: string;
4224
+ caretColor: string;
4225
+ placeholderColor: string;
4226
+ placeholderColorDisabled: string;
4227
+ color: string;
4228
+ colorDisabled: string;
4229
+ colorFocus: string;
4230
+ groupLabelBorder: string;
4231
+ border: string;
4232
+ borderHover: string;
4233
+ borderDisabled: string;
4234
+ borderFocus: string;
4235
+ boxShadowFocus: string;
4236
+ loadingColor: string;
4237
+ loadingColorWarning: string;
4238
+ borderWarning: string;
4239
+ borderHoverWarning: string;
4240
+ colorFocusWarning: string;
4241
+ borderFocusWarning: string;
4242
+ boxShadowFocusWarning: string;
4243
+ caretColorWarning: string;
4244
+ loadingColorError: string;
4245
+ borderError: string;
4246
+ borderHoverError: string;
4247
+ colorFocusError: string;
4248
+ borderFocusError: string;
4249
+ boxShadowFocusError: string;
4250
+ caretColorError: string;
4251
+ clearColor: string;
4252
+ clearColorHover: string;
4253
+ clearColorPressed: string;
4254
+ iconColor: string;
4255
+ iconColorDisabled: string;
4256
+ iconColorHover: string;
4257
+ iconColorPressed: string;
4258
+ suffixTextColor: string;
4259
+ paddingTiny: string;
4260
+ paddingSmall: string;
4261
+ paddingMedium: string;
4262
+ paddingLarge: string;
4263
+ clearSize: string;
4264
+ }, any>;
4265
+ }>>>;
4266
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"AutoComplete", {
4267
+ menuBoxShadow: string;
4268
+ }, {
4269
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4270
+ optionFontSizeTiny: string;
4271
+ optionFontSizeSmall: string;
4272
+ optionFontSizeMedium: string;
4273
+ optionFontSizeLarge: string;
4274
+ optionFontSizeHuge: string;
4275
+ optionHeightTiny: string;
4276
+ optionHeightSmall: string;
4277
+ optionHeightMedium: string;
4278
+ optionHeightLarge: string;
4279
+ optionHeightHuge: string;
4280
+ borderRadius: string;
4281
+ color: string;
4282
+ groupHeaderTextColor: string;
4283
+ actionDividerColor: string;
4284
+ optionTextColor: string;
4285
+ optionTextColorPressed: string;
4286
+ optionTextColorDisabled: string;
4287
+ optionTextColorActive: string;
4288
+ optionOpacityDisabled: string;
4289
+ optionCheckColor: string;
4290
+ optionColorPending: string;
4291
+ optionColorActive: string;
4292
+ optionColorActivePending: string;
4293
+ actionTextColor: string;
4294
+ loadingColor: string;
4295
+ height: string;
4296
+ paddingTiny: string;
4297
+ paddingSmall: string;
4298
+ paddingMedium: string;
4299
+ paddingLarge: string;
4300
+ paddingHuge: string;
4301
+ optionPaddingTiny: string;
4302
+ optionPaddingSmall: string;
4303
+ optionPaddingMedium: string;
4304
+ optionPaddingLarge: string;
4305
+ optionPaddingHuge: string;
4306
+ loadingSize: string;
4307
+ }, {
4308
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4309
+ height: string;
4310
+ width: string;
4311
+ borderRadius: string;
4312
+ color: string;
4313
+ colorHover: string;
4314
+ railInsetHorizontalBottom: string;
4315
+ railInsetHorizontalTop: string;
4316
+ railInsetVerticalRight: string;
4317
+ railInsetVerticalLeft: string;
4318
+ railColor: string;
4319
+ }, any>;
4320
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4321
+ fontSizeTiny: string;
4322
+ fontSizeSmall: string;
4323
+ fontSizeMedium: string;
4324
+ fontSizeLarge: string;
4325
+ fontSizeHuge: string;
4326
+ textColor: string;
4327
+ iconColor: string;
4328
+ extraTextColor: string;
4329
+ iconSizeTiny: string;
4330
+ iconSizeSmall: string;
4331
+ iconSizeMedium: string;
4332
+ iconSizeLarge: string;
4333
+ iconSizeHuge: string;
4334
+ }, any>;
4335
+ }>;
4336
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
4337
+ fontWeight: string;
4338
+ countTextColorDisabled: string;
4339
+ countTextColor: string;
4340
+ heightTiny: string;
4341
+ heightSmall: string;
4342
+ heightMedium: string;
4343
+ heightLarge: string;
4344
+ fontSizeTiny: string;
4345
+ fontSizeSmall: string;
4346
+ fontSizeMedium: string;
4347
+ fontSizeLarge: string;
4348
+ lineHeight: string;
4349
+ lineHeightTextarea: string;
4350
+ borderRadius: string;
4351
+ iconSize: string;
4352
+ groupLabelColor: string;
4353
+ groupLabelTextColor: string;
4354
+ textColor: string;
4355
+ textColorDisabled: string;
4356
+ textDecorationColor: string;
4357
+ caretColor: string;
4358
+ placeholderColor: string;
4359
+ placeholderColorDisabled: string;
4360
+ color: string;
4361
+ colorDisabled: string;
4362
+ colorFocus: string;
4363
+ groupLabelBorder: string;
4364
+ border: string;
4365
+ borderHover: string;
4366
+ borderDisabled: string;
4367
+ borderFocus: string;
4368
+ boxShadowFocus: string;
4369
+ loadingColor: string;
4370
+ loadingColorWarning: string;
4371
+ borderWarning: string;
4372
+ borderHoverWarning: string;
4373
+ colorFocusWarning: string;
4374
+ borderFocusWarning: string;
4375
+ boxShadowFocusWarning: string;
4376
+ caretColorWarning: string;
4377
+ loadingColorError: string;
4378
+ borderError: string;
4379
+ borderHoverError: string;
4380
+ colorFocusError: string;
4381
+ borderFocusError: string;
4382
+ boxShadowFocusError: string;
4383
+ caretColorError: string;
4384
+ clearColor: string;
4385
+ clearColorHover: string;
4386
+ clearColorPressed: string;
4387
+ iconColor: string;
4388
+ iconColorDisabled: string;
4389
+ iconColorHover: string;
4390
+ iconColorPressed: string;
4391
+ suffixTextColor: string;
4392
+ paddingTiny: string;
4393
+ paddingSmall: string;
4394
+ paddingMedium: string;
4395
+ paddingLarge: string;
4396
+ clearSize: string;
4397
+ }, any>;
4398
+ }>>>;
4399
+ }>> & Readonly<{}>, {
4400
+ focus: () => void;
4401
+ blur: () => void;
4402
+ inputInstRef: import('vue').Ref<{
4403
+ wrapperElRef: HTMLElement | null;
4404
+ textareaElRef: HTMLTextAreaElement | null;
4405
+ inputElRef: HTMLInputElement | null;
4406
+ isCompositing: boolean;
4407
+ blur: () => void;
4408
+ clear: () => void;
4409
+ focus: () => void;
4410
+ select: () => void;
4411
+ activate: () => void;
4412
+ deactivate: () => void;
4413
+ scrollTo: (options: ScrollToOptions) => void;
4414
+ } | null, {
4415
+ wrapperElRef: HTMLElement | null;
4416
+ textareaElRef: HTMLTextAreaElement | null;
4417
+ inputElRef: HTMLInputElement | null;
4418
+ isCompositing: boolean;
4419
+ blur: () => void;
4420
+ clear: () => void;
4421
+ focus: () => void;
4422
+ select: () => void;
4423
+ activate: () => void;
4424
+ deactivate: () => void;
4425
+ scrollTo: (options: ScrollToOptions) => void;
4426
+ } | {
4427
+ wrapperElRef: HTMLElement | null;
4428
+ textareaElRef: HTMLTextAreaElement | null;
4429
+ inputElRef: HTMLInputElement | null;
4430
+ isCompositing: boolean;
4431
+ blur: () => void;
4432
+ clear: () => void;
4433
+ focus: () => void;
4434
+ select: () => void;
4435
+ activate: () => void;
4436
+ deactivate: () => void;
4437
+ scrollTo: (options: ScrollToOptions) => void;
4438
+ } | null>;
4439
+ uncontrolledValue: import('vue').Ref<string | null, string | null>;
4440
+ mergedValue: import('vue').ComputedRef<string | null>;
4441
+ isMounted: Readonly<import('vue').Ref<boolean, boolean>>;
4442
+ adjustedTo: import('vue').ComputedRef<string | HTMLElement>;
4443
+ menuInstRef: import('vue').Ref<{
4444
+ selfRef: HTMLElement | null;
4445
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
4446
+ prev: () => void;
4447
+ next: () => void;
4448
+ } | null, {
4449
+ selfRef: HTMLElement | null;
4450
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
4451
+ prev: () => void;
4452
+ next: () => void;
4453
+ } | {
4454
+ selfRef: HTMLElement | null;
4455
+ getPendingTmNode: () => import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption> | null;
4456
+ prev: () => void;
4457
+ next: () => void;
4458
+ } | null>;
4459
+ triggerElRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
4460
+ treeMate: import('vue').ComputedRef<import('treemate').TreeMate<import('naive-ui/es/select/src/interface').SelectBaseOption<string | number, string | ((option: import('naive-ui/es/select/src/interface').SelectBaseOption<string | number, string | any>, selected: boolean) => import('vue').VNodeChild)>, import('naive-ui').SelectGroupOption, import('naive-ui/es/select/src/interface').SelectIgnoredOption>>;
4461
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large">;
4462
+ mergedDisabled: import('vue').ComputedRef<boolean>;
4463
+ active: import('vue').ComputedRef<boolean>;
4464
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
4465
+ handleClear: () => void;
4466
+ handleFocus: (e: FocusEvent) => void;
4467
+ handleBlur: (e: FocusEvent) => void;
4468
+ handleInput: (value: string) => void;
4469
+ handleToggle: (option: import('treemate').TreeNode<import('naive-ui/es/select/src/interface').SelectBaseOption>) => void;
4470
+ handleClickOutsideMenu: (e: MouseEvent) => void;
4471
+ handleCompositionStart: () => void;
4472
+ handleCompositionEnd: () => void;
4473
+ handleKeyDown: (e: KeyboardEvent) => void;
4474
+ mergedTheme: import('vue').ComputedRef<{
4475
+ common: import('naive-ui').ThemeCommonVars;
4476
+ self: {
4477
+ menuBoxShadow: string;
4478
+ };
4479
+ peers: {
4480
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4481
+ optionFontSizeTiny: string;
4482
+ optionFontSizeSmall: string;
4483
+ optionFontSizeMedium: string;
4484
+ optionFontSizeLarge: string;
4485
+ optionFontSizeHuge: string;
4486
+ optionHeightTiny: string;
4487
+ optionHeightSmall: string;
4488
+ optionHeightMedium: string;
4489
+ optionHeightLarge: string;
4490
+ optionHeightHuge: string;
4491
+ borderRadius: string;
4492
+ color: string;
4493
+ groupHeaderTextColor: string;
4494
+ actionDividerColor: string;
4495
+ optionTextColor: string;
4496
+ optionTextColorPressed: string;
4497
+ optionTextColorDisabled: string;
4498
+ optionTextColorActive: string;
4499
+ optionOpacityDisabled: string;
4500
+ optionCheckColor: string;
4501
+ optionColorPending: string;
4502
+ optionColorActive: string;
4503
+ optionColorActivePending: string;
4504
+ actionTextColor: string;
4505
+ loadingColor: string;
4506
+ height: string;
4507
+ paddingTiny: string;
4508
+ paddingSmall: string;
4509
+ paddingMedium: string;
4510
+ paddingLarge: string;
4511
+ paddingHuge: string;
4512
+ optionPaddingTiny: string;
4513
+ optionPaddingSmall: string;
4514
+ optionPaddingMedium: string;
4515
+ optionPaddingLarge: string;
4516
+ optionPaddingHuge: string;
4517
+ loadingSize: string;
4518
+ }, {
4519
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4520
+ height: string;
4521
+ width: string;
4522
+ borderRadius: string;
4523
+ color: string;
4524
+ colorHover: string;
4525
+ railInsetHorizontalBottom: string;
4526
+ railInsetHorizontalTop: string;
4527
+ railInsetVerticalRight: string;
4528
+ railInsetVerticalLeft: string;
4529
+ railColor: string;
4530
+ }, any>;
4531
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4532
+ fontSizeTiny: string;
4533
+ fontSizeSmall: string;
4534
+ fontSizeMedium: string;
4535
+ fontSizeLarge: string;
4536
+ fontSizeHuge: string;
4537
+ textColor: string;
4538
+ iconColor: string;
4539
+ extraTextColor: string;
4540
+ iconSizeTiny: string;
4541
+ iconSizeSmall: string;
4542
+ iconSizeMedium: string;
4543
+ iconSizeLarge: string;
4544
+ iconSizeHuge: string;
4545
+ }, any>;
4546
+ }>;
4547
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
4548
+ fontWeight: string;
4549
+ countTextColorDisabled: string;
4550
+ countTextColor: string;
4551
+ heightTiny: string;
4552
+ heightSmall: string;
4553
+ heightMedium: string;
4554
+ heightLarge: string;
4555
+ fontSizeTiny: string;
4556
+ fontSizeSmall: string;
4557
+ fontSizeMedium: string;
4558
+ fontSizeLarge: string;
4559
+ lineHeight: string;
4560
+ lineHeightTextarea: string;
4561
+ borderRadius: string;
4562
+ iconSize: string;
4563
+ groupLabelColor: string;
4564
+ groupLabelTextColor: string;
4565
+ textColor: string;
4566
+ textColorDisabled: string;
4567
+ textDecorationColor: string;
4568
+ caretColor: string;
4569
+ placeholderColor: string;
4570
+ placeholderColorDisabled: string;
4571
+ color: string;
4572
+ colorDisabled: string;
4573
+ colorFocus: string;
4574
+ groupLabelBorder: string;
4575
+ border: string;
4576
+ borderHover: string;
4577
+ borderDisabled: string;
4578
+ borderFocus: string;
4579
+ boxShadowFocus: string;
4580
+ loadingColor: string;
4581
+ loadingColorWarning: string;
4582
+ borderWarning: string;
4583
+ borderHoverWarning: string;
4584
+ colorFocusWarning: string;
4585
+ borderFocusWarning: string;
4586
+ boxShadowFocusWarning: string;
4587
+ caretColorWarning: string;
4588
+ loadingColorError: string;
4589
+ borderError: string;
4590
+ borderHoverError: string;
4591
+ colorFocusError: string;
4592
+ borderFocusError: string;
4593
+ boxShadowFocusError: string;
4594
+ caretColorError: string;
4595
+ clearColor: string;
4596
+ clearColorHover: string;
4597
+ clearColorPressed: string;
4598
+ iconColor: string;
4599
+ iconColorDisabled: string;
4600
+ iconColorHover: string;
4601
+ iconColorPressed: string;
4602
+ suffixTextColor: string;
4603
+ paddingTiny: string;
4604
+ paddingSmall: string;
4605
+ paddingMedium: string;
4606
+ paddingLarge: string;
4607
+ clearSize: string;
4608
+ }, any>;
4609
+ };
4610
+ peerOverrides: {
4611
+ InternalSelectMenu?: {
4612
+ peers?: {
4613
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4614
+ height: string;
4615
+ width: string;
4616
+ borderRadius: string;
4617
+ color: string;
4618
+ colorHover: string;
4619
+ railInsetHorizontalBottom: string;
4620
+ railInsetHorizontalTop: string;
4621
+ railInsetVerticalRight: string;
4622
+ railInsetVerticalLeft: string;
4623
+ railColor: string;
4624
+ }, any>> | undefined;
4625
+ Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
4626
+ fontSizeTiny: string;
4627
+ fontSizeSmall: string;
4628
+ fontSizeMedium: string;
4629
+ fontSizeLarge: string;
4630
+ fontSizeHuge: string;
4631
+ textColor: string;
4632
+ iconColor: string;
4633
+ extraTextColor: string;
4634
+ iconSizeTiny: string;
4635
+ iconSizeSmall: string;
4636
+ iconSizeMedium: string;
4637
+ iconSizeLarge: string;
4638
+ iconSizeHuge: string;
4639
+ }, any>> | undefined;
4640
+ } | undefined;
4641
+ } | undefined;
4642
+ Input?: {
4643
+ peers?: {
4644
+ [x: string]: any;
4645
+ } | undefined;
4646
+ } | undefined;
4647
+ };
4648
+ }>;
4649
+ cssVars: import('vue').ComputedRef<{
4650
+ "--n-menu-box-shadow": string;
4651
+ "--n-bezier": string;
4652
+ }> | undefined;
4653
+ themeClass: import('vue').Ref<string, string> | undefined;
4654
+ onRender: (() => void) | undefined;
4655
+ mergedBordered: import('vue').ComputedRef<boolean>;
4656
+ namespace: import('vue').ComputedRef<string | undefined>;
4657
+ mergedClsPrefix: import('vue').Ref<string, string>;
4658
+ }, {}, {}, {}, {
4659
+ readonly options: import('naive-ui/es/auto-complete/src/interface').AutoCompleteOptions;
4660
+ readonly to: string | boolean | HTMLElement;
4661
+ readonly disabled: boolean | undefined;
4662
+ readonly loading: boolean;
4663
+ readonly bordered: boolean | undefined;
4664
+ readonly placement: import('vueuc').FollowerPlacement;
4665
+ readonly clearable: boolean;
4666
+ readonly defaultValue: string | null;
4667
+ readonly append: boolean;
4668
+ readonly blurAfterSelect: boolean;
4669
+ readonly clearAfterSelect: boolean;
4670
+ readonly showEmpty: boolean;
4671
+ }> | null;
4672
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
4673
+ P: {};
4674
+ B: {};
4675
+ D: {};
4676
+ C: {};
4677
+ M: {};
4678
+ Defaults: {};
4679
+ }, Readonly<import('../CTags/CTags.vue').CTagsProps> & Readonly<{
4680
+ "onUpdate:value"?: ((value: string[]) => any) | undefined;
4681
+ }>, {}, {}, {}, {}, {
4682
+ value: string[];
4683
+ minCharsToSuggest: number;
4684
+ maxTags: number;
4685
+ }> | null;
4686
+ }, HTMLDivElement>;
4687
+ export default _default;