@bethinkpl/design-system 41.1.4 → 42.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 (51) hide show
  1. package/dist/design-system.css +1 -1
  2. package/dist/design-system.js +8208 -8264
  3. package/dist/design-system.js.map +1 -1
  4. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +3 -0
  5. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +3 -0
  6. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +3 -0
  7. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +3 -0
  8. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +3 -0
  9. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +6 -0
  10. package/dist/lib/js/components/Drawer/Drawer.vue.d.ts +13 -1
  11. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +5 -0
  12. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +63 -1394
  13. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +9 -0
  14. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +3 -0
  15. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +6 -0
  16. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +6 -0
  17. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +3 -0
  18. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +6 -0
  19. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +6 -0
  20. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +6 -0
  21. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +3 -0
  22. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +3 -0
  23. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +3 -0
  24. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +3 -0
  25. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +3 -0
  26. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +3 -0
  27. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +979 -154
  28. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +970 -145
  29. package/dist/lib/js/components/Switch/Switch.vue.d.ts +3 -0
  30. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +3 -0
  31. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +3 -0
  32. package/dist/lib/js/icons/fontawesome.d.ts +3 -0
  33. package/dist/lib/js/index.d.ts +0 -1
  34. package/lib/js/components/Drawer/Drawer.consts.ts +9 -0
  35. package/lib/js/components/Drawer/Drawer.spec.ts +36 -0
  36. package/lib/js/components/Drawer/Drawer.stories.ts +7 -2
  37. package/lib/js/components/Drawer/Drawer.vue +35 -2
  38. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.ts +8 -0
  39. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.spec.ts +40 -1
  40. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.stories.ts +22 -8
  41. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +129 -146
  42. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +7 -12
  43. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +7 -12
  44. package/lib/js/icons/fontawesome.ts +6 -0
  45. package/lib/js/index.ts +0 -1
  46. package/package.json +1 -1
  47. package/dist/lib/js/components/Modal/Modal.vue.d.ts +0 -394
  48. package/dist/lib/js/components/Modal/index.d.ts +0 -3
  49. package/lib/js/components/Modal/Modal.spec.ts +0 -58
  50. package/lib/js/components/Modal/Modal.vue +0 -137
  51. package/lib/js/components/Modal/index.ts +0 -3
@@ -85,6 +85,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
85
  readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
86
86
  readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
87
87
  readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
88
+ readonly FA_BELL_SLASH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
89
+ readonly FA_BELL_ON_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
88
90
  readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
89
91
  readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
90
92
  readonly FA_BOLT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -152,6 +154,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
152
154
  readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
153
155
  readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
154
156
  readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
157
+ readonly FA_COMMENTS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
155
158
  readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
156
159
  readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
157
160
  readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -347,11 +350,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
347
350
  readonly MAGIC: "magic";
348
351
  readonly ACCENT: "accent";
349
352
  }>;
350
- BUTTON_TYPES: Readonly<{
351
- readonly FILLED: "filled";
352
- readonly OUTLINED: "outlined";
353
- readonly TEXT: "text";
354
- }>;
355
353
  SURVEY_TOGGLE_COLORS: Readonly<{
356
354
  readonly PRIMARY: "primary";
357
355
  readonly NEUTRAL: "neutral";
@@ -652,7 +650,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
652
650
  radius: {
653
651
  type: StringConstructor;
654
652
  default: "capsule";
655
- validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
653
+ validator(value: import('../../..').ButtonRadius): boolean;
656
654
  };
657
655
  type: {
658
656
  type: StringConstructor;
@@ -677,7 +675,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
677
675
  elevation: {
678
676
  type: StringConstructor;
679
677
  default: "none";
680
- validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
678
+ validator(value: import('../../..').ButtonElevation): boolean;
681
679
  };
682
680
  touchableDeprecated: {
683
681
  type: BooleanConstructor;
@@ -689,7 +687,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
689
687
  validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
690
688
  };
691
689
  }>, {
692
- ICON_BUTTON_STATE_MAP: Record<import('../../Buttons/IconButton').IconButtonState, import('../../Buttons/Button').ButtonState>;
690
+ ICON_BUTTON_STATE_MAP: Record<import('../../Buttons/IconButton').IconButtonState, import('../../..').ButtonState>;
693
691
  isHovered: import('vue').Ref<boolean>;
694
692
  mouseOver: () => void;
695
693
  mouseLeave: () => void;
@@ -739,6 +737,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
739
737
  readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
740
738
  readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
741
739
  readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
740
+ readonly FA_BELL_SLASH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
741
+ readonly FA_BELL_ON_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
742
742
  readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
743
743
  readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
744
744
  readonly FA_BOLT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -806,6 +806,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
806
806
  readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
807
807
  readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
808
808
  readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
809
+ readonly FA_COMMENTS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
809
810
  readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
810
811
  readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
811
812
  readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1047,7 +1048,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1047
1048
  radius: {
1048
1049
  type: StringConstructor;
1049
1050
  default: "capsule";
1050
- validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
1051
+ validator(value: import('../../..').ButtonRadius): boolean;
1051
1052
  };
1052
1053
  type: {
1053
1054
  type: StringConstructor;
@@ -1072,7 +1073,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1072
1073
  elevation: {
1073
1074
  type: StringConstructor;
1074
1075
  default: "none";
1075
- validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1076
+ validator(value: import('../../..').ButtonElevation): boolean;
1076
1077
  };
1077
1078
  touchableDeprecated: {
1078
1079
  type: BooleanConstructor;
@@ -1432,16 +1433,120 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1432
1433
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1433
1434
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1434
1435
  DsModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1435
- showHeader: {
1436
+ size: {
1437
+ type: StringConstructor;
1438
+ default: "medium";
1439
+ validator: (value: import('../../Modals/Modal').ModalSize) => boolean;
1440
+ };
1441
+ danger: {
1436
1442
  type: BooleanConstructor;
1437
1443
  default: boolean;
1438
1444
  };
1439
- animateScrollingContent: {
1445
+ headerTitleSize: {
1446
+ type: StringConstructor;
1447
+ default: "medium";
1448
+ validator: (value: import('../../Modals/Modal').ModalHeaderTitleSize) => boolean;
1449
+ };
1450
+ headerTitle: {
1451
+ type: StringConstructor;
1452
+ default: null;
1453
+ };
1454
+ headerSubtitle: {
1455
+ type: StringConstructor;
1456
+ default: null;
1457
+ };
1458
+ headerFeatureIcon: {
1459
+ type: ObjectConstructor;
1460
+ default: null;
1461
+ validator(icon: unknown): boolean;
1462
+ };
1463
+ headerFeatureIconColor: {
1464
+ type: StringConstructor;
1465
+ default: "neutral";
1466
+ validator(color: import('../../..').FeatureIconColor): boolean;
1467
+ };
1468
+ contentCentered: {
1440
1469
  type: BooleanConstructor;
1441
1470
  default: boolean;
1442
1471
  };
1443
- }>, {}, {
1444
- ICONS: Readonly<{
1472
+ headerImage: {
1473
+ type: StringConstructor;
1474
+ default: null;
1475
+ };
1476
+ footerPrimaryButtonText: {
1477
+ type: StringConstructor;
1478
+ default: null;
1479
+ };
1480
+ footerPrimaryButtonIcon: {
1481
+ type: ObjectConstructor;
1482
+ default: null;
1483
+ validator(icon: unknown): boolean;
1484
+ };
1485
+ footerPrimaryButtonState: {
1486
+ type: StringConstructor;
1487
+ default: "default";
1488
+ validator(state: import('../../..').ButtonState): boolean;
1489
+ };
1490
+ footerSecondaryButtonText: {
1491
+ type: StringConstructor;
1492
+ default: null;
1493
+ };
1494
+ footerSecondaryButtonIcon: {
1495
+ type: ObjectConstructor;
1496
+ default: null;
1497
+ validator(icon: unknown): boolean;
1498
+ };
1499
+ footerSecondaryButtonState: {
1500
+ type: StringConstructor;
1501
+ default: "default";
1502
+ validator(state: import('../../..').ButtonState): boolean;
1503
+ };
1504
+ footerTertiaryButtonText: {
1505
+ type: StringConstructor;
1506
+ default: null;
1507
+ };
1508
+ footerTertiaryButtonIcon: {
1509
+ type: ObjectConstructor;
1510
+ default: null;
1511
+ validator(icon: unknown): boolean;
1512
+ };
1513
+ footerTertiaryButtonState: {
1514
+ type: StringConstructor;
1515
+ default: "default";
1516
+ validator(state: import('../../..').ButtonState): boolean;
1517
+ };
1518
+ footerCheckboxText: {
1519
+ type: StringConstructor;
1520
+ default: null;
1521
+ };
1522
+ isFooterSticky: {
1523
+ type: BooleanConstructor;
1524
+ default: boolean;
1525
+ };
1526
+ isFullHeight: {
1527
+ type: BooleanConstructor;
1528
+ default: boolean;
1529
+ };
1530
+ }>, {
1531
+ BUTTON_COLORS: {
1532
+ readonly PRIMARY: "primary";
1533
+ readonly NEUTRAL: "neutral";
1534
+ readonly DANGER: "danger";
1535
+ readonly SUCCESS: "success";
1536
+ readonly INVERTED: "inverted";
1537
+ readonly MAGIC: "magic";
1538
+ };
1539
+ BUTTON_ELEVATIONS: {
1540
+ readonly NONE: "none";
1541
+ readonly X_SMALL: "x-small";
1542
+ readonly SMALL: "small";
1543
+ };
1544
+ BUTTON_TYPES: {
1545
+ readonly FILLED: "filled";
1546
+ readonly OUTLINED: "outlined";
1547
+ readonly TEXT: "text";
1548
+ };
1549
+ ICONS: {
1445
1550
  readonly ANSWERS: VueConstructor<Vue>;
1446
1551
  readonly CHANGE: VueConstructor<Vue>;
1447
1552
  readonly COMMENT_LOCK: VueConstructor<Vue>;
@@ -1484,6 +1589,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1484
1589
  readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1485
1590
  readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1486
1591
  readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1592
+ readonly FA_BELL_SLASH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1593
+ readonly FA_BELL_ON_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1487
1594
  readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
1488
1595
  readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
1489
1596
  readonly FA_BOLT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1551,6 +1658,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1551
1658
  readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
1552
1659
  readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1553
1660
  readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
1661
+ readonly FA_COMMENTS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1554
1662
  readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1555
1663
  readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1556
1664
  readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1722,8 +1830,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1722
1830
  readonly FAD_SQUARE_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
1723
1831
  readonly FAD_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1724
1832
  readonly FAD_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
1725
- }>;
1726
- ICON_SIZES: Readonly<{
1833
+ };
1834
+ ICON_BUTTON_COLORS: {
1835
+ readonly PRIMARY: "primary";
1836
+ readonly NEUTRAL: "neutral";
1837
+ readonly NEUTRAL_WEAK: "neutral-weak";
1838
+ readonly FAIL: "fail";
1839
+ readonly DANGER: "danger";
1840
+ readonly SUCCESS: "success";
1841
+ readonly INVERTED: "inverted";
1842
+ readonly WARNING: "warning";
1843
+ readonly INFO: "info";
1844
+ readonly MAGIC: "magic";
1845
+ readonly ACCENT: "accent";
1846
+ };
1847
+ ICON_SIZES: {
1727
1848
  XXX_SMALL: string;
1728
1849
  XX_SMALL: string;
1729
1850
  X_SMALL: string;
@@ -1732,100 +1853,244 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1732
1853
  LARGE: string;
1733
1854
  X_LARGE: string;
1734
1855
  XX_LARGE: string;
1735
- }>;
1736
- }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close-modal"[], "close-modal", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1737
- showHeader: {
1856
+ };
1857
+ MODAL_SIZES: {
1858
+ readonly SMALL: "small";
1859
+ readonly MEDIUM: "medium";
1860
+ };
1861
+ MODAL_HEADER_TITLE_SIZES: {
1862
+ readonly SMALL: "small";
1863
+ readonly MEDIUM: "medium";
1864
+ };
1865
+ FEATURE_ICON_SIZES: {
1866
+ readonly X_SMALL: "xSmall";
1867
+ readonly SMALL: "small";
1868
+ readonly MEDIUM: "medium";
1869
+ readonly LARGE: "large";
1870
+ readonly X_LARGE: "xLarge";
1871
+ };
1872
+ }, {}, {
1873
+ calcHeaderFeatureIconColor(): any;
1874
+ calcFooterPrimaryButtonColor(): "neutral" | "primary";
1875
+ calcFooterSecondaryButtonColor(): "danger" | "neutral";
1876
+ calcSingleColumn(): boolean;
1877
+ displayFooter(): any;
1878
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1879
+ 'tertiary-button-click': () => true;
1880
+ 'checkbox-change': (checked: boolean) => true;
1881
+ 'close-modal': () => true;
1882
+ 'secondary-button-click': () => true;
1883
+ 'primary-button-click': () => true;
1884
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1885
+ size: {
1886
+ type: StringConstructor;
1887
+ default: "medium";
1888
+ validator: (value: import('../../Modals/Modal').ModalSize) => boolean;
1889
+ };
1890
+ danger: {
1738
1891
  type: BooleanConstructor;
1739
1892
  default: boolean;
1740
1893
  };
1741
- animateScrollingContent: {
1894
+ headerTitleSize: {
1895
+ type: StringConstructor;
1896
+ default: "medium";
1897
+ validator: (value: import('../../Modals/Modal').ModalHeaderTitleSize) => boolean;
1898
+ };
1899
+ headerTitle: {
1900
+ type: StringConstructor;
1901
+ default: null;
1902
+ };
1903
+ headerSubtitle: {
1904
+ type: StringConstructor;
1905
+ default: null;
1906
+ };
1907
+ headerFeatureIcon: {
1908
+ type: ObjectConstructor;
1909
+ default: null;
1910
+ validator(icon: unknown): boolean;
1911
+ };
1912
+ headerFeatureIconColor: {
1913
+ type: StringConstructor;
1914
+ default: "neutral";
1915
+ validator(color: import('../../..').FeatureIconColor): boolean;
1916
+ };
1917
+ contentCentered: {
1918
+ type: BooleanConstructor;
1919
+ default: boolean;
1920
+ };
1921
+ headerImage: {
1922
+ type: StringConstructor;
1923
+ default: null;
1924
+ };
1925
+ footerPrimaryButtonText: {
1926
+ type: StringConstructor;
1927
+ default: null;
1928
+ };
1929
+ footerPrimaryButtonIcon: {
1930
+ type: ObjectConstructor;
1931
+ default: null;
1932
+ validator(icon: unknown): boolean;
1933
+ };
1934
+ footerPrimaryButtonState: {
1935
+ type: StringConstructor;
1936
+ default: "default";
1937
+ validator(state: import('../../..').ButtonState): boolean;
1938
+ };
1939
+ footerSecondaryButtonText: {
1940
+ type: StringConstructor;
1941
+ default: null;
1942
+ };
1943
+ footerSecondaryButtonIcon: {
1944
+ type: ObjectConstructor;
1945
+ default: null;
1946
+ validator(icon: unknown): boolean;
1947
+ };
1948
+ footerSecondaryButtonState: {
1949
+ type: StringConstructor;
1950
+ default: "default";
1951
+ validator(state: import('../../..').ButtonState): boolean;
1952
+ };
1953
+ footerTertiaryButtonText: {
1954
+ type: StringConstructor;
1955
+ default: null;
1956
+ };
1957
+ footerTertiaryButtonIcon: {
1958
+ type: ObjectConstructor;
1959
+ default: null;
1960
+ validator(icon: unknown): boolean;
1961
+ };
1962
+ footerTertiaryButtonState: {
1963
+ type: StringConstructor;
1964
+ default: "default";
1965
+ validator(state: import('../../..').ButtonState): boolean;
1966
+ };
1967
+ footerCheckboxText: {
1968
+ type: StringConstructor;
1969
+ default: null;
1970
+ };
1971
+ isFooterSticky: {
1972
+ type: BooleanConstructor;
1973
+ default: boolean;
1974
+ };
1975
+ isFullHeight: {
1742
1976
  type: BooleanConstructor;
1743
1977
  default: boolean;
1744
1978
  };
1745
1979
  }>> & Readonly<{
1746
- "onClose-modal"?: ((...args: any[]) => any) | undefined;
1980
+ "onTertiary-button-click"?: (() => any) | undefined;
1981
+ "onCheckbox-change"?: ((checked: boolean) => any) | undefined;
1982
+ "onClose-modal"?: (() => any) | undefined;
1983
+ "onSecondary-button-click"?: (() => any) | undefined;
1984
+ "onPrimary-button-click"?: (() => any) | undefined;
1747
1985
  }>, {
1748
- showHeader: boolean;
1749
- animateScrollingContent: boolean;
1986
+ danger: boolean;
1987
+ size: string;
1988
+ headerTitleSize: string;
1989
+ headerTitle: string;
1990
+ headerSubtitle: string;
1991
+ headerFeatureIcon: Record<string, any>;
1992
+ headerFeatureIconColor: string;
1993
+ contentCentered: boolean;
1994
+ headerImage: string;
1995
+ footerPrimaryButtonText: string;
1996
+ footerPrimaryButtonIcon: Record<string, any>;
1997
+ footerPrimaryButtonState: string;
1998
+ footerSecondaryButtonText: string;
1999
+ footerSecondaryButtonIcon: Record<string, any>;
2000
+ footerSecondaryButtonState: string;
2001
+ footerTertiaryButtonText: string;
2002
+ footerTertiaryButtonIcon: Record<string, any>;
2003
+ footerTertiaryButtonState: string;
2004
+ footerCheckboxText: string;
2005
+ isFooterSticky: boolean;
2006
+ isFullHeight: boolean;
1750
2007
  }, {}, {
1751
- WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1752
- icon: {
1753
- type: ObjectConstructor;
1754
- required: true;
1755
- validator(icon: unknown): boolean;
1756
- };
2008
+ FeatureIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2009
+ icon: import('../../Icons/Icon').IconItem;
1757
2010
  size: {
1758
- type: StringConstructor;
1759
- default: string;
1760
- validator: (value: string) => boolean;
1761
- };
1762
- rotation: {
1763
- type: (NumberConstructor | null)[];
1764
- default: null;
1765
- };
1766
- flippedVertical: {
1767
- type: BooleanConstructor;
1768
- default: boolean;
1769
- };
1770
- flippedHorizontal: {
1771
- type: BooleanConstructor;
1772
- default: boolean;
1773
- };
1774
- touchableDeprecated: {
1775
- type: BooleanConstructor;
1776
- default: boolean;
2011
+ type: import('vue').PropType<import('../../..').FeatureIconSize>;
1777
2012
  };
1778
- spinning: {
1779
- type: BooleanConstructor;
1780
- default: boolean;
1781
- };
1782
- }>, {}, {}, {
1783
- sizeClassName(): string;
1784
- isFontawesomeIcon(): boolean;
1785
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1786
- icon: {
1787
- type: ObjectConstructor;
2013
+ color: {
2014
+ type: import('vue').PropType<import('../../..').FeatureIconColor>;
1788
2015
  required: true;
1789
- validator(icon: unknown): boolean;
1790
2016
  };
1791
- size: {
1792
- type: StringConstructor;
1793
- default: string;
1794
- validator: (value: string) => boolean;
1795
- };
1796
- rotation: {
1797
- type: (NumberConstructor | null)[];
1798
- default: null;
1799
- };
1800
- flippedVertical: {
1801
- type: BooleanConstructor;
1802
- default: boolean;
2017
+ doubleBackground: {
2018
+ type: import('vue').PropType<boolean>;
1803
2019
  };
1804
- flippedHorizontal: {
1805
- type: BooleanConstructor;
1806
- default: boolean;
2020
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2021
+ icon: import('../../Icons/Icon').IconItem;
2022
+ size: {
2023
+ type: import('vue').PropType<import('../../..').FeatureIconSize>;
1807
2024
  };
1808
- touchableDeprecated: {
1809
- type: BooleanConstructor;
1810
- default: boolean;
2025
+ color: {
2026
+ type: import('vue').PropType<import('../../..').FeatureIconColor>;
2027
+ required: true;
1811
2028
  };
1812
- spinning: {
1813
- type: BooleanConstructor;
1814
- default: boolean;
2029
+ doubleBackground: {
2030
+ type: import('vue').PropType<boolean>;
1815
2031
  };
1816
- }>> & Readonly<{}>, {
1817
- rotation: number | null;
1818
- size: string;
1819
- flippedVertical: boolean;
1820
- flippedHorizontal: boolean;
1821
- touchableDeprecated: boolean;
1822
- spinning: boolean;
1823
- }, {}, {
1824
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1825
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1826
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1827
- DsButton: {
1828
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2032
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2033
+ WnlButton: {
2034
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2035
+ size: {
2036
+ type: import('vue').PropType<string>;
2037
+ };
2038
+ type: {
2039
+ type: import('vue').PropType<string>;
2040
+ };
2041
+ color: {
2042
+ type: import('vue').PropType<string | null>;
2043
+ };
2044
+ radius: {
2045
+ type: import('vue').PropType<string>;
2046
+ };
2047
+ state: {
2048
+ type: import('vue').PropType<string>;
2049
+ };
2050
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2051
+ iconRight: import('../../Icons/Icon').IconItem | null;
2052
+ elevation: {
2053
+ type: import('vue').PropType<string>;
2054
+ };
2055
+ as: {
2056
+ type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2057
+ };
2058
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2059
+ P: {};
2060
+ B: {};
2061
+ D: {};
2062
+ C: {};
2063
+ M: {};
2064
+ Defaults: {};
2065
+ }, Readonly<import('vue').ExtractPropTypes<{
2066
+ size: {
2067
+ type: import('vue').PropType<string>;
2068
+ };
2069
+ type: {
2070
+ type: import('vue').PropType<string>;
2071
+ };
2072
+ color: {
2073
+ type: import('vue').PropType<string | null>;
2074
+ };
2075
+ radius: {
2076
+ type: import('vue').PropType<string>;
2077
+ };
2078
+ state: {
2079
+ type: import('vue').PropType<string>;
2080
+ };
2081
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2082
+ iconRight: import('../../Icons/Icon').IconItem | null;
2083
+ elevation: {
2084
+ type: import('vue').PropType<string>;
2085
+ };
2086
+ as: {
2087
+ type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2088
+ };
2089
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
2090
+ __isFragment?: never;
2091
+ __isTeleport?: never;
2092
+ __isSuspense?: never;
2093
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1829
2094
  size: {
1830
2095
  type: import('vue').PropType<string>;
1831
2096
  };
@@ -1849,69 +2114,629 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1849
2114
  as: {
1850
2115
  type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
1851
2116
  };
1852
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1853
- P: {};
1854
- B: {};
1855
- D: {};
1856
- C: {};
1857
- M: {};
1858
- Defaults: {};
1859
- }, Readonly<import('vue').ExtractPropTypes<{
2117
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2118
+ $slots: {
2119
+ default?(_: {}): any;
2120
+ };
2121
+ });
2122
+ WnlIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1860
2123
  size: {
1861
- type: import('vue').PropType<string>;
2124
+ type: StringConstructor;
2125
+ default: "large";
2126
+ validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
2127
+ };
2128
+ radius: {
2129
+ type: StringConstructor;
2130
+ default: "capsule";
2131
+ validator(value: import('../../..').ButtonRadius): boolean;
1862
2132
  };
1863
2133
  type: {
1864
- type: import('vue').PropType<string>;
2134
+ type: StringConstructor;
2135
+ default: "icon-only";
2136
+ validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
2137
+ };
2138
+ icon: {
2139
+ type: ObjectConstructor;
2140
+ required: true;
2141
+ validator(icon: unknown): boolean;
1865
2142
  };
1866
2143
  color: {
1867
- type: import('vue').PropType<string | null>;
2144
+ type: StringConstructor;
2145
+ default: "primary";
2146
+ validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
1868
2147
  };
1869
- radius: {
1870
- type: import('vue').PropType<string>;
2148
+ colorScheme: {
2149
+ type: StringConstructor;
2150
+ default: "all-in-color";
2151
+ validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
2152
+ };
2153
+ elevation: {
2154
+ type: StringConstructor;
2155
+ default: "none";
2156
+ validator(value: import('../../..').ButtonElevation): boolean;
2157
+ };
2158
+ touchableDeprecated: {
2159
+ type: BooleanConstructor;
2160
+ default: boolean;
1871
2161
  };
1872
2162
  state: {
1873
- type: import('vue').PropType<string>;
2163
+ type: StringConstructor;
2164
+ default: "default";
2165
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
2166
+ };
2167
+ }>, {
2168
+ ICON_BUTTON_STATE_MAP: Record<import('../../Buttons/IconButton').IconButtonState, import('../../..').ButtonState>;
2169
+ isHovered: import('vue').Ref<boolean>;
2170
+ mouseOver: () => void;
2171
+ mouseLeave: () => void;
2172
+ touchStart: () => void;
2173
+ touchEnd: () => void;
2174
+ }, {
2175
+ ICONS: Readonly<{
2176
+ readonly ANSWERS: VueConstructor<Vue>;
2177
+ readonly CHANGE: VueConstructor<Vue>;
2178
+ readonly COMMENT_LOCK: VueConstructor<Vue>;
2179
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
2180
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
2181
+ readonly HIDE_ANSWERS: VueConstructor<Vue>;
2182
+ readonly RIBBON: VueConstructor<Vue>;
2183
+ readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
2184
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
2185
+ readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
2186
+ readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
2187
+ readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
2188
+ readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2189
+ readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2190
+ readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2191
+ readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2192
+ readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2193
+ readonly FA_ARROW_DOWN_BIG_SMALL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2194
+ readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2195
+ readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2196
+ readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2197
+ readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2198
+ readonly FA_ARROW_LEFT_TO_DOTTED_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2199
+ readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2200
+ readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
2201
+ readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2202
+ readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2203
+ readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2204
+ readonly FA_ARROW_UP_BIG_SMALL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2205
+ readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2206
+ readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2207
+ readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2208
+ readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2209
+ readonly FA_ARROW_LEFT_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2210
+ readonly FA_ARROWS_FROM_DOTTED_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2211
+ readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2212
+ readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2213
+ readonly FA_ARROWS_TO_DOTTED_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2214
+ readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2215
+ readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2216
+ readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2217
+ readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2218
+ readonly FA_BELL_SLASH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2219
+ readonly FA_BELL_ON_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2220
+ readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2221
+ readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2222
+ readonly FA_BOLT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2223
+ readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2224
+ readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2225
+ readonly FA_BOOK_OPEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2226
+ readonly FA_BOOK_SKULL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2227
+ readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2228
+ readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2229
+ readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2230
+ readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2231
+ readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2232
+ readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2233
+ readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
2234
+ readonly FA_BULLSEYE_ARROW: import('@fortawesome/fontawesome-common-types').IconDefinition;
2235
+ readonly FA_BULLSEYE_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2236
+ readonly FA_BRAIN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2237
+ readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2238
+ readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2239
+ readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2240
+ readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2241
+ readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2242
+ readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2243
+ readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2244
+ readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2245
+ readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2246
+ readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2247
+ readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2248
+ readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2249
+ readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
2250
+ readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2251
+ readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2252
+ readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2253
+ readonly FA_CHECK_TO_SLOT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2254
+ readonly FA_CHECK_TO_SLOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2255
+ readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2256
+ readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2257
+ readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2258
+ readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2259
+ readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2260
+ readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2261
+ readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2262
+ readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2263
+ readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2264
+ readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2265
+ readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2266
+ readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2267
+ readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2268
+ readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2269
+ readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2270
+ readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2271
+ readonly FA_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2272
+ readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2273
+ readonly FA_CIRCLE_XMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2274
+ readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2275
+ readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2276
+ readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2277
+ readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2278
+ readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2279
+ readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2280
+ readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2281
+ readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2282
+ readonly FA_COMMENT_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2283
+ readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2284
+ readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2285
+ readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2286
+ readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2287
+ readonly FA_COMMENTS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2288
+ readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2289
+ readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2290
+ readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2291
+ readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2292
+ readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2293
+ readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2294
+ readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2295
+ readonly FA_DOT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2296
+ readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2297
+ readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2298
+ readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2299
+ readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2300
+ readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2301
+ readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2302
+ readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2303
+ readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2304
+ readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2305
+ readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2306
+ readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2307
+ readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2308
+ readonly FA_FACEBOOK_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2309
+ readonly FA_FILE_ARROW_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2310
+ readonly FA_FILE_EXPORT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2311
+ readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2312
+ readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2313
+ readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2314
+ readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2315
+ readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2316
+ readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2317
+ readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2318
+ readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2319
+ readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2320
+ readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2321
+ readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2322
+ readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2323
+ readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2324
+ readonly FA_FORWARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2325
+ readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2326
+ readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2327
+ readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2328
+ readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2329
+ readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2330
+ readonly FA_GIFT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2331
+ readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2332
+ readonly FA_GLOBE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2333
+ readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2334
+ readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2335
+ readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2336
+ readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2337
+ readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2338
+ readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2339
+ readonly FA_HEAD_SIDE_BRAIN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2340
+ readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2341
+ readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2342
+ readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
2343
+ readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
2344
+ readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2345
+ readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2346
+ readonly FA_IMAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2347
+ readonly FA_IMAGE_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2348
+ readonly FA_IMAGE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2349
+ readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2350
+ readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2351
+ readonly FA_INBOX_IN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2352
+ readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2353
+ readonly FA_INSTAGRAM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2354
+ readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2355
+ readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2356
+ readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2357
+ readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
2358
+ readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2359
+ readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2360
+ readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2361
+ readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2362
+ readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2363
+ readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2364
+ readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2365
+ readonly FA_MAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2366
+ readonly FA_MARKER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2367
+ readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2368
+ readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2369
+ readonly FA_MEMO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2370
+ readonly FA_MEMO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2371
+ readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2372
+ readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
2373
+ readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2374
+ readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2375
+ readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2376
+ readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2377
+ readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2378
+ readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2379
+ readonly FA_MOBILE_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2380
+ readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
2381
+ readonly FA_MOON_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2382
+ readonly FA_MOON_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2383
+ readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
2384
+ readonly FA_NOTES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2385
+ readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2386
+ readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2387
+ readonly FA_PARTY_HORN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2388
+ readonly FA_PASTE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2389
+ readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2390
+ readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2391
+ readonly FA_PEN_TO_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2392
+ readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2393
+ readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2394
+ readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2395
+ readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2396
+ readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2397
+ readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2398
+ readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2399
+ readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2400
+ readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2401
+ readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2402
+ readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2403
+ readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
2404
+ readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2405
+ readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2406
+ readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2407
+ readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
2408
+ readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2409
+ readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
2410
+ readonly FA_SIGN_POST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2411
+ readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2412
+ readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2413
+ readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2414
+ readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2415
+ readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2416
+ readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2417
+ readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2418
+ readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2419
+ readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
2420
+ readonly FA_SQUARE_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2421
+ readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2422
+ readonly FA_SQUARE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2423
+ readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2424
+ readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2425
+ readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2426
+ readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2427
+ readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
2428
+ readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2429
+ readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2430
+ readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
2431
+ readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2432
+ readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
2433
+ readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2434
+ readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2435
+ readonly FA_TIKTOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2436
+ readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
2437
+ readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
2438
+ readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2439
+ readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
2440
+ readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2441
+ readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2442
+ readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2443
+ readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2444
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
2445
+ readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
2446
+ readonly FA_USERS_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
2447
+ readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2448
+ readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2449
+ readonly FA_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2450
+ readonly FA_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
2451
+ readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
2452
+ readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2453
+ readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2454
+ readonly FA_YOUTUBE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2455
+ readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
2456
+ readonly FAD_SQUARE_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
2457
+ readonly FAD_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
2458
+ readonly FAD_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
2459
+ }>;
2460
+ ICON_SIZES: Readonly<{
2461
+ XXX_SMALL: string;
2462
+ XX_SMALL: string;
2463
+ X_SMALL: string;
2464
+ SMALL: string;
2465
+ MEDIUM: string;
2466
+ LARGE: string;
2467
+ X_LARGE: string;
2468
+ XX_LARGE: string;
2469
+ }>;
2470
+ ICON_BUTTON_SIZES: Readonly<{
2471
+ readonly XX_SMALL: "xx-small";
2472
+ readonly X_SMALL: "x-small";
2473
+ readonly SMALL: "small";
2474
+ readonly MEDIUM: "medium";
2475
+ readonly LARGE: "large";
2476
+ }>;
2477
+ ICON_BUTTON_COLOR_SCHEMES: Readonly<{
2478
+ readonly ALL_IN_COLOR: "all-in-color";
2479
+ readonly NEUTRAL_LABEL: "neutral-label";
2480
+ }>;
2481
+ ICON_BUTTON_TYPES: Readonly<{
2482
+ readonly ICON_ONLY: "icon-only";
2483
+ readonly OUTLINED: "outlined";
2484
+ readonly FILLED: "filled";
2485
+ }>;
2486
+ ICON_BUTTON_STATES: Readonly<{
2487
+ readonly DEFAULT: "default";
2488
+ readonly HOVERED: "hovered";
2489
+ readonly FOCUSED: "focused";
2490
+ readonly DISABLED: "disabled";
2491
+ readonly LOADING: "loading";
2492
+ }>;
2493
+ ICON_BUTTON_COLORS: Readonly<{
2494
+ readonly PRIMARY: "primary";
2495
+ readonly NEUTRAL: "neutral";
2496
+ readonly NEUTRAL_WEAK: "neutral-weak";
2497
+ readonly FAIL: "fail";
2498
+ readonly DANGER: "danger";
2499
+ readonly SUCCESS: "success";
2500
+ readonly INVERTED: "inverted";
2501
+ readonly WARNING: "warning";
2502
+ readonly INFO: "info";
2503
+ readonly MAGIC: "magic";
2504
+ readonly ACCENT: "accent";
2505
+ }>;
2506
+ BUTTON_COLORS: Readonly<{
2507
+ readonly PRIMARY: "primary";
2508
+ readonly NEUTRAL: "neutral";
2509
+ readonly DANGER: "danger";
2510
+ readonly SUCCESS: "success";
2511
+ readonly INVERTED: "inverted";
2512
+ readonly MAGIC: "magic";
2513
+ }>;
2514
+ }, {
2515
+ iconSize(): string;
2516
+ buttonType(): string;
2517
+ computedColor(): string | undefined;
2518
+ isButtonColor(): boolean;
2519
+ colorClassName(): string;
2520
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2521
+ size: {
2522
+ type: StringConstructor;
2523
+ default: "large";
2524
+ validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
2525
+ };
2526
+ radius: {
2527
+ type: StringConstructor;
2528
+ default: "capsule";
2529
+ validator(value: import('../../..').ButtonRadius): boolean;
2530
+ };
2531
+ type: {
2532
+ type: StringConstructor;
2533
+ default: "icon-only";
2534
+ validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
2535
+ };
2536
+ icon: {
2537
+ type: ObjectConstructor;
2538
+ required: true;
2539
+ validator(icon: unknown): boolean;
2540
+ };
2541
+ color: {
2542
+ type: StringConstructor;
2543
+ default: "primary";
2544
+ validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
2545
+ };
2546
+ colorScheme: {
2547
+ type: StringConstructor;
2548
+ default: "all-in-color";
2549
+ validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
1874
2550
  };
1875
- iconLeft: import('../../Icons/Icon').IconItem | null;
1876
- iconRight: import('../../Icons/Icon').IconItem | null;
1877
2551
  elevation: {
1878
- type: import('vue').PropType<string>;
2552
+ type: StringConstructor;
2553
+ default: "none";
2554
+ validator(value: import('../../..').ButtonElevation): boolean;
1879
2555
  };
1880
- as: {
1881
- type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2556
+ touchableDeprecated: {
2557
+ type: BooleanConstructor;
2558
+ default: boolean;
1882
2559
  };
1883
- }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
1884
- __isFragment?: never;
1885
- __isTeleport?: never;
1886
- __isSuspense?: never;
1887
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1888
- size: {
1889
- type: import('vue').PropType<string>;
1890
- };
1891
- type: {
1892
- type: import('vue').PropType<string>;
1893
- };
1894
- color: {
1895
- type: import('vue').PropType<string | null>;
1896
- };
1897
- radius: {
1898
- type: import('vue').PropType<string>;
1899
- };
1900
- state: {
1901
- type: import('vue').PropType<string>;
1902
- };
1903
- iconLeft: import('../../Icons/Icon').IconItem | null;
1904
- iconRight: import('../../Icons/Icon').IconItem | null;
1905
- elevation: {
1906
- type: import('vue').PropType<string>;
1907
- };
1908
- as: {
1909
- type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
1910
- };
1911
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1912
- $slots: {
1913
- default?(_: {}): any;
1914
- };
1915
- });
2560
+ state: {
2561
+ type: StringConstructor;
2562
+ default: "default";
2563
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
2564
+ };
2565
+ }>> & Readonly<{}>, {
2566
+ size: string;
2567
+ type: string;
2568
+ touchableDeprecated: boolean;
2569
+ color: string;
2570
+ radius: string;
2571
+ state: string;
2572
+ elevation: string;
2573
+ colorScheme: string;
2574
+ }, {}, {
2575
+ WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2576
+ icon: {
2577
+ type: ObjectConstructor;
2578
+ required: true;
2579
+ validator(icon: unknown): boolean;
2580
+ };
2581
+ size: {
2582
+ type: StringConstructor;
2583
+ default: string;
2584
+ validator: (value: string) => boolean;
2585
+ };
2586
+ rotation: {
2587
+ type: (NumberConstructor | null)[];
2588
+ default: null;
2589
+ };
2590
+ flippedVertical: {
2591
+ type: BooleanConstructor;
2592
+ default: boolean;
2593
+ };
2594
+ flippedHorizontal: {
2595
+ type: BooleanConstructor;
2596
+ default: boolean;
2597
+ };
2598
+ touchableDeprecated: {
2599
+ type: BooleanConstructor;
2600
+ default: boolean;
2601
+ };
2602
+ spinning: {
2603
+ type: BooleanConstructor;
2604
+ default: boolean;
2605
+ };
2606
+ }>, {}, {}, {
2607
+ sizeClassName(): string;
2608
+ isFontawesomeIcon(): boolean;
2609
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2610
+ icon: {
2611
+ type: ObjectConstructor;
2612
+ required: true;
2613
+ validator(icon: unknown): boolean;
2614
+ };
2615
+ size: {
2616
+ type: StringConstructor;
2617
+ default: string;
2618
+ validator: (value: string) => boolean;
2619
+ };
2620
+ rotation: {
2621
+ type: (NumberConstructor | null)[];
2622
+ default: null;
2623
+ };
2624
+ flippedVertical: {
2625
+ type: BooleanConstructor;
2626
+ default: boolean;
2627
+ };
2628
+ flippedHorizontal: {
2629
+ type: BooleanConstructor;
2630
+ default: boolean;
2631
+ };
2632
+ touchableDeprecated: {
2633
+ type: BooleanConstructor;
2634
+ default: boolean;
2635
+ };
2636
+ spinning: {
2637
+ type: BooleanConstructor;
2638
+ default: boolean;
2639
+ };
2640
+ }>> & Readonly<{}>, {
2641
+ rotation: number | null;
2642
+ size: string;
2643
+ flippedVertical: boolean;
2644
+ flippedHorizontal: boolean;
2645
+ touchableDeprecated: boolean;
2646
+ spinning: boolean;
2647
+ }, {}, {
2648
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
2649
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2650
+ WnlButton: {
2651
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2652
+ size: {
2653
+ type: import('vue').PropType<string>;
2654
+ };
2655
+ type: {
2656
+ type: import('vue').PropType<string>;
2657
+ };
2658
+ color: {
2659
+ type: import('vue').PropType<string | null>;
2660
+ };
2661
+ radius: {
2662
+ type: import('vue').PropType<string>;
2663
+ };
2664
+ state: {
2665
+ type: import('vue').PropType<string>;
2666
+ };
2667
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2668
+ iconRight: import('../../Icons/Icon').IconItem | null;
2669
+ elevation: {
2670
+ type: import('vue').PropType<string>;
2671
+ };
2672
+ as: {
2673
+ type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2674
+ };
2675
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2676
+ P: {};
2677
+ B: {};
2678
+ D: {};
2679
+ C: {};
2680
+ M: {};
2681
+ Defaults: {};
2682
+ }, Readonly<import('vue').ExtractPropTypes<{
2683
+ size: {
2684
+ type: import('vue').PropType<string>;
2685
+ };
2686
+ type: {
2687
+ type: import('vue').PropType<string>;
2688
+ };
2689
+ color: {
2690
+ type: import('vue').PropType<string | null>;
2691
+ };
2692
+ radius: {
2693
+ type: import('vue').PropType<string>;
2694
+ };
2695
+ state: {
2696
+ type: import('vue').PropType<string>;
2697
+ };
2698
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2699
+ iconRight: import('../../Icons/Icon').IconItem | null;
2700
+ elevation: {
2701
+ type: import('vue').PropType<string>;
2702
+ };
2703
+ as: {
2704
+ type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2705
+ };
2706
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
2707
+ __isFragment?: never;
2708
+ __isTeleport?: never;
2709
+ __isSuspense?: never;
2710
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2711
+ size: {
2712
+ type: import('vue').PropType<string>;
2713
+ };
2714
+ type: {
2715
+ type: import('vue').PropType<string>;
2716
+ };
2717
+ color: {
2718
+ type: import('vue').PropType<string | null>;
2719
+ };
2720
+ radius: {
2721
+ type: import('vue').PropType<string>;
2722
+ };
2723
+ state: {
2724
+ type: import('vue').PropType<string>;
2725
+ };
2726
+ iconLeft: import('../../Icons/Icon').IconItem | null;
2727
+ iconRight: import('../../Icons/Icon').IconItem | null;
2728
+ elevation: {
2729
+ type: import('vue').PropType<string>;
2730
+ };
2731
+ as: {
2732
+ type: import('vue').PropType<"a" | "button" | "span" | "router-link" | "nuxt-link">;
2733
+ };
2734
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2735
+ $slots: {
2736
+ default?(_: {}): any;
2737
+ };
2738
+ });
2739
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2740
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1916
2741
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1917
2742
  export default _default;