@propelinc/citrus-ui 1.0.0 → 1.0.2

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 (122) hide show
  1. package/README.md +21 -15
  2. package/dist/index.cdn.css +1 -0
  3. package/dist/index.cdn.mjs +21718 -0
  4. package/dist/index.cdn.mjs.map +1 -0
  5. package/dist/styles/main.css +466 -62
  6. package/dist/styles/utils.css +390 -0
  7. package/package.json +5 -2
  8. package/src/components/CTextField.vue +11 -5
  9. package/src/styles/_core.scss +1 -0
  10. package/src/styles/_reset.scss +93 -78
  11. package/src/styles/utils.scss +50 -0
  12. package/dist/colors/colors.d.ts +0 -31
  13. package/dist/colors/theme.d.ts +0 -3
  14. package/dist/colors/util-classes.d.ts +0 -11
  15. package/dist/components/CAccordion.vue.d.ts +0 -21
  16. package/dist/components/CAccordionItem.vue.d.ts +0 -41
  17. package/dist/components/CAppBar.vue.d.ts +0 -156
  18. package/dist/components/CBadge.vue.d.ts +0 -52
  19. package/dist/components/CBottomSheet.vue.d.ts +0 -226
  20. package/dist/components/CButton/CButton.vue.d.ts +0 -231
  21. package/dist/components/CButton/types.d.ts +0 -5
  22. package/dist/components/CButtonStack.vue.d.ts +0 -24
  23. package/dist/components/CCard.vue.d.ts +0 -107
  24. package/dist/components/CCardFooter.vue.d.ts +0 -26
  25. package/dist/components/CCardHeader.vue.d.ts +0 -3
  26. package/dist/components/CCardSection.vue.d.ts +0 -17
  27. package/dist/components/CCheckbox.vue.d.ts +0 -145
  28. package/dist/components/CCol.vue.d.ts +0 -21
  29. package/dist/components/CDivider.vue.d.ts +0 -17
  30. package/dist/components/CDobField.vue.d.ts +0 -2109
  31. package/dist/components/CDobSelect.vue.d.ts +0 -398
  32. package/dist/components/CEmailField.vue.d.ts +0 -699
  33. package/dist/components/CExpandTransition.vue.d.ts +0 -19
  34. package/dist/components/CFadeTransition.vue.d.ts +0 -3
  35. package/dist/components/CFileInput.vue.d.ts +0 -98
  36. package/dist/components/CFixedPageFooter.vue.d.ts +0 -106
  37. package/dist/components/CForm.vue.d.ts +0 -29
  38. package/dist/components/CFormFieldCounter.vue.d.ts +0 -42
  39. package/dist/components/CIconButton.vue.d.ts +0 -390
  40. package/dist/components/CLabel.vue.d.ts +0 -32
  41. package/dist/components/CListItem.vue.d.ts +0 -208
  42. package/dist/components/CListItemContent.vue.d.ts +0 -27
  43. package/dist/components/CListItemIcon.vue.d.ts +0 -54
  44. package/dist/components/CLoader.vue.d.ts +0 -73
  45. package/dist/components/CLogo.vue.d.ts +0 -19
  46. package/dist/components/CMaskedTextField.vue.d.ts +0 -2012
  47. package/dist/components/CMenu.vue.d.ts +0 -6
  48. package/dist/components/CMenuItem.vue.d.ts +0 -170
  49. package/dist/components/CMenuLabel.vue.d.ts +0 -3
  50. package/dist/components/CModal.vue.d.ts +0 -206
  51. package/dist/components/CModalLoading.vue.d.ts +0 -230
  52. package/dist/components/CNotification.vue.d.ts +0 -589
  53. package/dist/components/CPhoneField.vue.d.ts +0 -2088
  54. package/dist/components/CPill.vue.d.ts +0 -42
  55. package/dist/components/CPillGroup.vue.d.ts +0 -70
  56. package/dist/components/CPopup.vue.d.ts +0 -21
  57. package/dist/components/CProgressLinear.vue.d.ts +0 -61
  58. package/dist/components/CProgressRing.vue.d.ts +0 -103
  59. package/dist/components/CRadio.vue.d.ts +0 -73
  60. package/dist/components/CRadioGroup.vue.d.ts +0 -123
  61. package/dist/components/CRebrand.vue.d.ts +0 -28
  62. package/dist/components/CRow.vue.d.ts +0 -67
  63. package/dist/components/CSafeArea.vue.d.ts +0 -18
  64. package/dist/components/CSectionHeader.vue.d.ts +0 -28
  65. package/dist/components/CSelect.vue.d.ts +0 -293
  66. package/dist/components/CSkeleton.vue.d.ts +0 -3
  67. package/dist/components/CSkeletonLoaderCard.vue.d.ts +0 -21
  68. package/dist/components/CSkeletonLoaderCircle.vue.d.ts +0 -5
  69. package/dist/components/CSkeletonLoaderText.vue.d.ts +0 -44
  70. package/dist/components/CSlideFadeTransition.vue.d.ts +0 -58
  71. package/dist/components/CSplitInput.vue.d.ts +0 -2131
  72. package/dist/components/CSquaredIcon.vue.d.ts +0 -47
  73. package/dist/components/CSsnField.vue.d.ts +0 -2083
  74. package/dist/components/CStatusDot.vue.d.ts +0 -27
  75. package/dist/components/CSwitch.vue.d.ts +0 -54
  76. package/dist/components/CSwitchListItem.vue.d.ts +0 -392
  77. package/dist/components/CTextArea.vue.d.ts +0 -240
  78. package/dist/components/CTextField.vue.d.ts +0 -647
  79. package/dist/components/CTextLink.vue.d.ts +0 -55
  80. package/dist/components/CThirdPartyLogo.vue.d.ts +0 -128
  81. package/dist/components/CTimeago.vue.d.ts +0 -12
  82. package/dist/components/CToast.vue.d.ts +0 -458
  83. package/dist/components/CToastsList.vue.d.ts +0 -430
  84. package/dist/components/CValidationMessage.vue.d.ts +0 -45
  85. package/dist/components/CZipcodeField.vue.d.ts +0 -2080
  86. package/dist/components/index.d.ts +0 -66
  87. package/dist/components/internal/CCloseButton.vue.d.ts +0 -14
  88. package/dist/composables/accessibility.d.ts +0 -1
  89. package/dist/composables/animation.d.ts +0 -12
  90. package/dist/composables/binding.d.ts +0 -19
  91. package/dist/composables/colors.d.ts +0 -13
  92. package/dist/composables/elements.d.ts +0 -3
  93. package/dist/composables/fields.d.ts +0 -9
  94. package/dist/composables/gestures.d.ts +0 -53
  95. package/dist/composables/i18n.d.ts +0 -3
  96. package/dist/composables/id.d.ts +0 -11
  97. package/dist/composables/input-mask.d.ts +0 -18
  98. package/dist/composables/router.d.ts +0 -30
  99. package/dist/composables/slots.d.ts +0 -2
  100. package/dist/composables/toast.d.ts +0 -21
  101. package/dist/composables/validations.d.ts +0 -77
  102. package/dist/index.css +0 -1
  103. package/dist/index.d.ts +0 -8
  104. package/dist/index.mjs +0 -11738
  105. package/dist/index.mjs.map +0 -1
  106. package/dist/plugin.d.ts +0 -3
  107. package/dist/services/animation.d.ts +0 -17
  108. package/dist/services/directives/index.d.ts +0 -2
  109. package/dist/services/directives/scroll-into-view.d.ts +0 -7
  110. package/dist/services/directives/tap-animation.d.ts +0 -6
  111. package/dist/services/id.d.ts +0 -22
  112. package/dist/services/injections/accordions.d.ts +0 -3
  113. package/dist/services/injections/animations.d.ts +0 -2
  114. package/dist/services/injections/buttons.d.ts +0 -4
  115. package/dist/services/injections/forms.d.ts +0 -6
  116. package/dist/services/injections/icon-buttons.d.ts +0 -3
  117. package/dist/services/injections/pills.d.ts +0 -4
  118. package/dist/services/injections/radio.d.ts +0 -10
  119. package/dist/theme/icons.d.ts +0 -36
  120. package/dist/types/CForm.d.ts +0 -12
  121. package/dist/types/font-awesome.d.ts +0 -5
  122. package/dist/types.d.ts +0 -12
@@ -1,2080 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, StyleValue, ComponentProvideOptions } from 'vue';
2
- import { Rules, Rule } from '../composables/validations';
3
- import { Field } from '../composables/fields';
4
- import { MaskOptions, MaskTokens } from 'maska';
5
- import { IconDefinition } from '@fortawesome/pro-regular-svg-icons';
6
- import { ButtonLevel, ButtonSize, ButtonVariant, ButtonIconPosition, ButtonShoelaceVariant } from './CButton/types';
7
- import { RouteLocationRaw, RouteLocationAsRelativeGeneric, RouteLocationAsPathGeneric } from 'vue-router';
8
- import { FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
9
- declare const _default: DefineComponent<ExtractPropTypes<{
10
- dataTest: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- id: {
15
- type: StringConstructor;
16
- default: undefined;
17
- };
18
- label: {
19
- type: PropType<string | null>;
20
- default: null;
21
- };
22
- placeholder: {
23
- type: PropType<string | null>;
24
- default: null;
25
- };
26
- rules: {
27
- type: PropType<Rules<string>>;
28
- default: () => never[];
29
- };
30
- value: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- }>, {
35
- computedRules: ComputedRef< Rule<string>[]>;
36
- field: Ref< Field | null, Field | null>;
37
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "input" | "focus" | "blur")[], "change" | "input" | "focus" | "blur", PublicProps, Readonly< ExtractPropTypes<{
38
- dataTest: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- id: {
43
- type: StringConstructor;
44
- default: undefined;
45
- };
46
- label: {
47
- type: PropType<string | null>;
48
- default: null;
49
- };
50
- placeholder: {
51
- type: PropType<string | null>;
52
- default: null;
53
- };
54
- rules: {
55
- type: PropType<Rules<string>>;
56
- default: () => never[];
57
- };
58
- value: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- }>> & Readonly<{
63
- onChange?: ((...args: any[]) => any) | undefined;
64
- onFocus?: ((...args: any[]) => any) | undefined;
65
- onBlur?: ((...args: any[]) => any) | undefined;
66
- onInput?: ((...args: any[]) => any) | undefined;
67
- }>, {
68
- label: string | null;
69
- id: string;
70
- value: string;
71
- dataTest: string;
72
- placeholder: string | null;
73
- rules: Rules<string>;
74
- }, {}, {
75
- CMaskedTextField: DefineComponent<ExtractPropTypes<{
76
- counter: {
77
- type: PropType<number | null>;
78
- default: null;
79
- };
80
- dataTest: {
81
- type: StringConstructor;
82
- default: string;
83
- };
84
- id: {
85
- type: StringConstructor;
86
- default: undefined;
87
- };
88
- label: {
89
- type: PropType<string | null>;
90
- default: null;
91
- };
92
- mask: {
93
- type: PropType< MaskOptions["mask"] | null>;
94
- required: true;
95
- };
96
- minlength: {
97
- type: (StringConstructor | NumberConstructor)[];
98
- default: null;
99
- };
100
- maxlength: {
101
- type: (StringConstructor | NumberConstructor)[];
102
- default: null;
103
- };
104
- placeholder: {
105
- type: StringConstructor;
106
- default: undefined;
107
- };
108
- rules: {
109
- type: PropType<Rules<string>>;
110
- default: () => never[];
111
- };
112
- tokens: {
113
- type: PropType< MaskTokens | null>;
114
- default: null;
115
- };
116
- unmaskRules: {
117
- type: BooleanConstructor;
118
- default: boolean;
119
- };
120
- value: {
121
- type: StringConstructor;
122
- default: string;
123
- };
124
- }>, {
125
- counterValue: ComputedRef<number>;
126
- maskedMinLength: Ref<number | null, number | null>;
127
- maskedMaxLength: Ref<number | null, number | null>;
128
- maskedValue: Ref<string, string>;
129
- textField: Ref< DefineComponent<ExtractPropTypes<{
130
- id: {
131
- type: PropType<string | null>;
132
- default: null;
133
- };
134
- label: {
135
- type: PropType<string | null>;
136
- default: null;
137
- };
138
- ariaLabel: {
139
- type: PropType<string | null>;
140
- default: null;
141
- };
142
- placeholder: {
143
- type: StringConstructor;
144
- default: string;
145
- };
146
- type: {
147
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
148
- default: string;
149
- };
150
- clearable: {
151
- type: BooleanConstructor;
152
- default: boolean;
153
- };
154
- size: {
155
- type: PropType<"medium" | "large">;
156
- default: string;
157
- };
158
- inputmode: {
159
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
160
- default: undefined;
161
- };
162
- minlength: {
163
- type: (StringConstructor | NumberConstructor)[];
164
- default: undefined;
165
- };
166
- maxlength: {
167
- type: (StringConstructor | NumberConstructor)[];
168
- default: undefined;
169
- };
170
- disabled: {
171
- type: BooleanConstructor;
172
- default: boolean;
173
- };
174
- hideable: {
175
- type: BooleanConstructor;
176
- default: boolean;
177
- };
178
- hideLabel: {
179
- type: BooleanConstructor;
180
- default: boolean;
181
- };
182
- hideDetails: {
183
- type: PropType<boolean | "auto">;
184
- default: boolean;
185
- };
186
- value: {
187
- type: StringConstructor;
188
- default: string;
189
- };
190
- dataTest: {
191
- type: StringConstructor;
192
- default: string;
193
- };
194
- counter: {
195
- type: PropType<number | null>;
196
- default: null;
197
- };
198
- counterValue: {
199
- type: PropType<number | (() => number | null)>;
200
- default: null;
201
- };
202
- rules: {
203
- type: PropType<Rules<string>>;
204
- default: () => never[];
205
- };
206
- validateOnBlur: {
207
- type: BooleanConstructor;
208
- default: boolean;
209
- };
210
- required: {
211
- type: BooleanConstructor;
212
- default: boolean;
213
- };
214
- errorMessage: {
215
- type: StringConstructor;
216
- default: null;
217
- };
218
- }>, {
219
- faXmark: IconDefinition;
220
- faEye: IconDefinition;
221
- faEyeSlash: IconDefinition;
222
- fallthroughAttrs: ComputedRef<{
223
- [x: string]: unknown;
224
- }>;
225
- hideToggleAriaLabel: ComputedRef<string>;
226
- idWithFallback: Ref<string, string>;
227
- input: Ref<HTMLInputElement | null, HTMLInputElement | null>;
228
- inputHidden: Ref<boolean, boolean>;
229
- inputType: ComputedRef<"number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
230
- inputValue: Ref<string, string>;
231
- isFocused: Ref<boolean, boolean>;
232
- messageSlotHasContent: Ref<boolean, boolean>;
233
- prefixSlotHasContent: Ref<boolean, boolean>;
234
- rootStyles: ComputedRef<StyleValue>;
235
- suffixSlotHasContent: Ref<boolean, boolean>;
236
- isValidationValid: Ref<boolean | null, boolean | null>;
237
- validationMessage: Ref<string | null, string | null>;
238
- clearInput: () => void;
239
- onBlur: (event: Event) => void;
240
- onChange: (event: Event) => void;
241
- onFocus: (event: Event) => void;
242
- onInput: (event: Event) => void;
243
- toggleHidden: () => void;
244
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide")[], "change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide", PublicProps, Readonly< ExtractPropTypes<{
245
- id: {
246
- type: PropType<string | null>;
247
- default: null;
248
- };
249
- label: {
250
- type: PropType<string | null>;
251
- default: null;
252
- };
253
- ariaLabel: {
254
- type: PropType<string | null>;
255
- default: null;
256
- };
257
- placeholder: {
258
- type: StringConstructor;
259
- default: string;
260
- };
261
- type: {
262
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
263
- default: string;
264
- };
265
- clearable: {
266
- type: BooleanConstructor;
267
- default: boolean;
268
- };
269
- size: {
270
- type: PropType<"medium" | "large">;
271
- default: string;
272
- };
273
- inputmode: {
274
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
275
- default: undefined;
276
- };
277
- minlength: {
278
- type: (StringConstructor | NumberConstructor)[];
279
- default: undefined;
280
- };
281
- maxlength: {
282
- type: (StringConstructor | NumberConstructor)[];
283
- default: undefined;
284
- };
285
- disabled: {
286
- type: BooleanConstructor;
287
- default: boolean;
288
- };
289
- hideable: {
290
- type: BooleanConstructor;
291
- default: boolean;
292
- };
293
- hideLabel: {
294
- type: BooleanConstructor;
295
- default: boolean;
296
- };
297
- hideDetails: {
298
- type: PropType<boolean | "auto">;
299
- default: boolean;
300
- };
301
- value: {
302
- type: StringConstructor;
303
- default: string;
304
- };
305
- dataTest: {
306
- type: StringConstructor;
307
- default: string;
308
- };
309
- counter: {
310
- type: PropType<number | null>;
311
- default: null;
312
- };
313
- counterValue: {
314
- type: PropType<number | (() => number | null)>;
315
- default: null;
316
- };
317
- rules: {
318
- type: PropType<Rules<string>>;
319
- default: () => never[];
320
- };
321
- validateOnBlur: {
322
- type: BooleanConstructor;
323
- default: boolean;
324
- };
325
- required: {
326
- type: BooleanConstructor;
327
- default: boolean;
328
- };
329
- errorMessage: {
330
- type: StringConstructor;
331
- default: null;
332
- };
333
- }>> & Readonly<{
334
- onChange?: ((...args: any[]) => any) | undefined;
335
- onFocus?: ((...args: any[]) => any) | undefined;
336
- onBlur?: ((...args: any[]) => any) | undefined;
337
- onInput?: ((...args: any[]) => any) | undefined;
338
- onKeydown?: ((...args: any[]) => any) | undefined;
339
- onKeypress?: ((...args: any[]) => any) | undefined;
340
- onKeyup?: ((...args: any[]) => any) | undefined;
341
- onClick?: ((...args: any[]) => any) | undefined;
342
- "onClick:hide"?: ((...args: any[]) => any) | undefined;
343
- }>, {
344
- type: "number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
345
- label: string | null;
346
- id: string | null;
347
- value: string;
348
- size: "large" | "medium";
349
- dataTest: string;
350
- placeholder: string;
351
- disabled: boolean;
352
- ariaLabel: string | null;
353
- rules: Rules<string>;
354
- required: boolean;
355
- hideDetails: boolean | "auto";
356
- counter: number | null;
357
- counterValue: number | (() => number | null);
358
- clearable: boolean;
359
- inputmode: "text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric";
360
- minlength: string | number;
361
- maxlength: string | number;
362
- hideable: boolean;
363
- hideLabel: boolean;
364
- validateOnBlur: boolean;
365
- errorMessage: string;
366
- }, {}, {
367
- CFormFieldCounter: DefineComponent<ExtractPropTypes<{
368
- counter: {
369
- type: PropType<number | null>;
370
- default: null;
371
- };
372
- counterValue: {
373
- type: PropType<number | (() => number | null)>;
374
- default: null;
375
- };
376
- value: {
377
- type: StringConstructor;
378
- default: string;
379
- };
380
- }>, {
381
- numerator: ComputedRef<number | null>;
382
- displayText: ComputedRef<string>;
383
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
384
- counter: {
385
- type: PropType<number | null>;
386
- default: null;
387
- };
388
- counterValue: {
389
- type: PropType<number | (() => number | null)>;
390
- default: null;
391
- };
392
- value: {
393
- type: StringConstructor;
394
- default: string;
395
- };
396
- }>> & Readonly<{}>, {
397
- value: string;
398
- counter: number | null;
399
- counterValue: number | (() => number | null);
400
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
401
- CIconButton: DefineComponent<ExtractPropTypes<{
402
- ariaLabel: {
403
- type: StringConstructor;
404
- default: undefined;
405
- };
406
- ariaLabelledby: {
407
- type: StringConstructor;
408
- default: undefined;
409
- };
410
- disabled: {
411
- type: BooleanConstructor;
412
- default: boolean;
413
- };
414
- href: {
415
- type: StringConstructor;
416
- default: undefined;
417
- };
418
- icon: {
419
- type: PropType<string | string[] | IconDefinition>;
420
- default: undefined;
421
- };
422
- large: {
423
- type: BooleanConstructor;
424
- default: boolean;
425
- deprecated: boolean;
426
- };
427
- level: {
428
- type: PropType< ButtonLevel>;
429
- default: string;
430
- };
431
- loading: {
432
- type: BooleanConstructor;
433
- default: boolean;
434
- };
435
- secondary: {
436
- type: BooleanConstructor;
437
- default: boolean;
438
- deprecated: boolean;
439
- };
440
- size: {
441
- type: PropType< ButtonSize>;
442
- default: string;
443
- };
444
- spinIcon: {
445
- type: BooleanConstructor;
446
- default: boolean;
447
- };
448
- target: {
449
- type: StringConstructor;
450
- default: undefined;
451
- };
452
- tertiary: {
453
- type: BooleanConstructor;
454
- default: boolean;
455
- deprecated: boolean;
456
- };
457
- to: {
458
- type: PropType< RouteLocationRaw>;
459
- default: undefined;
460
- };
461
- variant: {
462
- type: PropType< ButtonVariant>;
463
- default: string;
464
- };
465
- }>, {
466
- computedSize: ComputedRef<ButtonSize>;
467
- computedVariant: ComputedRef<ButtonVariant>;
468
- inheritColor: Ref<boolean, boolean> | undefined;
469
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
470
- ariaLabel: {
471
- type: StringConstructor;
472
- default: undefined;
473
- };
474
- ariaLabelledby: {
475
- type: StringConstructor;
476
- default: undefined;
477
- };
478
- disabled: {
479
- type: BooleanConstructor;
480
- default: boolean;
481
- };
482
- href: {
483
- type: StringConstructor;
484
- default: undefined;
485
- };
486
- icon: {
487
- type: PropType<string | string[] | IconDefinition>;
488
- default: undefined;
489
- };
490
- large: {
491
- type: BooleanConstructor;
492
- default: boolean;
493
- deprecated: boolean;
494
- };
495
- level: {
496
- type: PropType< ButtonLevel>;
497
- default: string;
498
- };
499
- loading: {
500
- type: BooleanConstructor;
501
- default: boolean;
502
- };
503
- secondary: {
504
- type: BooleanConstructor;
505
- default: boolean;
506
- deprecated: boolean;
507
- };
508
- size: {
509
- type: PropType< ButtonSize>;
510
- default: string;
511
- };
512
- spinIcon: {
513
- type: BooleanConstructor;
514
- default: boolean;
515
- };
516
- target: {
517
- type: StringConstructor;
518
- default: undefined;
519
- };
520
- tertiary: {
521
- type: BooleanConstructor;
522
- default: boolean;
523
- deprecated: boolean;
524
- };
525
- to: {
526
- type: PropType< RouteLocationRaw>;
527
- default: undefined;
528
- };
529
- variant: {
530
- type: PropType< ButtonVariant>;
531
- default: string;
532
- };
533
- }>> & Readonly<{
534
- onFocus?: ((...args: any[]) => any) | undefined;
535
- onBlur?: ((...args: any[]) => any) | undefined;
536
- onClick?: ((...args: any[]) => any) | undefined;
537
- }>, {
538
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
539
- size: ButtonSize;
540
- icon: string | string[] | IconDefinition;
541
- target: string;
542
- tertiary: boolean;
543
- loading: boolean;
544
- large: boolean;
545
- disabled: boolean;
546
- ariaLabel: string;
547
- secondary: boolean;
548
- href: string;
549
- level: ButtonLevel;
550
- variant: ButtonVariant;
551
- ariaLabelledby: string;
552
- spinIcon: boolean;
553
- }, {}, {
554
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
555
- CButton: DefineComponent<ExtractPropTypes<{
556
- block: {
557
- type: BooleanConstructor;
558
- default: boolean;
559
- };
560
- disabled: {
561
- type: BooleanConstructor;
562
- default: boolean;
563
- };
564
- href: {
565
- type: StringConstructor;
566
- default: undefined;
567
- };
568
- icon: {
569
- type: PropType<string | string[] | IconDefinition>;
570
- default: undefined;
571
- };
572
- iconPosition: {
573
- type: PropType< ButtonIconPosition>;
574
- default: string;
575
- validator: (value: string) => boolean;
576
- };
577
- large: {
578
- type: BooleanConstructor;
579
- default: boolean;
580
- deprecated: boolean;
581
- };
582
- level: {
583
- type: PropType< ButtonLevel>;
584
- default: string;
585
- validator: (value: string) => boolean;
586
- };
587
- loading: {
588
- type: BooleanConstructor;
589
- default: boolean;
590
- };
591
- secondary: {
592
- type: BooleanConstructor;
593
- default: boolean;
594
- deprecated: boolean;
595
- };
596
- size: {
597
- type: PropType< ButtonSize>;
598
- default: string;
599
- validator: (value: string) => boolean;
600
- };
601
- target: {
602
- type: StringConstructor;
603
- default: undefined;
604
- };
605
- tertiary: {
606
- type: BooleanConstructor;
607
- default: boolean;
608
- deprecated: boolean;
609
- };
610
- to: {
611
- type: PropType< RouteLocationRaw>;
612
- default: undefined;
613
- };
614
- variant: {
615
- type: PropType< ButtonVariant>;
616
- default: string;
617
- validator: (value: string) => boolean;
618
- };
619
- }>, {
620
- animationListeners: Record<string, () => void>;
621
- button: Ref<HTMLElement | null, HTMLElement | null>;
622
- computedSize: ComputedRef<ButtonSize>;
623
- computedVariant: ComputedRef<ButtonVariant>;
624
- dataBlock: ComputedRef<true | undefined>;
625
- dataLoading: ComputedRef<true | undefined>;
626
- hasIcon: ComputedRef<boolean>;
627
- injectedOrPropBlock: ComputedRef<boolean>;
628
- injectedOrPropsLarge: ComputedRef<boolean>;
629
- onClick: (event: MouseEvent) => void;
630
- routerDestinationOrHref: ComputedRef<string | undefined>;
631
- shoelaceVariant: ComputedRef<ButtonShoelaceVariant>;
632
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
633
- block: {
634
- type: BooleanConstructor;
635
- default: boolean;
636
- };
637
- disabled: {
638
- type: BooleanConstructor;
639
- default: boolean;
640
- };
641
- href: {
642
- type: StringConstructor;
643
- default: undefined;
644
- };
645
- icon: {
646
- type: PropType<string | string[] | IconDefinition>;
647
- default: undefined;
648
- };
649
- iconPosition: {
650
- type: PropType< ButtonIconPosition>;
651
- default: string;
652
- validator: (value: string) => boolean;
653
- };
654
- large: {
655
- type: BooleanConstructor;
656
- default: boolean;
657
- deprecated: boolean;
658
- };
659
- level: {
660
- type: PropType< ButtonLevel>;
661
- default: string;
662
- validator: (value: string) => boolean;
663
- };
664
- loading: {
665
- type: BooleanConstructor;
666
- default: boolean;
667
- };
668
- secondary: {
669
- type: BooleanConstructor;
670
- default: boolean;
671
- deprecated: boolean;
672
- };
673
- size: {
674
- type: PropType< ButtonSize>;
675
- default: string;
676
- validator: (value: string) => boolean;
677
- };
678
- target: {
679
- type: StringConstructor;
680
- default: undefined;
681
- };
682
- tertiary: {
683
- type: BooleanConstructor;
684
- default: boolean;
685
- deprecated: boolean;
686
- };
687
- to: {
688
- type: PropType< RouteLocationRaw>;
689
- default: undefined;
690
- };
691
- variant: {
692
- type: PropType< ButtonVariant>;
693
- default: string;
694
- validator: (value: string) => boolean;
695
- };
696
- }>> & Readonly<{
697
- onFocus?: ((...args: any[]) => any) | undefined;
698
- onBlur?: ((...args: any[]) => any) | undefined;
699
- onClick?: ((...args: any[]) => any) | undefined;
700
- }>, {
701
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
702
- size: ButtonSize;
703
- icon: string | string[] | IconDefinition;
704
- target: string;
705
- tertiary: boolean;
706
- loading: boolean;
707
- block: boolean;
708
- large: boolean;
709
- disabled: boolean;
710
- secondary: boolean;
711
- href: string;
712
- iconPosition: ButtonIconPosition;
713
- level: ButtonLevel;
714
- variant: ButtonVariant;
715
- }, {}, {
716
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
717
- }, {}, string, ComponentProvideOptions, true, {}, any>;
718
- }, {}, string, ComponentProvideOptions, true, {}, any>;
719
- CValidationMessage: DefineComponent<ExtractPropTypes<{
720
- dataTest: {
721
- type: StringConstructor;
722
- default: string;
723
- };
724
- validationMessage: {
725
- type: PropType<string | null>;
726
- default: null;
727
- };
728
- hide: {
729
- type: PropType<boolean | "auto">;
730
- default: boolean;
731
- };
732
- }>, {
733
- isHidden: ComputedRef<boolean>;
734
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
735
- dataTest: {
736
- type: StringConstructor;
737
- default: string;
738
- };
739
- validationMessage: {
740
- type: PropType<string | null>;
741
- default: null;
742
- };
743
- hide: {
744
- type: PropType<boolean | "auto">;
745
- default: boolean;
746
- };
747
- }>> & Readonly<{}>, {
748
- dataTest: string;
749
- validationMessage: string | null;
750
- hide: boolean | "auto";
751
- }, {}, {
752
- CFadeTransition: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
753
- }, {}, string, ComponentProvideOptions, true, {}, any>;
754
- }, {}, string, ComponentProvideOptions, true, {}, any> | null, DefineComponent<ExtractPropTypes<{
755
- id: {
756
- type: PropType<string | null>;
757
- default: null;
758
- };
759
- label: {
760
- type: PropType<string | null>;
761
- default: null;
762
- };
763
- ariaLabel: {
764
- type: PropType<string | null>;
765
- default: null;
766
- };
767
- placeholder: {
768
- type: StringConstructor;
769
- default: string;
770
- };
771
- type: {
772
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
773
- default: string;
774
- };
775
- clearable: {
776
- type: BooleanConstructor;
777
- default: boolean;
778
- };
779
- size: {
780
- type: PropType<"medium" | "large">;
781
- default: string;
782
- };
783
- inputmode: {
784
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
785
- default: undefined;
786
- };
787
- minlength: {
788
- type: (StringConstructor | NumberConstructor)[];
789
- default: undefined;
790
- };
791
- maxlength: {
792
- type: (StringConstructor | NumberConstructor)[];
793
- default: undefined;
794
- };
795
- disabled: {
796
- type: BooleanConstructor;
797
- default: boolean;
798
- };
799
- hideable: {
800
- type: BooleanConstructor;
801
- default: boolean;
802
- };
803
- hideLabel: {
804
- type: BooleanConstructor;
805
- default: boolean;
806
- };
807
- hideDetails: {
808
- type: PropType<boolean | "auto">;
809
- default: boolean;
810
- };
811
- value: {
812
- type: StringConstructor;
813
- default: string;
814
- };
815
- dataTest: {
816
- type: StringConstructor;
817
- default: string;
818
- };
819
- counter: {
820
- type: PropType<number | null>;
821
- default: null;
822
- };
823
- counterValue: {
824
- type: PropType<number | (() => number | null)>;
825
- default: null;
826
- };
827
- rules: {
828
- type: PropType<Rules<string>>;
829
- default: () => never[];
830
- };
831
- validateOnBlur: {
832
- type: BooleanConstructor;
833
- default: boolean;
834
- };
835
- required: {
836
- type: BooleanConstructor;
837
- default: boolean;
838
- };
839
- errorMessage: {
840
- type: StringConstructor;
841
- default: null;
842
- };
843
- }>, {
844
- faXmark: IconDefinition;
845
- faEye: IconDefinition;
846
- faEyeSlash: IconDefinition;
847
- fallthroughAttrs: ComputedRef<{
848
- [x: string]: unknown;
849
- }>;
850
- hideToggleAriaLabel: ComputedRef<string>;
851
- idWithFallback: Ref<string, string>;
852
- input: Ref<HTMLInputElement | null, HTMLInputElement | null>;
853
- inputHidden: Ref<boolean, boolean>;
854
- inputType: ComputedRef<"number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
855
- inputValue: Ref<string, string>;
856
- isFocused: Ref<boolean, boolean>;
857
- messageSlotHasContent: Ref<boolean, boolean>;
858
- prefixSlotHasContent: Ref<boolean, boolean>;
859
- rootStyles: ComputedRef<StyleValue>;
860
- suffixSlotHasContent: Ref<boolean, boolean>;
861
- isValidationValid: Ref<boolean | null, boolean | null>;
862
- validationMessage: Ref<string | null, string | null>;
863
- clearInput: () => void;
864
- onBlur: (event: Event) => void;
865
- onChange: (event: Event) => void;
866
- onFocus: (event: Event) => void;
867
- onInput: (event: Event) => void;
868
- toggleHidden: () => void;
869
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide")[], "change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide", PublicProps, Readonly< ExtractPropTypes<{
870
- id: {
871
- type: PropType<string | null>;
872
- default: null;
873
- };
874
- label: {
875
- type: PropType<string | null>;
876
- default: null;
877
- };
878
- ariaLabel: {
879
- type: PropType<string | null>;
880
- default: null;
881
- };
882
- placeholder: {
883
- type: StringConstructor;
884
- default: string;
885
- };
886
- type: {
887
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
888
- default: string;
889
- };
890
- clearable: {
891
- type: BooleanConstructor;
892
- default: boolean;
893
- };
894
- size: {
895
- type: PropType<"medium" | "large">;
896
- default: string;
897
- };
898
- inputmode: {
899
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
900
- default: undefined;
901
- };
902
- minlength: {
903
- type: (StringConstructor | NumberConstructor)[];
904
- default: undefined;
905
- };
906
- maxlength: {
907
- type: (StringConstructor | NumberConstructor)[];
908
- default: undefined;
909
- };
910
- disabled: {
911
- type: BooleanConstructor;
912
- default: boolean;
913
- };
914
- hideable: {
915
- type: BooleanConstructor;
916
- default: boolean;
917
- };
918
- hideLabel: {
919
- type: BooleanConstructor;
920
- default: boolean;
921
- };
922
- hideDetails: {
923
- type: PropType<boolean | "auto">;
924
- default: boolean;
925
- };
926
- value: {
927
- type: StringConstructor;
928
- default: string;
929
- };
930
- dataTest: {
931
- type: StringConstructor;
932
- default: string;
933
- };
934
- counter: {
935
- type: PropType<number | null>;
936
- default: null;
937
- };
938
- counterValue: {
939
- type: PropType<number | (() => number | null)>;
940
- default: null;
941
- };
942
- rules: {
943
- type: PropType<Rules<string>>;
944
- default: () => never[];
945
- };
946
- validateOnBlur: {
947
- type: BooleanConstructor;
948
- default: boolean;
949
- };
950
- required: {
951
- type: BooleanConstructor;
952
- default: boolean;
953
- };
954
- errorMessage: {
955
- type: StringConstructor;
956
- default: null;
957
- };
958
- }>> & Readonly<{
959
- onChange?: ((...args: any[]) => any) | undefined;
960
- onFocus?: ((...args: any[]) => any) | undefined;
961
- onBlur?: ((...args: any[]) => any) | undefined;
962
- onInput?: ((...args: any[]) => any) | undefined;
963
- onKeydown?: ((...args: any[]) => any) | undefined;
964
- onKeypress?: ((...args: any[]) => any) | undefined;
965
- onKeyup?: ((...args: any[]) => any) | undefined;
966
- onClick?: ((...args: any[]) => any) | undefined;
967
- "onClick:hide"?: ((...args: any[]) => any) | undefined;
968
- }>, {
969
- type: "number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
970
- label: string | null;
971
- id: string | null;
972
- value: string;
973
- size: "large" | "medium";
974
- dataTest: string;
975
- placeholder: string;
976
- disabled: boolean;
977
- ariaLabel: string | null;
978
- rules: Rules<string>;
979
- required: boolean;
980
- hideDetails: boolean | "auto";
981
- counter: number | null;
982
- counterValue: number | (() => number | null);
983
- clearable: boolean;
984
- inputmode: "text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric";
985
- minlength: string | number;
986
- maxlength: string | number;
987
- hideable: boolean;
988
- hideLabel: boolean;
989
- validateOnBlur: boolean;
990
- errorMessage: string;
991
- }, {}, {
992
- CFormFieldCounter: DefineComponent<ExtractPropTypes<{
993
- counter: {
994
- type: PropType<number | null>;
995
- default: null;
996
- };
997
- counterValue: {
998
- type: PropType<number | (() => number | null)>;
999
- default: null;
1000
- };
1001
- value: {
1002
- type: StringConstructor;
1003
- default: string;
1004
- };
1005
- }>, {
1006
- numerator: ComputedRef<number | null>;
1007
- displayText: ComputedRef<string>;
1008
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1009
- counter: {
1010
- type: PropType<number | null>;
1011
- default: null;
1012
- };
1013
- counterValue: {
1014
- type: PropType<number | (() => number | null)>;
1015
- default: null;
1016
- };
1017
- value: {
1018
- type: StringConstructor;
1019
- default: string;
1020
- };
1021
- }>> & Readonly<{}>, {
1022
- value: string;
1023
- counter: number | null;
1024
- counterValue: number | (() => number | null);
1025
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1026
- CIconButton: DefineComponent<ExtractPropTypes<{
1027
- ariaLabel: {
1028
- type: StringConstructor;
1029
- default: undefined;
1030
- };
1031
- ariaLabelledby: {
1032
- type: StringConstructor;
1033
- default: undefined;
1034
- };
1035
- disabled: {
1036
- type: BooleanConstructor;
1037
- default: boolean;
1038
- };
1039
- href: {
1040
- type: StringConstructor;
1041
- default: undefined;
1042
- };
1043
- icon: {
1044
- type: PropType<string | string[] | IconDefinition>;
1045
- default: undefined;
1046
- };
1047
- large: {
1048
- type: BooleanConstructor;
1049
- default: boolean;
1050
- deprecated: boolean;
1051
- };
1052
- level: {
1053
- type: PropType< ButtonLevel>;
1054
- default: string;
1055
- };
1056
- loading: {
1057
- type: BooleanConstructor;
1058
- default: boolean;
1059
- };
1060
- secondary: {
1061
- type: BooleanConstructor;
1062
- default: boolean;
1063
- deprecated: boolean;
1064
- };
1065
- size: {
1066
- type: PropType< ButtonSize>;
1067
- default: string;
1068
- };
1069
- spinIcon: {
1070
- type: BooleanConstructor;
1071
- default: boolean;
1072
- };
1073
- target: {
1074
- type: StringConstructor;
1075
- default: undefined;
1076
- };
1077
- tertiary: {
1078
- type: BooleanConstructor;
1079
- default: boolean;
1080
- deprecated: boolean;
1081
- };
1082
- to: {
1083
- type: PropType< RouteLocationRaw>;
1084
- default: undefined;
1085
- };
1086
- variant: {
1087
- type: PropType< ButtonVariant>;
1088
- default: string;
1089
- };
1090
- }>, {
1091
- computedSize: ComputedRef<ButtonSize>;
1092
- computedVariant: ComputedRef<ButtonVariant>;
1093
- inheritColor: Ref<boolean, boolean> | undefined;
1094
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
1095
- ariaLabel: {
1096
- type: StringConstructor;
1097
- default: undefined;
1098
- };
1099
- ariaLabelledby: {
1100
- type: StringConstructor;
1101
- default: undefined;
1102
- };
1103
- disabled: {
1104
- type: BooleanConstructor;
1105
- default: boolean;
1106
- };
1107
- href: {
1108
- type: StringConstructor;
1109
- default: undefined;
1110
- };
1111
- icon: {
1112
- type: PropType<string | string[] | IconDefinition>;
1113
- default: undefined;
1114
- };
1115
- large: {
1116
- type: BooleanConstructor;
1117
- default: boolean;
1118
- deprecated: boolean;
1119
- };
1120
- level: {
1121
- type: PropType< ButtonLevel>;
1122
- default: string;
1123
- };
1124
- loading: {
1125
- type: BooleanConstructor;
1126
- default: boolean;
1127
- };
1128
- secondary: {
1129
- type: BooleanConstructor;
1130
- default: boolean;
1131
- deprecated: boolean;
1132
- };
1133
- size: {
1134
- type: PropType< ButtonSize>;
1135
- default: string;
1136
- };
1137
- spinIcon: {
1138
- type: BooleanConstructor;
1139
- default: boolean;
1140
- };
1141
- target: {
1142
- type: StringConstructor;
1143
- default: undefined;
1144
- };
1145
- tertiary: {
1146
- type: BooleanConstructor;
1147
- default: boolean;
1148
- deprecated: boolean;
1149
- };
1150
- to: {
1151
- type: PropType< RouteLocationRaw>;
1152
- default: undefined;
1153
- };
1154
- variant: {
1155
- type: PropType< ButtonVariant>;
1156
- default: string;
1157
- };
1158
- }>> & Readonly<{
1159
- onFocus?: ((...args: any[]) => any) | undefined;
1160
- onBlur?: ((...args: any[]) => any) | undefined;
1161
- onClick?: ((...args: any[]) => any) | undefined;
1162
- }>, {
1163
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1164
- size: ButtonSize;
1165
- icon: string | string[] | IconDefinition;
1166
- target: string;
1167
- tertiary: boolean;
1168
- loading: boolean;
1169
- large: boolean;
1170
- disabled: boolean;
1171
- ariaLabel: string;
1172
- secondary: boolean;
1173
- href: string;
1174
- level: ButtonLevel;
1175
- variant: ButtonVariant;
1176
- ariaLabelledby: string;
1177
- spinIcon: boolean;
1178
- }, {}, {
1179
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
1180
- CButton: DefineComponent<ExtractPropTypes<{
1181
- block: {
1182
- type: BooleanConstructor;
1183
- default: boolean;
1184
- };
1185
- disabled: {
1186
- type: BooleanConstructor;
1187
- default: boolean;
1188
- };
1189
- href: {
1190
- type: StringConstructor;
1191
- default: undefined;
1192
- };
1193
- icon: {
1194
- type: PropType<string | string[] | IconDefinition>;
1195
- default: undefined;
1196
- };
1197
- iconPosition: {
1198
- type: PropType< ButtonIconPosition>;
1199
- default: string;
1200
- validator: (value: string) => boolean;
1201
- };
1202
- large: {
1203
- type: BooleanConstructor;
1204
- default: boolean;
1205
- deprecated: boolean;
1206
- };
1207
- level: {
1208
- type: PropType< ButtonLevel>;
1209
- default: string;
1210
- validator: (value: string) => boolean;
1211
- };
1212
- loading: {
1213
- type: BooleanConstructor;
1214
- default: boolean;
1215
- };
1216
- secondary: {
1217
- type: BooleanConstructor;
1218
- default: boolean;
1219
- deprecated: boolean;
1220
- };
1221
- size: {
1222
- type: PropType< ButtonSize>;
1223
- default: string;
1224
- validator: (value: string) => boolean;
1225
- };
1226
- target: {
1227
- type: StringConstructor;
1228
- default: undefined;
1229
- };
1230
- tertiary: {
1231
- type: BooleanConstructor;
1232
- default: boolean;
1233
- deprecated: boolean;
1234
- };
1235
- to: {
1236
- type: PropType< RouteLocationRaw>;
1237
- default: undefined;
1238
- };
1239
- variant: {
1240
- type: PropType< ButtonVariant>;
1241
- default: string;
1242
- validator: (value: string) => boolean;
1243
- };
1244
- }>, {
1245
- animationListeners: Record<string, () => void>;
1246
- button: Ref<HTMLElement | null, HTMLElement | null>;
1247
- computedSize: ComputedRef<ButtonSize>;
1248
- computedVariant: ComputedRef<ButtonVariant>;
1249
- dataBlock: ComputedRef<true | undefined>;
1250
- dataLoading: ComputedRef<true | undefined>;
1251
- hasIcon: ComputedRef<boolean>;
1252
- injectedOrPropBlock: ComputedRef<boolean>;
1253
- injectedOrPropsLarge: ComputedRef<boolean>;
1254
- onClick: (event: MouseEvent) => void;
1255
- routerDestinationOrHref: ComputedRef<string | undefined>;
1256
- shoelaceVariant: ComputedRef<ButtonShoelaceVariant>;
1257
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
1258
- block: {
1259
- type: BooleanConstructor;
1260
- default: boolean;
1261
- };
1262
- disabled: {
1263
- type: BooleanConstructor;
1264
- default: boolean;
1265
- };
1266
- href: {
1267
- type: StringConstructor;
1268
- default: undefined;
1269
- };
1270
- icon: {
1271
- type: PropType<string | string[] | IconDefinition>;
1272
- default: undefined;
1273
- };
1274
- iconPosition: {
1275
- type: PropType< ButtonIconPosition>;
1276
- default: string;
1277
- validator: (value: string) => boolean;
1278
- };
1279
- large: {
1280
- type: BooleanConstructor;
1281
- default: boolean;
1282
- deprecated: boolean;
1283
- };
1284
- level: {
1285
- type: PropType< ButtonLevel>;
1286
- default: string;
1287
- validator: (value: string) => boolean;
1288
- };
1289
- loading: {
1290
- type: BooleanConstructor;
1291
- default: boolean;
1292
- };
1293
- secondary: {
1294
- type: BooleanConstructor;
1295
- default: boolean;
1296
- deprecated: boolean;
1297
- };
1298
- size: {
1299
- type: PropType< ButtonSize>;
1300
- default: string;
1301
- validator: (value: string) => boolean;
1302
- };
1303
- target: {
1304
- type: StringConstructor;
1305
- default: undefined;
1306
- };
1307
- tertiary: {
1308
- type: BooleanConstructor;
1309
- default: boolean;
1310
- deprecated: boolean;
1311
- };
1312
- to: {
1313
- type: PropType< RouteLocationRaw>;
1314
- default: undefined;
1315
- };
1316
- variant: {
1317
- type: PropType< ButtonVariant>;
1318
- default: string;
1319
- validator: (value: string) => boolean;
1320
- };
1321
- }>> & Readonly<{
1322
- onFocus?: ((...args: any[]) => any) | undefined;
1323
- onBlur?: ((...args: any[]) => any) | undefined;
1324
- onClick?: ((...args: any[]) => any) | undefined;
1325
- }>, {
1326
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1327
- size: ButtonSize;
1328
- icon: string | string[] | IconDefinition;
1329
- target: string;
1330
- tertiary: boolean;
1331
- loading: boolean;
1332
- block: boolean;
1333
- large: boolean;
1334
- disabled: boolean;
1335
- secondary: boolean;
1336
- href: string;
1337
- iconPosition: ButtonIconPosition;
1338
- level: ButtonLevel;
1339
- variant: ButtonVariant;
1340
- }, {}, {
1341
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
1342
- }, {}, string, ComponentProvideOptions, true, {}, any>;
1343
- }, {}, string, ComponentProvideOptions, true, {}, any>;
1344
- CValidationMessage: DefineComponent<ExtractPropTypes<{
1345
- dataTest: {
1346
- type: StringConstructor;
1347
- default: string;
1348
- };
1349
- validationMessage: {
1350
- type: PropType<string | null>;
1351
- default: null;
1352
- };
1353
- hide: {
1354
- type: PropType<boolean | "auto">;
1355
- default: boolean;
1356
- };
1357
- }>, {
1358
- isHidden: ComputedRef<boolean>;
1359
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1360
- dataTest: {
1361
- type: StringConstructor;
1362
- default: string;
1363
- };
1364
- validationMessage: {
1365
- type: PropType<string | null>;
1366
- default: null;
1367
- };
1368
- hide: {
1369
- type: PropType<boolean | "auto">;
1370
- default: boolean;
1371
- };
1372
- }>> & Readonly<{}>, {
1373
- dataTest: string;
1374
- validationMessage: string | null;
1375
- hide: boolean | "auto";
1376
- }, {}, {
1377
- CFadeTransition: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1378
- }, {}, string, ComponentProvideOptions, true, {}, any>;
1379
- }, {}, string, ComponentProvideOptions, true, {}, any> | null>;
1380
- unmaskedRules: ComputedRef<Rules<string>>;
1381
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "input" | "focus" | "blur" | "keydown" | "keypress" | "keyup" | "input:masked")[], "change" | "input" | "focus" | "blur" | "keydown" | "keypress" | "keyup" | "input:masked", PublicProps, Readonly< ExtractPropTypes<{
1382
- counter: {
1383
- type: PropType<number | null>;
1384
- default: null;
1385
- };
1386
- dataTest: {
1387
- type: StringConstructor;
1388
- default: string;
1389
- };
1390
- id: {
1391
- type: StringConstructor;
1392
- default: undefined;
1393
- };
1394
- label: {
1395
- type: PropType<string | null>;
1396
- default: null;
1397
- };
1398
- mask: {
1399
- type: PropType< MaskOptions["mask"] | null>;
1400
- required: true;
1401
- };
1402
- minlength: {
1403
- type: (StringConstructor | NumberConstructor)[];
1404
- default: null;
1405
- };
1406
- maxlength: {
1407
- type: (StringConstructor | NumberConstructor)[];
1408
- default: null;
1409
- };
1410
- placeholder: {
1411
- type: StringConstructor;
1412
- default: undefined;
1413
- };
1414
- rules: {
1415
- type: PropType<Rules<string>>;
1416
- default: () => never[];
1417
- };
1418
- tokens: {
1419
- type: PropType< MaskTokens | null>;
1420
- default: null;
1421
- };
1422
- unmaskRules: {
1423
- type: BooleanConstructor;
1424
- default: boolean;
1425
- };
1426
- value: {
1427
- type: StringConstructor;
1428
- default: string;
1429
- };
1430
- }>> & Readonly<{
1431
- onChange?: ((...args: any[]) => any) | undefined;
1432
- onFocus?: ((...args: any[]) => any) | undefined;
1433
- onBlur?: ((...args: any[]) => any) | undefined;
1434
- onInput?: ((...args: any[]) => any) | undefined;
1435
- onKeydown?: ((...args: any[]) => any) | undefined;
1436
- onKeypress?: ((...args: any[]) => any) | undefined;
1437
- onKeyup?: ((...args: any[]) => any) | undefined;
1438
- "onInput:masked"?: ((...args: any[]) => any) | undefined;
1439
- }>, {
1440
- label: string | null;
1441
- id: string;
1442
- value: string;
1443
- dataTest: string;
1444
- placeholder: string;
1445
- rules: Rules<string>;
1446
- counter: number | null;
1447
- minlength: string | number;
1448
- maxlength: string | number;
1449
- tokens: MaskTokens | null;
1450
- unmaskRules: boolean;
1451
- }, {}, {
1452
- CTextField: DefineComponent<ExtractPropTypes<{
1453
- id: {
1454
- type: PropType<string | null>;
1455
- default: null;
1456
- };
1457
- label: {
1458
- type: PropType<string | null>;
1459
- default: null;
1460
- };
1461
- ariaLabel: {
1462
- type: PropType<string | null>;
1463
- default: null;
1464
- };
1465
- placeholder: {
1466
- type: StringConstructor;
1467
- default: string;
1468
- };
1469
- type: {
1470
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
1471
- default: string;
1472
- };
1473
- clearable: {
1474
- type: BooleanConstructor;
1475
- default: boolean;
1476
- };
1477
- size: {
1478
- type: PropType<"medium" | "large">;
1479
- default: string;
1480
- };
1481
- inputmode: {
1482
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
1483
- default: undefined;
1484
- };
1485
- minlength: {
1486
- type: (StringConstructor | NumberConstructor)[];
1487
- default: undefined;
1488
- };
1489
- maxlength: {
1490
- type: (StringConstructor | NumberConstructor)[];
1491
- default: undefined;
1492
- };
1493
- disabled: {
1494
- type: BooleanConstructor;
1495
- default: boolean;
1496
- };
1497
- hideable: {
1498
- type: BooleanConstructor;
1499
- default: boolean;
1500
- };
1501
- hideLabel: {
1502
- type: BooleanConstructor;
1503
- default: boolean;
1504
- };
1505
- hideDetails: {
1506
- type: PropType<boolean | "auto">;
1507
- default: boolean;
1508
- };
1509
- value: {
1510
- type: StringConstructor;
1511
- default: string;
1512
- };
1513
- dataTest: {
1514
- type: StringConstructor;
1515
- default: string;
1516
- };
1517
- counter: {
1518
- type: PropType<number | null>;
1519
- default: null;
1520
- };
1521
- counterValue: {
1522
- type: PropType<number | (() => number | null)>;
1523
- default: null;
1524
- };
1525
- rules: {
1526
- type: PropType<Rules<string>>;
1527
- default: () => never[];
1528
- };
1529
- validateOnBlur: {
1530
- type: BooleanConstructor;
1531
- default: boolean;
1532
- };
1533
- required: {
1534
- type: BooleanConstructor;
1535
- default: boolean;
1536
- };
1537
- errorMessage: {
1538
- type: StringConstructor;
1539
- default: null;
1540
- };
1541
- }>, {
1542
- faXmark: IconDefinition;
1543
- faEye: IconDefinition;
1544
- faEyeSlash: IconDefinition;
1545
- fallthroughAttrs: ComputedRef<{
1546
- [x: string]: unknown;
1547
- }>;
1548
- hideToggleAriaLabel: ComputedRef<string>;
1549
- idWithFallback: Ref<string, string>;
1550
- input: Ref<HTMLInputElement | null, HTMLInputElement | null>;
1551
- inputHidden: Ref<boolean, boolean>;
1552
- inputType: ComputedRef<"number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric">;
1553
- inputValue: Ref<string, string>;
1554
- isFocused: Ref<boolean, boolean>;
1555
- messageSlotHasContent: Ref<boolean, boolean>;
1556
- prefixSlotHasContent: Ref<boolean, boolean>;
1557
- rootStyles: ComputedRef<StyleValue>;
1558
- suffixSlotHasContent: Ref<boolean, boolean>;
1559
- isValidationValid: Ref<boolean | null, boolean | null>;
1560
- validationMessage: Ref<string | null, string | null>;
1561
- clearInput: () => void;
1562
- onBlur: (event: Event) => void;
1563
- onChange: (event: Event) => void;
1564
- onFocus: (event: Event) => void;
1565
- onInput: (event: Event) => void;
1566
- toggleHidden: () => void;
1567
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide")[], "change" | "input" | "focus" | "blur" | "click" | "keydown" | "keypress" | "keyup" | "click:hide", PublicProps, Readonly< ExtractPropTypes<{
1568
- id: {
1569
- type: PropType<string | null>;
1570
- default: null;
1571
- };
1572
- label: {
1573
- type: PropType<string | null>;
1574
- default: null;
1575
- };
1576
- ariaLabel: {
1577
- type: PropType<string | null>;
1578
- default: null;
1579
- };
1580
- placeholder: {
1581
- type: StringConstructor;
1582
- default: string;
1583
- };
1584
- type: {
1585
- type: PropType<"text" | "password" | "email" | "tel" | "url" | "search" | "number" | "decimal" | "numeric">;
1586
- default: string;
1587
- };
1588
- clearable: {
1589
- type: BooleanConstructor;
1590
- default: boolean;
1591
- };
1592
- size: {
1593
- type: PropType<"medium" | "large">;
1594
- default: string;
1595
- };
1596
- inputmode: {
1597
- type: PropType<"text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal">;
1598
- default: undefined;
1599
- };
1600
- minlength: {
1601
- type: (StringConstructor | NumberConstructor)[];
1602
- default: undefined;
1603
- };
1604
- maxlength: {
1605
- type: (StringConstructor | NumberConstructor)[];
1606
- default: undefined;
1607
- };
1608
- disabled: {
1609
- type: BooleanConstructor;
1610
- default: boolean;
1611
- };
1612
- hideable: {
1613
- type: BooleanConstructor;
1614
- default: boolean;
1615
- };
1616
- hideLabel: {
1617
- type: BooleanConstructor;
1618
- default: boolean;
1619
- };
1620
- hideDetails: {
1621
- type: PropType<boolean | "auto">;
1622
- default: boolean;
1623
- };
1624
- value: {
1625
- type: StringConstructor;
1626
- default: string;
1627
- };
1628
- dataTest: {
1629
- type: StringConstructor;
1630
- default: string;
1631
- };
1632
- counter: {
1633
- type: PropType<number | null>;
1634
- default: null;
1635
- };
1636
- counterValue: {
1637
- type: PropType<number | (() => number | null)>;
1638
- default: null;
1639
- };
1640
- rules: {
1641
- type: PropType<Rules<string>>;
1642
- default: () => never[];
1643
- };
1644
- validateOnBlur: {
1645
- type: BooleanConstructor;
1646
- default: boolean;
1647
- };
1648
- required: {
1649
- type: BooleanConstructor;
1650
- default: boolean;
1651
- };
1652
- errorMessage: {
1653
- type: StringConstructor;
1654
- default: null;
1655
- };
1656
- }>> & Readonly<{
1657
- onChange?: ((...args: any[]) => any) | undefined;
1658
- onFocus?: ((...args: any[]) => any) | undefined;
1659
- onBlur?: ((...args: any[]) => any) | undefined;
1660
- onInput?: ((...args: any[]) => any) | undefined;
1661
- onKeydown?: ((...args: any[]) => any) | undefined;
1662
- onKeypress?: ((...args: any[]) => any) | undefined;
1663
- onKeyup?: ((...args: any[]) => any) | undefined;
1664
- onClick?: ((...args: any[]) => any) | undefined;
1665
- "onClick:hide"?: ((...args: any[]) => any) | undefined;
1666
- }>, {
1667
- type: "number" | "text" | "search" | "email" | "password" | "tel" | "url" | "decimal" | "numeric";
1668
- label: string | null;
1669
- id: string | null;
1670
- value: string;
1671
- size: "large" | "medium";
1672
- dataTest: string;
1673
- placeholder: string;
1674
- disabled: boolean;
1675
- ariaLabel: string | null;
1676
- rules: Rules<string>;
1677
- required: boolean;
1678
- hideDetails: boolean | "auto";
1679
- counter: number | null;
1680
- counterValue: number | (() => number | null);
1681
- clearable: boolean;
1682
- inputmode: "text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric";
1683
- minlength: string | number;
1684
- maxlength: string | number;
1685
- hideable: boolean;
1686
- hideLabel: boolean;
1687
- validateOnBlur: boolean;
1688
- errorMessage: string;
1689
- }, {}, {
1690
- CFormFieldCounter: DefineComponent<ExtractPropTypes<{
1691
- counter: {
1692
- type: PropType<number | null>;
1693
- default: null;
1694
- };
1695
- counterValue: {
1696
- type: PropType<number | (() => number | null)>;
1697
- default: null;
1698
- };
1699
- value: {
1700
- type: StringConstructor;
1701
- default: string;
1702
- };
1703
- }>, {
1704
- numerator: ComputedRef<number | null>;
1705
- displayText: ComputedRef<string>;
1706
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1707
- counter: {
1708
- type: PropType<number | null>;
1709
- default: null;
1710
- };
1711
- counterValue: {
1712
- type: PropType<number | (() => number | null)>;
1713
- default: null;
1714
- };
1715
- value: {
1716
- type: StringConstructor;
1717
- default: string;
1718
- };
1719
- }>> & Readonly<{}>, {
1720
- value: string;
1721
- counter: number | null;
1722
- counterValue: number | (() => number | null);
1723
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1724
- CIconButton: DefineComponent<ExtractPropTypes<{
1725
- ariaLabel: {
1726
- type: StringConstructor;
1727
- default: undefined;
1728
- };
1729
- ariaLabelledby: {
1730
- type: StringConstructor;
1731
- default: undefined;
1732
- };
1733
- disabled: {
1734
- type: BooleanConstructor;
1735
- default: boolean;
1736
- };
1737
- href: {
1738
- type: StringConstructor;
1739
- default: undefined;
1740
- };
1741
- icon: {
1742
- type: PropType<string | string[] | IconDefinition>;
1743
- default: undefined;
1744
- };
1745
- large: {
1746
- type: BooleanConstructor;
1747
- default: boolean;
1748
- deprecated: boolean;
1749
- };
1750
- level: {
1751
- type: PropType< ButtonLevel>;
1752
- default: string;
1753
- };
1754
- loading: {
1755
- type: BooleanConstructor;
1756
- default: boolean;
1757
- };
1758
- secondary: {
1759
- type: BooleanConstructor;
1760
- default: boolean;
1761
- deprecated: boolean;
1762
- };
1763
- size: {
1764
- type: PropType< ButtonSize>;
1765
- default: string;
1766
- };
1767
- spinIcon: {
1768
- type: BooleanConstructor;
1769
- default: boolean;
1770
- };
1771
- target: {
1772
- type: StringConstructor;
1773
- default: undefined;
1774
- };
1775
- tertiary: {
1776
- type: BooleanConstructor;
1777
- default: boolean;
1778
- deprecated: boolean;
1779
- };
1780
- to: {
1781
- type: PropType< RouteLocationRaw>;
1782
- default: undefined;
1783
- };
1784
- variant: {
1785
- type: PropType< ButtonVariant>;
1786
- default: string;
1787
- };
1788
- }>, {
1789
- computedSize: ComputedRef<ButtonSize>;
1790
- computedVariant: ComputedRef<ButtonVariant>;
1791
- inheritColor: Ref<boolean, boolean> | undefined;
1792
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
1793
- ariaLabel: {
1794
- type: StringConstructor;
1795
- default: undefined;
1796
- };
1797
- ariaLabelledby: {
1798
- type: StringConstructor;
1799
- default: undefined;
1800
- };
1801
- disabled: {
1802
- type: BooleanConstructor;
1803
- default: boolean;
1804
- };
1805
- href: {
1806
- type: StringConstructor;
1807
- default: undefined;
1808
- };
1809
- icon: {
1810
- type: PropType<string | string[] | IconDefinition>;
1811
- default: undefined;
1812
- };
1813
- large: {
1814
- type: BooleanConstructor;
1815
- default: boolean;
1816
- deprecated: boolean;
1817
- };
1818
- level: {
1819
- type: PropType< ButtonLevel>;
1820
- default: string;
1821
- };
1822
- loading: {
1823
- type: BooleanConstructor;
1824
- default: boolean;
1825
- };
1826
- secondary: {
1827
- type: BooleanConstructor;
1828
- default: boolean;
1829
- deprecated: boolean;
1830
- };
1831
- size: {
1832
- type: PropType< ButtonSize>;
1833
- default: string;
1834
- };
1835
- spinIcon: {
1836
- type: BooleanConstructor;
1837
- default: boolean;
1838
- };
1839
- target: {
1840
- type: StringConstructor;
1841
- default: undefined;
1842
- };
1843
- tertiary: {
1844
- type: BooleanConstructor;
1845
- default: boolean;
1846
- deprecated: boolean;
1847
- };
1848
- to: {
1849
- type: PropType< RouteLocationRaw>;
1850
- default: undefined;
1851
- };
1852
- variant: {
1853
- type: PropType< ButtonVariant>;
1854
- default: string;
1855
- };
1856
- }>> & Readonly<{
1857
- onFocus?: ((...args: any[]) => any) | undefined;
1858
- onBlur?: ((...args: any[]) => any) | undefined;
1859
- onClick?: ((...args: any[]) => any) | undefined;
1860
- }>, {
1861
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1862
- size: ButtonSize;
1863
- icon: string | string[] | IconDefinition;
1864
- target: string;
1865
- tertiary: boolean;
1866
- loading: boolean;
1867
- large: boolean;
1868
- disabled: boolean;
1869
- ariaLabel: string;
1870
- secondary: boolean;
1871
- href: string;
1872
- level: ButtonLevel;
1873
- variant: ButtonVariant;
1874
- ariaLabelledby: string;
1875
- spinIcon: boolean;
1876
- }, {}, {
1877
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
1878
- CButton: DefineComponent<ExtractPropTypes<{
1879
- block: {
1880
- type: BooleanConstructor;
1881
- default: boolean;
1882
- };
1883
- disabled: {
1884
- type: BooleanConstructor;
1885
- default: boolean;
1886
- };
1887
- href: {
1888
- type: StringConstructor;
1889
- default: undefined;
1890
- };
1891
- icon: {
1892
- type: PropType<string | string[] | IconDefinition>;
1893
- default: undefined;
1894
- };
1895
- iconPosition: {
1896
- type: PropType< ButtonIconPosition>;
1897
- default: string;
1898
- validator: (value: string) => boolean;
1899
- };
1900
- large: {
1901
- type: BooleanConstructor;
1902
- default: boolean;
1903
- deprecated: boolean;
1904
- };
1905
- level: {
1906
- type: PropType< ButtonLevel>;
1907
- default: string;
1908
- validator: (value: string) => boolean;
1909
- };
1910
- loading: {
1911
- type: BooleanConstructor;
1912
- default: boolean;
1913
- };
1914
- secondary: {
1915
- type: BooleanConstructor;
1916
- default: boolean;
1917
- deprecated: boolean;
1918
- };
1919
- size: {
1920
- type: PropType< ButtonSize>;
1921
- default: string;
1922
- validator: (value: string) => boolean;
1923
- };
1924
- target: {
1925
- type: StringConstructor;
1926
- default: undefined;
1927
- };
1928
- tertiary: {
1929
- type: BooleanConstructor;
1930
- default: boolean;
1931
- deprecated: boolean;
1932
- };
1933
- to: {
1934
- type: PropType< RouteLocationRaw>;
1935
- default: undefined;
1936
- };
1937
- variant: {
1938
- type: PropType< ButtonVariant>;
1939
- default: string;
1940
- validator: (value: string) => boolean;
1941
- };
1942
- }>, {
1943
- animationListeners: Record<string, () => void>;
1944
- button: Ref<HTMLElement | null, HTMLElement | null>;
1945
- computedSize: ComputedRef<ButtonSize>;
1946
- computedVariant: ComputedRef<ButtonVariant>;
1947
- dataBlock: ComputedRef<true | undefined>;
1948
- dataLoading: ComputedRef<true | undefined>;
1949
- hasIcon: ComputedRef<boolean>;
1950
- injectedOrPropBlock: ComputedRef<boolean>;
1951
- injectedOrPropsLarge: ComputedRef<boolean>;
1952
- onClick: (event: MouseEvent) => void;
1953
- routerDestinationOrHref: ComputedRef<string | undefined>;
1954
- shoelaceVariant: ComputedRef<ButtonShoelaceVariant>;
1955
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("focus" | "blur" | "click")[], "focus" | "blur" | "click", PublicProps, Readonly< ExtractPropTypes<{
1956
- block: {
1957
- type: BooleanConstructor;
1958
- default: boolean;
1959
- };
1960
- disabled: {
1961
- type: BooleanConstructor;
1962
- default: boolean;
1963
- };
1964
- href: {
1965
- type: StringConstructor;
1966
- default: undefined;
1967
- };
1968
- icon: {
1969
- type: PropType<string | string[] | IconDefinition>;
1970
- default: undefined;
1971
- };
1972
- iconPosition: {
1973
- type: PropType< ButtonIconPosition>;
1974
- default: string;
1975
- validator: (value: string) => boolean;
1976
- };
1977
- large: {
1978
- type: BooleanConstructor;
1979
- default: boolean;
1980
- deprecated: boolean;
1981
- };
1982
- level: {
1983
- type: PropType< ButtonLevel>;
1984
- default: string;
1985
- validator: (value: string) => boolean;
1986
- };
1987
- loading: {
1988
- type: BooleanConstructor;
1989
- default: boolean;
1990
- };
1991
- secondary: {
1992
- type: BooleanConstructor;
1993
- default: boolean;
1994
- deprecated: boolean;
1995
- };
1996
- size: {
1997
- type: PropType< ButtonSize>;
1998
- default: string;
1999
- validator: (value: string) => boolean;
2000
- };
2001
- target: {
2002
- type: StringConstructor;
2003
- default: undefined;
2004
- };
2005
- tertiary: {
2006
- type: BooleanConstructor;
2007
- default: boolean;
2008
- deprecated: boolean;
2009
- };
2010
- to: {
2011
- type: PropType< RouteLocationRaw>;
2012
- default: undefined;
2013
- };
2014
- variant: {
2015
- type: PropType< ButtonVariant>;
2016
- default: string;
2017
- validator: (value: string) => boolean;
2018
- };
2019
- }>> & Readonly<{
2020
- onFocus?: ((...args: any[]) => any) | undefined;
2021
- onBlur?: ((...args: any[]) => any) | undefined;
2022
- onClick?: ((...args: any[]) => any) | undefined;
2023
- }>, {
2024
- to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
2025
- size: ButtonSize;
2026
- icon: string | string[] | IconDefinition;
2027
- target: string;
2028
- tertiary: boolean;
2029
- loading: boolean;
2030
- block: boolean;
2031
- large: boolean;
2032
- disabled: boolean;
2033
- secondary: boolean;
2034
- href: string;
2035
- iconPosition: ButtonIconPosition;
2036
- level: ButtonLevel;
2037
- variant: ButtonVariant;
2038
- }, {}, {
2039
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
2040
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2041
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2042
- CValidationMessage: DefineComponent<ExtractPropTypes<{
2043
- dataTest: {
2044
- type: StringConstructor;
2045
- default: string;
2046
- };
2047
- validationMessage: {
2048
- type: PropType<string | null>;
2049
- default: null;
2050
- };
2051
- hide: {
2052
- type: PropType<boolean | "auto">;
2053
- default: boolean;
2054
- };
2055
- }>, {
2056
- isHidden: ComputedRef<boolean>;
2057
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2058
- dataTest: {
2059
- type: StringConstructor;
2060
- default: string;
2061
- };
2062
- validationMessage: {
2063
- type: PropType<string | null>;
2064
- default: null;
2065
- };
2066
- hide: {
2067
- type: PropType<boolean | "auto">;
2068
- default: boolean;
2069
- };
2070
- }>> & Readonly<{}>, {
2071
- dataTest: string;
2072
- validationMessage: string | null;
2073
- hide: boolean | "auto";
2074
- }, {}, {
2075
- CFadeTransition: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2076
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2077
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2078
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2079
- }, {}, string, ComponentProvideOptions, true, {}, any>;
2080
- export default _default;