cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.5

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 (127) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/index.d.ts +9 -6
  3. package/es/packages/big-table/src/BigTable.vue.d.ts +10 -22
  4. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +36 -13
  5. package/es/packages/big-table/src/bigTableEmits2.mjs +2 -1
  6. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  7. package/es/packages/big-table/style/index.less +557 -557
  8. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  9. package/es/packages/bpmn-workflow/style/index.less +29 -29
  10. package/es/packages/button-print/index.d.ts +160 -104
  11. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
  12. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
  13. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  14. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  15. package/es/packages/button-print/style/index.less +30 -30
  16. package/es/packages/chunk-upload/index.d.ts +20 -20
  17. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
  18. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
  19. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
  20. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
  21. package/es/packages/chunk-upload/style/index.less +394 -394
  22. package/es/packages/drag-layout/index.d.ts +415 -289
  23. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  24. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  25. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  26. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  27. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
  28. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
  29. package/es/packages/drag-layout/style/index.less +208 -208
  30. package/es/packages/field-set/index.d.ts +5278 -0
  31. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  32. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  33. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
  34. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  35. package/es/packages/field-set/style/index.less +157 -157
  36. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
  37. package/es/packages/form-render/src/components/cascader2.mjs +20 -5
  38. package/es/packages/form-render/src/components/date.d.ts +29 -25
  39. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  40. package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
  41. package/es/packages/form-render/src/components/slider.d.ts +11 -11
  42. package/es/packages/form-render/src/components/textarea.d.ts +5 -4
  43. package/es/packages/form-table/index.d.ts +35903 -0
  44. package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
  45. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  46. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  47. package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
  48. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  49. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
  50. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  51. package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
  52. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  53. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
  54. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  55. package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
  56. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  57. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
  58. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  59. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
  60. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  61. package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
  62. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  63. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
  64. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  65. package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
  66. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  67. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
  68. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  69. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
  70. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  71. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  72. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  73. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
  74. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  75. package/es/packages/form-table/style/index.less +301 -301
  76. package/es/packages/grid/style/index.less +12 -12
  77. package/es/packages/index.less +2945 -2945
  78. package/es/packages/info-header/index.d.ts +217 -54
  79. package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
  80. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  81. package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
  82. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
  83. package/es/packages/info-header/style/index.less +153 -153
  84. package/es/packages/map/index.d.ts +25 -24
  85. package/es/packages/map/src/Map.vue.d.ts +25 -24
  86. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  87. package/es/packages/map/style/index.less +59 -59
  88. package/es/packages/scale-view/index.d.ts +58 -56
  89. package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
  90. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
  91. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  92. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
  93. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
  94. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
  95. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  96. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  97. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  98. package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
  99. package/es/packages/scale-view/style/index.less +748 -748
  100. package/es/packages/select-label/index.d.ts +852 -245
  101. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
  102. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
  103. package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
  104. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
  105. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  106. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  107. package/es/packages/select-label/style/index.less +151 -151
  108. package/es/packages/select-person/index.d.ts +29 -27
  109. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  110. package/es/packages/select-person/src/SelectPerson.vue.d.ts +35 -33
  111. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -49
  112. package/es/packages/select-person/src/utils/index.d.ts +4 -4
  113. package/es/packages/select-person/src/utils/index2.mjs +17 -3
  114. package/es/packages/select-person/style/index.less +229 -229
  115. package/es/packages/time-line/index.d.ts +28 -28
  116. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
  117. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  118. package/es/packages/time-line/style/index.less +34 -34
  119. package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
  120. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  121. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  122. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  123. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  124. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  125. package/global.d.ts +8 -8
  126. package/package.json +1 -1
  127. package/yarn-error.log +8659 -103
@@ -0,0 +1,2596 @@
1
+ import { PropType } from 'vue';
2
+ declare type Ifields = {
3
+ id: string;
4
+ name: string;
5
+ show: boolean;
6
+ sort: boolean;
7
+ alias: string;
8
+ fixedShow: boolean;
9
+ fixedWay: 'NONE' | 'LEFT' | 'RIGHT';
10
+ columnWidth: number;
11
+ [key: string]: any;
12
+ };
13
+ declare type Istate = {
14
+ spinning: boolean;
15
+ isCustomSearch: boolean;
16
+ clickItem: {
17
+ [key: string]: any;
18
+ };
19
+ fields: Ifields[];
20
+ };
21
+ declare const _default: import("vue").DefineComponent<{
22
+ fields: {
23
+ type: PropType<any[]>;
24
+ default: () => never[];
25
+ };
26
+ menuSource: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ drawerDirection: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ footerFlag: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }, {
39
+ emit: (event: "onSave" | "onClose", ...args: any[]) => void;
40
+ settingView: import("vue").Ref<HTMLInputElement | null>;
41
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
42
+ fields: {
43
+ type: PropType<any[]>;
44
+ default: () => never[];
45
+ };
46
+ menuSource: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ drawerDirection: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ footerFlag: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ }>> & {
59
+ onOnSave?: ((...args: any[]) => any) | undefined;
60
+ onOnClose?: ((...args: any[]) => any) | undefined;
61
+ }>>;
62
+ state: Istate;
63
+ leftStyle: (ele: Ifields) => {
64
+ background: string | undefined;
65
+ };
66
+ isMiddleAndAdmin: import("vue").ComputedRef<boolean>;
67
+ showCheckBox: (key: string) => boolean;
68
+ hideTab: () => void;
69
+ handleFieldSave: () => void;
70
+ onCancle: () => void;
71
+ calculateCheck: (key: string) => boolean;
72
+ handleAllCheck: (e: boolean, key: string) => void;
73
+ handleFieldClick: (item: Ifields) => void;
74
+ NButton: import("vue").DefineComponent<{
75
+ readonly color: StringConstructor;
76
+ readonly textColor: StringConstructor;
77
+ readonly text: BooleanConstructor;
78
+ readonly block: BooleanConstructor;
79
+ readonly loading: BooleanConstructor;
80
+ readonly disabled: BooleanConstructor;
81
+ readonly circle: BooleanConstructor;
82
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
83
+ readonly ghost: BooleanConstructor;
84
+ readonly round: BooleanConstructor;
85
+ readonly secondary: BooleanConstructor;
86
+ readonly tertiary: BooleanConstructor;
87
+ readonly quaternary: BooleanConstructor;
88
+ readonly strong: BooleanConstructor;
89
+ readonly focusable: {
90
+ readonly type: BooleanConstructor;
91
+ readonly default: true;
92
+ };
93
+ readonly keyboard: {
94
+ readonly type: BooleanConstructor;
95
+ readonly default: true;
96
+ };
97
+ readonly tag: {
98
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
99
+ readonly default: "button";
100
+ };
101
+ readonly type: {
102
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
103
+ readonly default: "default";
104
+ };
105
+ readonly dashed: BooleanConstructor;
106
+ readonly iconPlacement: {
107
+ readonly type: PropType<"left" | "right">;
108
+ readonly default: "left";
109
+ };
110
+ readonly attrType: {
111
+ readonly type: PropType<"button" | "reset" | "submit">;
112
+ readonly default: "button";
113
+ };
114
+ readonly bordered: {
115
+ readonly type: BooleanConstructor;
116
+ readonly default: true;
117
+ };
118
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
119
+ readonly nativeFocusBehavior: BooleanConstructor;
120
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
121
+ heightTiny: string;
122
+ heightSmall: string;
123
+ heightMedium: string;
124
+ heightLarge: string;
125
+ borderRadiusTiny: string;
126
+ borderRadiusSmall: string;
127
+ borderRadiusMedium: string;
128
+ borderRadiusLarge: string;
129
+ fontSizeTiny: string;
130
+ fontSizeSmall: string;
131
+ fontSizeMedium: string;
132
+ fontSizeLarge: string;
133
+ opacityDisabled: string;
134
+ colorOpacitySecondary: string;
135
+ colorOpacitySecondaryHover: string;
136
+ colorOpacitySecondaryPressed: string;
137
+ colorSecondary: string;
138
+ colorSecondaryHover: string;
139
+ colorSecondaryPressed: string;
140
+ colorTertiary: string;
141
+ colorTertiaryHover: string;
142
+ colorTertiaryPressed: string;
143
+ colorQuaternary: string;
144
+ colorQuaternaryHover: string;
145
+ colorQuaternaryPressed: string;
146
+ color: string;
147
+ colorHover: string;
148
+ colorPressed: string;
149
+ colorFocus: string;
150
+ colorDisabled: string;
151
+ textColor: string;
152
+ textColorTertiary: string;
153
+ textColorHover: string;
154
+ textColorPressed: string;
155
+ textColorFocus: string;
156
+ textColorDisabled: string;
157
+ textColorText: string;
158
+ textColorTextHover: string;
159
+ textColorTextPressed: string;
160
+ textColorTextFocus: string;
161
+ textColorTextDisabled: string;
162
+ textColorGhost: string;
163
+ textColorGhostHover: string;
164
+ textColorGhostPressed: string;
165
+ textColorGhostFocus: string;
166
+ textColorGhostDisabled: string;
167
+ border: string;
168
+ borderHover: string;
169
+ borderPressed: string;
170
+ borderFocus: string;
171
+ borderDisabled: string;
172
+ rippleColor: string;
173
+ colorPrimary: string;
174
+ colorHoverPrimary: string;
175
+ colorPressedPrimary: string;
176
+ colorFocusPrimary: string;
177
+ colorDisabledPrimary: string;
178
+ textColorPrimary: string;
179
+ textColorHoverPrimary: string;
180
+ textColorPressedPrimary: string;
181
+ textColorFocusPrimary: string;
182
+ textColorDisabledPrimary: string;
183
+ textColorTextPrimary: string;
184
+ textColorTextHoverPrimary: string;
185
+ textColorTextPressedPrimary: string;
186
+ textColorTextFocusPrimary: string;
187
+ textColorTextDisabledPrimary: string;
188
+ textColorGhostPrimary: string;
189
+ textColorGhostHoverPrimary: string;
190
+ textColorGhostPressedPrimary: string;
191
+ textColorGhostFocusPrimary: string;
192
+ textColorGhostDisabledPrimary: string;
193
+ borderPrimary: string;
194
+ borderHoverPrimary: string;
195
+ borderPressedPrimary: string;
196
+ borderFocusPrimary: string;
197
+ borderDisabledPrimary: string;
198
+ rippleColorPrimary: string;
199
+ colorInfo: string;
200
+ colorHoverInfo: string;
201
+ colorPressedInfo: string;
202
+ colorFocusInfo: string;
203
+ colorDisabledInfo: string;
204
+ textColorInfo: string;
205
+ textColorHoverInfo: string;
206
+ textColorPressedInfo: string;
207
+ textColorFocusInfo: string;
208
+ textColorDisabledInfo: string;
209
+ textColorTextInfo: string;
210
+ textColorTextHoverInfo: string;
211
+ textColorTextPressedInfo: string;
212
+ textColorTextFocusInfo: string;
213
+ textColorTextDisabledInfo: string;
214
+ textColorGhostInfo: string;
215
+ textColorGhostHoverInfo: string;
216
+ textColorGhostPressedInfo: string;
217
+ textColorGhostFocusInfo: string;
218
+ textColorGhostDisabledInfo: string;
219
+ borderInfo: string;
220
+ borderHoverInfo: string;
221
+ borderPressedInfo: string;
222
+ borderFocusInfo: string;
223
+ borderDisabledInfo: string;
224
+ rippleColorInfo: string;
225
+ colorSuccess: string;
226
+ colorHoverSuccess: string;
227
+ colorPressedSuccess: string;
228
+ colorFocusSuccess: string;
229
+ colorDisabledSuccess: string;
230
+ textColorSuccess: string;
231
+ textColorHoverSuccess: string;
232
+ textColorPressedSuccess: string;
233
+ textColorFocusSuccess: string;
234
+ textColorDisabledSuccess: string;
235
+ textColorTextSuccess: string;
236
+ textColorTextHoverSuccess: string;
237
+ textColorTextPressedSuccess: string;
238
+ textColorTextFocusSuccess: string;
239
+ textColorTextDisabledSuccess: string;
240
+ textColorGhostSuccess: string;
241
+ textColorGhostHoverSuccess: string;
242
+ textColorGhostPressedSuccess: string;
243
+ textColorGhostFocusSuccess: string;
244
+ textColorGhostDisabledSuccess: string;
245
+ borderSuccess: string;
246
+ borderHoverSuccess: string;
247
+ borderPressedSuccess: string;
248
+ borderFocusSuccess: string;
249
+ borderDisabledSuccess: string;
250
+ rippleColorSuccess: string;
251
+ colorWarning: string;
252
+ colorHoverWarning: string;
253
+ colorPressedWarning: string;
254
+ colorFocusWarning: string;
255
+ colorDisabledWarning: string;
256
+ textColorWarning: string;
257
+ textColorHoverWarning: string;
258
+ textColorPressedWarning: string;
259
+ textColorFocusWarning: string;
260
+ textColorDisabledWarning: string;
261
+ textColorTextWarning: string;
262
+ textColorTextHoverWarning: string;
263
+ textColorTextPressedWarning: string;
264
+ textColorTextFocusWarning: string;
265
+ textColorTextDisabledWarning: string;
266
+ textColorGhostWarning: string;
267
+ textColorGhostHoverWarning: string;
268
+ textColorGhostPressedWarning: string;
269
+ textColorGhostFocusWarning: string;
270
+ textColorGhostDisabledWarning: string;
271
+ borderWarning: string;
272
+ borderHoverWarning: string;
273
+ borderPressedWarning: string;
274
+ borderFocusWarning: string;
275
+ borderDisabledWarning: string;
276
+ rippleColorWarning: string;
277
+ colorError: string;
278
+ colorHoverError: string;
279
+ colorPressedError: string;
280
+ colorFocusError: string;
281
+ colorDisabledError: string;
282
+ textColorError: string;
283
+ textColorHoverError: string;
284
+ textColorPressedError: string;
285
+ textColorFocusError: string;
286
+ textColorDisabledError: string;
287
+ textColorTextError: string;
288
+ textColorTextHoverError: string;
289
+ textColorTextPressedError: string;
290
+ textColorTextFocusError: string;
291
+ textColorTextDisabledError: string;
292
+ textColorGhostError: string;
293
+ textColorGhostHoverError: string;
294
+ textColorGhostPressedError: string;
295
+ textColorGhostFocusError: string;
296
+ textColorGhostDisabledError: string;
297
+ borderError: string;
298
+ borderHoverError: string;
299
+ borderPressedError: string;
300
+ borderFocusError: string;
301
+ borderDisabledError: string;
302
+ rippleColorError: string;
303
+ waveOpacity: string;
304
+ fontWeight: string;
305
+ fontWeightStrong: string;
306
+ paddingTiny: string;
307
+ paddingSmall: string;
308
+ paddingMedium: string;
309
+ paddingLarge: string;
310
+ paddingRoundTiny: string;
311
+ paddingRoundSmall: string;
312
+ paddingRoundMedium: string;
313
+ paddingRoundLarge: string;
314
+ iconMarginTiny: string;
315
+ iconMarginSmall: string;
316
+ iconMarginMedium: string;
317
+ iconMarginLarge: string;
318
+ iconSizeTiny: string;
319
+ iconSizeSmall: string;
320
+ iconSizeMedium: string;
321
+ iconSizeLarge: string;
322
+ rippleDuration: string;
323
+ }, any>>;
324
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
325
+ heightTiny: string;
326
+ heightSmall: string;
327
+ heightMedium: string;
328
+ heightLarge: string;
329
+ borderRadiusTiny: string;
330
+ borderRadiusSmall: string;
331
+ borderRadiusMedium: string;
332
+ borderRadiusLarge: string;
333
+ fontSizeTiny: string;
334
+ fontSizeSmall: string;
335
+ fontSizeMedium: string;
336
+ fontSizeLarge: string;
337
+ opacityDisabled: string;
338
+ colorOpacitySecondary: string;
339
+ colorOpacitySecondaryHover: string;
340
+ colorOpacitySecondaryPressed: string;
341
+ colorSecondary: string;
342
+ colorSecondaryHover: string;
343
+ colorSecondaryPressed: string;
344
+ colorTertiary: string;
345
+ colorTertiaryHover: string;
346
+ colorTertiaryPressed: string;
347
+ colorQuaternary: string;
348
+ colorQuaternaryHover: string;
349
+ colorQuaternaryPressed: string;
350
+ color: string;
351
+ colorHover: string;
352
+ colorPressed: string;
353
+ colorFocus: string;
354
+ colorDisabled: string;
355
+ textColor: string;
356
+ textColorTertiary: string;
357
+ textColorHover: string;
358
+ textColorPressed: string;
359
+ textColorFocus: string;
360
+ textColorDisabled: string;
361
+ textColorText: string;
362
+ textColorTextHover: string;
363
+ textColorTextPressed: string;
364
+ textColorTextFocus: string;
365
+ textColorTextDisabled: string;
366
+ textColorGhost: string;
367
+ textColorGhostHover: string;
368
+ textColorGhostPressed: string;
369
+ textColorGhostFocus: string;
370
+ textColorGhostDisabled: string;
371
+ border: string;
372
+ borderHover: string;
373
+ borderPressed: string;
374
+ borderFocus: string;
375
+ borderDisabled: string;
376
+ rippleColor: string;
377
+ colorPrimary: string;
378
+ colorHoverPrimary: string;
379
+ colorPressedPrimary: string;
380
+ colorFocusPrimary: string;
381
+ colorDisabledPrimary: string;
382
+ textColorPrimary: string;
383
+ textColorHoverPrimary: string;
384
+ textColorPressedPrimary: string;
385
+ textColorFocusPrimary: string;
386
+ textColorDisabledPrimary: string;
387
+ textColorTextPrimary: string;
388
+ textColorTextHoverPrimary: string;
389
+ textColorTextPressedPrimary: string;
390
+ textColorTextFocusPrimary: string;
391
+ textColorTextDisabledPrimary: string;
392
+ textColorGhostPrimary: string;
393
+ textColorGhostHoverPrimary: string;
394
+ textColorGhostPressedPrimary: string;
395
+ textColorGhostFocusPrimary: string;
396
+ textColorGhostDisabledPrimary: string;
397
+ borderPrimary: string;
398
+ borderHoverPrimary: string;
399
+ borderPressedPrimary: string;
400
+ borderFocusPrimary: string;
401
+ borderDisabledPrimary: string;
402
+ rippleColorPrimary: string;
403
+ colorInfo: string;
404
+ colorHoverInfo: string;
405
+ colorPressedInfo: string;
406
+ colorFocusInfo: string;
407
+ colorDisabledInfo: string;
408
+ textColorInfo: string;
409
+ textColorHoverInfo: string;
410
+ textColorPressedInfo: string;
411
+ textColorFocusInfo: string;
412
+ textColorDisabledInfo: string;
413
+ textColorTextInfo: string;
414
+ textColorTextHoverInfo: string;
415
+ textColorTextPressedInfo: string;
416
+ textColorTextFocusInfo: string;
417
+ textColorTextDisabledInfo: string;
418
+ textColorGhostInfo: string;
419
+ textColorGhostHoverInfo: string;
420
+ textColorGhostPressedInfo: string;
421
+ textColorGhostFocusInfo: string;
422
+ textColorGhostDisabledInfo: string;
423
+ borderInfo: string;
424
+ borderHoverInfo: string;
425
+ borderPressedInfo: string;
426
+ borderFocusInfo: string;
427
+ borderDisabledInfo: string;
428
+ rippleColorInfo: string;
429
+ colorSuccess: string;
430
+ colorHoverSuccess: string;
431
+ colorPressedSuccess: string;
432
+ colorFocusSuccess: string;
433
+ colorDisabledSuccess: string;
434
+ textColorSuccess: string;
435
+ textColorHoverSuccess: string;
436
+ textColorPressedSuccess: string;
437
+ textColorFocusSuccess: string;
438
+ textColorDisabledSuccess: string;
439
+ textColorTextSuccess: string;
440
+ textColorTextHoverSuccess: string;
441
+ textColorTextPressedSuccess: string;
442
+ textColorTextFocusSuccess: string;
443
+ textColorTextDisabledSuccess: string;
444
+ textColorGhostSuccess: string;
445
+ textColorGhostHoverSuccess: string;
446
+ textColorGhostPressedSuccess: string;
447
+ textColorGhostFocusSuccess: string;
448
+ textColorGhostDisabledSuccess: string;
449
+ borderSuccess: string;
450
+ borderHoverSuccess: string;
451
+ borderPressedSuccess: string;
452
+ borderFocusSuccess: string;
453
+ borderDisabledSuccess: string;
454
+ rippleColorSuccess: string;
455
+ colorWarning: string;
456
+ colorHoverWarning: string;
457
+ colorPressedWarning: string;
458
+ colorFocusWarning: string;
459
+ colorDisabledWarning: string;
460
+ textColorWarning: string;
461
+ textColorHoverWarning: string;
462
+ textColorPressedWarning: string;
463
+ textColorFocusWarning: string;
464
+ textColorDisabledWarning: string;
465
+ textColorTextWarning: string;
466
+ textColorTextHoverWarning: string;
467
+ textColorTextPressedWarning: string;
468
+ textColorTextFocusWarning: string;
469
+ textColorTextDisabledWarning: string;
470
+ textColorGhostWarning: string;
471
+ textColorGhostHoverWarning: string;
472
+ textColorGhostPressedWarning: string;
473
+ textColorGhostFocusWarning: string;
474
+ textColorGhostDisabledWarning: string;
475
+ borderWarning: string;
476
+ borderHoverWarning: string;
477
+ borderPressedWarning: string;
478
+ borderFocusWarning: string;
479
+ borderDisabledWarning: string;
480
+ rippleColorWarning: string;
481
+ colorError: string;
482
+ colorHoverError: string;
483
+ colorPressedError: string;
484
+ colorFocusError: string;
485
+ colorDisabledError: string;
486
+ textColorError: string;
487
+ textColorHoverError: string;
488
+ textColorPressedError: string;
489
+ textColorFocusError: string;
490
+ textColorDisabledError: string;
491
+ textColorTextError: string;
492
+ textColorTextHoverError: string;
493
+ textColorTextPressedError: string;
494
+ textColorTextFocusError: string;
495
+ textColorTextDisabledError: string;
496
+ textColorGhostError: string;
497
+ textColorGhostHoverError: string;
498
+ textColorGhostPressedError: string;
499
+ textColorGhostFocusError: string;
500
+ textColorGhostDisabledError: string;
501
+ borderError: string;
502
+ borderHoverError: string;
503
+ borderPressedError: string;
504
+ borderFocusError: string;
505
+ borderDisabledError: string;
506
+ rippleColorError: string;
507
+ waveOpacity: string;
508
+ fontWeight: string;
509
+ fontWeightStrong: string;
510
+ paddingTiny: string;
511
+ paddingSmall: string;
512
+ paddingMedium: string;
513
+ paddingLarge: string;
514
+ paddingRoundTiny: string;
515
+ paddingRoundSmall: string;
516
+ paddingRoundMedium: string;
517
+ paddingRoundLarge: string;
518
+ iconMarginTiny: string;
519
+ iconMarginSmall: string;
520
+ iconMarginMedium: string;
521
+ iconMarginLarge: string;
522
+ iconSizeTiny: string;
523
+ iconSizeSmall: string;
524
+ iconSizeMedium: string;
525
+ iconSizeLarge: string;
526
+ rippleDuration: string;
527
+ }, any>>>;
528
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
529
+ heightTiny: string;
530
+ heightSmall: string;
531
+ heightMedium: string;
532
+ heightLarge: string;
533
+ borderRadiusTiny: string;
534
+ borderRadiusSmall: string;
535
+ borderRadiusMedium: string;
536
+ borderRadiusLarge: string;
537
+ fontSizeTiny: string;
538
+ fontSizeSmall: string;
539
+ fontSizeMedium: string;
540
+ fontSizeLarge: string;
541
+ opacityDisabled: string;
542
+ colorOpacitySecondary: string;
543
+ colorOpacitySecondaryHover: string;
544
+ colorOpacitySecondaryPressed: string;
545
+ colorSecondary: string;
546
+ colorSecondaryHover: string;
547
+ colorSecondaryPressed: string;
548
+ colorTertiary: string;
549
+ colorTertiaryHover: string;
550
+ colorTertiaryPressed: string;
551
+ colorQuaternary: string;
552
+ colorQuaternaryHover: string;
553
+ colorQuaternaryPressed: string;
554
+ color: string;
555
+ colorHover: string;
556
+ colorPressed: string;
557
+ colorFocus: string;
558
+ colorDisabled: string;
559
+ textColor: string;
560
+ textColorTertiary: string;
561
+ textColorHover: string;
562
+ textColorPressed: string;
563
+ textColorFocus: string;
564
+ textColorDisabled: string;
565
+ textColorText: string;
566
+ textColorTextHover: string;
567
+ textColorTextPressed: string;
568
+ textColorTextFocus: string;
569
+ textColorTextDisabled: string;
570
+ textColorGhost: string;
571
+ textColorGhostHover: string;
572
+ textColorGhostPressed: string;
573
+ textColorGhostFocus: string;
574
+ textColorGhostDisabled: string;
575
+ border: string;
576
+ borderHover: string;
577
+ borderPressed: string;
578
+ borderFocus: string;
579
+ borderDisabled: string;
580
+ rippleColor: string;
581
+ colorPrimary: string;
582
+ colorHoverPrimary: string;
583
+ colorPressedPrimary: string;
584
+ colorFocusPrimary: string;
585
+ colorDisabledPrimary: string;
586
+ textColorPrimary: string;
587
+ textColorHoverPrimary: string;
588
+ textColorPressedPrimary: string;
589
+ textColorFocusPrimary: string;
590
+ textColorDisabledPrimary: string;
591
+ textColorTextPrimary: string;
592
+ textColorTextHoverPrimary: string;
593
+ textColorTextPressedPrimary: string;
594
+ textColorTextFocusPrimary: string;
595
+ textColorTextDisabledPrimary: string;
596
+ textColorGhostPrimary: string;
597
+ textColorGhostHoverPrimary: string;
598
+ textColorGhostPressedPrimary: string;
599
+ textColorGhostFocusPrimary: string;
600
+ textColorGhostDisabledPrimary: string;
601
+ borderPrimary: string;
602
+ borderHoverPrimary: string;
603
+ borderPressedPrimary: string;
604
+ borderFocusPrimary: string;
605
+ borderDisabledPrimary: string;
606
+ rippleColorPrimary: string;
607
+ colorInfo: string;
608
+ colorHoverInfo: string;
609
+ colorPressedInfo: string;
610
+ colorFocusInfo: string;
611
+ colorDisabledInfo: string;
612
+ textColorInfo: string;
613
+ textColorHoverInfo: string;
614
+ textColorPressedInfo: string;
615
+ textColorFocusInfo: string;
616
+ textColorDisabledInfo: string;
617
+ textColorTextInfo: string;
618
+ textColorTextHoverInfo: string;
619
+ textColorTextPressedInfo: string;
620
+ textColorTextFocusInfo: string;
621
+ textColorTextDisabledInfo: string;
622
+ textColorGhostInfo: string;
623
+ textColorGhostHoverInfo: string;
624
+ textColorGhostPressedInfo: string;
625
+ textColorGhostFocusInfo: string;
626
+ textColorGhostDisabledInfo: string;
627
+ borderInfo: string;
628
+ borderHoverInfo: string;
629
+ borderPressedInfo: string;
630
+ borderFocusInfo: string;
631
+ borderDisabledInfo: string;
632
+ rippleColorInfo: string;
633
+ colorSuccess: string;
634
+ colorHoverSuccess: string;
635
+ colorPressedSuccess: string;
636
+ colorFocusSuccess: string;
637
+ colorDisabledSuccess: string;
638
+ textColorSuccess: string;
639
+ textColorHoverSuccess: string;
640
+ textColorPressedSuccess: string;
641
+ textColorFocusSuccess: string;
642
+ textColorDisabledSuccess: string;
643
+ textColorTextSuccess: string;
644
+ textColorTextHoverSuccess: string;
645
+ textColorTextPressedSuccess: string;
646
+ textColorTextFocusSuccess: string;
647
+ textColorTextDisabledSuccess: string;
648
+ textColorGhostSuccess: string;
649
+ textColorGhostHoverSuccess: string;
650
+ textColorGhostPressedSuccess: string;
651
+ textColorGhostFocusSuccess: string;
652
+ textColorGhostDisabledSuccess: string;
653
+ borderSuccess: string;
654
+ borderHoverSuccess: string;
655
+ borderPressedSuccess: string;
656
+ borderFocusSuccess: string;
657
+ borderDisabledSuccess: string;
658
+ rippleColorSuccess: string;
659
+ colorWarning: string;
660
+ colorHoverWarning: string;
661
+ colorPressedWarning: string;
662
+ colorFocusWarning: string;
663
+ colorDisabledWarning: string;
664
+ textColorWarning: string;
665
+ textColorHoverWarning: string;
666
+ textColorPressedWarning: string;
667
+ textColorFocusWarning: string;
668
+ textColorDisabledWarning: string;
669
+ textColorTextWarning: string;
670
+ textColorTextHoverWarning: string;
671
+ textColorTextPressedWarning: string;
672
+ textColorTextFocusWarning: string;
673
+ textColorTextDisabledWarning: string;
674
+ textColorGhostWarning: string;
675
+ textColorGhostHoverWarning: string;
676
+ textColorGhostPressedWarning: string;
677
+ textColorGhostFocusWarning: string;
678
+ textColorGhostDisabledWarning: string;
679
+ borderWarning: string;
680
+ borderHoverWarning: string;
681
+ borderPressedWarning: string;
682
+ borderFocusWarning: string;
683
+ borderDisabledWarning: string;
684
+ rippleColorWarning: string;
685
+ colorError: string;
686
+ colorHoverError: string;
687
+ colorPressedError: string;
688
+ colorFocusError: string;
689
+ colorDisabledError: string;
690
+ textColorError: string;
691
+ textColorHoverError: string;
692
+ textColorPressedError: string;
693
+ textColorFocusError: string;
694
+ textColorDisabledError: string;
695
+ textColorTextError: string;
696
+ textColorTextHoverError: string;
697
+ textColorTextPressedError: string;
698
+ textColorTextFocusError: string;
699
+ textColorTextDisabledError: string;
700
+ textColorGhostError: string;
701
+ textColorGhostHoverError: string;
702
+ textColorGhostPressedError: string;
703
+ textColorGhostFocusError: string;
704
+ textColorGhostDisabledError: string;
705
+ borderError: string;
706
+ borderHoverError: string;
707
+ borderPressedError: string;
708
+ borderFocusError: string;
709
+ borderDisabledError: string;
710
+ rippleColorError: string;
711
+ waveOpacity: string;
712
+ fontWeight: string;
713
+ fontWeightStrong: string;
714
+ paddingTiny: string;
715
+ paddingSmall: string;
716
+ paddingMedium: string;
717
+ paddingLarge: string;
718
+ paddingRoundTiny: string;
719
+ paddingRoundSmall: string;
720
+ paddingRoundMedium: string;
721
+ paddingRoundLarge: string;
722
+ iconMarginTiny: string;
723
+ iconMarginSmall: string;
724
+ iconMarginMedium: string;
725
+ iconMarginLarge: string;
726
+ iconSizeTiny: string;
727
+ iconSizeSmall: string;
728
+ iconSizeMedium: string;
729
+ iconSizeLarge: string;
730
+ rippleDuration: string;
731
+ }, any>>>;
732
+ }, {
733
+ selfElRef: import("vue").Ref<HTMLElement | null>;
734
+ waveElRef: import("vue").Ref<{
735
+ play: () => void;
736
+ } | null>;
737
+ mergedClsPrefix: import("vue").ComputedRef<string>;
738
+ mergedFocusable: import("vue").ComputedRef<boolean>;
739
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
740
+ showBorder: import("vue").ComputedRef<boolean>;
741
+ enterPressed: import("vue").Ref<boolean>;
742
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
743
+ handleMousedown: (e: MouseEvent) => void;
744
+ handleKeydown: (e: KeyboardEvent) => void;
745
+ handleBlur: () => void;
746
+ handleKeyup: (e: KeyboardEvent) => void;
747
+ handleClick: (e: MouseEvent) => void;
748
+ customColorCssVars: import("vue").ComputedRef<{
749
+ '--n-border-color': string;
750
+ '--n-border-color-hover': string;
751
+ '--n-border-color-pressed': string;
752
+ '--n-border-color-focus': string;
753
+ '--n-border-color-disabled': string;
754
+ } | null>;
755
+ cssVars: import("vue").ComputedRef<{
756
+ '--n-width': string;
757
+ '--n-height': string;
758
+ '--n-font-size': string;
759
+ '--n-padding': string;
760
+ '--n-icon-size': string;
761
+ '--n-icon-margin': string;
762
+ '--n-border-radius': string;
763
+ '--n-border': string;
764
+ '--n-border-hover': string;
765
+ '--n-border-pressed': string;
766
+ '--n-border-focus': string;
767
+ '--n-border-disabled': string;
768
+ '--n-color': string;
769
+ '--n-color-hover': string;
770
+ '--n-color-pressed': string;
771
+ '--n-color-focus': string;
772
+ '--n-color-disabled': string;
773
+ '--n-ripple-color': string;
774
+ '--n-text-color': string;
775
+ '--n-text-color-hover': string;
776
+ '--n-text-color-pressed': string;
777
+ '--n-text-color-focus': string;
778
+ '--n-text-color-disabled': string;
779
+ 'font-weight': string;
780
+ '--n-bezier': string;
781
+ '--n-bezier-ease-out': string;
782
+ '--n-ripple-duration': string;
783
+ '--n-opacity-disabled': string;
784
+ '--n-wave-opacity': string;
785
+ }> | undefined;
786
+ themeClass: import("vue").Ref<string> | undefined;
787
+ onRender: (() => void) | undefined;
788
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
789
+ readonly color: StringConstructor;
790
+ readonly textColor: StringConstructor;
791
+ readonly text: BooleanConstructor;
792
+ readonly block: BooleanConstructor;
793
+ readonly loading: BooleanConstructor;
794
+ readonly disabled: BooleanConstructor;
795
+ readonly circle: BooleanConstructor;
796
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
797
+ readonly ghost: BooleanConstructor;
798
+ readonly round: BooleanConstructor;
799
+ readonly secondary: BooleanConstructor;
800
+ readonly tertiary: BooleanConstructor;
801
+ readonly quaternary: BooleanConstructor;
802
+ readonly strong: BooleanConstructor;
803
+ readonly focusable: {
804
+ readonly type: BooleanConstructor;
805
+ readonly default: true;
806
+ };
807
+ readonly keyboard: {
808
+ readonly type: BooleanConstructor;
809
+ readonly default: true;
810
+ };
811
+ readonly tag: {
812
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
813
+ readonly default: "button";
814
+ };
815
+ readonly type: {
816
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
817
+ readonly default: "default";
818
+ };
819
+ readonly dashed: BooleanConstructor;
820
+ readonly iconPlacement: {
821
+ readonly type: PropType<"left" | "right">;
822
+ readonly default: "left";
823
+ };
824
+ readonly attrType: {
825
+ readonly type: PropType<"button" | "reset" | "submit">;
826
+ readonly default: "button";
827
+ };
828
+ readonly bordered: {
829
+ readonly type: BooleanConstructor;
830
+ readonly default: true;
831
+ };
832
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
833
+ readonly nativeFocusBehavior: BooleanConstructor;
834
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
835
+ heightTiny: string;
836
+ heightSmall: string;
837
+ heightMedium: string;
838
+ heightLarge: string;
839
+ borderRadiusTiny: string;
840
+ borderRadiusSmall: string;
841
+ borderRadiusMedium: string;
842
+ borderRadiusLarge: string;
843
+ fontSizeTiny: string;
844
+ fontSizeSmall: string;
845
+ fontSizeMedium: string;
846
+ fontSizeLarge: string;
847
+ opacityDisabled: string;
848
+ colorOpacitySecondary: string;
849
+ colorOpacitySecondaryHover: string;
850
+ colorOpacitySecondaryPressed: string;
851
+ colorSecondary: string;
852
+ colorSecondaryHover: string;
853
+ colorSecondaryPressed: string;
854
+ colorTertiary: string;
855
+ colorTertiaryHover: string;
856
+ colorTertiaryPressed: string;
857
+ colorQuaternary: string;
858
+ colorQuaternaryHover: string;
859
+ colorQuaternaryPressed: string;
860
+ color: string;
861
+ colorHover: string;
862
+ colorPressed: string;
863
+ colorFocus: string;
864
+ colorDisabled: string;
865
+ textColor: string;
866
+ textColorTertiary: string;
867
+ textColorHover: string;
868
+ textColorPressed: string;
869
+ textColorFocus: string;
870
+ textColorDisabled: string;
871
+ textColorText: string;
872
+ textColorTextHover: string;
873
+ textColorTextPressed: string;
874
+ textColorTextFocus: string;
875
+ textColorTextDisabled: string;
876
+ textColorGhost: string;
877
+ textColorGhostHover: string;
878
+ textColorGhostPressed: string;
879
+ textColorGhostFocus: string;
880
+ textColorGhostDisabled: string;
881
+ border: string;
882
+ borderHover: string;
883
+ borderPressed: string;
884
+ borderFocus: string;
885
+ borderDisabled: string;
886
+ rippleColor: string;
887
+ colorPrimary: string;
888
+ colorHoverPrimary: string;
889
+ colorPressedPrimary: string;
890
+ colorFocusPrimary: string;
891
+ colorDisabledPrimary: string;
892
+ textColorPrimary: string;
893
+ textColorHoverPrimary: string;
894
+ textColorPressedPrimary: string;
895
+ textColorFocusPrimary: string;
896
+ textColorDisabledPrimary: string;
897
+ textColorTextPrimary: string;
898
+ textColorTextHoverPrimary: string;
899
+ textColorTextPressedPrimary: string;
900
+ textColorTextFocusPrimary: string;
901
+ textColorTextDisabledPrimary: string;
902
+ textColorGhostPrimary: string;
903
+ textColorGhostHoverPrimary: string;
904
+ textColorGhostPressedPrimary: string;
905
+ textColorGhostFocusPrimary: string;
906
+ textColorGhostDisabledPrimary: string;
907
+ borderPrimary: string;
908
+ borderHoverPrimary: string;
909
+ borderPressedPrimary: string;
910
+ borderFocusPrimary: string;
911
+ borderDisabledPrimary: string;
912
+ rippleColorPrimary: string;
913
+ colorInfo: string;
914
+ colorHoverInfo: string;
915
+ colorPressedInfo: string;
916
+ colorFocusInfo: string;
917
+ colorDisabledInfo: string;
918
+ textColorInfo: string;
919
+ textColorHoverInfo: string;
920
+ textColorPressedInfo: string;
921
+ textColorFocusInfo: string;
922
+ textColorDisabledInfo: string;
923
+ textColorTextInfo: string;
924
+ textColorTextHoverInfo: string;
925
+ textColorTextPressedInfo: string;
926
+ textColorTextFocusInfo: string;
927
+ textColorTextDisabledInfo: string;
928
+ textColorGhostInfo: string;
929
+ textColorGhostHoverInfo: string;
930
+ textColorGhostPressedInfo: string;
931
+ textColorGhostFocusInfo: string;
932
+ textColorGhostDisabledInfo: string;
933
+ borderInfo: string;
934
+ borderHoverInfo: string;
935
+ borderPressedInfo: string;
936
+ borderFocusInfo: string;
937
+ borderDisabledInfo: string;
938
+ rippleColorInfo: string;
939
+ colorSuccess: string;
940
+ colorHoverSuccess: string;
941
+ colorPressedSuccess: string;
942
+ colorFocusSuccess: string;
943
+ colorDisabledSuccess: string;
944
+ textColorSuccess: string;
945
+ textColorHoverSuccess: string;
946
+ textColorPressedSuccess: string;
947
+ textColorFocusSuccess: string;
948
+ textColorDisabledSuccess: string;
949
+ textColorTextSuccess: string;
950
+ textColorTextHoverSuccess: string;
951
+ textColorTextPressedSuccess: string;
952
+ textColorTextFocusSuccess: string;
953
+ textColorTextDisabledSuccess: string;
954
+ textColorGhostSuccess: string;
955
+ textColorGhostHoverSuccess: string;
956
+ textColorGhostPressedSuccess: string;
957
+ textColorGhostFocusSuccess: string;
958
+ textColorGhostDisabledSuccess: string;
959
+ borderSuccess: string;
960
+ borderHoverSuccess: string;
961
+ borderPressedSuccess: string;
962
+ borderFocusSuccess: string;
963
+ borderDisabledSuccess: string;
964
+ rippleColorSuccess: string;
965
+ colorWarning: string;
966
+ colorHoverWarning: string;
967
+ colorPressedWarning: string;
968
+ colorFocusWarning: string;
969
+ colorDisabledWarning: string;
970
+ textColorWarning: string;
971
+ textColorHoverWarning: string;
972
+ textColorPressedWarning: string;
973
+ textColorFocusWarning: string;
974
+ textColorDisabledWarning: string;
975
+ textColorTextWarning: string;
976
+ textColorTextHoverWarning: string;
977
+ textColorTextPressedWarning: string;
978
+ textColorTextFocusWarning: string;
979
+ textColorTextDisabledWarning: string;
980
+ textColorGhostWarning: string;
981
+ textColorGhostHoverWarning: string;
982
+ textColorGhostPressedWarning: string;
983
+ textColorGhostFocusWarning: string;
984
+ textColorGhostDisabledWarning: string;
985
+ borderWarning: string;
986
+ borderHoverWarning: string;
987
+ borderPressedWarning: string;
988
+ borderFocusWarning: string;
989
+ borderDisabledWarning: string;
990
+ rippleColorWarning: string;
991
+ colorError: string;
992
+ colorHoverError: string;
993
+ colorPressedError: string;
994
+ colorFocusError: string;
995
+ colorDisabledError: string;
996
+ textColorError: string;
997
+ textColorHoverError: string;
998
+ textColorPressedError: string;
999
+ textColorFocusError: string;
1000
+ textColorDisabledError: string;
1001
+ textColorTextError: string;
1002
+ textColorTextHoverError: string;
1003
+ textColorTextPressedError: string;
1004
+ textColorTextFocusError: string;
1005
+ textColorTextDisabledError: string;
1006
+ textColorGhostError: string;
1007
+ textColorGhostHoverError: string;
1008
+ textColorGhostPressedError: string;
1009
+ textColorGhostFocusError: string;
1010
+ textColorGhostDisabledError: string;
1011
+ borderError: string;
1012
+ borderHoverError: string;
1013
+ borderPressedError: string;
1014
+ borderFocusError: string;
1015
+ borderDisabledError: string;
1016
+ rippleColorError: string;
1017
+ waveOpacity: string;
1018
+ fontWeight: string;
1019
+ fontWeightStrong: string;
1020
+ paddingTiny: string;
1021
+ paddingSmall: string;
1022
+ paddingMedium: string;
1023
+ paddingLarge: string;
1024
+ paddingRoundTiny: string;
1025
+ paddingRoundSmall: string;
1026
+ paddingRoundMedium: string;
1027
+ paddingRoundLarge: string;
1028
+ iconMarginTiny: string;
1029
+ iconMarginSmall: string;
1030
+ iconMarginMedium: string;
1031
+ iconMarginLarge: string;
1032
+ iconSizeTiny: string;
1033
+ iconSizeSmall: string;
1034
+ iconSizeMedium: string;
1035
+ iconSizeLarge: string;
1036
+ rippleDuration: string;
1037
+ }, any>>;
1038
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1039
+ heightTiny: string;
1040
+ heightSmall: string;
1041
+ heightMedium: string;
1042
+ heightLarge: string;
1043
+ borderRadiusTiny: string;
1044
+ borderRadiusSmall: string;
1045
+ borderRadiusMedium: string;
1046
+ borderRadiusLarge: string;
1047
+ fontSizeTiny: string;
1048
+ fontSizeSmall: string;
1049
+ fontSizeMedium: string;
1050
+ fontSizeLarge: string;
1051
+ opacityDisabled: string;
1052
+ colorOpacitySecondary: string;
1053
+ colorOpacitySecondaryHover: string;
1054
+ colorOpacitySecondaryPressed: string;
1055
+ colorSecondary: string;
1056
+ colorSecondaryHover: string;
1057
+ colorSecondaryPressed: string;
1058
+ colorTertiary: string;
1059
+ colorTertiaryHover: string;
1060
+ colorTertiaryPressed: string;
1061
+ colorQuaternary: string;
1062
+ colorQuaternaryHover: string;
1063
+ colorQuaternaryPressed: string;
1064
+ color: string;
1065
+ colorHover: string;
1066
+ colorPressed: string;
1067
+ colorFocus: string;
1068
+ colorDisabled: string;
1069
+ textColor: string;
1070
+ textColorTertiary: string;
1071
+ textColorHover: string;
1072
+ textColorPressed: string;
1073
+ textColorFocus: string;
1074
+ textColorDisabled: string;
1075
+ textColorText: string;
1076
+ textColorTextHover: string;
1077
+ textColorTextPressed: string;
1078
+ textColorTextFocus: string;
1079
+ textColorTextDisabled: string;
1080
+ textColorGhost: string;
1081
+ textColorGhostHover: string;
1082
+ textColorGhostPressed: string;
1083
+ textColorGhostFocus: string;
1084
+ textColorGhostDisabled: string;
1085
+ border: string;
1086
+ borderHover: string;
1087
+ borderPressed: string;
1088
+ borderFocus: string;
1089
+ borderDisabled: string;
1090
+ rippleColor: string;
1091
+ colorPrimary: string;
1092
+ colorHoverPrimary: string;
1093
+ colorPressedPrimary: string;
1094
+ colorFocusPrimary: string;
1095
+ colorDisabledPrimary: string;
1096
+ textColorPrimary: string;
1097
+ textColorHoverPrimary: string;
1098
+ textColorPressedPrimary: string;
1099
+ textColorFocusPrimary: string;
1100
+ textColorDisabledPrimary: string;
1101
+ textColorTextPrimary: string;
1102
+ textColorTextHoverPrimary: string;
1103
+ textColorTextPressedPrimary: string;
1104
+ textColorTextFocusPrimary: string;
1105
+ textColorTextDisabledPrimary: string;
1106
+ textColorGhostPrimary: string;
1107
+ textColorGhostHoverPrimary: string;
1108
+ textColorGhostPressedPrimary: string;
1109
+ textColorGhostFocusPrimary: string;
1110
+ textColorGhostDisabledPrimary: string;
1111
+ borderPrimary: string;
1112
+ borderHoverPrimary: string;
1113
+ borderPressedPrimary: string;
1114
+ borderFocusPrimary: string;
1115
+ borderDisabledPrimary: string;
1116
+ rippleColorPrimary: string;
1117
+ colorInfo: string;
1118
+ colorHoverInfo: string;
1119
+ colorPressedInfo: string;
1120
+ colorFocusInfo: string;
1121
+ colorDisabledInfo: string;
1122
+ textColorInfo: string;
1123
+ textColorHoverInfo: string;
1124
+ textColorPressedInfo: string;
1125
+ textColorFocusInfo: string;
1126
+ textColorDisabledInfo: string;
1127
+ textColorTextInfo: string;
1128
+ textColorTextHoverInfo: string;
1129
+ textColorTextPressedInfo: string;
1130
+ textColorTextFocusInfo: string;
1131
+ textColorTextDisabledInfo: string;
1132
+ textColorGhostInfo: string;
1133
+ textColorGhostHoverInfo: string;
1134
+ textColorGhostPressedInfo: string;
1135
+ textColorGhostFocusInfo: string;
1136
+ textColorGhostDisabledInfo: string;
1137
+ borderInfo: string;
1138
+ borderHoverInfo: string;
1139
+ borderPressedInfo: string;
1140
+ borderFocusInfo: string;
1141
+ borderDisabledInfo: string;
1142
+ rippleColorInfo: string;
1143
+ colorSuccess: string;
1144
+ colorHoverSuccess: string;
1145
+ colorPressedSuccess: string;
1146
+ colorFocusSuccess: string;
1147
+ colorDisabledSuccess: string;
1148
+ textColorSuccess: string;
1149
+ textColorHoverSuccess: string;
1150
+ textColorPressedSuccess: string;
1151
+ textColorFocusSuccess: string;
1152
+ textColorDisabledSuccess: string;
1153
+ textColorTextSuccess: string;
1154
+ textColorTextHoverSuccess: string;
1155
+ textColorTextPressedSuccess: string;
1156
+ textColorTextFocusSuccess: string;
1157
+ textColorTextDisabledSuccess: string;
1158
+ textColorGhostSuccess: string;
1159
+ textColorGhostHoverSuccess: string;
1160
+ textColorGhostPressedSuccess: string;
1161
+ textColorGhostFocusSuccess: string;
1162
+ textColorGhostDisabledSuccess: string;
1163
+ borderSuccess: string;
1164
+ borderHoverSuccess: string;
1165
+ borderPressedSuccess: string;
1166
+ borderFocusSuccess: string;
1167
+ borderDisabledSuccess: string;
1168
+ rippleColorSuccess: string;
1169
+ colorWarning: string;
1170
+ colorHoverWarning: string;
1171
+ colorPressedWarning: string;
1172
+ colorFocusWarning: string;
1173
+ colorDisabledWarning: string;
1174
+ textColorWarning: string;
1175
+ textColorHoverWarning: string;
1176
+ textColorPressedWarning: string;
1177
+ textColorFocusWarning: string;
1178
+ textColorDisabledWarning: string;
1179
+ textColorTextWarning: string;
1180
+ textColorTextHoverWarning: string;
1181
+ textColorTextPressedWarning: string;
1182
+ textColorTextFocusWarning: string;
1183
+ textColorTextDisabledWarning: string;
1184
+ textColorGhostWarning: string;
1185
+ textColorGhostHoverWarning: string;
1186
+ textColorGhostPressedWarning: string;
1187
+ textColorGhostFocusWarning: string;
1188
+ textColorGhostDisabledWarning: string;
1189
+ borderWarning: string;
1190
+ borderHoverWarning: string;
1191
+ borderPressedWarning: string;
1192
+ borderFocusWarning: string;
1193
+ borderDisabledWarning: string;
1194
+ rippleColorWarning: string;
1195
+ colorError: string;
1196
+ colorHoverError: string;
1197
+ colorPressedError: string;
1198
+ colorFocusError: string;
1199
+ colorDisabledError: string;
1200
+ textColorError: string;
1201
+ textColorHoverError: string;
1202
+ textColorPressedError: string;
1203
+ textColorFocusError: string;
1204
+ textColorDisabledError: string;
1205
+ textColorTextError: string;
1206
+ textColorTextHoverError: string;
1207
+ textColorTextPressedError: string;
1208
+ textColorTextFocusError: string;
1209
+ textColorTextDisabledError: string;
1210
+ textColorGhostError: string;
1211
+ textColorGhostHoverError: string;
1212
+ textColorGhostPressedError: string;
1213
+ textColorGhostFocusError: string;
1214
+ textColorGhostDisabledError: string;
1215
+ borderError: string;
1216
+ borderHoverError: string;
1217
+ borderPressedError: string;
1218
+ borderFocusError: string;
1219
+ borderDisabledError: string;
1220
+ rippleColorError: string;
1221
+ waveOpacity: string;
1222
+ fontWeight: string;
1223
+ fontWeightStrong: string;
1224
+ paddingTiny: string;
1225
+ paddingSmall: string;
1226
+ paddingMedium: string;
1227
+ paddingLarge: string;
1228
+ paddingRoundTiny: string;
1229
+ paddingRoundSmall: string;
1230
+ paddingRoundMedium: string;
1231
+ paddingRoundLarge: string;
1232
+ iconMarginTiny: string;
1233
+ iconMarginSmall: string;
1234
+ iconMarginMedium: string;
1235
+ iconMarginLarge: string;
1236
+ iconSizeTiny: string;
1237
+ iconSizeSmall: string;
1238
+ iconSizeMedium: string;
1239
+ iconSizeLarge: string;
1240
+ rippleDuration: string;
1241
+ }, any>>>;
1242
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1243
+ heightTiny: string;
1244
+ heightSmall: string;
1245
+ heightMedium: string;
1246
+ heightLarge: string;
1247
+ borderRadiusTiny: string;
1248
+ borderRadiusSmall: string;
1249
+ borderRadiusMedium: string;
1250
+ borderRadiusLarge: string;
1251
+ fontSizeTiny: string;
1252
+ fontSizeSmall: string;
1253
+ fontSizeMedium: string;
1254
+ fontSizeLarge: string;
1255
+ opacityDisabled: string;
1256
+ colorOpacitySecondary: string;
1257
+ colorOpacitySecondaryHover: string;
1258
+ colorOpacitySecondaryPressed: string;
1259
+ colorSecondary: string;
1260
+ colorSecondaryHover: string;
1261
+ colorSecondaryPressed: string;
1262
+ colorTertiary: string;
1263
+ colorTertiaryHover: string;
1264
+ colorTertiaryPressed: string;
1265
+ colorQuaternary: string;
1266
+ colorQuaternaryHover: string;
1267
+ colorQuaternaryPressed: string;
1268
+ color: string;
1269
+ colorHover: string;
1270
+ colorPressed: string;
1271
+ colorFocus: string;
1272
+ colorDisabled: string;
1273
+ textColor: string;
1274
+ textColorTertiary: string;
1275
+ textColorHover: string;
1276
+ textColorPressed: string;
1277
+ textColorFocus: string;
1278
+ textColorDisabled: string;
1279
+ textColorText: string;
1280
+ textColorTextHover: string;
1281
+ textColorTextPressed: string;
1282
+ textColorTextFocus: string;
1283
+ textColorTextDisabled: string;
1284
+ textColorGhost: string;
1285
+ textColorGhostHover: string;
1286
+ textColorGhostPressed: string;
1287
+ textColorGhostFocus: string;
1288
+ textColorGhostDisabled: string;
1289
+ border: string;
1290
+ borderHover: string;
1291
+ borderPressed: string;
1292
+ borderFocus: string;
1293
+ borderDisabled: string;
1294
+ rippleColor: string;
1295
+ colorPrimary: string;
1296
+ colorHoverPrimary: string;
1297
+ colorPressedPrimary: string;
1298
+ colorFocusPrimary: string;
1299
+ colorDisabledPrimary: string;
1300
+ textColorPrimary: string;
1301
+ textColorHoverPrimary: string;
1302
+ textColorPressedPrimary: string;
1303
+ textColorFocusPrimary: string;
1304
+ textColorDisabledPrimary: string;
1305
+ textColorTextPrimary: string;
1306
+ textColorTextHoverPrimary: string;
1307
+ textColorTextPressedPrimary: string;
1308
+ textColorTextFocusPrimary: string;
1309
+ textColorTextDisabledPrimary: string;
1310
+ textColorGhostPrimary: string;
1311
+ textColorGhostHoverPrimary: string;
1312
+ textColorGhostPressedPrimary: string;
1313
+ textColorGhostFocusPrimary: string;
1314
+ textColorGhostDisabledPrimary: string;
1315
+ borderPrimary: string;
1316
+ borderHoverPrimary: string;
1317
+ borderPressedPrimary: string;
1318
+ borderFocusPrimary: string;
1319
+ borderDisabledPrimary: string;
1320
+ rippleColorPrimary: string;
1321
+ colorInfo: string;
1322
+ colorHoverInfo: string;
1323
+ colorPressedInfo: string;
1324
+ colorFocusInfo: string;
1325
+ colorDisabledInfo: string;
1326
+ textColorInfo: string;
1327
+ textColorHoverInfo: string;
1328
+ textColorPressedInfo: string;
1329
+ textColorFocusInfo: string;
1330
+ textColorDisabledInfo: string;
1331
+ textColorTextInfo: string;
1332
+ textColorTextHoverInfo: string;
1333
+ textColorTextPressedInfo: string;
1334
+ textColorTextFocusInfo: string;
1335
+ textColorTextDisabledInfo: string;
1336
+ textColorGhostInfo: string;
1337
+ textColorGhostHoverInfo: string;
1338
+ textColorGhostPressedInfo: string;
1339
+ textColorGhostFocusInfo: string;
1340
+ textColorGhostDisabledInfo: string;
1341
+ borderInfo: string;
1342
+ borderHoverInfo: string;
1343
+ borderPressedInfo: string;
1344
+ borderFocusInfo: string;
1345
+ borderDisabledInfo: string;
1346
+ rippleColorInfo: string;
1347
+ colorSuccess: string;
1348
+ colorHoverSuccess: string;
1349
+ colorPressedSuccess: string;
1350
+ colorFocusSuccess: string;
1351
+ colorDisabledSuccess: string;
1352
+ textColorSuccess: string;
1353
+ textColorHoverSuccess: string;
1354
+ textColorPressedSuccess: string;
1355
+ textColorFocusSuccess: string;
1356
+ textColorDisabledSuccess: string;
1357
+ textColorTextSuccess: string;
1358
+ textColorTextHoverSuccess: string;
1359
+ textColorTextPressedSuccess: string;
1360
+ textColorTextFocusSuccess: string;
1361
+ textColorTextDisabledSuccess: string;
1362
+ textColorGhostSuccess: string;
1363
+ textColorGhostHoverSuccess: string;
1364
+ textColorGhostPressedSuccess: string;
1365
+ textColorGhostFocusSuccess: string;
1366
+ textColorGhostDisabledSuccess: string;
1367
+ borderSuccess: string;
1368
+ borderHoverSuccess: string;
1369
+ borderPressedSuccess: string;
1370
+ borderFocusSuccess: string;
1371
+ borderDisabledSuccess: string;
1372
+ rippleColorSuccess: string;
1373
+ colorWarning: string;
1374
+ colorHoverWarning: string;
1375
+ colorPressedWarning: string;
1376
+ colorFocusWarning: string;
1377
+ colorDisabledWarning: string;
1378
+ textColorWarning: string;
1379
+ textColorHoverWarning: string;
1380
+ textColorPressedWarning: string;
1381
+ textColorFocusWarning: string;
1382
+ textColorDisabledWarning: string;
1383
+ textColorTextWarning: string;
1384
+ textColorTextHoverWarning: string;
1385
+ textColorTextPressedWarning: string;
1386
+ textColorTextFocusWarning: string;
1387
+ textColorTextDisabledWarning: string;
1388
+ textColorGhostWarning: string;
1389
+ textColorGhostHoverWarning: string;
1390
+ textColorGhostPressedWarning: string;
1391
+ textColorGhostFocusWarning: string;
1392
+ textColorGhostDisabledWarning: string;
1393
+ borderWarning: string;
1394
+ borderHoverWarning: string;
1395
+ borderPressedWarning: string;
1396
+ borderFocusWarning: string;
1397
+ borderDisabledWarning: string;
1398
+ rippleColorWarning: string;
1399
+ colorError: string;
1400
+ colorHoverError: string;
1401
+ colorPressedError: string;
1402
+ colorFocusError: string;
1403
+ colorDisabledError: string;
1404
+ textColorError: string;
1405
+ textColorHoverError: string;
1406
+ textColorPressedError: string;
1407
+ textColorFocusError: string;
1408
+ textColorDisabledError: string;
1409
+ textColorTextError: string;
1410
+ textColorTextHoverError: string;
1411
+ textColorTextPressedError: string;
1412
+ textColorTextFocusError: string;
1413
+ textColorTextDisabledError: string;
1414
+ textColorGhostError: string;
1415
+ textColorGhostHoverError: string;
1416
+ textColorGhostPressedError: string;
1417
+ textColorGhostFocusError: string;
1418
+ textColorGhostDisabledError: string;
1419
+ borderError: string;
1420
+ borderHoverError: string;
1421
+ borderPressedError: string;
1422
+ borderFocusError: string;
1423
+ borderDisabledError: string;
1424
+ rippleColorError: string;
1425
+ waveOpacity: string;
1426
+ fontWeight: string;
1427
+ fontWeightStrong: string;
1428
+ paddingTiny: string;
1429
+ paddingSmall: string;
1430
+ paddingMedium: string;
1431
+ paddingLarge: string;
1432
+ paddingRoundTiny: string;
1433
+ paddingRoundSmall: string;
1434
+ paddingRoundMedium: string;
1435
+ paddingRoundLarge: string;
1436
+ iconMarginTiny: string;
1437
+ iconMarginSmall: string;
1438
+ iconMarginMedium: string;
1439
+ iconMarginLarge: string;
1440
+ iconSizeTiny: string;
1441
+ iconSizeSmall: string;
1442
+ iconSizeMedium: string;
1443
+ iconSizeLarge: string;
1444
+ rippleDuration: string;
1445
+ }, any>>>;
1446
+ }>>, {
1447
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1448
+ readonly tag: keyof HTMLElementTagNameMap;
1449
+ readonly block: boolean;
1450
+ readonly round: boolean;
1451
+ readonly dashed: boolean;
1452
+ readonly text: boolean;
1453
+ readonly circle: boolean;
1454
+ readonly disabled: boolean;
1455
+ readonly focusable: boolean;
1456
+ readonly strong: boolean;
1457
+ readonly loading: boolean;
1458
+ readonly bordered: boolean;
1459
+ readonly tertiary: boolean;
1460
+ readonly ghost: boolean;
1461
+ readonly keyboard: boolean;
1462
+ readonly secondary: boolean;
1463
+ readonly quaternary: boolean;
1464
+ readonly iconPlacement: "left" | "right";
1465
+ readonly attrType: "button" | "reset" | "submit";
1466
+ readonly nativeFocusBehavior: boolean;
1467
+ }>;
1468
+ NCheckbox: import("vue").DefineComponent<{
1469
+ size: PropType<"small" | "medium" | "large">;
1470
+ checked: {
1471
+ type: PropType<string | number | boolean | undefined>;
1472
+ default: undefined;
1473
+ };
1474
+ defaultChecked: {
1475
+ type: PropType<string | number | boolean>;
1476
+ default: boolean;
1477
+ };
1478
+ value: PropType<string | number>;
1479
+ disabled: {
1480
+ type: PropType<boolean | undefined>;
1481
+ default: undefined;
1482
+ };
1483
+ indeterminate: BooleanConstructor;
1484
+ label: StringConstructor;
1485
+ focusable: {
1486
+ type: BooleanConstructor;
1487
+ default: boolean;
1488
+ };
1489
+ checkedValue: {
1490
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1491
+ default: boolean;
1492
+ };
1493
+ uncheckedValue: {
1494
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1495
+ default: boolean;
1496
+ };
1497
+ 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1498
+ onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1499
+ privateInsideTable: BooleanConstructor;
1500
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1501
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1502
+ labelLineHeight: string;
1503
+ fontSizeSmall: string;
1504
+ fontSizeMedium: string;
1505
+ fontSizeLarge: string;
1506
+ borderRadius: string;
1507
+ color: string;
1508
+ colorChecked: string;
1509
+ colorDisabled: string;
1510
+ colorDisabledChecked: string;
1511
+ colorTableHeader: string;
1512
+ colorTableHeaderModal: string;
1513
+ colorTableHeaderPopover: string;
1514
+ checkMarkColor: string;
1515
+ checkMarkColorDisabled: string;
1516
+ checkMarkColorDisabledChecked: string;
1517
+ border: string;
1518
+ borderDisabled: string;
1519
+ borderDisabledChecked: string;
1520
+ borderChecked: string;
1521
+ borderFocus: string;
1522
+ boxShadowFocus: string;
1523
+ textColor: string;
1524
+ textColorDisabled: string;
1525
+ sizeSmall: string;
1526
+ sizeMedium: string;
1527
+ sizeLarge: string;
1528
+ labelPadding: string;
1529
+ }, any>>;
1530
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1531
+ labelLineHeight: string;
1532
+ fontSizeSmall: string;
1533
+ fontSizeMedium: string;
1534
+ fontSizeLarge: string;
1535
+ borderRadius: string;
1536
+ color: string;
1537
+ colorChecked: string;
1538
+ colorDisabled: string;
1539
+ colorDisabledChecked: string;
1540
+ colorTableHeader: string;
1541
+ colorTableHeaderModal: string;
1542
+ colorTableHeaderPopover: string;
1543
+ checkMarkColor: string;
1544
+ checkMarkColorDisabled: string;
1545
+ checkMarkColorDisabledChecked: string;
1546
+ border: string;
1547
+ borderDisabled: string;
1548
+ borderDisabledChecked: string;
1549
+ borderChecked: string;
1550
+ borderFocus: string;
1551
+ boxShadowFocus: string;
1552
+ textColor: string;
1553
+ textColorDisabled: string;
1554
+ sizeSmall: string;
1555
+ sizeMedium: string;
1556
+ sizeLarge: string;
1557
+ labelPadding: string;
1558
+ }, any>>>;
1559
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1560
+ labelLineHeight: string;
1561
+ fontSizeSmall: string;
1562
+ fontSizeMedium: string;
1563
+ fontSizeLarge: string;
1564
+ borderRadius: string;
1565
+ color: string;
1566
+ colorChecked: string;
1567
+ colorDisabled: string;
1568
+ colorDisabledChecked: string;
1569
+ colorTableHeader: string;
1570
+ colorTableHeaderModal: string;
1571
+ colorTableHeaderPopover: string;
1572
+ checkMarkColor: string;
1573
+ checkMarkColorDisabled: string;
1574
+ checkMarkColorDisabledChecked: string;
1575
+ border: string;
1576
+ borderDisabled: string;
1577
+ borderDisabledChecked: string;
1578
+ borderChecked: string;
1579
+ borderFocus: string;
1580
+ boxShadowFocus: string;
1581
+ textColor: string;
1582
+ textColorDisabled: string;
1583
+ sizeSmall: string;
1584
+ sizeMedium: string;
1585
+ sizeLarge: string;
1586
+ labelPadding: string;
1587
+ }, any>>>;
1588
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
1589
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1590
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
1591
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1592
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1593
+ renderedChecked: import("vue").ComputedRef<boolean>;
1594
+ mergedTheme: import("vue").ComputedRef<{
1595
+ common: {
1596
+ baseColor: string;
1597
+ primaryColor: string;
1598
+ primaryColorHover: string;
1599
+ primaryColorPressed: string;
1600
+ primaryColorSuppl: string;
1601
+ infoColor: string;
1602
+ infoColorHover: string;
1603
+ infoColorPressed: string;
1604
+ infoColorSuppl: string;
1605
+ successColor: string;
1606
+ successColorHover: string;
1607
+ successColorPressed: string;
1608
+ successColorSuppl: string;
1609
+ warningColor: string;
1610
+ warningColorHover: string;
1611
+ warningColorPressed: string;
1612
+ warningColorSuppl: string;
1613
+ errorColor: string;
1614
+ errorColorHover: string;
1615
+ errorColorPressed: string;
1616
+ errorColorSuppl: string;
1617
+ textColorBase: string;
1618
+ textColor1: string;
1619
+ textColor2: string;
1620
+ textColor3: string;
1621
+ textColorDisabled: string;
1622
+ placeholderColor: string;
1623
+ placeholderColorDisabled: string;
1624
+ iconColor: string;
1625
+ iconColorHover: string;
1626
+ iconColorPressed: string;
1627
+ iconColorDisabled: string;
1628
+ opacity1: string;
1629
+ opacity2: string;
1630
+ opacity3: string;
1631
+ opacity4: string;
1632
+ opacity5: string;
1633
+ dividerColor: string;
1634
+ borderColor: string;
1635
+ closeIconColor: string;
1636
+ closeIconColorHover: string;
1637
+ closeIconColorPressed: string;
1638
+ closeColorHover: string;
1639
+ closeColorPressed: string;
1640
+ clearColor: string;
1641
+ clearColorHover: string;
1642
+ clearColorPressed: string;
1643
+ scrollbarColor: string;
1644
+ scrollbarColorHover: string;
1645
+ scrollbarWidth: string;
1646
+ scrollbarHeight: string;
1647
+ scrollbarBorderRadius: string;
1648
+ progressRailColor: string;
1649
+ railColor: string;
1650
+ popoverColor: string;
1651
+ tableColor: string;
1652
+ cardColor: string;
1653
+ modalColor: string;
1654
+ bodyColor: string;
1655
+ tagColor: string;
1656
+ avatarColor: string;
1657
+ invertedColor: string;
1658
+ inputColor: string;
1659
+ codeColor: string;
1660
+ tabColor: string;
1661
+ actionColor: string;
1662
+ tableHeaderColor: string;
1663
+ hoverColor: string;
1664
+ tableColorHover: string;
1665
+ tableColorStriped: string;
1666
+ pressedColor: string;
1667
+ opacityDisabled: string;
1668
+ inputColorDisabled: string;
1669
+ buttonColor2: string;
1670
+ buttonColor2Hover: string;
1671
+ buttonColor2Pressed: string;
1672
+ boxShadow1: string;
1673
+ boxShadow2: string;
1674
+ boxShadow3: string;
1675
+ fontFamily: string;
1676
+ fontFamilyMono: string;
1677
+ fontWeight: string;
1678
+ fontWeightStrong: string;
1679
+ cubicBezierEaseInOut: string;
1680
+ cubicBezierEaseOut: string;
1681
+ cubicBezierEaseIn: string;
1682
+ borderRadius: string;
1683
+ borderRadiusSmall: string;
1684
+ fontSize: string;
1685
+ fontSizeMini: string;
1686
+ fontSizeTiny: string;
1687
+ fontSizeSmall: string;
1688
+ fontSizeMedium: string;
1689
+ fontSizeLarge: string;
1690
+ fontSizeHuge: string;
1691
+ lineHeight: string;
1692
+ heightMini: string;
1693
+ heightTiny: string;
1694
+ heightSmall: string;
1695
+ heightMedium: string;
1696
+ heightLarge: string;
1697
+ heightHuge: string;
1698
+ name: "common";
1699
+ };
1700
+ self: {
1701
+ labelLineHeight: string;
1702
+ fontSizeSmall: string;
1703
+ fontSizeMedium: string;
1704
+ fontSizeLarge: string;
1705
+ borderRadius: string;
1706
+ color: string;
1707
+ colorChecked: string;
1708
+ colorDisabled: string;
1709
+ colorDisabledChecked: string;
1710
+ colorTableHeader: string;
1711
+ colorTableHeaderModal: string;
1712
+ colorTableHeaderPopover: string;
1713
+ checkMarkColor: string;
1714
+ checkMarkColorDisabled: string;
1715
+ checkMarkColorDisabledChecked: string;
1716
+ border: string;
1717
+ borderDisabled: string;
1718
+ borderDisabledChecked: string;
1719
+ borderChecked: string;
1720
+ borderFocus: string;
1721
+ boxShadowFocus: string;
1722
+ textColor: string;
1723
+ textColorDisabled: string;
1724
+ sizeSmall: string;
1725
+ sizeMedium: string;
1726
+ sizeLarge: string;
1727
+ labelPadding: string;
1728
+ };
1729
+ peers: any;
1730
+ peerOverrides: {
1731
+ [x: string]: any;
1732
+ };
1733
+ }>;
1734
+ labelId: string;
1735
+ handleClick: (e: MouseEvent) => void;
1736
+ handleKeyUp: (e: KeyboardEvent) => void;
1737
+ handleKeyDown: (e: KeyboardEvent) => void;
1738
+ cssVars: import("vue").ComputedRef<{
1739
+ '--n-label-line-height': string;
1740
+ '--n-size': string;
1741
+ '--n-bezier': string;
1742
+ '--n-border-radius': string;
1743
+ '--n-border': string;
1744
+ '--n-border-checked': string;
1745
+ '--n-border-focus': string;
1746
+ '--n-border-disabled': string;
1747
+ '--n-border-disabled-checked': string;
1748
+ '--n-box-shadow-focus': string;
1749
+ '--n-color': string;
1750
+ '--n-color-checked': string;
1751
+ '--n-color-table': string;
1752
+ '--n-color-table-modal': string;
1753
+ '--n-color-table-popover': string;
1754
+ '--n-color-disabled': string;
1755
+ '--n-color-disabled-checked': string;
1756
+ '--n-text-color': string;
1757
+ '--n-text-color-disabled': string;
1758
+ '--n-check-mark-color': string;
1759
+ '--n-check-mark-color-disabled': string;
1760
+ '--n-check-mark-color-disabled-checked': string;
1761
+ '--n-font-size': string;
1762
+ '--n-label-padding': string;
1763
+ }> | undefined;
1764
+ themeClass: import("vue").Ref<string> | undefined;
1765
+ onRender: (() => void) | undefined;
1766
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1767
+ size: PropType<"small" | "medium" | "large">;
1768
+ checked: {
1769
+ type: PropType<string | number | boolean | undefined>;
1770
+ default: undefined;
1771
+ };
1772
+ defaultChecked: {
1773
+ type: PropType<string | number | boolean>;
1774
+ default: boolean;
1775
+ };
1776
+ value: PropType<string | number>;
1777
+ disabled: {
1778
+ type: PropType<boolean | undefined>;
1779
+ default: undefined;
1780
+ };
1781
+ indeterminate: BooleanConstructor;
1782
+ label: StringConstructor;
1783
+ focusable: {
1784
+ type: BooleanConstructor;
1785
+ default: boolean;
1786
+ };
1787
+ checkedValue: {
1788
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1789
+ default: boolean;
1790
+ };
1791
+ uncheckedValue: {
1792
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1793
+ default: boolean;
1794
+ };
1795
+ 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1796
+ onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1797
+ privateInsideTable: BooleanConstructor;
1798
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1799
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1800
+ labelLineHeight: string;
1801
+ fontSizeSmall: string;
1802
+ fontSizeMedium: string;
1803
+ fontSizeLarge: string;
1804
+ borderRadius: string;
1805
+ color: string;
1806
+ colorChecked: string;
1807
+ colorDisabled: string;
1808
+ colorDisabledChecked: string;
1809
+ colorTableHeader: string;
1810
+ colorTableHeaderModal: string;
1811
+ colorTableHeaderPopover: string;
1812
+ checkMarkColor: string;
1813
+ checkMarkColorDisabled: string;
1814
+ checkMarkColorDisabledChecked: string;
1815
+ border: string;
1816
+ borderDisabled: string;
1817
+ borderDisabledChecked: string;
1818
+ borderChecked: string;
1819
+ borderFocus: string;
1820
+ boxShadowFocus: string;
1821
+ textColor: string;
1822
+ textColorDisabled: string;
1823
+ sizeSmall: string;
1824
+ sizeMedium: string;
1825
+ sizeLarge: string;
1826
+ labelPadding: string;
1827
+ }, any>>;
1828
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1829
+ labelLineHeight: string;
1830
+ fontSizeSmall: string;
1831
+ fontSizeMedium: string;
1832
+ fontSizeLarge: string;
1833
+ borderRadius: string;
1834
+ color: string;
1835
+ colorChecked: string;
1836
+ colorDisabled: string;
1837
+ colorDisabledChecked: string;
1838
+ colorTableHeader: string;
1839
+ colorTableHeaderModal: string;
1840
+ colorTableHeaderPopover: string;
1841
+ checkMarkColor: string;
1842
+ checkMarkColorDisabled: string;
1843
+ checkMarkColorDisabledChecked: string;
1844
+ border: string;
1845
+ borderDisabled: string;
1846
+ borderDisabledChecked: string;
1847
+ borderChecked: string;
1848
+ borderFocus: string;
1849
+ boxShadowFocus: string;
1850
+ textColor: string;
1851
+ textColorDisabled: string;
1852
+ sizeSmall: string;
1853
+ sizeMedium: string;
1854
+ sizeLarge: string;
1855
+ labelPadding: string;
1856
+ }, any>>>;
1857
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1858
+ labelLineHeight: string;
1859
+ fontSizeSmall: string;
1860
+ fontSizeMedium: string;
1861
+ fontSizeLarge: string;
1862
+ borderRadius: string;
1863
+ color: string;
1864
+ colorChecked: string;
1865
+ colorDisabled: string;
1866
+ colorDisabledChecked: string;
1867
+ colorTableHeader: string;
1868
+ colorTableHeaderModal: string;
1869
+ colorTableHeaderPopover: string;
1870
+ checkMarkColor: string;
1871
+ checkMarkColorDisabled: string;
1872
+ checkMarkColorDisabledChecked: string;
1873
+ border: string;
1874
+ borderDisabled: string;
1875
+ borderDisabledChecked: string;
1876
+ borderChecked: string;
1877
+ borderFocus: string;
1878
+ boxShadowFocus: string;
1879
+ textColor: string;
1880
+ textColorDisabled: string;
1881
+ sizeSmall: string;
1882
+ sizeMedium: string;
1883
+ sizeLarge: string;
1884
+ labelPadding: string;
1885
+ }, any>>>;
1886
+ }>>, {
1887
+ disabled: boolean | undefined;
1888
+ checked: string | number | boolean | undefined;
1889
+ indeterminate: boolean;
1890
+ focusable: boolean;
1891
+ defaultChecked: string | number | boolean;
1892
+ checkedValue: string | number | boolean;
1893
+ uncheckedValue: string | number | boolean;
1894
+ privateInsideTable: boolean;
1895
+ }>;
1896
+ NSpin: import("vue").DefineComponent<{
1897
+ description: StringConstructor;
1898
+ stroke: StringConstructor;
1899
+ size: {
1900
+ type: PropType<number | "small" | "medium" | "large">;
1901
+ default: string;
1902
+ };
1903
+ show: {
1904
+ type: BooleanConstructor;
1905
+ default: boolean;
1906
+ };
1907
+ strokeWidth: NumberConstructor;
1908
+ rotate: {
1909
+ type: BooleanConstructor;
1910
+ default: boolean;
1911
+ };
1912
+ spinning: {
1913
+ type: BooleanConstructor;
1914
+ validator: () => boolean;
1915
+ default: undefined;
1916
+ };
1917
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
1918
+ fontSize: string;
1919
+ textColor: string;
1920
+ sizeTiny: string;
1921
+ sizeSmall: string;
1922
+ sizeMedium: string;
1923
+ sizeLarge: string;
1924
+ sizeHuge: string;
1925
+ color: string;
1926
+ opacitySpinning: string;
1927
+ }, any>>;
1928
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1929
+ fontSize: string;
1930
+ textColor: string;
1931
+ sizeTiny: string;
1932
+ sizeSmall: string;
1933
+ sizeMedium: string;
1934
+ sizeLarge: string;
1935
+ sizeHuge: string;
1936
+ color: string;
1937
+ opacitySpinning: string;
1938
+ }, any>>>;
1939
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1940
+ fontSize: string;
1941
+ textColor: string;
1942
+ sizeTiny: string;
1943
+ sizeSmall: string;
1944
+ sizeMedium: string;
1945
+ sizeLarge: string;
1946
+ sizeHuge: string;
1947
+ color: string;
1948
+ opacitySpinning: string;
1949
+ }, any>>>;
1950
+ }, {
1951
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1952
+ compitableShow: import("vue").ComputedRef<boolean>;
1953
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
1954
+ cssVars: import("vue").ComputedRef<{
1955
+ '--n-bezier': string;
1956
+ '--n-opacity-spinning': string;
1957
+ '--n-size': string;
1958
+ '--n-color': string;
1959
+ '--n-text-color': string;
1960
+ }> | undefined;
1961
+ themeClass: import("vue").Ref<string> | undefined;
1962
+ onRender: (() => void) | undefined;
1963
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1964
+ description: StringConstructor;
1965
+ stroke: StringConstructor;
1966
+ size: {
1967
+ type: PropType<number | "small" | "medium" | "large">;
1968
+ default: string;
1969
+ };
1970
+ show: {
1971
+ type: BooleanConstructor;
1972
+ default: boolean;
1973
+ };
1974
+ strokeWidth: NumberConstructor;
1975
+ rotate: {
1976
+ type: BooleanConstructor;
1977
+ default: boolean;
1978
+ };
1979
+ spinning: {
1980
+ type: BooleanConstructor;
1981
+ validator: () => boolean;
1982
+ default: undefined;
1983
+ };
1984
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
1985
+ fontSize: string;
1986
+ textColor: string;
1987
+ sizeTiny: string;
1988
+ sizeSmall: string;
1989
+ sizeMedium: string;
1990
+ sizeLarge: string;
1991
+ sizeHuge: string;
1992
+ color: string;
1993
+ opacitySpinning: string;
1994
+ }, any>>;
1995
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
1996
+ fontSize: string;
1997
+ textColor: string;
1998
+ sizeTiny: string;
1999
+ sizeSmall: string;
2000
+ sizeMedium: string;
2001
+ sizeLarge: string;
2002
+ sizeHuge: string;
2003
+ color: string;
2004
+ opacitySpinning: string;
2005
+ }, any>>>;
2006
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2007
+ fontSize: string;
2008
+ textColor: string;
2009
+ sizeTiny: string;
2010
+ sizeSmall: string;
2011
+ sizeMedium: string;
2012
+ sizeLarge: string;
2013
+ sizeHuge: string;
2014
+ color: string;
2015
+ opacitySpinning: string;
2016
+ }, any>>>;
2017
+ }>>, {
2018
+ size: number | "small" | "medium" | "large";
2019
+ show: boolean;
2020
+ rotate: boolean;
2021
+ spinning: boolean;
2022
+ }>;
2023
+ NTooltip: import("vue").DefineComponent<{
2024
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2025
+ borderRadius: string;
2026
+ boxShadow: string;
2027
+ color: string;
2028
+ textColor: string;
2029
+ padding: string;
2030
+ }, {
2031
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2032
+ fontSize: string;
2033
+ borderRadius: string;
2034
+ color: string;
2035
+ dividerColor: string;
2036
+ textColor: string;
2037
+ boxShadow: string;
2038
+ space: string;
2039
+ spaceArrow: string;
2040
+ arrowOffset: string;
2041
+ arrowOffsetVertical: string;
2042
+ arrowHeight: string;
2043
+ padding: string;
2044
+ }, any>;
2045
+ }>>;
2046
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2047
+ borderRadius: string;
2048
+ boxShadow: string;
2049
+ color: string;
2050
+ textColor: string;
2051
+ padding: string;
2052
+ }, {
2053
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2054
+ fontSize: string;
2055
+ borderRadius: string;
2056
+ color: string;
2057
+ dividerColor: string;
2058
+ textColor: string;
2059
+ boxShadow: string;
2060
+ space: string;
2061
+ spaceArrow: string;
2062
+ arrowOffset: string;
2063
+ arrowOffsetVertical: string;
2064
+ arrowHeight: string;
2065
+ padding: string;
2066
+ }, any>;
2067
+ }>>>;
2068
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2069
+ borderRadius: string;
2070
+ boxShadow: string;
2071
+ color: string;
2072
+ textColor: string;
2073
+ padding: string;
2074
+ }, {
2075
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2076
+ fontSize: string;
2077
+ borderRadius: string;
2078
+ color: string;
2079
+ dividerColor: string;
2080
+ textColor: string;
2081
+ boxShadow: string;
2082
+ space: string;
2083
+ spaceArrow: string;
2084
+ arrowOffset: string;
2085
+ arrowOffsetVertical: string;
2086
+ arrowHeight: string;
2087
+ padding: string;
2088
+ }, any>;
2089
+ }>>>;
2090
+ show: {
2091
+ type: PropType<boolean | undefined>;
2092
+ default: undefined;
2093
+ };
2094
+ defaultShow: BooleanConstructor;
2095
+ showArrow: {
2096
+ type: BooleanConstructor;
2097
+ default: boolean;
2098
+ };
2099
+ trigger: {
2100
+ type: PropType<import("naive-ui").PopoverTrigger>;
2101
+ default: string;
2102
+ };
2103
+ delay: {
2104
+ type: NumberConstructor;
2105
+ default: number;
2106
+ };
2107
+ duration: {
2108
+ type: NumberConstructor;
2109
+ default: number;
2110
+ };
2111
+ raw: BooleanConstructor;
2112
+ placement: {
2113
+ type: PropType<import("naive-ui").PopoverPlacement>;
2114
+ default: string;
2115
+ };
2116
+ x: NumberConstructor;
2117
+ y: NumberConstructor;
2118
+ arrowPointToCenter: BooleanConstructor;
2119
+ disabled: BooleanConstructor;
2120
+ getDisabled: PropType<() => boolean>;
2121
+ displayDirective: {
2122
+ type: PropType<"show" | "if">;
2123
+ default: string;
2124
+ };
2125
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
2126
+ flip: {
2127
+ type: BooleanConstructor;
2128
+ default: boolean;
2129
+ };
2130
+ animated: {
2131
+ type: BooleanConstructor;
2132
+ default: boolean;
2133
+ };
2134
+ width: {
2135
+ type: PropType<number | "trigger">;
2136
+ default: undefined;
2137
+ };
2138
+ overlap: BooleanConstructor;
2139
+ keepAliveOnHover: {
2140
+ type: BooleanConstructor;
2141
+ default: boolean;
2142
+ };
2143
+ zIndex: NumberConstructor;
2144
+ to: {
2145
+ type: PropType<string | boolean | HTMLElement>;
2146
+ default: undefined;
2147
+ };
2148
+ scrollable: BooleanConstructor;
2149
+ contentStyle: PropType<string | import("vue").CSSProperties>;
2150
+ headerStyle: PropType<string | import("vue").CSSProperties>;
2151
+ onClickoutside: PropType<(e: MouseEvent) => void>;
2152
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2153
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2154
+ internalSyncTargetWithParent: BooleanConstructor;
2155
+ internalInheritedEventHandlers: {
2156
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2157
+ default: () => never[];
2158
+ };
2159
+ internalTrapFocus: BooleanConstructor;
2160
+ internalExtraClass: {
2161
+ type: PropType<string[]>;
2162
+ default: () => never[];
2163
+ };
2164
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2165
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2166
+ arrow: {
2167
+ type: PropType<boolean | undefined>;
2168
+ default: undefined;
2169
+ };
2170
+ minWidth: NumberConstructor;
2171
+ maxWidth: NumberConstructor;
2172
+ }, {
2173
+ popoverRef: import("vue").Ref<{
2174
+ syncPosition: () => void;
2175
+ setShow: (value: boolean) => void;
2176
+ } | null>;
2177
+ mergedTheme: import("vue").ComputedRef<{
2178
+ common: {
2179
+ baseColor: string;
2180
+ primaryColor: string;
2181
+ primaryColorHover: string;
2182
+ primaryColorPressed: string;
2183
+ primaryColorSuppl: string;
2184
+ infoColor: string;
2185
+ infoColorHover: string;
2186
+ infoColorPressed: string;
2187
+ infoColorSuppl: string;
2188
+ successColor: string;
2189
+ successColorHover: string;
2190
+ successColorPressed: string;
2191
+ successColorSuppl: string;
2192
+ warningColor: string;
2193
+ warningColorHover: string;
2194
+ warningColorPressed: string;
2195
+ warningColorSuppl: string;
2196
+ errorColor: string;
2197
+ errorColorHover: string;
2198
+ errorColorPressed: string;
2199
+ errorColorSuppl: string;
2200
+ textColorBase: string;
2201
+ textColor1: string;
2202
+ textColor2: string;
2203
+ textColor3: string;
2204
+ textColorDisabled: string;
2205
+ placeholderColor: string;
2206
+ placeholderColorDisabled: string;
2207
+ iconColor: string;
2208
+ iconColorHover: string;
2209
+ iconColorPressed: string;
2210
+ iconColorDisabled: string;
2211
+ opacity1: string;
2212
+ opacity2: string;
2213
+ opacity3: string;
2214
+ opacity4: string;
2215
+ opacity5: string;
2216
+ dividerColor: string;
2217
+ borderColor: string;
2218
+ closeIconColor: string;
2219
+ closeIconColorHover: string;
2220
+ closeIconColorPressed: string;
2221
+ closeColorHover: string;
2222
+ closeColorPressed: string;
2223
+ clearColor: string;
2224
+ clearColorHover: string;
2225
+ clearColorPressed: string;
2226
+ scrollbarColor: string;
2227
+ scrollbarColorHover: string;
2228
+ scrollbarWidth: string;
2229
+ scrollbarHeight: string;
2230
+ scrollbarBorderRadius: string;
2231
+ progressRailColor: string;
2232
+ railColor: string;
2233
+ popoverColor: string;
2234
+ tableColor: string;
2235
+ cardColor: string;
2236
+ modalColor: string;
2237
+ bodyColor: string;
2238
+ tagColor: string;
2239
+ avatarColor: string;
2240
+ invertedColor: string;
2241
+ inputColor: string;
2242
+ codeColor: string;
2243
+ tabColor: string;
2244
+ actionColor: string;
2245
+ tableHeaderColor: string;
2246
+ hoverColor: string;
2247
+ tableColorHover: string;
2248
+ tableColorStriped: string;
2249
+ pressedColor: string;
2250
+ opacityDisabled: string;
2251
+ inputColorDisabled: string;
2252
+ buttonColor2: string;
2253
+ buttonColor2Hover: string;
2254
+ buttonColor2Pressed: string;
2255
+ boxShadow1: string;
2256
+ boxShadow2: string;
2257
+ boxShadow3: string;
2258
+ fontFamily: string;
2259
+ fontFamilyMono: string;
2260
+ fontWeight: string;
2261
+ fontWeightStrong: string;
2262
+ cubicBezierEaseInOut: string;
2263
+ cubicBezierEaseOut: string;
2264
+ cubicBezierEaseIn: string;
2265
+ borderRadius: string;
2266
+ borderRadiusSmall: string;
2267
+ fontSize: string;
2268
+ fontSizeMini: string;
2269
+ fontSizeTiny: string;
2270
+ fontSizeSmall: string;
2271
+ fontSizeMedium: string;
2272
+ fontSizeLarge: string;
2273
+ fontSizeHuge: string;
2274
+ lineHeight: string;
2275
+ heightMini: string;
2276
+ heightTiny: string;
2277
+ heightSmall: string;
2278
+ heightMedium: string;
2279
+ heightLarge: string;
2280
+ heightHuge: string;
2281
+ name: "common";
2282
+ };
2283
+ self: {
2284
+ borderRadius: string;
2285
+ boxShadow: string;
2286
+ color: string;
2287
+ textColor: string;
2288
+ padding: string;
2289
+ };
2290
+ peers: {
2291
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2292
+ fontSize: string;
2293
+ borderRadius: string;
2294
+ color: string;
2295
+ dividerColor: string;
2296
+ textColor: string;
2297
+ boxShadow: string;
2298
+ space: string;
2299
+ spaceArrow: string;
2300
+ arrowOffset: string;
2301
+ arrowOffsetVertical: string;
2302
+ arrowHeight: string;
2303
+ padding: string;
2304
+ }, any>;
2305
+ };
2306
+ peerOverrides: {
2307
+ Popover?: {
2308
+ peers?: {
2309
+ [x: string]: any;
2310
+ } | undefined;
2311
+ } | undefined;
2312
+ };
2313
+ }>;
2314
+ popoverThemeOverrides: import("vue").ComputedRef<{
2315
+ borderRadius: string;
2316
+ boxShadow: string;
2317
+ color: string;
2318
+ textColor: string;
2319
+ padding: string;
2320
+ }>;
2321
+ syncPosition: () => void;
2322
+ setShow: (value: boolean) => void;
2323
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2324
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2325
+ borderRadius: string;
2326
+ boxShadow: string;
2327
+ color: string;
2328
+ textColor: string;
2329
+ padding: string;
2330
+ }, {
2331
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2332
+ fontSize: string;
2333
+ borderRadius: string;
2334
+ color: string;
2335
+ dividerColor: string;
2336
+ textColor: string;
2337
+ boxShadow: string;
2338
+ space: string;
2339
+ spaceArrow: string;
2340
+ arrowOffset: string;
2341
+ arrowOffsetVertical: string;
2342
+ arrowHeight: string;
2343
+ padding: string;
2344
+ }, any>;
2345
+ }>>;
2346
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2347
+ borderRadius: string;
2348
+ boxShadow: string;
2349
+ color: string;
2350
+ textColor: string;
2351
+ padding: string;
2352
+ }, {
2353
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2354
+ fontSize: string;
2355
+ borderRadius: string;
2356
+ color: string;
2357
+ dividerColor: string;
2358
+ textColor: string;
2359
+ boxShadow: string;
2360
+ space: string;
2361
+ spaceArrow: string;
2362
+ arrowOffset: string;
2363
+ arrowOffsetVertical: string;
2364
+ arrowHeight: string;
2365
+ padding: string;
2366
+ }, any>;
2367
+ }>>>;
2368
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2369
+ borderRadius: string;
2370
+ boxShadow: string;
2371
+ color: string;
2372
+ textColor: string;
2373
+ padding: string;
2374
+ }, {
2375
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2376
+ fontSize: string;
2377
+ borderRadius: string;
2378
+ color: string;
2379
+ dividerColor: string;
2380
+ textColor: string;
2381
+ boxShadow: string;
2382
+ space: string;
2383
+ spaceArrow: string;
2384
+ arrowOffset: string;
2385
+ arrowOffsetVertical: string;
2386
+ arrowHeight: string;
2387
+ padding: string;
2388
+ }, any>;
2389
+ }>>>;
2390
+ show: {
2391
+ type: PropType<boolean | undefined>;
2392
+ default: undefined;
2393
+ };
2394
+ defaultShow: BooleanConstructor;
2395
+ showArrow: {
2396
+ type: BooleanConstructor;
2397
+ default: boolean;
2398
+ };
2399
+ trigger: {
2400
+ type: PropType<import("naive-ui").PopoverTrigger>;
2401
+ default: string;
2402
+ };
2403
+ delay: {
2404
+ type: NumberConstructor;
2405
+ default: number;
2406
+ };
2407
+ duration: {
2408
+ type: NumberConstructor;
2409
+ default: number;
2410
+ };
2411
+ raw: BooleanConstructor;
2412
+ placement: {
2413
+ type: PropType<import("naive-ui").PopoverPlacement>;
2414
+ default: string;
2415
+ };
2416
+ x: NumberConstructor;
2417
+ y: NumberConstructor;
2418
+ arrowPointToCenter: BooleanConstructor;
2419
+ disabled: BooleanConstructor;
2420
+ getDisabled: PropType<() => boolean>;
2421
+ displayDirective: {
2422
+ type: PropType<"show" | "if">;
2423
+ default: string;
2424
+ };
2425
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
2426
+ flip: {
2427
+ type: BooleanConstructor;
2428
+ default: boolean;
2429
+ };
2430
+ animated: {
2431
+ type: BooleanConstructor;
2432
+ default: boolean;
2433
+ };
2434
+ width: {
2435
+ type: PropType<number | "trigger">;
2436
+ default: undefined;
2437
+ };
2438
+ overlap: BooleanConstructor;
2439
+ keepAliveOnHover: {
2440
+ type: BooleanConstructor;
2441
+ default: boolean;
2442
+ };
2443
+ zIndex: NumberConstructor;
2444
+ to: {
2445
+ type: PropType<string | boolean | HTMLElement>;
2446
+ default: undefined;
2447
+ };
2448
+ scrollable: BooleanConstructor;
2449
+ contentStyle: PropType<string | import("vue").CSSProperties>;
2450
+ headerStyle: PropType<string | import("vue").CSSProperties>;
2451
+ onClickoutside: PropType<(e: MouseEvent) => void>;
2452
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2453
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2454
+ internalSyncTargetWithParent: BooleanConstructor;
2455
+ internalInheritedEventHandlers: {
2456
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2457
+ default: () => never[];
2458
+ };
2459
+ internalTrapFocus: BooleanConstructor;
2460
+ internalExtraClass: {
2461
+ type: PropType<string[]>;
2462
+ default: () => never[];
2463
+ };
2464
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2465
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2466
+ arrow: {
2467
+ type: PropType<boolean | undefined>;
2468
+ default: undefined;
2469
+ };
2470
+ minWidth: NumberConstructor;
2471
+ maxWidth: NumberConstructor;
2472
+ }>>, {
2473
+ show: boolean | undefined;
2474
+ flip: boolean;
2475
+ width: number | "trigger";
2476
+ disabled: boolean;
2477
+ duration: number;
2478
+ to: string | boolean | HTMLElement;
2479
+ raw: boolean;
2480
+ placement: import("naive-ui").PopoverPlacement;
2481
+ overlap: boolean;
2482
+ scrollable: boolean;
2483
+ trigger: import("naive-ui").PopoverTrigger;
2484
+ showArrow: boolean;
2485
+ delay: number;
2486
+ arrowPointToCenter: boolean;
2487
+ displayDirective: "show" | "if";
2488
+ keepAliveOnHover: boolean;
2489
+ animated: boolean;
2490
+ internalTrapFocus: boolean;
2491
+ defaultShow: boolean;
2492
+ internalSyncTargetWithParent: boolean;
2493
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
2494
+ internalExtraClass: string[];
2495
+ arrow: boolean | undefined;
2496
+ }>;
2497
+ draggable: import("vue").DefineComponent<{
2498
+ list: {
2499
+ type: ArrayConstructor;
2500
+ required: boolean;
2501
+ default: any;
2502
+ };
2503
+ modelValue: {
2504
+ type: ArrayConstructor;
2505
+ required: boolean;
2506
+ default: any;
2507
+ };
2508
+ itemKey: {
2509
+ type: (StringConstructor | FunctionConstructor)[];
2510
+ required: boolean;
2511
+ };
2512
+ clone: {
2513
+ type: FunctionConstructor;
2514
+ default: (original: any) => any;
2515
+ };
2516
+ tag: {
2517
+ type: StringConstructor;
2518
+ default: string;
2519
+ };
2520
+ move: {
2521
+ type: FunctionConstructor;
2522
+ default: any;
2523
+ };
2524
+ componentData: {
2525
+ type: ObjectConstructor;
2526
+ required: boolean;
2527
+ default: any;
2528
+ };
2529
+ }, unknown, {
2530
+ error: boolean;
2531
+ }, {
2532
+ realList(): any;
2533
+ getKey(): any;
2534
+ }, {
2535
+ getUnderlyingVm(domElement: any): any;
2536
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
2537
+ emitChanges(evt: any): void;
2538
+ alterList(onList: any): void;
2539
+ spliceList(): void;
2540
+ updatePosition(oldIndex: any, newIndex: any): void;
2541
+ getRelatedContextFromMoveEvent({ to, related }: {
2542
+ to: any;
2543
+ related: any;
2544
+ }): any;
2545
+ getVmIndexFromDomIndex(domIndex: any): any;
2546
+ onDragStart(evt: any): void;
2547
+ onDragAdd(evt: any): void;
2548
+ onDragRemove(evt: any): void;
2549
+ onDragUpdate(evt: any): void;
2550
+ computeFutureIndex(relatedContext: any, evt: any): any;
2551
+ onDragMove(evt: any, originalEvent: any): any;
2552
+ onDragEnd(): void;
2553
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
2554
+ move: Function;
2555
+ tag: string;
2556
+ clone: Function;
2557
+ list: unknown[];
2558
+ modelValue: unknown[];
2559
+ componentData: Record<string, any>;
2560
+ } & {
2561
+ itemKey?: string | Function | undefined;
2562
+ }>, {
2563
+ move: Function;
2564
+ tag: string;
2565
+ clone: Function;
2566
+ list: unknown[];
2567
+ modelValue: unknown[];
2568
+ componentData: Record<string, any>;
2569
+ }>;
2570
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "onSave" | "onClose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2571
+ fields: {
2572
+ type: PropType<any[]>;
2573
+ default: () => never[];
2574
+ };
2575
+ menuSource: {
2576
+ type: StringConstructor;
2577
+ default: string;
2578
+ };
2579
+ drawerDirection: {
2580
+ type: StringConstructor;
2581
+ default: string;
2582
+ };
2583
+ footerFlag: {
2584
+ type: BooleanConstructor;
2585
+ default: boolean;
2586
+ };
2587
+ }>> & {
2588
+ onOnSave?: ((...args: any[]) => any) | undefined;
2589
+ onOnClose?: ((...args: any[]) => any) | undefined;
2590
+ }, {
2591
+ fields: any[];
2592
+ menuSource: string;
2593
+ drawerDirection: string;
2594
+ footerFlag: boolean;
2595
+ }>;
2596
+ export default _default;