@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.
- package/dist/design-system.css +1 -1
- package/dist/design-system.js +5331 -5289
- package/dist/design-system.js.map +1 -1
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +3 -3
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +8 -6
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +5 -3
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +5 -3
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +5 -3
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +5 -3
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +13 -9
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +5 -3
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +15 -9
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +5 -3
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +3 -3
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +10 -6
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +13 -9
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +3 -3
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +2 -0
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +5 -3
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +10 -6
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +10 -6
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +10 -6
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +5 -3
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +5 -3
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +5 -3
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +5 -3
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +5 -3
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +5 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +15 -9
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +18 -12
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +3 -3
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +5 -3
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +3 -3
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +2 -0
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +3 -3
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +5 -3
- package/dist/lib/js/icons/fontawesome.d.ts +2 -0
- package/lib/js/components/Banner/Banner.vue +0 -2
- package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +1 -2
- package/lib/js/components/Buttons/HelpButton/HelpButton.vue +0 -1
- package/lib/js/components/Buttons/IconButton/IconButton.stories.ts +3 -3
- package/lib/js/components/Buttons/IconButton/IconButton.vue +15 -5
- package/lib/js/components/Chip/Chip.vue +5 -1
- package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +0 -2
- package/lib/js/components/Form/PasswordField/PasswordField.vue +0 -1
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +2 -0
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +0 -1
- package/lib/js/components/Icons/Icon/Icon.stories.ts +3 -3
- package/lib/js/components/Icons/Icon/Icon.vue +7 -2
- package/lib/js/components/Menu/MenuItem/MenuItem.vue +0 -1
- package/lib/js/components/Modal/Modal.vue +1 -1
- package/lib/js/components/Modals/Modal/Modal.vue +1 -1
- package/lib/js/components/Pagination/Pagination.vue +2 -0
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +0 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +0 -1
- package/lib/js/icons/fontawesome.ts +4 -0
- package/lib/styles/components/_icons.scss +2 -2
- package/lib/styles/mixins/_touchable.scss +19 -0
- package/lib/styles/settings/_icons.scss +1 -1
- package/package.json +1 -1
|
@@ -253,6 +253,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
253
253
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
254
254
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
255
255
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
257
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
258
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
259
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -293,6 +294,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
293
294
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
294
295
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
295
296
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
297
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
296
298
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
297
299
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
298
300
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -460,7 +462,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
460
462
|
default: "none";
|
|
461
463
|
validator(value: import('../../..').ButtonElevation): boolean;
|
|
462
464
|
};
|
|
463
|
-
|
|
465
|
+
touchableDeprecated: {
|
|
464
466
|
type: BooleanConstructor;
|
|
465
467
|
default: boolean;
|
|
466
468
|
};
|
|
@@ -663,6 +665,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
663
665
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
664
666
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
665
667
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
668
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
666
669
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
667
670
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
668
671
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -703,6 +706,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
703
706
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
704
707
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
705
708
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
709
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
706
710
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
707
711
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
708
712
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -846,7 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
846
850
|
default: "none";
|
|
847
851
|
validator(value: import('../../..').ButtonElevation): boolean;
|
|
848
852
|
};
|
|
849
|
-
|
|
853
|
+
touchableDeprecated: {
|
|
850
854
|
type: BooleanConstructor;
|
|
851
855
|
default: boolean;
|
|
852
856
|
};
|
|
@@ -858,7 +862,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
858
862
|
}>> & Readonly<{}>, {
|
|
859
863
|
size: string;
|
|
860
864
|
type: string;
|
|
861
|
-
|
|
865
|
+
touchableDeprecated: boolean;
|
|
862
866
|
color: string;
|
|
863
867
|
elevation: string;
|
|
864
868
|
radius: string;
|
|
@@ -888,7 +892,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
888
892
|
type: BooleanConstructor;
|
|
889
893
|
default: boolean;
|
|
890
894
|
};
|
|
891
|
-
|
|
895
|
+
touchableDeprecated: {
|
|
892
896
|
type: BooleanConstructor;
|
|
893
897
|
default: boolean;
|
|
894
898
|
};
|
|
@@ -922,7 +926,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
922
926
|
type: BooleanConstructor;
|
|
923
927
|
default: boolean;
|
|
924
928
|
};
|
|
925
|
-
|
|
929
|
+
touchableDeprecated: {
|
|
926
930
|
type: BooleanConstructor;
|
|
927
931
|
default: boolean;
|
|
928
932
|
};
|
|
@@ -935,7 +939,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
935
939
|
size: string;
|
|
936
940
|
flippedVertical: boolean;
|
|
937
941
|
flippedHorizontal: boolean;
|
|
938
|
-
|
|
942
|
+
touchableDeprecated: boolean;
|
|
939
943
|
spinning: boolean;
|
|
940
944
|
}, {}, {
|
|
941
945
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -255,6 +255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
255
255
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
256
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
257
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
259
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
259
260
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
260
261
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -295,6 +296,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
295
296
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
296
297
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
297
298
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
299
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
298
300
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
299
301
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
300
302
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -494,7 +496,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
494
496
|
type: BooleanConstructor;
|
|
495
497
|
default: boolean;
|
|
496
498
|
};
|
|
497
|
-
|
|
499
|
+
touchableDeprecated: {
|
|
498
500
|
type: BooleanConstructor;
|
|
499
501
|
default: boolean;
|
|
500
502
|
};
|
|
@@ -528,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
530
|
type: BooleanConstructor;
|
|
529
531
|
default: boolean;
|
|
530
532
|
};
|
|
531
|
-
|
|
533
|
+
touchableDeprecated: {
|
|
532
534
|
type: BooleanConstructor;
|
|
533
535
|
default: boolean;
|
|
534
536
|
};
|
|
@@ -541,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
541
543
|
size: string;
|
|
542
544
|
flippedVertical: boolean;
|
|
543
545
|
flippedHorizontal: boolean;
|
|
544
|
-
|
|
546
|
+
touchableDeprecated: boolean;
|
|
545
547
|
spinning: boolean;
|
|
546
548
|
}, {}, {
|
|
547
549
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -582,7 +584,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
582
584
|
default: "none";
|
|
583
585
|
validator(value: import('../../..').ButtonElevation): boolean;
|
|
584
586
|
};
|
|
585
|
-
|
|
587
|
+
touchableDeprecated: {
|
|
586
588
|
type: BooleanConstructor;
|
|
587
589
|
default: boolean;
|
|
588
590
|
};
|
|
@@ -785,6 +787,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
785
787
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
786
788
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
787
789
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
790
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
788
791
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
789
792
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
790
793
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -825,6 +828,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
825
828
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
826
829
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
827
830
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
831
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
828
832
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
829
833
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
830
834
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -968,7 +972,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
968
972
|
default: "none";
|
|
969
973
|
validator(value: import('../../..').ButtonElevation): boolean;
|
|
970
974
|
};
|
|
971
|
-
|
|
975
|
+
touchableDeprecated: {
|
|
972
976
|
type: BooleanConstructor;
|
|
973
977
|
default: boolean;
|
|
974
978
|
};
|
|
@@ -980,7 +984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
980
984
|
}>> & Readonly<{}>, {
|
|
981
985
|
size: string;
|
|
982
986
|
type: string;
|
|
983
|
-
|
|
987
|
+
touchableDeprecated: boolean;
|
|
984
988
|
color: string;
|
|
985
989
|
elevation: string;
|
|
986
990
|
radius: string;
|
|
@@ -1010,7 +1014,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1010
1014
|
type: BooleanConstructor;
|
|
1011
1015
|
default: boolean;
|
|
1012
1016
|
};
|
|
1013
|
-
|
|
1017
|
+
touchableDeprecated: {
|
|
1014
1018
|
type: BooleanConstructor;
|
|
1015
1019
|
default: boolean;
|
|
1016
1020
|
};
|
|
@@ -1044,7 +1048,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1044
1048
|
type: BooleanConstructor;
|
|
1045
1049
|
default: boolean;
|
|
1046
1050
|
};
|
|
1047
|
-
|
|
1051
|
+
touchableDeprecated: {
|
|
1048
1052
|
type: BooleanConstructor;
|
|
1049
1053
|
default: boolean;
|
|
1050
1054
|
};
|
|
@@ -1057,7 +1061,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1057
1061
|
size: string;
|
|
1058
1062
|
flippedVertical: boolean;
|
|
1059
1063
|
flippedHorizontal: boolean;
|
|
1060
|
-
|
|
1064
|
+
touchableDeprecated: boolean;
|
|
1061
1065
|
spinning: boolean;
|
|
1062
1066
|
}, {}, {
|
|
1063
1067
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -123,7 +123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
123
|
type: BooleanConstructor;
|
|
124
124
|
default: boolean;
|
|
125
125
|
};
|
|
126
|
-
|
|
126
|
+
touchableDeprecated: {
|
|
127
127
|
type: BooleanConstructor;
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
@@ -157,7 +157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
type: BooleanConstructor;
|
|
158
158
|
default: boolean;
|
|
159
159
|
};
|
|
160
|
-
|
|
160
|
+
touchableDeprecated: {
|
|
161
161
|
type: BooleanConstructor;
|
|
162
162
|
default: boolean;
|
|
163
163
|
};
|
|
@@ -170,7 +170,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
170
170
|
size: string;
|
|
171
171
|
flippedVertical: boolean;
|
|
172
172
|
flippedHorizontal: boolean;
|
|
173
|
-
|
|
173
|
+
touchableDeprecated: boolean;
|
|
174
174
|
spinning: boolean;
|
|
175
175
|
}, {}, {
|
|
176
176
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -213,6 +213,7 @@ export declare const ICONS: {
|
|
|
213
213
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
214
214
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
215
215
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
216
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
216
217
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
217
218
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
218
219
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -253,6 +254,7 @@ export declare const ICONS: {
|
|
|
253
254
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
254
255
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
255
256
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
258
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
259
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
260
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
touchableDeprecated: {
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
touchableDeprecated: {
|
|
59
59
|
type: BooleanConstructor;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
size: string;
|
|
69
69
|
flippedVertical: boolean;
|
|
70
70
|
flippedHorizontal: boolean;
|
|
71
|
-
|
|
71
|
+
touchableDeprecated: boolean;
|
|
72
72
|
spinning: boolean;
|
|
73
73
|
}, {}, {
|
|
74
74
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -194,6 +194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
194
194
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
195
195
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
196
196
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
197
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
197
198
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
198
199
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
199
200
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -234,6 +235,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
234
235
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
235
236
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
236
237
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
238
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
237
239
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
238
240
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
239
241
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -330,7 +332,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
332
|
type: BooleanConstructor;
|
|
331
333
|
default: boolean;
|
|
332
334
|
};
|
|
333
|
-
|
|
335
|
+
touchableDeprecated: {
|
|
334
336
|
type: BooleanConstructor;
|
|
335
337
|
default: boolean;
|
|
336
338
|
};
|
|
@@ -364,7 +366,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
366
|
type: BooleanConstructor;
|
|
365
367
|
default: boolean;
|
|
366
368
|
};
|
|
367
|
-
|
|
369
|
+
touchableDeprecated: {
|
|
368
370
|
type: BooleanConstructor;
|
|
369
371
|
default: boolean;
|
|
370
372
|
};
|
|
@@ -377,7 +379,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
377
379
|
size: string;
|
|
378
380
|
flippedVertical: boolean;
|
|
379
381
|
flippedHorizontal: boolean;
|
|
380
|
-
|
|
382
|
+
touchableDeprecated: boolean;
|
|
381
383
|
spinning: boolean;
|
|
382
384
|
}, {}, {
|
|
383
385
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -302,6 +302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
302
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
303
303
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
304
304
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
305
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
305
306
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
306
307
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
307
308
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -342,6 +343,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
342
343
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
343
344
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
344
345
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
346
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
345
347
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
346
348
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
347
349
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -713,7 +715,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
713
715
|
default: "none";
|
|
714
716
|
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
715
717
|
};
|
|
716
|
-
|
|
718
|
+
touchableDeprecated: {
|
|
717
719
|
type: BooleanConstructor;
|
|
718
720
|
default: boolean;
|
|
719
721
|
};
|
|
@@ -916,6 +918,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
916
918
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
917
919
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
918
920
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
921
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
919
922
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
920
923
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
921
924
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -956,6 +959,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
956
959
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
957
960
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
958
961
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
962
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
959
963
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
960
964
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
961
965
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1099,7 +1103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1099
1103
|
default: "none";
|
|
1100
1104
|
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1101
1105
|
};
|
|
1102
|
-
|
|
1106
|
+
touchableDeprecated: {
|
|
1103
1107
|
type: BooleanConstructor;
|
|
1104
1108
|
default: boolean;
|
|
1105
1109
|
};
|
|
@@ -1111,7 +1115,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1111
1115
|
}>> & Readonly<{}>, {
|
|
1112
1116
|
size: string;
|
|
1113
1117
|
type: string;
|
|
1114
|
-
|
|
1118
|
+
touchableDeprecated: boolean;
|
|
1115
1119
|
color: string;
|
|
1116
1120
|
elevation: string;
|
|
1117
1121
|
radius: string;
|
|
@@ -1141,7 +1145,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1141
1145
|
type: BooleanConstructor;
|
|
1142
1146
|
default: boolean;
|
|
1143
1147
|
};
|
|
1144
|
-
|
|
1148
|
+
touchableDeprecated: {
|
|
1145
1149
|
type: BooleanConstructor;
|
|
1146
1150
|
default: boolean;
|
|
1147
1151
|
};
|
|
@@ -1175,7 +1179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1175
1179
|
type: BooleanConstructor;
|
|
1176
1180
|
default: boolean;
|
|
1177
1181
|
};
|
|
1178
|
-
|
|
1182
|
+
touchableDeprecated: {
|
|
1179
1183
|
type: BooleanConstructor;
|
|
1180
1184
|
default: boolean;
|
|
1181
1185
|
};
|
|
@@ -1188,7 +1192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1188
1192
|
size: string;
|
|
1189
1193
|
flippedVertical: boolean;
|
|
1190
1194
|
flippedHorizontal: boolean;
|
|
1191
|
-
|
|
1195
|
+
touchableDeprecated: boolean;
|
|
1192
1196
|
spinning: boolean;
|
|
1193
1197
|
}, {}, {
|
|
1194
1198
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -437,6 +437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
437
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
438
438
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
439
439
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
440
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
440
441
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
441
442
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
442
443
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -477,6 +478,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
478
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
478
479
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
479
480
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
481
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
480
482
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
481
483
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
482
484
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -848,7 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
848
850
|
default: "none";
|
|
849
851
|
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
850
852
|
};
|
|
851
|
-
|
|
853
|
+
touchableDeprecated: {
|
|
852
854
|
type: BooleanConstructor;
|
|
853
855
|
default: boolean;
|
|
854
856
|
};
|
|
@@ -1051,6 +1053,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1051
1053
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1052
1054
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1053
1055
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1056
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1054
1057
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1055
1058
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1056
1059
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1091,6 +1094,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1091
1094
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1092
1095
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1093
1096
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1097
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1094
1098
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1095
1099
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1096
1100
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1234,7 +1238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1234
1238
|
default: "none";
|
|
1235
1239
|
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1236
1240
|
};
|
|
1237
|
-
|
|
1241
|
+
touchableDeprecated: {
|
|
1238
1242
|
type: BooleanConstructor;
|
|
1239
1243
|
default: boolean;
|
|
1240
1244
|
};
|
|
@@ -1246,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1246
1250
|
}>> & Readonly<{}>, {
|
|
1247
1251
|
size: string;
|
|
1248
1252
|
type: string;
|
|
1249
|
-
|
|
1253
|
+
touchableDeprecated: boolean;
|
|
1250
1254
|
color: string;
|
|
1251
1255
|
elevation: string;
|
|
1252
1256
|
radius: string;
|
|
@@ -1276,7 +1280,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1276
1280
|
type: BooleanConstructor;
|
|
1277
1281
|
default: boolean;
|
|
1278
1282
|
};
|
|
1279
|
-
|
|
1283
|
+
touchableDeprecated: {
|
|
1280
1284
|
type: BooleanConstructor;
|
|
1281
1285
|
default: boolean;
|
|
1282
1286
|
};
|
|
@@ -1310,7 +1314,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1310
1314
|
type: BooleanConstructor;
|
|
1311
1315
|
default: boolean;
|
|
1312
1316
|
};
|
|
1313
|
-
|
|
1317
|
+
touchableDeprecated: {
|
|
1314
1318
|
type: BooleanConstructor;
|
|
1315
1319
|
default: boolean;
|
|
1316
1320
|
};
|
|
@@ -1323,7 +1327,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1323
1327
|
size: string;
|
|
1324
1328
|
flippedVertical: boolean;
|
|
1325
1329
|
flippedHorizontal: boolean;
|
|
1326
|
-
|
|
1330
|
+
touchableDeprecated: boolean;
|
|
1327
1331
|
spinning: boolean;
|
|
1328
1332
|
}, {}, {
|
|
1329
1333
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -247,6 +247,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
247
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
248
248
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
249
249
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
250
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
250
251
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
251
252
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
252
253
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -287,6 +288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
287
288
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
288
289
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
289
290
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
291
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
290
292
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
291
293
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
292
294
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -414,7 +416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
414
416
|
default: "none";
|
|
415
417
|
validator(value: import('../..').ButtonElevation): boolean;
|
|
416
418
|
};
|
|
417
|
-
|
|
419
|
+
touchableDeprecated: {
|
|
418
420
|
type: BooleanConstructor;
|
|
419
421
|
default: boolean;
|
|
420
422
|
};
|
|
@@ -617,6 +619,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
617
619
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
618
620
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
619
621
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
622
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
620
623
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
621
624
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
622
625
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -657,6 +660,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
657
660
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
658
661
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
659
662
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
663
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
660
664
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
661
665
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
662
666
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -800,7 +804,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
800
804
|
default: "none";
|
|
801
805
|
validator(value: import('../..').ButtonElevation): boolean;
|
|
802
806
|
};
|
|
803
|
-
|
|
807
|
+
touchableDeprecated: {
|
|
804
808
|
type: BooleanConstructor;
|
|
805
809
|
default: boolean;
|
|
806
810
|
};
|
|
@@ -812,7 +816,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
812
816
|
}>> & Readonly<{}>, {
|
|
813
817
|
size: string;
|
|
814
818
|
type: string;
|
|
815
|
-
|
|
819
|
+
touchableDeprecated: boolean;
|
|
816
820
|
color: string;
|
|
817
821
|
elevation: string;
|
|
818
822
|
radius: string;
|
|
@@ -842,7 +846,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
842
846
|
type: BooleanConstructor;
|
|
843
847
|
default: boolean;
|
|
844
848
|
};
|
|
845
|
-
|
|
849
|
+
touchableDeprecated: {
|
|
846
850
|
type: BooleanConstructor;
|
|
847
851
|
default: boolean;
|
|
848
852
|
};
|
|
@@ -876,7 +880,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
876
880
|
type: BooleanConstructor;
|
|
877
881
|
default: boolean;
|
|
878
882
|
};
|
|
879
|
-
|
|
883
|
+
touchableDeprecated: {
|
|
880
884
|
type: BooleanConstructor;
|
|
881
885
|
default: boolean;
|
|
882
886
|
};
|
|
@@ -889,7 +893,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
889
893
|
size: string;
|
|
890
894
|
flippedVertical: boolean;
|
|
891
895
|
flippedHorizontal: boolean;
|
|
892
|
-
|
|
896
|
+
touchableDeprecated: boolean;
|
|
893
897
|
spinning: boolean;
|
|
894
898
|
}, {}, {
|
|
895
899
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
@@ -278,6 +278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
278
|
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
279
279
|
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
280
280
|
readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
281
|
+
readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
281
282
|
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
282
283
|
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
283
284
|
readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -318,6 +319,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
319
|
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
319
320
|
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
320
321
|
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
322
|
+
readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
321
323
|
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
322
324
|
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
323
325
|
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -544,7 +546,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
544
546
|
type: BooleanConstructor;
|
|
545
547
|
default: boolean;
|
|
546
548
|
};
|
|
547
|
-
|
|
549
|
+
touchableDeprecated: {
|
|
548
550
|
type: BooleanConstructor;
|
|
549
551
|
default: boolean;
|
|
550
552
|
};
|
|
@@ -578,7 +580,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
578
580
|
type: BooleanConstructor;
|
|
579
581
|
default: boolean;
|
|
580
582
|
};
|
|
581
|
-
|
|
583
|
+
touchableDeprecated: {
|
|
582
584
|
type: BooleanConstructor;
|
|
583
585
|
default: boolean;
|
|
584
586
|
};
|
|
@@ -591,7 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
591
593
|
size: string;
|
|
592
594
|
flippedVertical: boolean;
|
|
593
595
|
flippedHorizontal: boolean;
|
|
594
|
-
|
|
596
|
+
touchableDeprecated: boolean;
|
|
595
597
|
spinning: boolean;
|
|
596
598
|
}, {}, {
|
|
597
599
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|