cnhis-design-vue 3.1.0 → 3.1.3

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 (213) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/env.d.ts +8 -4
  3. package/es/packages/big-table/index.d.ts +2038 -0
  4. package/es/packages/big-table/index.mjs +1 -0
  5. package/es/packages/big-table/index2.mjs +10 -0
  6. package/es/packages/big-table/src/BigTable.mjs +2 -0
  7. package/es/packages/big-table/src/BigTable.vue.d.ts +2052 -0
  8. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2315 -0
  9. package/es/packages/big-table/src/BigTable2.mjs +4 -0
  10. package/es/packages/big-table/src/bigTableEmits.d.ts +2 -0
  11. package/es/packages/big-table/src/bigTableEmits.mjs +1 -0
  12. package/{packages/big-table/src/bigTableEmits.ts → es/packages/big-table/src/bigTableEmits2.mjs} +48 -48
  13. package/es/packages/big-table/src/bigTableProps.d.ts +194 -0
  14. package/es/packages/big-table/src/bigTableProps.mjs +1 -0
  15. package/{packages/big-table/src/bigTableProps.ts → es/packages/big-table/src/bigTableProps2.mjs} +116 -125
  16. package/es/packages/big-table/src/bigTableState.d.ts +55 -0
  17. package/es/packages/big-table/src/bigTableState.mjs +1 -0
  18. package/es/packages/big-table/src/bigTableState2.mjs +51 -0
  19. package/es/packages/big-table/src/components/NoData.mjs +2 -0
  20. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  21. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -0
  22. package/es/packages/big-table/src/components/NoData2.mjs +4 -0
  23. package/es/packages/big-table/src/components/SvgIcon.mjs +2 -0
  24. package/es/packages/big-table/src/components/SvgIcon.vue.d.ts +43 -0
  25. package/es/packages/big-table/src/components/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -0
  26. package/es/packages/big-table/src/components/SvgIcon2.mjs +4 -0
  27. package/es/packages/big-table/src/components/TextOverTooltip.mjs +2 -0
  28. package/es/packages/big-table/src/components/TextOverTooltip.vue.d.ts +560 -0
  29. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  30. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +4 -0
  31. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +34 -0
  32. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +88 -0
  33. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +43 -0
  34. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +51 -0
  35. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
  36. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +35 -0
  37. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -0
  38. package/es/packages/big-table/src/hooks/useBatchEditing.d.ts +17 -0
  39. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -0
  40. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +284 -0
  41. package/es/packages/big-table/src/hooks/useEdit.d.ts +171 -0
  42. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -0
  43. package/es/packages/big-table/src/hooks/useEdit2.mjs +108 -0
  44. package/es/packages/big-table/src/hooks/useFormat.d.ts +29 -0
  45. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -0
  46. package/{packages/big-table/src/hooks/useFormat.ts → es/packages/big-table/src/hooks/useFormat2.mjs} +480 -612
  47. package/es/packages/big-table/src/hooks/useNestTable.d.ts +8 -0
  48. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -0
  49. package/{packages/big-table/src/hooks/useNestTable.ts → es/packages/big-table/src/hooks/useNestTable2.mjs} +84 -109
  50. package/es/packages/big-table/src/hooks/useTableParse.d.ts +6 -0
  51. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -0
  52. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -0
  53. package/es/packages/big-table/src/utils.d.ts +54 -0
  54. package/es/packages/big-table/src/utils.mjs +1 -0
  55. package/{packages/big-table/src/utils.ts → es/packages/big-table/src/utils2.mjs} +597 -705
  56. package/es/packages/big-table/style/index.css +448 -0
  57. package/{packages/big-table/src/assets/style/table-base.less → es/packages/big-table/style/index.less} +292 -10
  58. package/es/packages/button-print/index.d.ts +7402 -0
  59. package/es/packages/button-print/index.mjs +1 -0
  60. package/es/packages/button-print/index2.mjs +10 -0
  61. package/es/packages/button-print/src/ButtonPrint.mjs +2 -0
  62. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7401 -0
  63. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +462 -0
  64. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -0
  65. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -0
  66. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +4782 -0
  67. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +126 -0
  68. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -0
  69. package/es/packages/button-print/src/interfaces.d.ts +19 -0
  70. package/es/packages/button-print/src/interfaces.mjs +1 -0
  71. package/es/packages/button-print/src/utils/print.es.min.d.ts +2 -0
  72. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -0
  73. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -0
  74. package/es/packages/button-print/style/index.css +26 -0
  75. package/es/packages/button-print/style/index.less +32 -0
  76. package/es/packages/drag-layout/index.d.ts +20061 -0
  77. package/es/packages/drag-layout/index.mjs +1 -0
  78. package/es/packages/drag-layout/index2.mjs +10 -0
  79. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -0
  80. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +7959 -0
  81. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -0
  82. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -0
  83. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -0
  84. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +3213 -0
  85. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -0
  86. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -0
  87. package/es/packages/drag-layout/src/DragLayout.mjs +2 -0
  88. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +20069 -0
  89. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +657 -0
  90. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -0
  91. package/es/packages/drag-layout/style/index.css +175 -0
  92. package/es/packages/drag-layout/style/index.less +208 -0
  93. package/es/packages/field-set/index.d.ts +2647 -0
  94. package/es/packages/field-set/index.mjs +1 -0
  95. package/es/packages/field-set/index2.mjs +10 -0
  96. package/es/packages/field-set/src/FieldSet.mjs +2 -0
  97. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  98. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
  99. package/es/packages/field-set/src/FieldSet2.mjs +4 -0
  100. package/es/packages/field-set/style/index.css +162 -0
  101. package/es/packages/field-set/style/index.less +172 -0
  102. package/es/packages/grid/index.d.ts +5 -0
  103. package/es/packages/grid/index.mjs +1 -0
  104. package/es/packages/grid/index2.mjs +13 -0
  105. package/es/packages/grid/src/Grid.d.ts +2 -0
  106. package/es/packages/grid/src/Grid.mjs +28 -0
  107. package/es/packages/grid/src/hooks.d.ts +1 -0
  108. package/es/packages/grid/src/hooks.mjs +1 -0
  109. package/es/packages/grid/src/hooks2.mjs +165 -0
  110. package/es/packages/index.css +1004 -0
  111. package/es/packages/index.d.ts +35651 -0
  112. package/es/packages/index.less +1207 -0
  113. package/es/packages/index.mjs +7 -0
  114. package/es/packages/index2.mjs +37 -0
  115. package/es/packages/select-person/index.d.ts +3500 -0
  116. package/es/packages/select-person/index.mjs +1 -0
  117. package/es/packages/select-person/index2.mjs +10 -0
  118. package/es/packages/select-person/src/SearchTree.mjs +2 -0
  119. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  120. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +231 -0
  121. package/es/packages/select-person/src/SearchTree2.mjs +4 -0
  122. package/es/packages/select-person/src/SelectPerson.mjs +2 -0
  123. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  124. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +892 -0
  125. package/es/packages/select-person/src/SelectPerson2.mjs +4 -0
  126. package/es/packages/select-person/src/utils/index.d.ts +12 -0
  127. package/es/packages/select-person/src/utils/index.mjs +1 -0
  128. package/{packages/select-person/src/utils/index.js → es/packages/select-person/src/utils/index2.mjs} +57 -66
  129. package/es/packages/select-person/style/index.css +193 -0
  130. package/es/packages/select-person/style/index.less +231 -0
  131. package/{packages/big-table → es}/src/assets/iconfont/iconfont.ttf +0 -0
  132. package/{packages/big-table → es}/src/assets/img/failure.png +0 -0
  133. package/{packages/big-table → es}/src/assets/img/icon-asc.png +0 -0
  134. package/{packages/big-table → es}/src/assets/img/icon-desc.png +0 -0
  135. package/{packages/big-table → es}/src/assets/img/no-permission.png +0 -0
  136. package/{packages/big-table → es}/src/assets/img/nodata.png +0 -0
  137. package/{packages/big-table → es}/src/assets/img/notfound.png +0 -0
  138. package/{packages/big-table → es}/src/assets/img/qr.png +0 -0
  139. package/{packages/big-table → es}/src/assets/img/video_default_cover.png +0 -0
  140. package/{packages/big-table → es}/src/assets/img/xb_big.png +0 -0
  141. package/{packages/big-table → es}/src/assets/img/xb_small.png +0 -0
  142. package/es/src/core/create.d.ts +1 -0
  143. package/es/src/core/create.mjs +1 -0
  144. package/es/src/core/create2.mjs +8 -0
  145. package/es/src/global/variable.d.ts +2 -0
  146. package/es/src/global/variable.mjs +1 -0
  147. package/es/src/global/variable2.mjs +4 -0
  148. package/es/src/types/index.d.ts +4 -0
  149. package/es/src/types/index.mjs +1 -0
  150. package/es/src/utils/clickoutside.d.ts +18 -0
  151. package/es/src/utils/clickoutside.mjs +1 -0
  152. package/es/src/utils/clickoutside2.mjs +48 -0
  153. package/es/src/utils/crypto.d.ts +7 -0
  154. package/es/src/utils/crypto.mjs +1 -0
  155. package/{src/utils/crypto.js → es/src/utils/crypto2.mjs} +25 -25
  156. package/es/src/utils/vexutils.d.ts +5 -0
  157. package/es/src/utils/vexutils.mjs +3 -0
  158. package/es/src/utils/vexutils2.mjs +729 -0
  159. package/global.d.ts +8 -0
  160. package/package.json +54 -21
  161. package/yarn-error.log +122 -0
  162. package/es/big-table/index.css +0 -587
  163. package/es/big-table/index.js +0 -41682
  164. package/es/button-print/index.css +0 -613
  165. package/es/button-print/index.js +0 -8309
  166. package/es/drag-layout/index.css +0 -846
  167. package/es/drag-layout/index.js +0 -13104
  168. package/es/field-set/index.css +0 -1044
  169. package/es/field-set/index.js +0 -351
  170. package/es/grid/index.css +0 -1045
  171. package/es/grid/index.js +0 -30819
  172. package/es/index.css +0 -1319
  173. package/es/index.js +0 -46863
  174. package/es/select-person/index.css +0 -1319
  175. package/es/select-person/index.js +0 -13191
  176. package/packages/big-table/index.ts +0 -17
  177. package/packages/big-table/src/BigTable.vue +0 -2595
  178. package/packages/big-table/src/assets/iconfont/iconfont.less +0 -22
  179. package/packages/big-table/src/assets/style/table-global.less +0 -171
  180. package/packages/big-table/src/bigTableState.ts +0 -63
  181. package/packages/big-table/src/components/NoData.vue +0 -90
  182. package/packages/big-table/src/components/TextOverTooltip.vue +0 -110
  183. package/packages/big-table/src/components/edit-form/edit-date.vue +0 -75
  184. package/packages/big-table/src/components/edit-form/edit-input.vue +0 -39
  185. package/packages/big-table/src/components/edit-form/edit-select-table.vue +0 -133
  186. package/packages/big-table/src/components/edit-form/edit-select.vue +0 -67
  187. package/packages/big-table/src/hooks/useBatchEditing.ts +0 -574
  188. package/packages/big-table/src/hooks/useEdit.ts +0 -131
  189. package/packages/big-table/src/hooks/useTableParse.ts +0 -169
  190. package/packages/button-print/index.ts +0 -15
  191. package/packages/button-print/src/ButtonPrint.vue +0 -476
  192. package/packages/button-print/src/components/IdentityVerification.vue +0 -120
  193. package/packages/button-print/src/interfaces.ts +0 -19
  194. package/packages/button-print/src/utils/print.es.min.js +0 -1
  195. package/packages/drag-layout/index.ts +0 -15
  196. package/packages/drag-layout/src/DragFormLeftItem.vue +0 -131
  197. package/packages/drag-layout/src/DragFormRightItem.vue +0 -277
  198. package/packages/drag-layout/src/DragLayout.vue +0 -712
  199. package/packages/field-set/index.ts +0 -15
  200. package/packages/field-set/src/FieldSet.vue +0 -471
  201. package/packages/grid/index.ts +0 -20
  202. package/packages/grid/src/Grid.tsx +0 -18
  203. package/packages/grid/src/hooks.ts +0 -167
  204. package/packages/index.ts +0 -41
  205. package/packages/select-person/index.ts +0 -11
  206. package/packages/select-person/src/SelectPerson.vue +0 -1104
  207. package/packages/select-person/src/search-tree.vue +0 -326
  208. package/src/component/svg/index.vue +0 -49
  209. package/src/core/create.js +0 -5
  210. package/src/global/variable.ts +0 -2
  211. package/src/utils/clickoutside.ts +0 -80
  212. package/src/utils/vexutils.js +0 -811
  213. package/tsconfig.node.json +0 -8
@@ -0,0 +1,3213 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ fields: {
3
+ type: null;
4
+ required: false;
5
+ };
6
+ element: {
7
+ type: null;
8
+ required: true;
9
+ };
10
+ index: {
11
+ type: NumberConstructor;
12
+ required: true;
13
+ };
14
+ }, {
15
+ props: {
16
+ fields?: any;
17
+ element: any;
18
+ index: number;
19
+ };
20
+ showFields: any;
21
+ isFocus: import("vue").Ref<boolean>;
22
+ widthOptions: any;
23
+ emit: (event: "handleEdit" | "handleDelete", ...args: any[]) => void;
24
+ lineTypeList: import("vue").ComputedRef<string[]>;
25
+ handlechangIs_edit: (data: any) => void;
26
+ handlechangNull: (data: any) => void;
27
+ handleEdit: (data: any, i: any, type: any) => void;
28
+ handleDelete: (data: any, i?: number) => void;
29
+ isLineType: (t: any) => boolean;
30
+ Draggable: import("vue").DefineComponent<{
31
+ list: {
32
+ type: ArrayConstructor;
33
+ required: boolean;
34
+ default: any;
35
+ };
36
+ modelValue: {
37
+ type: ArrayConstructor;
38
+ required: boolean;
39
+ default: any;
40
+ };
41
+ itemKey: {
42
+ type: (StringConstructor | FunctionConstructor)[];
43
+ required: boolean;
44
+ };
45
+ clone: {
46
+ type: FunctionConstructor;
47
+ default: (original: any) => any;
48
+ };
49
+ tag: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ move: {
54
+ type: FunctionConstructor;
55
+ default: any;
56
+ };
57
+ componentData: {
58
+ type: ObjectConstructor;
59
+ required: boolean;
60
+ default: any;
61
+ };
62
+ }, unknown, {
63
+ error: boolean;
64
+ }, {
65
+ realList(): any;
66
+ getKey(): any;
67
+ }, {
68
+ getUnderlyingVm(domElement: any): any;
69
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
70
+ emitChanges(evt: any): void;
71
+ alterList(onList: any): void;
72
+ spliceList(): void;
73
+ updatePosition(oldIndex: any, newIndex: any): void;
74
+ getRelatedContextFromMoveEvent({ to, related }: {
75
+ to: any;
76
+ related: any;
77
+ }): any;
78
+ getVmIndexFromDomIndex(domIndex: any): any;
79
+ onDragStart(evt: any): void;
80
+ onDragAdd(evt: any): void;
81
+ onDragRemove(evt: any): void;
82
+ onDragUpdate(evt: any): void;
83
+ computeFutureIndex(relatedContext: any, evt: any): any;
84
+ onDragMove(evt: any, originalEvent: any): any;
85
+ onDragEnd(): void;
86
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
87
+ move: Function;
88
+ tag: string;
89
+ clone: Function;
90
+ list: unknown[];
91
+ modelValue: unknown[];
92
+ componentData: Record<string, any>;
93
+ } & {
94
+ itemKey?: string | Function | undefined;
95
+ }>, {
96
+ move: Function;
97
+ tag: string;
98
+ clone: Function;
99
+ list: unknown[];
100
+ modelValue: unknown[];
101
+ componentData: Record<string, any>;
102
+ }>;
103
+ NPopover: import("vue").DefineComponent<{
104
+ internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
105
+ show: {
106
+ type: import("vue").PropType<boolean | undefined>;
107
+ default: undefined;
108
+ };
109
+ defaultShow: BooleanConstructor;
110
+ showArrow: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ trigger: {
115
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
116
+ default: string;
117
+ };
118
+ delay: {
119
+ type: NumberConstructor;
120
+ default: number;
121
+ };
122
+ duration: {
123
+ type: NumberConstructor;
124
+ default: number;
125
+ };
126
+ raw: BooleanConstructor;
127
+ placement: {
128
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
129
+ default: string;
130
+ };
131
+ x: NumberConstructor;
132
+ y: NumberConstructor;
133
+ arrowPointToCenter: BooleanConstructor;
134
+ disabled: BooleanConstructor;
135
+ getDisabled: import("vue").PropType<() => boolean>;
136
+ displayDirective: {
137
+ type: import("vue").PropType<"show" | "if">;
138
+ default: string;
139
+ };
140
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
141
+ flip: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ animated: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ width: {
150
+ type: import("vue").PropType<number | "trigger">;
151
+ default: undefined;
152
+ };
153
+ overlap: BooleanConstructor;
154
+ keepAliveOnHover: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ zIndex: NumberConstructor;
159
+ to: {
160
+ type: import("vue").PropType<string | boolean | HTMLElement>;
161
+ default: undefined;
162
+ };
163
+ scrollable: BooleanConstructor;
164
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
165
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
166
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
167
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
168
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
169
+ internalSyncTargetWithParent: BooleanConstructor;
170
+ internalInheritedEventHandlers: {
171
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
172
+ default: () => never[];
173
+ };
174
+ internalTrapFocus: BooleanConstructor;
175
+ internalExtraClass: {
176
+ type: import("vue").PropType<string[]>;
177
+ default: () => never[];
178
+ };
179
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
180
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
181
+ arrow: {
182
+ type: import("vue").PropType<boolean | undefined>;
183
+ default: undefined;
184
+ };
185
+ minWidth: NumberConstructor;
186
+ maxWidth: NumberConstructor;
187
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
188
+ fontSize: string;
189
+ borderRadius: string;
190
+ color: string;
191
+ dividerColor: string;
192
+ textColor: string;
193
+ boxShadow: string;
194
+ space: string;
195
+ spaceArrow: string;
196
+ arrowOffset: string;
197
+ arrowOffsetVertical: string;
198
+ arrowHeight: string;
199
+ padding: string;
200
+ }, any>>;
201
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
202
+ fontSize: string;
203
+ borderRadius: string;
204
+ color: string;
205
+ dividerColor: string;
206
+ textColor: string;
207
+ boxShadow: string;
208
+ space: string;
209
+ spaceArrow: string;
210
+ arrowOffset: string;
211
+ arrowOffsetVertical: string;
212
+ arrowHeight: string;
213
+ padding: string;
214
+ }, any>>>;
215
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
216
+ fontSize: string;
217
+ borderRadius: string;
218
+ color: string;
219
+ dividerColor: string;
220
+ textColor: string;
221
+ boxShadow: string;
222
+ space: string;
223
+ spaceArrow: string;
224
+ arrowOffset: string;
225
+ arrowOffsetVertical: string;
226
+ arrowHeight: string;
227
+ padding: string;
228
+ }, any>>>;
229
+ }, {
230
+ binderInstRef: import("vue").Ref<{
231
+ targetRef: HTMLElement | null;
232
+ } | null>;
233
+ positionManually: import("vue").ComputedRef<boolean>;
234
+ mergedShowConsideringDisabledProp: import("vue").ComputedRef<boolean>;
235
+ uncontrolledShow: import("vue").Ref<boolean>;
236
+ mergedShowArrow: import("vue").ComputedRef<boolean>;
237
+ getMergedShow: () => boolean;
238
+ setShow: (value: boolean) => void;
239
+ handleClick: () => void;
240
+ handleMouseEnter: () => void;
241
+ handleMouseLeave: () => void;
242
+ handleFocus: () => void;
243
+ handleBlur: () => void;
244
+ syncPosition: () => void;
245
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
246
+ internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
247
+ show: {
248
+ type: import("vue").PropType<boolean | undefined>;
249
+ default: undefined;
250
+ };
251
+ defaultShow: BooleanConstructor;
252
+ showArrow: {
253
+ type: BooleanConstructor;
254
+ default: boolean;
255
+ };
256
+ trigger: {
257
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
258
+ default: string;
259
+ };
260
+ delay: {
261
+ type: NumberConstructor;
262
+ default: number;
263
+ };
264
+ duration: {
265
+ type: NumberConstructor;
266
+ default: number;
267
+ };
268
+ raw: BooleanConstructor;
269
+ placement: {
270
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
271
+ default: string;
272
+ };
273
+ x: NumberConstructor;
274
+ y: NumberConstructor;
275
+ arrowPointToCenter: BooleanConstructor;
276
+ disabled: BooleanConstructor;
277
+ getDisabled: import("vue").PropType<() => boolean>;
278
+ displayDirective: {
279
+ type: import("vue").PropType<"show" | "if">;
280
+ default: string;
281
+ };
282
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
283
+ flip: {
284
+ type: BooleanConstructor;
285
+ default: boolean;
286
+ };
287
+ animated: {
288
+ type: BooleanConstructor;
289
+ default: boolean;
290
+ };
291
+ width: {
292
+ type: import("vue").PropType<number | "trigger">;
293
+ default: undefined;
294
+ };
295
+ overlap: BooleanConstructor;
296
+ keepAliveOnHover: {
297
+ type: BooleanConstructor;
298
+ default: boolean;
299
+ };
300
+ zIndex: NumberConstructor;
301
+ to: {
302
+ type: import("vue").PropType<string | boolean | HTMLElement>;
303
+ default: undefined;
304
+ };
305
+ scrollable: BooleanConstructor;
306
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
307
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
308
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
309
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
310
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
311
+ internalSyncTargetWithParent: BooleanConstructor;
312
+ internalInheritedEventHandlers: {
313
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
314
+ default: () => never[];
315
+ };
316
+ internalTrapFocus: BooleanConstructor;
317
+ internalExtraClass: {
318
+ type: import("vue").PropType<string[]>;
319
+ default: () => never[];
320
+ };
321
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
322
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
323
+ arrow: {
324
+ type: import("vue").PropType<boolean | undefined>;
325
+ default: undefined;
326
+ };
327
+ minWidth: NumberConstructor;
328
+ maxWidth: NumberConstructor;
329
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
330
+ fontSize: string;
331
+ borderRadius: string;
332
+ color: string;
333
+ dividerColor: string;
334
+ textColor: string;
335
+ boxShadow: string;
336
+ space: string;
337
+ spaceArrow: string;
338
+ arrowOffset: string;
339
+ arrowOffsetVertical: string;
340
+ arrowHeight: string;
341
+ padding: string;
342
+ }, any>>;
343
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
344
+ fontSize: string;
345
+ borderRadius: string;
346
+ color: string;
347
+ dividerColor: string;
348
+ textColor: string;
349
+ boxShadow: string;
350
+ space: string;
351
+ spaceArrow: string;
352
+ arrowOffset: string;
353
+ arrowOffsetVertical: string;
354
+ arrowHeight: string;
355
+ padding: string;
356
+ }, any>>>;
357
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
358
+ fontSize: string;
359
+ borderRadius: string;
360
+ color: string;
361
+ dividerColor: string;
362
+ textColor: string;
363
+ boxShadow: string;
364
+ space: string;
365
+ spaceArrow: string;
366
+ arrowOffset: string;
367
+ arrowOffsetVertical: string;
368
+ arrowHeight: string;
369
+ padding: string;
370
+ }, any>>>;
371
+ }>>, {
372
+ show: boolean | undefined;
373
+ flip: boolean;
374
+ width: number | "trigger";
375
+ disabled: boolean;
376
+ duration: number;
377
+ to: string | boolean | HTMLElement;
378
+ raw: boolean;
379
+ placement: import("naive-ui").PopoverPlacement;
380
+ overlap: boolean;
381
+ scrollable: boolean;
382
+ trigger: import("naive-ui").PopoverTrigger;
383
+ showArrow: boolean;
384
+ delay: number;
385
+ arrowPointToCenter: boolean;
386
+ displayDirective: "show" | "if";
387
+ keepAliveOnHover: boolean;
388
+ animated: boolean;
389
+ internalTrapFocus: boolean;
390
+ defaultShow: boolean;
391
+ internalSyncTargetWithParent: boolean;
392
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
393
+ internalExtraClass: string[];
394
+ arrow: boolean | undefined;
395
+ }>;
396
+ NButton: import("vue").DefineComponent<{
397
+ readonly color: StringConstructor;
398
+ readonly textColor: StringConstructor;
399
+ readonly text: BooleanConstructor;
400
+ readonly block: BooleanConstructor;
401
+ readonly loading: BooleanConstructor;
402
+ readonly disabled: BooleanConstructor;
403
+ readonly circle: BooleanConstructor;
404
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
405
+ readonly ghost: BooleanConstructor;
406
+ readonly round: BooleanConstructor;
407
+ readonly secondary: BooleanConstructor;
408
+ readonly tertiary: BooleanConstructor;
409
+ readonly quaternary: BooleanConstructor;
410
+ readonly strong: BooleanConstructor;
411
+ readonly focusable: {
412
+ readonly type: BooleanConstructor;
413
+ readonly default: true;
414
+ };
415
+ readonly keyboard: {
416
+ readonly type: BooleanConstructor;
417
+ readonly default: true;
418
+ };
419
+ readonly tag: {
420
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
421
+ readonly default: "button";
422
+ };
423
+ readonly type: {
424
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
425
+ readonly default: "default";
426
+ };
427
+ readonly dashed: BooleanConstructor;
428
+ readonly iconPlacement: {
429
+ readonly type: import("vue").PropType<"left" | "right">;
430
+ readonly default: "left";
431
+ };
432
+ readonly attrType: {
433
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
434
+ readonly default: "button";
435
+ };
436
+ readonly bordered: {
437
+ readonly type: BooleanConstructor;
438
+ readonly default: true;
439
+ };
440
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
441
+ readonly nativeFocusBehavior: BooleanConstructor;
442
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
443
+ heightTiny: string;
444
+ heightSmall: string;
445
+ heightMedium: string;
446
+ heightLarge: string;
447
+ borderRadiusTiny: string;
448
+ borderRadiusSmall: string;
449
+ borderRadiusMedium: string;
450
+ borderRadiusLarge: string;
451
+ fontSizeTiny: string;
452
+ fontSizeSmall: string;
453
+ fontSizeMedium: string;
454
+ fontSizeLarge: string;
455
+ opacityDisabled: string;
456
+ colorOpacitySecondary: string;
457
+ colorOpacitySecondaryHover: string;
458
+ colorOpacitySecondaryPressed: string;
459
+ colorSecondary: string;
460
+ colorSecondaryHover: string;
461
+ colorSecondaryPressed: string;
462
+ colorTertiary: string;
463
+ colorTertiaryHover: string;
464
+ colorTertiaryPressed: string;
465
+ colorQuaternary: string;
466
+ colorQuaternaryHover: string;
467
+ colorQuaternaryPressed: string;
468
+ color: string;
469
+ colorHover: string;
470
+ colorPressed: string;
471
+ colorFocus: string;
472
+ colorDisabled: string;
473
+ textColor: string;
474
+ textColorTertiary: string;
475
+ textColorHover: string;
476
+ textColorPressed: string;
477
+ textColorFocus: string;
478
+ textColorDisabled: string;
479
+ textColorText: string;
480
+ textColorTextHover: string;
481
+ textColorTextPressed: string;
482
+ textColorTextFocus: string;
483
+ textColorTextDisabled: string;
484
+ textColorGhost: string;
485
+ textColorGhostHover: string;
486
+ textColorGhostPressed: string;
487
+ textColorGhostFocus: string;
488
+ textColorGhostDisabled: string;
489
+ border: string;
490
+ borderHover: string;
491
+ borderPressed: string;
492
+ borderFocus: string;
493
+ borderDisabled: string;
494
+ rippleColor: string;
495
+ colorPrimary: string;
496
+ colorHoverPrimary: string;
497
+ colorPressedPrimary: string;
498
+ colorFocusPrimary: string;
499
+ colorDisabledPrimary: string;
500
+ textColorPrimary: string;
501
+ textColorHoverPrimary: string;
502
+ textColorPressedPrimary: string;
503
+ textColorFocusPrimary: string;
504
+ textColorDisabledPrimary: string;
505
+ textColorTextPrimary: string;
506
+ textColorTextHoverPrimary: string;
507
+ textColorTextPressedPrimary: string;
508
+ textColorTextFocusPrimary: string;
509
+ textColorTextDisabledPrimary: string;
510
+ textColorGhostPrimary: string;
511
+ textColorGhostHoverPrimary: string;
512
+ textColorGhostPressedPrimary: string;
513
+ textColorGhostFocusPrimary: string;
514
+ textColorGhostDisabledPrimary: string;
515
+ borderPrimary: string;
516
+ borderHoverPrimary: string;
517
+ borderPressedPrimary: string;
518
+ borderFocusPrimary: string;
519
+ borderDisabledPrimary: string;
520
+ rippleColorPrimary: string;
521
+ colorInfo: string;
522
+ colorHoverInfo: string;
523
+ colorPressedInfo: string;
524
+ colorFocusInfo: string;
525
+ colorDisabledInfo: string;
526
+ textColorInfo: string;
527
+ textColorHoverInfo: string;
528
+ textColorPressedInfo: string;
529
+ textColorFocusInfo: string;
530
+ textColorDisabledInfo: string;
531
+ textColorTextInfo: string;
532
+ textColorTextHoverInfo: string;
533
+ textColorTextPressedInfo: string;
534
+ textColorTextFocusInfo: string;
535
+ textColorTextDisabledInfo: string;
536
+ textColorGhostInfo: string;
537
+ textColorGhostHoverInfo: string;
538
+ textColorGhostPressedInfo: string;
539
+ textColorGhostFocusInfo: string;
540
+ textColorGhostDisabledInfo: string;
541
+ borderInfo: string;
542
+ borderHoverInfo: string;
543
+ borderPressedInfo: string;
544
+ borderFocusInfo: string;
545
+ borderDisabledInfo: string;
546
+ rippleColorInfo: string;
547
+ colorSuccess: string;
548
+ colorHoverSuccess: string;
549
+ colorPressedSuccess: string;
550
+ colorFocusSuccess: string;
551
+ colorDisabledSuccess: string;
552
+ textColorSuccess: string;
553
+ textColorHoverSuccess: string;
554
+ textColorPressedSuccess: string;
555
+ textColorFocusSuccess: string;
556
+ textColorDisabledSuccess: string;
557
+ textColorTextSuccess: string;
558
+ textColorTextHoverSuccess: string;
559
+ textColorTextPressedSuccess: string;
560
+ textColorTextFocusSuccess: string;
561
+ textColorTextDisabledSuccess: string;
562
+ textColorGhostSuccess: string;
563
+ textColorGhostHoverSuccess: string;
564
+ textColorGhostPressedSuccess: string;
565
+ textColorGhostFocusSuccess: string;
566
+ textColorGhostDisabledSuccess: string;
567
+ borderSuccess: string;
568
+ borderHoverSuccess: string;
569
+ borderPressedSuccess: string;
570
+ borderFocusSuccess: string;
571
+ borderDisabledSuccess: string;
572
+ rippleColorSuccess: string;
573
+ colorWarning: string;
574
+ colorHoverWarning: string;
575
+ colorPressedWarning: string;
576
+ colorFocusWarning: string;
577
+ colorDisabledWarning: string;
578
+ textColorWarning: string;
579
+ textColorHoverWarning: string;
580
+ textColorPressedWarning: string;
581
+ textColorFocusWarning: string;
582
+ textColorDisabledWarning: string;
583
+ textColorTextWarning: string;
584
+ textColorTextHoverWarning: string;
585
+ textColorTextPressedWarning: string;
586
+ textColorTextFocusWarning: string;
587
+ textColorTextDisabledWarning: string;
588
+ textColorGhostWarning: string;
589
+ textColorGhostHoverWarning: string;
590
+ textColorGhostPressedWarning: string;
591
+ textColorGhostFocusWarning: string;
592
+ textColorGhostDisabledWarning: string;
593
+ borderWarning: string;
594
+ borderHoverWarning: string;
595
+ borderPressedWarning: string;
596
+ borderFocusWarning: string;
597
+ borderDisabledWarning: string;
598
+ rippleColorWarning: string;
599
+ colorError: string;
600
+ colorHoverError: string;
601
+ colorPressedError: string;
602
+ colorFocusError: string;
603
+ colorDisabledError: string;
604
+ textColorError: string;
605
+ textColorHoverError: string;
606
+ textColorPressedError: string;
607
+ textColorFocusError: string;
608
+ textColorDisabledError: string;
609
+ textColorTextError: string;
610
+ textColorTextHoverError: string;
611
+ textColorTextPressedError: string;
612
+ textColorTextFocusError: string;
613
+ textColorTextDisabledError: string;
614
+ textColorGhostError: string;
615
+ textColorGhostHoverError: string;
616
+ textColorGhostPressedError: string;
617
+ textColorGhostFocusError: string;
618
+ textColorGhostDisabledError: string;
619
+ borderError: string;
620
+ borderHoverError: string;
621
+ borderPressedError: string;
622
+ borderFocusError: string;
623
+ borderDisabledError: string;
624
+ rippleColorError: string;
625
+ waveOpacity: string;
626
+ fontWeight: string;
627
+ fontWeightStrong: string;
628
+ paddingTiny: string;
629
+ paddingSmall: string;
630
+ paddingMedium: string;
631
+ paddingLarge: string;
632
+ paddingRoundTiny: string;
633
+ paddingRoundSmall: string;
634
+ paddingRoundMedium: string;
635
+ paddingRoundLarge: string;
636
+ iconMarginTiny: string;
637
+ iconMarginSmall: string;
638
+ iconMarginMedium: string;
639
+ iconMarginLarge: string;
640
+ iconSizeTiny: string;
641
+ iconSizeSmall: string;
642
+ iconSizeMedium: string;
643
+ iconSizeLarge: string;
644
+ rippleDuration: string;
645
+ }, any>>;
646
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
647
+ heightTiny: string;
648
+ heightSmall: string;
649
+ heightMedium: string;
650
+ heightLarge: string;
651
+ borderRadiusTiny: string;
652
+ borderRadiusSmall: string;
653
+ borderRadiusMedium: string;
654
+ borderRadiusLarge: string;
655
+ fontSizeTiny: string;
656
+ fontSizeSmall: string;
657
+ fontSizeMedium: string;
658
+ fontSizeLarge: string;
659
+ opacityDisabled: string;
660
+ colorOpacitySecondary: string;
661
+ colorOpacitySecondaryHover: string;
662
+ colorOpacitySecondaryPressed: string;
663
+ colorSecondary: string;
664
+ colorSecondaryHover: string;
665
+ colorSecondaryPressed: string;
666
+ colorTertiary: string;
667
+ colorTertiaryHover: string;
668
+ colorTertiaryPressed: string;
669
+ colorQuaternary: string;
670
+ colorQuaternaryHover: string;
671
+ colorQuaternaryPressed: string;
672
+ color: string;
673
+ colorHover: string;
674
+ colorPressed: string;
675
+ colorFocus: string;
676
+ colorDisabled: string;
677
+ textColor: string;
678
+ textColorTertiary: string;
679
+ textColorHover: string;
680
+ textColorPressed: string;
681
+ textColorFocus: string;
682
+ textColorDisabled: string;
683
+ textColorText: string;
684
+ textColorTextHover: string;
685
+ textColorTextPressed: string;
686
+ textColorTextFocus: string;
687
+ textColorTextDisabled: string;
688
+ textColorGhost: string;
689
+ textColorGhostHover: string;
690
+ textColorGhostPressed: string;
691
+ textColorGhostFocus: string;
692
+ textColorGhostDisabled: string;
693
+ border: string;
694
+ borderHover: string;
695
+ borderPressed: string;
696
+ borderFocus: string;
697
+ borderDisabled: string;
698
+ rippleColor: string;
699
+ colorPrimary: string;
700
+ colorHoverPrimary: string;
701
+ colorPressedPrimary: string;
702
+ colorFocusPrimary: string;
703
+ colorDisabledPrimary: string;
704
+ textColorPrimary: string;
705
+ textColorHoverPrimary: string;
706
+ textColorPressedPrimary: string;
707
+ textColorFocusPrimary: string;
708
+ textColorDisabledPrimary: string;
709
+ textColorTextPrimary: string;
710
+ textColorTextHoverPrimary: string;
711
+ textColorTextPressedPrimary: string;
712
+ textColorTextFocusPrimary: string;
713
+ textColorTextDisabledPrimary: string;
714
+ textColorGhostPrimary: string;
715
+ textColorGhostHoverPrimary: string;
716
+ textColorGhostPressedPrimary: string;
717
+ textColorGhostFocusPrimary: string;
718
+ textColorGhostDisabledPrimary: string;
719
+ borderPrimary: string;
720
+ borderHoverPrimary: string;
721
+ borderPressedPrimary: string;
722
+ borderFocusPrimary: string;
723
+ borderDisabledPrimary: string;
724
+ rippleColorPrimary: string;
725
+ colorInfo: string;
726
+ colorHoverInfo: string;
727
+ colorPressedInfo: string;
728
+ colorFocusInfo: string;
729
+ colorDisabledInfo: string;
730
+ textColorInfo: string;
731
+ textColorHoverInfo: string;
732
+ textColorPressedInfo: string;
733
+ textColorFocusInfo: string;
734
+ textColorDisabledInfo: string;
735
+ textColorTextInfo: string;
736
+ textColorTextHoverInfo: string;
737
+ textColorTextPressedInfo: string;
738
+ textColorTextFocusInfo: string;
739
+ textColorTextDisabledInfo: string;
740
+ textColorGhostInfo: string;
741
+ textColorGhostHoverInfo: string;
742
+ textColorGhostPressedInfo: string;
743
+ textColorGhostFocusInfo: string;
744
+ textColorGhostDisabledInfo: string;
745
+ borderInfo: string;
746
+ borderHoverInfo: string;
747
+ borderPressedInfo: string;
748
+ borderFocusInfo: string;
749
+ borderDisabledInfo: string;
750
+ rippleColorInfo: string;
751
+ colorSuccess: string;
752
+ colorHoverSuccess: string;
753
+ colorPressedSuccess: string;
754
+ colorFocusSuccess: string;
755
+ colorDisabledSuccess: string;
756
+ textColorSuccess: string;
757
+ textColorHoverSuccess: string;
758
+ textColorPressedSuccess: string;
759
+ textColorFocusSuccess: string;
760
+ textColorDisabledSuccess: string;
761
+ textColorTextSuccess: string;
762
+ textColorTextHoverSuccess: string;
763
+ textColorTextPressedSuccess: string;
764
+ textColorTextFocusSuccess: string;
765
+ textColorTextDisabledSuccess: string;
766
+ textColorGhostSuccess: string;
767
+ textColorGhostHoverSuccess: string;
768
+ textColorGhostPressedSuccess: string;
769
+ textColorGhostFocusSuccess: string;
770
+ textColorGhostDisabledSuccess: string;
771
+ borderSuccess: string;
772
+ borderHoverSuccess: string;
773
+ borderPressedSuccess: string;
774
+ borderFocusSuccess: string;
775
+ borderDisabledSuccess: string;
776
+ rippleColorSuccess: string;
777
+ colorWarning: string;
778
+ colorHoverWarning: string;
779
+ colorPressedWarning: string;
780
+ colorFocusWarning: string;
781
+ colorDisabledWarning: string;
782
+ textColorWarning: string;
783
+ textColorHoverWarning: string;
784
+ textColorPressedWarning: string;
785
+ textColorFocusWarning: string;
786
+ textColorDisabledWarning: string;
787
+ textColorTextWarning: string;
788
+ textColorTextHoverWarning: string;
789
+ textColorTextPressedWarning: string;
790
+ textColorTextFocusWarning: string;
791
+ textColorTextDisabledWarning: string;
792
+ textColorGhostWarning: string;
793
+ textColorGhostHoverWarning: string;
794
+ textColorGhostPressedWarning: string;
795
+ textColorGhostFocusWarning: string;
796
+ textColorGhostDisabledWarning: string;
797
+ borderWarning: string;
798
+ borderHoverWarning: string;
799
+ borderPressedWarning: string;
800
+ borderFocusWarning: string;
801
+ borderDisabledWarning: string;
802
+ rippleColorWarning: string;
803
+ colorError: string;
804
+ colorHoverError: string;
805
+ colorPressedError: string;
806
+ colorFocusError: string;
807
+ colorDisabledError: string;
808
+ textColorError: string;
809
+ textColorHoverError: string;
810
+ textColorPressedError: string;
811
+ textColorFocusError: string;
812
+ textColorDisabledError: string;
813
+ textColorTextError: string;
814
+ textColorTextHoverError: string;
815
+ textColorTextPressedError: string;
816
+ textColorTextFocusError: string;
817
+ textColorTextDisabledError: string;
818
+ textColorGhostError: string;
819
+ textColorGhostHoverError: string;
820
+ textColorGhostPressedError: string;
821
+ textColorGhostFocusError: string;
822
+ textColorGhostDisabledError: string;
823
+ borderError: string;
824
+ borderHoverError: string;
825
+ borderPressedError: string;
826
+ borderFocusError: string;
827
+ borderDisabledError: string;
828
+ rippleColorError: string;
829
+ waveOpacity: string;
830
+ fontWeight: string;
831
+ fontWeightStrong: string;
832
+ paddingTiny: string;
833
+ paddingSmall: string;
834
+ paddingMedium: string;
835
+ paddingLarge: string;
836
+ paddingRoundTiny: string;
837
+ paddingRoundSmall: string;
838
+ paddingRoundMedium: string;
839
+ paddingRoundLarge: string;
840
+ iconMarginTiny: string;
841
+ iconMarginSmall: string;
842
+ iconMarginMedium: string;
843
+ iconMarginLarge: string;
844
+ iconSizeTiny: string;
845
+ iconSizeSmall: string;
846
+ iconSizeMedium: string;
847
+ iconSizeLarge: string;
848
+ rippleDuration: string;
849
+ }, any>>>;
850
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
851
+ heightTiny: string;
852
+ heightSmall: string;
853
+ heightMedium: string;
854
+ heightLarge: string;
855
+ borderRadiusTiny: string;
856
+ borderRadiusSmall: string;
857
+ borderRadiusMedium: string;
858
+ borderRadiusLarge: string;
859
+ fontSizeTiny: string;
860
+ fontSizeSmall: string;
861
+ fontSizeMedium: string;
862
+ fontSizeLarge: string;
863
+ opacityDisabled: string;
864
+ colorOpacitySecondary: string;
865
+ colorOpacitySecondaryHover: string;
866
+ colorOpacitySecondaryPressed: string;
867
+ colorSecondary: string;
868
+ colorSecondaryHover: string;
869
+ colorSecondaryPressed: string;
870
+ colorTertiary: string;
871
+ colorTertiaryHover: string;
872
+ colorTertiaryPressed: string;
873
+ colorQuaternary: string;
874
+ colorQuaternaryHover: string;
875
+ colorQuaternaryPressed: string;
876
+ color: string;
877
+ colorHover: string;
878
+ colorPressed: string;
879
+ colorFocus: string;
880
+ colorDisabled: string;
881
+ textColor: string;
882
+ textColorTertiary: string;
883
+ textColorHover: string;
884
+ textColorPressed: string;
885
+ textColorFocus: string;
886
+ textColorDisabled: string;
887
+ textColorText: string;
888
+ textColorTextHover: string;
889
+ textColorTextPressed: string;
890
+ textColorTextFocus: string;
891
+ textColorTextDisabled: string;
892
+ textColorGhost: string;
893
+ textColorGhostHover: string;
894
+ textColorGhostPressed: string;
895
+ textColorGhostFocus: string;
896
+ textColorGhostDisabled: string;
897
+ border: string;
898
+ borderHover: string;
899
+ borderPressed: string;
900
+ borderFocus: string;
901
+ borderDisabled: string;
902
+ rippleColor: string;
903
+ colorPrimary: string;
904
+ colorHoverPrimary: string;
905
+ colorPressedPrimary: string;
906
+ colorFocusPrimary: string;
907
+ colorDisabledPrimary: string;
908
+ textColorPrimary: string;
909
+ textColorHoverPrimary: string;
910
+ textColorPressedPrimary: string;
911
+ textColorFocusPrimary: string;
912
+ textColorDisabledPrimary: string;
913
+ textColorTextPrimary: string;
914
+ textColorTextHoverPrimary: string;
915
+ textColorTextPressedPrimary: string;
916
+ textColorTextFocusPrimary: string;
917
+ textColorTextDisabledPrimary: string;
918
+ textColorGhostPrimary: string;
919
+ textColorGhostHoverPrimary: string;
920
+ textColorGhostPressedPrimary: string;
921
+ textColorGhostFocusPrimary: string;
922
+ textColorGhostDisabledPrimary: string;
923
+ borderPrimary: string;
924
+ borderHoverPrimary: string;
925
+ borderPressedPrimary: string;
926
+ borderFocusPrimary: string;
927
+ borderDisabledPrimary: string;
928
+ rippleColorPrimary: string;
929
+ colorInfo: string;
930
+ colorHoverInfo: string;
931
+ colorPressedInfo: string;
932
+ colorFocusInfo: string;
933
+ colorDisabledInfo: string;
934
+ textColorInfo: string;
935
+ textColorHoverInfo: string;
936
+ textColorPressedInfo: string;
937
+ textColorFocusInfo: string;
938
+ textColorDisabledInfo: string;
939
+ textColorTextInfo: string;
940
+ textColorTextHoverInfo: string;
941
+ textColorTextPressedInfo: string;
942
+ textColorTextFocusInfo: string;
943
+ textColorTextDisabledInfo: string;
944
+ textColorGhostInfo: string;
945
+ textColorGhostHoverInfo: string;
946
+ textColorGhostPressedInfo: string;
947
+ textColorGhostFocusInfo: string;
948
+ textColorGhostDisabledInfo: string;
949
+ borderInfo: string;
950
+ borderHoverInfo: string;
951
+ borderPressedInfo: string;
952
+ borderFocusInfo: string;
953
+ borderDisabledInfo: string;
954
+ rippleColorInfo: string;
955
+ colorSuccess: string;
956
+ colorHoverSuccess: string;
957
+ colorPressedSuccess: string;
958
+ colorFocusSuccess: string;
959
+ colorDisabledSuccess: string;
960
+ textColorSuccess: string;
961
+ textColorHoverSuccess: string;
962
+ textColorPressedSuccess: string;
963
+ textColorFocusSuccess: string;
964
+ textColorDisabledSuccess: string;
965
+ textColorTextSuccess: string;
966
+ textColorTextHoverSuccess: string;
967
+ textColorTextPressedSuccess: string;
968
+ textColorTextFocusSuccess: string;
969
+ textColorTextDisabledSuccess: string;
970
+ textColorGhostSuccess: string;
971
+ textColorGhostHoverSuccess: string;
972
+ textColorGhostPressedSuccess: string;
973
+ textColorGhostFocusSuccess: string;
974
+ textColorGhostDisabledSuccess: string;
975
+ borderSuccess: string;
976
+ borderHoverSuccess: string;
977
+ borderPressedSuccess: string;
978
+ borderFocusSuccess: string;
979
+ borderDisabledSuccess: string;
980
+ rippleColorSuccess: string;
981
+ colorWarning: string;
982
+ colorHoverWarning: string;
983
+ colorPressedWarning: string;
984
+ colorFocusWarning: string;
985
+ colorDisabledWarning: string;
986
+ textColorWarning: string;
987
+ textColorHoverWarning: string;
988
+ textColorPressedWarning: string;
989
+ textColorFocusWarning: string;
990
+ textColorDisabledWarning: string;
991
+ textColorTextWarning: string;
992
+ textColorTextHoverWarning: string;
993
+ textColorTextPressedWarning: string;
994
+ textColorTextFocusWarning: string;
995
+ textColorTextDisabledWarning: string;
996
+ textColorGhostWarning: string;
997
+ textColorGhostHoverWarning: string;
998
+ textColorGhostPressedWarning: string;
999
+ textColorGhostFocusWarning: string;
1000
+ textColorGhostDisabledWarning: string;
1001
+ borderWarning: string;
1002
+ borderHoverWarning: string;
1003
+ borderPressedWarning: string;
1004
+ borderFocusWarning: string;
1005
+ borderDisabledWarning: string;
1006
+ rippleColorWarning: string;
1007
+ colorError: string;
1008
+ colorHoverError: string;
1009
+ colorPressedError: string;
1010
+ colorFocusError: string;
1011
+ colorDisabledError: string;
1012
+ textColorError: string;
1013
+ textColorHoverError: string;
1014
+ textColorPressedError: string;
1015
+ textColorFocusError: string;
1016
+ textColorDisabledError: string;
1017
+ textColorTextError: string;
1018
+ textColorTextHoverError: string;
1019
+ textColorTextPressedError: string;
1020
+ textColorTextFocusError: string;
1021
+ textColorTextDisabledError: string;
1022
+ textColorGhostError: string;
1023
+ textColorGhostHoverError: string;
1024
+ textColorGhostPressedError: string;
1025
+ textColorGhostFocusError: string;
1026
+ textColorGhostDisabledError: string;
1027
+ borderError: string;
1028
+ borderHoverError: string;
1029
+ borderPressedError: string;
1030
+ borderFocusError: string;
1031
+ borderDisabledError: string;
1032
+ rippleColorError: string;
1033
+ waveOpacity: string;
1034
+ fontWeight: string;
1035
+ fontWeightStrong: string;
1036
+ paddingTiny: string;
1037
+ paddingSmall: string;
1038
+ paddingMedium: string;
1039
+ paddingLarge: string;
1040
+ paddingRoundTiny: string;
1041
+ paddingRoundSmall: string;
1042
+ paddingRoundMedium: string;
1043
+ paddingRoundLarge: string;
1044
+ iconMarginTiny: string;
1045
+ iconMarginSmall: string;
1046
+ iconMarginMedium: string;
1047
+ iconMarginLarge: string;
1048
+ iconSizeTiny: string;
1049
+ iconSizeSmall: string;
1050
+ iconSizeMedium: string;
1051
+ iconSizeLarge: string;
1052
+ rippleDuration: string;
1053
+ }, any>>>;
1054
+ }, {
1055
+ selfElRef: import("vue").Ref<HTMLElement | null>;
1056
+ waveElRef: import("vue").Ref<{
1057
+ play: () => void;
1058
+ } | null>;
1059
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1060
+ mergedFocusable: import("vue").ComputedRef<boolean>;
1061
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1062
+ showBorder: import("vue").ComputedRef<boolean>;
1063
+ enterPressed: import("vue").Ref<boolean>;
1064
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1065
+ handleMousedown: (e: MouseEvent) => void;
1066
+ handleKeydown: (e: KeyboardEvent) => void;
1067
+ handleBlur: () => void;
1068
+ handleKeyup: (e: KeyboardEvent) => void;
1069
+ handleClick: (e: MouseEvent) => void;
1070
+ customColorCssVars: import("vue").ComputedRef<{
1071
+ '--n-border-color': string;
1072
+ '--n-border-color-hover': string;
1073
+ '--n-border-color-pressed': string;
1074
+ '--n-border-color-focus': string;
1075
+ '--n-border-color-disabled': string;
1076
+ } | null>;
1077
+ cssVars: import("vue").ComputedRef<{
1078
+ '--n-width': string;
1079
+ '--n-height': string;
1080
+ '--n-font-size': string;
1081
+ '--n-padding': string;
1082
+ '--n-icon-size': string;
1083
+ '--n-icon-margin': string;
1084
+ '--n-border-radius': string;
1085
+ '--n-border': string;
1086
+ '--n-border-hover': string;
1087
+ '--n-border-pressed': string;
1088
+ '--n-border-focus': string;
1089
+ '--n-border-disabled': string;
1090
+ '--n-color': string;
1091
+ '--n-color-hover': string;
1092
+ '--n-color-pressed': string;
1093
+ '--n-color-focus': string;
1094
+ '--n-color-disabled': string;
1095
+ '--n-ripple-color': string;
1096
+ '--n-text-color': string;
1097
+ '--n-text-color-hover': string;
1098
+ '--n-text-color-pressed': string;
1099
+ '--n-text-color-focus': string;
1100
+ '--n-text-color-disabled': string;
1101
+ 'font-weight': string;
1102
+ '--n-bezier': string;
1103
+ '--n-bezier-ease-out': string;
1104
+ '--n-ripple-duration': string;
1105
+ '--n-opacity-disabled': string;
1106
+ '--n-wave-opacity': string;
1107
+ }> | undefined;
1108
+ themeClass: import("vue").Ref<string> | undefined;
1109
+ onRender: (() => void) | undefined;
1110
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1111
+ readonly color: StringConstructor;
1112
+ readonly textColor: StringConstructor;
1113
+ readonly text: BooleanConstructor;
1114
+ readonly block: BooleanConstructor;
1115
+ readonly loading: BooleanConstructor;
1116
+ readonly disabled: BooleanConstructor;
1117
+ readonly circle: BooleanConstructor;
1118
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1119
+ readonly ghost: BooleanConstructor;
1120
+ readonly round: BooleanConstructor;
1121
+ readonly secondary: BooleanConstructor;
1122
+ readonly tertiary: BooleanConstructor;
1123
+ readonly quaternary: BooleanConstructor;
1124
+ readonly strong: BooleanConstructor;
1125
+ readonly focusable: {
1126
+ readonly type: BooleanConstructor;
1127
+ readonly default: true;
1128
+ };
1129
+ readonly keyboard: {
1130
+ readonly type: BooleanConstructor;
1131
+ readonly default: true;
1132
+ };
1133
+ readonly tag: {
1134
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1135
+ readonly default: "button";
1136
+ };
1137
+ readonly type: {
1138
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1139
+ readonly default: "default";
1140
+ };
1141
+ readonly dashed: BooleanConstructor;
1142
+ readonly iconPlacement: {
1143
+ readonly type: import("vue").PropType<"left" | "right">;
1144
+ readonly default: "left";
1145
+ };
1146
+ readonly attrType: {
1147
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1148
+ readonly default: "button";
1149
+ };
1150
+ readonly bordered: {
1151
+ readonly type: BooleanConstructor;
1152
+ readonly default: true;
1153
+ };
1154
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1155
+ readonly nativeFocusBehavior: BooleanConstructor;
1156
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1157
+ heightTiny: string;
1158
+ heightSmall: string;
1159
+ heightMedium: string;
1160
+ heightLarge: string;
1161
+ borderRadiusTiny: string;
1162
+ borderRadiusSmall: string;
1163
+ borderRadiusMedium: string;
1164
+ borderRadiusLarge: string;
1165
+ fontSizeTiny: string;
1166
+ fontSizeSmall: string;
1167
+ fontSizeMedium: string;
1168
+ fontSizeLarge: string;
1169
+ opacityDisabled: string;
1170
+ colorOpacitySecondary: string;
1171
+ colorOpacitySecondaryHover: string;
1172
+ colorOpacitySecondaryPressed: string;
1173
+ colorSecondary: string;
1174
+ colorSecondaryHover: string;
1175
+ colorSecondaryPressed: string;
1176
+ colorTertiary: string;
1177
+ colorTertiaryHover: string;
1178
+ colorTertiaryPressed: string;
1179
+ colorQuaternary: string;
1180
+ colorQuaternaryHover: string;
1181
+ colorQuaternaryPressed: string;
1182
+ color: string;
1183
+ colorHover: string;
1184
+ colorPressed: string;
1185
+ colorFocus: string;
1186
+ colorDisabled: string;
1187
+ textColor: string;
1188
+ textColorTertiary: string;
1189
+ textColorHover: string;
1190
+ textColorPressed: string;
1191
+ textColorFocus: string;
1192
+ textColorDisabled: string;
1193
+ textColorText: string;
1194
+ textColorTextHover: string;
1195
+ textColorTextPressed: string;
1196
+ textColorTextFocus: string;
1197
+ textColorTextDisabled: string;
1198
+ textColorGhost: string;
1199
+ textColorGhostHover: string;
1200
+ textColorGhostPressed: string;
1201
+ textColorGhostFocus: string;
1202
+ textColorGhostDisabled: string;
1203
+ border: string;
1204
+ borderHover: string;
1205
+ borderPressed: string;
1206
+ borderFocus: string;
1207
+ borderDisabled: string;
1208
+ rippleColor: string;
1209
+ colorPrimary: string;
1210
+ colorHoverPrimary: string;
1211
+ colorPressedPrimary: string;
1212
+ colorFocusPrimary: string;
1213
+ colorDisabledPrimary: string;
1214
+ textColorPrimary: string;
1215
+ textColorHoverPrimary: string;
1216
+ textColorPressedPrimary: string;
1217
+ textColorFocusPrimary: string;
1218
+ textColorDisabledPrimary: string;
1219
+ textColorTextPrimary: string;
1220
+ textColorTextHoverPrimary: string;
1221
+ textColorTextPressedPrimary: string;
1222
+ textColorTextFocusPrimary: string;
1223
+ textColorTextDisabledPrimary: string;
1224
+ textColorGhostPrimary: string;
1225
+ textColorGhostHoverPrimary: string;
1226
+ textColorGhostPressedPrimary: string;
1227
+ textColorGhostFocusPrimary: string;
1228
+ textColorGhostDisabledPrimary: string;
1229
+ borderPrimary: string;
1230
+ borderHoverPrimary: string;
1231
+ borderPressedPrimary: string;
1232
+ borderFocusPrimary: string;
1233
+ borderDisabledPrimary: string;
1234
+ rippleColorPrimary: string;
1235
+ colorInfo: string;
1236
+ colorHoverInfo: string;
1237
+ colorPressedInfo: string;
1238
+ colorFocusInfo: string;
1239
+ colorDisabledInfo: string;
1240
+ textColorInfo: string;
1241
+ textColorHoverInfo: string;
1242
+ textColorPressedInfo: string;
1243
+ textColorFocusInfo: string;
1244
+ textColorDisabledInfo: string;
1245
+ textColorTextInfo: string;
1246
+ textColorTextHoverInfo: string;
1247
+ textColorTextPressedInfo: string;
1248
+ textColorTextFocusInfo: string;
1249
+ textColorTextDisabledInfo: string;
1250
+ textColorGhostInfo: string;
1251
+ textColorGhostHoverInfo: string;
1252
+ textColorGhostPressedInfo: string;
1253
+ textColorGhostFocusInfo: string;
1254
+ textColorGhostDisabledInfo: string;
1255
+ borderInfo: string;
1256
+ borderHoverInfo: string;
1257
+ borderPressedInfo: string;
1258
+ borderFocusInfo: string;
1259
+ borderDisabledInfo: string;
1260
+ rippleColorInfo: string;
1261
+ colorSuccess: string;
1262
+ colorHoverSuccess: string;
1263
+ colorPressedSuccess: string;
1264
+ colorFocusSuccess: string;
1265
+ colorDisabledSuccess: string;
1266
+ textColorSuccess: string;
1267
+ textColorHoverSuccess: string;
1268
+ textColorPressedSuccess: string;
1269
+ textColorFocusSuccess: string;
1270
+ textColorDisabledSuccess: string;
1271
+ textColorTextSuccess: string;
1272
+ textColorTextHoverSuccess: string;
1273
+ textColorTextPressedSuccess: string;
1274
+ textColorTextFocusSuccess: string;
1275
+ textColorTextDisabledSuccess: string;
1276
+ textColorGhostSuccess: string;
1277
+ textColorGhostHoverSuccess: string;
1278
+ textColorGhostPressedSuccess: string;
1279
+ textColorGhostFocusSuccess: string;
1280
+ textColorGhostDisabledSuccess: string;
1281
+ borderSuccess: string;
1282
+ borderHoverSuccess: string;
1283
+ borderPressedSuccess: string;
1284
+ borderFocusSuccess: string;
1285
+ borderDisabledSuccess: string;
1286
+ rippleColorSuccess: string;
1287
+ colorWarning: string;
1288
+ colorHoverWarning: string;
1289
+ colorPressedWarning: string;
1290
+ colorFocusWarning: string;
1291
+ colorDisabledWarning: string;
1292
+ textColorWarning: string;
1293
+ textColorHoverWarning: string;
1294
+ textColorPressedWarning: string;
1295
+ textColorFocusWarning: string;
1296
+ textColorDisabledWarning: string;
1297
+ textColorTextWarning: string;
1298
+ textColorTextHoverWarning: string;
1299
+ textColorTextPressedWarning: string;
1300
+ textColorTextFocusWarning: string;
1301
+ textColorTextDisabledWarning: string;
1302
+ textColorGhostWarning: string;
1303
+ textColorGhostHoverWarning: string;
1304
+ textColorGhostPressedWarning: string;
1305
+ textColorGhostFocusWarning: string;
1306
+ textColorGhostDisabledWarning: string;
1307
+ borderWarning: string;
1308
+ borderHoverWarning: string;
1309
+ borderPressedWarning: string;
1310
+ borderFocusWarning: string;
1311
+ borderDisabledWarning: string;
1312
+ rippleColorWarning: string;
1313
+ colorError: string;
1314
+ colorHoverError: string;
1315
+ colorPressedError: string;
1316
+ colorFocusError: string;
1317
+ colorDisabledError: string;
1318
+ textColorError: string;
1319
+ textColorHoverError: string;
1320
+ textColorPressedError: string;
1321
+ textColorFocusError: string;
1322
+ textColorDisabledError: string;
1323
+ textColorTextError: string;
1324
+ textColorTextHoverError: string;
1325
+ textColorTextPressedError: string;
1326
+ textColorTextFocusError: string;
1327
+ textColorTextDisabledError: string;
1328
+ textColorGhostError: string;
1329
+ textColorGhostHoverError: string;
1330
+ textColorGhostPressedError: string;
1331
+ textColorGhostFocusError: string;
1332
+ textColorGhostDisabledError: string;
1333
+ borderError: string;
1334
+ borderHoverError: string;
1335
+ borderPressedError: string;
1336
+ borderFocusError: string;
1337
+ borderDisabledError: string;
1338
+ rippleColorError: string;
1339
+ waveOpacity: string;
1340
+ fontWeight: string;
1341
+ fontWeightStrong: string;
1342
+ paddingTiny: string;
1343
+ paddingSmall: string;
1344
+ paddingMedium: string;
1345
+ paddingLarge: string;
1346
+ paddingRoundTiny: string;
1347
+ paddingRoundSmall: string;
1348
+ paddingRoundMedium: string;
1349
+ paddingRoundLarge: string;
1350
+ iconMarginTiny: string;
1351
+ iconMarginSmall: string;
1352
+ iconMarginMedium: string;
1353
+ iconMarginLarge: string;
1354
+ iconSizeTiny: string;
1355
+ iconSizeSmall: string;
1356
+ iconSizeMedium: string;
1357
+ iconSizeLarge: string;
1358
+ rippleDuration: string;
1359
+ }, any>>;
1360
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1361
+ heightTiny: string;
1362
+ heightSmall: string;
1363
+ heightMedium: string;
1364
+ heightLarge: string;
1365
+ borderRadiusTiny: string;
1366
+ borderRadiusSmall: string;
1367
+ borderRadiusMedium: string;
1368
+ borderRadiusLarge: string;
1369
+ fontSizeTiny: string;
1370
+ fontSizeSmall: string;
1371
+ fontSizeMedium: string;
1372
+ fontSizeLarge: string;
1373
+ opacityDisabled: string;
1374
+ colorOpacitySecondary: string;
1375
+ colorOpacitySecondaryHover: string;
1376
+ colorOpacitySecondaryPressed: string;
1377
+ colorSecondary: string;
1378
+ colorSecondaryHover: string;
1379
+ colorSecondaryPressed: string;
1380
+ colorTertiary: string;
1381
+ colorTertiaryHover: string;
1382
+ colorTertiaryPressed: string;
1383
+ colorQuaternary: string;
1384
+ colorQuaternaryHover: string;
1385
+ colorQuaternaryPressed: string;
1386
+ color: string;
1387
+ colorHover: string;
1388
+ colorPressed: string;
1389
+ colorFocus: string;
1390
+ colorDisabled: string;
1391
+ textColor: string;
1392
+ textColorTertiary: string;
1393
+ textColorHover: string;
1394
+ textColorPressed: string;
1395
+ textColorFocus: string;
1396
+ textColorDisabled: string;
1397
+ textColorText: string;
1398
+ textColorTextHover: string;
1399
+ textColorTextPressed: string;
1400
+ textColorTextFocus: string;
1401
+ textColorTextDisabled: string;
1402
+ textColorGhost: string;
1403
+ textColorGhostHover: string;
1404
+ textColorGhostPressed: string;
1405
+ textColorGhostFocus: string;
1406
+ textColorGhostDisabled: string;
1407
+ border: string;
1408
+ borderHover: string;
1409
+ borderPressed: string;
1410
+ borderFocus: string;
1411
+ borderDisabled: string;
1412
+ rippleColor: string;
1413
+ colorPrimary: string;
1414
+ colorHoverPrimary: string;
1415
+ colorPressedPrimary: string;
1416
+ colorFocusPrimary: string;
1417
+ colorDisabledPrimary: string;
1418
+ textColorPrimary: string;
1419
+ textColorHoverPrimary: string;
1420
+ textColorPressedPrimary: string;
1421
+ textColorFocusPrimary: string;
1422
+ textColorDisabledPrimary: string;
1423
+ textColorTextPrimary: string;
1424
+ textColorTextHoverPrimary: string;
1425
+ textColorTextPressedPrimary: string;
1426
+ textColorTextFocusPrimary: string;
1427
+ textColorTextDisabledPrimary: string;
1428
+ textColorGhostPrimary: string;
1429
+ textColorGhostHoverPrimary: string;
1430
+ textColorGhostPressedPrimary: string;
1431
+ textColorGhostFocusPrimary: string;
1432
+ textColorGhostDisabledPrimary: string;
1433
+ borderPrimary: string;
1434
+ borderHoverPrimary: string;
1435
+ borderPressedPrimary: string;
1436
+ borderFocusPrimary: string;
1437
+ borderDisabledPrimary: string;
1438
+ rippleColorPrimary: string;
1439
+ colorInfo: string;
1440
+ colorHoverInfo: string;
1441
+ colorPressedInfo: string;
1442
+ colorFocusInfo: string;
1443
+ colorDisabledInfo: string;
1444
+ textColorInfo: string;
1445
+ textColorHoverInfo: string;
1446
+ textColorPressedInfo: string;
1447
+ textColorFocusInfo: string;
1448
+ textColorDisabledInfo: string;
1449
+ textColorTextInfo: string;
1450
+ textColorTextHoverInfo: string;
1451
+ textColorTextPressedInfo: string;
1452
+ textColorTextFocusInfo: string;
1453
+ textColorTextDisabledInfo: string;
1454
+ textColorGhostInfo: string;
1455
+ textColorGhostHoverInfo: string;
1456
+ textColorGhostPressedInfo: string;
1457
+ textColorGhostFocusInfo: string;
1458
+ textColorGhostDisabledInfo: string;
1459
+ borderInfo: string;
1460
+ borderHoverInfo: string;
1461
+ borderPressedInfo: string;
1462
+ borderFocusInfo: string;
1463
+ borderDisabledInfo: string;
1464
+ rippleColorInfo: string;
1465
+ colorSuccess: string;
1466
+ colorHoverSuccess: string;
1467
+ colorPressedSuccess: string;
1468
+ colorFocusSuccess: string;
1469
+ colorDisabledSuccess: string;
1470
+ textColorSuccess: string;
1471
+ textColorHoverSuccess: string;
1472
+ textColorPressedSuccess: string;
1473
+ textColorFocusSuccess: string;
1474
+ textColorDisabledSuccess: string;
1475
+ textColorTextSuccess: string;
1476
+ textColorTextHoverSuccess: string;
1477
+ textColorTextPressedSuccess: string;
1478
+ textColorTextFocusSuccess: string;
1479
+ textColorTextDisabledSuccess: string;
1480
+ textColorGhostSuccess: string;
1481
+ textColorGhostHoverSuccess: string;
1482
+ textColorGhostPressedSuccess: string;
1483
+ textColorGhostFocusSuccess: string;
1484
+ textColorGhostDisabledSuccess: string;
1485
+ borderSuccess: string;
1486
+ borderHoverSuccess: string;
1487
+ borderPressedSuccess: string;
1488
+ borderFocusSuccess: string;
1489
+ borderDisabledSuccess: string;
1490
+ rippleColorSuccess: string;
1491
+ colorWarning: string;
1492
+ colorHoverWarning: string;
1493
+ colorPressedWarning: string;
1494
+ colorFocusWarning: string;
1495
+ colorDisabledWarning: string;
1496
+ textColorWarning: string;
1497
+ textColorHoverWarning: string;
1498
+ textColorPressedWarning: string;
1499
+ textColorFocusWarning: string;
1500
+ textColorDisabledWarning: string;
1501
+ textColorTextWarning: string;
1502
+ textColorTextHoverWarning: string;
1503
+ textColorTextPressedWarning: string;
1504
+ textColorTextFocusWarning: string;
1505
+ textColorTextDisabledWarning: string;
1506
+ textColorGhostWarning: string;
1507
+ textColorGhostHoverWarning: string;
1508
+ textColorGhostPressedWarning: string;
1509
+ textColorGhostFocusWarning: string;
1510
+ textColorGhostDisabledWarning: string;
1511
+ borderWarning: string;
1512
+ borderHoverWarning: string;
1513
+ borderPressedWarning: string;
1514
+ borderFocusWarning: string;
1515
+ borderDisabledWarning: string;
1516
+ rippleColorWarning: string;
1517
+ colorError: string;
1518
+ colorHoverError: string;
1519
+ colorPressedError: string;
1520
+ colorFocusError: string;
1521
+ colorDisabledError: string;
1522
+ textColorError: string;
1523
+ textColorHoverError: string;
1524
+ textColorPressedError: string;
1525
+ textColorFocusError: string;
1526
+ textColorDisabledError: string;
1527
+ textColorTextError: string;
1528
+ textColorTextHoverError: string;
1529
+ textColorTextPressedError: string;
1530
+ textColorTextFocusError: string;
1531
+ textColorTextDisabledError: string;
1532
+ textColorGhostError: string;
1533
+ textColorGhostHoverError: string;
1534
+ textColorGhostPressedError: string;
1535
+ textColorGhostFocusError: string;
1536
+ textColorGhostDisabledError: string;
1537
+ borderError: string;
1538
+ borderHoverError: string;
1539
+ borderPressedError: string;
1540
+ borderFocusError: string;
1541
+ borderDisabledError: string;
1542
+ rippleColorError: string;
1543
+ waveOpacity: string;
1544
+ fontWeight: string;
1545
+ fontWeightStrong: string;
1546
+ paddingTiny: string;
1547
+ paddingSmall: string;
1548
+ paddingMedium: string;
1549
+ paddingLarge: string;
1550
+ paddingRoundTiny: string;
1551
+ paddingRoundSmall: string;
1552
+ paddingRoundMedium: string;
1553
+ paddingRoundLarge: string;
1554
+ iconMarginTiny: string;
1555
+ iconMarginSmall: string;
1556
+ iconMarginMedium: string;
1557
+ iconMarginLarge: string;
1558
+ iconSizeTiny: string;
1559
+ iconSizeSmall: string;
1560
+ iconSizeMedium: string;
1561
+ iconSizeLarge: string;
1562
+ rippleDuration: string;
1563
+ }, any>>>;
1564
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1565
+ heightTiny: string;
1566
+ heightSmall: string;
1567
+ heightMedium: string;
1568
+ heightLarge: string;
1569
+ borderRadiusTiny: string;
1570
+ borderRadiusSmall: string;
1571
+ borderRadiusMedium: string;
1572
+ borderRadiusLarge: string;
1573
+ fontSizeTiny: string;
1574
+ fontSizeSmall: string;
1575
+ fontSizeMedium: string;
1576
+ fontSizeLarge: string;
1577
+ opacityDisabled: string;
1578
+ colorOpacitySecondary: string;
1579
+ colorOpacitySecondaryHover: string;
1580
+ colorOpacitySecondaryPressed: string;
1581
+ colorSecondary: string;
1582
+ colorSecondaryHover: string;
1583
+ colorSecondaryPressed: string;
1584
+ colorTertiary: string;
1585
+ colorTertiaryHover: string;
1586
+ colorTertiaryPressed: string;
1587
+ colorQuaternary: string;
1588
+ colorQuaternaryHover: string;
1589
+ colorQuaternaryPressed: string;
1590
+ color: string;
1591
+ colorHover: string;
1592
+ colorPressed: string;
1593
+ colorFocus: string;
1594
+ colorDisabled: string;
1595
+ textColor: string;
1596
+ textColorTertiary: string;
1597
+ textColorHover: string;
1598
+ textColorPressed: string;
1599
+ textColorFocus: string;
1600
+ textColorDisabled: string;
1601
+ textColorText: string;
1602
+ textColorTextHover: string;
1603
+ textColorTextPressed: string;
1604
+ textColorTextFocus: string;
1605
+ textColorTextDisabled: string;
1606
+ textColorGhost: string;
1607
+ textColorGhostHover: string;
1608
+ textColorGhostPressed: string;
1609
+ textColorGhostFocus: string;
1610
+ textColorGhostDisabled: string;
1611
+ border: string;
1612
+ borderHover: string;
1613
+ borderPressed: string;
1614
+ borderFocus: string;
1615
+ borderDisabled: string;
1616
+ rippleColor: string;
1617
+ colorPrimary: string;
1618
+ colorHoverPrimary: string;
1619
+ colorPressedPrimary: string;
1620
+ colorFocusPrimary: string;
1621
+ colorDisabledPrimary: string;
1622
+ textColorPrimary: string;
1623
+ textColorHoverPrimary: string;
1624
+ textColorPressedPrimary: string;
1625
+ textColorFocusPrimary: string;
1626
+ textColorDisabledPrimary: string;
1627
+ textColorTextPrimary: string;
1628
+ textColorTextHoverPrimary: string;
1629
+ textColorTextPressedPrimary: string;
1630
+ textColorTextFocusPrimary: string;
1631
+ textColorTextDisabledPrimary: string;
1632
+ textColorGhostPrimary: string;
1633
+ textColorGhostHoverPrimary: string;
1634
+ textColorGhostPressedPrimary: string;
1635
+ textColorGhostFocusPrimary: string;
1636
+ textColorGhostDisabledPrimary: string;
1637
+ borderPrimary: string;
1638
+ borderHoverPrimary: string;
1639
+ borderPressedPrimary: string;
1640
+ borderFocusPrimary: string;
1641
+ borderDisabledPrimary: string;
1642
+ rippleColorPrimary: string;
1643
+ colorInfo: string;
1644
+ colorHoverInfo: string;
1645
+ colorPressedInfo: string;
1646
+ colorFocusInfo: string;
1647
+ colorDisabledInfo: string;
1648
+ textColorInfo: string;
1649
+ textColorHoverInfo: string;
1650
+ textColorPressedInfo: string;
1651
+ textColorFocusInfo: string;
1652
+ textColorDisabledInfo: string;
1653
+ textColorTextInfo: string;
1654
+ textColorTextHoverInfo: string;
1655
+ textColorTextPressedInfo: string;
1656
+ textColorTextFocusInfo: string;
1657
+ textColorTextDisabledInfo: string;
1658
+ textColorGhostInfo: string;
1659
+ textColorGhostHoverInfo: string;
1660
+ textColorGhostPressedInfo: string;
1661
+ textColorGhostFocusInfo: string;
1662
+ textColorGhostDisabledInfo: string;
1663
+ borderInfo: string;
1664
+ borderHoverInfo: string;
1665
+ borderPressedInfo: string;
1666
+ borderFocusInfo: string;
1667
+ borderDisabledInfo: string;
1668
+ rippleColorInfo: string;
1669
+ colorSuccess: string;
1670
+ colorHoverSuccess: string;
1671
+ colorPressedSuccess: string;
1672
+ colorFocusSuccess: string;
1673
+ colorDisabledSuccess: string;
1674
+ textColorSuccess: string;
1675
+ textColorHoverSuccess: string;
1676
+ textColorPressedSuccess: string;
1677
+ textColorFocusSuccess: string;
1678
+ textColorDisabledSuccess: string;
1679
+ textColorTextSuccess: string;
1680
+ textColorTextHoverSuccess: string;
1681
+ textColorTextPressedSuccess: string;
1682
+ textColorTextFocusSuccess: string;
1683
+ textColorTextDisabledSuccess: string;
1684
+ textColorGhostSuccess: string;
1685
+ textColorGhostHoverSuccess: string;
1686
+ textColorGhostPressedSuccess: string;
1687
+ textColorGhostFocusSuccess: string;
1688
+ textColorGhostDisabledSuccess: string;
1689
+ borderSuccess: string;
1690
+ borderHoverSuccess: string;
1691
+ borderPressedSuccess: string;
1692
+ borderFocusSuccess: string;
1693
+ borderDisabledSuccess: string;
1694
+ rippleColorSuccess: string;
1695
+ colorWarning: string;
1696
+ colorHoverWarning: string;
1697
+ colorPressedWarning: string;
1698
+ colorFocusWarning: string;
1699
+ colorDisabledWarning: string;
1700
+ textColorWarning: string;
1701
+ textColorHoverWarning: string;
1702
+ textColorPressedWarning: string;
1703
+ textColorFocusWarning: string;
1704
+ textColorDisabledWarning: string;
1705
+ textColorTextWarning: string;
1706
+ textColorTextHoverWarning: string;
1707
+ textColorTextPressedWarning: string;
1708
+ textColorTextFocusWarning: string;
1709
+ textColorTextDisabledWarning: string;
1710
+ textColorGhostWarning: string;
1711
+ textColorGhostHoverWarning: string;
1712
+ textColorGhostPressedWarning: string;
1713
+ textColorGhostFocusWarning: string;
1714
+ textColorGhostDisabledWarning: string;
1715
+ borderWarning: string;
1716
+ borderHoverWarning: string;
1717
+ borderPressedWarning: string;
1718
+ borderFocusWarning: string;
1719
+ borderDisabledWarning: string;
1720
+ rippleColorWarning: string;
1721
+ colorError: string;
1722
+ colorHoverError: string;
1723
+ colorPressedError: string;
1724
+ colorFocusError: string;
1725
+ colorDisabledError: string;
1726
+ textColorError: string;
1727
+ textColorHoverError: string;
1728
+ textColorPressedError: string;
1729
+ textColorFocusError: string;
1730
+ textColorDisabledError: string;
1731
+ textColorTextError: string;
1732
+ textColorTextHoverError: string;
1733
+ textColorTextPressedError: string;
1734
+ textColorTextFocusError: string;
1735
+ textColorTextDisabledError: string;
1736
+ textColorGhostError: string;
1737
+ textColorGhostHoverError: string;
1738
+ textColorGhostPressedError: string;
1739
+ textColorGhostFocusError: string;
1740
+ textColorGhostDisabledError: string;
1741
+ borderError: string;
1742
+ borderHoverError: string;
1743
+ borderPressedError: string;
1744
+ borderFocusError: string;
1745
+ borderDisabledError: string;
1746
+ rippleColorError: string;
1747
+ waveOpacity: string;
1748
+ fontWeight: string;
1749
+ fontWeightStrong: string;
1750
+ paddingTiny: string;
1751
+ paddingSmall: string;
1752
+ paddingMedium: string;
1753
+ paddingLarge: string;
1754
+ paddingRoundTiny: string;
1755
+ paddingRoundSmall: string;
1756
+ paddingRoundMedium: string;
1757
+ paddingRoundLarge: string;
1758
+ iconMarginTiny: string;
1759
+ iconMarginSmall: string;
1760
+ iconMarginMedium: string;
1761
+ iconMarginLarge: string;
1762
+ iconSizeTiny: string;
1763
+ iconSizeSmall: string;
1764
+ iconSizeMedium: string;
1765
+ iconSizeLarge: string;
1766
+ rippleDuration: string;
1767
+ }, any>>>;
1768
+ }>>, {
1769
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1770
+ readonly tag: keyof HTMLElementTagNameMap;
1771
+ readonly block: boolean;
1772
+ readonly round: boolean;
1773
+ readonly dashed: boolean;
1774
+ readonly text: boolean;
1775
+ readonly circle: boolean;
1776
+ readonly disabled: boolean;
1777
+ readonly focusable: boolean;
1778
+ readonly strong: boolean;
1779
+ readonly loading: boolean;
1780
+ readonly bordered: boolean;
1781
+ readonly tertiary: boolean;
1782
+ readonly ghost: boolean;
1783
+ readonly keyboard: boolean;
1784
+ readonly secondary: boolean;
1785
+ readonly quaternary: boolean;
1786
+ readonly iconPlacement: "left" | "right";
1787
+ readonly attrType: "button" | "reset" | "submit";
1788
+ readonly nativeFocusBehavior: boolean;
1789
+ }>;
1790
+ NSelect: import("vue").DefineComponent<{
1791
+ readonly to: {
1792
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1793
+ default: undefined;
1794
+ };
1795
+ readonly bordered: {
1796
+ readonly type: import("vue").PropType<boolean | undefined>;
1797
+ readonly default: undefined;
1798
+ };
1799
+ readonly clearable: BooleanConstructor;
1800
+ readonly clearFilterAfterSelect: {
1801
+ readonly type: BooleanConstructor;
1802
+ readonly default: true;
1803
+ };
1804
+ readonly options: {
1805
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1806
+ readonly default: () => never[];
1807
+ };
1808
+ readonly defaultValue: {
1809
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
1810
+ readonly default: null;
1811
+ };
1812
+ readonly value: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
1813
+ readonly placeholder: StringConstructor;
1814
+ readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
1815
+ readonly multiple: BooleanConstructor;
1816
+ readonly size: import("vue").PropType<import("naive-ui/es/select/src/interface").Size>;
1817
+ readonly filterable: BooleanConstructor;
1818
+ readonly disabled: {
1819
+ readonly type: import("vue").PropType<boolean | undefined>;
1820
+ readonly default: undefined;
1821
+ };
1822
+ readonly remote: BooleanConstructor;
1823
+ readonly loading: BooleanConstructor;
1824
+ readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1825
+ readonly placement: {
1826
+ readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1827
+ readonly default: "bottom-start";
1828
+ };
1829
+ readonly widthMode: {
1830
+ readonly type: StringConstructor;
1831
+ readonly default: "trigger";
1832
+ };
1833
+ readonly tag: BooleanConstructor;
1834
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1835
+ readonly fallbackOption: {
1836
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1837
+ readonly default: undefined;
1838
+ };
1839
+ readonly show: {
1840
+ readonly type: import("vue").PropType<boolean | undefined>;
1841
+ readonly default: undefined;
1842
+ };
1843
+ readonly showArrow: {
1844
+ readonly type: BooleanConstructor;
1845
+ readonly default: true;
1846
+ };
1847
+ readonly maxTagCount: import("vue").PropType<number | "responsive">;
1848
+ readonly consistentMenuWidth: {
1849
+ readonly type: BooleanConstructor;
1850
+ readonly default: true;
1851
+ };
1852
+ readonly virtualScroll: {
1853
+ readonly type: BooleanConstructor;
1854
+ readonly default: true;
1855
+ };
1856
+ readonly labelField: {
1857
+ readonly type: StringConstructor;
1858
+ readonly default: "label";
1859
+ };
1860
+ readonly valueField: {
1861
+ readonly type: StringConstructor;
1862
+ readonly default: "value";
1863
+ };
1864
+ readonly childrenField: {
1865
+ readonly type: StringConstructor;
1866
+ readonly default: "children";
1867
+ };
1868
+ readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1869
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1870
+ readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
1871
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1872
+ readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
1873
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1874
+ readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1875
+ readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
1876
+ readonly onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1877
+ readonly onScroll: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
1878
+ readonly onSearch: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
1879
+ readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1880
+ readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1881
+ readonly displayDirective: {
1882
+ readonly type: import("vue").PropType<"show" | "if">;
1883
+ readonly default: "show";
1884
+ };
1885
+ readonly resetMenuOnOptionsChange: {
1886
+ readonly type: BooleanConstructor;
1887
+ readonly default: true;
1888
+ };
1889
+ readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1890
+ readonly internalShowCheckmark: {
1891
+ readonly type: BooleanConstructor;
1892
+ readonly default: true;
1893
+ };
1894
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1895
+ readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1896
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
1897
+ menuBoxShadow: string;
1898
+ }, {
1899
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1900
+ fontSizeTiny: string;
1901
+ fontSizeSmall: string;
1902
+ fontSizeMedium: string;
1903
+ fontSizeLarge: string;
1904
+ heightTiny: string;
1905
+ heightSmall: string;
1906
+ heightMedium: string;
1907
+ heightLarge: string;
1908
+ borderRadius: string;
1909
+ textColor: string;
1910
+ textColorDisabled: string;
1911
+ placeholderColor: string;
1912
+ placeholderColorDisabled: string;
1913
+ color: string;
1914
+ colorDisabled: string;
1915
+ colorActive: string;
1916
+ border: string;
1917
+ borderHover: string;
1918
+ borderActive: string;
1919
+ borderFocus: string;
1920
+ boxShadowHover: string;
1921
+ boxShadowActive: string;
1922
+ boxShadowFocus: string;
1923
+ caretColor: string;
1924
+ arrowColor: string;
1925
+ arrowColorDisabled: string;
1926
+ loadingColor: string;
1927
+ borderWarning: string;
1928
+ borderHoverWarning: string;
1929
+ borderActiveWarning: string;
1930
+ borderFocusWarning: string;
1931
+ boxShadowHoverWarning: string;
1932
+ boxShadowActiveWarning: string;
1933
+ boxShadowFocusWarning: string;
1934
+ colorActiveWarning: string;
1935
+ caretColorWarning: string;
1936
+ borderError: string;
1937
+ borderHoverError: string;
1938
+ borderActiveError: string;
1939
+ borderFocusError: string;
1940
+ boxShadowHoverError: string;
1941
+ boxShadowActiveError: string;
1942
+ boxShadowFocusError: string;
1943
+ colorActiveError: string;
1944
+ caretColorError: string;
1945
+ clearColor: string;
1946
+ clearColorHover: string;
1947
+ clearColorPressed: string;
1948
+ paddingSingle: string;
1949
+ paddingMultiple: string;
1950
+ clearSize: string;
1951
+ arrowSize: string;
1952
+ }, {
1953
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1954
+ fontSize: string;
1955
+ borderRadius: string;
1956
+ color: string;
1957
+ dividerColor: string;
1958
+ textColor: string;
1959
+ boxShadow: string;
1960
+ space: string;
1961
+ spaceArrow: string;
1962
+ arrowOffset: string;
1963
+ arrowOffsetVertical: string;
1964
+ arrowHeight: string;
1965
+ padding: string;
1966
+ }, any>;
1967
+ }>;
1968
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1969
+ optionFontSizeSmall: string;
1970
+ optionFontSizeMedium: string;
1971
+ optionFontSizeLarge: string;
1972
+ optionFontSizeHuge: string;
1973
+ optionHeightSmall: string;
1974
+ optionHeightMedium: string;
1975
+ optionHeightLarge: string;
1976
+ optionHeightHuge: string;
1977
+ borderRadius: string;
1978
+ color: string;
1979
+ groupHeaderTextColor: string;
1980
+ actionDividerColor: string;
1981
+ optionTextColor: string;
1982
+ optionTextColorPressed: string;
1983
+ optionTextColorDisabled: string;
1984
+ optionTextColorActive: string;
1985
+ optionOpacityDisabled: string;
1986
+ optionCheckColor: string;
1987
+ optionColorPending: string;
1988
+ optionColorActive: string;
1989
+ optionColorActivePending: string;
1990
+ actionTextColor: string;
1991
+ loadingColor: string;
1992
+ height: string;
1993
+ paddingSmall: string;
1994
+ paddingMedium: string;
1995
+ paddingLarge: string;
1996
+ paddingHuge: string;
1997
+ optionPaddingSmall: string;
1998
+ optionPaddingMedium: string;
1999
+ optionPaddingLarge: string;
2000
+ optionPaddingHuge: string;
2001
+ loadingSize: string;
2002
+ }, {
2003
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2004
+ color: string;
2005
+ colorHover: string;
2006
+ }, any>;
2007
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2008
+ fontSizeSmall: string;
2009
+ fontSizeMedium: string;
2010
+ fontSizeLarge: string;
2011
+ fontSizeHuge: string;
2012
+ textColor: string;
2013
+ iconColor: string;
2014
+ extraTextColor: string;
2015
+ iconSizeSmall: string;
2016
+ iconSizeMedium: string;
2017
+ iconSizeLarge: string;
2018
+ iconSizeHuge: string;
2019
+ }, any>;
2020
+ }>;
2021
+ }>>;
2022
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2023
+ menuBoxShadow: string;
2024
+ }, {
2025
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2026
+ fontSizeTiny: string;
2027
+ fontSizeSmall: string;
2028
+ fontSizeMedium: string;
2029
+ fontSizeLarge: string;
2030
+ heightTiny: string;
2031
+ heightSmall: string;
2032
+ heightMedium: string;
2033
+ heightLarge: string;
2034
+ borderRadius: string;
2035
+ textColor: string;
2036
+ textColorDisabled: string;
2037
+ placeholderColor: string;
2038
+ placeholderColorDisabled: string;
2039
+ color: string;
2040
+ colorDisabled: string;
2041
+ colorActive: string;
2042
+ border: string;
2043
+ borderHover: string;
2044
+ borderActive: string;
2045
+ borderFocus: string;
2046
+ boxShadowHover: string;
2047
+ boxShadowActive: string;
2048
+ boxShadowFocus: string;
2049
+ caretColor: string;
2050
+ arrowColor: string;
2051
+ arrowColorDisabled: string;
2052
+ loadingColor: string;
2053
+ borderWarning: string;
2054
+ borderHoverWarning: string;
2055
+ borderActiveWarning: string;
2056
+ borderFocusWarning: string;
2057
+ boxShadowHoverWarning: string;
2058
+ boxShadowActiveWarning: string;
2059
+ boxShadowFocusWarning: string;
2060
+ colorActiveWarning: string;
2061
+ caretColorWarning: string;
2062
+ borderError: string;
2063
+ borderHoverError: string;
2064
+ borderActiveError: string;
2065
+ borderFocusError: string;
2066
+ boxShadowHoverError: string;
2067
+ boxShadowActiveError: string;
2068
+ boxShadowFocusError: string;
2069
+ colorActiveError: string;
2070
+ caretColorError: string;
2071
+ clearColor: string;
2072
+ clearColorHover: string;
2073
+ clearColorPressed: string;
2074
+ paddingSingle: string;
2075
+ paddingMultiple: string;
2076
+ clearSize: string;
2077
+ arrowSize: string;
2078
+ }, {
2079
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2080
+ fontSize: string;
2081
+ borderRadius: string;
2082
+ color: string;
2083
+ dividerColor: string;
2084
+ textColor: string;
2085
+ boxShadow: string;
2086
+ space: string;
2087
+ spaceArrow: string;
2088
+ arrowOffset: string;
2089
+ arrowOffsetVertical: string;
2090
+ arrowHeight: string;
2091
+ padding: string;
2092
+ }, any>;
2093
+ }>;
2094
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2095
+ optionFontSizeSmall: string;
2096
+ optionFontSizeMedium: string;
2097
+ optionFontSizeLarge: string;
2098
+ optionFontSizeHuge: string;
2099
+ optionHeightSmall: string;
2100
+ optionHeightMedium: string;
2101
+ optionHeightLarge: string;
2102
+ optionHeightHuge: string;
2103
+ borderRadius: string;
2104
+ color: string;
2105
+ groupHeaderTextColor: string;
2106
+ actionDividerColor: string;
2107
+ optionTextColor: string;
2108
+ optionTextColorPressed: string;
2109
+ optionTextColorDisabled: string;
2110
+ optionTextColorActive: string;
2111
+ optionOpacityDisabled: string;
2112
+ optionCheckColor: string;
2113
+ optionColorPending: string;
2114
+ optionColorActive: string;
2115
+ optionColorActivePending: string;
2116
+ actionTextColor: string;
2117
+ loadingColor: string;
2118
+ height: string;
2119
+ paddingSmall: string;
2120
+ paddingMedium: string;
2121
+ paddingLarge: string;
2122
+ paddingHuge: string;
2123
+ optionPaddingSmall: string;
2124
+ optionPaddingMedium: string;
2125
+ optionPaddingLarge: string;
2126
+ optionPaddingHuge: string;
2127
+ loadingSize: string;
2128
+ }, {
2129
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2130
+ color: string;
2131
+ colorHover: string;
2132
+ }, any>;
2133
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2134
+ fontSizeSmall: string;
2135
+ fontSizeMedium: string;
2136
+ fontSizeLarge: string;
2137
+ fontSizeHuge: string;
2138
+ textColor: string;
2139
+ iconColor: string;
2140
+ extraTextColor: string;
2141
+ iconSizeSmall: string;
2142
+ iconSizeMedium: string;
2143
+ iconSizeLarge: string;
2144
+ iconSizeHuge: string;
2145
+ }, any>;
2146
+ }>;
2147
+ }>>>;
2148
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2149
+ menuBoxShadow: string;
2150
+ }, {
2151
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2152
+ fontSizeTiny: string;
2153
+ fontSizeSmall: string;
2154
+ fontSizeMedium: string;
2155
+ fontSizeLarge: string;
2156
+ heightTiny: string;
2157
+ heightSmall: string;
2158
+ heightMedium: string;
2159
+ heightLarge: string;
2160
+ borderRadius: string;
2161
+ textColor: string;
2162
+ textColorDisabled: string;
2163
+ placeholderColor: string;
2164
+ placeholderColorDisabled: string;
2165
+ color: string;
2166
+ colorDisabled: string;
2167
+ colorActive: string;
2168
+ border: string;
2169
+ borderHover: string;
2170
+ borderActive: string;
2171
+ borderFocus: string;
2172
+ boxShadowHover: string;
2173
+ boxShadowActive: string;
2174
+ boxShadowFocus: string;
2175
+ caretColor: string;
2176
+ arrowColor: string;
2177
+ arrowColorDisabled: string;
2178
+ loadingColor: string;
2179
+ borderWarning: string;
2180
+ borderHoverWarning: string;
2181
+ borderActiveWarning: string;
2182
+ borderFocusWarning: string;
2183
+ boxShadowHoverWarning: string;
2184
+ boxShadowActiveWarning: string;
2185
+ boxShadowFocusWarning: string;
2186
+ colorActiveWarning: string;
2187
+ caretColorWarning: string;
2188
+ borderError: string;
2189
+ borderHoverError: string;
2190
+ borderActiveError: string;
2191
+ borderFocusError: string;
2192
+ boxShadowHoverError: string;
2193
+ boxShadowActiveError: string;
2194
+ boxShadowFocusError: string;
2195
+ colorActiveError: string;
2196
+ caretColorError: string;
2197
+ clearColor: string;
2198
+ clearColorHover: string;
2199
+ clearColorPressed: string;
2200
+ paddingSingle: string;
2201
+ paddingMultiple: string;
2202
+ clearSize: string;
2203
+ arrowSize: string;
2204
+ }, {
2205
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2206
+ fontSize: string;
2207
+ borderRadius: string;
2208
+ color: string;
2209
+ dividerColor: string;
2210
+ textColor: string;
2211
+ boxShadow: string;
2212
+ space: string;
2213
+ spaceArrow: string;
2214
+ arrowOffset: string;
2215
+ arrowOffsetVertical: string;
2216
+ arrowHeight: string;
2217
+ padding: string;
2218
+ }, any>;
2219
+ }>;
2220
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2221
+ optionFontSizeSmall: string;
2222
+ optionFontSizeMedium: string;
2223
+ optionFontSizeLarge: string;
2224
+ optionFontSizeHuge: string;
2225
+ optionHeightSmall: string;
2226
+ optionHeightMedium: string;
2227
+ optionHeightLarge: string;
2228
+ optionHeightHuge: string;
2229
+ borderRadius: string;
2230
+ color: string;
2231
+ groupHeaderTextColor: string;
2232
+ actionDividerColor: string;
2233
+ optionTextColor: string;
2234
+ optionTextColorPressed: string;
2235
+ optionTextColorDisabled: string;
2236
+ optionTextColorActive: string;
2237
+ optionOpacityDisabled: string;
2238
+ optionCheckColor: string;
2239
+ optionColorPending: string;
2240
+ optionColorActive: string;
2241
+ optionColorActivePending: string;
2242
+ actionTextColor: string;
2243
+ loadingColor: string;
2244
+ height: string;
2245
+ paddingSmall: string;
2246
+ paddingMedium: string;
2247
+ paddingLarge: string;
2248
+ paddingHuge: string;
2249
+ optionPaddingSmall: string;
2250
+ optionPaddingMedium: string;
2251
+ optionPaddingLarge: string;
2252
+ optionPaddingHuge: string;
2253
+ loadingSize: string;
2254
+ }, {
2255
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2256
+ color: string;
2257
+ colorHover: string;
2258
+ }, any>;
2259
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2260
+ fontSizeSmall: string;
2261
+ fontSizeMedium: string;
2262
+ fontSizeLarge: string;
2263
+ fontSizeHuge: string;
2264
+ textColor: string;
2265
+ iconColor: string;
2266
+ extraTextColor: string;
2267
+ iconSizeSmall: string;
2268
+ iconSizeMedium: string;
2269
+ iconSizeLarge: string;
2270
+ iconSizeHuge: string;
2271
+ }, any>;
2272
+ }>;
2273
+ }>>>;
2274
+ }, {
2275
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
2276
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2277
+ mergedBordered: import("vue").ComputedRef<boolean>;
2278
+ namespace: import("vue").ComputedRef<string | undefined>;
2279
+ treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
2280
+ isMounted: Readonly<import("vue").Ref<boolean>>;
2281
+ triggerRef: import("vue").Ref<{
2282
+ isCompositing: boolean;
2283
+ focus: () => void;
2284
+ focusInput: () => void;
2285
+ blur: () => void;
2286
+ $el: HTMLElement;
2287
+ } | null>;
2288
+ menuRef: import("vue").Ref<{
2289
+ selfRef: HTMLElement | null;
2290
+ getPendingTmNode: () => import("treemate").TreeNode<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>> | null;
2291
+ prev: () => void;
2292
+ next: () => void;
2293
+ } | null>;
2294
+ pattern: import("vue").Ref<string>;
2295
+ uncontrolledShow: import("vue").Ref<boolean>;
2296
+ mergedShow: import("vue").ComputedRef<boolean>;
2297
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
2298
+ uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
2299
+ mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
2300
+ followerRef: import("vue").Ref<{
2301
+ syncPosition: () => void;
2302
+ } | null>;
2303
+ localizedPlaceholder: import("vue").ComputedRef<string>;
2304
+ selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
2305
+ selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
2306
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
2307
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2308
+ focused: import("vue").Ref<boolean>;
2309
+ activeWithoutMenuOpen: import("vue").Ref<boolean>;
2310
+ inlineThemeDisabled: boolean | undefined;
2311
+ onTriggerInputFocus: () => void;
2312
+ onTriggerInputBlur: () => void;
2313
+ handleTriggerOrMenuResize: () => void;
2314
+ handleMenuFocus: (e: FocusEvent) => void;
2315
+ handleMenuBlur: (e: FocusEvent) => void;
2316
+ handleMenuTabOut: () => void;
2317
+ handleTriggerClick: () => void;
2318
+ handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
2319
+ handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
2320
+ handlePatternInput: (e: InputEvent) => void;
2321
+ handleClear: (e: MouseEvent) => void;
2322
+ handleTriggerBlur: (e: FocusEvent) => void;
2323
+ handleTriggerFocus: (e: FocusEvent) => void;
2324
+ handleKeydown: (e: KeyboardEvent) => void;
2325
+ handleMenuAfterLeave: () => void;
2326
+ handleMenuClickOutside: (e: MouseEvent) => void;
2327
+ handleMenuScroll: (e: Event) => void;
2328
+ handleMenuKeydown: (e: KeyboardEvent) => void;
2329
+ handleMenuMousedown: (e: MouseEvent) => void;
2330
+ mergedTheme: import("vue").ComputedRef<{
2331
+ common: {
2332
+ baseColor: string;
2333
+ primaryColor: string;
2334
+ primaryColorHover: string;
2335
+ primaryColorPressed: string;
2336
+ primaryColorSuppl: string;
2337
+ infoColor: string;
2338
+ infoColorHover: string;
2339
+ infoColorPressed: string;
2340
+ infoColorSuppl: string;
2341
+ successColor: string;
2342
+ successColorHover: string;
2343
+ successColorPressed: string;
2344
+ successColorSuppl: string;
2345
+ warningColor: string;
2346
+ warningColorHover: string;
2347
+ warningColorPressed: string;
2348
+ warningColorSuppl: string;
2349
+ errorColor: string;
2350
+ errorColorHover: string;
2351
+ errorColorPressed: string;
2352
+ errorColorSuppl: string;
2353
+ textColorBase: string;
2354
+ textColor1: string;
2355
+ textColor2: string;
2356
+ textColor3: string;
2357
+ textColorDisabled: string;
2358
+ placeholderColor: string;
2359
+ placeholderColorDisabled: string;
2360
+ iconColor: string;
2361
+ iconColorHover: string;
2362
+ iconColorPressed: string;
2363
+ iconColorDisabled: string;
2364
+ opacity1: string;
2365
+ opacity2: string;
2366
+ opacity3: string;
2367
+ opacity4: string;
2368
+ opacity5: string;
2369
+ dividerColor: string;
2370
+ borderColor: string;
2371
+ closeIconColor: string;
2372
+ closeIconColorHover: string;
2373
+ closeIconColorPressed: string;
2374
+ closeColorHover: string;
2375
+ closeColorPressed: string;
2376
+ clearColor: string;
2377
+ clearColorHover: string;
2378
+ clearColorPressed: string;
2379
+ scrollbarColor: string;
2380
+ scrollbarColorHover: string;
2381
+ scrollbarWidth: string;
2382
+ scrollbarHeight: string;
2383
+ scrollbarBorderRadius: string;
2384
+ progressRailColor: string;
2385
+ railColor: string;
2386
+ popoverColor: string;
2387
+ tableColor: string;
2388
+ cardColor: string;
2389
+ modalColor: string;
2390
+ bodyColor: string;
2391
+ tagColor: string;
2392
+ avatarColor: string;
2393
+ invertedColor: string;
2394
+ inputColor: string;
2395
+ codeColor: string;
2396
+ tabColor: string;
2397
+ actionColor: string;
2398
+ tableHeaderColor: string;
2399
+ hoverColor: string;
2400
+ tableColorHover: string;
2401
+ tableColorStriped: string;
2402
+ pressedColor: string;
2403
+ opacityDisabled: string;
2404
+ inputColorDisabled: string;
2405
+ buttonColor2: string;
2406
+ buttonColor2Hover: string;
2407
+ buttonColor2Pressed: string;
2408
+ boxShadow1: string;
2409
+ boxShadow2: string;
2410
+ boxShadow3: string;
2411
+ fontFamily: string;
2412
+ fontFamilyMono: string;
2413
+ fontWeight: string;
2414
+ fontWeightStrong: string;
2415
+ cubicBezierEaseInOut: string;
2416
+ cubicBezierEaseOut: string;
2417
+ cubicBezierEaseIn: string;
2418
+ borderRadius: string;
2419
+ borderRadiusSmall: string;
2420
+ fontSize: string;
2421
+ fontSizeMini: string;
2422
+ fontSizeTiny: string;
2423
+ fontSizeSmall: string;
2424
+ fontSizeMedium: string;
2425
+ fontSizeLarge: string;
2426
+ fontSizeHuge: string;
2427
+ lineHeight: string;
2428
+ heightMini: string;
2429
+ heightTiny: string;
2430
+ heightSmall: string;
2431
+ heightMedium: string;
2432
+ heightLarge: string;
2433
+ heightHuge: string;
2434
+ name: "common";
2435
+ };
2436
+ self: {
2437
+ menuBoxShadow: string;
2438
+ };
2439
+ peers: {
2440
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2441
+ fontSizeTiny: string;
2442
+ fontSizeSmall: string;
2443
+ fontSizeMedium: string;
2444
+ fontSizeLarge: string;
2445
+ heightTiny: string;
2446
+ heightSmall: string;
2447
+ heightMedium: string;
2448
+ heightLarge: string;
2449
+ borderRadius: string;
2450
+ textColor: string;
2451
+ textColorDisabled: string;
2452
+ placeholderColor: string;
2453
+ placeholderColorDisabled: string;
2454
+ color: string;
2455
+ colorDisabled: string;
2456
+ colorActive: string;
2457
+ border: string;
2458
+ borderHover: string;
2459
+ borderActive: string;
2460
+ borderFocus: string;
2461
+ boxShadowHover: string;
2462
+ boxShadowActive: string;
2463
+ boxShadowFocus: string;
2464
+ caretColor: string;
2465
+ arrowColor: string;
2466
+ arrowColorDisabled: string;
2467
+ loadingColor: string;
2468
+ borderWarning: string;
2469
+ borderHoverWarning: string;
2470
+ borderActiveWarning: string;
2471
+ borderFocusWarning: string;
2472
+ boxShadowHoverWarning: string;
2473
+ boxShadowActiveWarning: string;
2474
+ boxShadowFocusWarning: string;
2475
+ colorActiveWarning: string;
2476
+ caretColorWarning: string;
2477
+ borderError: string;
2478
+ borderHoverError: string;
2479
+ borderActiveError: string;
2480
+ borderFocusError: string;
2481
+ boxShadowHoverError: string;
2482
+ boxShadowActiveError: string;
2483
+ boxShadowFocusError: string;
2484
+ colorActiveError: string;
2485
+ caretColorError: string;
2486
+ clearColor: string;
2487
+ clearColorHover: string;
2488
+ clearColorPressed: string;
2489
+ paddingSingle: string;
2490
+ paddingMultiple: string;
2491
+ clearSize: string;
2492
+ arrowSize: string;
2493
+ }, {
2494
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2495
+ fontSize: string;
2496
+ borderRadius: string;
2497
+ color: string;
2498
+ dividerColor: string;
2499
+ textColor: string;
2500
+ boxShadow: string;
2501
+ space: string;
2502
+ spaceArrow: string;
2503
+ arrowOffset: string;
2504
+ arrowOffsetVertical: string;
2505
+ arrowHeight: string;
2506
+ padding: string;
2507
+ }, any>;
2508
+ }>;
2509
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2510
+ optionFontSizeSmall: string;
2511
+ optionFontSizeMedium: string;
2512
+ optionFontSizeLarge: string;
2513
+ optionFontSizeHuge: string;
2514
+ optionHeightSmall: string;
2515
+ optionHeightMedium: string;
2516
+ optionHeightLarge: string;
2517
+ optionHeightHuge: string;
2518
+ borderRadius: string;
2519
+ color: string;
2520
+ groupHeaderTextColor: string;
2521
+ actionDividerColor: string;
2522
+ optionTextColor: string;
2523
+ optionTextColorPressed: string;
2524
+ optionTextColorDisabled: string;
2525
+ optionTextColorActive: string;
2526
+ optionOpacityDisabled: string;
2527
+ optionCheckColor: string;
2528
+ optionColorPending: string;
2529
+ optionColorActive: string;
2530
+ optionColorActivePending: string;
2531
+ actionTextColor: string;
2532
+ loadingColor: string;
2533
+ height: string;
2534
+ paddingSmall: string;
2535
+ paddingMedium: string;
2536
+ paddingLarge: string;
2537
+ paddingHuge: string;
2538
+ optionPaddingSmall: string;
2539
+ optionPaddingMedium: string;
2540
+ optionPaddingLarge: string;
2541
+ optionPaddingHuge: string;
2542
+ loadingSize: string;
2543
+ }, {
2544
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2545
+ color: string;
2546
+ colorHover: string;
2547
+ }, any>;
2548
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2549
+ fontSizeSmall: string;
2550
+ fontSizeMedium: string;
2551
+ fontSizeLarge: string;
2552
+ fontSizeHuge: string;
2553
+ textColor: string;
2554
+ iconColor: string;
2555
+ extraTextColor: string;
2556
+ iconSizeSmall: string;
2557
+ iconSizeMedium: string;
2558
+ iconSizeLarge: string;
2559
+ iconSizeHuge: string;
2560
+ }, any>;
2561
+ }>;
2562
+ };
2563
+ peerOverrides: {
2564
+ InternalSelection?: {
2565
+ peers?: {
2566
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
2567
+ fontSize: string;
2568
+ borderRadius: string;
2569
+ color: string;
2570
+ dividerColor: string;
2571
+ textColor: string;
2572
+ boxShadow: string;
2573
+ space: string;
2574
+ spaceArrow: string;
2575
+ arrowOffset: string;
2576
+ arrowOffsetVertical: string;
2577
+ arrowHeight: string;
2578
+ padding: string;
2579
+ }, any>> | undefined;
2580
+ } | undefined;
2581
+ } | undefined;
2582
+ InternalSelectMenu?: {
2583
+ peers?: {
2584
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2585
+ color: string;
2586
+ colorHover: string;
2587
+ }, any>> | undefined;
2588
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
2589
+ fontSizeSmall: string;
2590
+ fontSizeMedium: string;
2591
+ fontSizeLarge: string;
2592
+ fontSizeHuge: string;
2593
+ textColor: string;
2594
+ iconColor: string;
2595
+ extraTextColor: string;
2596
+ iconSizeSmall: string;
2597
+ iconSizeMedium: string;
2598
+ iconSizeLarge: string;
2599
+ iconSizeHuge: string;
2600
+ }, any>> | undefined;
2601
+ } | undefined;
2602
+ } | undefined;
2603
+ };
2604
+ }>;
2605
+ cssVars: import("vue").ComputedRef<{
2606
+ '--n-menu-box-shadow': string;
2607
+ }> | undefined;
2608
+ themeClass: import("vue").Ref<string> | undefined;
2609
+ onRender: (() => void) | undefined;
2610
+ focus: () => void;
2611
+ blur: () => void;
2612
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2613
+ readonly to: {
2614
+ type: import("vue").PropType<string | boolean | HTMLElement>;
2615
+ default: undefined;
2616
+ };
2617
+ readonly bordered: {
2618
+ readonly type: import("vue").PropType<boolean | undefined>;
2619
+ readonly default: undefined;
2620
+ };
2621
+ readonly clearable: BooleanConstructor;
2622
+ readonly clearFilterAfterSelect: {
2623
+ readonly type: BooleanConstructor;
2624
+ readonly default: true;
2625
+ };
2626
+ readonly options: {
2627
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2628
+ readonly default: () => never[];
2629
+ };
2630
+ readonly defaultValue: {
2631
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
2632
+ readonly default: null;
2633
+ };
2634
+ readonly value: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
2635
+ readonly placeholder: StringConstructor;
2636
+ readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
2637
+ readonly multiple: BooleanConstructor;
2638
+ readonly size: import("vue").PropType<import("naive-ui/es/select/src/interface").Size>;
2639
+ readonly filterable: BooleanConstructor;
2640
+ readonly disabled: {
2641
+ readonly type: import("vue").PropType<boolean | undefined>;
2642
+ readonly default: undefined;
2643
+ };
2644
+ readonly remote: BooleanConstructor;
2645
+ readonly loading: BooleanConstructor;
2646
+ readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
2647
+ readonly placement: {
2648
+ readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
2649
+ readonly default: "bottom-start";
2650
+ };
2651
+ readonly widthMode: {
2652
+ readonly type: StringConstructor;
2653
+ readonly default: "trigger";
2654
+ };
2655
+ readonly tag: BooleanConstructor;
2656
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
2657
+ readonly fallbackOption: {
2658
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
2659
+ readonly default: undefined;
2660
+ };
2661
+ readonly show: {
2662
+ readonly type: import("vue").PropType<boolean | undefined>;
2663
+ readonly default: undefined;
2664
+ };
2665
+ readonly showArrow: {
2666
+ readonly type: BooleanConstructor;
2667
+ readonly default: true;
2668
+ };
2669
+ readonly maxTagCount: import("vue").PropType<number | "responsive">;
2670
+ readonly consistentMenuWidth: {
2671
+ readonly type: BooleanConstructor;
2672
+ readonly default: true;
2673
+ };
2674
+ readonly virtualScroll: {
2675
+ readonly type: BooleanConstructor;
2676
+ readonly default: true;
2677
+ };
2678
+ readonly labelField: {
2679
+ readonly type: StringConstructor;
2680
+ readonly default: "label";
2681
+ };
2682
+ readonly valueField: {
2683
+ readonly type: StringConstructor;
2684
+ readonly default: "value";
2685
+ };
2686
+ readonly childrenField: {
2687
+ readonly type: StringConstructor;
2688
+ readonly default: "children";
2689
+ };
2690
+ readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
2691
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
2692
+ readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
2693
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2694
+ readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
2695
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2696
+ readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2697
+ readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
2698
+ readonly onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2699
+ readonly onScroll: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
2700
+ readonly onSearch: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
2701
+ readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2702
+ readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2703
+ readonly displayDirective: {
2704
+ readonly type: import("vue").PropType<"show" | "if">;
2705
+ readonly default: "show";
2706
+ };
2707
+ readonly resetMenuOnOptionsChange: {
2708
+ readonly type: BooleanConstructor;
2709
+ readonly default: true;
2710
+ };
2711
+ readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2712
+ readonly internalShowCheckmark: {
2713
+ readonly type: BooleanConstructor;
2714
+ readonly default: true;
2715
+ };
2716
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
2717
+ readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2718
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
2719
+ menuBoxShadow: string;
2720
+ }, {
2721
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2722
+ fontSizeTiny: string;
2723
+ fontSizeSmall: string;
2724
+ fontSizeMedium: string;
2725
+ fontSizeLarge: string;
2726
+ heightTiny: string;
2727
+ heightSmall: string;
2728
+ heightMedium: string;
2729
+ heightLarge: string;
2730
+ borderRadius: string;
2731
+ textColor: string;
2732
+ textColorDisabled: string;
2733
+ placeholderColor: string;
2734
+ placeholderColorDisabled: string;
2735
+ color: string;
2736
+ colorDisabled: string;
2737
+ colorActive: string;
2738
+ border: string;
2739
+ borderHover: string;
2740
+ borderActive: string;
2741
+ borderFocus: string;
2742
+ boxShadowHover: string;
2743
+ boxShadowActive: string;
2744
+ boxShadowFocus: string;
2745
+ caretColor: string;
2746
+ arrowColor: string;
2747
+ arrowColorDisabled: string;
2748
+ loadingColor: string;
2749
+ borderWarning: string;
2750
+ borderHoverWarning: string;
2751
+ borderActiveWarning: string;
2752
+ borderFocusWarning: string;
2753
+ boxShadowHoverWarning: string;
2754
+ boxShadowActiveWarning: string;
2755
+ boxShadowFocusWarning: string;
2756
+ colorActiveWarning: string;
2757
+ caretColorWarning: string;
2758
+ borderError: string;
2759
+ borderHoverError: string;
2760
+ borderActiveError: string;
2761
+ borderFocusError: string;
2762
+ boxShadowHoverError: string;
2763
+ boxShadowActiveError: string;
2764
+ boxShadowFocusError: string;
2765
+ colorActiveError: string;
2766
+ caretColorError: string;
2767
+ clearColor: string;
2768
+ clearColorHover: string;
2769
+ clearColorPressed: string;
2770
+ paddingSingle: string;
2771
+ paddingMultiple: string;
2772
+ clearSize: string;
2773
+ arrowSize: string;
2774
+ }, {
2775
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2776
+ fontSize: string;
2777
+ borderRadius: string;
2778
+ color: string;
2779
+ dividerColor: string;
2780
+ textColor: string;
2781
+ boxShadow: string;
2782
+ space: string;
2783
+ spaceArrow: string;
2784
+ arrowOffset: string;
2785
+ arrowOffsetVertical: string;
2786
+ arrowHeight: string;
2787
+ padding: string;
2788
+ }, any>;
2789
+ }>;
2790
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2791
+ optionFontSizeSmall: string;
2792
+ optionFontSizeMedium: string;
2793
+ optionFontSizeLarge: string;
2794
+ optionFontSizeHuge: string;
2795
+ optionHeightSmall: string;
2796
+ optionHeightMedium: string;
2797
+ optionHeightLarge: string;
2798
+ optionHeightHuge: string;
2799
+ borderRadius: string;
2800
+ color: string;
2801
+ groupHeaderTextColor: string;
2802
+ actionDividerColor: string;
2803
+ optionTextColor: string;
2804
+ optionTextColorPressed: string;
2805
+ optionTextColorDisabled: string;
2806
+ optionTextColorActive: string;
2807
+ optionOpacityDisabled: string;
2808
+ optionCheckColor: string;
2809
+ optionColorPending: string;
2810
+ optionColorActive: string;
2811
+ optionColorActivePending: string;
2812
+ actionTextColor: string;
2813
+ loadingColor: string;
2814
+ height: string;
2815
+ paddingSmall: string;
2816
+ paddingMedium: string;
2817
+ paddingLarge: string;
2818
+ paddingHuge: string;
2819
+ optionPaddingSmall: string;
2820
+ optionPaddingMedium: string;
2821
+ optionPaddingLarge: string;
2822
+ optionPaddingHuge: string;
2823
+ loadingSize: string;
2824
+ }, {
2825
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2826
+ color: string;
2827
+ colorHover: string;
2828
+ }, any>;
2829
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2830
+ fontSizeSmall: string;
2831
+ fontSizeMedium: string;
2832
+ fontSizeLarge: string;
2833
+ fontSizeHuge: string;
2834
+ textColor: string;
2835
+ iconColor: string;
2836
+ extraTextColor: string;
2837
+ iconSizeSmall: string;
2838
+ iconSizeMedium: string;
2839
+ iconSizeLarge: string;
2840
+ iconSizeHuge: string;
2841
+ }, any>;
2842
+ }>;
2843
+ }>>;
2844
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2845
+ menuBoxShadow: string;
2846
+ }, {
2847
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2848
+ fontSizeTiny: string;
2849
+ fontSizeSmall: string;
2850
+ fontSizeMedium: string;
2851
+ fontSizeLarge: string;
2852
+ heightTiny: string;
2853
+ heightSmall: string;
2854
+ heightMedium: string;
2855
+ heightLarge: string;
2856
+ borderRadius: string;
2857
+ textColor: string;
2858
+ textColorDisabled: string;
2859
+ placeholderColor: string;
2860
+ placeholderColorDisabled: string;
2861
+ color: string;
2862
+ colorDisabled: string;
2863
+ colorActive: string;
2864
+ border: string;
2865
+ borderHover: string;
2866
+ borderActive: string;
2867
+ borderFocus: string;
2868
+ boxShadowHover: string;
2869
+ boxShadowActive: string;
2870
+ boxShadowFocus: string;
2871
+ caretColor: string;
2872
+ arrowColor: string;
2873
+ arrowColorDisabled: string;
2874
+ loadingColor: string;
2875
+ borderWarning: string;
2876
+ borderHoverWarning: string;
2877
+ borderActiveWarning: string;
2878
+ borderFocusWarning: string;
2879
+ boxShadowHoverWarning: string;
2880
+ boxShadowActiveWarning: string;
2881
+ boxShadowFocusWarning: string;
2882
+ colorActiveWarning: string;
2883
+ caretColorWarning: string;
2884
+ borderError: string;
2885
+ borderHoverError: string;
2886
+ borderActiveError: string;
2887
+ borderFocusError: string;
2888
+ boxShadowHoverError: string;
2889
+ boxShadowActiveError: string;
2890
+ boxShadowFocusError: string;
2891
+ colorActiveError: string;
2892
+ caretColorError: string;
2893
+ clearColor: string;
2894
+ clearColorHover: string;
2895
+ clearColorPressed: string;
2896
+ paddingSingle: string;
2897
+ paddingMultiple: string;
2898
+ clearSize: string;
2899
+ arrowSize: string;
2900
+ }, {
2901
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2902
+ fontSize: string;
2903
+ borderRadius: string;
2904
+ color: string;
2905
+ dividerColor: string;
2906
+ textColor: string;
2907
+ boxShadow: string;
2908
+ space: string;
2909
+ spaceArrow: string;
2910
+ arrowOffset: string;
2911
+ arrowOffsetVertical: string;
2912
+ arrowHeight: string;
2913
+ padding: string;
2914
+ }, any>;
2915
+ }>;
2916
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2917
+ optionFontSizeSmall: string;
2918
+ optionFontSizeMedium: string;
2919
+ optionFontSizeLarge: string;
2920
+ optionFontSizeHuge: string;
2921
+ optionHeightSmall: string;
2922
+ optionHeightMedium: string;
2923
+ optionHeightLarge: string;
2924
+ optionHeightHuge: string;
2925
+ borderRadius: string;
2926
+ color: string;
2927
+ groupHeaderTextColor: string;
2928
+ actionDividerColor: string;
2929
+ optionTextColor: string;
2930
+ optionTextColorPressed: string;
2931
+ optionTextColorDisabled: string;
2932
+ optionTextColorActive: string;
2933
+ optionOpacityDisabled: string;
2934
+ optionCheckColor: string;
2935
+ optionColorPending: string;
2936
+ optionColorActive: string;
2937
+ optionColorActivePending: string;
2938
+ actionTextColor: string;
2939
+ loadingColor: string;
2940
+ height: string;
2941
+ paddingSmall: string;
2942
+ paddingMedium: string;
2943
+ paddingLarge: string;
2944
+ paddingHuge: string;
2945
+ optionPaddingSmall: string;
2946
+ optionPaddingMedium: string;
2947
+ optionPaddingLarge: string;
2948
+ optionPaddingHuge: string;
2949
+ loadingSize: string;
2950
+ }, {
2951
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2952
+ color: string;
2953
+ colorHover: string;
2954
+ }, any>;
2955
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2956
+ fontSizeSmall: string;
2957
+ fontSizeMedium: string;
2958
+ fontSizeLarge: string;
2959
+ fontSizeHuge: string;
2960
+ textColor: string;
2961
+ iconColor: string;
2962
+ extraTextColor: string;
2963
+ iconSizeSmall: string;
2964
+ iconSizeMedium: string;
2965
+ iconSizeLarge: string;
2966
+ iconSizeHuge: string;
2967
+ }, any>;
2968
+ }>;
2969
+ }>>>;
2970
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2971
+ menuBoxShadow: string;
2972
+ }, {
2973
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2974
+ fontSizeTiny: string;
2975
+ fontSizeSmall: string;
2976
+ fontSizeMedium: string;
2977
+ fontSizeLarge: string;
2978
+ heightTiny: string;
2979
+ heightSmall: string;
2980
+ heightMedium: string;
2981
+ heightLarge: string;
2982
+ borderRadius: string;
2983
+ textColor: string;
2984
+ textColorDisabled: string;
2985
+ placeholderColor: string;
2986
+ placeholderColorDisabled: string;
2987
+ color: string;
2988
+ colorDisabled: string;
2989
+ colorActive: string;
2990
+ border: string;
2991
+ borderHover: string;
2992
+ borderActive: string;
2993
+ borderFocus: string;
2994
+ boxShadowHover: string;
2995
+ boxShadowActive: string;
2996
+ boxShadowFocus: string;
2997
+ caretColor: string;
2998
+ arrowColor: string;
2999
+ arrowColorDisabled: string;
3000
+ loadingColor: string;
3001
+ borderWarning: string;
3002
+ borderHoverWarning: string;
3003
+ borderActiveWarning: string;
3004
+ borderFocusWarning: string;
3005
+ boxShadowHoverWarning: string;
3006
+ boxShadowActiveWarning: string;
3007
+ boxShadowFocusWarning: string;
3008
+ colorActiveWarning: string;
3009
+ caretColorWarning: string;
3010
+ borderError: string;
3011
+ borderHoverError: string;
3012
+ borderActiveError: string;
3013
+ borderFocusError: string;
3014
+ boxShadowHoverError: string;
3015
+ boxShadowActiveError: string;
3016
+ boxShadowFocusError: string;
3017
+ colorActiveError: string;
3018
+ caretColorError: string;
3019
+ clearColor: string;
3020
+ clearColorHover: string;
3021
+ clearColorPressed: string;
3022
+ paddingSingle: string;
3023
+ paddingMultiple: string;
3024
+ clearSize: string;
3025
+ arrowSize: string;
3026
+ }, {
3027
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3028
+ fontSize: string;
3029
+ borderRadius: string;
3030
+ color: string;
3031
+ dividerColor: string;
3032
+ textColor: string;
3033
+ boxShadow: string;
3034
+ space: string;
3035
+ spaceArrow: string;
3036
+ arrowOffset: string;
3037
+ arrowOffsetVertical: string;
3038
+ arrowHeight: string;
3039
+ padding: string;
3040
+ }, any>;
3041
+ }>;
3042
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
3043
+ optionFontSizeSmall: string;
3044
+ optionFontSizeMedium: string;
3045
+ optionFontSizeLarge: string;
3046
+ optionFontSizeHuge: string;
3047
+ optionHeightSmall: string;
3048
+ optionHeightMedium: string;
3049
+ optionHeightLarge: string;
3050
+ optionHeightHuge: string;
3051
+ borderRadius: string;
3052
+ color: string;
3053
+ groupHeaderTextColor: string;
3054
+ actionDividerColor: string;
3055
+ optionTextColor: string;
3056
+ optionTextColorPressed: string;
3057
+ optionTextColorDisabled: string;
3058
+ optionTextColorActive: string;
3059
+ optionOpacityDisabled: string;
3060
+ optionCheckColor: string;
3061
+ optionColorPending: string;
3062
+ optionColorActive: string;
3063
+ optionColorActivePending: string;
3064
+ actionTextColor: string;
3065
+ loadingColor: string;
3066
+ height: string;
3067
+ paddingSmall: string;
3068
+ paddingMedium: string;
3069
+ paddingLarge: string;
3070
+ paddingHuge: string;
3071
+ optionPaddingSmall: string;
3072
+ optionPaddingMedium: string;
3073
+ optionPaddingLarge: string;
3074
+ optionPaddingHuge: string;
3075
+ loadingSize: string;
3076
+ }, {
3077
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3078
+ color: string;
3079
+ colorHover: string;
3080
+ }, any>;
3081
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
3082
+ fontSizeSmall: string;
3083
+ fontSizeMedium: string;
3084
+ fontSizeLarge: string;
3085
+ fontSizeHuge: string;
3086
+ textColor: string;
3087
+ iconColor: string;
3088
+ extraTextColor: string;
3089
+ iconSizeSmall: string;
3090
+ iconSizeMedium: string;
3091
+ iconSizeLarge: string;
3092
+ iconSizeHuge: string;
3093
+ }, any>;
3094
+ }>;
3095
+ }>>>;
3096
+ }>>, {
3097
+ readonly tag: boolean;
3098
+ readonly show: boolean | undefined;
3099
+ readonly multiple: boolean;
3100
+ readonly disabled: boolean | undefined;
3101
+ readonly to: string | boolean | HTMLElement;
3102
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
3103
+ readonly loading: boolean;
3104
+ readonly bordered: boolean | undefined;
3105
+ readonly placement: import("naive-ui").PopoverPlacement;
3106
+ readonly labelField: string;
3107
+ readonly virtualScroll: boolean;
3108
+ readonly valueField: string;
3109
+ readonly resetMenuOnOptionsChange: boolean;
3110
+ readonly showArrow: boolean;
3111
+ readonly displayDirective: "show" | "if";
3112
+ readonly filterable: boolean;
3113
+ readonly clearable: boolean;
3114
+ readonly clearFilterAfterSelect: boolean;
3115
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
3116
+ readonly remote: boolean;
3117
+ readonly widthMode: string;
3118
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
3119
+ readonly consistentMenuWidth: boolean;
3120
+ readonly childrenField: string;
3121
+ readonly internalShowCheckmark: boolean;
3122
+ }>;
3123
+ NIcon: import("vue").DefineComponent<{
3124
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3125
+ readonly size: import("vue").PropType<string | number>;
3126
+ readonly color: StringConstructor;
3127
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3128
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3129
+ color: string;
3130
+ opacity1Depth: string;
3131
+ opacity2Depth: string;
3132
+ opacity3Depth: string;
3133
+ opacity4Depth: string;
3134
+ opacity5Depth: string;
3135
+ }, any>>;
3136
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3137
+ color: string;
3138
+ opacity1Depth: string;
3139
+ opacity2Depth: string;
3140
+ opacity3Depth: string;
3141
+ opacity4Depth: string;
3142
+ opacity5Depth: string;
3143
+ }, any>>>;
3144
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3145
+ color: string;
3146
+ opacity1Depth: string;
3147
+ opacity2Depth: string;
3148
+ opacity3Depth: string;
3149
+ opacity4Depth: string;
3150
+ opacity5Depth: string;
3151
+ }, any>>>;
3152
+ }, {
3153
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3154
+ mergedStyle: import("vue").ComputedRef<{
3155
+ fontSize: string | undefined;
3156
+ color: string | undefined;
3157
+ }>;
3158
+ cssVars: import("vue").ComputedRef<{
3159
+ '--n-bezier': string;
3160
+ '--n-color': string;
3161
+ '--n-opacity': string;
3162
+ }> | undefined;
3163
+ themeClass: import("vue").Ref<string> | undefined;
3164
+ onRender: (() => void) | undefined;
3165
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3166
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3167
+ readonly size: import("vue").PropType<string | number>;
3168
+ readonly color: StringConstructor;
3169
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3170
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3171
+ color: string;
3172
+ opacity1Depth: string;
3173
+ opacity2Depth: string;
3174
+ opacity3Depth: string;
3175
+ opacity4Depth: string;
3176
+ opacity5Depth: string;
3177
+ }, any>>;
3178
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3179
+ color: string;
3180
+ opacity1Depth: string;
3181
+ opacity2Depth: string;
3182
+ opacity3Depth: string;
3183
+ opacity4Depth: string;
3184
+ opacity5Depth: string;
3185
+ }, any>>>;
3186
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3187
+ color: string;
3188
+ opacity1Depth: string;
3189
+ opacity2Depth: string;
3190
+ opacity3Depth: string;
3191
+ opacity4Depth: string;
3192
+ opacity5Depth: string;
3193
+ }, any>>>;
3194
+ }>>, {}>;
3195
+ EllipsisVerticalSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3196
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEdit" | "handleDelete")[], "handleEdit" | "handleDelete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3197
+ fields: {
3198
+ type: null;
3199
+ required: false;
3200
+ };
3201
+ element: {
3202
+ type: null;
3203
+ required: true;
3204
+ };
3205
+ index: {
3206
+ type: NumberConstructor;
3207
+ required: true;
3208
+ };
3209
+ }>> & {
3210
+ onHandleEdit?: ((...args: any[]) => any) | undefined;
3211
+ onHandleDelete?: ((...args: any[]) => any) | undefined;
3212
+ }, {}>;
3213
+ export default _default;