cnhis-design-vue 3.1.8-beta.1 → 3.1.8-beta.4

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 (136) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/index.d.ts +2044 -0
  3. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  4. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
  5. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  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/index.d.ts +74 -0
  9. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  10. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  11. package/es/packages/bpmn-workflow/style/index.less +29 -29
  12. package/es/packages/button-print/index.d.ts +7373 -0
  13. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  14. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
  15. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  16. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  17. package/es/packages/button-print/style/index.less +30 -30
  18. package/es/packages/chunk-upload/index.d.ts +1748 -0
  19. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1903 -0
  20. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
  21. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1746 -0
  22. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
  23. package/es/packages/chunk-upload/style/index.less +394 -394
  24. package/es/packages/drag-layout/index.d.ts +415 -289
  25. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  26. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  27. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  28. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  29. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
  30. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
  31. package/es/packages/drag-layout/style/index.less +208 -208
  32. package/es/packages/field-set/index.d.ts +5278 -0
  33. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  34. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  35. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
  36. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  37. package/es/packages/field-set/style/index.less +157 -157
  38. package/es/packages/form-render/index.d.ts +402 -0
  39. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  40. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/form-render/src/components/cascader2.mjs +20 -5
  42. package/es/packages/form-render/src/components/combination2.mjs +2 -2
  43. package/es/packages/form-render/src/components/date.d.ts +29 -25
  44. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  45. package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
  46. package/es/packages/form-render/src/components/slider.d.ts +11 -11
  47. package/es/packages/form-render/src/components/textarea.d.ts +5 -4
  48. package/es/packages/form-table/index.d.ts +35903 -0
  49. package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
  50. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  51. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  52. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  53. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  54. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  55. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  56. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  57. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  58. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  59. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  60. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  61. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  62. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  63. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  64. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  65. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  66. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  67. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  68. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  69. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  70. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  71. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  72. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  73. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  74. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  75. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  76. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  77. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  78. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  79. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  80. package/es/packages/form-table/style/index.less +301 -301
  81. package/es/packages/grid/style/index.less +12 -12
  82. package/es/packages/index.less +2945 -2945
  83. package/es/packages/info-header/index.d.ts +1850 -0
  84. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  85. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  86. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1851 -0
  87. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +2 -1
  88. package/es/packages/info-header/style/index.less +153 -153
  89. package/es/packages/map/index.d.ts +2313 -0
  90. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  91. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  92. package/es/packages/map/style/index.less +59 -59
  93. package/es/packages/scale-view/index.d.ts +4310 -0
  94. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4151 -0
  95. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
  96. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  97. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  98. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  99. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
  100. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  101. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
  102. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  103. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  104. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  105. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  106. package/es/packages/scale-view/src/hooks/use-component.d.ts +10161 -0
  107. package/es/packages/scale-view/style/index.less +748 -748
  108. package/es/packages/select-label/index.d.ts +12096 -0
  109. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
  110. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
  111. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7531 -0
  112. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
  113. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  114. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  115. package/es/packages/select-label/style/index.less +151 -151
  116. package/es/packages/select-person/index.d.ts +3500 -0
  117. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  118. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  119. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3505 -0
  120. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +24 -23
  121. package/es/packages/select-person/style/index.less +229 -229
  122. package/es/packages/time-line/index.d.ts +28 -28
  123. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
  124. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  125. package/es/packages/time-line/style/index.less +34 -34
  126. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  127. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  128. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  129. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  130. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  131. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  132. package/global.d.ts +8 -8
  133. package/package.json +5 -3
  134. package/sync-w.sh +13 -0
  135. package/yarn-error.log +8659 -103
  136. package/sync.sh +0 -13
@@ -0,0 +1,1746 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ formData: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ defList: (ArrayConstructor | StringConstructor)[];
7
+ source: StringConstructor;
8
+ limitNum: {
9
+ default: number;
10
+ };
11
+ defFileList: {
12
+ default: string;
13
+ };
14
+ isLock: BooleanConstructor;
15
+ isDetail: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ getChunkUploadConfig: {
20
+ type: FunctionConstructor;
21
+ default: () => Promise<{}>;
22
+ };
23
+ }, {
24
+ state: {
25
+ videoVisible: boolean;
26
+ fileList: never[];
27
+ cacheFileObj: {};
28
+ playerOptions: {};
29
+ vodClient: null;
30
+ chunkUploadVisible: boolean;
31
+ uploader: null;
32
+ autoStart: boolean;
33
+ timeOuts: number;
34
+ configList: never[];
35
+ draggableOptions: {
36
+ group: string;
37
+ filter: string;
38
+ delayOnTouchOnly: boolean;
39
+ delay: number;
40
+ touchStartThreshold: number;
41
+ chosenClass: string;
42
+ dragClass: string;
43
+ };
44
+ };
45
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
46
+ formData: {
47
+ type: ObjectConstructor;
48
+ default: () => {};
49
+ };
50
+ defList: (ArrayConstructor | StringConstructor)[];
51
+ source: StringConstructor;
52
+ limitNum: {
53
+ default: number;
54
+ };
55
+ defFileList: {
56
+ default: string;
57
+ };
58
+ isLock: BooleanConstructor;
59
+ isDetail: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ getChunkUploadConfig: {
64
+ type: FunctionConstructor;
65
+ default: () => Promise<{}>;
66
+ };
67
+ }>> & {
68
+ onVodFileList?: ((...args: any[]) => any) | undefined;
69
+ }>>;
70
+ emit: (event: "vodFileList", ...args: any[]) => void;
71
+ mainForm: any;
72
+ isShowBtn: import("vue").ComputedRef<boolean>;
73
+ maskHeight: import("vue").ComputedRef<(item: any) => string>;
74
+ showPercent: import("vue").ComputedRef<(percent: any) => number>;
75
+ allow_format: import("vue").ComputedRef<any>;
76
+ defaultValue: import("vue").ComputedRef<any>;
77
+ isDisabled: import("vue").ComputedRef<any>;
78
+ max_size: import("vue").ComputedRef<any>;
79
+ maxlength: import("vue").ComputedRef<number>;
80
+ defaultFileList: import("vue").ComputedRef<never[]>;
81
+ handleDefList: () => never[];
82
+ handleGetSubmitList: (list: any) => "" | undefined;
83
+ handleGetCoverUrl: (vodUrl: any) => string;
84
+ coverImgOnError: (e: any) => void;
85
+ restartUpload: (ele: any) => void;
86
+ handleDelFileList: (i: any) => void;
87
+ palyerVod: (data: any, index: any) => void;
88
+ closeVideoModal: () => void;
89
+ handleBtnOnClick: () => void;
90
+ getSumbitList: (list: any) => void;
91
+ draggableUpdate: () => void;
92
+ getvideoCover: (item: any) => any;
93
+ draggable: import("vue").DefineComponent<{
94
+ list: {
95
+ type: ArrayConstructor;
96
+ required: boolean;
97
+ default: any;
98
+ };
99
+ modelValue: {
100
+ type: ArrayConstructor;
101
+ required: boolean;
102
+ default: any;
103
+ };
104
+ itemKey: {
105
+ type: (StringConstructor | FunctionConstructor)[];
106
+ required: boolean;
107
+ };
108
+ clone: {
109
+ type: FunctionConstructor;
110
+ default: (original: any) => any;
111
+ };
112
+ tag: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ move: {
117
+ type: FunctionConstructor;
118
+ default: any;
119
+ };
120
+ componentData: {
121
+ type: ObjectConstructor;
122
+ required: boolean;
123
+ default: any;
124
+ };
125
+ }, unknown, {
126
+ error: boolean;
127
+ }, {
128
+ realList(): any;
129
+ getKey(): any;
130
+ }, {
131
+ getUnderlyingVm(domElement: any): any;
132
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
133
+ emitChanges(evt: any): void;
134
+ alterList(onList: any): void;
135
+ spliceList(): void;
136
+ updatePosition(oldIndex: any, newIndex: any): void;
137
+ getRelatedContextFromMoveEvent({ to, related }: {
138
+ to: any;
139
+ related: any;
140
+ }): any;
141
+ getVmIndexFromDomIndex(domIndex: any): any;
142
+ onDragStart(evt: any): void;
143
+ onDragAdd(evt: any): void;
144
+ onDragRemove(evt: any): void;
145
+ onDragUpdate(evt: any): void;
146
+ computeFutureIndex(relatedContext: any, evt: any): any;
147
+ onDragMove(evt: any, originalEvent: any): any;
148
+ onDragEnd(): void;
149
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
150
+ move: Function;
151
+ tag: string;
152
+ clone: Function;
153
+ list: unknown[];
154
+ modelValue: unknown[];
155
+ componentData: Record<string, any>;
156
+ } & {
157
+ itemKey?: string | Function | undefined;
158
+ }>, {
159
+ move: Function;
160
+ tag: string;
161
+ clone: Function;
162
+ list: unknown[];
163
+ modelValue: unknown[];
164
+ componentData: Record<string, any>;
165
+ }>;
166
+ videoModal: import("vue").DefineComponent<{
167
+ visible: BooleanConstructor;
168
+ formData: {
169
+ type: ObjectConstructor;
170
+ default: () => {};
171
+ };
172
+ playerOptions: {
173
+ type: ObjectConstructor;
174
+ default: () => {
175
+ sources: {
176
+ type: string;
177
+ src: string;
178
+ }[];
179
+ };
180
+ };
181
+ fileList: {
182
+ type: ArrayConstructor;
183
+ default: () => never[];
184
+ };
185
+ palyerIndex: {
186
+ type: NumberConstructor;
187
+ default: number;
188
+ };
189
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
190
+ visible: BooleanConstructor;
191
+ formData: {
192
+ type: ObjectConstructor;
193
+ default: () => {};
194
+ };
195
+ playerOptions: {
196
+ type: ObjectConstructor;
197
+ default: () => {
198
+ sources: {
199
+ type: string;
200
+ src: string;
201
+ }[];
202
+ };
203
+ };
204
+ fileList: {
205
+ type: ArrayConstructor;
206
+ default: () => never[];
207
+ };
208
+ palyerIndex: {
209
+ type: NumberConstructor;
210
+ default: number;
211
+ };
212
+ }>>, {
213
+ visible: boolean;
214
+ formData: Record<string, any>;
215
+ fileList: unknown[];
216
+ playerOptions: Record<string, any>;
217
+ palyerIndex: number;
218
+ }>;
219
+ vodUploadModal: import("vue").DefineComponent<{
220
+ modalTitle: {
221
+ type: StringConstructor;
222
+ default: string;
223
+ };
224
+ modelValue: {
225
+ type: BooleanConstructor;
226
+ default: boolean;
227
+ };
228
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
229
+ modalTitle: {
230
+ type: StringConstructor;
231
+ default: string;
232
+ };
233
+ modelValue: {
234
+ type: BooleanConstructor;
235
+ default: boolean;
236
+ };
237
+ }>> & {
238
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
239
+ }, {
240
+ modelValue: boolean;
241
+ modalTitle: string;
242
+ }>;
243
+ NIcon: import("vue").DefineComponent<{
244
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
245
+ readonly size: import("vue").PropType<string | number>;
246
+ readonly color: StringConstructor;
247
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
248
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
249
+ color: string;
250
+ opacity1Depth: string;
251
+ opacity2Depth: string;
252
+ opacity3Depth: string;
253
+ opacity4Depth: string;
254
+ opacity5Depth: string;
255
+ }, any>>;
256
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
257
+ color: string;
258
+ opacity1Depth: string;
259
+ opacity2Depth: string;
260
+ opacity3Depth: string;
261
+ opacity4Depth: string;
262
+ opacity5Depth: string;
263
+ }, any>>>;
264
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
265
+ color: string;
266
+ opacity1Depth: string;
267
+ opacity2Depth: string;
268
+ opacity3Depth: string;
269
+ opacity4Depth: string;
270
+ opacity5Depth: string;
271
+ }, any>>>;
272
+ }, {
273
+ mergedClsPrefix: import("vue").ComputedRef<string>;
274
+ mergedStyle: import("vue").ComputedRef<{
275
+ fontSize: string | undefined;
276
+ color: string | undefined;
277
+ }>;
278
+ cssVars: import("vue").ComputedRef<{
279
+ '--n-bezier': string;
280
+ '--n-color': string;
281
+ '--n-opacity': string;
282
+ }> | undefined;
283
+ themeClass: import("vue").Ref<string> | undefined;
284
+ onRender: (() => void) | undefined;
285
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
286
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
287
+ readonly size: import("vue").PropType<string | number>;
288
+ readonly color: StringConstructor;
289
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
290
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
291
+ color: string;
292
+ opacity1Depth: string;
293
+ opacity2Depth: string;
294
+ opacity3Depth: string;
295
+ opacity4Depth: string;
296
+ opacity5Depth: string;
297
+ }, any>>;
298
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
299
+ color: string;
300
+ opacity1Depth: string;
301
+ opacity2Depth: string;
302
+ opacity3Depth: string;
303
+ opacity4Depth: string;
304
+ opacity5Depth: string;
305
+ }, any>>>;
306
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
307
+ color: string;
308
+ opacity1Depth: string;
309
+ opacity2Depth: string;
310
+ opacity3Depth: string;
311
+ opacity4Depth: string;
312
+ opacity5Depth: string;
313
+ }, any>>>;
314
+ }>>, {}>;
315
+ NButton: import("vue").DefineComponent<{
316
+ readonly color: StringConstructor;
317
+ readonly textColor: StringConstructor;
318
+ readonly text: BooleanConstructor;
319
+ readonly block: BooleanConstructor;
320
+ readonly loading: BooleanConstructor;
321
+ readonly disabled: BooleanConstructor;
322
+ readonly circle: BooleanConstructor;
323
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
324
+ readonly ghost: BooleanConstructor;
325
+ readonly round: BooleanConstructor;
326
+ readonly secondary: BooleanConstructor;
327
+ readonly tertiary: BooleanConstructor;
328
+ readonly quaternary: BooleanConstructor;
329
+ readonly strong: BooleanConstructor;
330
+ readonly focusable: {
331
+ readonly type: BooleanConstructor;
332
+ readonly default: true;
333
+ };
334
+ readonly keyboard: {
335
+ readonly type: BooleanConstructor;
336
+ readonly default: true;
337
+ };
338
+ readonly tag: {
339
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
340
+ readonly default: "button";
341
+ };
342
+ readonly type: {
343
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
344
+ readonly default: "default";
345
+ };
346
+ readonly dashed: BooleanConstructor;
347
+ readonly iconPlacement: {
348
+ readonly type: import("vue").PropType<"left" | "right">;
349
+ readonly default: "left";
350
+ };
351
+ readonly attrType: {
352
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
353
+ readonly default: "button";
354
+ };
355
+ readonly bordered: {
356
+ readonly type: BooleanConstructor;
357
+ readonly default: true;
358
+ };
359
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
360
+ readonly nativeFocusBehavior: BooleanConstructor;
361
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
362
+ heightTiny: string;
363
+ heightSmall: string;
364
+ heightMedium: string;
365
+ heightLarge: string;
366
+ borderRadiusTiny: string;
367
+ borderRadiusSmall: string;
368
+ borderRadiusMedium: string;
369
+ borderRadiusLarge: string;
370
+ fontSizeTiny: string;
371
+ fontSizeSmall: string;
372
+ fontSizeMedium: string;
373
+ fontSizeLarge: string;
374
+ opacityDisabled: string;
375
+ colorOpacitySecondary: string;
376
+ colorOpacitySecondaryHover: string;
377
+ colorOpacitySecondaryPressed: string;
378
+ colorSecondary: string;
379
+ colorSecondaryHover: string;
380
+ colorSecondaryPressed: string;
381
+ colorTertiary: string;
382
+ colorTertiaryHover: string;
383
+ colorTertiaryPressed: string;
384
+ colorQuaternary: string;
385
+ colorQuaternaryHover: string;
386
+ colorQuaternaryPressed: string;
387
+ color: string;
388
+ colorHover: string;
389
+ colorPressed: string;
390
+ colorFocus: string;
391
+ colorDisabled: string;
392
+ textColor: string;
393
+ textColorTertiary: string;
394
+ textColorHover: string;
395
+ textColorPressed: string;
396
+ textColorFocus: string;
397
+ textColorDisabled: string;
398
+ textColorText: string;
399
+ textColorTextHover: string;
400
+ textColorTextPressed: string;
401
+ textColorTextFocus: string;
402
+ textColorTextDisabled: string;
403
+ textColorGhost: string;
404
+ textColorGhostHover: string;
405
+ textColorGhostPressed: string;
406
+ textColorGhostFocus: string;
407
+ textColorGhostDisabled: string;
408
+ border: string;
409
+ borderHover: string;
410
+ borderPressed: string;
411
+ borderFocus: string;
412
+ borderDisabled: string;
413
+ rippleColor: string;
414
+ colorPrimary: string;
415
+ colorHoverPrimary: string;
416
+ colorPressedPrimary: string;
417
+ colorFocusPrimary: string;
418
+ colorDisabledPrimary: string;
419
+ textColorPrimary: string;
420
+ textColorHoverPrimary: string;
421
+ textColorPressedPrimary: string;
422
+ textColorFocusPrimary: string;
423
+ textColorDisabledPrimary: string;
424
+ textColorTextPrimary: string;
425
+ textColorTextHoverPrimary: string;
426
+ textColorTextPressedPrimary: string;
427
+ textColorTextFocusPrimary: string;
428
+ textColorTextDisabledPrimary: string;
429
+ textColorGhostPrimary: string;
430
+ textColorGhostHoverPrimary: string;
431
+ textColorGhostPressedPrimary: string;
432
+ textColorGhostFocusPrimary: string;
433
+ textColorGhostDisabledPrimary: string;
434
+ borderPrimary: string;
435
+ borderHoverPrimary: string;
436
+ borderPressedPrimary: string;
437
+ borderFocusPrimary: string;
438
+ borderDisabledPrimary: string;
439
+ rippleColorPrimary: string;
440
+ colorInfo: string;
441
+ colorHoverInfo: string;
442
+ colorPressedInfo: string;
443
+ colorFocusInfo: string;
444
+ colorDisabledInfo: string;
445
+ textColorInfo: string;
446
+ textColorHoverInfo: string;
447
+ textColorPressedInfo: string;
448
+ textColorFocusInfo: string;
449
+ textColorDisabledInfo: string;
450
+ textColorTextInfo: string;
451
+ textColorTextHoverInfo: string;
452
+ textColorTextPressedInfo: string;
453
+ textColorTextFocusInfo: string;
454
+ textColorTextDisabledInfo: string;
455
+ textColorGhostInfo: string;
456
+ textColorGhostHoverInfo: string;
457
+ textColorGhostPressedInfo: string;
458
+ textColorGhostFocusInfo: string;
459
+ textColorGhostDisabledInfo: string;
460
+ borderInfo: string;
461
+ borderHoverInfo: string;
462
+ borderPressedInfo: string;
463
+ borderFocusInfo: string;
464
+ borderDisabledInfo: string;
465
+ rippleColorInfo: string;
466
+ colorSuccess: string;
467
+ colorHoverSuccess: string;
468
+ colorPressedSuccess: string;
469
+ colorFocusSuccess: string;
470
+ colorDisabledSuccess: string;
471
+ textColorSuccess: string;
472
+ textColorHoverSuccess: string;
473
+ textColorPressedSuccess: string;
474
+ textColorFocusSuccess: string;
475
+ textColorDisabledSuccess: string;
476
+ textColorTextSuccess: string;
477
+ textColorTextHoverSuccess: string;
478
+ textColorTextPressedSuccess: string;
479
+ textColorTextFocusSuccess: string;
480
+ textColorTextDisabledSuccess: string;
481
+ textColorGhostSuccess: string;
482
+ textColorGhostHoverSuccess: string;
483
+ textColorGhostPressedSuccess: string;
484
+ textColorGhostFocusSuccess: string;
485
+ textColorGhostDisabledSuccess: string;
486
+ borderSuccess: string;
487
+ borderHoverSuccess: string;
488
+ borderPressedSuccess: string;
489
+ borderFocusSuccess: string;
490
+ borderDisabledSuccess: string;
491
+ rippleColorSuccess: string;
492
+ colorWarning: string;
493
+ colorHoverWarning: string;
494
+ colorPressedWarning: string;
495
+ colorFocusWarning: string;
496
+ colorDisabledWarning: string;
497
+ textColorWarning: string;
498
+ textColorHoverWarning: string;
499
+ textColorPressedWarning: string;
500
+ textColorFocusWarning: string;
501
+ textColorDisabledWarning: string;
502
+ textColorTextWarning: string;
503
+ textColorTextHoverWarning: string;
504
+ textColorTextPressedWarning: string;
505
+ textColorTextFocusWarning: string;
506
+ textColorTextDisabledWarning: string;
507
+ textColorGhostWarning: string;
508
+ textColorGhostHoverWarning: string;
509
+ textColorGhostPressedWarning: string;
510
+ textColorGhostFocusWarning: string;
511
+ textColorGhostDisabledWarning: string;
512
+ borderWarning: string;
513
+ borderHoverWarning: string;
514
+ borderPressedWarning: string;
515
+ borderFocusWarning: string;
516
+ borderDisabledWarning: string;
517
+ rippleColorWarning: string;
518
+ colorError: string;
519
+ colorHoverError: string;
520
+ colorPressedError: string;
521
+ colorFocusError: string;
522
+ colorDisabledError: string;
523
+ textColorError: string;
524
+ textColorHoverError: string;
525
+ textColorPressedError: string;
526
+ textColorFocusError: string;
527
+ textColorDisabledError: string;
528
+ textColorTextError: string;
529
+ textColorTextHoverError: string;
530
+ textColorTextPressedError: string;
531
+ textColorTextFocusError: string;
532
+ textColorTextDisabledError: string;
533
+ textColorGhostError: string;
534
+ textColorGhostHoverError: string;
535
+ textColorGhostPressedError: string;
536
+ textColorGhostFocusError: string;
537
+ textColorGhostDisabledError: string;
538
+ borderError: string;
539
+ borderHoverError: string;
540
+ borderPressedError: string;
541
+ borderFocusError: string;
542
+ borderDisabledError: string;
543
+ rippleColorError: string;
544
+ waveOpacity: string;
545
+ fontWeight: string;
546
+ fontWeightStrong: string;
547
+ paddingTiny: string;
548
+ paddingSmall: string;
549
+ paddingMedium: string;
550
+ paddingLarge: string;
551
+ paddingRoundTiny: string;
552
+ paddingRoundSmall: string;
553
+ paddingRoundMedium: string;
554
+ paddingRoundLarge: string;
555
+ iconMarginTiny: string;
556
+ iconMarginSmall: string;
557
+ iconMarginMedium: string;
558
+ iconMarginLarge: string;
559
+ iconSizeTiny: string;
560
+ iconSizeSmall: string;
561
+ iconSizeMedium: string;
562
+ iconSizeLarge: string;
563
+ rippleDuration: string;
564
+ }, any>>;
565
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
566
+ heightTiny: string;
567
+ heightSmall: string;
568
+ heightMedium: string;
569
+ heightLarge: string;
570
+ borderRadiusTiny: string;
571
+ borderRadiusSmall: string;
572
+ borderRadiusMedium: string;
573
+ borderRadiusLarge: string;
574
+ fontSizeTiny: string;
575
+ fontSizeSmall: string;
576
+ fontSizeMedium: string;
577
+ fontSizeLarge: string;
578
+ opacityDisabled: string;
579
+ colorOpacitySecondary: string;
580
+ colorOpacitySecondaryHover: string;
581
+ colorOpacitySecondaryPressed: string;
582
+ colorSecondary: string;
583
+ colorSecondaryHover: string;
584
+ colorSecondaryPressed: string;
585
+ colorTertiary: string;
586
+ colorTertiaryHover: string;
587
+ colorTertiaryPressed: string;
588
+ colorQuaternary: string;
589
+ colorQuaternaryHover: string;
590
+ colorQuaternaryPressed: string;
591
+ color: string;
592
+ colorHover: string;
593
+ colorPressed: string;
594
+ colorFocus: string;
595
+ colorDisabled: string;
596
+ textColor: string;
597
+ textColorTertiary: string;
598
+ textColorHover: string;
599
+ textColorPressed: string;
600
+ textColorFocus: string;
601
+ textColorDisabled: string;
602
+ textColorText: string;
603
+ textColorTextHover: string;
604
+ textColorTextPressed: string;
605
+ textColorTextFocus: string;
606
+ textColorTextDisabled: string;
607
+ textColorGhost: string;
608
+ textColorGhostHover: string;
609
+ textColorGhostPressed: string;
610
+ textColorGhostFocus: string;
611
+ textColorGhostDisabled: string;
612
+ border: string;
613
+ borderHover: string;
614
+ borderPressed: string;
615
+ borderFocus: string;
616
+ borderDisabled: string;
617
+ rippleColor: string;
618
+ colorPrimary: string;
619
+ colorHoverPrimary: string;
620
+ colorPressedPrimary: string;
621
+ colorFocusPrimary: string;
622
+ colorDisabledPrimary: string;
623
+ textColorPrimary: string;
624
+ textColorHoverPrimary: string;
625
+ textColorPressedPrimary: string;
626
+ textColorFocusPrimary: string;
627
+ textColorDisabledPrimary: string;
628
+ textColorTextPrimary: string;
629
+ textColorTextHoverPrimary: string;
630
+ textColorTextPressedPrimary: string;
631
+ textColorTextFocusPrimary: string;
632
+ textColorTextDisabledPrimary: string;
633
+ textColorGhostPrimary: string;
634
+ textColorGhostHoverPrimary: string;
635
+ textColorGhostPressedPrimary: string;
636
+ textColorGhostFocusPrimary: string;
637
+ textColorGhostDisabledPrimary: string;
638
+ borderPrimary: string;
639
+ borderHoverPrimary: string;
640
+ borderPressedPrimary: string;
641
+ borderFocusPrimary: string;
642
+ borderDisabledPrimary: string;
643
+ rippleColorPrimary: string;
644
+ colorInfo: string;
645
+ colorHoverInfo: string;
646
+ colorPressedInfo: string;
647
+ colorFocusInfo: string;
648
+ colorDisabledInfo: string;
649
+ textColorInfo: string;
650
+ textColorHoverInfo: string;
651
+ textColorPressedInfo: string;
652
+ textColorFocusInfo: string;
653
+ textColorDisabledInfo: string;
654
+ textColorTextInfo: string;
655
+ textColorTextHoverInfo: string;
656
+ textColorTextPressedInfo: string;
657
+ textColorTextFocusInfo: string;
658
+ textColorTextDisabledInfo: string;
659
+ textColorGhostInfo: string;
660
+ textColorGhostHoverInfo: string;
661
+ textColorGhostPressedInfo: string;
662
+ textColorGhostFocusInfo: string;
663
+ textColorGhostDisabledInfo: string;
664
+ borderInfo: string;
665
+ borderHoverInfo: string;
666
+ borderPressedInfo: string;
667
+ borderFocusInfo: string;
668
+ borderDisabledInfo: string;
669
+ rippleColorInfo: string;
670
+ colorSuccess: string;
671
+ colorHoverSuccess: string;
672
+ colorPressedSuccess: string;
673
+ colorFocusSuccess: string;
674
+ colorDisabledSuccess: string;
675
+ textColorSuccess: string;
676
+ textColorHoverSuccess: string;
677
+ textColorPressedSuccess: string;
678
+ textColorFocusSuccess: string;
679
+ textColorDisabledSuccess: string;
680
+ textColorTextSuccess: string;
681
+ textColorTextHoverSuccess: string;
682
+ textColorTextPressedSuccess: string;
683
+ textColorTextFocusSuccess: string;
684
+ textColorTextDisabledSuccess: string;
685
+ textColorGhostSuccess: string;
686
+ textColorGhostHoverSuccess: string;
687
+ textColorGhostPressedSuccess: string;
688
+ textColorGhostFocusSuccess: string;
689
+ textColorGhostDisabledSuccess: string;
690
+ borderSuccess: string;
691
+ borderHoverSuccess: string;
692
+ borderPressedSuccess: string;
693
+ borderFocusSuccess: string;
694
+ borderDisabledSuccess: string;
695
+ rippleColorSuccess: string;
696
+ colorWarning: string;
697
+ colorHoverWarning: string;
698
+ colorPressedWarning: string;
699
+ colorFocusWarning: string;
700
+ colorDisabledWarning: string;
701
+ textColorWarning: string;
702
+ textColorHoverWarning: string;
703
+ textColorPressedWarning: string;
704
+ textColorFocusWarning: string;
705
+ textColorDisabledWarning: string;
706
+ textColorTextWarning: string;
707
+ textColorTextHoverWarning: string;
708
+ textColorTextPressedWarning: string;
709
+ textColorTextFocusWarning: string;
710
+ textColorTextDisabledWarning: string;
711
+ textColorGhostWarning: string;
712
+ textColorGhostHoverWarning: string;
713
+ textColorGhostPressedWarning: string;
714
+ textColorGhostFocusWarning: string;
715
+ textColorGhostDisabledWarning: string;
716
+ borderWarning: string;
717
+ borderHoverWarning: string;
718
+ borderPressedWarning: string;
719
+ borderFocusWarning: string;
720
+ borderDisabledWarning: string;
721
+ rippleColorWarning: string;
722
+ colorError: string;
723
+ colorHoverError: string;
724
+ colorPressedError: string;
725
+ colorFocusError: string;
726
+ colorDisabledError: string;
727
+ textColorError: string;
728
+ textColorHoverError: string;
729
+ textColorPressedError: string;
730
+ textColorFocusError: string;
731
+ textColorDisabledError: string;
732
+ textColorTextError: string;
733
+ textColorTextHoverError: string;
734
+ textColorTextPressedError: string;
735
+ textColorTextFocusError: string;
736
+ textColorTextDisabledError: string;
737
+ textColorGhostError: string;
738
+ textColorGhostHoverError: string;
739
+ textColorGhostPressedError: string;
740
+ textColorGhostFocusError: string;
741
+ textColorGhostDisabledError: string;
742
+ borderError: string;
743
+ borderHoverError: string;
744
+ borderPressedError: string;
745
+ borderFocusError: string;
746
+ borderDisabledError: string;
747
+ rippleColorError: string;
748
+ waveOpacity: string;
749
+ fontWeight: string;
750
+ fontWeightStrong: string;
751
+ paddingTiny: string;
752
+ paddingSmall: string;
753
+ paddingMedium: string;
754
+ paddingLarge: string;
755
+ paddingRoundTiny: string;
756
+ paddingRoundSmall: string;
757
+ paddingRoundMedium: string;
758
+ paddingRoundLarge: string;
759
+ iconMarginTiny: string;
760
+ iconMarginSmall: string;
761
+ iconMarginMedium: string;
762
+ iconMarginLarge: string;
763
+ iconSizeTiny: string;
764
+ iconSizeSmall: string;
765
+ iconSizeMedium: string;
766
+ iconSizeLarge: string;
767
+ rippleDuration: string;
768
+ }, any>>>;
769
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
770
+ heightTiny: string;
771
+ heightSmall: string;
772
+ heightMedium: string;
773
+ heightLarge: string;
774
+ borderRadiusTiny: string;
775
+ borderRadiusSmall: string;
776
+ borderRadiusMedium: string;
777
+ borderRadiusLarge: string;
778
+ fontSizeTiny: string;
779
+ fontSizeSmall: string;
780
+ fontSizeMedium: string;
781
+ fontSizeLarge: string;
782
+ opacityDisabled: string;
783
+ colorOpacitySecondary: string;
784
+ colorOpacitySecondaryHover: string;
785
+ colorOpacitySecondaryPressed: string;
786
+ colorSecondary: string;
787
+ colorSecondaryHover: string;
788
+ colorSecondaryPressed: string;
789
+ colorTertiary: string;
790
+ colorTertiaryHover: string;
791
+ colorTertiaryPressed: string;
792
+ colorQuaternary: string;
793
+ colorQuaternaryHover: string;
794
+ colorQuaternaryPressed: string;
795
+ color: string;
796
+ colorHover: string;
797
+ colorPressed: string;
798
+ colorFocus: string;
799
+ colorDisabled: string;
800
+ textColor: string;
801
+ textColorTertiary: string;
802
+ textColorHover: string;
803
+ textColorPressed: string;
804
+ textColorFocus: string;
805
+ textColorDisabled: string;
806
+ textColorText: string;
807
+ textColorTextHover: string;
808
+ textColorTextPressed: string;
809
+ textColorTextFocus: string;
810
+ textColorTextDisabled: string;
811
+ textColorGhost: string;
812
+ textColorGhostHover: string;
813
+ textColorGhostPressed: string;
814
+ textColorGhostFocus: string;
815
+ textColorGhostDisabled: string;
816
+ border: string;
817
+ borderHover: string;
818
+ borderPressed: string;
819
+ borderFocus: string;
820
+ borderDisabled: string;
821
+ rippleColor: string;
822
+ colorPrimary: string;
823
+ colorHoverPrimary: string;
824
+ colorPressedPrimary: string;
825
+ colorFocusPrimary: string;
826
+ colorDisabledPrimary: string;
827
+ textColorPrimary: string;
828
+ textColorHoverPrimary: string;
829
+ textColorPressedPrimary: string;
830
+ textColorFocusPrimary: string;
831
+ textColorDisabledPrimary: string;
832
+ textColorTextPrimary: string;
833
+ textColorTextHoverPrimary: string;
834
+ textColorTextPressedPrimary: string;
835
+ textColorTextFocusPrimary: string;
836
+ textColorTextDisabledPrimary: string;
837
+ textColorGhostPrimary: string;
838
+ textColorGhostHoverPrimary: string;
839
+ textColorGhostPressedPrimary: string;
840
+ textColorGhostFocusPrimary: string;
841
+ textColorGhostDisabledPrimary: string;
842
+ borderPrimary: string;
843
+ borderHoverPrimary: string;
844
+ borderPressedPrimary: string;
845
+ borderFocusPrimary: string;
846
+ borderDisabledPrimary: string;
847
+ rippleColorPrimary: string;
848
+ colorInfo: string;
849
+ colorHoverInfo: string;
850
+ colorPressedInfo: string;
851
+ colorFocusInfo: string;
852
+ colorDisabledInfo: string;
853
+ textColorInfo: string;
854
+ textColorHoverInfo: string;
855
+ textColorPressedInfo: string;
856
+ textColorFocusInfo: string;
857
+ textColorDisabledInfo: string;
858
+ textColorTextInfo: string;
859
+ textColorTextHoverInfo: string;
860
+ textColorTextPressedInfo: string;
861
+ textColorTextFocusInfo: string;
862
+ textColorTextDisabledInfo: string;
863
+ textColorGhostInfo: string;
864
+ textColorGhostHoverInfo: string;
865
+ textColorGhostPressedInfo: string;
866
+ textColorGhostFocusInfo: string;
867
+ textColorGhostDisabledInfo: string;
868
+ borderInfo: string;
869
+ borderHoverInfo: string;
870
+ borderPressedInfo: string;
871
+ borderFocusInfo: string;
872
+ borderDisabledInfo: string;
873
+ rippleColorInfo: string;
874
+ colorSuccess: string;
875
+ colorHoverSuccess: string;
876
+ colorPressedSuccess: string;
877
+ colorFocusSuccess: string;
878
+ colorDisabledSuccess: string;
879
+ textColorSuccess: string;
880
+ textColorHoverSuccess: string;
881
+ textColorPressedSuccess: string;
882
+ textColorFocusSuccess: string;
883
+ textColorDisabledSuccess: string;
884
+ textColorTextSuccess: string;
885
+ textColorTextHoverSuccess: string;
886
+ textColorTextPressedSuccess: string;
887
+ textColorTextFocusSuccess: string;
888
+ textColorTextDisabledSuccess: string;
889
+ textColorGhostSuccess: string;
890
+ textColorGhostHoverSuccess: string;
891
+ textColorGhostPressedSuccess: string;
892
+ textColorGhostFocusSuccess: string;
893
+ textColorGhostDisabledSuccess: string;
894
+ borderSuccess: string;
895
+ borderHoverSuccess: string;
896
+ borderPressedSuccess: string;
897
+ borderFocusSuccess: string;
898
+ borderDisabledSuccess: string;
899
+ rippleColorSuccess: string;
900
+ colorWarning: string;
901
+ colorHoverWarning: string;
902
+ colorPressedWarning: string;
903
+ colorFocusWarning: string;
904
+ colorDisabledWarning: string;
905
+ textColorWarning: string;
906
+ textColorHoverWarning: string;
907
+ textColorPressedWarning: string;
908
+ textColorFocusWarning: string;
909
+ textColorDisabledWarning: string;
910
+ textColorTextWarning: string;
911
+ textColorTextHoverWarning: string;
912
+ textColorTextPressedWarning: string;
913
+ textColorTextFocusWarning: string;
914
+ textColorTextDisabledWarning: string;
915
+ textColorGhostWarning: string;
916
+ textColorGhostHoverWarning: string;
917
+ textColorGhostPressedWarning: string;
918
+ textColorGhostFocusWarning: string;
919
+ textColorGhostDisabledWarning: string;
920
+ borderWarning: string;
921
+ borderHoverWarning: string;
922
+ borderPressedWarning: string;
923
+ borderFocusWarning: string;
924
+ borderDisabledWarning: string;
925
+ rippleColorWarning: string;
926
+ colorError: string;
927
+ colorHoverError: string;
928
+ colorPressedError: string;
929
+ colorFocusError: string;
930
+ colorDisabledError: string;
931
+ textColorError: string;
932
+ textColorHoverError: string;
933
+ textColorPressedError: string;
934
+ textColorFocusError: string;
935
+ textColorDisabledError: string;
936
+ textColorTextError: string;
937
+ textColorTextHoverError: string;
938
+ textColorTextPressedError: string;
939
+ textColorTextFocusError: string;
940
+ textColorTextDisabledError: string;
941
+ textColorGhostError: string;
942
+ textColorGhostHoverError: string;
943
+ textColorGhostPressedError: string;
944
+ textColorGhostFocusError: string;
945
+ textColorGhostDisabledError: string;
946
+ borderError: string;
947
+ borderHoverError: string;
948
+ borderPressedError: string;
949
+ borderFocusError: string;
950
+ borderDisabledError: string;
951
+ rippleColorError: string;
952
+ waveOpacity: string;
953
+ fontWeight: string;
954
+ fontWeightStrong: string;
955
+ paddingTiny: string;
956
+ paddingSmall: string;
957
+ paddingMedium: string;
958
+ paddingLarge: string;
959
+ paddingRoundTiny: string;
960
+ paddingRoundSmall: string;
961
+ paddingRoundMedium: string;
962
+ paddingRoundLarge: string;
963
+ iconMarginTiny: string;
964
+ iconMarginSmall: string;
965
+ iconMarginMedium: string;
966
+ iconMarginLarge: string;
967
+ iconSizeTiny: string;
968
+ iconSizeSmall: string;
969
+ iconSizeMedium: string;
970
+ iconSizeLarge: string;
971
+ rippleDuration: string;
972
+ }, any>>>;
973
+ }, {
974
+ selfElRef: import("vue").Ref<HTMLElement | null>;
975
+ waveElRef: import("vue").Ref<{
976
+ play: () => void;
977
+ } | null>;
978
+ mergedClsPrefix: import("vue").ComputedRef<string>;
979
+ mergedFocusable: import("vue").ComputedRef<boolean>;
980
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
981
+ showBorder: import("vue").ComputedRef<boolean>;
982
+ enterPressed: import("vue").Ref<boolean>;
983
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
984
+ handleMousedown: (e: MouseEvent) => void;
985
+ handleKeydown: (e: KeyboardEvent) => void;
986
+ handleBlur: () => void;
987
+ handleKeyup: (e: KeyboardEvent) => void;
988
+ handleClick: (e: MouseEvent) => void;
989
+ customColorCssVars: import("vue").ComputedRef<{
990
+ '--n-border-color': string;
991
+ '--n-border-color-hover': string;
992
+ '--n-border-color-pressed': string;
993
+ '--n-border-color-focus': string;
994
+ '--n-border-color-disabled': string;
995
+ } | null>;
996
+ cssVars: import("vue").ComputedRef<{
997
+ '--n-width': string;
998
+ '--n-height': string;
999
+ '--n-font-size': string;
1000
+ '--n-padding': string;
1001
+ '--n-icon-size': string;
1002
+ '--n-icon-margin': string;
1003
+ '--n-border-radius': string;
1004
+ '--n-border': string;
1005
+ '--n-border-hover': string;
1006
+ '--n-border-pressed': string;
1007
+ '--n-border-focus': string;
1008
+ '--n-border-disabled': string;
1009
+ '--n-color': string;
1010
+ '--n-color-hover': string;
1011
+ '--n-color-pressed': string;
1012
+ '--n-color-focus': string;
1013
+ '--n-color-disabled': string;
1014
+ '--n-ripple-color': string;
1015
+ '--n-text-color': string;
1016
+ '--n-text-color-hover': string;
1017
+ '--n-text-color-pressed': string;
1018
+ '--n-text-color-focus': string;
1019
+ '--n-text-color-disabled': string;
1020
+ 'font-weight': string;
1021
+ '--n-bezier': string;
1022
+ '--n-bezier-ease-out': string;
1023
+ '--n-ripple-duration': string;
1024
+ '--n-opacity-disabled': string;
1025
+ '--n-wave-opacity': string;
1026
+ }> | undefined;
1027
+ themeClass: import("vue").Ref<string> | undefined;
1028
+ onRender: (() => void) | undefined;
1029
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1030
+ readonly color: StringConstructor;
1031
+ readonly textColor: StringConstructor;
1032
+ readonly text: BooleanConstructor;
1033
+ readonly block: BooleanConstructor;
1034
+ readonly loading: BooleanConstructor;
1035
+ readonly disabled: BooleanConstructor;
1036
+ readonly circle: BooleanConstructor;
1037
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1038
+ readonly ghost: BooleanConstructor;
1039
+ readonly round: BooleanConstructor;
1040
+ readonly secondary: BooleanConstructor;
1041
+ readonly tertiary: BooleanConstructor;
1042
+ readonly quaternary: BooleanConstructor;
1043
+ readonly strong: BooleanConstructor;
1044
+ readonly focusable: {
1045
+ readonly type: BooleanConstructor;
1046
+ readonly default: true;
1047
+ };
1048
+ readonly keyboard: {
1049
+ readonly type: BooleanConstructor;
1050
+ readonly default: true;
1051
+ };
1052
+ readonly tag: {
1053
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1054
+ readonly default: "button";
1055
+ };
1056
+ readonly type: {
1057
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1058
+ readonly default: "default";
1059
+ };
1060
+ readonly dashed: BooleanConstructor;
1061
+ readonly iconPlacement: {
1062
+ readonly type: import("vue").PropType<"left" | "right">;
1063
+ readonly default: "left";
1064
+ };
1065
+ readonly attrType: {
1066
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1067
+ readonly default: "button";
1068
+ };
1069
+ readonly bordered: {
1070
+ readonly type: BooleanConstructor;
1071
+ readonly default: true;
1072
+ };
1073
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1074
+ readonly nativeFocusBehavior: BooleanConstructor;
1075
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1076
+ heightTiny: string;
1077
+ heightSmall: string;
1078
+ heightMedium: string;
1079
+ heightLarge: string;
1080
+ borderRadiusTiny: string;
1081
+ borderRadiusSmall: string;
1082
+ borderRadiusMedium: string;
1083
+ borderRadiusLarge: string;
1084
+ fontSizeTiny: string;
1085
+ fontSizeSmall: string;
1086
+ fontSizeMedium: string;
1087
+ fontSizeLarge: string;
1088
+ opacityDisabled: string;
1089
+ colorOpacitySecondary: string;
1090
+ colorOpacitySecondaryHover: string;
1091
+ colorOpacitySecondaryPressed: string;
1092
+ colorSecondary: string;
1093
+ colorSecondaryHover: string;
1094
+ colorSecondaryPressed: string;
1095
+ colorTertiary: string;
1096
+ colorTertiaryHover: string;
1097
+ colorTertiaryPressed: string;
1098
+ colorQuaternary: string;
1099
+ colorQuaternaryHover: string;
1100
+ colorQuaternaryPressed: string;
1101
+ color: string;
1102
+ colorHover: string;
1103
+ colorPressed: string;
1104
+ colorFocus: string;
1105
+ colorDisabled: string;
1106
+ textColor: string;
1107
+ textColorTertiary: string;
1108
+ textColorHover: string;
1109
+ textColorPressed: string;
1110
+ textColorFocus: string;
1111
+ textColorDisabled: string;
1112
+ textColorText: string;
1113
+ textColorTextHover: string;
1114
+ textColorTextPressed: string;
1115
+ textColorTextFocus: string;
1116
+ textColorTextDisabled: string;
1117
+ textColorGhost: string;
1118
+ textColorGhostHover: string;
1119
+ textColorGhostPressed: string;
1120
+ textColorGhostFocus: string;
1121
+ textColorGhostDisabled: string;
1122
+ border: string;
1123
+ borderHover: string;
1124
+ borderPressed: string;
1125
+ borderFocus: string;
1126
+ borderDisabled: string;
1127
+ rippleColor: string;
1128
+ colorPrimary: string;
1129
+ colorHoverPrimary: string;
1130
+ colorPressedPrimary: string;
1131
+ colorFocusPrimary: string;
1132
+ colorDisabledPrimary: string;
1133
+ textColorPrimary: string;
1134
+ textColorHoverPrimary: string;
1135
+ textColorPressedPrimary: string;
1136
+ textColorFocusPrimary: string;
1137
+ textColorDisabledPrimary: string;
1138
+ textColorTextPrimary: string;
1139
+ textColorTextHoverPrimary: string;
1140
+ textColorTextPressedPrimary: string;
1141
+ textColorTextFocusPrimary: string;
1142
+ textColorTextDisabledPrimary: string;
1143
+ textColorGhostPrimary: string;
1144
+ textColorGhostHoverPrimary: string;
1145
+ textColorGhostPressedPrimary: string;
1146
+ textColorGhostFocusPrimary: string;
1147
+ textColorGhostDisabledPrimary: string;
1148
+ borderPrimary: string;
1149
+ borderHoverPrimary: string;
1150
+ borderPressedPrimary: string;
1151
+ borderFocusPrimary: string;
1152
+ borderDisabledPrimary: string;
1153
+ rippleColorPrimary: string;
1154
+ colorInfo: string;
1155
+ colorHoverInfo: string;
1156
+ colorPressedInfo: string;
1157
+ colorFocusInfo: string;
1158
+ colorDisabledInfo: string;
1159
+ textColorInfo: string;
1160
+ textColorHoverInfo: string;
1161
+ textColorPressedInfo: string;
1162
+ textColorFocusInfo: string;
1163
+ textColorDisabledInfo: string;
1164
+ textColorTextInfo: string;
1165
+ textColorTextHoverInfo: string;
1166
+ textColorTextPressedInfo: string;
1167
+ textColorTextFocusInfo: string;
1168
+ textColorTextDisabledInfo: string;
1169
+ textColorGhostInfo: string;
1170
+ textColorGhostHoverInfo: string;
1171
+ textColorGhostPressedInfo: string;
1172
+ textColorGhostFocusInfo: string;
1173
+ textColorGhostDisabledInfo: string;
1174
+ borderInfo: string;
1175
+ borderHoverInfo: string;
1176
+ borderPressedInfo: string;
1177
+ borderFocusInfo: string;
1178
+ borderDisabledInfo: string;
1179
+ rippleColorInfo: string;
1180
+ colorSuccess: string;
1181
+ colorHoverSuccess: string;
1182
+ colorPressedSuccess: string;
1183
+ colorFocusSuccess: string;
1184
+ colorDisabledSuccess: string;
1185
+ textColorSuccess: string;
1186
+ textColorHoverSuccess: string;
1187
+ textColorPressedSuccess: string;
1188
+ textColorFocusSuccess: string;
1189
+ textColorDisabledSuccess: string;
1190
+ textColorTextSuccess: string;
1191
+ textColorTextHoverSuccess: string;
1192
+ textColorTextPressedSuccess: string;
1193
+ textColorTextFocusSuccess: string;
1194
+ textColorTextDisabledSuccess: string;
1195
+ textColorGhostSuccess: string;
1196
+ textColorGhostHoverSuccess: string;
1197
+ textColorGhostPressedSuccess: string;
1198
+ textColorGhostFocusSuccess: string;
1199
+ textColorGhostDisabledSuccess: string;
1200
+ borderSuccess: string;
1201
+ borderHoverSuccess: string;
1202
+ borderPressedSuccess: string;
1203
+ borderFocusSuccess: string;
1204
+ borderDisabledSuccess: string;
1205
+ rippleColorSuccess: string;
1206
+ colorWarning: string;
1207
+ colorHoverWarning: string;
1208
+ colorPressedWarning: string;
1209
+ colorFocusWarning: string;
1210
+ colorDisabledWarning: string;
1211
+ textColorWarning: string;
1212
+ textColorHoverWarning: string;
1213
+ textColorPressedWarning: string;
1214
+ textColorFocusWarning: string;
1215
+ textColorDisabledWarning: string;
1216
+ textColorTextWarning: string;
1217
+ textColorTextHoverWarning: string;
1218
+ textColorTextPressedWarning: string;
1219
+ textColorTextFocusWarning: string;
1220
+ textColorTextDisabledWarning: string;
1221
+ textColorGhostWarning: string;
1222
+ textColorGhostHoverWarning: string;
1223
+ textColorGhostPressedWarning: string;
1224
+ textColorGhostFocusWarning: string;
1225
+ textColorGhostDisabledWarning: string;
1226
+ borderWarning: string;
1227
+ borderHoverWarning: string;
1228
+ borderPressedWarning: string;
1229
+ borderFocusWarning: string;
1230
+ borderDisabledWarning: string;
1231
+ rippleColorWarning: string;
1232
+ colorError: string;
1233
+ colorHoverError: string;
1234
+ colorPressedError: string;
1235
+ colorFocusError: string;
1236
+ colorDisabledError: string;
1237
+ textColorError: string;
1238
+ textColorHoverError: string;
1239
+ textColorPressedError: string;
1240
+ textColorFocusError: string;
1241
+ textColorDisabledError: string;
1242
+ textColorTextError: string;
1243
+ textColorTextHoverError: string;
1244
+ textColorTextPressedError: string;
1245
+ textColorTextFocusError: string;
1246
+ textColorTextDisabledError: string;
1247
+ textColorGhostError: string;
1248
+ textColorGhostHoverError: string;
1249
+ textColorGhostPressedError: string;
1250
+ textColorGhostFocusError: string;
1251
+ textColorGhostDisabledError: string;
1252
+ borderError: string;
1253
+ borderHoverError: string;
1254
+ borderPressedError: string;
1255
+ borderFocusError: string;
1256
+ borderDisabledError: string;
1257
+ rippleColorError: string;
1258
+ waveOpacity: string;
1259
+ fontWeight: string;
1260
+ fontWeightStrong: string;
1261
+ paddingTiny: string;
1262
+ paddingSmall: string;
1263
+ paddingMedium: string;
1264
+ paddingLarge: string;
1265
+ paddingRoundTiny: string;
1266
+ paddingRoundSmall: string;
1267
+ paddingRoundMedium: string;
1268
+ paddingRoundLarge: string;
1269
+ iconMarginTiny: string;
1270
+ iconMarginSmall: string;
1271
+ iconMarginMedium: string;
1272
+ iconMarginLarge: string;
1273
+ iconSizeTiny: string;
1274
+ iconSizeSmall: string;
1275
+ iconSizeMedium: string;
1276
+ iconSizeLarge: string;
1277
+ rippleDuration: string;
1278
+ }, any>>;
1279
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1280
+ heightTiny: string;
1281
+ heightSmall: string;
1282
+ heightMedium: string;
1283
+ heightLarge: string;
1284
+ borderRadiusTiny: string;
1285
+ borderRadiusSmall: string;
1286
+ borderRadiusMedium: string;
1287
+ borderRadiusLarge: string;
1288
+ fontSizeTiny: string;
1289
+ fontSizeSmall: string;
1290
+ fontSizeMedium: string;
1291
+ fontSizeLarge: string;
1292
+ opacityDisabled: string;
1293
+ colorOpacitySecondary: string;
1294
+ colorOpacitySecondaryHover: string;
1295
+ colorOpacitySecondaryPressed: string;
1296
+ colorSecondary: string;
1297
+ colorSecondaryHover: string;
1298
+ colorSecondaryPressed: string;
1299
+ colorTertiary: string;
1300
+ colorTertiaryHover: string;
1301
+ colorTertiaryPressed: string;
1302
+ colorQuaternary: string;
1303
+ colorQuaternaryHover: string;
1304
+ colorQuaternaryPressed: string;
1305
+ color: string;
1306
+ colorHover: string;
1307
+ colorPressed: string;
1308
+ colorFocus: string;
1309
+ colorDisabled: string;
1310
+ textColor: string;
1311
+ textColorTertiary: string;
1312
+ textColorHover: string;
1313
+ textColorPressed: string;
1314
+ textColorFocus: string;
1315
+ textColorDisabled: string;
1316
+ textColorText: string;
1317
+ textColorTextHover: string;
1318
+ textColorTextPressed: string;
1319
+ textColorTextFocus: string;
1320
+ textColorTextDisabled: string;
1321
+ textColorGhost: string;
1322
+ textColorGhostHover: string;
1323
+ textColorGhostPressed: string;
1324
+ textColorGhostFocus: string;
1325
+ textColorGhostDisabled: string;
1326
+ border: string;
1327
+ borderHover: string;
1328
+ borderPressed: string;
1329
+ borderFocus: string;
1330
+ borderDisabled: string;
1331
+ rippleColor: string;
1332
+ colorPrimary: string;
1333
+ colorHoverPrimary: string;
1334
+ colorPressedPrimary: string;
1335
+ colorFocusPrimary: string;
1336
+ colorDisabledPrimary: string;
1337
+ textColorPrimary: string;
1338
+ textColorHoverPrimary: string;
1339
+ textColorPressedPrimary: string;
1340
+ textColorFocusPrimary: string;
1341
+ textColorDisabledPrimary: string;
1342
+ textColorTextPrimary: string;
1343
+ textColorTextHoverPrimary: string;
1344
+ textColorTextPressedPrimary: string;
1345
+ textColorTextFocusPrimary: string;
1346
+ textColorTextDisabledPrimary: string;
1347
+ textColorGhostPrimary: string;
1348
+ textColorGhostHoverPrimary: string;
1349
+ textColorGhostPressedPrimary: string;
1350
+ textColorGhostFocusPrimary: string;
1351
+ textColorGhostDisabledPrimary: string;
1352
+ borderPrimary: string;
1353
+ borderHoverPrimary: string;
1354
+ borderPressedPrimary: string;
1355
+ borderFocusPrimary: string;
1356
+ borderDisabledPrimary: string;
1357
+ rippleColorPrimary: string;
1358
+ colorInfo: string;
1359
+ colorHoverInfo: string;
1360
+ colorPressedInfo: string;
1361
+ colorFocusInfo: string;
1362
+ colorDisabledInfo: string;
1363
+ textColorInfo: string;
1364
+ textColorHoverInfo: string;
1365
+ textColorPressedInfo: string;
1366
+ textColorFocusInfo: string;
1367
+ textColorDisabledInfo: string;
1368
+ textColorTextInfo: string;
1369
+ textColorTextHoverInfo: string;
1370
+ textColorTextPressedInfo: string;
1371
+ textColorTextFocusInfo: string;
1372
+ textColorTextDisabledInfo: string;
1373
+ textColorGhostInfo: string;
1374
+ textColorGhostHoverInfo: string;
1375
+ textColorGhostPressedInfo: string;
1376
+ textColorGhostFocusInfo: string;
1377
+ textColorGhostDisabledInfo: string;
1378
+ borderInfo: string;
1379
+ borderHoverInfo: string;
1380
+ borderPressedInfo: string;
1381
+ borderFocusInfo: string;
1382
+ borderDisabledInfo: string;
1383
+ rippleColorInfo: string;
1384
+ colorSuccess: string;
1385
+ colorHoverSuccess: string;
1386
+ colorPressedSuccess: string;
1387
+ colorFocusSuccess: string;
1388
+ colorDisabledSuccess: string;
1389
+ textColorSuccess: string;
1390
+ textColorHoverSuccess: string;
1391
+ textColorPressedSuccess: string;
1392
+ textColorFocusSuccess: string;
1393
+ textColorDisabledSuccess: string;
1394
+ textColorTextSuccess: string;
1395
+ textColorTextHoverSuccess: string;
1396
+ textColorTextPressedSuccess: string;
1397
+ textColorTextFocusSuccess: string;
1398
+ textColorTextDisabledSuccess: string;
1399
+ textColorGhostSuccess: string;
1400
+ textColorGhostHoverSuccess: string;
1401
+ textColorGhostPressedSuccess: string;
1402
+ textColorGhostFocusSuccess: string;
1403
+ textColorGhostDisabledSuccess: string;
1404
+ borderSuccess: string;
1405
+ borderHoverSuccess: string;
1406
+ borderPressedSuccess: string;
1407
+ borderFocusSuccess: string;
1408
+ borderDisabledSuccess: string;
1409
+ rippleColorSuccess: string;
1410
+ colorWarning: string;
1411
+ colorHoverWarning: string;
1412
+ colorPressedWarning: string;
1413
+ colorFocusWarning: string;
1414
+ colorDisabledWarning: string;
1415
+ textColorWarning: string;
1416
+ textColorHoverWarning: string;
1417
+ textColorPressedWarning: string;
1418
+ textColorFocusWarning: string;
1419
+ textColorDisabledWarning: string;
1420
+ textColorTextWarning: string;
1421
+ textColorTextHoverWarning: string;
1422
+ textColorTextPressedWarning: string;
1423
+ textColorTextFocusWarning: string;
1424
+ textColorTextDisabledWarning: string;
1425
+ textColorGhostWarning: string;
1426
+ textColorGhostHoverWarning: string;
1427
+ textColorGhostPressedWarning: string;
1428
+ textColorGhostFocusWarning: string;
1429
+ textColorGhostDisabledWarning: string;
1430
+ borderWarning: string;
1431
+ borderHoverWarning: string;
1432
+ borderPressedWarning: string;
1433
+ borderFocusWarning: string;
1434
+ borderDisabledWarning: string;
1435
+ rippleColorWarning: string;
1436
+ colorError: string;
1437
+ colorHoverError: string;
1438
+ colorPressedError: string;
1439
+ colorFocusError: string;
1440
+ colorDisabledError: string;
1441
+ textColorError: string;
1442
+ textColorHoverError: string;
1443
+ textColorPressedError: string;
1444
+ textColorFocusError: string;
1445
+ textColorDisabledError: string;
1446
+ textColorTextError: string;
1447
+ textColorTextHoverError: string;
1448
+ textColorTextPressedError: string;
1449
+ textColorTextFocusError: string;
1450
+ textColorTextDisabledError: string;
1451
+ textColorGhostError: string;
1452
+ textColorGhostHoverError: string;
1453
+ textColorGhostPressedError: string;
1454
+ textColorGhostFocusError: string;
1455
+ textColorGhostDisabledError: string;
1456
+ borderError: string;
1457
+ borderHoverError: string;
1458
+ borderPressedError: string;
1459
+ borderFocusError: string;
1460
+ borderDisabledError: string;
1461
+ rippleColorError: string;
1462
+ waveOpacity: string;
1463
+ fontWeight: string;
1464
+ fontWeightStrong: string;
1465
+ paddingTiny: string;
1466
+ paddingSmall: string;
1467
+ paddingMedium: string;
1468
+ paddingLarge: string;
1469
+ paddingRoundTiny: string;
1470
+ paddingRoundSmall: string;
1471
+ paddingRoundMedium: string;
1472
+ paddingRoundLarge: string;
1473
+ iconMarginTiny: string;
1474
+ iconMarginSmall: string;
1475
+ iconMarginMedium: string;
1476
+ iconMarginLarge: string;
1477
+ iconSizeTiny: string;
1478
+ iconSizeSmall: string;
1479
+ iconSizeMedium: string;
1480
+ iconSizeLarge: string;
1481
+ rippleDuration: string;
1482
+ }, any>>>;
1483
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1484
+ heightTiny: string;
1485
+ heightSmall: string;
1486
+ heightMedium: string;
1487
+ heightLarge: string;
1488
+ borderRadiusTiny: string;
1489
+ borderRadiusSmall: string;
1490
+ borderRadiusMedium: string;
1491
+ borderRadiusLarge: string;
1492
+ fontSizeTiny: string;
1493
+ fontSizeSmall: string;
1494
+ fontSizeMedium: string;
1495
+ fontSizeLarge: string;
1496
+ opacityDisabled: string;
1497
+ colorOpacitySecondary: string;
1498
+ colorOpacitySecondaryHover: string;
1499
+ colorOpacitySecondaryPressed: string;
1500
+ colorSecondary: string;
1501
+ colorSecondaryHover: string;
1502
+ colorSecondaryPressed: string;
1503
+ colorTertiary: string;
1504
+ colorTertiaryHover: string;
1505
+ colorTertiaryPressed: string;
1506
+ colorQuaternary: string;
1507
+ colorQuaternaryHover: string;
1508
+ colorQuaternaryPressed: string;
1509
+ color: string;
1510
+ colorHover: string;
1511
+ colorPressed: string;
1512
+ colorFocus: string;
1513
+ colorDisabled: string;
1514
+ textColor: string;
1515
+ textColorTertiary: string;
1516
+ textColorHover: string;
1517
+ textColorPressed: string;
1518
+ textColorFocus: string;
1519
+ textColorDisabled: string;
1520
+ textColorText: string;
1521
+ textColorTextHover: string;
1522
+ textColorTextPressed: string;
1523
+ textColorTextFocus: string;
1524
+ textColorTextDisabled: string;
1525
+ textColorGhost: string;
1526
+ textColorGhostHover: string;
1527
+ textColorGhostPressed: string;
1528
+ textColorGhostFocus: string;
1529
+ textColorGhostDisabled: string;
1530
+ border: string;
1531
+ borderHover: string;
1532
+ borderPressed: string;
1533
+ borderFocus: string;
1534
+ borderDisabled: string;
1535
+ rippleColor: string;
1536
+ colorPrimary: string;
1537
+ colorHoverPrimary: string;
1538
+ colorPressedPrimary: string;
1539
+ colorFocusPrimary: string;
1540
+ colorDisabledPrimary: string;
1541
+ textColorPrimary: string;
1542
+ textColorHoverPrimary: string;
1543
+ textColorPressedPrimary: string;
1544
+ textColorFocusPrimary: string;
1545
+ textColorDisabledPrimary: string;
1546
+ textColorTextPrimary: string;
1547
+ textColorTextHoverPrimary: string;
1548
+ textColorTextPressedPrimary: string;
1549
+ textColorTextFocusPrimary: string;
1550
+ textColorTextDisabledPrimary: string;
1551
+ textColorGhostPrimary: string;
1552
+ textColorGhostHoverPrimary: string;
1553
+ textColorGhostPressedPrimary: string;
1554
+ textColorGhostFocusPrimary: string;
1555
+ textColorGhostDisabledPrimary: string;
1556
+ borderPrimary: string;
1557
+ borderHoverPrimary: string;
1558
+ borderPressedPrimary: string;
1559
+ borderFocusPrimary: string;
1560
+ borderDisabledPrimary: string;
1561
+ rippleColorPrimary: string;
1562
+ colorInfo: string;
1563
+ colorHoverInfo: string;
1564
+ colorPressedInfo: string;
1565
+ colorFocusInfo: string;
1566
+ colorDisabledInfo: string;
1567
+ textColorInfo: string;
1568
+ textColorHoverInfo: string;
1569
+ textColorPressedInfo: string;
1570
+ textColorFocusInfo: string;
1571
+ textColorDisabledInfo: string;
1572
+ textColorTextInfo: string;
1573
+ textColorTextHoverInfo: string;
1574
+ textColorTextPressedInfo: string;
1575
+ textColorTextFocusInfo: string;
1576
+ textColorTextDisabledInfo: string;
1577
+ textColorGhostInfo: string;
1578
+ textColorGhostHoverInfo: string;
1579
+ textColorGhostPressedInfo: string;
1580
+ textColorGhostFocusInfo: string;
1581
+ textColorGhostDisabledInfo: string;
1582
+ borderInfo: string;
1583
+ borderHoverInfo: string;
1584
+ borderPressedInfo: string;
1585
+ borderFocusInfo: string;
1586
+ borderDisabledInfo: string;
1587
+ rippleColorInfo: string;
1588
+ colorSuccess: string;
1589
+ colorHoverSuccess: string;
1590
+ colorPressedSuccess: string;
1591
+ colorFocusSuccess: string;
1592
+ colorDisabledSuccess: string;
1593
+ textColorSuccess: string;
1594
+ textColorHoverSuccess: string;
1595
+ textColorPressedSuccess: string;
1596
+ textColorFocusSuccess: string;
1597
+ textColorDisabledSuccess: string;
1598
+ textColorTextSuccess: string;
1599
+ textColorTextHoverSuccess: string;
1600
+ textColorTextPressedSuccess: string;
1601
+ textColorTextFocusSuccess: string;
1602
+ textColorTextDisabledSuccess: string;
1603
+ textColorGhostSuccess: string;
1604
+ textColorGhostHoverSuccess: string;
1605
+ textColorGhostPressedSuccess: string;
1606
+ textColorGhostFocusSuccess: string;
1607
+ textColorGhostDisabledSuccess: string;
1608
+ borderSuccess: string;
1609
+ borderHoverSuccess: string;
1610
+ borderPressedSuccess: string;
1611
+ borderFocusSuccess: string;
1612
+ borderDisabledSuccess: string;
1613
+ rippleColorSuccess: string;
1614
+ colorWarning: string;
1615
+ colorHoverWarning: string;
1616
+ colorPressedWarning: string;
1617
+ colorFocusWarning: string;
1618
+ colorDisabledWarning: string;
1619
+ textColorWarning: string;
1620
+ textColorHoverWarning: string;
1621
+ textColorPressedWarning: string;
1622
+ textColorFocusWarning: string;
1623
+ textColorDisabledWarning: string;
1624
+ textColorTextWarning: string;
1625
+ textColorTextHoverWarning: string;
1626
+ textColorTextPressedWarning: string;
1627
+ textColorTextFocusWarning: string;
1628
+ textColorTextDisabledWarning: string;
1629
+ textColorGhostWarning: string;
1630
+ textColorGhostHoverWarning: string;
1631
+ textColorGhostPressedWarning: string;
1632
+ textColorGhostFocusWarning: string;
1633
+ textColorGhostDisabledWarning: string;
1634
+ borderWarning: string;
1635
+ borderHoverWarning: string;
1636
+ borderPressedWarning: string;
1637
+ borderFocusWarning: string;
1638
+ borderDisabledWarning: string;
1639
+ rippleColorWarning: string;
1640
+ colorError: string;
1641
+ colorHoverError: string;
1642
+ colorPressedError: string;
1643
+ colorFocusError: string;
1644
+ colorDisabledError: string;
1645
+ textColorError: string;
1646
+ textColorHoverError: string;
1647
+ textColorPressedError: string;
1648
+ textColorFocusError: string;
1649
+ textColorDisabledError: string;
1650
+ textColorTextError: string;
1651
+ textColorTextHoverError: string;
1652
+ textColorTextPressedError: string;
1653
+ textColorTextFocusError: string;
1654
+ textColorTextDisabledError: string;
1655
+ textColorGhostError: string;
1656
+ textColorGhostHoverError: string;
1657
+ textColorGhostPressedError: string;
1658
+ textColorGhostFocusError: string;
1659
+ textColorGhostDisabledError: string;
1660
+ borderError: string;
1661
+ borderHoverError: string;
1662
+ borderPressedError: string;
1663
+ borderFocusError: string;
1664
+ borderDisabledError: string;
1665
+ rippleColorError: string;
1666
+ waveOpacity: string;
1667
+ fontWeight: string;
1668
+ fontWeightStrong: string;
1669
+ paddingTiny: string;
1670
+ paddingSmall: string;
1671
+ paddingMedium: string;
1672
+ paddingLarge: string;
1673
+ paddingRoundTiny: string;
1674
+ paddingRoundSmall: string;
1675
+ paddingRoundMedium: string;
1676
+ paddingRoundLarge: string;
1677
+ iconMarginTiny: string;
1678
+ iconMarginSmall: string;
1679
+ iconMarginMedium: string;
1680
+ iconMarginLarge: string;
1681
+ iconSizeTiny: string;
1682
+ iconSizeSmall: string;
1683
+ iconSizeMedium: string;
1684
+ iconSizeLarge: string;
1685
+ rippleDuration: string;
1686
+ }, any>>>;
1687
+ }>>, {
1688
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1689
+ readonly tag: keyof HTMLElementTagNameMap;
1690
+ readonly block: boolean;
1691
+ readonly round: boolean;
1692
+ readonly dashed: boolean;
1693
+ readonly text: boolean;
1694
+ readonly circle: boolean;
1695
+ readonly disabled: boolean;
1696
+ readonly focusable: boolean;
1697
+ readonly strong: boolean;
1698
+ readonly loading: boolean;
1699
+ readonly bordered: boolean;
1700
+ readonly tertiary: boolean;
1701
+ readonly ghost: boolean;
1702
+ readonly keyboard: boolean;
1703
+ readonly secondary: boolean;
1704
+ readonly quaternary: boolean;
1705
+ readonly iconPlacement: "left" | "right";
1706
+ readonly attrType: "button" | "reset" | "submit";
1707
+ readonly nativeFocusBehavior: boolean;
1708
+ }>;
1709
+ PlayCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1710
+ PlayCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1711
+ RemoveCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1712
+ videoImg: string;
1713
+ success: string;
1714
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "vodFileList"[], "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1715
+ formData: {
1716
+ type: ObjectConstructor;
1717
+ default: () => {};
1718
+ };
1719
+ defList: (ArrayConstructor | StringConstructor)[];
1720
+ source: StringConstructor;
1721
+ limitNum: {
1722
+ default: number;
1723
+ };
1724
+ defFileList: {
1725
+ default: string;
1726
+ };
1727
+ isLock: BooleanConstructor;
1728
+ isDetail: {
1729
+ type: BooleanConstructor;
1730
+ default: boolean;
1731
+ };
1732
+ getChunkUploadConfig: {
1733
+ type: FunctionConstructor;
1734
+ default: () => Promise<{}>;
1735
+ };
1736
+ }>> & {
1737
+ onVodFileList?: ((...args: any[]) => any) | undefined;
1738
+ }, {
1739
+ isDetail: boolean;
1740
+ isLock: boolean;
1741
+ formData: Record<string, any>;
1742
+ limitNum: number;
1743
+ defFileList: string;
1744
+ getChunkUploadConfig: Function;
1745
+ }>;
1746
+ export default _default;