@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,5 +1,3 @@
|
|
|
1
|
-
import { BUTTON_TYPES } from '../../Buttons/Button';
|
|
2
|
-
import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
|
|
3
1
|
import { SurveyQuestionState } from '../SurveyQuestion.consts';
|
|
4
2
|
|
|
5
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -123,6 +121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
121
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
124
122
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
125
123
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
124
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
126
125
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
127
126
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
128
127
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -335,619 +334,229 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
335
334
|
disabled: boolean;
|
|
336
335
|
placeholder: string;
|
|
337
336
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
338
|
-
DsButton:
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
343
|
-
};
|
|
344
|
-
type: {
|
|
345
|
-
type: StringConstructor;
|
|
346
|
-
default: "filled";
|
|
347
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
348
|
-
};
|
|
349
|
-
color: {
|
|
350
|
-
type: (StringConstructor | null)[];
|
|
351
|
-
default: "primary";
|
|
352
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
353
|
-
};
|
|
354
|
-
radius: {
|
|
355
|
-
type: StringConstructor;
|
|
356
|
-
default: "capsule";
|
|
357
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
358
|
-
};
|
|
359
|
-
state: {
|
|
360
|
-
type: StringConstructor;
|
|
361
|
-
default: "default";
|
|
362
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
|
|
363
|
-
};
|
|
364
|
-
iconLeft: {
|
|
365
|
-
type: ObjectConstructor;
|
|
366
|
-
default: null;
|
|
367
|
-
validator(icon: unknown): boolean;
|
|
368
|
-
};
|
|
369
|
-
iconRight: {
|
|
370
|
-
type: ObjectConstructor;
|
|
371
|
-
default: null;
|
|
372
|
-
validator(icon: unknown): boolean;
|
|
373
|
-
};
|
|
374
|
-
elevation: {
|
|
375
|
-
type: StringConstructor;
|
|
376
|
-
default: "none";
|
|
377
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
378
|
-
};
|
|
379
|
-
}>, {}, {
|
|
380
|
-
ICONS: Readonly<{
|
|
381
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
382
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
383
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
384
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
385
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
386
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
387
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
388
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
389
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
390
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
391
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
392
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
393
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
394
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
395
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
396
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
397
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
398
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
399
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
400
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
401
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
402
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
403
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
404
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
405
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
406
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
407
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
408
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
409
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
410
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
411
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
412
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
413
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
414
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
415
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
416
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
417
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
418
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
419
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
420
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
421
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
422
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
423
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
424
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
425
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
426
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
427
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
428
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
429
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
430
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
431
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
432
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
433
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
434
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
435
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
436
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
437
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
438
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
439
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
440
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
441
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
442
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
443
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
444
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
445
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
446
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
447
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
448
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
449
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
450
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
451
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
452
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
453
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
454
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
455
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
456
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
457
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
458
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
459
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
460
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
461
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
462
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
463
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
464
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
465
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
466
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
467
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
468
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
469
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
470
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
471
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
472
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
473
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
474
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
475
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
476
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
477
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
478
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
479
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
480
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
481
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
482
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
483
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
484
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
485
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
486
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
487
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
488
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
489
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
490
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
491
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
492
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
493
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
494
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
495
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
496
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
497
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
498
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
499
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
500
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
501
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
502
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
503
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
504
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
505
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
506
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
507
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
508
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
509
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
510
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
511
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
512
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
513
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
514
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
515
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
516
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
517
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
518
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
519
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
520
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
521
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
522
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
523
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
524
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
525
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
526
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
527
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
528
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
529
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
530
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
531
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
532
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
533
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
534
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
535
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
536
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
537
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
538
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
539
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
540
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
541
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
542
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
543
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
544
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
545
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
546
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
547
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
548
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
549
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
550
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
551
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
552
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
553
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
554
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
555
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
556
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
557
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
558
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
559
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
560
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
561
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
562
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
563
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
564
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
565
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
566
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
567
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
568
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
569
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
570
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
571
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
572
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
573
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
574
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
575
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
576
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
577
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
578
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
579
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
580
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
581
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
582
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
583
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
584
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
585
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
586
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
587
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
588
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
589
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
590
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
591
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
592
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
593
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
594
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
595
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
596
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
597
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
598
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
599
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
600
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
601
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
602
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
603
|
-
}>;
|
|
604
|
-
ICON_SIZES: Readonly<{
|
|
605
|
-
XXX_SMALL: string;
|
|
606
|
-
XX_SMALL: string;
|
|
607
|
-
X_SMALL: string;
|
|
608
|
-
SMALL: string;
|
|
609
|
-
MEDIUM: string;
|
|
610
|
-
LARGE: string;
|
|
611
|
-
X_LARGE: string;
|
|
612
|
-
XX_LARGE: string;
|
|
613
|
-
}>;
|
|
614
|
-
BUTTON_TYPES: Readonly<{
|
|
615
|
-
readonly FILLED: "filled";
|
|
616
|
-
readonly OUTLINED: "outlined";
|
|
617
|
-
readonly TEXT: "text";
|
|
618
|
-
}>;
|
|
619
|
-
COLORS: Readonly<{
|
|
620
|
-
readonly PRIMARY: "primary";
|
|
621
|
-
readonly NEUTRAL: "neutral";
|
|
622
|
-
readonly DANGER: "danger";
|
|
623
|
-
readonly SUCCESS: "success";
|
|
624
|
-
readonly INVERTED: "inverted";
|
|
625
|
-
}>;
|
|
626
|
-
RADIUSES: Readonly<{
|
|
627
|
-
readonly CAPSULE: "capsule";
|
|
628
|
-
readonly ROUNDED: "rounded";
|
|
629
|
-
}>;
|
|
630
|
-
SIZES: Readonly<{
|
|
631
|
-
readonly SMALL: "small";
|
|
632
|
-
readonly MEDIUM: "medium";
|
|
633
|
-
readonly LARGE: "large";
|
|
634
|
-
}>;
|
|
635
|
-
STATES: Readonly<{
|
|
636
|
-
readonly DEFAULT: "default";
|
|
637
|
-
readonly HOVERED: "hovered";
|
|
638
|
-
readonly FOCUSED: "focused";
|
|
639
|
-
readonly DISABLED: "disabled";
|
|
640
|
-
readonly LOADING: "loading";
|
|
641
|
-
}>;
|
|
642
|
-
ELEVATIONS: Readonly<{
|
|
643
|
-
readonly NONE: "none";
|
|
644
|
-
readonly X_SMALL: "x-small";
|
|
645
|
-
readonly SMALL: "small";
|
|
646
|
-
}>;
|
|
647
|
-
}, {
|
|
648
|
-
iconSize(): string;
|
|
649
|
-
colorClassName(): string;
|
|
650
|
-
loadingIconSize(): string;
|
|
651
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
652
|
-
size: {
|
|
653
|
-
type: StringConstructor;
|
|
654
|
-
default: "medium";
|
|
655
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
656
|
-
};
|
|
657
|
-
type: {
|
|
658
|
-
type: StringConstructor;
|
|
659
|
-
default: "filled";
|
|
660
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
661
|
-
};
|
|
662
|
-
color: {
|
|
663
|
-
type: (StringConstructor | null)[];
|
|
664
|
-
default: "primary";
|
|
665
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
666
|
-
};
|
|
667
|
-
radius: {
|
|
668
|
-
type: StringConstructor;
|
|
669
|
-
default: "capsule";
|
|
670
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
671
|
-
};
|
|
672
|
-
state: {
|
|
673
|
-
type: StringConstructor;
|
|
674
|
-
default: "default";
|
|
675
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
|
|
676
|
-
};
|
|
677
|
-
iconLeft: {
|
|
678
|
-
type: ObjectConstructor;
|
|
679
|
-
default: null;
|
|
680
|
-
validator(icon: unknown): boolean;
|
|
681
|
-
};
|
|
682
|
-
iconRight: {
|
|
683
|
-
type: ObjectConstructor;
|
|
684
|
-
default: null;
|
|
685
|
-
validator(icon: unknown): boolean;
|
|
686
|
-
};
|
|
687
|
-
elevation: {
|
|
688
|
-
type: StringConstructor;
|
|
689
|
-
default: "none";
|
|
690
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
691
|
-
};
|
|
692
|
-
}>> & Readonly<{}>, {
|
|
693
|
-
size: string;
|
|
694
|
-
type: string;
|
|
695
|
-
color: string | null;
|
|
696
|
-
elevation: string;
|
|
697
|
-
radius: string;
|
|
698
|
-
state: string;
|
|
699
|
-
iconLeft: Record<string, any>;
|
|
700
|
-
iconRight: Record<string, any>;
|
|
701
|
-
}, {}, {
|
|
702
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
703
|
-
icon: {
|
|
704
|
-
type: ObjectConstructor;
|
|
705
|
-
required: true;
|
|
706
|
-
validator(icon: unknown): boolean;
|
|
707
|
-
};
|
|
708
|
-
size: {
|
|
709
|
-
type: StringConstructor;
|
|
710
|
-
default: string;
|
|
711
|
-
validator: (value: string) => boolean;
|
|
712
|
-
};
|
|
713
|
-
rotation: {
|
|
714
|
-
type: (NumberConstructor | null)[];
|
|
715
|
-
default: null;
|
|
716
|
-
};
|
|
717
|
-
flippedVertical: {
|
|
718
|
-
type: BooleanConstructor;
|
|
719
|
-
default: boolean;
|
|
337
|
+
DsButton: {
|
|
338
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
339
|
+
size: {
|
|
340
|
+
type: import('vue').PropType<string>;
|
|
720
341
|
};
|
|
721
|
-
|
|
722
|
-
type:
|
|
723
|
-
default: boolean;
|
|
342
|
+
type: {
|
|
343
|
+
type: import('vue').PropType<string>;
|
|
724
344
|
};
|
|
725
|
-
|
|
726
|
-
type:
|
|
727
|
-
default: boolean;
|
|
345
|
+
color: {
|
|
346
|
+
type: import('vue').PropType<string | null>;
|
|
728
347
|
};
|
|
729
|
-
|
|
730
|
-
type:
|
|
731
|
-
default: boolean;
|
|
348
|
+
radius: {
|
|
349
|
+
type: import('vue').PropType<string>;
|
|
732
350
|
};
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
isFontawesomeIcon(): boolean;
|
|
736
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
737
|
-
icon: {
|
|
738
|
-
type: ObjectConstructor;
|
|
739
|
-
required: true;
|
|
740
|
-
validator(icon: unknown): boolean;
|
|
351
|
+
state: {
|
|
352
|
+
type: import('vue').PropType<string>;
|
|
741
353
|
};
|
|
354
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
355
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
356
|
+
elevation: {
|
|
357
|
+
type: import('vue').PropType<string>;
|
|
358
|
+
};
|
|
359
|
+
as: {
|
|
360
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
361
|
+
};
|
|
362
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
363
|
+
P: {};
|
|
364
|
+
B: {};
|
|
365
|
+
D: {};
|
|
366
|
+
C: {};
|
|
367
|
+
M: {};
|
|
368
|
+
Defaults: {};
|
|
369
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
742
370
|
size: {
|
|
743
|
-
type:
|
|
744
|
-
default: string;
|
|
745
|
-
validator: (value: string) => boolean;
|
|
371
|
+
type: import('vue').PropType<string>;
|
|
746
372
|
};
|
|
747
|
-
|
|
748
|
-
type: (
|
|
749
|
-
default: null;
|
|
373
|
+
type: {
|
|
374
|
+
type: import('vue').PropType<string>;
|
|
750
375
|
};
|
|
751
|
-
|
|
752
|
-
type:
|
|
753
|
-
default: boolean;
|
|
376
|
+
color: {
|
|
377
|
+
type: import('vue').PropType<string | null>;
|
|
754
378
|
};
|
|
755
|
-
|
|
756
|
-
type:
|
|
757
|
-
default: boolean;
|
|
379
|
+
radius: {
|
|
380
|
+
type: import('vue').PropType<string>;
|
|
758
381
|
};
|
|
759
|
-
|
|
760
|
-
type:
|
|
761
|
-
default: boolean;
|
|
382
|
+
state: {
|
|
383
|
+
type: import('vue').PropType<string>;
|
|
762
384
|
};
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
385
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
386
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
387
|
+
elevation: {
|
|
388
|
+
type: import('vue').PropType<string>;
|
|
766
389
|
};
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
778
|
-
DsCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
779
|
-
headerHasPadding: {
|
|
780
|
-
type: BooleanConstructor;
|
|
781
|
-
default: boolean;
|
|
782
|
-
};
|
|
783
|
-
dividerUnderHeader: {
|
|
784
|
-
type: BooleanConstructor;
|
|
785
|
-
default: boolean;
|
|
390
|
+
as: {
|
|
391
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
392
|
+
};
|
|
393
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
394
|
+
__isFragment?: never;
|
|
395
|
+
__isTeleport?: never;
|
|
396
|
+
__isSuspense?: never;
|
|
397
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
398
|
+
size: {
|
|
399
|
+
type: import('vue').PropType<string>;
|
|
786
400
|
};
|
|
787
|
-
|
|
788
|
-
type:
|
|
789
|
-
default: boolean;
|
|
401
|
+
type: {
|
|
402
|
+
type: import('vue').PropType<string>;
|
|
790
403
|
};
|
|
791
|
-
|
|
792
|
-
type: import('vue').PropType<
|
|
793
|
-
default: string;
|
|
404
|
+
color: {
|
|
405
|
+
type: import('vue').PropType<string | null>;
|
|
794
406
|
};
|
|
795
|
-
|
|
796
|
-
type: import('vue').PropType<
|
|
797
|
-
default: string;
|
|
407
|
+
radius: {
|
|
408
|
+
type: import('vue').PropType<string>;
|
|
798
409
|
};
|
|
799
|
-
|
|
800
|
-
type: import('vue').PropType<
|
|
801
|
-
default: string;
|
|
410
|
+
state: {
|
|
411
|
+
type: import('vue').PropType<string>;
|
|
802
412
|
};
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
413
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
414
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
415
|
+
elevation: {
|
|
416
|
+
type: import('vue').PropType<string>;
|
|
806
417
|
};
|
|
807
|
-
|
|
808
|
-
type: import('vue').PropType<
|
|
809
|
-
default: string;
|
|
418
|
+
as: {
|
|
419
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
810
420
|
};
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
default:
|
|
421
|
+
}>> & 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 () => {
|
|
422
|
+
$slots: {
|
|
423
|
+
default?(_: {}): any;
|
|
814
424
|
};
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
425
|
+
});
|
|
426
|
+
DsCard: {
|
|
427
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
428
|
+
headerHasPadding: {
|
|
429
|
+
type: import('vue').PropType<boolean>;
|
|
430
|
+
};
|
|
431
|
+
footerHasPadding: {
|
|
432
|
+
type: import('vue').PropType<boolean>;
|
|
433
|
+
};
|
|
434
|
+
paddingSize: {
|
|
435
|
+
type: import('vue').PropType<string>;
|
|
436
|
+
};
|
|
437
|
+
dividerUnderHeader: {
|
|
438
|
+
type: import('vue').PropType<boolean>;
|
|
439
|
+
};
|
|
440
|
+
hasBorder: {
|
|
441
|
+
type: import('vue').PropType<boolean>;
|
|
442
|
+
};
|
|
443
|
+
borderPosition: {
|
|
444
|
+
type: import('vue').PropType<string>;
|
|
445
|
+
};
|
|
446
|
+
borderSize: {
|
|
447
|
+
type: import('vue').PropType<string>;
|
|
448
|
+
};
|
|
449
|
+
borderColor: {
|
|
450
|
+
type: import('vue').PropType<string>;
|
|
451
|
+
};
|
|
452
|
+
hasLoadingBar: {
|
|
453
|
+
type: import('vue').PropType<boolean>;
|
|
454
|
+
};
|
|
455
|
+
loadingBarColor: {
|
|
456
|
+
type: import('vue').PropType<string>;
|
|
457
|
+
};
|
|
458
|
+
loadingBarTime: {
|
|
459
|
+
type: import('vue').PropType<string>;
|
|
460
|
+
};
|
|
461
|
+
isFlat: {
|
|
462
|
+
type: import('vue').PropType<boolean>;
|
|
463
|
+
};
|
|
464
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
465
|
+
P: {};
|
|
466
|
+
B: {};
|
|
467
|
+
D: {};
|
|
468
|
+
C: {};
|
|
469
|
+
M: {};
|
|
470
|
+
Defaults: {};
|
|
471
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
472
|
+
headerHasPadding: {
|
|
473
|
+
type: import('vue').PropType<boolean>;
|
|
474
|
+
};
|
|
475
|
+
footerHasPadding: {
|
|
476
|
+
type: import('vue').PropType<boolean>;
|
|
477
|
+
};
|
|
478
|
+
paddingSize: {
|
|
479
|
+
type: import('vue').PropType<string>;
|
|
480
|
+
};
|
|
481
|
+
dividerUnderHeader: {
|
|
482
|
+
type: import('vue').PropType<boolean>;
|
|
483
|
+
};
|
|
484
|
+
hasBorder: {
|
|
485
|
+
type: import('vue').PropType<boolean>;
|
|
486
|
+
};
|
|
487
|
+
borderPosition: {
|
|
488
|
+
type: import('vue').PropType<string>;
|
|
489
|
+
};
|
|
490
|
+
borderSize: {
|
|
491
|
+
type: import('vue').PropType<string>;
|
|
492
|
+
};
|
|
493
|
+
borderColor: {
|
|
494
|
+
type: import('vue').PropType<string>;
|
|
495
|
+
};
|
|
496
|
+
hasLoadingBar: {
|
|
497
|
+
type: import('vue').PropType<boolean>;
|
|
498
|
+
};
|
|
499
|
+
loadingBarColor: {
|
|
500
|
+
type: import('vue').PropType<string>;
|
|
501
|
+
};
|
|
502
|
+
loadingBarTime: {
|
|
503
|
+
type: import('vue').PropType<string>;
|
|
504
|
+
};
|
|
505
|
+
isFlat: {
|
|
506
|
+
type: import('vue').PropType<boolean>;
|
|
507
|
+
};
|
|
508
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
509
|
+
__isFragment?: never;
|
|
510
|
+
__isTeleport?: never;
|
|
511
|
+
__isSuspense?: never;
|
|
512
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
821
513
|
headerHasPadding: {
|
|
822
|
-
type:
|
|
823
|
-
|
|
514
|
+
type: import('vue').PropType<boolean>;
|
|
515
|
+
};
|
|
516
|
+
footerHasPadding: {
|
|
517
|
+
type: import('vue').PropType<boolean>;
|
|
518
|
+
};
|
|
519
|
+
paddingSize: {
|
|
520
|
+
type: import('vue').PropType<string>;
|
|
824
521
|
};
|
|
825
522
|
dividerUnderHeader: {
|
|
826
|
-
type:
|
|
827
|
-
default: boolean;
|
|
523
|
+
type: import('vue').PropType<boolean>;
|
|
828
524
|
};
|
|
829
525
|
hasBorder: {
|
|
830
|
-
type:
|
|
831
|
-
default: boolean;
|
|
526
|
+
type: import('vue').PropType<boolean>;
|
|
832
527
|
};
|
|
833
528
|
borderPosition: {
|
|
834
|
-
type: import('vue').PropType<
|
|
835
|
-
default: string;
|
|
529
|
+
type: import('vue').PropType<string>;
|
|
836
530
|
};
|
|
837
531
|
borderSize: {
|
|
838
|
-
type: import('vue').PropType<
|
|
839
|
-
default: string;
|
|
532
|
+
type: import('vue').PropType<string>;
|
|
840
533
|
};
|
|
841
534
|
borderColor: {
|
|
842
|
-
type: import('vue').PropType<
|
|
843
|
-
default: string;
|
|
535
|
+
type: import('vue').PropType<string>;
|
|
844
536
|
};
|
|
845
537
|
hasLoadingBar: {
|
|
846
|
-
type:
|
|
847
|
-
default: boolean;
|
|
538
|
+
type: import('vue').PropType<boolean>;
|
|
848
539
|
};
|
|
849
540
|
loadingBarColor: {
|
|
850
|
-
type: import('vue').PropType<
|
|
851
|
-
default: string;
|
|
541
|
+
type: import('vue').PropType<string>;
|
|
852
542
|
};
|
|
853
543
|
loadingBarTime: {
|
|
854
|
-
type:
|
|
855
|
-
default: string;
|
|
544
|
+
type: import('vue').PropType<string>;
|
|
856
545
|
};
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
default: boolean;
|
|
872
|
-
};
|
|
873
|
-
prominence: {
|
|
874
|
-
type: StringConstructor;
|
|
875
|
-
default: string;
|
|
876
|
-
validator: (value: string) => boolean;
|
|
877
|
-
};
|
|
878
|
-
size: {
|
|
879
|
-
type: StringConstructor;
|
|
880
|
-
default: string;
|
|
881
|
-
validator: (value: string) => boolean;
|
|
882
|
-
};
|
|
883
|
-
}>, {}, {
|
|
884
|
-
DIVIDER_PROMINENCES: Readonly<{
|
|
885
|
-
DEFAULT: string;
|
|
886
|
-
STRONG: string;
|
|
887
|
-
WEAK: string;
|
|
888
|
-
}>;
|
|
889
|
-
}, {
|
|
890
|
-
sizeClass(): string;
|
|
891
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
892
|
-
isVertical: {
|
|
893
|
-
type: BooleanConstructor;
|
|
894
|
-
default: boolean;
|
|
895
|
-
};
|
|
896
|
-
prominence: {
|
|
897
|
-
type: StringConstructor;
|
|
898
|
-
default: string;
|
|
899
|
-
validator: (value: string) => boolean;
|
|
900
|
-
};
|
|
901
|
-
size: {
|
|
902
|
-
type: StringConstructor;
|
|
903
|
-
default: string;
|
|
904
|
-
validator: (value: string) => boolean;
|
|
905
|
-
};
|
|
906
|
-
}>> & Readonly<{}>, {
|
|
907
|
-
size: string;
|
|
908
|
-
isVertical: boolean;
|
|
909
|
-
prominence: string;
|
|
910
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
911
|
-
DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
912
|
-
color: {
|
|
913
|
-
type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
|
|
914
|
-
default: string;
|
|
915
|
-
};
|
|
916
|
-
size: {
|
|
917
|
-
type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
|
|
918
|
-
default: string;
|
|
919
|
-
};
|
|
920
|
-
time: {
|
|
921
|
-
type: StringConstructor;
|
|
922
|
-
required: true;
|
|
923
|
-
};
|
|
924
|
-
}>, {}, {
|
|
925
|
-
intervalId: number;
|
|
926
|
-
width: number;
|
|
927
|
-
}, {
|
|
928
|
-
sizeClassName(): string;
|
|
929
|
-
loadingBarStyles(): {
|
|
930
|
-
width: string;
|
|
931
|
-
transition: string;
|
|
932
|
-
};
|
|
933
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
934
|
-
color: {
|
|
935
|
-
type: import('vue').PropType<import('../../LoadingBar').LoadingBarColors>;
|
|
936
|
-
default: string;
|
|
937
|
-
};
|
|
938
|
-
size: {
|
|
939
|
-
type: import('vue').PropType<import('../../LoadingBar').LoadingBarSizes>;
|
|
940
|
-
default: string;
|
|
941
|
-
};
|
|
942
|
-
time: {
|
|
943
|
-
type: StringConstructor;
|
|
944
|
-
required: true;
|
|
945
|
-
};
|
|
946
|
-
}>> & Readonly<{}>, {
|
|
947
|
-
size: string;
|
|
948
|
-
color: string;
|
|
949
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
950
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
546
|
+
isFlat: {
|
|
547
|
+
type: import('vue').PropType<boolean>;
|
|
548
|
+
};
|
|
549
|
+
}>> & 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 () => {
|
|
550
|
+
$slots: Readonly<{
|
|
551
|
+
header?: () => any;
|
|
552
|
+
content?: () => any;
|
|
553
|
+
footer?: () => any;
|
|
554
|
+
}> & {
|
|
555
|
+
header?: () => any;
|
|
556
|
+
content?: () => any;
|
|
557
|
+
footer?: () => any;
|
|
558
|
+
};
|
|
559
|
+
});
|
|
951
560
|
IconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
952
561
|
size: {
|
|
953
562
|
type: StringConstructor;
|
|
@@ -1100,6 +709,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1100
709
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1101
710
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1102
711
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
712
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1103
713
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1104
714
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1105
715
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1411,446 +1021,95 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1411
1021
|
}, {}, {
|
|
1412
1022
|
FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
|
|
1413
1023
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1414
|
-
WnlButton:
|
|
1415
|
-
|
|
1416
|
-
type: StringConstructor;
|
|
1417
|
-
default: "medium";
|
|
1418
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1419
|
-
};
|
|
1420
|
-
type: {
|
|
1421
|
-
type: StringConstructor;
|
|
1422
|
-
default: "filled";
|
|
1423
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1424
|
-
};
|
|
1425
|
-
color: {
|
|
1426
|
-
type: (StringConstructor | null)[];
|
|
1427
|
-
default: "primary";
|
|
1428
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1429
|
-
};
|
|
1430
|
-
radius: {
|
|
1431
|
-
type: StringConstructor;
|
|
1432
|
-
default: "capsule";
|
|
1433
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1434
|
-
};
|
|
1435
|
-
state: {
|
|
1436
|
-
type: StringConstructor;
|
|
1437
|
-
default: "default";
|
|
1438
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
|
|
1439
|
-
};
|
|
1440
|
-
iconLeft: {
|
|
1441
|
-
type: ObjectConstructor;
|
|
1442
|
-
default: null;
|
|
1443
|
-
validator(icon: unknown): boolean;
|
|
1444
|
-
};
|
|
1445
|
-
iconRight: {
|
|
1446
|
-
type: ObjectConstructor;
|
|
1447
|
-
default: null;
|
|
1448
|
-
validator(icon: unknown): boolean;
|
|
1449
|
-
};
|
|
1450
|
-
elevation: {
|
|
1451
|
-
type: StringConstructor;
|
|
1452
|
-
default: "none";
|
|
1453
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
1454
|
-
};
|
|
1455
|
-
}>, {}, {
|
|
1456
|
-
ICONS: Readonly<{
|
|
1457
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
1458
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
1459
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
1460
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
1461
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
1462
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
1463
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1464
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1465
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1466
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1467
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1468
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1469
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1470
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1471
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1472
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1473
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1474
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1475
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1476
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1477
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1478
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1479
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1480
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1481
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1482
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1483
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1484
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1485
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1486
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1487
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1488
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1489
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1490
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1491
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1492
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1493
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1494
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1495
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1496
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1497
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1498
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1499
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1500
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1501
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1502
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1503
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1504
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1505
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1506
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1507
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1508
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1509
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1510
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1511
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1512
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1513
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1514
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1515
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1516
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1517
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1518
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1519
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1520
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1521
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1522
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1523
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1524
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1525
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1526
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1527
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1528
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1529
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1530
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1531
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1532
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1533
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1534
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1535
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1536
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1537
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1538
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1539
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1540
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1541
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1542
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1543
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1544
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1545
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1546
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1547
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1548
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1549
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1550
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1551
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1552
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1553
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1554
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1555
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1556
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1557
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1558
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1559
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1560
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1561
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1562
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1563
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1564
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1565
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1566
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1567
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1568
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1569
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1570
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1571
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1572
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1573
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1574
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1575
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1576
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1577
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1578
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1579
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1580
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1581
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1582
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1583
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1584
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1585
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1586
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1587
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1588
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1589
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1590
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1591
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1592
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1593
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1594
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1595
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1596
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1597
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1598
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1599
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1600
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1601
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1602
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1603
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1604
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1605
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1606
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1607
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1608
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1609
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1610
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1611
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1612
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1613
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1614
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1615
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1616
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1617
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1618
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1619
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1620
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1621
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1622
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1623
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1624
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1625
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1626
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1627
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1628
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1629
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1630
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1631
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1632
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1633
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1634
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1635
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1636
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1637
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1638
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1639
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1640
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1641
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1642
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1643
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1644
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1645
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1646
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1647
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1648
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1649
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1650
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1651
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1652
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1653
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1654
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1655
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1656
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1657
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1658
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1659
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1660
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1661
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1662
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1663
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1664
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1665
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1666
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1667
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1668
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1669
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1670
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1671
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1672
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1673
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1674
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1675
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1676
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1677
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1678
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1679
|
-
}>;
|
|
1680
|
-
ICON_SIZES: Readonly<{
|
|
1681
|
-
XXX_SMALL: string;
|
|
1682
|
-
XX_SMALL: string;
|
|
1683
|
-
X_SMALL: string;
|
|
1684
|
-
SMALL: string;
|
|
1685
|
-
MEDIUM: string;
|
|
1686
|
-
LARGE: string;
|
|
1687
|
-
X_LARGE: string;
|
|
1688
|
-
XX_LARGE: string;
|
|
1689
|
-
}>;
|
|
1690
|
-
BUTTON_TYPES: Readonly<{
|
|
1691
|
-
readonly FILLED: "filled";
|
|
1692
|
-
readonly OUTLINED: "outlined";
|
|
1693
|
-
readonly TEXT: "text";
|
|
1694
|
-
}>;
|
|
1695
|
-
COLORS: Readonly<{
|
|
1696
|
-
readonly PRIMARY: "primary";
|
|
1697
|
-
readonly NEUTRAL: "neutral";
|
|
1698
|
-
readonly DANGER: "danger";
|
|
1699
|
-
readonly SUCCESS: "success";
|
|
1700
|
-
readonly INVERTED: "inverted";
|
|
1701
|
-
}>;
|
|
1702
|
-
RADIUSES: Readonly<{
|
|
1703
|
-
readonly CAPSULE: "capsule";
|
|
1704
|
-
readonly ROUNDED: "rounded";
|
|
1705
|
-
}>;
|
|
1706
|
-
SIZES: Readonly<{
|
|
1707
|
-
readonly SMALL: "small";
|
|
1708
|
-
readonly MEDIUM: "medium";
|
|
1709
|
-
readonly LARGE: "large";
|
|
1710
|
-
}>;
|
|
1711
|
-
STATES: Readonly<{
|
|
1712
|
-
readonly DEFAULT: "default";
|
|
1713
|
-
readonly HOVERED: "hovered";
|
|
1714
|
-
readonly FOCUSED: "focused";
|
|
1715
|
-
readonly DISABLED: "disabled";
|
|
1716
|
-
readonly LOADING: "loading";
|
|
1717
|
-
}>;
|
|
1718
|
-
ELEVATIONS: Readonly<{
|
|
1719
|
-
readonly NONE: "none";
|
|
1720
|
-
readonly X_SMALL: "x-small";
|
|
1721
|
-
readonly SMALL: "small";
|
|
1722
|
-
}>;
|
|
1723
|
-
}, {
|
|
1724
|
-
iconSize(): string;
|
|
1725
|
-
colorClassName(): string;
|
|
1726
|
-
loadingIconSize(): string;
|
|
1727
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1728
|
-
size: {
|
|
1729
|
-
type: StringConstructor;
|
|
1730
|
-
default: "medium";
|
|
1731
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
1732
|
-
};
|
|
1733
|
-
type: {
|
|
1734
|
-
type: StringConstructor;
|
|
1735
|
-
default: "filled";
|
|
1736
|
-
validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
1737
|
-
};
|
|
1738
|
-
color: {
|
|
1739
|
-
type: (StringConstructor | null)[];
|
|
1740
|
-
default: "primary";
|
|
1741
|
-
validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
|
|
1742
|
-
};
|
|
1743
|
-
radius: {
|
|
1744
|
-
type: StringConstructor;
|
|
1745
|
-
default: "capsule";
|
|
1746
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
|
|
1747
|
-
};
|
|
1748
|
-
state: {
|
|
1749
|
-
type: StringConstructor;
|
|
1750
|
-
default: "default";
|
|
1751
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_STATES>): boolean;
|
|
1752
|
-
};
|
|
1753
|
-
iconLeft: {
|
|
1754
|
-
type: ObjectConstructor;
|
|
1755
|
-
default: null;
|
|
1756
|
-
validator(icon: unknown): boolean;
|
|
1757
|
-
};
|
|
1758
|
-
iconRight: {
|
|
1759
|
-
type: ObjectConstructor;
|
|
1760
|
-
default: null;
|
|
1761
|
-
validator(icon: unknown): boolean;
|
|
1762
|
-
};
|
|
1763
|
-
elevation: {
|
|
1764
|
-
type: StringConstructor;
|
|
1765
|
-
default: "none";
|
|
1766
|
-
validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
1767
|
-
};
|
|
1768
|
-
}>> & Readonly<{}>, {
|
|
1769
|
-
size: string;
|
|
1770
|
-
type: string;
|
|
1771
|
-
color: string | null;
|
|
1772
|
-
elevation: string;
|
|
1773
|
-
radius: string;
|
|
1774
|
-
state: string;
|
|
1775
|
-
iconLeft: Record<string, any>;
|
|
1776
|
-
iconRight: Record<string, any>;
|
|
1777
|
-
}, {}, {
|
|
1778
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1779
|
-
icon: {
|
|
1780
|
-
type: ObjectConstructor;
|
|
1781
|
-
required: true;
|
|
1782
|
-
validator(icon: unknown): boolean;
|
|
1783
|
-
};
|
|
1024
|
+
WnlButton: {
|
|
1025
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1784
1026
|
size: {
|
|
1785
|
-
type:
|
|
1786
|
-
default: string;
|
|
1787
|
-
validator: (value: string) => boolean;
|
|
1027
|
+
type: import('vue').PropType<string>;
|
|
1788
1028
|
};
|
|
1789
|
-
|
|
1790
|
-
type: (
|
|
1791
|
-
default: null;
|
|
1029
|
+
type: {
|
|
1030
|
+
type: import('vue').PropType<string>;
|
|
1792
1031
|
};
|
|
1793
|
-
|
|
1794
|
-
type:
|
|
1795
|
-
default: boolean;
|
|
1032
|
+
color: {
|
|
1033
|
+
type: import('vue').PropType<string | null>;
|
|
1796
1034
|
};
|
|
1797
|
-
|
|
1798
|
-
type:
|
|
1799
|
-
default: boolean;
|
|
1035
|
+
radius: {
|
|
1036
|
+
type: import('vue').PropType<string>;
|
|
1800
1037
|
};
|
|
1801
|
-
|
|
1802
|
-
type:
|
|
1803
|
-
default: boolean;
|
|
1038
|
+
state: {
|
|
1039
|
+
type: import('vue').PropType<string>;
|
|
1804
1040
|
};
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1041
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1042
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1043
|
+
elevation: {
|
|
1044
|
+
type: import('vue').PropType<string>;
|
|
1808
1045
|
};
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
isFontawesomeIcon(): boolean;
|
|
1812
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1813
|
-
icon: {
|
|
1814
|
-
type: ObjectConstructor;
|
|
1815
|
-
required: true;
|
|
1816
|
-
validator(icon: unknown): boolean;
|
|
1046
|
+
as: {
|
|
1047
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1817
1048
|
};
|
|
1049
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1050
|
+
P: {};
|
|
1051
|
+
B: {};
|
|
1052
|
+
D: {};
|
|
1053
|
+
C: {};
|
|
1054
|
+
M: {};
|
|
1055
|
+
Defaults: {};
|
|
1056
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1818
1057
|
size: {
|
|
1819
|
-
type:
|
|
1820
|
-
default: string;
|
|
1821
|
-
validator: (value: string) => boolean;
|
|
1058
|
+
type: import('vue').PropType<string>;
|
|
1822
1059
|
};
|
|
1823
|
-
|
|
1824
|
-
type: (
|
|
1825
|
-
default: null;
|
|
1060
|
+
type: {
|
|
1061
|
+
type: import('vue').PropType<string>;
|
|
1826
1062
|
};
|
|
1827
|
-
|
|
1828
|
-
type:
|
|
1829
|
-
default: boolean;
|
|
1063
|
+
color: {
|
|
1064
|
+
type: import('vue').PropType<string | null>;
|
|
1830
1065
|
};
|
|
1831
|
-
|
|
1832
|
-
type:
|
|
1833
|
-
default: boolean;
|
|
1066
|
+
radius: {
|
|
1067
|
+
type: import('vue').PropType<string>;
|
|
1834
1068
|
};
|
|
1835
|
-
|
|
1836
|
-
type:
|
|
1837
|
-
default: boolean;
|
|
1069
|
+
state: {
|
|
1070
|
+
type: import('vue').PropType<string>;
|
|
1838
1071
|
};
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1072
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1073
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1074
|
+
elevation: {
|
|
1075
|
+
type: import('vue').PropType<string>;
|
|
1842
1076
|
};
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1077
|
+
as: {
|
|
1078
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1079
|
+
};
|
|
1080
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1081
|
+
__isFragment?: never;
|
|
1082
|
+
__isTeleport?: never;
|
|
1083
|
+
__isSuspense?: never;
|
|
1084
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1085
|
+
size: {
|
|
1086
|
+
type: import('vue').PropType<string>;
|
|
1087
|
+
};
|
|
1088
|
+
type: {
|
|
1089
|
+
type: import('vue').PropType<string>;
|
|
1090
|
+
};
|
|
1091
|
+
color: {
|
|
1092
|
+
type: import('vue').PropType<string | null>;
|
|
1093
|
+
};
|
|
1094
|
+
radius: {
|
|
1095
|
+
type: import('vue').PropType<string>;
|
|
1096
|
+
};
|
|
1097
|
+
state: {
|
|
1098
|
+
type: import('vue').PropType<string>;
|
|
1099
|
+
};
|
|
1100
|
+
iconLeft: import('../../Icons/Icon').IconItem | null;
|
|
1101
|
+
iconRight: import('../../Icons/Icon').IconItem | null;
|
|
1102
|
+
elevation: {
|
|
1103
|
+
type: import('vue').PropType<string>;
|
|
1104
|
+
};
|
|
1105
|
+
as: {
|
|
1106
|
+
type: import('vue').PropType<"a" | "button" | "span">;
|
|
1107
|
+
};
|
|
1108
|
+
}>> & 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 () => {
|
|
1109
|
+
$slots: {
|
|
1110
|
+
default?(_: {}): any;
|
|
1111
|
+
};
|
|
1112
|
+
});
|
|
1854
1113
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1855
1114
|
DsModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1856
1115
|
showHeader: {
|
|
@@ -1962,6 +1221,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1962
1221
|
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1963
1222
|
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1964
1223
|
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1224
|
+
readonly FA_ENVELOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1965
1225
|
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1966
1226
|
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1967
1227
|
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|