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