@bethinkpl/design-system 26.16.0 → 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/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/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 +77 -427
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +1 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +2 -0
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +1 -0
- 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/InputField/InputField.types.d.ts +1 -0
- package/dist/lib/js/components/Form/InputField/InputField.vue.d.ts +6 -0
- package/dist/lib/js/components/Form/InputField/useInputFieldWithinForm.d.ts +8 -0
- package/dist/lib/js/components/Form/PasswordField/PasswordField.vue.d.ts +6 -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.vue.d.ts +266 -1079
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +270 -1082
- 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 +188 -579
- 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 +3 -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-DW-L4l_0.js → AccessStatus-DGd8XBwr.js} +1 -1
- package/docs/assets/{AccessStatus.stories-DwCxxAOP.js → AccessStatus.stories-BUpfD_Uw.js} +1 -1
- package/docs/assets/{Avatar-CRVC-fPA.js → Avatar-DJEZDpOI.js} +1 -1
- package/docs/assets/{Avatar.stories-D7i8UwP9.js → Avatar.stories-D40fYcFF.js} +1 -1
- package/docs/assets/{Badge-h4Z2ZKD4.js → Badge-B8eFbzRx.js} +1 -1
- package/docs/assets/{Badge.stories-Bl04pHS_.js → Badge.stories-DxdwaS-k.js} +3 -3
- package/docs/assets/{BadgeScore-CuteYyZb.js → BadgeScore-ByouU1Eu.js} +1 -1
- package/docs/assets/{BadgeScore.stories-BvHEI0pW.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-C93Qb4K6.js → BasicRichListItem-NMNh0Xfo.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-B2smX5s7.js → BasicRichListItem.stories-Gu9n5wvW.js} +2 -2
- package/docs/assets/{BlockadeStatus-B0FY65_h.js → BlockadeStatus-Dqr_LSfC.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-DZ1mfq2q.js → BlockedeStatus.stories-BKblKF33.js} +1 -1
- package/docs/assets/Button-XuK8IxnR.js +1 -0
- package/docs/assets/{Button.stories-BOpQOZ6x.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-BMUVeR31.js → CardExpandable-CPuSx_lW.js} +1 -1
- package/docs/assets/{CardExpandable.stories-CPAZ4mof.js → CardExpandable.stories-mHnNt6zg.js} +1 -1
- package/docs/assets/{Checkbox-CIfSektM.js → Checkbox-g1Bvy8z-.js} +1 -1
- package/docs/assets/{Checkbox.stories-Dt5C89R2.js → Checkbox.stories-DdJRLzJy.js} +1 -1
- package/docs/assets/{Chip-Bi-iKYH0.js → Chip-CGm2pLPD.js} +1 -1
- package/docs/assets/{Chip.stories-BukfI_wY.js → Chip.stories-CnHjkDSI.js} +1 -1
- package/docs/assets/Color-ERTF36HU-8BveRk6J.js +1 -0
- package/docs/assets/{Colors.stories-yICh_E96.js → Colors.stories-BtNgjWxi.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-CKiphr3E.js → ColorsThemes.stories-Ct0Ai41o.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-C_hRq1fa.js → ColorsTokensLms.stories-BP-WMJrS.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-TzJMcnGg.js → ColorsTokensPrimaryBodywork.stories-zdX-tf4x.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-CCArJaTw.js → ColorsTokensPrimaryWnl.stories-DFVUj_99.js} +1 -1
- package/docs/assets/{CounterToggle-D3jTLdlU.js → CounterToggle-B9hjjWpv.js} +1 -1
- package/docs/assets/{CounterToggle.stories-BZAgprZf.js → CounterToggle.stories-BtS63BEz.js} +1 -1
- package/docs/assets/{DateBox.stories-CNTaIflE.js → DateBox.stories-B7PTVLxc.js} +1 -1
- package/docs/assets/{DatePicker-aMS5YOMW.js → DatePicker-70Dj0lsn.js} +1 -1
- package/docs/assets/{DatePicker.stories-DnojtGGT.js → DatePicker.stories-DZN51CwX.js} +1 -1
- package/docs/assets/{DateRangePicker-B25oMOoU.js → DateRangePicker-D5bqKMMk.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-CaIkM98h.js → DateRangePicker.stories-WhCXoUeh.js} +1 -1
- package/docs/assets/{Divider-BNN8PhWF.js → Divider-NOTDPuJ1.js} +1 -1
- package/docs/assets/{Divider.stories-DQGq5WIM.js → Divider.stories-Cjyx7utt.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-DsMNfqFA.js → DocsRenderer-CFRXHY34-BThTLMHt.js} +72 -72
- package/docs/assets/{Drawer-CgEP8-bU.js → Drawer-CrAn35Yo.js} +1 -1
- package/docs/assets/{Drawer.stories-CetCbwOV.js → Drawer.stories-iInS0JV5.js} +1 -1
- package/docs/assets/{DrawerContent-Dna0k_5V.js → DrawerContent-DAIzyQNz.js} +1 -1
- package/docs/assets/{DrawerContent.stories-BqJ3zitz.js → DrawerContent.stories-CBpbbVk_.js} +1 -1
- package/docs/assets/{DrawerDivider-BjBlvEOJ.js → DrawerDivider-CKRXkKRz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-BN_G8JML.js → DrawerDivider.stories-iQ2J_ExP.js} +1 -1
- package/docs/assets/DrawerHeader-DPBlervR.js +1 -0
- package/docs/assets/{DrawerHeader.stories-CsM4PkKY.js → DrawerHeader.stories-ugFv_siA.js} +1 -1
- package/docs/assets/{DrawerListItem-BOEqjnvB.js → DrawerListItem-ClOcwiVc.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-Br_BBZTl.js → DrawerListItem.stories-BMZ35_qS.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-qG_7CJ2Z.js → DrawerListItemGroup-SEWltKLJ.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-Dj7XnOfZ.js → DrawerListItemGroup.stories-Bn2TyQLH.js} +1 -1
- package/docs/assets/DrawerSection-ByJjEPPu.js +1 -0
- package/docs/assets/{DrawerSection.stories-bac3ulNN.js → DrawerSection.stories-DuLphbcs.js} +1 -1
- package/docs/assets/{DrawerTile-3UrW0AGT.js → DrawerTile-BGQvQQSp.js} +1 -1
- package/docs/assets/DrawerTile.stories-DCe2L4Tv.js +10 -0
- package/docs/assets/{Dropdown-vkyblifO.js → Dropdown-Bdrd2ZIh.js} +1 -1
- package/docs/assets/{Dropdown.stories-Bvkxpx3n.js → Dropdown.stories-DnkREwa1.js} +2 -2
- package/docs/assets/FeatureIcon-DY5WvpPf.js +1 -0
- package/docs/assets/{FeatureIcon.stories-D1igtEZB.js → FeatureIcon.stories-BqYqiSzM.js} +1 -1
- package/docs/assets/FormField-BjLFip7T.js +1 -0
- package/docs/assets/{FormField.stories-DXTo4Z_Y.js → FormField.stories-DY8Mz4YE.js} +1 -1
- package/docs/assets/{FormField.stories.shared-D4ktxakv.js → FormField.stories.shared-3_36NKi_.js} +1 -1
- package/docs/assets/{FormFieldMessage-JNi0OUbH.js → FormFieldMessage-B4Oy2QBT.js} +1 -1
- package/docs/assets/{FormFieldMessage.stories-lK_yWKrc.js → FormFieldMessage.stories-BD7JfJNj.js} +1 -1
- package/docs/assets/{GroupRichListItem-D8nu5Fv9.js → GroupRichListItem-CHiSrcou.js} +1 -1
- package/docs/assets/{GroupRichListItem.stories-DKL_YGxk.js → GroupRichListItem.stories-C3EubvlY.js} +1 -1
- package/docs/assets/HelpButton-BStTtLsz.js +1 -0
- package/docs/assets/{HelpButton.stories-D4-sk1wV.js → HelpButton.stories-C3-CU20F.js} +1 -1
- package/docs/assets/Icon-DUeXRUm6.js +761 -0
- package/docs/assets/{Icon.stories-DaFYO7BK.js → Icon.stories-ClzUno-E.js} +1 -1
- package/docs/assets/IconButton-Cn83Zk5-.js +1 -0
- package/docs/assets/{IconButton.stories-BB9x50r9.js → IconButton.stories-CwZts8kF.js} +6 -6
- package/docs/assets/{IconText-Bl-DK5dv.js → IconText-Colreg4i.js} +1 -1
- package/docs/assets/{IconText.stories-BbDEYbhY.js → IconText.stories-DSZffl3k.js} +1 -1
- package/docs/assets/{Image-DXVGtCU-.js → Image-B7PRENWe.js} +1 -1
- package/docs/assets/{Image.stories-CmX0xWLp.js → Image.stories-DkYrm30P.js} +1 -1
- package/docs/assets/InputField-CplPTgjC.js +5 -0
- package/docs/assets/{InputField.stories-B6VUcIZA.js → InputField.stories-K675XZL5.js} +1 -1
- package/docs/assets/{ItemsList-BT-ch5Ki.js → ItemsList-nTRSgJDP.js} +1 -1
- package/docs/assets/{LoadingBar-CoXHVlvM.js → LoadingBar-DGNrwKu4.js} +1 -1
- package/docs/assets/{LoadingBar.stories-B_l4HaQT.js → LoadingBar.stories-owR_6Oqy.js} +1 -1
- package/docs/assets/{Modal-xuXnp0B3.js → Modal-ByQBkOMU.js} +1 -1
- package/docs/assets/{Modal.stories-BSYz4NUn.js → Modal.stories-DlxDxfN1.js} +1 -1
- package/docs/assets/{ModalDialog-D6jipNV9.js → ModalDialog-Cr21J58H.js} +1 -1
- package/docs/assets/{ModalDialog.stories-y0DTZLJ9.js → ModalDialog.stories-DP4FjijI.js} +1 -1
- package/docs/assets/{NumberInCircle-iJQYZsfG.js → NumberInCircle-CE28_Nsz.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-BL7R6Ey9.js → NumberInCircle.stories-DFdUVSKM.js} +1 -1
- package/docs/assets/{OutlineDivider-DpgF_2B_.js → OutlineDivider-DJ9pnpJN.js} +1 -1
- package/docs/assets/{OutlineDivider.stories-CoI8u05k.js → OutlineDivider.stories-Dzpei9KR.js} +1 -1
- package/docs/assets/{OutlineItem-COSzRi1t.js → OutlineItem-CApzlES7.js} +1 -1
- package/docs/assets/{OutlineItem.stories-DPbUVNt7.js → OutlineItem.stories-DtEAJjzy.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-C7vAvTfl.js → OutlineSectionHeader-CSNr7XVB.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-DTI32viO.js → OutlineSectionHeader.stories-CuJwkOKg.js} +1 -1
- package/docs/assets/OverlayHeader-B5ajrI4B.js +1 -0
- package/docs/assets/{OverlayHeader.stories-Daj1gEMT.js → OverlayHeader.stories-Zed9WXER.js} +2 -2
- package/docs/assets/{PageHeader-BKDJxn58.js → PageHeader-Cy-UHuRb.js} +1 -1
- package/docs/assets/{PageHeader.stories-BRdESIfF.js → PageHeader.stories-DlW4dler.js} +1 -1
- package/docs/assets/Pagination-D34dUtsQ.js +1 -0
- package/docs/assets/{Pagination.stories-pk1h1NdC.js → Pagination.stories-IDi5nqa_.js} +2 -2
- package/docs/assets/PasswordField-Bkc6j8ri.js +1 -0
- package/docs/assets/{PasswordField.stories-BMwEm_DO.js → PasswordField.stories-CklmsmJF.js} +1 -1
- package/docs/assets/{PopOver-BjBlXVwF.js → PopOver-DVj1_TNg.js} +1 -1
- package/docs/assets/{PopOver.stories-3QX4Ga4o.js → PopOver.stories-BljOgM3Z.js} +2 -2
- package/docs/assets/{ProgressBar-VrWJHC2p.js → ProgressBar-D2hkMeQ0.js} +1 -1
- package/docs/assets/{ProgressBar.stories-CrZ2zJwI.js → ProgressBar.stories-BDHI6-tO.js} +1 -1
- package/docs/assets/{ProgressDonutChart-CJlokRW-.js → ProgressDonutChart-CBO-vy-E.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-BRxY2dWI.js → ProgressDonutChart.stories-CGwlVICI.js} +1 -1
- package/docs/assets/{RadioButton-DO6I2WfN.js → RadioButton-Bd-D-2PY.js} +1 -1
- package/docs/assets/{RadioButton.stories-C80hUDbi.js → RadioButton.stories-BkCwnbIp.js} +1 -1
- package/docs/assets/{RichListItem.stories-_8Hp41y-.js → RichListItem.stories-Bls_aY12.js} +2 -2
- package/docs/assets/SectionHeader-isKXGfjn.js +1 -0
- package/docs/assets/{SectionHeader.stories-BjccJa_1.js → SectionHeader.stories-Bj3scOLc.js} +1 -1
- package/docs/assets/{SectionTitle-DElPh1Y0.js → SectionTitle-wTuJZZVS.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BOEziRr6.js → SectionTitle.stories-Dr3KOvIl.js} +1 -1
- package/docs/assets/{SelectList-IYj9X3z5.js → SelectList-YMQ8rEMc.js} +1 -1
- package/docs/assets/{SelectList.stories-B0jlx1dv.js → SelectList.stories-ETdEOJ81.js} +1 -1
- package/docs/assets/{SelectListItem-DxlYAAqR.js → SelectListItem-BqKhIPSO.js} +1 -1
- package/docs/assets/{SelectListItem.stories-Cbgqd3q6.js → SelectListItem.stories-ClyL-djS.js} +1 -1
- package/docs/assets/{SelectListItemDivider-Bt5LuCh6.js → SelectListItemDivider-CTU7_4OL.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-BFdzCK8L.js → SelectListItemDivider.stories-rGpk0Yeg.js} +1 -1
- package/docs/assets/{SelectListItemTile-Ci7UUkBi.js → SelectListItemTile-BhOwBFIO.js} +1 -1
- package/docs/assets/SelectListItemTile.stories-BXFfuX9q.js +19 -0
- package/docs/assets/{SelectListItemToggle-uyZKP9l-.js → SelectListItemToggle-C0lffqeC.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-CHKImbbO.js → SelectListItemToggle.stories-D39XrmtN.js} +1 -1
- package/docs/assets/{SelectListSectionTitle-CytprfLI.js → SelectListSectionTitle-B9Dj10G9.js} +1 -1
- package/docs/assets/{SelectListSectionTitle.stories-CHaM0ezF.js → SelectListSectionTitle.stories-DCZ-Sq6v.js} +1 -1
- package/docs/assets/{SelectionControl-D6-Q7FjJ.js → SelectionControl-DIC2vtGo.js} +1 -1
- package/docs/assets/{SelectionTile-BXjJtuZK.js → SelectionTile-D7fhj7-I.js} +2 -2
- package/docs/assets/{SelectionTile.stories-Cdv1DqAb.js → SelectionTile.stories-Cato0iSj.js} +1 -1
- package/docs/assets/{Skeleton-a6juZJ74.js → Skeleton-D5xhZMQa.js} +5 -5
- package/docs/assets/{Skeleton.stories-CU_bwj6g.js → Skeleton.stories-ll-E-sPN.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded-CU362h7V.js → SurveyQuestionOpenEnded-DDdPQe2b.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded.stories-DTfe-q_l.js → SurveyQuestionOpenEnded.stories-mHTUclXK.js} +1 -1
- package/docs/assets/{SurveyQuestionScale-BFW9EZtg.js → SurveyQuestionScale-BKZbW5q7.js} +1 -1
- package/docs/assets/{SurveyQuestionScale.stories-I6PfDZOp.js → SurveyQuestionScale.stories-Cczg5QpY.js} +1 -1
- package/docs/assets/SurveyToggle-Sid2a-IO.js +1 -0
- package/docs/assets/{SurveyToggle.stories-DJz0MG-Y.js → SurveyToggle.stories-Dv7PJARv.js} +1 -1
- package/docs/assets/{Switch-DsNVsFhH.js → Switch-B8xEwHO8.js} +1 -1
- package/docs/assets/{Switch.stories-C1-OEnaq.js → Switch.stories-RbY8wA55.js} +1 -1
- package/docs/assets/{TabItem-KyXcr_5Z.js → TabItem-Ci3vrkRH.js} +1 -1
- package/docs/assets/{TabItem.stories-BfCXfirX.js → TabItem.stories-relncwaI.js} +1 -1
- package/docs/assets/{TextGroup-BGFapzPu.js → TextGroup-dzR19lzs.js} +1 -1
- package/docs/assets/{TextGroup.stories-WgHYdmrz.js → TextGroup.stories-bCLjp0Xb.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-DLj9ww3X.js → ThreeColumnLayout-LVzDOKfj.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-BD0ZEOam.js → ThreeColumnLayout.stories-CkgbTH3p.js} +1 -1
- package/docs/assets/{Tile-CV9qCJCf.js → Tile-ByL6drhn.js} +1 -1
- package/docs/assets/{Tile.sb.shared-CYs-5pZ0.js → Tile.sb.shared-D3LxXPDs.js} +1 -1
- package/docs/assets/Tile.stories-BhXwnkKz.js +12 -0
- package/docs/assets/{Toast-p9LnCPmL.js → Toast-ukLuB2Qi.js} +1 -1
- package/docs/assets/{Toast.stories-zF82pwwv.js → Toast.stories-D3PagUcH.js} +1 -1
- package/docs/assets/{ToggleButton-D_HZ-8jw.js → ToggleButton-YUVnfx-x.js} +1 -1
- package/docs/assets/{ToggleButton.stories-CV-iGLoy.js → ToggleButton.stories-C18YYEsJ.js} +1 -1
- package/docs/assets/{Tooltip-DKqXTPwf.js → Tooltip-BvaJ_K9_.js} +1 -1
- package/docs/assets/{Tooltip.stories-D_SR7U8f.js → Tooltip.stories-o7f8wLv_.js} +4 -4
- package/docs/assets/{TypographyTokensLms.stories-qRJAJdvd.js → TypographyTokensLms.stories-Cm_y52b6.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-B6W3MuIN.js → TypographyVariables.stories-DTHJ_1UO.js} +1 -1
- package/docs/assets/{Well-Di8wsKpw.js → Well-iUOt2HEx.js} +1 -1
- package/docs/assets/{Well.stories-D3CQkZun.js → Well.stories-4VLIlu-l.js} +3 -3
- package/docs/assets/entry-preview-CAn2_StQ.js +1 -0
- package/docs/assets/{entry-preview-docs-Cs1P1b8z.js → entry-preview-docs-Y_6rrjxM.js} +1 -1
- package/docs/assets/{iframe-BH6Q2yq5.js → iframe-D_RvUlhr.js} +11 -11
- 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/project.json +1 -1
- 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 +15 -0
- 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/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/Form/InputField/InputField.spec.ts +140 -1
- package/lib/js/components/Form/InputField/InputField.types.ts +1 -0
- package/lib/js/components/Form/InputField/InputField.vue +31 -7
- package/lib/js/components/Form/InputField/useInputFieldWithinForm.ts +54 -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.vue +2 -2
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +2 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +4 -1
- package/lib/js/tests/helpers.ts +5 -0
- package/package.json +10 -4
- package/vite.config.ts +2 -7
- package/docs/assets/Banner-sTfmX99M.js +0 -1
- package/docs/assets/Banner.stories-qhUSAG8g.js +0 -62
- package/docs/assets/Button-CRTJWjWJ.js +0 -1
- package/docs/assets/Card-C2-UB9KC.js +0 -1
- package/docs/assets/Card.stories-CI8H4t9g.js +0 -49
- package/docs/assets/Color-ERTF36HU-Cor5XXAu.js +0 -1
- package/docs/assets/DrawerHeader-CYgh5yLP.js +0 -1
- package/docs/assets/DrawerSection-Bk-qjO-U.js +0 -1
- package/docs/assets/DrawerTile.stories-AeySW4m1.js +0 -10
- package/docs/assets/FeatureIcon-DClL1vj4.js +0 -1
- package/docs/assets/FormField-u4PxhF2k.js +0 -1
- package/docs/assets/HelpButton-Lb2k2yp9.js +0 -1
- package/docs/assets/Icon-BxW-ny3A.js +0 -761
- package/docs/assets/IconButton-C0_vxVJn.js +0 -1
- package/docs/assets/InputField-CjqHh5Cm.js +0 -1
- package/docs/assets/OverlayHeader-DYU6A8e-.js +0 -1
- package/docs/assets/Pagination-CruPXU6i.js +0 -1
- package/docs/assets/PasswordField-D2k9x-t0.js +0 -1
- package/docs/assets/SectionHeader-BvZF_uZR.js +0 -1
- package/docs/assets/SelectListItemTile.stories-D53QYgoj.js +0 -19
- package/docs/assets/SurveyToggle-BeOR_ZKx.js +0 -1
- package/docs/assets/Tile.stories-32aU_anv.js +0 -12
- package/docs/assets/_commonjsHelpers-CDR5Xrri.js +0 -1
- package/docs/assets/entry-preview-B1UVjA37.js +0 -1
- package/docs/assets/index-7TY-LtbS.js +0 -1
- package/docs/assets/index-BncE9pY5.js +0 -1
- package/docs/assets/preview-CQnQ4kXS.js +0 -2
- package/docs/assets/preview-RZnfww4F.js +0 -64
- package/docs/assets/string-DZMRm3DC.js +0 -1
- package/docs/assets/vue-popper-CgJSQDC2.js +0 -24
- package/docs/assets/vue.esm-bundler-CC_vsnCp.js +0 -36
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ModalHeaderTitleSize, ModalSize } from './Modal.consts';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { FeatureIconColor } from '../../Icons/FeatureIcon';
|
|
3
|
+
import { ButtonState } from '../../Buttons/Button';
|
|
4
4
|
|
|
5
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
6
|
size: {
|
|
@@ -32,8 +32,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
};
|
|
33
33
|
headerFeatureIconColor: {
|
|
34
34
|
type: StringConstructor;
|
|
35
|
-
default:
|
|
36
|
-
validator(color:
|
|
35
|
+
default: "neutral";
|
|
36
|
+
validator(color: FeatureIconColor): boolean;
|
|
37
37
|
};
|
|
38
38
|
contentCentered: {
|
|
39
39
|
type: BooleanConstructor;
|
|
@@ -207,6 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
207
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
208
208
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
209
209
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
210
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
210
211
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
211
212
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
212
213
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -361,10 +362,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
362
|
readonly MEDIUM: "medium";
|
|
362
363
|
}>;
|
|
363
364
|
FEATURE_ICON_SIZES: Readonly<{
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
readonly X_SMALL: "xSmall";
|
|
366
|
+
readonly SMALL: "small";
|
|
367
|
+
readonly MEDIUM: "medium";
|
|
368
|
+
readonly LARGE: "large";
|
|
369
|
+
readonly X_LARGE: "xLarge";
|
|
368
370
|
}>;
|
|
369
371
|
}, {
|
|
370
372
|
calcHeaderFeatureIconColor(): any;
|
|
@@ -402,8 +404,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
404
|
};
|
|
403
405
|
headerFeatureIconColor: {
|
|
404
406
|
type: StringConstructor;
|
|
405
|
-
default:
|
|
406
|
-
validator(color:
|
|
407
|
+
default: "neutral";
|
|
408
|
+
validator(color: FeatureIconColor): boolean;
|
|
407
409
|
};
|
|
408
410
|
contentCentered: {
|
|
409
411
|
type: BooleanConstructor;
|
|
@@ -487,186 +489,171 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
489
|
footerCheckboxText: string;
|
|
488
490
|
}, {}, {
|
|
489
491
|
FeatureIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
490
|
-
icon:
|
|
491
|
-
type: ObjectConstructor;
|
|
492
|
-
default: null;
|
|
493
|
-
validator(icon: unknown): boolean;
|
|
494
|
-
};
|
|
492
|
+
icon: import('../../Icons/Icon').IconItem;
|
|
495
493
|
size: {
|
|
496
|
-
type:
|
|
497
|
-
default: string;
|
|
498
|
-
validator: (value: string) => boolean;
|
|
494
|
+
type: import('vue').PropType<import('../../Icons/FeatureIcon').FeatureIconSize>;
|
|
499
495
|
};
|
|
500
496
|
color: {
|
|
501
|
-
type:
|
|
497
|
+
type: import('vue').PropType<FeatureIconColor>;
|
|
502
498
|
required: true;
|
|
503
|
-
validator(color: string): boolean;
|
|
504
499
|
};
|
|
505
500
|
doubleBackground: {
|
|
506
|
-
type:
|
|
507
|
-
default: boolean;
|
|
508
|
-
};
|
|
509
|
-
}>, {}, {
|
|
510
|
-
FEATURE_ICON_COLOR: Readonly<{
|
|
511
|
-
DANGER: string;
|
|
512
|
-
INFO: string;
|
|
513
|
-
NEUTRAL: string;
|
|
514
|
-
NEUTRAL_WEAK: string;
|
|
515
|
-
PRIMARY: string;
|
|
516
|
-
SUCCESS: string;
|
|
517
|
-
WARNING: string;
|
|
518
|
-
}>;
|
|
519
|
-
FEATURE_ICON_SIZES: Readonly<{
|
|
520
|
-
SMALL: string;
|
|
521
|
-
MEDIUM: string;
|
|
522
|
-
LARGE: string;
|
|
523
|
-
X_LARGE: string;
|
|
524
|
-
}>;
|
|
525
|
-
}, {
|
|
526
|
-
iconSize(): string;
|
|
527
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
528
|
-
icon: {
|
|
529
|
-
type: ObjectConstructor;
|
|
530
|
-
default: null;
|
|
531
|
-
validator(icon: unknown): boolean;
|
|
501
|
+
type: import('vue').PropType<boolean>;
|
|
532
502
|
};
|
|
503
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
504
|
+
icon: import('../../Icons/Icon').IconItem;
|
|
533
505
|
size: {
|
|
534
|
-
type:
|
|
535
|
-
default: string;
|
|
536
|
-
validator: (value: string) => boolean;
|
|
506
|
+
type: import('vue').PropType<import('../../Icons/FeatureIcon').FeatureIconSize>;
|
|
537
507
|
};
|
|
538
508
|
color: {
|
|
539
|
-
type:
|
|
509
|
+
type: import('vue').PropType<FeatureIconColor>;
|
|
540
510
|
required: true;
|
|
541
|
-
validator(color: string): boolean;
|
|
542
511
|
};
|
|
543
512
|
doubleBackground: {
|
|
544
|
-
type:
|
|
545
|
-
default: boolean;
|
|
513
|
+
type: import('vue').PropType<boolean>;
|
|
546
514
|
};
|
|
547
|
-
}>> & Readonly<{}>, {
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
doubleBackground: boolean;
|
|
551
|
-
}, {}, {
|
|
552
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
553
|
-
icon: {
|
|
554
|
-
type: ObjectConstructor;
|
|
555
|
-
required: true;
|
|
556
|
-
validator(icon: unknown): boolean;
|
|
557
|
-
};
|
|
515
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
516
|
+
WnlButton: {
|
|
517
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
558
518
|
size: {
|
|
559
|
-
type:
|
|
560
|
-
default: string;
|
|
561
|
-
validator: (value: string) => boolean;
|
|
519
|
+
type: import('vue').PropType<string>;
|
|
562
520
|
};
|
|
563
|
-
|
|
564
|
-
type: (
|
|
565
|
-
default: null;
|
|
521
|
+
type: {
|
|
522
|
+
type: import('vue').PropType<string>;
|
|
566
523
|
};
|
|
567
|
-
|
|
568
|
-
type:
|
|
569
|
-
default: boolean;
|
|
524
|
+
color: {
|
|
525
|
+
type: import('vue').PropType<string | null>;
|
|
570
526
|
};
|
|
571
|
-
|
|
572
|
-
type:
|
|
573
|
-
default: boolean;
|
|
527
|
+
radius: {
|
|
528
|
+
type: import('vue').PropType<string>;
|
|
574
529
|
};
|
|
575
|
-
|
|
576
|
-
type:
|
|
577
|
-
default: boolean;
|
|
530
|
+
state: {
|
|
531
|
+
type: import('vue').PropType<string>;
|
|
578
532
|
};
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
533
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
534
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
535
|
+
elevation: {
|
|
536
|
+
type: import('vue').PropType<string>;
|
|
582
537
|
};
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
isFontawesomeIcon(): boolean;
|
|
586
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
587
|
-
icon: {
|
|
588
|
-
type: ObjectConstructor;
|
|
589
|
-
required: true;
|
|
590
|
-
validator(icon: unknown): boolean;
|
|
538
|
+
as: {
|
|
539
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
591
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<{
|
|
592
549
|
size: {
|
|
593
|
-
type:
|
|
594
|
-
default: string;
|
|
595
|
-
validator: (value: string) => boolean;
|
|
550
|
+
type: import('vue').PropType<string>;
|
|
596
551
|
};
|
|
597
|
-
|
|
598
|
-
type: (
|
|
599
|
-
default: null;
|
|
552
|
+
type: {
|
|
553
|
+
type: import('vue').PropType<string>;
|
|
600
554
|
};
|
|
601
|
-
|
|
602
|
-
type:
|
|
603
|
-
default: boolean;
|
|
555
|
+
color: {
|
|
556
|
+
type: import('vue').PropType<string | null>;
|
|
604
557
|
};
|
|
605
|
-
|
|
606
|
-
type:
|
|
607
|
-
default: boolean;
|
|
558
|
+
radius: {
|
|
559
|
+
type: import('vue').PropType<string>;
|
|
608
560
|
};
|
|
609
|
-
|
|
610
|
-
type:
|
|
611
|
-
default: boolean;
|
|
561
|
+
state: {
|
|
562
|
+
type: import('vue').PropType<string>;
|
|
612
563
|
};
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
564
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
565
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
566
|
+
elevation: {
|
|
567
|
+
type: import('vue').PropType<string>;
|
|
616
568
|
};
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
626
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
627
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
628
|
-
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<{
|
|
629
577
|
size: {
|
|
630
|
-
type:
|
|
631
|
-
default: "medium";
|
|
632
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
578
|
+
type: import('vue').PropType<string>;
|
|
633
579
|
};
|
|
634
580
|
type: {
|
|
635
|
-
type:
|
|
636
|
-
default: "filled";
|
|
637
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
581
|
+
type: import('vue').PropType<string>;
|
|
638
582
|
};
|
|
639
583
|
color: {
|
|
640
|
-
type: (
|
|
641
|
-
|
|
642
|
-
|
|
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;
|
|
643
610
|
};
|
|
644
611
|
radius: {
|
|
645
612
|
type: StringConstructor;
|
|
646
613
|
default: "capsule";
|
|
647
|
-
validator(value: import('
|
|
614
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
648
615
|
};
|
|
649
|
-
|
|
616
|
+
type: {
|
|
650
617
|
type: StringConstructor;
|
|
651
|
-
default: "
|
|
652
|
-
validator(value: import('
|
|
618
|
+
default: "icon-only";
|
|
619
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
653
620
|
};
|
|
654
|
-
|
|
621
|
+
icon: {
|
|
655
622
|
type: ObjectConstructor;
|
|
656
|
-
|
|
623
|
+
required: true;
|
|
657
624
|
validator(icon: unknown): boolean;
|
|
658
625
|
};
|
|
659
|
-
|
|
660
|
-
type:
|
|
661
|
-
default:
|
|
662
|
-
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;
|
|
663
635
|
};
|
|
664
636
|
elevation: {
|
|
665
637
|
type: StringConstructor;
|
|
666
638
|
default: "none";
|
|
667
|
-
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;
|
|
668
649
|
};
|
|
669
|
-
}>, {
|
|
650
|
+
}>, {
|
|
651
|
+
isHovered: import('vue').Ref<boolean>;
|
|
652
|
+
mouseOver: () => void;
|
|
653
|
+
mouseLeave: () => void;
|
|
654
|
+
touchStart: () => void;
|
|
655
|
+
touchEnd: () => void;
|
|
656
|
+
}, {
|
|
670
657
|
ICONS: Readonly<{
|
|
671
658
|
readonly ANSWERS: VueConstructor<Vue>;
|
|
672
659
|
readonly CHANGE: VueConstructor<Vue>;
|
|
@@ -767,6 +754,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
767
754
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
768
755
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
769
756
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
757
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
770
758
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
771
759
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
772
760
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -901,93 +889,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
901
889
|
X_LARGE: string;
|
|
902
890
|
XX_LARGE: string;
|
|
903
891
|
}>;
|
|
904
|
-
|
|
905
|
-
readonly
|
|
906
|
-
readonly
|
|
907
|
-
readonly TEXT: "text";
|
|
908
|
-
}>;
|
|
909
|
-
COLORS: Readonly<{
|
|
910
|
-
readonly PRIMARY: "primary";
|
|
911
|
-
readonly NEUTRAL: "neutral";
|
|
912
|
-
readonly DANGER: "danger";
|
|
913
|
-
readonly SUCCESS: "success";
|
|
914
|
-
readonly INVERTED: "inverted";
|
|
915
|
-
}>;
|
|
916
|
-
RADIUSES: Readonly<{
|
|
917
|
-
readonly CAPSULE: "capsule";
|
|
918
|
-
readonly ROUNDED: "rounded";
|
|
919
|
-
}>;
|
|
920
|
-
SIZES: Readonly<{
|
|
892
|
+
ICON_BUTTON_SIZES: Readonly<{
|
|
893
|
+
readonly XX_SMALL: "xx-small";
|
|
894
|
+
readonly X_SMALL: "x-small";
|
|
921
895
|
readonly SMALL: "small";
|
|
922
896
|
readonly MEDIUM: "medium";
|
|
923
897
|
readonly LARGE: "large";
|
|
924
898
|
}>;
|
|
925
|
-
|
|
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<{
|
|
926
909
|
readonly DEFAULT: "default";
|
|
927
910
|
readonly HOVERED: "hovered";
|
|
928
911
|
readonly FOCUSED: "focused";
|
|
929
912
|
readonly DISABLED: "disabled";
|
|
930
913
|
readonly LOADING: "loading";
|
|
931
914
|
}>;
|
|
932
|
-
|
|
933
|
-
readonly
|
|
934
|
-
readonly
|
|
935
|
-
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";
|
|
936
932
|
}>;
|
|
937
933
|
}, {
|
|
938
934
|
iconSize(): string;
|
|
935
|
+
buttonType(): string;
|
|
936
|
+
computedColor(): string | undefined;
|
|
937
|
+
isButtonColor(): boolean;
|
|
939
938
|
colorClassName(): string;
|
|
940
|
-
loadingIconSize(): string;
|
|
941
939
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
942
940
|
size: {
|
|
943
941
|
type: StringConstructor;
|
|
944
|
-
default: "
|
|
945
|
-
validator(value: import('
|
|
946
|
-
};
|
|
947
|
-
type: {
|
|
948
|
-
type: StringConstructor;
|
|
949
|
-
default: "filled";
|
|
950
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
951
|
-
};
|
|
952
|
-
color: {
|
|
953
|
-
type: (StringConstructor | null)[];
|
|
954
|
-
default: "primary";
|
|
955
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
942
|
+
default: "large";
|
|
943
|
+
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
956
944
|
};
|
|
957
945
|
radius: {
|
|
958
946
|
type: StringConstructor;
|
|
959
947
|
default: "capsule";
|
|
960
|
-
validator(value: import('
|
|
948
|
+
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
961
949
|
};
|
|
962
|
-
|
|
950
|
+
type: {
|
|
963
951
|
type: StringConstructor;
|
|
964
|
-
default: "
|
|
965
|
-
validator(value: import('
|
|
952
|
+
default: "icon-only";
|
|
953
|
+
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
966
954
|
};
|
|
967
|
-
|
|
955
|
+
icon: {
|
|
968
956
|
type: ObjectConstructor;
|
|
969
|
-
|
|
957
|
+
required: true;
|
|
970
958
|
validator(icon: unknown): boolean;
|
|
971
959
|
};
|
|
972
|
-
|
|
973
|
-
type:
|
|
974
|
-
default:
|
|
975
|
-
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;
|
|
976
969
|
};
|
|
977
970
|
elevation: {
|
|
978
971
|
type: StringConstructor;
|
|
979
972
|
default: "none";
|
|
980
|
-
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;
|
|
981
983
|
};
|
|
982
984
|
}>> & Readonly<{}>, {
|
|
983
985
|
size: string;
|
|
984
986
|
type: string;
|
|
985
|
-
|
|
987
|
+
touchable: boolean;
|
|
988
|
+
color: string;
|
|
986
989
|
elevation: string;
|
|
987
990
|
radius: string;
|
|
988
991
|
state: string;
|
|
989
|
-
|
|
990
|
-
iconRight: Record<string, any>;
|
|
992
|
+
colorScheme: string;
|
|
991
993
|
}, {}, {
|
|
992
994
|
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
993
995
|
icon: {
|
|
@@ -1064,910 +1066,95 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1064
1066
|
}, {}, {
|
|
1065
1067
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1066
1068
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
size: {
|
|
1070
|
-
type: StringConstructor;
|
|
1071
|
-
default: "large";
|
|
1072
|
-
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1073
|
-
};
|
|
1074
|
-
radius: {
|
|
1075
|
-
type: StringConstructor;
|
|
1076
|
-
default: "capsule";
|
|
1077
|
-
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1078
|
-
};
|
|
1079
|
-
type: {
|
|
1080
|
-
type: StringConstructor;
|
|
1081
|
-
default: "icon-only";
|
|
1082
|
-
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1083
|
-
};
|
|
1084
|
-
icon: {
|
|
1085
|
-
type: ObjectConstructor;
|
|
1086
|
-
required: true;
|
|
1087
|
-
validator(icon: unknown): boolean;
|
|
1088
|
-
};
|
|
1089
|
-
color: {
|
|
1090
|
-
type: StringConstructor;
|
|
1091
|
-
default: "primary";
|
|
1092
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1093
|
-
};
|
|
1094
|
-
colorScheme: {
|
|
1095
|
-
type: StringConstructor;
|
|
1096
|
-
default: "all-in-color";
|
|
1097
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1098
|
-
};
|
|
1099
|
-
elevation: {
|
|
1100
|
-
type: StringConstructor;
|
|
1101
|
-
default: "none";
|
|
1102
|
-
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1103
|
-
};
|
|
1104
|
-
touchable: {
|
|
1105
|
-
type: BooleanConstructor;
|
|
1106
|
-
default: boolean;
|
|
1107
|
-
};
|
|
1108
|
-
state: {
|
|
1109
|
-
type: StringConstructor;
|
|
1110
|
-
default: "default";
|
|
1111
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
1112
|
-
};
|
|
1113
|
-
}>, {
|
|
1114
|
-
isHovered: import('vue').Ref<boolean>;
|
|
1115
|
-
mouseOver: () => void;
|
|
1116
|
-
mouseLeave: () => void;
|
|
1117
|
-
touchStart: () => void;
|
|
1118
|
-
touchEnd: () => void;
|
|
1119
|
-
}, {
|
|
1120
|
-
ICONS: Readonly<{
|
|
1121
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
1122
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
1123
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1124
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1125
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1126
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1127
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1128
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1129
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1130
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1131
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1132
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1133
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1134
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1135
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1136
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1137
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1138
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1139
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1140
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1141
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1142
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1143
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1144
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1145
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1146
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1147
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1148
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1149
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1150
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1151
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1152
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1153
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1154
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1155
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1156
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1157
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1158
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1159
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1160
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1161
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1162
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1163
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1164
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1165
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1166
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1167
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1168
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1169
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1170
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1171
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1172
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1173
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1174
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1175
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1176
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1177
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1178
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1179
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1180
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1181
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1182
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1183
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1184
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1185
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1186
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1187
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1188
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1189
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1190
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1191
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1192
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1193
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1194
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1195
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1196
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1197
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1198
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1199
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1200
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1201
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1202
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1203
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1204
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1205
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1206
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1207
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1208
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1209
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1210
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1211
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1212
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1213
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1214
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1215
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1216
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1217
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1218
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1219
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1220
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1221
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1222
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1223
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1224
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1225
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1226
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1227
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1228
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1229
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1230
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1231
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1232
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1233
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1234
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1235
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1236
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1237
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1238
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1239
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1240
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1241
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1242
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1243
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1244
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1245
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1246
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1247
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1248
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1249
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1250
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1251
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1252
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1253
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1254
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1255
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1256
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1257
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1258
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1259
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1260
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1261
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1262
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1263
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1264
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1265
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1266
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1267
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1268
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1269
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1270
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1271
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1272
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1273
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1274
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1275
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1276
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1277
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1278
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1279
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1280
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1281
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1282
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1283
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1284
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1285
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1286
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1287
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1288
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1289
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1290
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1291
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1292
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1293
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1294
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1295
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1296
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1297
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1298
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1299
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1300
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1301
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1302
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1303
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1304
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1305
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1306
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1307
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1308
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1309
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1310
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1311
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1312
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1313
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1314
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1315
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1316
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1317
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1318
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1319
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1320
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1321
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1322
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1323
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1324
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1325
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1326
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1327
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1328
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1329
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1330
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1331
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1332
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1333
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1334
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1335
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1336
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1337
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1338
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1339
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1340
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1341
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1342
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1343
|
-
}>;
|
|
1344
|
-
ICON_SIZES: Readonly<{
|
|
1345
|
-
XXX_SMALL: string;
|
|
1346
|
-
XX_SMALL: string;
|
|
1347
|
-
X_SMALL: string;
|
|
1348
|
-
SMALL: string;
|
|
1349
|
-
MEDIUM: string;
|
|
1350
|
-
LARGE: string;
|
|
1351
|
-
X_LARGE: string;
|
|
1352
|
-
XX_LARGE: string;
|
|
1353
|
-
}>;
|
|
1354
|
-
ICON_BUTTON_SIZES: Readonly<{
|
|
1355
|
-
readonly XX_SMALL: "xx-small";
|
|
1356
|
-
readonly X_SMALL: "x-small";
|
|
1357
|
-
readonly SMALL: "small";
|
|
1358
|
-
readonly MEDIUM: "medium";
|
|
1359
|
-
readonly LARGE: "large";
|
|
1360
|
-
}>;
|
|
1361
|
-
ICON_BUTTON_COLOR_SCHEMES: Readonly<{
|
|
1362
|
-
readonly ALL_IN_COLOR: "all-in-color";
|
|
1363
|
-
readonly NEUTRAL_LABEL: "neutral-label";
|
|
1364
|
-
}>;
|
|
1365
|
-
ICON_BUTTON_TYPES: Readonly<{
|
|
1366
|
-
readonly ICON_ONLY: "icon-only";
|
|
1367
|
-
readonly OUTLINED: "outlined";
|
|
1368
|
-
readonly FILLED: "filled";
|
|
1369
|
-
}>;
|
|
1370
|
-
ICON_BUTTON_STATES: Readonly<{
|
|
1371
|
-
readonly DEFAULT: "default";
|
|
1372
|
-
readonly HOVERED: "hovered";
|
|
1373
|
-
readonly FOCUSED: "focused";
|
|
1374
|
-
readonly DISABLED: "disabled";
|
|
1375
|
-
readonly LOADING: "loading";
|
|
1376
|
-
}>;
|
|
1377
|
-
ICON_BUTTON_COLORS: Readonly<{
|
|
1378
|
-
readonly PRIMARY: "primary";
|
|
1379
|
-
readonly NEUTRAL: "neutral";
|
|
1380
|
-
readonly NEUTRAL_WEAK: "neutral-weak";
|
|
1381
|
-
readonly FAIL: "fail";
|
|
1382
|
-
readonly DANGER: "danger";
|
|
1383
|
-
readonly SUCCESS: "success";
|
|
1384
|
-
readonly INVERTED: "inverted";
|
|
1385
|
-
readonly WARNING: "warning";
|
|
1386
|
-
readonly INFO: "info";
|
|
1387
|
-
}>;
|
|
1388
|
-
BUTTON_COLORS: Readonly<{
|
|
1389
|
-
readonly PRIMARY: "primary";
|
|
1390
|
-
readonly NEUTRAL: "neutral";
|
|
1391
|
-
readonly DANGER: "danger";
|
|
1392
|
-
readonly SUCCESS: "success";
|
|
1393
|
-
readonly INVERTED: "inverted";
|
|
1394
|
-
}>;
|
|
1395
|
-
}, {
|
|
1396
|
-
iconSize(): string;
|
|
1397
|
-
buttonType(): string;
|
|
1398
|
-
computedColor(): string | undefined;
|
|
1399
|
-
isButtonColor(): boolean;
|
|
1400
|
-
colorClassName(): string;
|
|
1401
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1402
|
-
size: {
|
|
1403
|
-
type: StringConstructor;
|
|
1404
|
-
default: "large";
|
|
1405
|
-
validator(value: import('../../Buttons/IconButton').IconButtonSize): boolean;
|
|
1406
|
-
};
|
|
1407
|
-
radius: {
|
|
1408
|
-
type: StringConstructor;
|
|
1409
|
-
default: "capsule";
|
|
1410
|
-
validator(value: import('../../Buttons/Button').ButtonRadius): boolean;
|
|
1411
|
-
};
|
|
1412
|
-
type: {
|
|
1413
|
-
type: StringConstructor;
|
|
1414
|
-
default: "icon-only";
|
|
1415
|
-
validator(value: import('../../Buttons/IconButton').IconButtonType): boolean;
|
|
1416
|
-
};
|
|
1417
|
-
icon: {
|
|
1418
|
-
type: ObjectConstructor;
|
|
1419
|
-
required: true;
|
|
1420
|
-
validator(icon: unknown): boolean;
|
|
1421
|
-
};
|
|
1422
|
-
color: {
|
|
1423
|
-
type: StringConstructor;
|
|
1424
|
-
default: "primary";
|
|
1425
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColor): boolean;
|
|
1426
|
-
};
|
|
1427
|
-
colorScheme: {
|
|
1428
|
-
type: StringConstructor;
|
|
1429
|
-
default: "all-in-color";
|
|
1430
|
-
validator(value: import('../../Buttons/IconButton').IconButtonColorScheme): boolean;
|
|
1431
|
-
};
|
|
1432
|
-
elevation: {
|
|
1433
|
-
type: StringConstructor;
|
|
1434
|
-
default: "none";
|
|
1435
|
-
validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
|
|
1436
|
-
};
|
|
1437
|
-
touchable: {
|
|
1438
|
-
type: BooleanConstructor;
|
|
1439
|
-
default: boolean;
|
|
1440
|
-
};
|
|
1441
|
-
state: {
|
|
1442
|
-
type: StringConstructor;
|
|
1443
|
-
default: "default";
|
|
1444
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
|
|
1445
|
-
};
|
|
1446
|
-
}>> & Readonly<{}>, {
|
|
1447
|
-
size: string;
|
|
1448
|
-
type: string;
|
|
1449
|
-
touchable: boolean;
|
|
1450
|
-
color: string;
|
|
1451
|
-
elevation: string;
|
|
1452
|
-
radius: string;
|
|
1453
|
-
state: string;
|
|
1454
|
-
colorScheme: string;
|
|
1455
|
-
}, {}, {
|
|
1456
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1457
|
-
icon: {
|
|
1458
|
-
type: ObjectConstructor;
|
|
1459
|
-
required: true;
|
|
1460
|
-
validator(icon: unknown): boolean;
|
|
1461
|
-
};
|
|
1462
|
-
size: {
|
|
1463
|
-
type: StringConstructor;
|
|
1464
|
-
default: string;
|
|
1465
|
-
validator: (value: string) => boolean;
|
|
1466
|
-
};
|
|
1467
|
-
rotation: {
|
|
1468
|
-
type: (NumberConstructor | null)[];
|
|
1469
|
-
default: null;
|
|
1470
|
-
};
|
|
1471
|
-
flippedVertical: {
|
|
1472
|
-
type: BooleanConstructor;
|
|
1473
|
-
default: boolean;
|
|
1474
|
-
};
|
|
1475
|
-
flippedHorizontal: {
|
|
1476
|
-
type: BooleanConstructor;
|
|
1477
|
-
default: boolean;
|
|
1478
|
-
};
|
|
1479
|
-
touchable: {
|
|
1480
|
-
type: BooleanConstructor;
|
|
1481
|
-
default: boolean;
|
|
1482
|
-
};
|
|
1483
|
-
spinning: {
|
|
1484
|
-
type: BooleanConstructor;
|
|
1485
|
-
default: boolean;
|
|
1486
|
-
};
|
|
1487
|
-
}>, {}, {}, {
|
|
1488
|
-
sizeClassName(): string;
|
|
1489
|
-
isFontawesomeIcon(): boolean;
|
|
1490
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1491
|
-
icon: {
|
|
1492
|
-
type: ObjectConstructor;
|
|
1493
|
-
required: true;
|
|
1494
|
-
validator(icon: unknown): boolean;
|
|
1495
|
-
};
|
|
1496
|
-
size: {
|
|
1497
|
-
type: StringConstructor;
|
|
1498
|
-
default: string;
|
|
1499
|
-
validator: (value: string) => boolean;
|
|
1500
|
-
};
|
|
1501
|
-
rotation: {
|
|
1502
|
-
type: (NumberConstructor | null)[];
|
|
1503
|
-
default: null;
|
|
1504
|
-
};
|
|
1505
|
-
flippedVertical: {
|
|
1506
|
-
type: BooleanConstructor;
|
|
1507
|
-
default: boolean;
|
|
1508
|
-
};
|
|
1509
|
-
flippedHorizontal: {
|
|
1510
|
-
type: BooleanConstructor;
|
|
1511
|
-
default: boolean;
|
|
1512
|
-
};
|
|
1513
|
-
touchable: {
|
|
1514
|
-
type: BooleanConstructor;
|
|
1515
|
-
default: boolean;
|
|
1516
|
-
};
|
|
1517
|
-
spinning: {
|
|
1518
|
-
type: BooleanConstructor;
|
|
1519
|
-
default: boolean;
|
|
1520
|
-
};
|
|
1521
|
-
}>> & Readonly<{}>, {
|
|
1522
|
-
rotation: number | null;
|
|
1523
|
-
size: string;
|
|
1524
|
-
flippedVertical: boolean;
|
|
1525
|
-
flippedHorizontal: boolean;
|
|
1526
|
-
touchable: boolean;
|
|
1527
|
-
spinning: boolean;
|
|
1528
|
-
}, {}, {
|
|
1529
|
-
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1530
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1531
|
-
WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1532
|
-
size: {
|
|
1533
|
-
type: StringConstructor;
|
|
1534
|
-
default: "medium";
|
|
1535
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1536
|
-
};
|
|
1537
|
-
type: {
|
|
1538
|
-
type: StringConstructor;
|
|
1539
|
-
default: "filled";
|
|
1540
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1541
|
-
};
|
|
1542
|
-
color: {
|
|
1543
|
-
type: (StringConstructor | null)[];
|
|
1544
|
-
default: "primary";
|
|
1545
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1546
|
-
};
|
|
1547
|
-
radius: {
|
|
1548
|
-
type: StringConstructor;
|
|
1549
|
-
default: "capsule";
|
|
1550
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1551
|
-
};
|
|
1552
|
-
state: {
|
|
1553
|
-
type: StringConstructor;
|
|
1554
|
-
default: "default";
|
|
1555
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1556
|
-
};
|
|
1557
|
-
iconLeft: {
|
|
1558
|
-
type: ObjectConstructor;
|
|
1559
|
-
default: null;
|
|
1560
|
-
validator(icon: unknown): boolean;
|
|
1561
|
-
};
|
|
1562
|
-
iconRight: {
|
|
1563
|
-
type: ObjectConstructor;
|
|
1564
|
-
default: null;
|
|
1565
|
-
validator(icon: unknown): boolean;
|
|
1566
|
-
};
|
|
1567
|
-
elevation: {
|
|
1568
|
-
type: StringConstructor;
|
|
1569
|
-
default: "none";
|
|
1570
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
|
|
1571
|
-
};
|
|
1572
|
-
}>, {}, {
|
|
1573
|
-
ICONS: Readonly<{
|
|
1574
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
1575
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
1576
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1577
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1578
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1579
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1580
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1581
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1582
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1583
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1584
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1585
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1586
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1587
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1588
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1589
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1590
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1591
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1592
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1593
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1594
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1595
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1596
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1597
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1598
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1599
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1600
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1601
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1602
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1603
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1604
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1605
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1606
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1607
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1608
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1609
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1610
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1611
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1612
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1613
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1614
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1615
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1616
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1617
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1618
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1619
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1620
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1621
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1622
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1623
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1624
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1625
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1626
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1627
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1628
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1629
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1630
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1631
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1632
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1633
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1634
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1635
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1636
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1637
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1638
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1639
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1640
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1641
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1642
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1643
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1644
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1645
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1646
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1647
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1648
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1649
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1650
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1651
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1652
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1653
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1654
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1655
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1656
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1657
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1658
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1659
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1660
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1661
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1662
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1663
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1664
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1665
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1666
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1667
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1668
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1669
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1670
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1671
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1672
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1673
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1674
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1675
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1676
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1677
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1678
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1679
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1680
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1681
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1682
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1683
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1684
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1685
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1686
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1687
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1688
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1689
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1690
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1691
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1692
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1693
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1694
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1695
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1696
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1697
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1698
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1699
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1700
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1701
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1702
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1703
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1704
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1705
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1706
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1707
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1708
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1709
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1710
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1711
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1712
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1713
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1714
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1715
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1716
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1717
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1718
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1719
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1720
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1721
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1722
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1723
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1724
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1725
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1726
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1727
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1728
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1729
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1730
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1731
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1732
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1733
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1734
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1735
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1736
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1737
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1738
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1739
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1740
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1741
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1742
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1743
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1744
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1745
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1746
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1747
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1748
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1749
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1750
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1751
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1752
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1753
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1754
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1755
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1756
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1757
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1758
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1759
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1760
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1761
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1762
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1763
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1764
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1765
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1766
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1767
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1768
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1769
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1770
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1771
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1772
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1773
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1774
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1775
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1776
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1777
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1778
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1779
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1780
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1781
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1782
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1783
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1784
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1785
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1786
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1787
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1788
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1789
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1790
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1791
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1792
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1793
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1794
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1795
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1796
|
-
}>;
|
|
1797
|
-
ICON_SIZES: Readonly<{
|
|
1798
|
-
XXX_SMALL: string;
|
|
1799
|
-
XX_SMALL: string;
|
|
1800
|
-
X_SMALL: string;
|
|
1801
|
-
SMALL: string;
|
|
1802
|
-
MEDIUM: string;
|
|
1803
|
-
LARGE: string;
|
|
1804
|
-
X_LARGE: string;
|
|
1805
|
-
XX_LARGE: string;
|
|
1806
|
-
}>;
|
|
1807
|
-
BUTTON_TYPES: Readonly<{
|
|
1808
|
-
readonly FILLED: "filled";
|
|
1809
|
-
readonly OUTLINED: "outlined";
|
|
1810
|
-
readonly TEXT: "text";
|
|
1811
|
-
}>;
|
|
1812
|
-
COLORS: Readonly<{
|
|
1813
|
-
readonly PRIMARY: "primary";
|
|
1814
|
-
readonly NEUTRAL: "neutral";
|
|
1815
|
-
readonly DANGER: "danger";
|
|
1816
|
-
readonly SUCCESS: "success";
|
|
1817
|
-
readonly INVERTED: "inverted";
|
|
1818
|
-
}>;
|
|
1819
|
-
RADIUSES: Readonly<{
|
|
1820
|
-
readonly CAPSULE: "capsule";
|
|
1821
|
-
readonly ROUNDED: "rounded";
|
|
1822
|
-
}>;
|
|
1823
|
-
SIZES: Readonly<{
|
|
1824
|
-
readonly SMALL: "small";
|
|
1825
|
-
readonly MEDIUM: "medium";
|
|
1826
|
-
readonly LARGE: "large";
|
|
1827
|
-
}>;
|
|
1828
|
-
STATES: Readonly<{
|
|
1829
|
-
readonly DEFAULT: "default";
|
|
1830
|
-
readonly HOVERED: "hovered";
|
|
1831
|
-
readonly FOCUSED: "focused";
|
|
1832
|
-
readonly DISABLED: "disabled";
|
|
1833
|
-
readonly LOADING: "loading";
|
|
1834
|
-
}>;
|
|
1835
|
-
ELEVATIONS: Readonly<{
|
|
1836
|
-
readonly NONE: "none";
|
|
1837
|
-
readonly X_SMALL: "x-small";
|
|
1838
|
-
readonly SMALL: "small";
|
|
1839
|
-
}>;
|
|
1840
|
-
}, {
|
|
1841
|
-
iconSize(): string;
|
|
1842
|
-
colorClassName(): string;
|
|
1843
|
-
loadingIconSize(): string;
|
|
1844
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1845
|
-
size: {
|
|
1846
|
-
type: StringConstructor;
|
|
1847
|
-
default: "medium";
|
|
1848
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1849
|
-
};
|
|
1850
|
-
type: {
|
|
1851
|
-
type: StringConstructor;
|
|
1852
|
-
default: "filled";
|
|
1853
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1854
|
-
};
|
|
1855
|
-
color: {
|
|
1856
|
-
type: (StringConstructor | null)[];
|
|
1857
|
-
default: "primary";
|
|
1858
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1859
|
-
};
|
|
1860
|
-
radius: {
|
|
1861
|
-
type: StringConstructor;
|
|
1862
|
-
default: "capsule";
|
|
1863
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1864
|
-
};
|
|
1865
|
-
state: {
|
|
1866
|
-
type: StringConstructor;
|
|
1867
|
-
default: "default";
|
|
1868
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
|
|
1869
|
-
};
|
|
1870
|
-
iconLeft: {
|
|
1871
|
-
type: ObjectConstructor;
|
|
1872
|
-
default: null;
|
|
1873
|
-
validator(icon: unknown): boolean;
|
|
1874
|
-
};
|
|
1875
|
-
iconRight: {
|
|
1876
|
-
type: ObjectConstructor;
|
|
1877
|
-
default: null;
|
|
1878
|
-
validator(icon: unknown): boolean;
|
|
1879
|
-
};
|
|
1880
|
-
elevation: {
|
|
1881
|
-
type: StringConstructor;
|
|
1882
|
-
default: "none";
|
|
1883
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
|
|
1884
|
-
};
|
|
1885
|
-
}>> & Readonly<{}>, {
|
|
1886
|
-
size: string;
|
|
1887
|
-
type: string;
|
|
1888
|
-
color: string | null;
|
|
1889
|
-
elevation: string;
|
|
1890
|
-
radius: string;
|
|
1891
|
-
state: string;
|
|
1892
|
-
iconLeft: Record<string, any>;
|
|
1893
|
-
iconRight: Record<string, any>;
|
|
1894
|
-
}, {}, {
|
|
1895
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1896
|
-
icon: {
|
|
1897
|
-
type: ObjectConstructor;
|
|
1898
|
-
required: true;
|
|
1899
|
-
validator(icon: unknown): boolean;
|
|
1900
|
-
};
|
|
1069
|
+
WnlButton: {
|
|
1070
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1901
1071
|
size: {
|
|
1902
|
-
type:
|
|
1903
|
-
default: string;
|
|
1904
|
-
validator: (value: string) => boolean;
|
|
1072
|
+
type: import('vue').PropType<string>;
|
|
1905
1073
|
};
|
|
1906
|
-
|
|
1907
|
-
type: (
|
|
1908
|
-
default: null;
|
|
1074
|
+
type: {
|
|
1075
|
+
type: import('vue').PropType<string>;
|
|
1909
1076
|
};
|
|
1910
|
-
|
|
1911
|
-
type:
|
|
1912
|
-
default: boolean;
|
|
1077
|
+
color: {
|
|
1078
|
+
type: import('vue').PropType<string | null>;
|
|
1913
1079
|
};
|
|
1914
|
-
|
|
1915
|
-
type:
|
|
1916
|
-
default: boolean;
|
|
1080
|
+
radius: {
|
|
1081
|
+
type: import('vue').PropType<string>;
|
|
1917
1082
|
};
|
|
1918
|
-
|
|
1919
|
-
type:
|
|
1920
|
-
default: boolean;
|
|
1083
|
+
state: {
|
|
1084
|
+
type: import('vue').PropType<string>;
|
|
1921
1085
|
};
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1086
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1087
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1088
|
+
elevation: {
|
|
1089
|
+
type: import('vue').PropType<string>;
|
|
1925
1090
|
};
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
isFontawesomeIcon(): boolean;
|
|
1929
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1930
|
-
icon: {
|
|
1931
|
-
type: ObjectConstructor;
|
|
1932
|
-
required: true;
|
|
1933
|
-
validator(icon: unknown): boolean;
|
|
1091
|
+
as: {
|
|
1092
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1934
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<{
|
|
1935
1102
|
size: {
|
|
1936
|
-
type:
|
|
1937
|
-
default: string;
|
|
1938
|
-
validator: (value: string) => boolean;
|
|
1103
|
+
type: import('vue').PropType<string>;
|
|
1939
1104
|
};
|
|
1940
|
-
|
|
1941
|
-
type: (
|
|
1942
|
-
default: null;
|
|
1105
|
+
type: {
|
|
1106
|
+
type: import('vue').PropType<string>;
|
|
1943
1107
|
};
|
|
1944
|
-
|
|
1945
|
-
type:
|
|
1946
|
-
default: boolean;
|
|
1108
|
+
color: {
|
|
1109
|
+
type: import('vue').PropType<string | null>;
|
|
1947
1110
|
};
|
|
1948
|
-
|
|
1949
|
-
type:
|
|
1950
|
-
default: boolean;
|
|
1111
|
+
radius: {
|
|
1112
|
+
type: import('vue').PropType<string>;
|
|
1951
1113
|
};
|
|
1952
|
-
|
|
1953
|
-
type:
|
|
1954
|
-
default: boolean;
|
|
1114
|
+
state: {
|
|
1115
|
+
type: import('vue').PropType<string>;
|
|
1955
1116
|
};
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1117
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1118
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1119
|
+
elevation: {
|
|
1120
|
+
type: import('vue').PropType<string>;
|
|
1959
1121
|
};
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
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
|
+
});
|
|
1971
1158
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1972
1159
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1973
1160
|
export default _default;
|