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