base6-ui 2.0.26 → 2.0.28

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 (89) hide show
  1. package/dist/_utils/composable/use-omit-props.d.ts +2 -0
  2. package/dist/_utils/simply-omit.d.ts +1 -0
  3. package/dist/components/button-list/index.d.ts +2 -0
  4. package/dist/components/button-list/src/button-list.d.ts +35 -0
  5. package/dist/components/button-list/src/interface.d.ts +48 -0
  6. package/dist/components/data-table/data-table.d.ts +2 -7094
  7. package/dist/components/data-table/interface.d.ts +26 -2
  8. package/dist/components/index.d.ts +2 -0
  9. package/dist/components/shape-button/index.d.ts +2 -0
  10. package/dist/components/shape-button/src/cssVar.d.ts +7 -0
  11. package/dist/components/shape-button/src/interface.d.ts +667 -0
  12. package/dist/components/shape-button/src/shape-button.d.ts +4 -0
  13. package/dist/hooks/useBodenHttpMessage.d.ts +7 -1
  14. package/dist/index.css +1 -1
  15. package/dist/index.umd.js +3 -3
  16. package/dist/locale/http/en-us.d.ts +96 -42
  17. package/es/_utils/composable/use-omit-props.d.ts +2 -0
  18. package/es/_utils/composable/use-omit-props.mjs +12 -0
  19. package/es/_utils/simply-omit.d.ts +1 -0
  20. package/es/_utils/simply-omit.mjs +9 -0
  21. package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
  22. package/es/components/button-list/index.d.ts +2 -0
  23. package/es/components/button-list/src/button-list.d.ts +35 -0
  24. package/es/components/button-list/src/button-list.mjs +63 -0
  25. package/es/components/button-list/src/interface.d.ts +48 -0
  26. package/es/components/button-list/src/interface.mjs +12 -0
  27. package/es/components/data-table/data-table.d.ts +2 -7094
  28. package/es/components/data-table/data-table.mjs +34 -29
  29. package/es/components/data-table/interface.d.ts +26 -2
  30. package/es/components/data-table/interface.mjs +17 -7
  31. package/es/components/index.d.ts +2 -0
  32. package/es/components/shape-button/index.d.ts +2 -0
  33. package/es/components/shape-button/src/cssVar.d.ts +7 -0
  34. package/es/components/shape-button/src/cssVar.mjs +65 -0
  35. package/es/components/shape-button/src/interface.d.ts +667 -0
  36. package/es/components/shape-button/src/interface.mjs +30 -0
  37. package/es/components/shape-button/src/shape-button.d.ts +4 -0
  38. package/es/components/shape-button/src/shape-button.mjs +52 -0
  39. package/es/components/system-actions/index.vue.mjs +2 -2
  40. package/es/components/system-actions/index.vue2.mjs +43 -48
  41. package/es/config/themes/components/card/dark.mjs +1 -1
  42. package/es/config/themes/components/dataTable/dark.mjs +3 -3
  43. package/es/config/themes/components/inputNumber/light.mjs +7 -5
  44. package/es/hooks/useBodenHttpMessage.d.ts +7 -1
  45. package/es/hooks/useBodenHttpMessage.mjs +17 -71
  46. package/es/index.css +1 -1
  47. package/es/index.mjs +104 -96
  48. package/es/locale/http/en-us.d.ts +96 -42
  49. package/es/locale/http/en-us.mjs +96 -85
  50. package/es/locale/http/zh-cn.mjs +95 -83
  51. package/es/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/css/format-length.mjs +22 -0
  52. package/lib/_utils/composable/use-omit-props.d.ts +2 -0
  53. package/lib/_utils/composable/use-omit-props.js +1 -0
  54. package/lib/_utils/simply-omit.d.ts +1 -0
  55. package/lib/_utils/simply-omit.js +1 -0
  56. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  57. package/lib/components/button-list/index.d.ts +2 -0
  58. package/lib/components/button-list/src/button-list.d.ts +35 -0
  59. package/lib/components/button-list/src/button-list.js +1 -0
  60. package/lib/components/button-list/src/interface.d.ts +48 -0
  61. package/lib/components/button-list/src/interface.js +1 -0
  62. package/lib/components/data-table/data-table.d.ts +2 -7094
  63. package/lib/components/data-table/data-table.js +1 -1
  64. package/lib/components/data-table/interface.d.ts +26 -2
  65. package/lib/components/data-table/interface.js +1 -1
  66. package/lib/components/index.d.ts +2 -0
  67. package/lib/components/shape-button/index.d.ts +2 -0
  68. package/lib/components/shape-button/src/cssVar.d.ts +7 -0
  69. package/lib/components/shape-button/src/cssVar.js +1 -0
  70. package/lib/components/shape-button/src/interface.d.ts +667 -0
  71. package/lib/components/shape-button/src/interface.js +1 -0
  72. package/lib/components/shape-button/src/shape-button.d.ts +4 -0
  73. package/lib/components/shape-button/src/shape-button.js +1 -0
  74. package/lib/components/system-actions/index.vue.js +1 -1
  75. package/lib/components/system-actions/index.vue2.js +1 -1
  76. package/lib/config/themes/components/card/dark.js +1 -1
  77. package/lib/config/themes/components/dataTable/dark.js +1 -1
  78. package/lib/config/themes/components/inputNumber/light.js +1 -1
  79. package/lib/hooks/useBodenHttpMessage.d.ts +7 -1
  80. package/lib/hooks/useBodenHttpMessage.js +1 -1
  81. package/lib/index.css +1 -1
  82. package/lib/index.js +1 -1
  83. package/lib/locale/http/en-us.d.ts +96 -42
  84. package/lib/locale/http/en-us.js +1 -1
  85. package/lib/locale/http/zh-cn.js +1 -1
  86. package/lib/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/css/format-length.js +1 -0
  87. package/package.json +1 -1
  88. package/es/components/system-actions/cssVar.mjs +0 -65
  89. package/lib/components/system-actions/cssVar.js +0 -1
@@ -0,0 +1,667 @@
1
+ import { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import { ButtonSlots } from 'naive-ui';
3
+ export declare const bodenShapeButtonExtendProps: {
4
+ /**
5
+ * 按钮文本
6
+ */
7
+ readonly content: StringConstructor;
8
+ /**
9
+ * svg-icon
10
+ */
11
+ readonly icon: StringConstructor;
12
+ readonly width: {
13
+ readonly type: PropType<string | number>;
14
+ readonly default: 32;
15
+ };
16
+ readonly height: {
17
+ readonly type: PropType<string | number>;
18
+ readonly default: 32;
19
+ };
20
+ /**
21
+ * 形状
22
+ */
23
+ readonly shape: {
24
+ readonly type: PropType<"square" | "circle">;
25
+ readonly default: "square";
26
+ };
27
+ };
28
+ export declare const bodenShapeButtonProps: {
29
+ /**
30
+ * 按钮文本
31
+ */
32
+ readonly content: StringConstructor;
33
+ /**
34
+ * svg-icon
35
+ */
36
+ readonly icon: StringConstructor;
37
+ readonly width: {
38
+ readonly type: PropType<string | number>;
39
+ readonly default: 32;
40
+ };
41
+ readonly height: {
42
+ readonly type: PropType<string | number>;
43
+ readonly default: 32;
44
+ };
45
+ /**
46
+ * 形状
47
+ */
48
+ readonly shape: {
49
+ readonly type: PropType<"square" | "circle">;
50
+ readonly default: "square";
51
+ };
52
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Button", {
53
+ heightTiny: string;
54
+ heightSmall: string;
55
+ heightMedium: string;
56
+ heightLarge: string;
57
+ borderRadiusTiny: string;
58
+ borderRadiusSmall: string;
59
+ borderRadiusMedium: string;
60
+ borderRadiusLarge: string;
61
+ fontSizeTiny: string;
62
+ fontSizeSmall: string;
63
+ fontSizeMedium: string;
64
+ fontSizeLarge: string;
65
+ opacityDisabled: string;
66
+ colorOpacitySecondary: string;
67
+ colorOpacitySecondaryHover: string;
68
+ colorOpacitySecondaryPressed: string;
69
+ colorSecondary: string;
70
+ colorSecondaryHover: string;
71
+ colorSecondaryPressed: string;
72
+ colorTertiary: string;
73
+ colorTertiaryHover: string;
74
+ colorTertiaryPressed: string;
75
+ colorQuaternary: string;
76
+ colorQuaternaryHover: string;
77
+ colorQuaternaryPressed: string;
78
+ color: string;
79
+ colorHover: string;
80
+ colorPressed: string;
81
+ colorFocus: string;
82
+ colorDisabled: string;
83
+ textColor: string;
84
+ textColorTertiary: string;
85
+ textColorHover: string;
86
+ textColorPressed: string;
87
+ textColorFocus: string;
88
+ textColorDisabled: string;
89
+ textColorText: string;
90
+ textColorTextHover: string;
91
+ textColorTextPressed: string;
92
+ textColorTextFocus: string;
93
+ textColorTextDisabled: string;
94
+ textColorGhost: string;
95
+ textColorGhostHover: string;
96
+ textColorGhostPressed: string;
97
+ textColorGhostFocus: string;
98
+ textColorGhostDisabled: string;
99
+ border: string;
100
+ borderHover: string;
101
+ borderPressed: string;
102
+ borderFocus: string;
103
+ borderDisabled: string;
104
+ rippleColor: string;
105
+ colorPrimary: string;
106
+ colorHoverPrimary: string;
107
+ colorPressedPrimary: string;
108
+ colorFocusPrimary: string;
109
+ colorDisabledPrimary: string;
110
+ textColorPrimary: string;
111
+ textColorHoverPrimary: string;
112
+ textColorPressedPrimary: string;
113
+ textColorFocusPrimary: string;
114
+ textColorDisabledPrimary: string;
115
+ textColorTextPrimary: string;
116
+ textColorTextHoverPrimary: string;
117
+ textColorTextPressedPrimary: string;
118
+ textColorTextFocusPrimary: string;
119
+ textColorTextDisabledPrimary: string;
120
+ textColorGhostPrimary: string;
121
+ textColorGhostHoverPrimary: string;
122
+ textColorGhostPressedPrimary: string;
123
+ textColorGhostFocusPrimary: string;
124
+ textColorGhostDisabledPrimary: string;
125
+ borderPrimary: string;
126
+ borderHoverPrimary: string;
127
+ borderPressedPrimary: string;
128
+ borderFocusPrimary: string;
129
+ borderDisabledPrimary: string;
130
+ rippleColorPrimary: string;
131
+ colorInfo: string;
132
+ colorHoverInfo: string;
133
+ colorPressedInfo: string;
134
+ colorFocusInfo: string;
135
+ colorDisabledInfo: string;
136
+ textColorInfo: string;
137
+ textColorHoverInfo: string;
138
+ textColorPressedInfo: string;
139
+ textColorFocusInfo: string;
140
+ textColorDisabledInfo: string;
141
+ textColorTextInfo: string;
142
+ textColorTextHoverInfo: string;
143
+ textColorTextPressedInfo: string;
144
+ textColorTextFocusInfo: string;
145
+ textColorTextDisabledInfo: string;
146
+ textColorGhostInfo: string;
147
+ textColorGhostHoverInfo: string;
148
+ textColorGhostPressedInfo: string;
149
+ textColorGhostFocusInfo: string;
150
+ textColorGhostDisabledInfo: string;
151
+ borderInfo: string;
152
+ borderHoverInfo: string;
153
+ borderPressedInfo: string;
154
+ borderFocusInfo: string;
155
+ borderDisabledInfo: string;
156
+ rippleColorInfo: string;
157
+ colorSuccess: string;
158
+ colorHoverSuccess: string;
159
+ colorPressedSuccess: string;
160
+ colorFocusSuccess: string;
161
+ colorDisabledSuccess: string;
162
+ textColorSuccess: string;
163
+ textColorHoverSuccess: string;
164
+ textColorPressedSuccess: string;
165
+ textColorFocusSuccess: string;
166
+ textColorDisabledSuccess: string;
167
+ textColorTextSuccess: string;
168
+ textColorTextHoverSuccess: string;
169
+ textColorTextPressedSuccess: string;
170
+ textColorTextFocusSuccess: string;
171
+ textColorTextDisabledSuccess: string;
172
+ textColorGhostSuccess: string;
173
+ textColorGhostHoverSuccess: string;
174
+ textColorGhostPressedSuccess: string;
175
+ textColorGhostFocusSuccess: string;
176
+ textColorGhostDisabledSuccess: string;
177
+ borderSuccess: string;
178
+ borderHoverSuccess: string;
179
+ borderPressedSuccess: string;
180
+ borderFocusSuccess: string;
181
+ borderDisabledSuccess: string;
182
+ rippleColorSuccess: string;
183
+ colorWarning: string;
184
+ colorHoverWarning: string;
185
+ colorPressedWarning: string;
186
+ colorFocusWarning: string;
187
+ colorDisabledWarning: string;
188
+ textColorWarning: string;
189
+ textColorHoverWarning: string;
190
+ textColorPressedWarning: string;
191
+ textColorFocusWarning: string;
192
+ textColorDisabledWarning: string;
193
+ textColorTextWarning: string;
194
+ textColorTextHoverWarning: string;
195
+ textColorTextPressedWarning: string;
196
+ textColorTextFocusWarning: string;
197
+ textColorTextDisabledWarning: string;
198
+ textColorGhostWarning: string;
199
+ textColorGhostHoverWarning: string;
200
+ textColorGhostPressedWarning: string;
201
+ textColorGhostFocusWarning: string;
202
+ textColorGhostDisabledWarning: string;
203
+ borderWarning: string;
204
+ borderHoverWarning: string;
205
+ borderPressedWarning: string;
206
+ borderFocusWarning: string;
207
+ borderDisabledWarning: string;
208
+ rippleColorWarning: string;
209
+ colorError: string;
210
+ colorHoverError: string;
211
+ colorPressedError: string;
212
+ colorFocusError: string;
213
+ colorDisabledError: string;
214
+ textColorError: string;
215
+ textColorHoverError: string;
216
+ textColorPressedError: string;
217
+ textColorFocusError: string;
218
+ textColorDisabledError: string;
219
+ textColorTextError: string;
220
+ textColorTextHoverError: string;
221
+ textColorTextPressedError: string;
222
+ textColorTextFocusError: string;
223
+ textColorTextDisabledError: string;
224
+ textColorGhostError: string;
225
+ textColorGhostHoverError: string;
226
+ textColorGhostPressedError: string;
227
+ textColorGhostFocusError: string;
228
+ textColorGhostDisabledError: string;
229
+ borderError: string;
230
+ borderHoverError: string;
231
+ borderPressedError: string;
232
+ borderFocusError: string;
233
+ borderDisabledError: string;
234
+ rippleColorError: string;
235
+ waveOpacity: string;
236
+ fontWeight: string;
237
+ fontWeightStrong: string;
238
+ paddingTiny: string;
239
+ paddingSmall: string;
240
+ paddingMedium: string;
241
+ paddingLarge: string;
242
+ paddingRoundTiny: string;
243
+ paddingRoundSmall: string;
244
+ paddingRoundMedium: string;
245
+ paddingRoundLarge: string;
246
+ iconMarginTiny: string;
247
+ iconMarginSmall: string;
248
+ iconMarginMedium: string;
249
+ iconMarginLarge: string;
250
+ iconSizeTiny: string;
251
+ iconSizeSmall: string;
252
+ iconSizeMedium: string;
253
+ iconSizeLarge: string;
254
+ rippleDuration: string;
255
+ }, any>>;
256
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
257
+ heightTiny: string;
258
+ heightSmall: string;
259
+ heightMedium: string;
260
+ heightLarge: string;
261
+ borderRadiusTiny: string;
262
+ borderRadiusSmall: string;
263
+ borderRadiusMedium: string;
264
+ borderRadiusLarge: string;
265
+ fontSizeTiny: string;
266
+ fontSizeSmall: string;
267
+ fontSizeMedium: string;
268
+ fontSizeLarge: string;
269
+ opacityDisabled: string;
270
+ colorOpacitySecondary: string;
271
+ colorOpacitySecondaryHover: string;
272
+ colorOpacitySecondaryPressed: string;
273
+ colorSecondary: string;
274
+ colorSecondaryHover: string;
275
+ colorSecondaryPressed: string;
276
+ colorTertiary: string;
277
+ colorTertiaryHover: string;
278
+ colorTertiaryPressed: string;
279
+ colorQuaternary: string;
280
+ colorQuaternaryHover: string;
281
+ colorQuaternaryPressed: string;
282
+ color: string;
283
+ colorHover: string;
284
+ colorPressed: string;
285
+ colorFocus: string;
286
+ colorDisabled: string;
287
+ textColor: string;
288
+ textColorTertiary: string;
289
+ textColorHover: string;
290
+ textColorPressed: string;
291
+ textColorFocus: string;
292
+ textColorDisabled: string;
293
+ textColorText: string;
294
+ textColorTextHover: string;
295
+ textColorTextPressed: string;
296
+ textColorTextFocus: string;
297
+ textColorTextDisabled: string;
298
+ textColorGhost: string;
299
+ textColorGhostHover: string;
300
+ textColorGhostPressed: string;
301
+ textColorGhostFocus: string;
302
+ textColorGhostDisabled: string;
303
+ border: string;
304
+ borderHover: string;
305
+ borderPressed: string;
306
+ borderFocus: string;
307
+ borderDisabled: string;
308
+ rippleColor: string;
309
+ colorPrimary: string;
310
+ colorHoverPrimary: string;
311
+ colorPressedPrimary: string;
312
+ colorFocusPrimary: string;
313
+ colorDisabledPrimary: string;
314
+ textColorPrimary: string;
315
+ textColorHoverPrimary: string;
316
+ textColorPressedPrimary: string;
317
+ textColorFocusPrimary: string;
318
+ textColorDisabledPrimary: string;
319
+ textColorTextPrimary: string;
320
+ textColorTextHoverPrimary: string;
321
+ textColorTextPressedPrimary: string;
322
+ textColorTextFocusPrimary: string;
323
+ textColorTextDisabledPrimary: string;
324
+ textColorGhostPrimary: string;
325
+ textColorGhostHoverPrimary: string;
326
+ textColorGhostPressedPrimary: string;
327
+ textColorGhostFocusPrimary: string;
328
+ textColorGhostDisabledPrimary: string;
329
+ borderPrimary: string;
330
+ borderHoverPrimary: string;
331
+ borderPressedPrimary: string;
332
+ borderFocusPrimary: string;
333
+ borderDisabledPrimary: string;
334
+ rippleColorPrimary: string;
335
+ colorInfo: string;
336
+ colorHoverInfo: string;
337
+ colorPressedInfo: string;
338
+ colorFocusInfo: string;
339
+ colorDisabledInfo: string;
340
+ textColorInfo: string;
341
+ textColorHoverInfo: string;
342
+ textColorPressedInfo: string;
343
+ textColorFocusInfo: string;
344
+ textColorDisabledInfo: string;
345
+ textColorTextInfo: string;
346
+ textColorTextHoverInfo: string;
347
+ textColorTextPressedInfo: string;
348
+ textColorTextFocusInfo: string;
349
+ textColorTextDisabledInfo: string;
350
+ textColorGhostInfo: string;
351
+ textColorGhostHoverInfo: string;
352
+ textColorGhostPressedInfo: string;
353
+ textColorGhostFocusInfo: string;
354
+ textColorGhostDisabledInfo: string;
355
+ borderInfo: string;
356
+ borderHoverInfo: string;
357
+ borderPressedInfo: string;
358
+ borderFocusInfo: string;
359
+ borderDisabledInfo: string;
360
+ rippleColorInfo: string;
361
+ colorSuccess: string;
362
+ colorHoverSuccess: string;
363
+ colorPressedSuccess: string;
364
+ colorFocusSuccess: string;
365
+ colorDisabledSuccess: string;
366
+ textColorSuccess: string;
367
+ textColorHoverSuccess: string;
368
+ textColorPressedSuccess: string;
369
+ textColorFocusSuccess: string;
370
+ textColorDisabledSuccess: string;
371
+ textColorTextSuccess: string;
372
+ textColorTextHoverSuccess: string;
373
+ textColorTextPressedSuccess: string;
374
+ textColorTextFocusSuccess: string;
375
+ textColorTextDisabledSuccess: string;
376
+ textColorGhostSuccess: string;
377
+ textColorGhostHoverSuccess: string;
378
+ textColorGhostPressedSuccess: string;
379
+ textColorGhostFocusSuccess: string;
380
+ textColorGhostDisabledSuccess: string;
381
+ borderSuccess: string;
382
+ borderHoverSuccess: string;
383
+ borderPressedSuccess: string;
384
+ borderFocusSuccess: string;
385
+ borderDisabledSuccess: string;
386
+ rippleColorSuccess: string;
387
+ colorWarning: string;
388
+ colorHoverWarning: string;
389
+ colorPressedWarning: string;
390
+ colorFocusWarning: string;
391
+ colorDisabledWarning: string;
392
+ textColorWarning: string;
393
+ textColorHoverWarning: string;
394
+ textColorPressedWarning: string;
395
+ textColorFocusWarning: string;
396
+ textColorDisabledWarning: string;
397
+ textColorTextWarning: string;
398
+ textColorTextHoverWarning: string;
399
+ textColorTextPressedWarning: string;
400
+ textColorTextFocusWarning: string;
401
+ textColorTextDisabledWarning: string;
402
+ textColorGhostWarning: string;
403
+ textColorGhostHoverWarning: string;
404
+ textColorGhostPressedWarning: string;
405
+ textColorGhostFocusWarning: string;
406
+ textColorGhostDisabledWarning: string;
407
+ borderWarning: string;
408
+ borderHoverWarning: string;
409
+ borderPressedWarning: string;
410
+ borderFocusWarning: string;
411
+ borderDisabledWarning: string;
412
+ rippleColorWarning: string;
413
+ colorError: string;
414
+ colorHoverError: string;
415
+ colorPressedError: string;
416
+ colorFocusError: string;
417
+ colorDisabledError: string;
418
+ textColorError: string;
419
+ textColorHoverError: string;
420
+ textColorPressedError: string;
421
+ textColorFocusError: string;
422
+ textColorDisabledError: string;
423
+ textColorTextError: string;
424
+ textColorTextHoverError: string;
425
+ textColorTextPressedError: string;
426
+ textColorTextFocusError: string;
427
+ textColorTextDisabledError: string;
428
+ textColorGhostError: string;
429
+ textColorGhostHoverError: string;
430
+ textColorGhostPressedError: string;
431
+ textColorGhostFocusError: string;
432
+ textColorGhostDisabledError: string;
433
+ borderError: string;
434
+ borderHoverError: string;
435
+ borderPressedError: string;
436
+ borderFocusError: string;
437
+ borderDisabledError: string;
438
+ rippleColorError: string;
439
+ waveOpacity: string;
440
+ fontWeight: string;
441
+ fontWeightStrong: string;
442
+ paddingTiny: string;
443
+ paddingSmall: string;
444
+ paddingMedium: string;
445
+ paddingLarge: string;
446
+ paddingRoundTiny: string;
447
+ paddingRoundSmall: string;
448
+ paddingRoundMedium: string;
449
+ paddingRoundLarge: string;
450
+ iconMarginTiny: string;
451
+ iconMarginSmall: string;
452
+ iconMarginMedium: string;
453
+ iconMarginLarge: string;
454
+ iconSizeTiny: string;
455
+ iconSizeSmall: string;
456
+ iconSizeMedium: string;
457
+ iconSizeLarge: string;
458
+ rippleDuration: string;
459
+ }, any>>>;
460
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
461
+ heightTiny: string;
462
+ heightSmall: string;
463
+ heightMedium: string;
464
+ heightLarge: string;
465
+ borderRadiusTiny: string;
466
+ borderRadiusSmall: string;
467
+ borderRadiusMedium: string;
468
+ borderRadiusLarge: string;
469
+ fontSizeTiny: string;
470
+ fontSizeSmall: string;
471
+ fontSizeMedium: string;
472
+ fontSizeLarge: string;
473
+ opacityDisabled: string;
474
+ colorOpacitySecondary: string;
475
+ colorOpacitySecondaryHover: string;
476
+ colorOpacitySecondaryPressed: string;
477
+ colorSecondary: string;
478
+ colorSecondaryHover: string;
479
+ colorSecondaryPressed: string;
480
+ colorTertiary: string;
481
+ colorTertiaryHover: string;
482
+ colorTertiaryPressed: string;
483
+ colorQuaternary: string;
484
+ colorQuaternaryHover: string;
485
+ colorQuaternaryPressed: string;
486
+ color: string;
487
+ colorHover: string;
488
+ colorPressed: string;
489
+ colorFocus: string;
490
+ colorDisabled: string;
491
+ textColor: string;
492
+ textColorTertiary: string;
493
+ textColorHover: string;
494
+ textColorPressed: string;
495
+ textColorFocus: string;
496
+ textColorDisabled: string;
497
+ textColorText: string;
498
+ textColorTextHover: string;
499
+ textColorTextPressed: string;
500
+ textColorTextFocus: string;
501
+ textColorTextDisabled: string;
502
+ textColorGhost: string;
503
+ textColorGhostHover: string;
504
+ textColorGhostPressed: string;
505
+ textColorGhostFocus: string;
506
+ textColorGhostDisabled: string;
507
+ border: string;
508
+ borderHover: string;
509
+ borderPressed: string;
510
+ borderFocus: string;
511
+ borderDisabled: string;
512
+ rippleColor: string;
513
+ colorPrimary: string;
514
+ colorHoverPrimary: string;
515
+ colorPressedPrimary: string;
516
+ colorFocusPrimary: string;
517
+ colorDisabledPrimary: string;
518
+ textColorPrimary: string;
519
+ textColorHoverPrimary: string;
520
+ textColorPressedPrimary: string;
521
+ textColorFocusPrimary: string;
522
+ textColorDisabledPrimary: string;
523
+ textColorTextPrimary: string;
524
+ textColorTextHoverPrimary: string;
525
+ textColorTextPressedPrimary: string;
526
+ textColorTextFocusPrimary: string;
527
+ textColorTextDisabledPrimary: string;
528
+ textColorGhostPrimary: string;
529
+ textColorGhostHoverPrimary: string;
530
+ textColorGhostPressedPrimary: string;
531
+ textColorGhostFocusPrimary: string;
532
+ textColorGhostDisabledPrimary: string;
533
+ borderPrimary: string;
534
+ borderHoverPrimary: string;
535
+ borderPressedPrimary: string;
536
+ borderFocusPrimary: string;
537
+ borderDisabledPrimary: string;
538
+ rippleColorPrimary: string;
539
+ colorInfo: string;
540
+ colorHoverInfo: string;
541
+ colorPressedInfo: string;
542
+ colorFocusInfo: string;
543
+ colorDisabledInfo: string;
544
+ textColorInfo: string;
545
+ textColorHoverInfo: string;
546
+ textColorPressedInfo: string;
547
+ textColorFocusInfo: string;
548
+ textColorDisabledInfo: string;
549
+ textColorTextInfo: string;
550
+ textColorTextHoverInfo: string;
551
+ textColorTextPressedInfo: string;
552
+ textColorTextFocusInfo: string;
553
+ textColorTextDisabledInfo: string;
554
+ textColorGhostInfo: string;
555
+ textColorGhostHoverInfo: string;
556
+ textColorGhostPressedInfo: string;
557
+ textColorGhostFocusInfo: string;
558
+ textColorGhostDisabledInfo: string;
559
+ borderInfo: string;
560
+ borderHoverInfo: string;
561
+ borderPressedInfo: string;
562
+ borderFocusInfo: string;
563
+ borderDisabledInfo: string;
564
+ rippleColorInfo: string;
565
+ colorSuccess: string;
566
+ colorHoverSuccess: string;
567
+ colorPressedSuccess: string;
568
+ colorFocusSuccess: string;
569
+ colorDisabledSuccess: string;
570
+ textColorSuccess: string;
571
+ textColorHoverSuccess: string;
572
+ textColorPressedSuccess: string;
573
+ textColorFocusSuccess: string;
574
+ textColorDisabledSuccess: string;
575
+ textColorTextSuccess: string;
576
+ textColorTextHoverSuccess: string;
577
+ textColorTextPressedSuccess: string;
578
+ textColorTextFocusSuccess: string;
579
+ textColorTextDisabledSuccess: string;
580
+ textColorGhostSuccess: string;
581
+ textColorGhostHoverSuccess: string;
582
+ textColorGhostPressedSuccess: string;
583
+ textColorGhostFocusSuccess: string;
584
+ textColorGhostDisabledSuccess: string;
585
+ borderSuccess: string;
586
+ borderHoverSuccess: string;
587
+ borderPressedSuccess: string;
588
+ borderFocusSuccess: string;
589
+ borderDisabledSuccess: string;
590
+ rippleColorSuccess: string;
591
+ colorWarning: string;
592
+ colorHoverWarning: string;
593
+ colorPressedWarning: string;
594
+ colorFocusWarning: string;
595
+ colorDisabledWarning: string;
596
+ textColorWarning: string;
597
+ textColorHoverWarning: string;
598
+ textColorPressedWarning: string;
599
+ textColorFocusWarning: string;
600
+ textColorDisabledWarning: string;
601
+ textColorTextWarning: string;
602
+ textColorTextHoverWarning: string;
603
+ textColorTextPressedWarning: string;
604
+ textColorTextFocusWarning: string;
605
+ textColorTextDisabledWarning: string;
606
+ textColorGhostWarning: string;
607
+ textColorGhostHoverWarning: string;
608
+ textColorGhostPressedWarning: string;
609
+ textColorGhostFocusWarning: string;
610
+ textColorGhostDisabledWarning: string;
611
+ borderWarning: string;
612
+ borderHoverWarning: string;
613
+ borderPressedWarning: string;
614
+ borderFocusWarning: string;
615
+ borderDisabledWarning: string;
616
+ rippleColorWarning: string;
617
+ colorError: string;
618
+ colorHoverError: string;
619
+ colorPressedError: string;
620
+ colorFocusError: string;
621
+ colorDisabledError: string;
622
+ textColorError: string;
623
+ textColorHoverError: string;
624
+ textColorPressedError: string;
625
+ textColorFocusError: string;
626
+ textColorDisabledError: string;
627
+ textColorTextError: string;
628
+ textColorTextHoverError: string;
629
+ textColorTextPressedError: string;
630
+ textColorTextFocusError: string;
631
+ textColorTextDisabledError: string;
632
+ textColorGhostError: string;
633
+ textColorGhostHoverError: string;
634
+ textColorGhostPressedError: string;
635
+ textColorGhostFocusError: string;
636
+ textColorGhostDisabledError: string;
637
+ borderError: string;
638
+ borderHoverError: string;
639
+ borderPressedError: string;
640
+ borderFocusError: string;
641
+ borderDisabledError: string;
642
+ rippleColorError: string;
643
+ waveOpacity: string;
644
+ fontWeight: string;
645
+ fontWeightStrong: string;
646
+ paddingTiny: string;
647
+ paddingSmall: string;
648
+ paddingMedium: string;
649
+ paddingLarge: string;
650
+ paddingRoundTiny: string;
651
+ paddingRoundSmall: string;
652
+ paddingRoundMedium: string;
653
+ paddingRoundLarge: string;
654
+ iconMarginTiny: string;
655
+ iconMarginSmall: string;
656
+ iconMarginMedium: string;
657
+ iconMarginLarge: string;
658
+ iconSizeTiny: string;
659
+ iconSizeSmall: string;
660
+ iconSizeMedium: string;
661
+ iconSizeLarge: string;
662
+ rippleDuration: string;
663
+ }, any>>>;
664
+ readonly onClick: PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
665
+ };
666
+ export type BodenShapeButtonProps = ExtractPublicPropTypes<typeof bodenShapeButtonProps>;
667
+ export type BodenShapeButtonSlots = ButtonSlots;
@@ -0,0 +1,4 @@
1
+ import { DefineComponent } from 'vue';
2
+ import { BodenShapeButtonProps } from './interface';
3
+ declare const BodenShapeButton: DefineComponent<BodenShapeButtonProps>;
4
+ export default BodenShapeButton;
@@ -1,4 +1,10 @@
1
1
  import { BodenLocaleLang } from '../components/config-provider/types';
2
+ import { TranslatorOption } from './useLocale';
2
3
  export declare const useBodenHttpMessage: () => {
3
- httpMessage: (httpStatus: number, httpCode: number, lang?: BodenLocaleLang) => string;
4
+ $t: (params: {
5
+ httpStatus: number;
6
+ httpCode?: number;
7
+ option?: TranslatorOption | number | string;
8
+ locale?: BodenLocaleLang;
9
+ }) => string;
4
10
  };