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