@bethinkpl/design-system 26.15.1 → 27.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/.eslintrc.cjs +9 -0
- package/dist/RadioButton-BWi6jLxx.js +63 -0
- package/dist/RadioButton-BWi6jLxx.js.map +1 -0
- package/dist/RadioButton-DSmKwvPr.js +63 -0
- package/dist/RadioButton-DSmKwvPr.js.map +1 -0
- package/dist/design-system.js +266 -0
- package/dist/design-system.js.map +1 -0
- package/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/index-BzPDEKft.js +24356 -0
- package/dist/index-BzPDEKft.js.map +1 -0
- package/dist/index-Oq81NaeJ.js +1388 -0
- package/dist/index-Oq81NaeJ.js.map +1 -0
- package/dist/index-UMXgzRbZ.js +24356 -0
- package/dist/index-UMXgzRbZ.js.map +1 -0
- package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -4
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +49 -1824
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +41 -443
- package/dist/lib/js/components/Buttons/HelpButton/HelpButton.vue.d.ts +40 -0
- package/dist/lib/js/components/Buttons/HelpButton/index.d.ts +3 -0
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +77 -427
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +5 -0
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +52 -175
- package/dist/lib/js/components/Cards/Card/index.d.ts +1 -0
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +116 -154
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +79 -430
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +2 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +4 -2
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +2 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +507 -1557
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +77 -426
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/FormField/FormField.consts.d.ts +9 -0
- package/dist/lib/js/components/Form/FormField/FormField.stories.shared.d.ts +5 -0
- package/dist/lib/js/components/Form/FormField/FormField.types.d.ts +21 -0
- package/dist/lib/js/components/Form/FormField/FormField.utils.d.ts +11 -0
- package/dist/lib/js/components/Form/FormField/FormField.vue.d.ts +20 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue.d.ts +30 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/index.d.ts +3 -0
- package/dist/lib/js/components/Form/FormField/index.d.ts +5 -0
- package/dist/lib/js/components/Form/InputField/InputField.types.d.ts +13 -0
- package/dist/lib/js/components/Form/InputField/InputField.vue.d.ts +78 -0
- package/dist/lib/js/components/Form/InputField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/InputField/useInputFieldWithinForm.d.ts +8 -0
- package/dist/lib/js/components/Form/PasswordField/PasswordField.vue.d.ts +76 -0
- package/dist/lib/js/components/Form/PasswordField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +77 -426
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +76 -426
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.d.ts +17 -11
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +22 -138
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
- package/dist/lib/js/components/Modals/Modal/Modal.consts.d.ts +8 -4
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +281 -1093
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +288 -1100
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +78 -426
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +6 -4
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +4 -2
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +3 -0
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +262 -1002
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +268 -1008
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +104 -1806
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +1 -0
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +190 -581
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +10 -1
- package/dist/lib/js/tests/helpers.d.ts +1 -0
- package/dist/pl-C3BEVRTZ.js +91 -0
- package/dist/pl-C3BEVRTZ.js.map +1 -0
- package/docs/assets/{AccessStatus-plchnY0B.js → AccessStatus-DGd8XBwr.js} +1 -1
- package/docs/assets/{AccessStatus.stories-DIIoog2Q.js → AccessStatus.stories-BUpfD_Uw.js} +1 -1
- package/docs/assets/Avatar-DJEZDpOI.js +1 -0
- package/docs/assets/{Avatar.stories-9Vth29zT.js → Avatar.stories-D40fYcFF.js} +1 -1
- package/docs/assets/{Badge-BbvNKG41.js → Badge-B8eFbzRx.js} +1 -1
- package/docs/assets/{Badge.stories-CKPGT_pt.js → Badge.stories-DxdwaS-k.js} +3 -3
- package/docs/assets/{BadgeScore-BOOWTi6N.js → BadgeScore-ByouU1Eu.js} +1 -1
- package/docs/assets/{BadgeScore.stories-ERFMPhhE.js → BadgeScore.stories-DsodV82W.js} +1 -1
- package/docs/assets/Banner-D5riYdGJ.js +1 -0
- package/docs/assets/Banner.stories-Ch0_NPk4.js +64 -0
- package/docs/assets/BasicRichListItem-NMNh0Xfo.js +1 -0
- package/docs/assets/{BasicRichListItem.stories-BJZo9YF9.js → BasicRichListItem.stories-Gu9n5wvW.js} +2 -2
- package/docs/assets/{BlockadeStatus-D1j0ZWIW.js → BlockadeStatus-Dqr_LSfC.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-BKi05Ndl.js → BlockedeStatus.stories-BKblKF33.js} +1 -1
- package/docs/assets/Button-XuK8IxnR.js +1 -0
- package/docs/assets/{Button.stories-Da2LsOLk.js → Button.stories-UiGEsaro.js} +5 -3
- package/docs/assets/Card-BhK1CiCP.js +1 -0
- package/docs/assets/Card.stories-BfWbSV_u.js +33 -0
- package/docs/assets/CardExpandable-CPuSx_lW.js +1 -0
- package/docs/assets/{CardExpandable.stories-DtC5egGK.js → CardExpandable.stories-mHnNt6zg.js} +1 -1
- package/docs/assets/Checkbox-g1Bvy8z-.js +1 -0
- package/docs/assets/{Checkbox.stories-BUIzgcCC.js → Checkbox.stories-DdJRLzJy.js} +1 -1
- package/docs/assets/{Chip-BJcjfD8j.js → Chip-CGm2pLPD.js} +1 -1
- package/docs/assets/{Chip.stories-Dgmetn8m.js → Chip.stories-CnHjkDSI.js} +1 -1
- package/docs/assets/Color-ERTF36HU-8BveRk6J.js +1 -0
- package/docs/assets/{Colors.stories-BrNisWwH.js → Colors.stories-BtNgjWxi.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-DvZl0m40.js → ColorsThemes.stories-Ct0Ai41o.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-D3nA1ro1.js → ColorsTokensLms.stories-BP-WMJrS.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-w4A7RjpQ.js → ColorsTokensPrimaryBodywork.stories-zdX-tf4x.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-CncgXEG5.js → ColorsTokensPrimaryWnl.stories-DFVUj_99.js} +1 -1
- package/docs/assets/{CounterToggle-DKRrZ9t2.js → CounterToggle-B9hjjWpv.js} +1 -1
- package/docs/assets/{CounterToggle.stories-DEP60zRp.js → CounterToggle.stories-BtS63BEz.js} +1 -1
- package/docs/assets/{DateBox.stories-y5_2vs0g.js → DateBox.stories-B7PTVLxc.js} +3 -3
- package/docs/assets/{DatePicker-QHo-i7qh.js → DatePicker-70Dj0lsn.js} +1 -1
- package/docs/assets/{DatePicker.stories-4hPgpb1-.js → DatePicker.stories-DZN51CwX.js} +1 -1
- package/docs/assets/{DateRangePicker-B0NAwdsr.js → DateRangePicker-D5bqKMMk.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-BXQLC6L-.js → DateRangePicker.stories-WhCXoUeh.js} +1 -1
- package/docs/assets/{Divider-9o-i_zKL.js → Divider-NOTDPuJ1.js} +1 -1
- package/docs/assets/{Divider.stories-IQKEznYT.js → Divider.stories-Cjyx7utt.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-rC6r6xBG.js → DocsRenderer-CFRXHY34-BThTLMHt.js} +72 -72
- package/docs/assets/{Drawer-ClrSDwUZ.js → Drawer-CrAn35Yo.js} +1 -1
- package/docs/assets/{Drawer.stories-DR-CXra3.js → Drawer.stories-iInS0JV5.js} +1 -1
- package/docs/assets/{DrawerContent-D6Bl5GA-.js → DrawerContent-DAIzyQNz.js} +1 -1
- package/docs/assets/{DrawerContent.stories-BR11egKi.js → DrawerContent.stories-CBpbbVk_.js} +1 -1
- package/docs/assets/{DrawerDivider-DMhjaSPk.js → DrawerDivider-CKRXkKRz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-DdcVRbtO.js → DrawerDivider.stories-iQ2J_ExP.js} +1 -1
- package/docs/assets/DrawerHeader-DPBlervR.js +1 -0
- package/docs/assets/{DrawerHeader.stories-DnPlkGmI.js → DrawerHeader.stories-ugFv_siA.js} +1 -1
- package/docs/assets/{DrawerListItem-dizQZUbe.js → DrawerListItem-ClOcwiVc.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-pVTEuckG.js → DrawerListItem.stories-BMZ35_qS.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-B5XadRVV.js → DrawerListItemGroup-SEWltKLJ.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-pOGG952w.js → DrawerListItemGroup.stories-Bn2TyQLH.js} +1 -1
- package/docs/assets/DrawerSection-ByJjEPPu.js +1 -0
- package/docs/assets/{DrawerSection.stories-tQT_zWBt.js → DrawerSection.stories-DuLphbcs.js} +1 -1
- package/docs/assets/DrawerTile-BGQvQQSp.js +1 -0
- package/docs/assets/DrawerTile.stories-DCe2L4Tv.js +10 -0
- package/docs/assets/Dropdown-Bdrd2ZIh.js +1 -0
- package/docs/assets/{Dropdown.stories-DLo-4_G3.js → Dropdown.stories-DnkREwa1.js} +2 -2
- package/docs/assets/FeatureIcon-DY5WvpPf.js +1 -0
- package/docs/assets/{FeatureIcon.stories-H_yUD4i4.js → FeatureIcon.stories-BqYqiSzM.js} +1 -1
- package/docs/assets/FormField-BjLFip7T.js +1 -0
- package/docs/assets/FormField.stories-DY8Mz4YE.js +40 -0
- package/docs/assets/FormField.stories.shared-3_36NKi_.js +1 -0
- package/docs/assets/FormFieldMessage-B4Oy2QBT.js +1 -0
- package/docs/assets/FormFieldMessage.stories-BD7JfJNj.js +32 -0
- package/docs/assets/GroupRichListItem-CHiSrcou.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-C25AujXP.js → GroupRichListItem.stories-C3EubvlY.js} +1 -1
- package/docs/assets/HelpButton-BStTtLsz.js +1 -0
- package/docs/assets/HelpButton.stories-C3-CU20F.js +17 -0
- package/docs/assets/Icon-DUeXRUm6.js +761 -0
- package/docs/assets/{Icon.stories-BhnUVRrV.js → Icon.stories-ClzUno-E.js} +1 -1
- package/docs/assets/IconButton-Cn83Zk5-.js +1 -0
- package/docs/assets/{IconButton.stories-B8QjmTyV.js → IconButton.stories-CwZts8kF.js} +6 -6
- package/docs/assets/{IconText-CKJ4jGzm.js → IconText-Colreg4i.js} +1 -1
- package/docs/assets/{IconText.stories-B5zjHqug.js → IconText.stories-DSZffl3k.js} +1 -1
- package/docs/assets/{Image-Dbv2u4ta.js → Image-B7PRENWe.js} +1 -1
- package/docs/assets/{Image.stories-CUWPBT5K.js → Image.stories-DkYrm30P.js} +1 -1
- package/docs/assets/InputField-CplPTgjC.js +5 -0
- package/docs/assets/InputField.stories-K675XZL5.js +44 -0
- package/docs/assets/{ItemsList-CJTCYbgI.js → ItemsList-nTRSgJDP.js} +1 -1
- package/docs/assets/{LoadingBar-Dc_eLNsl.js → LoadingBar-DGNrwKu4.js} +1 -1
- package/docs/assets/{LoadingBar.stories-DWH4VmcD.js → LoadingBar.stories-owR_6Oqy.js} +1 -1
- package/docs/assets/Modal-ByQBkOMU.js +1 -0
- package/docs/assets/{Modal.stories-0zzyLX_Z.js → Modal.stories-DlxDxfN1.js} +1 -1
- package/docs/assets/{ModalDialog-BuO78uuh.js → ModalDialog-Cr21J58H.js} +1 -1
- package/docs/assets/{ModalDialog.stories-lBI09xqp.js → ModalDialog.stories-DP4FjijI.js} +1 -1
- package/docs/assets/{NumberInCircle-DnPE2szs.js → NumberInCircle-CE28_Nsz.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-Tn0v6S_I.js → NumberInCircle.stories-DFdUVSKM.js} +1 -1
- package/docs/assets/OutlineDivider-DJ9pnpJN.js +1 -0
- package/docs/assets/{OutlineDivider.stories-D9Hzkdbe.js → OutlineDivider.stories-Dzpei9KR.js} +1 -1
- package/docs/assets/{OutlineItem-1BOyMbS2.js → OutlineItem-CApzlES7.js} +1 -1
- package/docs/assets/{OutlineItem.stories-DZ_RXCGO.js → OutlineItem.stories-DtEAJjzy.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-LGOAi424.js → OutlineSectionHeader-CSNr7XVB.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-PPIsaHhR.js → OutlineSectionHeader.stories-CuJwkOKg.js} +1 -1
- package/docs/assets/OverlayHeader-B5ajrI4B.js +1 -0
- package/docs/assets/{OverlayHeader.stories-D0TRoa1n.js → OverlayHeader.stories-Zed9WXER.js} +2 -2
- package/docs/assets/{PageHeader-DkHlb7_P.js → PageHeader-Cy-UHuRb.js} +1 -1
- package/docs/assets/{PageHeader.stories-WThxfLse.js → PageHeader.stories-DlW4dler.js} +1 -1
- package/docs/assets/Pagination-D34dUtsQ.js +1 -0
- package/docs/assets/{Pagination.stories-CL9tb6Sx.js → Pagination.stories-IDi5nqa_.js} +2 -2
- package/docs/assets/PasswordField-Bkc6j8ri.js +1 -0
- package/docs/assets/PasswordField.stories-CklmsmJF.js +42 -0
- package/docs/assets/{PopOver-BDVCOkO6.js → PopOver-DVj1_TNg.js} +1 -1
- package/docs/assets/{PopOver.stories-CmDQPumC.js → PopOver.stories-BljOgM3Z.js} +2 -2
- package/docs/assets/{ProgressBar-q_I44DQc.js → ProgressBar-D2hkMeQ0.js} +1 -1
- package/docs/assets/{ProgressBar.stories-Df10tpd-.js → ProgressBar.stories-BDHI6-tO.js} +1 -1
- package/docs/assets/{ProgressDonutChart-DP55sH2Q.js → ProgressDonutChart-CBO-vy-E.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-CXJhJ1AH.js → ProgressDonutChart.stories-CGwlVICI.js} +1 -1
- package/docs/assets/RadioButton-Bd-D-2PY.js +1 -0
- package/docs/assets/{RadioButton.stories-NVFxjqN4.js → RadioButton.stories-BkCwnbIp.js} +1 -1
- package/docs/assets/{RichListItem.stories-B3NGpkHT.js → RichListItem.stories-Bls_aY12.js} +2 -2
- package/docs/assets/SectionHeader-isKXGfjn.js +1 -0
- package/docs/assets/{SectionHeader.stories-CTANEOdf.js → SectionHeader.stories-Bj3scOLc.js} +1 -1
- package/docs/assets/{SectionTitle-DLcFKzRH.js → SectionTitle-wTuJZZVS.js} +1 -1
- package/docs/assets/{SectionTitle.stories-Dybq4paM.js → SectionTitle.stories-Dr3KOvIl.js} +1 -1
- package/docs/assets/{SelectList-B323Y2el.js → SelectList-YMQ8rEMc.js} +1 -1
- package/docs/assets/{SelectList.stories-BCS6zdJ9.js → SelectList.stories-ETdEOJ81.js} +1 -1
- package/docs/assets/{SelectListItem-DfLqJR-_.js → SelectListItem-BqKhIPSO.js} +1 -1
- package/docs/assets/{SelectListItem.stories-m8BTHS53.js → SelectListItem.stories-ClyL-djS.js} +1 -1
- package/docs/assets/{SelectListItemDivider-lDLIwtP8.js → SelectListItemDivider-CTU7_4OL.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-BZ6_HOBG.js → SelectListItemDivider.stories-rGpk0Yeg.js} +1 -1
- package/docs/assets/{SelectListItemTile-DzAuBa66.js → SelectListItemTile-BhOwBFIO.js} +1 -1
- package/docs/assets/SelectListItemTile.stories-BXFfuX9q.js +19 -0
- package/docs/assets/{SelectListItemToggle-DJ_P6PIB.js → SelectListItemToggle-C0lffqeC.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-yej5J6y8.js → SelectListItemToggle.stories-D39XrmtN.js} +1 -2
- package/docs/assets/SelectListSectionTitle-B9Dj10G9.js +1 -0
- package/docs/assets/{SelectListSectionTitle.stories-NKPegok4.js → SelectListSectionTitle.stories-DCZ-Sq6v.js} +1 -1
- package/docs/assets/{SelectionControl-CwdtLuOD.js → SelectionControl-DIC2vtGo.js} +1 -1
- package/docs/assets/{SelectionTile-hjRK7Lwc.js → SelectionTile-D7fhj7-I.js} +2 -2
- package/docs/assets/{SelectionTile.stories-DRdGcDuJ.js → SelectionTile.stories-Cato0iSj.js} +1 -1
- package/docs/assets/{Skeleton-DhyJ4ZKG.js → Skeleton-D5xhZMQa.js} +5 -5
- package/docs/assets/{Skeleton.stories-CsZjBoj1.js → Skeleton.stories-ll-E-sPN.js} +1 -1
- package/docs/assets/SurveyQuestionOpenEnded-DDdPQe2b.js +1 -0
- package/docs/assets/{SurveyQuestionOpenEnded.stories-Is_s49TT.js → SurveyQuestionOpenEnded.stories-mHTUclXK.js} +1 -1
- package/docs/assets/SurveyQuestionScale-BKZbW5q7.js +1 -0
- package/docs/assets/{SurveyQuestionScale.stories-BqOjFThb.js → SurveyQuestionScale.stories-Cczg5QpY.js} +1 -1
- package/docs/assets/SurveyToggle-Sid2a-IO.js +1 -0
- package/docs/assets/{SurveyToggle.stories-DySS4Jzx.js → SurveyToggle.stories-Dv7PJARv.js} +1 -1
- package/docs/assets/Switch-B8xEwHO8.js +1 -0
- package/docs/assets/{Switch.stories-Bq6_6t39.js → Switch.stories-RbY8wA55.js} +1 -1
- package/docs/assets/{TabItem-Bn_qIbPX.js → TabItem-Ci3vrkRH.js} +1 -1
- package/docs/assets/{TabItem.stories-ZPYw1uH1.js → TabItem.stories-relncwaI.js} +1 -1
- package/docs/assets/{TextGroup-AUUBIFJZ.js → TextGroup-dzR19lzs.js} +1 -1
- package/docs/assets/{TextGroup.stories-CqwkdBAO.js → TextGroup.stories-bCLjp0Xb.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-DXA1815_.js → ThreeColumnLayout-LVzDOKfj.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-BA08mTZ7.js → ThreeColumnLayout.stories-CkgbTH3p.js} +1 -1
- package/docs/assets/{Tile-3fvrXM7M.js → Tile-ByL6drhn.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Crj50ugV.js → Tile.sb.shared-D3LxXPDs.js} +1 -1
- package/docs/assets/Tile.stories-BhXwnkKz.js +12 -0
- package/docs/assets/{Toast-CTbKhm1i.js → Toast-ukLuB2Qi.js} +1 -1
- package/docs/assets/{Toast.stories-hUEtnOQn.js → Toast.stories-D3PagUcH.js} +1 -1
- package/docs/assets/{ToggleButton-D-t1sDTL.js → ToggleButton-YUVnfx-x.js} +1 -1
- package/docs/assets/{ToggleButton.stories-CaAweKdC.js → ToggleButton.stories-C18YYEsJ.js} +1 -1
- package/docs/assets/{Tooltip-DZi9yXjr.js → Tooltip-BvaJ_K9_.js} +1 -1
- package/docs/assets/{Tooltip.stories-D-DHfToA.js → Tooltip.stories-o7f8wLv_.js} +4 -4
- package/docs/assets/{TypographyTokensLms.stories-CZpPPUwu.js → TypographyTokensLms.stories-Cm_y52b6.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-B4Lg96R3.js → TypographyVariables.stories-DTHJ_1UO.js} +1 -1
- package/docs/assets/{Well-D1j9q3W3.js → Well-iUOt2HEx.js} +1 -1
- package/docs/assets/{Well.stories-wgg6f6S7.js → Well.stories-4VLIlu-l.js} +3 -3
- package/docs/assets/entry-preview-CAn2_StQ.js +1 -0
- package/docs/assets/{entry-preview-docs-Bz8Se46p.js → entry-preview-docs-Y_6rrjxM.js} +1 -1
- package/docs/assets/{iframe-CKOJ9wC7.js → iframe-D_RvUlhr.js} +18 -15
- package/docs/assets/index-BtMHnMz0.js +1 -0
- package/docs/assets/index-Cpsdq_ip.js +1 -0
- package/docs/assets/preview-B_G3dFbe.js +2 -0
- package/docs/assets/preview-vzvQxRBZ.js +64 -0
- package/docs/assets/string--hkylObx.js +1 -0
- package/docs/assets/vue-popper-m_ujT3wC.js +24 -0
- package/docs/assets/vue.esm-bundler-DcRN7CPI.js +36 -0
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/Badge/Badge.vue +6 -5
- package/lib/js/components/Banner/Banner.consts.ts +5 -5
- package/lib/js/components/Banner/Banner.spec.ts +148 -0
- package/lib/js/components/Banner/Banner.stories.ts +13 -8
- package/lib/js/components/Banner/Banner.vue +215 -196
- package/lib/js/components/Buttons/Button/Button.spec.ts +18 -3
- package/lib/js/components/Buttons/Button/Button.stories.ts +6 -0
- package/lib/js/components/Buttons/Button/Button.vue +63 -114
- package/lib/js/components/Buttons/HelpButton/HelpButton.spec.ts +87 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +70 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.vue +52 -0
- package/lib/js/components/Buttons/HelpButton/index.ts +3 -0
- package/lib/js/components/Cards/Card/Card.consts.ts +7 -0
- package/lib/js/components/Cards/Card/Card.spec.ts +86 -41
- package/lib/js/components/Cards/Card/Card.stories.ts +21 -18
- package/lib/js/components/Cards/Card/Card.vue +128 -88
- package/lib/js/components/Cards/Card/index.ts +1 -0
- package/lib/js/components/Chip/Chip.spec.ts +3 -2
- package/lib/js/components/Chip/Chip.vue +0 -1
- package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +0 -3
- package/lib/js/components/Form/FormField/FormField.consts.ts +10 -0
- package/lib/js/components/Form/FormField/FormField.spec.ts +138 -0
- package/lib/js/components/Form/FormField/FormField.stories.shared.ts +53 -0
- package/lib/js/components/Form/FormField/FormField.stories.ts +81 -0
- package/lib/js/components/Form/FormField/FormField.types.ts +17 -0
- package/lib/js/components/Form/FormField/FormField.utils.ts +24 -0
- package/lib/js/components/Form/FormField/FormField.vue +192 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.spec.ts +53 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.stories.ts +74 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +89 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/index.ts +2 -0
- package/lib/js/components/Form/FormField/index.ts +6 -0
- package/lib/js/components/Form/InputField/InputField.spec.ts +274 -0
- package/lib/js/components/Form/InputField/InputField.stories.ts +98 -0
- package/lib/js/components/Form/InputField/InputField.types.ts +14 -0
- package/lib/js/components/Form/InputField/InputField.vue +175 -0
- package/lib/js/components/Form/InputField/index.ts +3 -0
- package/lib/js/components/Form/InputField/useInputFieldWithinForm.ts +54 -0
- package/lib/js/components/Form/PasswordField/PasswordField.spec.ts +73 -0
- package/lib/js/components/Form/PasswordField/PasswordField.stories.ts +88 -0
- package/lib/js/components/Form/PasswordField/PasswordField.vue +55 -0
- package/lib/js/components/Form/PasswordField/index.ts +3 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.ts +10 -2
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.spec.ts +18 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.ts +1 -1
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +44 -58
- package/lib/js/components/Modals/Modal/Modal.consts.ts +8 -2
- package/lib/js/components/Modals/Modal/Modal.vue +12 -5
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +2 -2
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.ts +0 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +43 -47
- package/lib/js/components/TabItem/TabItem.spec.ts +0 -1
- package/lib/js/components/Toast/Toast.vue +0 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +11 -1
- package/lib/js/styles/Borders/BorderSizes.stories.ts +1 -1
- package/lib/js/styles/ItemsList.vue +1 -1
- package/lib/js/tests/helpers.ts +5 -0
- package/package.json +13 -7
- package/tsconfig.base.json +1 -2
- package/tsconfig.build.json +8 -0
- package/tsconfig.json +1 -6
- package/vite.config.ts +11 -8
- package/docs/assets/Avatar-CM7iogZ3.js +0 -1
- package/docs/assets/Banner-DXAd9x-3.js +0 -1
- package/docs/assets/Banner.stories-BC2VxrMC.js +0 -62
- package/docs/assets/BasicRichListItem-quALUWxY.js +0 -1
- package/docs/assets/Button-C5dr6u6F.js +0 -1
- package/docs/assets/Card-KSW_Q55y.js +0 -1
- package/docs/assets/Card.stories-Bqmd77lg.js +0 -49
- package/docs/assets/CardExpandable-yMDr4_fF.js +0 -1
- package/docs/assets/Checkbox-DAOkXx1R.js +0 -1
- package/docs/assets/Color-ERTF36HU-DaHgyI5V.js +0 -1
- package/docs/assets/DrawerHeader-AkG6Jq7W.js +0 -1
- package/docs/assets/DrawerSection-HBM59yvF.js +0 -1
- package/docs/assets/DrawerTile-0-CB5w9j.js +0 -1
- package/docs/assets/DrawerTile.stories-6JDnzzyo.js +0 -10
- package/docs/assets/Dropdown-CYFZ3OvV.js +0 -1
- package/docs/assets/FeatureIcon-BoUhuGOr.js +0 -1
- package/docs/assets/GroupRichListItem-C_Gsy7fK.js +0 -1
- package/docs/assets/Icon-I3Cniv10.js +0 -761
- package/docs/assets/IconButton-BPKB5gT7.js +0 -1
- package/docs/assets/Modal-Cy1kzNhG.js +0 -1
- package/docs/assets/OutlineDivider-UaRb6wKt.js +0 -1
- package/docs/assets/OverlayHeader-u9AeOezr.js +0 -1
- package/docs/assets/Pagination-CgO9MoPY.js +0 -1
- package/docs/assets/RadioButton-DISpvFOt.js +0 -1
- package/docs/assets/SectionHeader-ByewlGaG.js +0 -1
- package/docs/assets/SelectListItemTile.stories-n2MJqr9U.js +0 -19
- package/docs/assets/SelectListSectionTitle-BFbrwNgw.js +0 -1
- package/docs/assets/SurveyQuestionOpenEnded-B_HbDRQs.js +0 -1
- package/docs/assets/SurveyQuestionScale-CiKDA0ax.js +0 -1
- package/docs/assets/SurveyToggle-CCF4WE7n.js +0 -1
- package/docs/assets/Switch-Du-uh84v.js +0 -1
- package/docs/assets/Tile.stories-0SQaiGz7.js +0 -12
- package/docs/assets/_commonjsHelpers-CDR5Xrri.js +0 -1
- package/docs/assets/entry-preview-lHccVHf5.js +0 -1
- package/docs/assets/index-0M4xY6Fw.js +0 -1
- package/docs/assets/index-Be4sB5Yj.js +0 -1
- package/docs/assets/preview-BIPjgpxe.js +0 -2
- package/docs/assets/preview-BQvHXGdy.js +0 -64
- package/docs/assets/string-B1AGRR5v.js +0 -1
- package/docs/assets/vue-popper-DoPHnofs.js +0 -24
- package/docs/assets/vue.esm-bundler-DD4BrEtS.js +0 -36
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ModalHeaderTitleSize, ModalSize } from './Modal.consts';
|
|
2
|
+
import { FeatureIconColor } from '../../Icons/FeatureIcon';
|
|
3
|
+
import { ButtonState } from '../../Buttons/Button';
|
|
3
4
|
|
|
4
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
6
|
size: {
|
|
6
7
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
8
|
-
validator: (value:
|
|
8
|
+
default: "medium";
|
|
9
|
+
validator: (value: ModalSize) => boolean;
|
|
9
10
|
};
|
|
10
11
|
danger: {
|
|
11
12
|
type: BooleanConstructor;
|
|
@@ -13,8 +14,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
14
|
};
|
|
14
15
|
headerTitleSize: {
|
|
15
16
|
type: StringConstructor;
|
|
16
|
-
default:
|
|
17
|
-
validator: (value:
|
|
17
|
+
default: "medium";
|
|
18
|
+
validator: (value: ModalHeaderTitleSize) => boolean;
|
|
18
19
|
};
|
|
19
20
|
headerTitle: {
|
|
20
21
|
type: StringConstructor;
|
|
@@ -31,8 +32,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
32
|
};
|
|
32
33
|
headerFeatureIconColor: {
|
|
33
34
|
type: StringConstructor;
|
|
34
|
-
default:
|
|
35
|
-
validator(color:
|
|
35
|
+
default: "neutral";
|
|
36
|
+
validator(color: FeatureIconColor): boolean;
|
|
36
37
|
};
|
|
37
38
|
contentCentered: {
|
|
38
39
|
type: BooleanConstructor;
|
|
@@ -206,6 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
206
207
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
207
208
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
208
209
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
210
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
209
211
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
210
212
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
211
213
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -352,18 +354,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
354
|
XX_LARGE: string;
|
|
353
355
|
}>;
|
|
354
356
|
MODAL_SIZES: Readonly<{
|
|
355
|
-
SMALL:
|
|
356
|
-
MEDIUM:
|
|
357
|
+
readonly SMALL: "small";
|
|
358
|
+
readonly MEDIUM: "medium";
|
|
357
359
|
}>;
|
|
358
360
|
MODAL_HEADER_TITLE_SIZES: Readonly<{
|
|
359
|
-
SMALL:
|
|
360
|
-
MEDIUM:
|
|
361
|
+
readonly SMALL: "small";
|
|
362
|
+
readonly MEDIUM: "medium";
|
|
361
363
|
}>;
|
|
362
364
|
FEATURE_ICON_SIZES: Readonly<{
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
readonly X_SMALL: "xSmall";
|
|
366
|
+
readonly SMALL: "small";
|
|
367
|
+
readonly MEDIUM: "medium";
|
|
368
|
+
readonly LARGE: "large";
|
|
369
|
+
readonly X_LARGE: "xLarge";
|
|
367
370
|
}>;
|
|
368
371
|
}, {
|
|
369
372
|
calcHeaderFeatureIconColor(): any;
|
|
@@ -371,11 +374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
371
374
|
calcFooterSecondaryButtonColor(): "danger" | "neutral";
|
|
372
375
|
calcSingleColumn(): boolean;
|
|
373
376
|
displayFooter(): any;
|
|
374
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
377
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("tertiary-button-click" | "checkbox-change" | "close-modal" | "secondary-button-click" | "primary-button-click")[], "tertiary-button-click" | "checkbox-change" | "close-modal" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
375
378
|
size: {
|
|
376
379
|
type: StringConstructor;
|
|
377
|
-
default:
|
|
378
|
-
validator: (value:
|
|
380
|
+
default: "medium";
|
|
381
|
+
validator: (value: ModalSize) => boolean;
|
|
379
382
|
};
|
|
380
383
|
danger: {
|
|
381
384
|
type: BooleanConstructor;
|
|
@@ -383,8 +386,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
383
386
|
};
|
|
384
387
|
headerTitleSize: {
|
|
385
388
|
type: StringConstructor;
|
|
386
|
-
default:
|
|
387
|
-
validator: (value:
|
|
389
|
+
default: "medium";
|
|
390
|
+
validator: (value: ModalHeaderTitleSize) => boolean;
|
|
388
391
|
};
|
|
389
392
|
headerTitle: {
|
|
390
393
|
type: StringConstructor;
|
|
@@ -401,8 +404,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
401
404
|
};
|
|
402
405
|
headerFeatureIconColor: {
|
|
403
406
|
type: StringConstructor;
|
|
404
|
-
default:
|
|
405
|
-
validator(color:
|
|
407
|
+
default: "neutral";
|
|
408
|
+
validator(color: FeatureIconColor): boolean;
|
|
406
409
|
};
|
|
407
410
|
contentCentered: {
|
|
408
411
|
type: BooleanConstructor;
|
|
@@ -459,9 +462,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
462
|
default: null;
|
|
460
463
|
};
|
|
461
464
|
}>> & Readonly<{
|
|
462
|
-
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
463
465
|
"onTertiary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
464
466
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
467
|
+
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
465
468
|
"onSecondary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
466
469
|
"onPrimary-button-click"?: ((...args: any[]) => any) | undefined;
|
|
467
470
|
}>, {
|
|
@@ -486,186 +489,171 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
486
489
|
footerCheckboxText: string;
|
|
487
490
|
}, {}, {
|
|
488
491
|
FeatureIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
489
|
-
icon:
|
|
490
|
-
type: ObjectConstructor;
|
|
491
|
-
default: null;
|
|
492
|
-
validator(icon: unknown): boolean;
|
|
493
|
-
};
|
|
492
|
+
icon: import('../../Icons/Icon').IconItem;
|
|
494
493
|
size: {
|
|
495
|
-
type:
|
|
496
|
-
default: string;
|
|
497
|
-
validator: (value: string) => boolean;
|
|
494
|
+
type: import('vue').PropType<import('../../Icons/FeatureIcon').FeatureIconSize>;
|
|
498
495
|
};
|
|
499
496
|
color: {
|
|
500
|
-
type:
|
|
497
|
+
type: import('vue').PropType<FeatureIconColor>;
|
|
501
498
|
required: true;
|
|
502
|
-
validator(color: string): boolean;
|
|
503
499
|
};
|
|
504
500
|
doubleBackground: {
|
|
505
|
-
type:
|
|
506
|
-
default: boolean;
|
|
507
|
-
};
|
|
508
|
-
}>, {}, {
|
|
509
|
-
FEATURE_ICON_COLOR: Readonly<{
|
|
510
|
-
DANGER: string;
|
|
511
|
-
INFO: string;
|
|
512
|
-
NEUTRAL: string;
|
|
513
|
-
NEUTRAL_WEAK: string;
|
|
514
|
-
PRIMARY: string;
|
|
515
|
-
SUCCESS: string;
|
|
516
|
-
WARNING: string;
|
|
517
|
-
}>;
|
|
518
|
-
FEATURE_ICON_SIZES: Readonly<{
|
|
519
|
-
SMALL: string;
|
|
520
|
-
MEDIUM: string;
|
|
521
|
-
LARGE: string;
|
|
522
|
-
X_LARGE: string;
|
|
523
|
-
}>;
|
|
524
|
-
}, {
|
|
525
|
-
iconSize(): string;
|
|
526
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
527
|
-
icon: {
|
|
528
|
-
type: ObjectConstructor;
|
|
529
|
-
default: null;
|
|
530
|
-
validator(icon: unknown): boolean;
|
|
501
|
+
type: import('vue').PropType<boolean>;
|
|
531
502
|
};
|
|
503
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
504
|
+
icon: import('../../Icons/Icon').IconItem;
|
|
532
505
|
size: {
|
|
533
|
-
type:
|
|
534
|
-
default: string;
|
|
535
|
-
validator: (value: string) => boolean;
|
|
506
|
+
type: import('vue').PropType<import('../../Icons/FeatureIcon').FeatureIconSize>;
|
|
536
507
|
};
|
|
537
508
|
color: {
|
|
538
|
-
type:
|
|
509
|
+
type: import('vue').PropType<FeatureIconColor>;
|
|
539
510
|
required: true;
|
|
540
|
-
validator(color: string): boolean;
|
|
541
511
|
};
|
|
542
512
|
doubleBackground: {
|
|
543
|
-
type:
|
|
544
|
-
default: boolean;
|
|
513
|
+
type: import('vue').PropType<boolean>;
|
|
545
514
|
};
|
|
546
|
-
}>> & Readonly<{}>, {
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
doubleBackground: boolean;
|
|
550
|
-
}, {}, {
|
|
551
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
552
|
-
icon: {
|
|
553
|
-
type: ObjectConstructor;
|
|
554
|
-
required: true;
|
|
555
|
-
validator(icon: unknown): boolean;
|
|
556
|
-
};
|
|
515
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
516
|
+
WnlButton: {
|
|
517
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
557
518
|
size: {
|
|
558
|
-
type:
|
|
559
|
-
default: string;
|
|
560
|
-
validator: (value: string) => boolean;
|
|
519
|
+
type: import('vue').PropType<string>;
|
|
561
520
|
};
|
|
562
|
-
|
|
563
|
-
type: (
|
|
564
|
-
default: null;
|
|
521
|
+
type: {
|
|
522
|
+
type: import('vue').PropType<string>;
|
|
565
523
|
};
|
|
566
|
-
|
|
567
|
-
type:
|
|
568
|
-
default: boolean;
|
|
524
|
+
color: {
|
|
525
|
+
type: import('vue').PropType<string | null>;
|
|
569
526
|
};
|
|
570
|
-
|
|
571
|
-
type:
|
|
572
|
-
default: boolean;
|
|
527
|
+
radius: {
|
|
528
|
+
type: import('vue').PropType<string>;
|
|
573
529
|
};
|
|
574
|
-
|
|
575
|
-
type:
|
|
576
|
-
default: boolean;
|
|
530
|
+
state: {
|
|
531
|
+
type: import('vue').PropType<string>;
|
|
577
532
|
};
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
533
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
534
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
535
|
+
elevation: {
|
|
536
|
+
type: import('vue').PropType<string>;
|
|
581
537
|
};
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
isFontawesomeIcon(): boolean;
|
|
585
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
586
|
-
icon: {
|
|
587
|
-
type: ObjectConstructor;
|
|
588
|
-
required: true;
|
|
589
|
-
validator(icon: unknown): boolean;
|
|
538
|
+
as: {
|
|
539
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
590
540
|
};
|
|
541
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
542
|
+
P: {};
|
|
543
|
+
B: {};
|
|
544
|
+
D: {};
|
|
545
|
+
C: {};
|
|
546
|
+
M: {};
|
|
547
|
+
Defaults: {};
|
|
548
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
591
549
|
size: {
|
|
592
|
-
type:
|
|
593
|
-
default: string;
|
|
594
|
-
validator: (value: string) => boolean;
|
|
550
|
+
type: import('vue').PropType<string>;
|
|
595
551
|
};
|
|
596
|
-
|
|
597
|
-
type: (
|
|
598
|
-
default: null;
|
|
552
|
+
type: {
|
|
553
|
+
type: import('vue').PropType<string>;
|
|
599
554
|
};
|
|
600
|
-
|
|
601
|
-
type:
|
|
602
|
-
default: boolean;
|
|
555
|
+
color: {
|
|
556
|
+
type: import('vue').PropType<string | null>;
|
|
603
557
|
};
|
|
604
|
-
|
|
605
|
-
type:
|
|
606
|
-
default: boolean;
|
|
558
|
+
radius: {
|
|
559
|
+
type: import('vue').PropType<string>;
|
|
607
560
|
};
|
|
608
|
-
|
|
609
|
-
type:
|
|
610
|
-
default: boolean;
|
|
561
|
+
state: {
|
|
562
|
+
type: import('vue').PropType<string>;
|
|
611
563
|
};
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
564
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
565
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
566
|
+
elevation: {
|
|
567
|
+
type: import('vue').PropType<string>;
|
|
615
568
|
};
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
625
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
626
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
627
|
-
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
569
|
+
as: {
|
|
570
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
571
|
+
};
|
|
572
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
573
|
+
__isFragment?: never;
|
|
574
|
+
__isTeleport?: never;
|
|
575
|
+
__isSuspense?: never;
|
|
576
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
628
577
|
size: {
|
|
629
|
-
type:
|
|
630
|
-
default: "medium";
|
|
631
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
578
|
+
type: import('vue').PropType<string>;
|
|
632
579
|
};
|
|
633
580
|
type: {
|
|
634
|
-
type:
|
|
635
|
-
default: "filled";
|
|
636
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
581
|
+
type: import('vue').PropType<string>;
|
|
637
582
|
};
|
|
638
583
|
color: {
|
|
639
|
-
type: (
|
|
640
|
-
|
|
641
|
-
|
|
584
|
+
type: import('vue').PropType<string | null>;
|
|
585
|
+
};
|
|
586
|
+
radius: {
|
|
587
|
+
type: import('vue').PropType<string>;
|
|
588
|
+
};
|
|
589
|
+
state: {
|
|
590
|
+
type: import('vue').PropType<string>;
|
|
591
|
+
};
|
|
592
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
593
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
594
|
+
elevation: {
|
|
595
|
+
type: import('vue').PropType<string>;
|
|
596
|
+
};
|
|
597
|
+
as: {
|
|
598
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
599
|
+
};
|
|
600
|
+
}>> & 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 () => {
|
|
601
|
+
$slots: {
|
|
602
|
+
default?(_: {}): any;
|
|
603
|
+
};
|
|
604
|
+
});
|
|
605
|
+
WnlIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
606
|
+
size: {
|
|
607
|
+
type: StringConstructor;
|
|
608
|
+
default: "large";
|
|
609
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
642
610
|
};
|
|
643
611
|
radius: {
|
|
644
612
|
type: StringConstructor;
|
|
645
613
|
default: "capsule";
|
|
646
|
-
validator(value: import('
|
|
614
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
647
615
|
};
|
|
648
|
-
|
|
616
|
+
type: {
|
|
649
617
|
type: StringConstructor;
|
|
650
|
-
default: "
|
|
651
|
-
validator(value: import('
|
|
618
|
+
default: "icon-only";
|
|
619
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
652
620
|
};
|
|
653
|
-
|
|
621
|
+
icon: {
|
|
654
622
|
type: ObjectConstructor;
|
|
655
|
-
|
|
623
|
+
required: true;
|
|
656
624
|
validator(icon: unknown): boolean;
|
|
657
625
|
};
|
|
658
|
-
|
|
659
|
-
type:
|
|
660
|
-
default:
|
|
661
|
-
validator(
|
|
626
|
+
color: {
|
|
627
|
+
type: StringConstructor;
|
|
628
|
+
default: "primary";
|
|
629
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
630
|
+
};
|
|
631
|
+
colorScheme: {
|
|
632
|
+
type: StringConstructor;
|
|
633
|
+
default: "all-in-color";
|
|
634
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
662
635
|
};
|
|
663
636
|
elevation: {
|
|
664
637
|
type: StringConstructor;
|
|
665
638
|
default: "none";
|
|
666
|
-
validator(value: import('
|
|
639
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
640
|
+
};
|
|
641
|
+
touchable: {
|
|
642
|
+
type: BooleanConstructor;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
645
|
+
state: {
|
|
646
|
+
type: StringConstructor;
|
|
647
|
+
default: "default";
|
|
648
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
667
649
|
};
|
|
668
|
-
}>, {
|
|
650
|
+
}>, {
|
|
651
|
+
isHovered: import('vue').Ref<boolean>;
|
|
652
|
+
mouseOver: () => void;
|
|
653
|
+
mouseLeave: () => void;
|
|
654
|
+
touchStart: () => void;
|
|
655
|
+
touchEnd: () => void;
|
|
656
|
+
}, {
|
|
669
657
|
ICONS: Readonly<{
|
|
670
658
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
671
659
|
readonly CHANGE: VueConstructor<Vue>;
|
|
@@ -766,6 +754,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
754
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
767
755
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
768
756
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
757
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
769
758
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
770
759
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
771
760
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -900,93 +889,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
900
889
|
X_LARGE: string;
|
|
901
890
|
XX_LARGE: string;
|
|
902
891
|
}>;
|
|
903
|
-
|
|
904
|
-
readonly
|
|
905
|
-
readonly
|
|
906
|
-
readonly TEXT: "text";
|
|
907
|
-
}>;
|
|
908
|
-
COLORS: Readonly<{
|
|
909
|
-
readonly PRIMARY: "primary";
|
|
910
|
-
readonly NEUTRAL: "neutral";
|
|
911
|
-
readonly DANGER: "danger";
|
|
912
|
-
readonly SUCCESS: "success";
|
|
913
|
-
readonly INVERTED: "inverted";
|
|
914
|
-
}>;
|
|
915
|
-
RADIUSES: Readonly<{
|
|
916
|
-
readonly CAPSULE: "capsule";
|
|
917
|
-
readonly ROUNDED: "rounded";
|
|
918
|
-
}>;
|
|
919
|
-
SIZES: Readonly<{
|
|
892
|
+
ICON_BUTTON_SIZES: Readonly<{
|
|
893
|
+
readonly XX_SMALL: "xx-small";
|
|
894
|
+
readonly X_SMALL: "x-small";
|
|
920
895
|
readonly SMALL: "small";
|
|
921
896
|
readonly MEDIUM: "medium";
|
|
922
897
|
readonly LARGE: "large";
|
|
923
898
|
}>;
|
|
924
|
-
|
|
899
|
+
ICON_BUTTON_COLOR_SCHEMES: Readonly<{
|
|
900
|
+
readonly ALL_IN_COLOR: "all-in-color";
|
|
901
|
+
readonly NEUTRAL_LABEL: "neutral-label";
|
|
902
|
+
}>;
|
|
903
|
+
ICON_BUTTON_TYPES: Readonly<{
|
|
904
|
+
readonly ICON_ONLY: "icon-only";
|
|
905
|
+
readonly OUTLINED: "outlined";
|
|
906
|
+
readonly FILLED: "filled";
|
|
907
|
+
}>;
|
|
908
|
+
ICON_BUTTON_STATES: Readonly<{
|
|
925
909
|
readonly DEFAULT: "default";
|
|
926
910
|
readonly HOVERED: "hovered";
|
|
927
911
|
readonly FOCUSED: "focused";
|
|
928
912
|
readonly DISABLED: "disabled";
|
|
929
913
|
readonly LOADING: "loading";
|
|
930
914
|
}>;
|
|
931
|
-
|
|
932
|
-
readonly
|
|
933
|
-
readonly
|
|
934
|
-
readonly
|
|
915
|
+
ICON_BUTTON_COLORS: Readonly<{
|
|
916
|
+
readonly PRIMARY: "primary";
|
|
917
|
+
readonly NEUTRAL: "neutral";
|
|
918
|
+
readonly NEUTRAL_WEAK: "neutral-weak";
|
|
919
|
+
readonly FAIL: "fail";
|
|
920
|
+
readonly DANGER: "danger";
|
|
921
|
+
readonly SUCCESS: "success";
|
|
922
|
+
readonly INVERTED: "inverted";
|
|
923
|
+
readonly WARNING: "warning";
|
|
924
|
+
readonly INFO: "info";
|
|
925
|
+
}>;
|
|
926
|
+
BUTTON_COLORS: Readonly<{
|
|
927
|
+
readonly PRIMARY: "primary";
|
|
928
|
+
readonly NEUTRAL: "neutral";
|
|
929
|
+
readonly DANGER: "danger";
|
|
930
|
+
readonly SUCCESS: "success";
|
|
931
|
+
readonly INVERTED: "inverted";
|
|
935
932
|
}>;
|
|
936
933
|
}, {
|
|
937
934
|
iconSize(): string;
|
|
935
|
+
buttonType(): string;
|
|
936
|
+
computedColor(): string | undefined;
|
|
937
|
+
isButtonColor(): boolean;
|
|
938
938
|
colorClassName(): string;
|
|
939
|
-
loadingIconSize(): string;
|
|
940
939
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
941
940
|
size: {
|
|
942
941
|
type: StringConstructor;
|
|
943
|
-
default: "
|
|
944
|
-
validator(value: import('
|
|
945
|
-
};
|
|
946
|
-
type: {
|
|
947
|
-
type: StringConstructor;
|
|
948
|
-
default: "filled";
|
|
949
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
950
|
-
};
|
|
951
|
-
color: {
|
|
952
|
-
type: (StringConstructor | null)[];
|
|
953
|
-
default: "primary";
|
|
954
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
942
|
+
default: "large";
|
|
943
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
955
944
|
};
|
|
956
945
|
radius: {
|
|
957
946
|
type: StringConstructor;
|
|
958
947
|
default: "capsule";
|
|
959
|
-
validator(value: import('
|
|
948
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
960
949
|
};
|
|
961
|
-
|
|
950
|
+
type: {
|
|
962
951
|
type: StringConstructor;
|
|
963
|
-
default: "
|
|
964
|
-
validator(value: import('
|
|
952
|
+
default: "icon-only";
|
|
953
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
965
954
|
};
|
|
966
|
-
|
|
955
|
+
icon: {
|
|
967
956
|
type: ObjectConstructor;
|
|
968
|
-
|
|
957
|
+
required: true;
|
|
969
958
|
validator(icon: unknown): boolean;
|
|
970
959
|
};
|
|
971
|
-
|
|
972
|
-
type:
|
|
973
|
-
default:
|
|
974
|
-
validator(
|
|
960
|
+
color: {
|
|
961
|
+
type: StringConstructor;
|
|
962
|
+
default: "primary";
|
|
963
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
964
|
+
};
|
|
965
|
+
colorScheme: {
|
|
966
|
+
type: StringConstructor;
|
|
967
|
+
default: "all-in-color";
|
|
968
|
+
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
975
969
|
};
|
|
976
970
|
elevation: {
|
|
977
971
|
type: StringConstructor;
|
|
978
972
|
default: "none";
|
|
979
|
-
validator(value: import('
|
|
973
|
+
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
974
|
+
};
|
|
975
|
+
touchable: {
|
|
976
|
+
type: BooleanConstructor;
|
|
977
|
+
default: boolean;
|
|
978
|
+
};
|
|
979
|
+
state: {
|
|
980
|
+
type: StringConstructor;
|
|
981
|
+
default: "default";
|
|
982
|
+
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
980
983
|
};
|
|
981
984
|
}>> & Readonly<{}>, {
|
|
982
985
|
size: string;
|
|
983
986
|
type: string;
|
|
984
|
-
|
|
987
|
+
touchable: boolean;
|
|
988
|
+
color: string;
|
|
985
989
|
elevation: string;
|
|
986
990
|
radius: string;
|
|
987
991
|
state: string;
|
|
988
|
-
|
|
989
|
-
iconRight: Record<string, any>;
|
|
992
|
+
colorScheme: string;
|
|
990
993
|
}, {}, {
|
|
991
994
|
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
992
995
|
icon: {
|
|
@@ -1063,910 +1066,95 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1063
1066
|
}, {}, {
|
|
1064
1067
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1065
1068
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
size: {
|
|
1069
|
-
type: StringConstructor;
|
|
1070
|
-
default: "large";
|
|
1071
|
-
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1072
|
-
};
|
|
1073
|
-
radius: {
|
|
1074
|
-
type: StringConstructor;
|
|
1075
|
-
default: "capsule";
|
|
1076
|
-
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1077
|
-
};
|
|
1078
|
-
type: {
|
|
1079
|
-
type: StringConstructor;
|
|
1080
|
-
default: "icon-only";
|
|
1081
|
-
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1082
|
-
};
|
|
1083
|
-
icon: {
|
|
1084
|
-
type: ObjectConstructor;
|
|
1085
|
-
required: true;
|
|
1086
|
-
validator(icon: unknown): boolean;
|
|
1087
|
-
};
|
|
1088
|
-
color: {
|
|
1089
|
-
type: StringConstructor;
|
|
1090
|
-
default: "primary";
|
|
1091
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1092
|
-
};
|
|
1093
|
-
colorScheme: {
|
|
1094
|
-
type: StringConstructor;
|
|
1095
|
-
default: "all-in-color";
|
|
1096
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1097
|
-
};
|
|
1098
|
-
elevation: {
|
|
1099
|
-
type: StringConstructor;
|
|
1100
|
-
default: "none";
|
|
1101
|
-
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1102
|
-
};
|
|
1103
|
-
touchable: {
|
|
1104
|
-
type: BooleanConstructor;
|
|
1105
|
-
default: boolean;
|
|
1106
|
-
};
|
|
1107
|
-
state: {
|
|
1108
|
-
type: StringConstructor;
|
|
1109
|
-
default: "default";
|
|
1110
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
1111
|
-
};
|
|
1112
|
-
}>, {
|
|
1113
|
-
isHovered: import('vue').Ref<boolean>;
|
|
1114
|
-
mouseOver: () => void;
|
|
1115
|
-
mouseLeave: () => void;
|
|
1116
|
-
touchStart: () => void;
|
|
1117
|
-
touchEnd: () => void;
|
|
1118
|
-
}, {
|
|
1119
|
-
ICONS: Readonly<{
|
|
1120
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
1121
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
1122
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1123
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1124
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1125
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1126
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1127
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1128
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1129
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1130
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1131
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1132
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1133
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1134
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1135
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1136
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1137
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1138
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1139
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1140
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1141
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1142
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1143
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1144
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1145
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1146
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1147
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1148
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1149
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1150
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1151
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1152
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1153
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1154
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1155
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1156
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1157
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1158
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1159
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1160
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1161
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1162
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1163
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1164
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1165
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1166
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1167
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1168
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1169
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1170
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1171
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1172
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1173
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1174
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1175
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1176
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1177
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1178
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1179
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1180
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1181
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1182
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1183
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1184
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1185
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1186
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1187
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1188
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1189
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1190
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1191
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1192
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1193
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1194
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1195
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1196
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1197
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1198
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1199
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1200
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1201
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1202
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1203
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1204
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1205
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1206
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1207
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1208
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1209
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1210
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1211
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1212
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1213
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1214
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1215
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1216
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1217
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1218
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1219
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1220
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1221
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1222
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1223
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1224
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1225
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1226
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1227
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1228
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1229
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1230
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1231
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1232
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1233
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1234
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1235
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1236
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1237
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1238
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1239
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1240
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1241
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1242
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1243
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1244
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1245
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1246
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1247
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1248
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1249
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1250
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1251
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1252
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1253
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1254
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1255
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1256
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1257
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1258
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1259
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1260
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1261
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1262
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1263
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1264
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1265
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1266
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1267
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1268
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1269
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1270
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1271
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1272
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1273
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1274
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1275
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1276
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1277
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1278
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1279
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1280
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1281
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1282
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1283
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1284
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1285
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1286
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1287
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1288
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1289
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1290
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1291
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1292
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1293
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1294
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1295
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1296
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1297
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1298
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1299
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1300
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1301
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1302
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1303
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1304
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1305
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1306
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1307
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1308
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1309
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1310
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1311
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1312
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1313
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1314
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1315
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1316
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1317
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1318
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1319
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1320
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1321
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1322
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1323
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1324
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1325
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1326
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1327
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1328
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1329
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1330
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1331
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1332
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1333
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1334
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1335
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1336
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1337
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1338
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1339
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1340
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1341
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1342
|
-
}>;
|
|
1343
|
-
ICON_SIZES: Readonly<{
|
|
1344
|
-
XXX_SMALL: string;
|
|
1345
|
-
XX_SMALL: string;
|
|
1346
|
-
X_SMALL: string;
|
|
1347
|
-
SMALL: string;
|
|
1348
|
-
MEDIUM: string;
|
|
1349
|
-
LARGE: string;
|
|
1350
|
-
X_LARGE: string;
|
|
1351
|
-
XX_LARGE: string;
|
|
1352
|
-
}>;
|
|
1353
|
-
ICON_BUTTON_SIZES: Readonly<{
|
|
1354
|
-
readonly XX_SMALL: "xx-small";
|
|
1355
|
-
readonly X_SMALL: "x-small";
|
|
1356
|
-
readonly SMALL: "small";
|
|
1357
|
-
readonly MEDIUM: "medium";
|
|
1358
|
-
readonly LARGE: "large";
|
|
1359
|
-
}>;
|
|
1360
|
-
ICON_BUTTON_COLOR_SCHEMES: Readonly<{
|
|
1361
|
-
readonly ALL_IN_COLOR: "all-in-color";
|
|
1362
|
-
readonly NEUTRAL_LABEL: "neutral-label";
|
|
1363
|
-
}>;
|
|
1364
|
-
ICON_BUTTON_TYPES: Readonly<{
|
|
1365
|
-
readonly ICON_ONLY: "icon-only";
|
|
1366
|
-
readonly OUTLINED: "outlined";
|
|
1367
|
-
readonly FILLED: "filled";
|
|
1368
|
-
}>;
|
|
1369
|
-
ICON_BUTTON_STATES: Readonly<{
|
|
1370
|
-
readonly DEFAULT: "default";
|
|
1371
|
-
readonly HOVERED: "hovered";
|
|
1372
|
-
readonly FOCUSED: "focused";
|
|
1373
|
-
readonly DISABLED: "disabled";
|
|
1374
|
-
readonly LOADING: "loading";
|
|
1375
|
-
}>;
|
|
1376
|
-
ICON_BUTTON_COLORS: Readonly<{
|
|
1377
|
-
readonly PRIMARY: "primary";
|
|
1378
|
-
readonly NEUTRAL: "neutral";
|
|
1379
|
-
readonly NEUTRAL_WEAK: "neutral-weak";
|
|
1380
|
-
readonly FAIL: "fail";
|
|
1381
|
-
readonly DANGER: "danger";
|
|
1382
|
-
readonly SUCCESS: "success";
|
|
1383
|
-
readonly INVERTED: "inverted";
|
|
1384
|
-
readonly WARNING: "warning";
|
|
1385
|
-
readonly INFO: "info";
|
|
1386
|
-
}>;
|
|
1387
|
-
BUTTON_COLORS: Readonly<{
|
|
1388
|
-
readonly PRIMARY: "primary";
|
|
1389
|
-
readonly NEUTRAL: "neutral";
|
|
1390
|
-
readonly DANGER: "danger";
|
|
1391
|
-
readonly SUCCESS: "success";
|
|
1392
|
-
readonly INVERTED: "inverted";
|
|
1393
|
-
}>;
|
|
1394
|
-
}, {
|
|
1395
|
-
iconSize(): string;
|
|
1396
|
-
buttonType(): string;
|
|
1397
|
-
computedColor(): string | undefined;
|
|
1398
|
-
isButtonColor(): boolean;
|
|
1399
|
-
colorClassName(): string;
|
|
1400
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1401
|
-
size: {
|
|
1402
|
-
type: StringConstructor;
|
|
1403
|
-
default: "large";
|
|
1404
|
-
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1405
|
-
};
|
|
1406
|
-
radius: {
|
|
1407
|
-
type: StringConstructor;
|
|
1408
|
-
default: "capsule";
|
|
1409
|
-
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1410
|
-
};
|
|
1411
|
-
type: {
|
|
1412
|
-
type: StringConstructor;
|
|
1413
|
-
default: "icon-only";
|
|
1414
|
-
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1415
|
-
};
|
|
1416
|
-
icon: {
|
|
1417
|
-
type: ObjectConstructor;
|
|
1418
|
-
required: true;
|
|
1419
|
-
validator(icon: unknown): boolean;
|
|
1420
|
-
};
|
|
1421
|
-
color: {
|
|
1422
|
-
type: StringConstructor;
|
|
1423
|
-
default: "primary";
|
|
1424
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1425
|
-
};
|
|
1426
|
-
colorScheme: {
|
|
1427
|
-
type: StringConstructor;
|
|
1428
|
-
default: "all-in-color";
|
|
1429
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1430
|
-
};
|
|
1431
|
-
elevation: {
|
|
1432
|
-
type: StringConstructor;
|
|
1433
|
-
default: "none";
|
|
1434
|
-
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1435
|
-
};
|
|
1436
|
-
touchable: {
|
|
1437
|
-
type: BooleanConstructor;
|
|
1438
|
-
default: boolean;
|
|
1439
|
-
};
|
|
1440
|
-
state: {
|
|
1441
|
-
type: StringConstructor;
|
|
1442
|
-
default: "default";
|
|
1443
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
1444
|
-
};
|
|
1445
|
-
}>> & Readonly<{}>, {
|
|
1446
|
-
size: string;
|
|
1447
|
-
type: string;
|
|
1448
|
-
touchable: boolean;
|
|
1449
|
-
color: string;
|
|
1450
|
-
elevation: string;
|
|
1451
|
-
radius: string;
|
|
1452
|
-
state: string;
|
|
1453
|
-
colorScheme: string;
|
|
1454
|
-
}, {}, {
|
|
1455
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1456
|
-
icon: {
|
|
1457
|
-
type: ObjectConstructor;
|
|
1458
|
-
required: true;
|
|
1459
|
-
validator(icon: unknown): boolean;
|
|
1460
|
-
};
|
|
1461
|
-
size: {
|
|
1462
|
-
type: StringConstructor;
|
|
1463
|
-
default: string;
|
|
1464
|
-
validator: (value: string) => boolean;
|
|
1465
|
-
};
|
|
1466
|
-
rotation: {
|
|
1467
|
-
type: (NumberConstructor | null)[];
|
|
1468
|
-
default: null;
|
|
1469
|
-
};
|
|
1470
|
-
flippedVertical: {
|
|
1471
|
-
type: BooleanConstructor;
|
|
1472
|
-
default: boolean;
|
|
1473
|
-
};
|
|
1474
|
-
flippedHorizontal: {
|
|
1475
|
-
type: BooleanConstructor;
|
|
1476
|
-
default: boolean;
|
|
1477
|
-
};
|
|
1478
|
-
touchable: {
|
|
1479
|
-
type: BooleanConstructor;
|
|
1480
|
-
default: boolean;
|
|
1481
|
-
};
|
|
1482
|
-
spinning: {
|
|
1483
|
-
type: BooleanConstructor;
|
|
1484
|
-
default: boolean;
|
|
1485
|
-
};
|
|
1486
|
-
}>, {}, {}, {
|
|
1487
|
-
sizeClassName(): string;
|
|
1488
|
-
isFontawesomeIcon(): boolean;
|
|
1489
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1490
|
-
icon: {
|
|
1491
|
-
type: ObjectConstructor;
|
|
1492
|
-
required: true;
|
|
1493
|
-
validator(icon: unknown): boolean;
|
|
1494
|
-
};
|
|
1495
|
-
size: {
|
|
1496
|
-
type: StringConstructor;
|
|
1497
|
-
default: string;
|
|
1498
|
-
validator: (value: string) => boolean;
|
|
1499
|
-
};
|
|
1500
|
-
rotation: {
|
|
1501
|
-
type: (NumberConstructor | null)[];
|
|
1502
|
-
default: null;
|
|
1503
|
-
};
|
|
1504
|
-
flippedVertical: {
|
|
1505
|
-
type: BooleanConstructor;
|
|
1506
|
-
default: boolean;
|
|
1507
|
-
};
|
|
1508
|
-
flippedHorizontal: {
|
|
1509
|
-
type: BooleanConstructor;
|
|
1510
|
-
default: boolean;
|
|
1511
|
-
};
|
|
1512
|
-
touchable: {
|
|
1513
|
-
type: BooleanConstructor;
|
|
1514
|
-
default: boolean;
|
|
1515
|
-
};
|
|
1516
|
-
spinning: {
|
|
1517
|
-
type: BooleanConstructor;
|
|
1518
|
-
default: boolean;
|
|
1519
|
-
};
|
|
1520
|
-
}>> & Readonly<{}>, {
|
|
1521
|
-
rotation: number | null;
|
|
1522
|
-
size: string;
|
|
1523
|
-
flippedVertical: boolean;
|
|
1524
|
-
flippedHorizontal: boolean;
|
|
1525
|
-
touchable: boolean;
|
|
1526
|
-
spinning: boolean;
|
|
1527
|
-
}, {}, {
|
|
1528
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1529
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1530
|
-
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1531
|
-
size: {
|
|
1532
|
-
type: StringConstructor;
|
|
1533
|
-
default: "medium";
|
|
1534
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1535
|
-
};
|
|
1536
|
-
type: {
|
|
1537
|
-
type: StringConstructor;
|
|
1538
|
-
default: "filled";
|
|
1539
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1540
|
-
};
|
|
1541
|
-
color: {
|
|
1542
|
-
type: (StringConstructor | null)[];
|
|
1543
|
-
default: "primary";
|
|
1544
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1545
|
-
};
|
|
1546
|
-
radius: {
|
|
1547
|
-
type: StringConstructor;
|
|
1548
|
-
default: "capsule";
|
|
1549
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1550
|
-
};
|
|
1551
|
-
state: {
|
|
1552
|
-
type: StringConstructor;
|
|
1553
|
-
default: "default";
|
|
1554
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1555
|
-
};
|
|
1556
|
-
iconLeft: {
|
|
1557
|
-
type: ObjectConstructor;
|
|
1558
|
-
default: null;
|
|
1559
|
-
validator(icon: unknown): boolean;
|
|
1560
|
-
};
|
|
1561
|
-
iconRight: {
|
|
1562
|
-
type: ObjectConstructor;
|
|
1563
|
-
default: null;
|
|
1564
|
-
validator(icon: unknown): boolean;
|
|
1565
|
-
};
|
|
1566
|
-
elevation: {
|
|
1567
|
-
type: StringConstructor;
|
|
1568
|
-
default: "none";
|
|
1569
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
|
|
1570
|
-
};
|
|
1571
|
-
}>, {}, {
|
|
1572
|
-
ICONS: Readonly<{
|
|
1573
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
1574
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
1575
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1576
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1577
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1578
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1579
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1580
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1581
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1582
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1583
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1584
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1585
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1586
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1587
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1588
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1589
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1590
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1591
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1592
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1593
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1594
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1595
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1596
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1597
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1598
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1599
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1600
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1601
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1602
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1603
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1604
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1605
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1606
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1607
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1608
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1609
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1610
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1611
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1612
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1613
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1614
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1615
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1616
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1617
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1618
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1619
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1620
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1621
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1622
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1623
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1624
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1625
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1626
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1627
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1628
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1629
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1630
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1631
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1632
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1633
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1634
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1635
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1636
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1637
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1638
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1639
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1640
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1641
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1642
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1643
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1644
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1645
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1646
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1647
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1648
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1649
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1650
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1651
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1652
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1653
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1654
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1655
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1656
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1657
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1658
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1659
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1660
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1661
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1662
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1663
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1664
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1665
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1666
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1667
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1668
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1669
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1670
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1671
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1672
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1673
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1674
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1675
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1676
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1677
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1678
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1679
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1680
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1681
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1682
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1683
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1684
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1685
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1686
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1687
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1688
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1689
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1690
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1691
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1692
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1693
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1694
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1695
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1696
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1697
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1698
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1699
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1700
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1701
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1702
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1703
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1704
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1705
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1706
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1707
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1708
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1709
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1710
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1711
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1712
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1713
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1714
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1715
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1716
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1717
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1718
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1719
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1720
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1721
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1722
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1723
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1724
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1725
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1726
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1727
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1728
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1729
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1730
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1731
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1732
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1733
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1734
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1735
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1736
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1737
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1738
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1739
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1740
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1741
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1742
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1743
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1744
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1745
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1746
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1747
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1748
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1749
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1750
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1751
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1752
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1753
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1754
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1755
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1756
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1757
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1758
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1759
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1760
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1761
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1762
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1763
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1764
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1765
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1766
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1767
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1768
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1769
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1770
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1771
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1772
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1773
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1774
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1775
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1776
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1777
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1778
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1779
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1780
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1781
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1782
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1783
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1784
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1785
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1786
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1787
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1788
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1789
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1790
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1791
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1792
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1793
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1794
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1795
|
-
}>;
|
|
1796
|
-
ICON_SIZES: Readonly<{
|
|
1797
|
-
XXX_SMALL: string;
|
|
1798
|
-
XX_SMALL: string;
|
|
1799
|
-
X_SMALL: string;
|
|
1800
|
-
SMALL: string;
|
|
1801
|
-
MEDIUM: string;
|
|
1802
|
-
LARGE: string;
|
|
1803
|
-
X_LARGE: string;
|
|
1804
|
-
XX_LARGE: string;
|
|
1805
|
-
}>;
|
|
1806
|
-
BUTTON_TYPES: Readonly<{
|
|
1807
|
-
readonly FILLED: "filled";
|
|
1808
|
-
readonly OUTLINED: "outlined";
|
|
1809
|
-
readonly TEXT: "text";
|
|
1810
|
-
}>;
|
|
1811
|
-
COLORS: Readonly<{
|
|
1812
|
-
readonly PRIMARY: "primary";
|
|
1813
|
-
readonly NEUTRAL: "neutral";
|
|
1814
|
-
readonly DANGER: "danger";
|
|
1815
|
-
readonly SUCCESS: "success";
|
|
1816
|
-
readonly INVERTED: "inverted";
|
|
1817
|
-
}>;
|
|
1818
|
-
RADIUSES: Readonly<{
|
|
1819
|
-
readonly CAPSULE: "capsule";
|
|
1820
|
-
readonly ROUNDED: "rounded";
|
|
1821
|
-
}>;
|
|
1822
|
-
SIZES: Readonly<{
|
|
1823
|
-
readonly SMALL: "small";
|
|
1824
|
-
readonly MEDIUM: "medium";
|
|
1825
|
-
readonly LARGE: "large";
|
|
1826
|
-
}>;
|
|
1827
|
-
STATES: Readonly<{
|
|
1828
|
-
readonly DEFAULT: "default";
|
|
1829
|
-
readonly HOVERED: "hovered";
|
|
1830
|
-
readonly FOCUSED: "focused";
|
|
1831
|
-
readonly DISABLED: "disabled";
|
|
1832
|
-
readonly LOADING: "loading";
|
|
1833
|
-
}>;
|
|
1834
|
-
ELEVATIONS: Readonly<{
|
|
1835
|
-
readonly NONE: "none";
|
|
1836
|
-
readonly X_SMALL: "x-small";
|
|
1837
|
-
readonly SMALL: "small";
|
|
1838
|
-
}>;
|
|
1839
|
-
}, {
|
|
1840
|
-
iconSize(): string;
|
|
1841
|
-
colorClassName(): string;
|
|
1842
|
-
loadingIconSize(): string;
|
|
1843
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1844
|
-
size: {
|
|
1845
|
-
type: StringConstructor;
|
|
1846
|
-
default: "medium";
|
|
1847
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1848
|
-
};
|
|
1849
|
-
type: {
|
|
1850
|
-
type: StringConstructor;
|
|
1851
|
-
default: "filled";
|
|
1852
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1853
|
-
};
|
|
1854
|
-
color: {
|
|
1855
|
-
type: (StringConstructor | null)[];
|
|
1856
|
-
default: "primary";
|
|
1857
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1858
|
-
};
|
|
1859
|
-
radius: {
|
|
1860
|
-
type: StringConstructor;
|
|
1861
|
-
default: "capsule";
|
|
1862
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1863
|
-
};
|
|
1864
|
-
state: {
|
|
1865
|
-
type: StringConstructor;
|
|
1866
|
-
default: "default";
|
|
1867
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1868
|
-
};
|
|
1869
|
-
iconLeft: {
|
|
1870
|
-
type: ObjectConstructor;
|
|
1871
|
-
default: null;
|
|
1872
|
-
validator(icon: unknown): boolean;
|
|
1873
|
-
};
|
|
1874
|
-
iconRight: {
|
|
1875
|
-
type: ObjectConstructor;
|
|
1876
|
-
default: null;
|
|
1877
|
-
validator(icon: unknown): boolean;
|
|
1878
|
-
};
|
|
1879
|
-
elevation: {
|
|
1880
|
-
type: StringConstructor;
|
|
1881
|
-
default: "none";
|
|
1882
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
|
|
1883
|
-
};
|
|
1884
|
-
}>> & Readonly<{}>, {
|
|
1885
|
-
size: string;
|
|
1886
|
-
type: string;
|
|
1887
|
-
color: string | null;
|
|
1888
|
-
elevation: string;
|
|
1889
|
-
radius: string;
|
|
1890
|
-
state: string;
|
|
1891
|
-
iconLeft: Record<string, any>;
|
|
1892
|
-
iconRight: Record<string, any>;
|
|
1893
|
-
}, {}, {
|
|
1894
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1895
|
-
icon: {
|
|
1896
|
-
type: ObjectConstructor;
|
|
1897
|
-
required: true;
|
|
1898
|
-
validator(icon: unknown): boolean;
|
|
1899
|
-
};
|
|
1069
|
+
WnlButton: {
|
|
1070
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1900
1071
|
size: {
|
|
1901
|
-
type:
|
|
1902
|
-
default: string;
|
|
1903
|
-
validator: (value: string) => boolean;
|
|
1072
|
+
type: import('vue').PropType<string>;
|
|
1904
1073
|
};
|
|
1905
|
-
|
|
1906
|
-
type: (
|
|
1907
|
-
default: null;
|
|
1074
|
+
type: {
|
|
1075
|
+
type: import('vue').PropType<string>;
|
|
1908
1076
|
};
|
|
1909
|
-
|
|
1910
|
-
type:
|
|
1911
|
-
default: boolean;
|
|
1077
|
+
color: {
|
|
1078
|
+
type: import('vue').PropType<string | null>;
|
|
1912
1079
|
};
|
|
1913
|
-
|
|
1914
|
-
type:
|
|
1915
|
-
default: boolean;
|
|
1080
|
+
radius: {
|
|
1081
|
+
type: import('vue').PropType<string>;
|
|
1916
1082
|
};
|
|
1917
|
-
|
|
1918
|
-
type:
|
|
1919
|
-
default: boolean;
|
|
1083
|
+
state: {
|
|
1084
|
+
type: import('vue').PropType<string>;
|
|
1920
1085
|
};
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1086
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1087
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1088
|
+
elevation: {
|
|
1089
|
+
type: import('vue').PropType<string>;
|
|
1924
1090
|
};
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
isFontawesomeIcon(): boolean;
|
|
1928
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1929
|
-
icon: {
|
|
1930
|
-
type: ObjectConstructor;
|
|
1931
|
-
required: true;
|
|
1932
|
-
validator(icon: unknown): boolean;
|
|
1091
|
+
as: {
|
|
1092
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1933
1093
|
};
|
|
1094
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1095
|
+
P: {};
|
|
1096
|
+
B: {};
|
|
1097
|
+
D: {};
|
|
1098
|
+
C: {};
|
|
1099
|
+
M: {};
|
|
1100
|
+
Defaults: {};
|
|
1101
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1934
1102
|
size: {
|
|
1935
|
-
type:
|
|
1936
|
-
default: string;
|
|
1937
|
-
validator: (value: string) => boolean;
|
|
1103
|
+
type: import('vue').PropType<string>;
|
|
1938
1104
|
};
|
|
1939
|
-
|
|
1940
|
-
type: (
|
|
1941
|
-
default: null;
|
|
1105
|
+
type: {
|
|
1106
|
+
type: import('vue').PropType<string>;
|
|
1942
1107
|
};
|
|
1943
|
-
|
|
1944
|
-
type:
|
|
1945
|
-
default: boolean;
|
|
1108
|
+
color: {
|
|
1109
|
+
type: import('vue').PropType<string | null>;
|
|
1946
1110
|
};
|
|
1947
|
-
|
|
1948
|
-
type:
|
|
1949
|
-
default: boolean;
|
|
1111
|
+
radius: {
|
|
1112
|
+
type: import('vue').PropType<string>;
|
|
1950
1113
|
};
|
|
1951
|
-
|
|
1952
|
-
type:
|
|
1953
|
-
default: boolean;
|
|
1114
|
+
state: {
|
|
1115
|
+
type: import('vue').PropType<string>;
|
|
1954
1116
|
};
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1117
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1118
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1119
|
+
elevation: {
|
|
1120
|
+
type: import('vue').PropType<string>;
|
|
1958
1121
|
};
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1122
|
+
as: {
|
|
1123
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1124
|
+
};
|
|
1125
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1126
|
+
__isFragment?: never;
|
|
1127
|
+
__isTeleport?: never;
|
|
1128
|
+
__isSuspense?: never;
|
|
1129
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1130
|
+
size: {
|
|
1131
|
+
type: import('vue').PropType<string>;
|
|
1132
|
+
};
|
|
1133
|
+
type: {
|
|
1134
|
+
type: import('vue').PropType<string>;
|
|
1135
|
+
};
|
|
1136
|
+
color: {
|
|
1137
|
+
type: import('vue').PropType<string | null>;
|
|
1138
|
+
};
|
|
1139
|
+
radius: {
|
|
1140
|
+
type: import('vue').PropType<string>;
|
|
1141
|
+
};
|
|
1142
|
+
state: {
|
|
1143
|
+
type: import('vue').PropType<string>;
|
|
1144
|
+
};
|
|
1145
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1146
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1147
|
+
elevation: {
|
|
1148
|
+
type: import('vue').PropType<string>;
|
|
1149
|
+
};
|
|
1150
|
+
as: {
|
|
1151
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1152
|
+
};
|
|
1153
|
+
}>> & 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 () => {
|
|
1154
|
+
$slots: {
|
|
1155
|
+
default?(_: {}): any;
|
|
1156
|
+
};
|
|
1157
|
+
});
|
|
1970
1158
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1971
1159
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1972
1160
|
export default _default;
|