@bethinkpl/design-system 38.0.0 → 39.0.0

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 (61) hide show
  1. package/dist/design-system.css +1 -1
  2. package/dist/design-system.js +5331 -5289
  3. package/dist/design-system.js.map +1 -1
  4. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +3 -3
  5. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +8 -6
  6. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +5 -3
  7. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +5 -3
  8. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +5 -3
  9. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +5 -3
  10. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +13 -9
  11. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +5 -3
  12. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +15 -9
  13. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +5 -3
  14. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +3 -3
  15. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +10 -6
  16. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +13 -9
  17. package/dist/lib/js/components/IconText/IconText.vue.d.ts +3 -3
  18. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +2 -0
  19. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
  20. package/dist/lib/js/components/Modal/Modal.vue.d.ts +5 -3
  21. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +10 -6
  22. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +10 -6
  23. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +10 -6
  24. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +5 -3
  25. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +5 -3
  26. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +5 -3
  27. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +5 -3
  28. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +5 -3
  29. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +5 -3
  30. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +15 -9
  31. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +18 -12
  32. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +3 -3
  33. package/dist/lib/js/components/Switch/Switch.vue.d.ts +5 -3
  34. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +3 -3
  35. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +2 -0
  36. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +3 -3
  37. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +5 -3
  38. package/dist/lib/js/icons/fontawesome.d.ts +2 -0
  39. package/lib/js/components/Banner/Banner.vue +0 -2
  40. package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +1 -2
  41. package/lib/js/components/Buttons/HelpButton/HelpButton.vue +0 -1
  42. package/lib/js/components/Buttons/IconButton/IconButton.stories.ts +3 -3
  43. package/lib/js/components/Buttons/IconButton/IconButton.vue +15 -5
  44. package/lib/js/components/Chip/Chip.vue +5 -1
  45. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +0 -2
  46. package/lib/js/components/Form/PasswordField/PasswordField.vue +0 -1
  47. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +2 -0
  48. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +0 -1
  49. package/lib/js/components/Icons/Icon/Icon.stories.ts +3 -3
  50. package/lib/js/components/Icons/Icon/Icon.vue +7 -2
  51. package/lib/js/components/Menu/MenuItem/MenuItem.vue +0 -1
  52. package/lib/js/components/Modal/Modal.vue +1 -1
  53. package/lib/js/components/Modals/Modal/Modal.vue +1 -1
  54. package/lib/js/components/Pagination/Pagination.vue +2 -0
  55. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +0 -1
  56. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +0 -1
  57. package/lib/js/icons/fontawesome.ts +4 -0
  58. package/lib/styles/components/_icons.scss +2 -2
  59. package/lib/styles/mixins/_touchable.scss +19 -0
  60. package/lib/styles/settings/_icons.scss +1 -1
  61. package/package.json +1 -1
@@ -209,6 +209,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
209
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
210
210
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
211
211
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
212
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
212
213
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
213
214
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
214
215
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -249,6 +250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
250
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
250
251
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
251
252
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
253
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
252
254
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
253
255
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
254
256
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -355,7 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
355
357
  type: BooleanConstructor;
356
358
  default: boolean;
357
359
  };
358
- touchable: {
360
+ touchableDeprecated: {
359
361
  type: BooleanConstructor;
360
362
  default: boolean;
361
363
  };
@@ -389,7 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
389
391
  type: BooleanConstructor;
390
392
  default: boolean;
391
393
  };
392
- touchable: {
394
+ touchableDeprecated: {
393
395
  type: BooleanConstructor;
394
396
  default: boolean;
395
397
  };
@@ -402,7 +404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
402
404
  size: string;
403
405
  flippedVertical: boolean;
404
406
  flippedHorizontal: boolean;
405
- touchable: boolean;
407
+ touchableDeprecated: boolean;
406
408
  spinning: boolean;
407
409
  }, {}, {
408
410
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -741,6 +741,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
741
741
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
742
742
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
743
743
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
744
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
744
745
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
745
746
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
746
747
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -781,6 +782,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
781
782
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
782
783
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
783
784
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
785
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
784
786
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
785
787
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
786
788
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1112,7 +1114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1112
1114
  type: BooleanConstructor;
1113
1115
  default: boolean;
1114
1116
  };
1115
- touchable: {
1117
+ touchableDeprecated: {
1116
1118
  type: BooleanConstructor;
1117
1119
  default: boolean;
1118
1120
  };
@@ -1146,7 +1148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1146
1148
  type: BooleanConstructor;
1147
1149
  default: boolean;
1148
1150
  };
1149
- touchable: {
1151
+ touchableDeprecated: {
1150
1152
  type: BooleanConstructor;
1151
1153
  default: boolean;
1152
1154
  };
@@ -1159,7 +1161,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1159
1161
  size: string;
1160
1162
  flippedVertical: boolean;
1161
1163
  flippedHorizontal: boolean;
1162
- touchable: boolean;
1164
+ touchableDeprecated: boolean;
1163
1165
  spinning: boolean;
1164
1166
  }, {}, {
1165
1167
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -275,6 +275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
275
275
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
276
276
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
277
277
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
278
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
278
279
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
279
280
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
280
281
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -315,6 +316,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
315
316
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
316
317
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
317
318
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
319
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
318
320
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
319
321
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
320
322
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -646,7 +648,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
646
648
  type: BooleanConstructor;
647
649
  default: boolean;
648
650
  };
649
- touchable: {
651
+ touchableDeprecated: {
650
652
  type: BooleanConstructor;
651
653
  default: boolean;
652
654
  };
@@ -680,7 +682,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
680
682
  type: BooleanConstructor;
681
683
  default: boolean;
682
684
  };
683
- touchable: {
685
+ touchableDeprecated: {
684
686
  type: BooleanConstructor;
685
687
  default: boolean;
686
688
  };
@@ -693,7 +695,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
693
695
  size: string;
694
696
  flippedVertical: boolean;
695
697
  flippedHorizontal: boolean;
696
- touchable: boolean;
698
+ touchableDeprecated: boolean;
697
699
  spinning: boolean;
698
700
  }, {}, {
699
701
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
192
192
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
193
193
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
194
194
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
195
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
195
196
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
196
197
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
197
198
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -232,6 +233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
232
233
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
233
234
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
234
235
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
236
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
235
237
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
236
238
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
237
239
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -323,7 +325,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
323
325
  type: BooleanConstructor;
324
326
  default: boolean;
325
327
  };
326
- touchable: {
328
+ touchableDeprecated: {
327
329
  type: BooleanConstructor;
328
330
  default: boolean;
329
331
  };
@@ -357,7 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
359
  type: BooleanConstructor;
358
360
  default: boolean;
359
361
  };
360
- touchable: {
362
+ touchableDeprecated: {
361
363
  type: BooleanConstructor;
362
364
  default: boolean;
363
365
  };
@@ -370,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
372
  size: string;
371
373
  flippedVertical: boolean;
372
374
  flippedHorizontal: boolean;
373
- touchable: boolean;
375
+ touchableDeprecated: boolean;
374
376
  spinning: boolean;
375
377
  }, {}, {
376
378
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
192
192
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
193
193
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
194
194
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
195
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
195
196
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
196
197
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
197
198
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -232,6 +233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
232
233
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
233
234
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
234
235
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
236
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
235
237
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
236
238
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
237
239
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -323,7 +325,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
323
325
  type: BooleanConstructor;
324
326
  default: boolean;
325
327
  };
326
- touchable: {
328
+ touchableDeprecated: {
327
329
  type: BooleanConstructor;
328
330
  default: boolean;
329
331
  };
@@ -357,7 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
359
  type: BooleanConstructor;
358
360
  default: boolean;
359
361
  };
360
- touchable: {
362
+ touchableDeprecated: {
361
363
  type: BooleanConstructor;
362
364
  default: boolean;
363
365
  };
@@ -370,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
372
  size: string;
371
373
  flippedVertical: boolean;
372
374
  flippedHorizontal: boolean;
373
- touchable: boolean;
375
+ touchableDeprecated: boolean;
374
376
  spinning: boolean;
375
377
  }, {}, {
376
378
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -209,6 +209,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
209
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
210
210
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
211
211
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
212
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
212
213
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
213
214
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
214
215
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -249,6 +250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
250
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
250
251
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
251
252
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
253
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
252
254
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
253
255
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
254
256
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -678,7 +680,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
678
680
  default: "none";
679
681
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
680
682
  };
681
- touchable: {
683
+ touchableDeprecated: {
682
684
  type: BooleanConstructor;
683
685
  default: boolean;
684
686
  };
@@ -881,6 +883,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
881
883
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
882
884
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
883
885
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
886
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
884
887
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
885
888
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
886
889
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -921,6 +924,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
921
924
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
922
925
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
923
926
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
927
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
924
928
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
925
929
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
926
930
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1064,7 +1068,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1064
1068
  default: "none";
1065
1069
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1066
1070
  };
1067
- touchable: {
1071
+ touchableDeprecated: {
1068
1072
  type: BooleanConstructor;
1069
1073
  default: boolean;
1070
1074
  };
@@ -1076,7 +1080,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1076
1080
  }>> & Readonly<{}>, {
1077
1081
  size: string;
1078
1082
  type: string;
1079
- touchable: boolean;
1083
+ touchableDeprecated: boolean;
1080
1084
  color: string;
1081
1085
  elevation: string;
1082
1086
  radius: string;
@@ -1106,7 +1110,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1106
1110
  type: BooleanConstructor;
1107
1111
  default: boolean;
1108
1112
  };
1109
- touchable: {
1113
+ touchableDeprecated: {
1110
1114
  type: BooleanConstructor;
1111
1115
  default: boolean;
1112
1116
  };
@@ -1140,7 +1144,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1140
1144
  type: BooleanConstructor;
1141
1145
  default: boolean;
1142
1146
  };
1143
- touchable: {
1147
+ touchableDeprecated: {
1144
1148
  type: BooleanConstructor;
1145
1149
  default: boolean;
1146
1150
  };
@@ -1153,7 +1157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1153
1157
  size: string;
1154
1158
  flippedVertical: boolean;
1155
1159
  flippedHorizontal: boolean;
1156
- touchable: boolean;
1160
+ touchableDeprecated: boolean;
1157
1161
  spinning: boolean;
1158
1162
  }, {}, {
1159
1163
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1444,6 +1448,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1444
1448
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1445
1449
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1446
1450
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1451
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1447
1452
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1448
1453
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1449
1454
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1484,6 +1489,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1484
1489
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
1485
1490
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1486
1491
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1492
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1487
1493
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1488
1494
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1489
1495
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1580,7 +1586,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1580
1586
  type: BooleanConstructor;
1581
1587
  default: boolean;
1582
1588
  };
1583
- touchable: {
1589
+ touchableDeprecated: {
1584
1590
  type: BooleanConstructor;
1585
1591
  default: boolean;
1586
1592
  };
@@ -1614,7 +1620,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1614
1620
  type: BooleanConstructor;
1615
1621
  default: boolean;
1616
1622
  };
1617
- touchable: {
1623
+ touchableDeprecated: {
1618
1624
  type: BooleanConstructor;
1619
1625
  default: boolean;
1620
1626
  };
@@ -1627,7 +1633,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1627
1633
  size: string;
1628
1634
  flippedVertical: boolean;
1629
1635
  flippedHorizontal: boolean;
1630
- touchable: boolean;
1636
+ touchableDeprecated: boolean;
1631
1637
  spinning: boolean;
1632
1638
  }, {}, {
1633
1639
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -228,6 +228,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
228
228
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
229
229
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
230
230
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
231
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
231
232
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
232
233
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
233
234
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -268,6 +269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
268
269
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
269
270
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
270
271
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
272
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
271
273
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
272
274
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
273
275
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -650,7 +652,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
650
652
  default: "none";
651
653
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
652
654
  };
653
- touchable: {
655
+ touchableDeprecated: {
654
656
  type: BooleanConstructor;
655
657
  default: boolean;
656
658
  };
@@ -853,6 +855,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
853
855
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
854
856
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
855
857
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
858
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
856
859
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
857
860
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
858
861
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -893,6 +896,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
893
896
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
894
897
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
895
898
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
899
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
896
900
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
897
901
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
898
902
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1036,7 +1040,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1036
1040
  default: "none";
1037
1041
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1038
1042
  };
1039
- touchable: {
1043
+ touchableDeprecated: {
1040
1044
  type: BooleanConstructor;
1041
1045
  default: boolean;
1042
1046
  };
@@ -1048,7 +1052,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1048
1052
  }>> & Readonly<{}>, {
1049
1053
  size: string;
1050
1054
  type: string;
1051
- touchable: boolean;
1055
+ touchableDeprecated: boolean;
1052
1056
  color: string;
1053
1057
  elevation: string;
1054
1058
  radius: string;
@@ -1078,7 +1082,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1078
1082
  type: BooleanConstructor;
1079
1083
  default: boolean;
1080
1084
  };
1081
- touchable: {
1085
+ touchableDeprecated: {
1082
1086
  type: BooleanConstructor;
1083
1087
  default: boolean;
1084
1088
  };
@@ -1112,7 +1116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1112
1116
  type: BooleanConstructor;
1113
1117
  default: boolean;
1114
1118
  };
1115
- touchable: {
1119
+ touchableDeprecated: {
1116
1120
  type: BooleanConstructor;
1117
1121
  default: boolean;
1118
1122
  };
@@ -1125,7 +1129,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1125
1129
  size: string;
1126
1130
  flippedVertical: boolean;
1127
1131
  flippedHorizontal: boolean;
1128
- touchable: boolean;
1132
+ touchableDeprecated: boolean;
1129
1133
  spinning: boolean;
1130
1134
  }, {}, {
1131
1135
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1340,7 +1344,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1340
1344
  type: BooleanConstructor;
1341
1345
  default: boolean;
1342
1346
  };
1343
- touchable: {
1347
+ touchableDeprecated: {
1344
1348
  type: BooleanConstructor;
1345
1349
  default: boolean;
1346
1350
  };
@@ -1374,7 +1378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1374
1378
  type: BooleanConstructor;
1375
1379
  default: boolean;
1376
1380
  };
1377
- touchable: {
1381
+ touchableDeprecated: {
1378
1382
  type: BooleanConstructor;
1379
1383
  default: boolean;
1380
1384
  };
@@ -1387,7 +1391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1387
1391
  size: string;
1388
1392
  flippedVertical: boolean;
1389
1393
  flippedHorizontal: boolean;
1390
- touchable: boolean;
1394
+ touchableDeprecated: boolean;
1391
1395
  spinning: boolean;
1392
1396
  }, {}, {
1393
1397
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1589,6 +1593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1589
1593
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1590
1594
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1591
1595
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1596
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1592
1597
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1593
1598
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1594
1599
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1629,6 +1634,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1629
1634
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
1630
1635
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1631
1636
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1637
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
1632
1638
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1633
1639
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
1634
1640
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1725,7 +1731,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1725
1731
  type: BooleanConstructor;
1726
1732
  default: boolean;
1727
1733
  };
1728
- touchable: {
1734
+ touchableDeprecated: {
1729
1735
  type: BooleanConstructor;
1730
1736
  default: boolean;
1731
1737
  };
@@ -1759,7 +1765,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1759
1765
  type: BooleanConstructor;
1760
1766
  default: boolean;
1761
1767
  };
1762
- touchable: {
1768
+ touchableDeprecated: {
1763
1769
  type: BooleanConstructor;
1764
1770
  default: boolean;
1765
1771
  };
@@ -1772,7 +1778,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1772
1778
  size: string;
1773
1779
  flippedVertical: boolean;
1774
1780
  flippedHorizontal: boolean;
1775
- touchable: boolean;
1781
+ touchableDeprecated: boolean;
1776
1782
  spinning: boolean;
1777
1783
  }, {}, {
1778
1784
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -120,7 +120,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
120
120
  type: BooleanConstructor;
121
121
  default: boolean;
122
122
  };
123
- touchable: {
123
+ touchableDeprecated: {
124
124
  type: BooleanConstructor;
125
125
  default: boolean;
126
126
  };
@@ -154,7 +154,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
154
154
  type: BooleanConstructor;
155
155
  default: boolean;
156
156
  };
157
- touchable: {
157
+ touchableDeprecated: {
158
158
  type: BooleanConstructor;
159
159
  default: boolean;
160
160
  };
@@ -167,7 +167,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
167
167
  size: string;
168
168
  flippedVertical: boolean;
169
169
  flippedHorizontal: boolean;
170
- touchable: boolean;
170
+ touchableDeprecated: boolean;
171
171
  spinning: boolean;
172
172
  }, {}, {
173
173
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -228,6 +228,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
228
228
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
229
229
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
230
230
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
231
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
231
232
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
232
233
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
233
234
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -268,6 +269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
268
269
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
269
270
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
270
271
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
272
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
271
273
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
272
274
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
273
275
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -423,7 +425,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
423
425
  type: BooleanConstructor;
424
426
  default: boolean;
425
427
  };
426
- touchable: {
428
+ touchableDeprecated: {
427
429
  type: BooleanConstructor;
428
430
  default: boolean;
429
431
  };
@@ -457,7 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
457
459
  type: BooleanConstructor;
458
460
  default: boolean;
459
461
  };
460
- touchable: {
462
+ touchableDeprecated: {
461
463
  type: BooleanConstructor;
462
464
  default: boolean;
463
465
  };
@@ -470,7 +472,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
470
472
  size: string;
471
473
  flippedVertical: boolean;
472
474
  flippedHorizontal: boolean;
473
- touchable: boolean;
475
+ touchableDeprecated: boolean;
474
476
  spinning: boolean;
475
477
  }, {}, {
476
478
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
- touchable: {
91
+ touchableDeprecated: {
92
92
  type: BooleanConstructor;
93
93
  default: boolean;
94
94
  };
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
122
122
  type: BooleanConstructor;
123
123
  default: boolean;
124
124
  };
125
- touchable: {
125
+ touchableDeprecated: {
126
126
  type: BooleanConstructor;
127
127
  default: boolean;
128
128
  };
@@ -135,7 +135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
135
135
  size: string;
136
136
  flippedVertical: boolean;
137
137
  flippedHorizontal: boolean;
138
- touchable: boolean;
138
+ touchableDeprecated: boolean;
139
139
  spinning: boolean;
140
140
  }, {}, {
141
141
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -188,6 +188,7 @@ export declare const data: () => {
188
188
  readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
189
189
  readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
190
190
  readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
191
192
  readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
192
193
  readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
193
194
  readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -228,6 +229,7 @@ export declare const data: () => {
228
229
  readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
229
230
  readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
230
231
  readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
232
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
231
233
  readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
232
234
  readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
233
235
  readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -89,7 +89,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
89
89
  type: BooleanConstructor;
90
90
  default: boolean;
91
91
  };
92
- touchable: {
92
+ touchableDeprecated: {
93
93
  type: BooleanConstructor;
94
94
  default: boolean;
95
95
  };
@@ -123,7 +123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
123
123
  type: BooleanConstructor;
124
124
  default: boolean;
125
125
  };
126
- touchable: {
126
+ touchableDeprecated: {
127
127
  type: BooleanConstructor;
128
128
  default: boolean;
129
129
  };
@@ -136,7 +136,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
136
136
  size: string;
137
137
  flippedVertical: boolean;
138
138
  flippedHorizontal: boolean;
139
- touchable: boolean;
139
+ touchableDeprecated: boolean;
140
140
  spinning: boolean;
141
141
  }, {}, {
142
142
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;