@bethinkpl/design-system 26.15.1 → 27.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +9 -0
- package/dist/RadioButton-BWi6jLxx.js +63 -0
- package/dist/RadioButton-BWi6jLxx.js.map +1 -0
- package/dist/RadioButton-DSmKwvPr.js +63 -0
- package/dist/RadioButton-DSmKwvPr.js.map +1 -0
- package/dist/design-system.js +266 -0
- package/dist/design-system.js.map +1 -0
- package/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/index-BzPDEKft.js +24356 -0
- package/dist/index-BzPDEKft.js.map +1 -0
- package/dist/index-Oq81NaeJ.js +1388 -0
- package/dist/index-Oq81NaeJ.js.map +1 -0
- package/dist/index-UMXgzRbZ.js +24356 -0
- package/dist/index-UMXgzRbZ.js.map +1 -0
- package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -4
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +49 -1824
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +41 -443
- package/dist/lib/js/components/Buttons/HelpButton/HelpButton.vue.d.ts +40 -0
- package/dist/lib/js/components/Buttons/HelpButton/index.d.ts +3 -0
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +77 -427
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +5 -0
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +52 -175
- package/dist/lib/js/components/Cards/Card/index.d.ts +1 -0
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +116 -154
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +79 -430
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +2 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +4 -2
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +2 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +507 -1557
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +77 -426
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/lib/js/components/Form/FormField/FormField.consts.d.ts +9 -0
- package/dist/lib/js/components/Form/FormField/FormField.stories.shared.d.ts +5 -0
- package/dist/lib/js/components/Form/FormField/FormField.types.d.ts +21 -0
- package/dist/lib/js/components/Form/FormField/FormField.utils.d.ts +11 -0
- package/dist/lib/js/components/Form/FormField/FormField.vue.d.ts +20 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue.d.ts +30 -0
- package/dist/lib/js/components/Form/FormField/FormFieldMessage/index.d.ts +3 -0
- package/dist/lib/js/components/Form/FormField/index.d.ts +5 -0
- package/dist/lib/js/components/Form/InputField/InputField.types.d.ts +13 -0
- package/dist/lib/js/components/Form/InputField/InputField.vue.d.ts +78 -0
- package/dist/lib/js/components/Form/InputField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/InputField/useInputFieldWithinForm.d.ts +8 -0
- package/dist/lib/js/components/Form/PasswordField/PasswordField.vue.d.ts +76 -0
- package/dist/lib/js/components/Form/PasswordField/index.d.ts +3 -0
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +77 -426
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +76 -426
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.d.ts +17 -11
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +22 -138
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
- package/dist/lib/js/components/Modals/Modal/Modal.consts.d.ts +8 -4
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +281 -1093
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +288 -1100
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +78 -426
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +6 -4
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +4 -2
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +3 -0
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +262 -1002
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +268 -1008
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +104 -1806
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +1 -0
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +190 -581
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +10 -1
- package/dist/lib/js/tests/helpers.d.ts +1 -0
- package/dist/pl-C3BEVRTZ.js +91 -0
- package/dist/pl-C3BEVRTZ.js.map +1 -0
- package/docs/assets/{AccessStatus-plchnY0B.js → AccessStatus-DGd8XBwr.js} +1 -1
- package/docs/assets/{AccessStatus.stories-DIIoog2Q.js → AccessStatus.stories-BUpfD_Uw.js} +1 -1
- package/docs/assets/Avatar-DJEZDpOI.js +1 -0
- package/docs/assets/{Avatar.stories-9Vth29zT.js → Avatar.stories-D40fYcFF.js} +1 -1
- package/docs/assets/{Badge-BbvNKG41.js → Badge-B8eFbzRx.js} +1 -1
- package/docs/assets/{Badge.stories-CKPGT_pt.js → Badge.stories-DxdwaS-k.js} +3 -3
- package/docs/assets/{BadgeScore-BOOWTi6N.js → BadgeScore-ByouU1Eu.js} +1 -1
- package/docs/assets/{BadgeScore.stories-ERFMPhhE.js → BadgeScore.stories-DsodV82W.js} +1 -1
- package/docs/assets/Banner-D5riYdGJ.js +1 -0
- package/docs/assets/Banner.stories-Ch0_NPk4.js +64 -0
- package/docs/assets/BasicRichListItem-NMNh0Xfo.js +1 -0
- package/docs/assets/{BasicRichListItem.stories-BJZo9YF9.js → BasicRichListItem.stories-Gu9n5wvW.js} +2 -2
- package/docs/assets/{BlockadeStatus-D1j0ZWIW.js → BlockadeStatus-Dqr_LSfC.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-BKi05Ndl.js → BlockedeStatus.stories-BKblKF33.js} +1 -1
- package/docs/assets/Button-XuK8IxnR.js +1 -0
- package/docs/assets/{Button.stories-Da2LsOLk.js → Button.stories-UiGEsaro.js} +5 -3
- package/docs/assets/Card-BhK1CiCP.js +1 -0
- package/docs/assets/Card.stories-BfWbSV_u.js +33 -0
- package/docs/assets/CardExpandable-CPuSx_lW.js +1 -0
- package/docs/assets/{CardExpandable.stories-DtC5egGK.js → CardExpandable.stories-mHnNt6zg.js} +1 -1
- package/docs/assets/Checkbox-g1Bvy8z-.js +1 -0
- package/docs/assets/{Checkbox.stories-BUIzgcCC.js → Checkbox.stories-DdJRLzJy.js} +1 -1
- package/docs/assets/{Chip-BJcjfD8j.js → Chip-CGm2pLPD.js} +1 -1
- package/docs/assets/{Chip.stories-Dgmetn8m.js → Chip.stories-CnHjkDSI.js} +1 -1
- package/docs/assets/Color-ERTF36HU-8BveRk6J.js +1 -0
- package/docs/assets/{Colors.stories-BrNisWwH.js → Colors.stories-BtNgjWxi.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-DvZl0m40.js → ColorsThemes.stories-Ct0Ai41o.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-D3nA1ro1.js → ColorsTokensLms.stories-BP-WMJrS.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-w4A7RjpQ.js → ColorsTokensPrimaryBodywork.stories-zdX-tf4x.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-CncgXEG5.js → ColorsTokensPrimaryWnl.stories-DFVUj_99.js} +1 -1
- package/docs/assets/{CounterToggle-DKRrZ9t2.js → CounterToggle-B9hjjWpv.js} +1 -1
- package/docs/assets/{CounterToggle.stories-DEP60zRp.js → CounterToggle.stories-BtS63BEz.js} +1 -1
- package/docs/assets/{DateBox.stories-y5_2vs0g.js → DateBox.stories-B7PTVLxc.js} +3 -3
- package/docs/assets/{DatePicker-QHo-i7qh.js → DatePicker-70Dj0lsn.js} +1 -1
- package/docs/assets/{DatePicker.stories-4hPgpb1-.js → DatePicker.stories-DZN51CwX.js} +1 -1
- package/docs/assets/{DateRangePicker-B0NAwdsr.js → DateRangePicker-D5bqKMMk.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-BXQLC6L-.js → DateRangePicker.stories-WhCXoUeh.js} +1 -1
- package/docs/assets/{Divider-9o-i_zKL.js → Divider-NOTDPuJ1.js} +1 -1
- package/docs/assets/{Divider.stories-IQKEznYT.js → Divider.stories-Cjyx7utt.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-rC6r6xBG.js → DocsRenderer-CFRXHY34-BThTLMHt.js} +72 -72
- package/docs/assets/{Drawer-ClrSDwUZ.js → Drawer-CrAn35Yo.js} +1 -1
- package/docs/assets/{Drawer.stories-DR-CXra3.js → Drawer.stories-iInS0JV5.js} +1 -1
- package/docs/assets/{DrawerContent-D6Bl5GA-.js → DrawerContent-DAIzyQNz.js} +1 -1
- package/docs/assets/{DrawerContent.stories-BR11egKi.js → DrawerContent.stories-CBpbbVk_.js} +1 -1
- package/docs/assets/{DrawerDivider-DMhjaSPk.js → DrawerDivider-CKRXkKRz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-DdcVRbtO.js → DrawerDivider.stories-iQ2J_ExP.js} +1 -1
- package/docs/assets/DrawerHeader-DPBlervR.js +1 -0
- package/docs/assets/{DrawerHeader.stories-DnPlkGmI.js → DrawerHeader.stories-ugFv_siA.js} +1 -1
- package/docs/assets/{DrawerListItem-dizQZUbe.js → DrawerListItem-ClOcwiVc.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-pVTEuckG.js → DrawerListItem.stories-BMZ35_qS.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-B5XadRVV.js → DrawerListItemGroup-SEWltKLJ.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-pOGG952w.js → DrawerListItemGroup.stories-Bn2TyQLH.js} +1 -1
- package/docs/assets/DrawerSection-ByJjEPPu.js +1 -0
- package/docs/assets/{DrawerSection.stories-tQT_zWBt.js → DrawerSection.stories-DuLphbcs.js} +1 -1
- package/docs/assets/DrawerTile-BGQvQQSp.js +1 -0
- package/docs/assets/DrawerTile.stories-DCe2L4Tv.js +10 -0
- package/docs/assets/Dropdown-Bdrd2ZIh.js +1 -0
- package/docs/assets/{Dropdown.stories-DLo-4_G3.js → Dropdown.stories-DnkREwa1.js} +2 -2
- package/docs/assets/FeatureIcon-DY5WvpPf.js +1 -0
- package/docs/assets/{FeatureIcon.stories-H_yUD4i4.js → FeatureIcon.stories-BqYqiSzM.js} +1 -1
- package/docs/assets/FormField-BjLFip7T.js +1 -0
- package/docs/assets/FormField.stories-DY8Mz4YE.js +40 -0
- package/docs/assets/FormField.stories.shared-3_36NKi_.js +1 -0
- package/docs/assets/FormFieldMessage-B4Oy2QBT.js +1 -0
- package/docs/assets/FormFieldMessage.stories-BD7JfJNj.js +32 -0
- package/docs/assets/GroupRichListItem-CHiSrcou.js +1 -0
- package/docs/assets/{GroupRichListItem.stories-C25AujXP.js → GroupRichListItem.stories-C3EubvlY.js} +1 -1
- package/docs/assets/HelpButton-BStTtLsz.js +1 -0
- package/docs/assets/HelpButton.stories-C3-CU20F.js +17 -0
- package/docs/assets/Icon-DUeXRUm6.js +761 -0
- package/docs/assets/{Icon.stories-BhnUVRrV.js → Icon.stories-ClzUno-E.js} +1 -1
- package/docs/assets/IconButton-Cn83Zk5-.js +1 -0
- package/docs/assets/{IconButton.stories-B8QjmTyV.js → IconButton.stories-CwZts8kF.js} +6 -6
- package/docs/assets/{IconText-CKJ4jGzm.js → IconText-Colreg4i.js} +1 -1
- package/docs/assets/{IconText.stories-B5zjHqug.js → IconText.stories-DSZffl3k.js} +1 -1
- package/docs/assets/{Image-Dbv2u4ta.js → Image-B7PRENWe.js} +1 -1
- package/docs/assets/{Image.stories-CUWPBT5K.js → Image.stories-DkYrm30P.js} +1 -1
- package/docs/assets/InputField-CplPTgjC.js +5 -0
- package/docs/assets/InputField.stories-K675XZL5.js +44 -0
- package/docs/assets/{ItemsList-CJTCYbgI.js → ItemsList-nTRSgJDP.js} +1 -1
- package/docs/assets/{LoadingBar-Dc_eLNsl.js → LoadingBar-DGNrwKu4.js} +1 -1
- package/docs/assets/{LoadingBar.stories-DWH4VmcD.js → LoadingBar.stories-owR_6Oqy.js} +1 -1
- package/docs/assets/Modal-ByQBkOMU.js +1 -0
- package/docs/assets/{Modal.stories-0zzyLX_Z.js → Modal.stories-DlxDxfN1.js} +1 -1
- package/docs/assets/{ModalDialog-BuO78uuh.js → ModalDialog-Cr21J58H.js} +1 -1
- package/docs/assets/{ModalDialog.stories-lBI09xqp.js → ModalDialog.stories-DP4FjijI.js} +1 -1
- package/docs/assets/{NumberInCircle-DnPE2szs.js → NumberInCircle-CE28_Nsz.js} +1 -1
- package/docs/assets/{NumberInCircle.stories-Tn0v6S_I.js → NumberInCircle.stories-DFdUVSKM.js} +1 -1
- package/docs/assets/OutlineDivider-DJ9pnpJN.js +1 -0
- package/docs/assets/{OutlineDivider.stories-D9Hzkdbe.js → OutlineDivider.stories-Dzpei9KR.js} +1 -1
- package/docs/assets/{OutlineItem-1BOyMbS2.js → OutlineItem-CApzlES7.js} +1 -1
- package/docs/assets/{OutlineItem.stories-DZ_RXCGO.js → OutlineItem.stories-DtEAJjzy.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-LGOAi424.js → OutlineSectionHeader-CSNr7XVB.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-PPIsaHhR.js → OutlineSectionHeader.stories-CuJwkOKg.js} +1 -1
- package/docs/assets/OverlayHeader-B5ajrI4B.js +1 -0
- package/docs/assets/{OverlayHeader.stories-D0TRoa1n.js → OverlayHeader.stories-Zed9WXER.js} +2 -2
- package/docs/assets/{PageHeader-DkHlb7_P.js → PageHeader-Cy-UHuRb.js} +1 -1
- package/docs/assets/{PageHeader.stories-WThxfLse.js → PageHeader.stories-DlW4dler.js} +1 -1
- package/docs/assets/Pagination-D34dUtsQ.js +1 -0
- package/docs/assets/{Pagination.stories-CL9tb6Sx.js → Pagination.stories-IDi5nqa_.js} +2 -2
- package/docs/assets/PasswordField-Bkc6j8ri.js +1 -0
- package/docs/assets/PasswordField.stories-CklmsmJF.js +42 -0
- package/docs/assets/{PopOver-BDVCOkO6.js → PopOver-DVj1_TNg.js} +1 -1
- package/docs/assets/{PopOver.stories-CmDQPumC.js → PopOver.stories-BljOgM3Z.js} +2 -2
- package/docs/assets/{ProgressBar-q_I44DQc.js → ProgressBar-D2hkMeQ0.js} +1 -1
- package/docs/assets/{ProgressBar.stories-Df10tpd-.js → ProgressBar.stories-BDHI6-tO.js} +1 -1
- package/docs/assets/{ProgressDonutChart-DP55sH2Q.js → ProgressDonutChart-CBO-vy-E.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-CXJhJ1AH.js → ProgressDonutChart.stories-CGwlVICI.js} +1 -1
- package/docs/assets/RadioButton-Bd-D-2PY.js +1 -0
- package/docs/assets/{RadioButton.stories-NVFxjqN4.js → RadioButton.stories-BkCwnbIp.js} +1 -1
- package/docs/assets/{RichListItem.stories-B3NGpkHT.js → RichListItem.stories-Bls_aY12.js} +2 -2
- package/docs/assets/SectionHeader-isKXGfjn.js +1 -0
- package/docs/assets/{SectionHeader.stories-CTANEOdf.js → SectionHeader.stories-Bj3scOLc.js} +1 -1
- package/docs/assets/{SectionTitle-DLcFKzRH.js → SectionTitle-wTuJZZVS.js} +1 -1
- package/docs/assets/{SectionTitle.stories-Dybq4paM.js → SectionTitle.stories-Dr3KOvIl.js} +1 -1
- package/docs/assets/{SelectList-B323Y2el.js → SelectList-YMQ8rEMc.js} +1 -1
- package/docs/assets/{SelectList.stories-BCS6zdJ9.js → SelectList.stories-ETdEOJ81.js} +1 -1
- package/docs/assets/{SelectListItem-DfLqJR-_.js → SelectListItem-BqKhIPSO.js} +1 -1
- package/docs/assets/{SelectListItem.stories-m8BTHS53.js → SelectListItem.stories-ClyL-djS.js} +1 -1
- package/docs/assets/{SelectListItemDivider-lDLIwtP8.js → SelectListItemDivider-CTU7_4OL.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-BZ6_HOBG.js → SelectListItemDivider.stories-rGpk0Yeg.js} +1 -1
- package/docs/assets/{SelectListItemTile-DzAuBa66.js → SelectListItemTile-BhOwBFIO.js} +1 -1
- package/docs/assets/SelectListItemTile.stories-BXFfuX9q.js +19 -0
- package/docs/assets/{SelectListItemToggle-DJ_P6PIB.js → SelectListItemToggle-C0lffqeC.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-yej5J6y8.js → SelectListItemToggle.stories-D39XrmtN.js} +1 -2
- package/docs/assets/SelectListSectionTitle-B9Dj10G9.js +1 -0
- package/docs/assets/{SelectListSectionTitle.stories-NKPegok4.js → SelectListSectionTitle.stories-DCZ-Sq6v.js} +1 -1
- package/docs/assets/{SelectionControl-CwdtLuOD.js → SelectionControl-DIC2vtGo.js} +1 -1
- package/docs/assets/{SelectionTile-hjRK7Lwc.js → SelectionTile-D7fhj7-I.js} +2 -2
- package/docs/assets/{SelectionTile.stories-DRdGcDuJ.js → SelectionTile.stories-Cato0iSj.js} +1 -1
- package/docs/assets/{Skeleton-DhyJ4ZKG.js → Skeleton-D5xhZMQa.js} +5 -5
- package/docs/assets/{Skeleton.stories-CsZjBoj1.js → Skeleton.stories-ll-E-sPN.js} +1 -1
- package/docs/assets/SurveyQuestionOpenEnded-DDdPQe2b.js +1 -0
- package/docs/assets/{SurveyQuestionOpenEnded.stories-Is_s49TT.js → SurveyQuestionOpenEnded.stories-mHTUclXK.js} +1 -1
- package/docs/assets/SurveyQuestionScale-BKZbW5q7.js +1 -0
- package/docs/assets/{SurveyQuestionScale.stories-BqOjFThb.js → SurveyQuestionScale.stories-Cczg5QpY.js} +1 -1
- package/docs/assets/SurveyToggle-Sid2a-IO.js +1 -0
- package/docs/assets/{SurveyToggle.stories-DySS4Jzx.js → SurveyToggle.stories-Dv7PJARv.js} +1 -1
- package/docs/assets/Switch-B8xEwHO8.js +1 -0
- package/docs/assets/{Switch.stories-Bq6_6t39.js → Switch.stories-RbY8wA55.js} +1 -1
- package/docs/assets/{TabItem-Bn_qIbPX.js → TabItem-Ci3vrkRH.js} +1 -1
- package/docs/assets/{TabItem.stories-ZPYw1uH1.js → TabItem.stories-relncwaI.js} +1 -1
- package/docs/assets/{TextGroup-AUUBIFJZ.js → TextGroup-dzR19lzs.js} +1 -1
- package/docs/assets/{TextGroup.stories-CqwkdBAO.js → TextGroup.stories-bCLjp0Xb.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-DXA1815_.js → ThreeColumnLayout-LVzDOKfj.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-BA08mTZ7.js → ThreeColumnLayout.stories-CkgbTH3p.js} +1 -1
- package/docs/assets/{Tile-3fvrXM7M.js → Tile-ByL6drhn.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Crj50ugV.js → Tile.sb.shared-D3LxXPDs.js} +1 -1
- package/docs/assets/Tile.stories-BhXwnkKz.js +12 -0
- package/docs/assets/{Toast-CTbKhm1i.js → Toast-ukLuB2Qi.js} +1 -1
- package/docs/assets/{Toast.stories-hUEtnOQn.js → Toast.stories-D3PagUcH.js} +1 -1
- package/docs/assets/{ToggleButton-D-t1sDTL.js → ToggleButton-YUVnfx-x.js} +1 -1
- package/docs/assets/{ToggleButton.stories-CaAweKdC.js → ToggleButton.stories-C18YYEsJ.js} +1 -1
- package/docs/assets/{Tooltip-DZi9yXjr.js → Tooltip-BvaJ_K9_.js} +1 -1
- package/docs/assets/{Tooltip.stories-D-DHfToA.js → Tooltip.stories-o7f8wLv_.js} +4 -4
- package/docs/assets/{TypographyTokensLms.stories-CZpPPUwu.js → TypographyTokensLms.stories-Cm_y52b6.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-B4Lg96R3.js → TypographyVariables.stories-DTHJ_1UO.js} +1 -1
- package/docs/assets/{Well-D1j9q3W3.js → Well-iUOt2HEx.js} +1 -1
- package/docs/assets/{Well.stories-wgg6f6S7.js → Well.stories-4VLIlu-l.js} +3 -3
- package/docs/assets/entry-preview-CAn2_StQ.js +1 -0
- package/docs/assets/{entry-preview-docs-Bz8Se46p.js → entry-preview-docs-Y_6rrjxM.js} +1 -1
- package/docs/assets/{iframe-CKOJ9wC7.js → iframe-D_RvUlhr.js} +18 -15
- package/docs/assets/index-BtMHnMz0.js +1 -0
- package/docs/assets/index-Cpsdq_ip.js +1 -0
- package/docs/assets/preview-B_G3dFbe.js +2 -0
- package/docs/assets/preview-vzvQxRBZ.js +64 -0
- package/docs/assets/string--hkylObx.js +1 -0
- package/docs/assets/vue-popper-m_ujT3wC.js +24 -0
- package/docs/assets/vue.esm-bundler-DcRN7CPI.js +36 -0
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/Badge/Badge.vue +6 -5
- package/lib/js/components/Banner/Banner.consts.ts +5 -5
- package/lib/js/components/Banner/Banner.spec.ts +148 -0
- package/lib/js/components/Banner/Banner.stories.ts +13 -8
- package/lib/js/components/Banner/Banner.vue +215 -196
- package/lib/js/components/Buttons/Button/Button.spec.ts +18 -3
- package/lib/js/components/Buttons/Button/Button.stories.ts +6 -0
- package/lib/js/components/Buttons/Button/Button.vue +63 -114
- package/lib/js/components/Buttons/HelpButton/HelpButton.spec.ts +87 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +70 -0
- package/lib/js/components/Buttons/HelpButton/HelpButton.vue +52 -0
- package/lib/js/components/Buttons/HelpButton/index.ts +3 -0
- package/lib/js/components/Cards/Card/Card.consts.ts +7 -0
- package/lib/js/components/Cards/Card/Card.spec.ts +86 -41
- package/lib/js/components/Cards/Card/Card.stories.ts +21 -18
- package/lib/js/components/Cards/Card/Card.vue +128 -88
- package/lib/js/components/Cards/Card/index.ts +1 -0
- package/lib/js/components/Chip/Chip.spec.ts +3 -2
- package/lib/js/components/Chip/Chip.vue +0 -1
- package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +0 -3
- package/lib/js/components/Form/FormField/FormField.consts.ts +10 -0
- package/lib/js/components/Form/FormField/FormField.spec.ts +138 -0
- package/lib/js/components/Form/FormField/FormField.stories.shared.ts +53 -0
- package/lib/js/components/Form/FormField/FormField.stories.ts +81 -0
- package/lib/js/components/Form/FormField/FormField.types.ts +17 -0
- package/lib/js/components/Form/FormField/FormField.utils.ts +24 -0
- package/lib/js/components/Form/FormField/FormField.vue +192 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.spec.ts +53 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.stories.ts +74 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +89 -0
- package/lib/js/components/Form/FormField/FormFieldMessage/index.ts +2 -0
- package/lib/js/components/Form/FormField/index.ts +6 -0
- package/lib/js/components/Form/InputField/InputField.spec.ts +274 -0
- package/lib/js/components/Form/InputField/InputField.stories.ts +98 -0
- package/lib/js/components/Form/InputField/InputField.types.ts +14 -0
- package/lib/js/components/Form/InputField/InputField.vue +175 -0
- package/lib/js/components/Form/InputField/index.ts +3 -0
- package/lib/js/components/Form/InputField/useInputFieldWithinForm.ts +54 -0
- package/lib/js/components/Form/PasswordField/PasswordField.spec.ts +73 -0
- package/lib/js/components/Form/PasswordField/PasswordField.stories.ts +88 -0
- package/lib/js/components/Form/PasswordField/PasswordField.vue +55 -0
- package/lib/js/components/Form/PasswordField/index.ts +3 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.consts.ts +10 -2
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.spec.ts +18 -0
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.ts +1 -1
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +44 -58
- package/lib/js/components/Modals/Modal/Modal.consts.ts +8 -2
- package/lib/js/components/Modals/Modal/Modal.vue +12 -5
- package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +2 -2
- package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.ts +0 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +43 -47
- package/lib/js/components/TabItem/TabItem.spec.ts +0 -1
- package/lib/js/components/Toast/Toast.vue +0 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +11 -1
- package/lib/js/styles/Borders/BorderSizes.stories.ts +1 -1
- package/lib/js/styles/ItemsList.vue +1 -1
- package/lib/js/tests/helpers.ts +5 -0
- package/package.json +13 -7
- package/tsconfig.base.json +1 -2
- package/tsconfig.build.json +8 -0
- package/tsconfig.json +1 -6
- package/vite.config.ts +11 -8
- package/docs/assets/Avatar-CM7iogZ3.js +0 -1
- package/docs/assets/Banner-DXAd9x-3.js +0 -1
- package/docs/assets/Banner.stories-BC2VxrMC.js +0 -62
- package/docs/assets/BasicRichListItem-quALUWxY.js +0 -1
- package/docs/assets/Button-C5dr6u6F.js +0 -1
- package/docs/assets/Card-KSW_Q55y.js +0 -1
- package/docs/assets/Card.stories-Bqmd77lg.js +0 -49
- package/docs/assets/CardExpandable-yMDr4_fF.js +0 -1
- package/docs/assets/Checkbox-DAOkXx1R.js +0 -1
- package/docs/assets/Color-ERTF36HU-DaHgyI5V.js +0 -1
- package/docs/assets/DrawerHeader-AkG6Jq7W.js +0 -1
- package/docs/assets/DrawerSection-HBM59yvF.js +0 -1
- package/docs/assets/DrawerTile-0-CB5w9j.js +0 -1
- package/docs/assets/DrawerTile.stories-6JDnzzyo.js +0 -10
- package/docs/assets/Dropdown-CYFZ3OvV.js +0 -1
- package/docs/assets/FeatureIcon-BoUhuGOr.js +0 -1
- package/docs/assets/GroupRichListItem-C_Gsy7fK.js +0 -1
- package/docs/assets/Icon-I3Cniv10.js +0 -761
- package/docs/assets/IconButton-BPKB5gT7.js +0 -1
- package/docs/assets/Modal-Cy1kzNhG.js +0 -1
- package/docs/assets/OutlineDivider-UaRb6wKt.js +0 -1
- package/docs/assets/OverlayHeader-u9AeOezr.js +0 -1
- package/docs/assets/Pagination-CgO9MoPY.js +0 -1
- package/docs/assets/RadioButton-DISpvFOt.js +0 -1
- package/docs/assets/SectionHeader-ByewlGaG.js +0 -1
- package/docs/assets/SelectListItemTile.stories-n2MJqr9U.js +0 -19
- package/docs/assets/SelectListSectionTitle-BFbrwNgw.js +0 -1
- package/docs/assets/SurveyQuestionOpenEnded-B_HbDRQs.js +0 -1
- package/docs/assets/SurveyQuestionScale-CiKDA0ax.js +0 -1
- package/docs/assets/SurveyToggle-CCF4WE7n.js +0 -1
- package/docs/assets/Switch-Du-uh84v.js +0 -1
- package/docs/assets/Tile.stories-0SQaiGz7.js +0 -12
- package/docs/assets/_commonjsHelpers-CDR5Xrri.js +0 -1
- package/docs/assets/entry-preview-lHccVHf5.js +0 -1
- package/docs/assets/index-0M4xY6Fw.js +0 -1
- package/docs/assets/index-Be4sB5Yj.js +0 -1
- package/docs/assets/preview-BIPjgpxe.js +0 -2
- package/docs/assets/preview-BQvHXGdy.js +0 -64
- package/docs/assets/string-B1AGRR5v.js +0 -1
- package/docs/assets/vue-popper-DoPHnofs.js +0 -24
- package/docs/assets/vue.esm-bundler-DD4BrEtS.js +0 -36
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BUTTON_RADIUSES, BUTTON_TYPES } from '../Buttons/Button';
|
|
2
1
|
import { ToastColors, ToastPositions, ToastSizes } from './Toast.consts';
|
|
3
2
|
import { PropType } from 'vue';
|
|
4
3
|
|
|
@@ -144,627 +143,237 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
143
|
}>, {
|
|
145
144
|
size: ToastSizes;
|
|
146
145
|
color: string;
|
|
147
|
-
position: string;
|
|
148
|
-
boundariesSelector: string | HTMLElement;
|
|
149
146
|
footerPrimaryButtonText: string;
|
|
150
147
|
footerPrimaryButtonIcon: Record<string, any>;
|
|
151
148
|
footerSecondaryButtonText: string;
|
|
152
149
|
footerSecondaryButtonIcon: Record<string, any>;
|
|
150
|
+
position: string;
|
|
151
|
+
boundariesSelector: string | HTMLElement;
|
|
153
152
|
isDisappearing: boolean;
|
|
154
153
|
disappearingTimeout: string;
|
|
155
154
|
}, {}, {
|
|
156
|
-
DsButton:
|
|
155
|
+
DsButton: {
|
|
156
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
157
|
+
size: {
|
|
158
|
+
type: PropType<string>;
|
|
159
|
+
};
|
|
160
|
+
type: {
|
|
161
|
+
type: PropType<string>;
|
|
162
|
+
};
|
|
163
|
+
color: {
|
|
164
|
+
type: PropType<string | null>;
|
|
165
|
+
};
|
|
166
|
+
radius: {
|
|
167
|
+
type: PropType<string>;
|
|
168
|
+
};
|
|
169
|
+
state: {
|
|
170
|
+
type: PropType<string>;
|
|
171
|
+
};
|
|
172
|
+
iconLeft: import('../Icons/Icon').IconItem | null;
|
|
173
|
+
iconRight: import('../Icons/Icon').IconItem | null;
|
|
174
|
+
elevation: {
|
|
175
|
+
type: PropType<string>;
|
|
176
|
+
};
|
|
177
|
+
as: {
|
|
178
|
+
type: PropType<"a" | "button" | "span">;
|
|
179
|
+
};
|
|
180
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
181
|
+
P: {};
|
|
182
|
+
B: {};
|
|
183
|
+
D: {};
|
|
184
|
+
C: {};
|
|
185
|
+
M: {};
|
|
186
|
+
Defaults: {};
|
|
187
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
188
|
+
size: {
|
|
189
|
+
type: PropType<string>;
|
|
190
|
+
};
|
|
191
|
+
type: {
|
|
192
|
+
type: PropType<string>;
|
|
193
|
+
};
|
|
194
|
+
color: {
|
|
195
|
+
type: PropType<string | null>;
|
|
196
|
+
};
|
|
197
|
+
radius: {
|
|
198
|
+
type: PropType<string>;
|
|
199
|
+
};
|
|
200
|
+
state: {
|
|
201
|
+
type: PropType<string>;
|
|
202
|
+
};
|
|
203
|
+
iconLeft: import('../Icons/Icon').IconItem | null;
|
|
204
|
+
iconRight: import('../Icons/Icon').IconItem | null;
|
|
205
|
+
elevation: {
|
|
206
|
+
type: PropType<string>;
|
|
207
|
+
};
|
|
208
|
+
as: {
|
|
209
|
+
type: PropType<"a" | "button" | "span">;
|
|
210
|
+
};
|
|
211
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
212
|
+
__isFragment?: never;
|
|
213
|
+
__isTeleport?: never;
|
|
214
|
+
__isSuspense?: never;
|
|
215
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
157
216
|
size: {
|
|
158
|
-
type:
|
|
159
|
-
default: "medium";
|
|
160
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
217
|
+
type: PropType<string>;
|
|
161
218
|
};
|
|
162
219
|
type: {
|
|
163
|
-
type:
|
|
164
|
-
default: "filled";
|
|
165
|
-
validator(value: import('../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
220
|
+
type: PropType<string>;
|
|
166
221
|
};
|
|
167
222
|
color: {
|
|
168
|
-
type:
|
|
169
|
-
default: "primary";
|
|
170
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
|
|
223
|
+
type: PropType<string | null>;
|
|
171
224
|
};
|
|
172
225
|
radius: {
|
|
173
|
-
type:
|
|
174
|
-
default: "capsule";
|
|
175
|
-
validator(value: import('../../utils/type.utils').Value<typeof BUTTON_RADIUSES>): boolean;
|
|
226
|
+
type: PropType<string>;
|
|
176
227
|
};
|
|
177
228
|
state: {
|
|
178
|
-
type:
|
|
179
|
-
default: "default";
|
|
180
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_STATES>): boolean;
|
|
181
|
-
};
|
|
182
|
-
iconLeft: {
|
|
183
|
-
type: ObjectConstructor;
|
|
184
|
-
default: null;
|
|
185
|
-
validator(icon: unknown): boolean;
|
|
186
|
-
};
|
|
187
|
-
iconRight: {
|
|
188
|
-
type: ObjectConstructor;
|
|
189
|
-
default: null;
|
|
190
|
-
validator(icon: unknown): boolean;
|
|
229
|
+
type: PropType<string>;
|
|
191
230
|
};
|
|
231
|
+
iconLeft: import('../Icons/Icon').IconItem | null;
|
|
232
|
+
iconRight: import('../Icons/Icon').IconItem | null;
|
|
192
233
|
elevation: {
|
|
193
|
-
type:
|
|
194
|
-
default: "none";
|
|
195
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
196
|
-
};
|
|
197
|
-
}>, {}, {
|
|
198
|
-
ICONS: Readonly<{
|
|
199
|
-
readonly ANSWERS: VueConstructor<Vue>;
|
|
200
|
-
readonly CHANGE: VueConstructor<Vue>;
|
|
201
|
-
readonly COMMENTS_CHECK: VueConstructor<Vue>;
|
|
202
|
-
readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
|
|
203
|
-
readonly HIDE_ANSWERS: VueConstructor<Vue>;
|
|
204
|
-
readonly RIBBON: VueConstructor<Vue>;
|
|
205
|
-
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
206
|
-
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
207
|
-
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
208
|
-
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
209
|
-
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
210
|
-
readonly FA_ANGLE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
211
|
-
readonly FA_ANGLE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
212
|
-
readonly FA_ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
213
|
-
readonly FA_ARROW_DOWN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
214
|
-
readonly FA_ARROW_DOWN_TO_LINE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
215
|
-
readonly FA_ARROW_LEFT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
216
|
-
readonly FA_ARROW_POINTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
217
|
-
readonly FA_ARROW_RIGHT_FROM_BRACKET: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
218
|
-
readonly FA_ARROW_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
219
|
-
readonly FA_ARROW_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
220
|
-
readonly FA_ARROW_ROTATE_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
221
|
-
readonly FA_ARROW_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
222
|
-
readonly FA_ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
223
|
-
readonly FA_ARROW_UP_RIGHT_FROM_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
224
|
-
readonly FA_ARROWS_LEFT_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
225
|
-
readonly FA_ARROWS_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
226
|
-
readonly FA_ARROWS_ROTATE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
227
|
-
readonly FA_ATOM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
228
|
-
readonly FA_ATOM_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
229
|
-
readonly FA_BADGE_PERCENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
230
|
-
readonly FA_BAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
231
|
-
readonly FA_BARS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
232
|
-
readonly FA_BELL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
233
|
-
readonly FA_BELL_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
234
|
-
readonly FA_BOOKS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
235
|
-
readonly FA_BOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
236
|
-
readonly FA_BOOK_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
237
|
-
readonly FA_BOOK_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
238
|
-
readonly FA_BOOK_SPARKLES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
239
|
-
readonly FA_BOOKMARK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
240
|
-
readonly FA_BOOK_MEDICAL_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
241
|
-
readonly FA_BOX: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
242
|
-
readonly FA_BOX_ARCHIVE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
243
|
-
readonly FA_CALCULATOR_SIMPLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
244
|
-
readonly FA_CALENDAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
245
|
-
readonly FA_CALENDAR_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
246
|
-
readonly FA_CALENDAR_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
247
|
-
readonly FA_CALENDAR_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
248
|
-
readonly FA_CALENDAR_DAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
249
|
-
readonly FA_CALENDAR_DAYS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
250
|
-
readonly FA_CALENDAR_RANGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
251
|
-
readonly FA_CALENDAR_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
252
|
-
readonly FA_CAMERA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
253
|
-
readonly FA_CARDS_BLANK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
254
|
-
readonly FA_CARET_SQUARE_RIGHT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
255
|
-
readonly FA_CART_SHOPPING: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
|
-
readonly FA_CHART_COLUMN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
|
-
readonly FA_CHART_LINE_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
|
-
readonly FA_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
259
|
-
readonly FA_CHEVRON_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
260
|
-
readonly FA_CHEVRON_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
261
|
-
readonly FA_CHEVRON_LEFT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
262
|
-
readonly FA_CHEVRON_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
263
|
-
readonly FA_CHEVRON_RIGHT_LIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
264
|
-
readonly FA_CHEVRON_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
265
|
-
readonly FA_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
266
|
-
readonly FA_CIRCLE_ARROW_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
267
|
-
readonly FA_CIRCLE_ARROW_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
268
|
-
readonly FA_CIRCLE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
269
|
-
readonly FA_CIRCLE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
270
|
-
readonly FA_CIRCLE_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
271
|
-
readonly FA_CIRCLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
272
|
-
readonly FA_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
273
|
-
readonly FA_CIRCLE_NOTCH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
274
|
-
readonly FA_CIRCLE_PLAY_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
275
|
-
readonly FA_CIRCLE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
276
|
-
readonly FA_CIRCLE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
277
|
-
readonly FA_CLIPBOARD_MEDICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
278
|
-
readonly FA_CLIPBOARD_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
279
|
-
readonly FA_CLOCK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
280
|
-
readonly FA_CLOCK_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
281
|
-
readonly FA_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
282
|
-
readonly FA_CODE_SIMPLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
283
|
-
readonly FA_COMMENT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
284
|
-
readonly FA_COMMENT_DOTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
285
|
-
readonly FA_COMMENT_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
286
|
-
readonly FA_COMMENTS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
287
|
-
readonly FA_COMMENTS_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
288
|
-
readonly FA_COMMENTS_QUESTION_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
289
|
-
readonly FA_COMPASS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
290
|
-
readonly FA_COMPRESS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
291
|
-
readonly FA_COPY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
292
|
-
readonly FA_CREDIT_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
293
|
-
readonly FA_DNA_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
294
|
-
readonly FA_DOT_CIRCLE_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
295
|
-
readonly FA_EARTH_AMERICAS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
296
|
-
readonly FA_ELLIPSIS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
297
|
-
readonly FA_ELLIPSIS_VERTICAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
298
|
-
readonly FA_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
299
|
-
readonly FA_EYE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
300
|
-
readonly FA_EYE_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
301
|
-
readonly FA_FACE_FROWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
302
|
-
readonly FA_FACE_GRIMACE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
303
|
-
readonly FA_FACE_MEH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
304
|
-
readonly FA_FACE_SMILE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
305
|
-
readonly FA_FACEBOOK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
306
|
-
readonly FA_FILE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
307
|
-
readonly FA_FILE_INVOICE_DOLLAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
308
|
-
readonly FA_FILE_LINES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
309
|
-
readonly FA_FILE_LINES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
310
|
-
readonly FA_FILE_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
311
|
-
readonly FA_FILE_PEN_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
312
|
-
readonly FA_FILM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
313
|
-
readonly FA_FILTER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
314
|
-
readonly FA_FLAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
315
|
-
readonly FA_FLAG_CHECKERED_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
316
|
-
readonly FA_FLASK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
317
|
-
readonly FA_FLOPPY_DISK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
318
|
-
readonly FA_FOLDER_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
319
|
-
readonly FA_GAUGE_HIGH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
320
|
-
readonly FA_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
321
|
-
readonly FA_GEAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
322
|
-
readonly FA_GEARS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
323
|
-
readonly FA_GEM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
324
|
-
readonly FA_GIFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
325
|
-
readonly FA_GRADUATION_CAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
326
|
-
readonly FA_GRID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
327
|
-
readonly FA_HAND_POINT_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
328
|
-
readonly FA_HAND_POINT_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
329
|
-
readonly FA_HAND_SPOCK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
330
|
-
readonly FA_HANDS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
331
|
-
readonly FA_HEART_PULSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
332
|
-
readonly FA_HEART_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
333
|
-
readonly FA_HOURGLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
334
|
-
readonly FA_HOURGLASS_END: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
335
|
-
readonly FA_HOURGLASS_START: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
336
|
-
readonly FA_HOUSE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
337
|
-
readonly FA_IMAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
338
|
-
readonly FA_IMAGES_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
339
|
-
readonly FA_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
340
|
-
readonly FA_KEY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
341
|
-
readonly FA_KEYBOARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
342
|
-
readonly FA_LIGHTBULB: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
343
|
-
readonly FA_LIGHTBULB_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
344
|
-
readonly FA_LINK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
345
|
-
readonly FA_LINK_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
346
|
-
readonly FA_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
347
|
-
readonly FA_LIST_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
348
|
-
readonly FA_LIST_OL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
349
|
-
readonly FA_LOCATION_DOT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
350
|
-
readonly FA_LOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
351
|
-
readonly FA_MAGNIFYING_GLASS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
352
|
-
readonly FA_MEDAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
353
|
-
readonly FA_MEMO_CIRCLE_INFO: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
354
|
-
readonly FA_MEMO_CIRCLE_INFO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
355
|
-
readonly FA_MESSAGES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
356
|
-
readonly FA_MESSAGE_QUESTION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
357
|
-
readonly FA_MESSAGE_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
358
|
-
readonly FA_MESSAGE_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
359
|
-
readonly FA_MESSAGE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
360
|
-
readonly FA_MINUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
361
|
-
readonly FA_MONEY_BILL1: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
362
|
-
readonly FA_MUSIC: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
363
|
-
readonly FA_PAPER_PLANE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
364
|
-
readonly FA_PAPERCLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
365
|
-
readonly FA_PEN_CIRCLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
366
|
-
readonly FA_PEN_FIELD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
367
|
-
readonly FA_PENCIL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
368
|
-
readonly FA_PILLS_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
369
|
-
readonly FA_PLAY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
370
|
-
readonly FA_PLUS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
371
|
-
readonly FA_PRESENTATION_SCREEN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
372
|
-
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
373
|
-
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
374
|
-
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
375
|
-
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
376
|
-
readonly FA_REPLY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
377
|
-
readonly FA_ROTATE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
378
|
-
readonly FA_SHARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
379
|
-
readonly FA_SHARE_NODES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
380
|
-
readonly FA_SHIELD_HALVED: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
381
|
-
readonly FA_SIDEBAR_FLIP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
382
|
-
readonly FA_SIGNAL: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
383
|
-
readonly FA_SITEMAP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
384
|
-
readonly FA_SITEMAP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
385
|
-
readonly FA_SLIDERS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
386
|
-
readonly FA_SPELL_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
387
|
-
readonly FA_SQUARE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
388
|
-
readonly FA_SQUARE_CARET_RIGHT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
389
|
-
readonly FA_SQUARE_CHECK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
390
|
-
readonly FA_SQUARE_CHECK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
391
|
-
readonly FA_SQUARE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
392
|
-
readonly FA_SQUARE_LIST_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
393
|
-
readonly FA_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
394
|
-
readonly FA_STAR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
395
|
-
readonly FA_STETHOSCOPE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
396
|
-
readonly FA_STOPWATCH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
397
|
-
readonly FA_TAG: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
398
|
-
readonly FA_TAGS: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
399
|
-
readonly FA_TEXT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
400
|
-
readonly FA_TEXT_SLASH: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
401
|
-
readonly FA_THUMBS_UP: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
402
|
-
readonly FA_THUMBS_UP_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
403
|
-
readonly FA_THUMBTACK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
404
|
-
readonly FA_THUMBTACK_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
405
|
-
readonly FA_TRASH_CAN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
406
|
-
readonly FA_TREE_PALM: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
407
|
-
readonly FA_TRIANGLE_EXCLAMATION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
408
|
-
readonly FA_TRIANGLE_EXCLAMATION_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
409
|
-
readonly FA_TROPHY_STAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
410
|
-
readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
411
|
-
readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
412
|
-
readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
413
|
-
readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
414
|
-
readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
415
|
-
readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
416
|
-
readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
417
|
-
readonly FA_WAND_MAGIC_SPARKLES: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
418
|
-
readonly FA_WINDOW_MAXIMIZE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
419
|
-
readonly FA_XMARK: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
420
|
-
readonly FAD_SPINNER_THIRD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
421
|
-
}>;
|
|
422
|
-
ICON_SIZES: Readonly<{
|
|
423
|
-
XXX_SMALL: string;
|
|
424
|
-
XX_SMALL: string;
|
|
425
|
-
X_SMALL: string;
|
|
426
|
-
SMALL: string;
|
|
427
|
-
MEDIUM: string;
|
|
428
|
-
LARGE: string;
|
|
429
|
-
X_LARGE: string;
|
|
430
|
-
XX_LARGE: string;
|
|
431
|
-
}>;
|
|
432
|
-
BUTTON_TYPES: Readonly<{
|
|
433
|
-
readonly FILLED: "filled";
|
|
434
|
-
readonly OUTLINED: "outlined";
|
|
435
|
-
readonly TEXT: "text";
|
|
436
|
-
}>;
|
|
437
|
-
COLORS: Readonly<{
|
|
438
|
-
readonly PRIMARY: "primary";
|
|
439
|
-
readonly NEUTRAL: "neutral";
|
|
440
|
-
readonly DANGER: "danger";
|
|
441
|
-
readonly SUCCESS: "success";
|
|
442
|
-
readonly INVERTED: "inverted";
|
|
443
|
-
}>;
|
|
444
|
-
RADIUSES: Readonly<{
|
|
445
|
-
readonly CAPSULE: "capsule";
|
|
446
|
-
readonly ROUNDED: "rounded";
|
|
447
|
-
}>;
|
|
448
|
-
SIZES: Readonly<{
|
|
449
|
-
readonly SMALL: "small";
|
|
450
|
-
readonly MEDIUM: "medium";
|
|
451
|
-
readonly LARGE: "large";
|
|
452
|
-
}>;
|
|
453
|
-
STATES: Readonly<{
|
|
454
|
-
readonly DEFAULT: "default";
|
|
455
|
-
readonly HOVERED: "hovered";
|
|
456
|
-
readonly FOCUSED: "focused";
|
|
457
|
-
readonly DISABLED: "disabled";
|
|
458
|
-
readonly LOADING: "loading";
|
|
459
|
-
}>;
|
|
460
|
-
ELEVATIONS: Readonly<{
|
|
461
|
-
readonly NONE: "none";
|
|
462
|
-
readonly X_SMALL: "x-small";
|
|
463
|
-
readonly SMALL: "small";
|
|
464
|
-
}>;
|
|
465
|
-
}, {
|
|
466
|
-
iconSize(): string;
|
|
467
|
-
colorClassName(): string;
|
|
468
|
-
loadingIconSize(): string;
|
|
469
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
470
|
-
size: {
|
|
471
|
-
type: StringConstructor;
|
|
472
|
-
default: "medium";
|
|
473
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_SIZES>): boolean;
|
|
474
|
-
};
|
|
475
|
-
type: {
|
|
476
|
-
type: StringConstructor;
|
|
477
|
-
default: "filled";
|
|
478
|
-
validator(value: import('../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
|
|
479
|
-
};
|
|
480
|
-
color: {
|
|
481
|
-
type: (StringConstructor | null)[];
|
|
482
|
-
default: "primary";
|
|
483
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
|
|
484
|
-
};
|
|
485
|
-
radius: {
|
|
486
|
-
type: StringConstructor;
|
|
487
|
-
default: "capsule";
|
|
488
|
-
validator(value: import('../../utils/type.utils').Value<typeof BUTTON_RADIUSES>): boolean;
|
|
489
|
-
};
|
|
490
|
-
state: {
|
|
491
|
-
type: StringConstructor;
|
|
492
|
-
default: "default";
|
|
493
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_STATES>): boolean;
|
|
494
|
-
};
|
|
495
|
-
iconLeft: {
|
|
496
|
-
type: ObjectConstructor;
|
|
497
|
-
default: null;
|
|
498
|
-
validator(icon: unknown): boolean;
|
|
234
|
+
type: PropType<string>;
|
|
499
235
|
};
|
|
500
|
-
|
|
501
|
-
type:
|
|
502
|
-
default: null;
|
|
503
|
-
validator(icon: unknown): boolean;
|
|
236
|
+
as: {
|
|
237
|
+
type: PropType<"a" | "button" | "span">;
|
|
504
238
|
};
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
default:
|
|
508
|
-
validator(value: import('../../utils/type.utils').Value<typeof import('../Buttons/Button').BUTTON_ELEVATIONS>): boolean;
|
|
239
|
+
}>> & 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 () => {
|
|
240
|
+
$slots: {
|
|
241
|
+
default?(_: {}): any;
|
|
509
242
|
};
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
radius: string;
|
|
516
|
-
state: string;
|
|
517
|
-
iconLeft: Record<string, any>;
|
|
518
|
-
iconRight: Record<string, any>;
|
|
519
|
-
}, {}, {
|
|
520
|
-
WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
521
|
-
icon: {
|
|
522
|
-
type: ObjectConstructor;
|
|
523
|
-
required: true;
|
|
524
|
-
validator(icon: unknown): boolean;
|
|
243
|
+
});
|
|
244
|
+
DsCard: {
|
|
245
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
246
|
+
headerHasPadding: {
|
|
247
|
+
type: PropType<boolean>;
|
|
525
248
|
};
|
|
526
|
-
|
|
527
|
-
type:
|
|
528
|
-
default: string;
|
|
529
|
-
validator: (value: string) => boolean;
|
|
530
|
-
};
|
|
531
|
-
rotation: {
|
|
532
|
-
type: (NumberConstructor | null)[];
|
|
533
|
-
default: null;
|
|
534
|
-
};
|
|
535
|
-
flippedVertical: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: boolean;
|
|
538
|
-
};
|
|
539
|
-
flippedHorizontal: {
|
|
540
|
-
type: BooleanConstructor;
|
|
541
|
-
default: boolean;
|
|
542
|
-
};
|
|
543
|
-
touchable: {
|
|
544
|
-
type: BooleanConstructor;
|
|
545
|
-
default: boolean;
|
|
546
|
-
};
|
|
547
|
-
spinning: {
|
|
548
|
-
type: BooleanConstructor;
|
|
549
|
-
default: boolean;
|
|
550
|
-
};
|
|
551
|
-
}>, {}, {}, {
|
|
552
|
-
sizeClassName(): string;
|
|
553
|
-
isFontawesomeIcon(): boolean;
|
|
554
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
555
|
-
icon: {
|
|
556
|
-
type: ObjectConstructor;
|
|
557
|
-
required: true;
|
|
558
|
-
validator(icon: unknown): boolean;
|
|
249
|
+
footerHasPadding: {
|
|
250
|
+
type: PropType<boolean>;
|
|
559
251
|
};
|
|
560
|
-
|
|
561
|
-
type:
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
type:
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
};
|
|
581
|
-
|
|
582
|
-
type:
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
252
|
+
paddingSize: {
|
|
253
|
+
type: PropType<string>;
|
|
254
|
+
};
|
|
255
|
+
dividerUnderHeader: {
|
|
256
|
+
type: PropType<boolean>;
|
|
257
|
+
};
|
|
258
|
+
hasBorder: {
|
|
259
|
+
type: PropType<boolean>;
|
|
260
|
+
};
|
|
261
|
+
borderPosition: {
|
|
262
|
+
type: PropType<string>;
|
|
263
|
+
};
|
|
264
|
+
borderSize: {
|
|
265
|
+
type: PropType<string>;
|
|
266
|
+
};
|
|
267
|
+
borderColor: {
|
|
268
|
+
type: PropType<string>;
|
|
269
|
+
};
|
|
270
|
+
hasLoadingBar: {
|
|
271
|
+
type: PropType<boolean>;
|
|
272
|
+
};
|
|
273
|
+
loadingBarColor: {
|
|
274
|
+
type: PropType<string>;
|
|
275
|
+
};
|
|
276
|
+
loadingBarTime: {
|
|
277
|
+
type: PropType<string>;
|
|
278
|
+
};
|
|
279
|
+
isFlat: {
|
|
280
|
+
type: PropType<boolean>;
|
|
281
|
+
};
|
|
282
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
283
|
+
P: {};
|
|
284
|
+
B: {};
|
|
285
|
+
D: {};
|
|
286
|
+
C: {};
|
|
287
|
+
M: {};
|
|
288
|
+
Defaults: {};
|
|
289
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
290
|
+
headerHasPadding: {
|
|
291
|
+
type: PropType<boolean>;
|
|
292
|
+
};
|
|
293
|
+
footerHasPadding: {
|
|
294
|
+
type: PropType<boolean>;
|
|
295
|
+
};
|
|
296
|
+
paddingSize: {
|
|
297
|
+
type: PropType<string>;
|
|
298
|
+
};
|
|
299
|
+
dividerUnderHeader: {
|
|
300
|
+
type: PropType<boolean>;
|
|
301
|
+
};
|
|
302
|
+
hasBorder: {
|
|
303
|
+
type: PropType<boolean>;
|
|
304
|
+
};
|
|
305
|
+
borderPosition: {
|
|
306
|
+
type: PropType<string>;
|
|
307
|
+
};
|
|
308
|
+
borderSize: {
|
|
309
|
+
type: PropType<string>;
|
|
310
|
+
};
|
|
311
|
+
borderColor: {
|
|
312
|
+
type: PropType<string>;
|
|
313
|
+
};
|
|
314
|
+
hasLoadingBar: {
|
|
315
|
+
type: PropType<boolean>;
|
|
316
|
+
};
|
|
317
|
+
loadingBarColor: {
|
|
318
|
+
type: PropType<string>;
|
|
319
|
+
};
|
|
320
|
+
loadingBarTime: {
|
|
321
|
+
type: PropType<string>;
|
|
322
|
+
};
|
|
323
|
+
isFlat: {
|
|
324
|
+
type: PropType<boolean>;
|
|
325
|
+
};
|
|
326
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
327
|
+
__isFragment?: never;
|
|
328
|
+
__isTeleport?: never;
|
|
329
|
+
__isSuspense?: never;
|
|
330
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
597
331
|
headerHasPadding: {
|
|
598
|
-
type:
|
|
599
|
-
default: boolean;
|
|
332
|
+
type: PropType<boolean>;
|
|
600
333
|
};
|
|
601
|
-
|
|
602
|
-
type:
|
|
603
|
-
default: boolean;
|
|
334
|
+
footerHasPadding: {
|
|
335
|
+
type: PropType<boolean>;
|
|
604
336
|
};
|
|
605
|
-
|
|
606
|
-
type:
|
|
607
|
-
default: boolean;
|
|
608
|
-
};
|
|
609
|
-
borderPosition: {
|
|
610
|
-
type: PropType<import('../Cards/Card/Card.consts').CardBorderPositions>;
|
|
611
|
-
default: string;
|
|
612
|
-
};
|
|
613
|
-
borderSize: {
|
|
614
|
-
type: PropType<import('../Cards/Card/Card.consts').CardBorderSizes>;
|
|
615
|
-
default: string;
|
|
616
|
-
};
|
|
617
|
-
borderColor: {
|
|
618
|
-
type: PropType<import('../Cards/Card/Card.consts').CardBorderColors>;
|
|
619
|
-
default: string;
|
|
620
|
-
};
|
|
621
|
-
hasLoadingBar: {
|
|
622
|
-
type: BooleanConstructor;
|
|
623
|
-
default: boolean;
|
|
624
|
-
};
|
|
625
|
-
loadingBarColor: {
|
|
626
|
-
type: PropType<import('../LoadingBar').LoadingBarColors>;
|
|
627
|
-
default: string;
|
|
628
|
-
};
|
|
629
|
-
loadingBarTime: {
|
|
630
|
-
type: StringConstructor;
|
|
631
|
-
default: string;
|
|
632
|
-
};
|
|
633
|
-
}>, {}, {}, {
|
|
634
|
-
hasLeftBoarder(): any;
|
|
635
|
-
hasTopBoarder(): any;
|
|
636
|
-
borderColorClass(): string;
|
|
637
|
-
borderSizeClass(): string;
|
|
638
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
639
|
-
headerHasPadding: {
|
|
640
|
-
type: BooleanConstructor;
|
|
641
|
-
default: boolean;
|
|
337
|
+
paddingSize: {
|
|
338
|
+
type: PropType<string>;
|
|
642
339
|
};
|
|
643
340
|
dividerUnderHeader: {
|
|
644
|
-
type:
|
|
645
|
-
default: boolean;
|
|
341
|
+
type: PropType<boolean>;
|
|
646
342
|
};
|
|
647
343
|
hasBorder: {
|
|
648
|
-
type:
|
|
649
|
-
default: boolean;
|
|
344
|
+
type: PropType<boolean>;
|
|
650
345
|
};
|
|
651
346
|
borderPosition: {
|
|
652
|
-
type: PropType<
|
|
653
|
-
default: string;
|
|
347
|
+
type: PropType<string>;
|
|
654
348
|
};
|
|
655
349
|
borderSize: {
|
|
656
|
-
type: PropType<
|
|
657
|
-
default: string;
|
|
350
|
+
type: PropType<string>;
|
|
658
351
|
};
|
|
659
352
|
borderColor: {
|
|
660
|
-
type: PropType<
|
|
661
|
-
default: string;
|
|
353
|
+
type: PropType<string>;
|
|
662
354
|
};
|
|
663
355
|
hasLoadingBar: {
|
|
664
|
-
type:
|
|
665
|
-
default: boolean;
|
|
356
|
+
type: PropType<boolean>;
|
|
666
357
|
};
|
|
667
358
|
loadingBarColor: {
|
|
668
|
-
type: PropType<
|
|
669
|
-
default: string;
|
|
359
|
+
type: PropType<string>;
|
|
670
360
|
};
|
|
671
361
|
loadingBarTime: {
|
|
672
|
-
type:
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
type: BooleanConstructor;
|
|
689
|
-
default: boolean;
|
|
690
|
-
};
|
|
691
|
-
prominence: {
|
|
692
|
-
type: StringConstructor;
|
|
693
|
-
default: string;
|
|
694
|
-
validator: (value: string) => boolean;
|
|
695
|
-
};
|
|
696
|
-
size: {
|
|
697
|
-
type: StringConstructor;
|
|
698
|
-
default: string;
|
|
699
|
-
validator: (value: string) => boolean;
|
|
700
|
-
};
|
|
701
|
-
}>, {}, {
|
|
702
|
-
DIVIDER_PROMINENCES: Readonly<{
|
|
703
|
-
DEFAULT: string;
|
|
704
|
-
STRONG: string;
|
|
705
|
-
WEAK: string;
|
|
706
|
-
}>;
|
|
707
|
-
}, {
|
|
708
|
-
sizeClass(): string;
|
|
709
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
710
|
-
isVertical: {
|
|
711
|
-
type: BooleanConstructor;
|
|
712
|
-
default: boolean;
|
|
713
|
-
};
|
|
714
|
-
prominence: {
|
|
715
|
-
type: StringConstructor;
|
|
716
|
-
default: string;
|
|
717
|
-
validator: (value: string) => boolean;
|
|
718
|
-
};
|
|
719
|
-
size: {
|
|
720
|
-
type: StringConstructor;
|
|
721
|
-
default: string;
|
|
722
|
-
validator: (value: string) => boolean;
|
|
723
|
-
};
|
|
724
|
-
}>> & Readonly<{}>, {
|
|
725
|
-
size: string;
|
|
726
|
-
isVertical: boolean;
|
|
727
|
-
prominence: string;
|
|
728
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
729
|
-
DsLoadingBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
730
|
-
color: {
|
|
731
|
-
type: PropType<import('../LoadingBar').LoadingBarColors>;
|
|
732
|
-
default: string;
|
|
733
|
-
};
|
|
734
|
-
size: {
|
|
735
|
-
type: PropType<import('../LoadingBar').LoadingBarSizes>;
|
|
736
|
-
default: string;
|
|
737
|
-
};
|
|
738
|
-
time: {
|
|
739
|
-
type: StringConstructor;
|
|
740
|
-
required: true;
|
|
741
|
-
};
|
|
742
|
-
}>, {}, {
|
|
743
|
-
intervalId: number;
|
|
744
|
-
width: number;
|
|
745
|
-
}, {
|
|
746
|
-
sizeClassName(): string;
|
|
747
|
-
loadingBarStyles(): {
|
|
748
|
-
width: string;
|
|
749
|
-
transition: string;
|
|
750
|
-
};
|
|
751
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
752
|
-
color: {
|
|
753
|
-
type: PropType<import('../LoadingBar').LoadingBarColors>;
|
|
754
|
-
default: string;
|
|
755
|
-
};
|
|
756
|
-
size: {
|
|
757
|
-
type: PropType<import('../LoadingBar').LoadingBarSizes>;
|
|
758
|
-
default: string;
|
|
759
|
-
};
|
|
760
|
-
time: {
|
|
761
|
-
type: StringConstructor;
|
|
762
|
-
required: true;
|
|
763
|
-
};
|
|
764
|
-
}>> & Readonly<{}>, {
|
|
765
|
-
size: string;
|
|
766
|
-
color: string;
|
|
767
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
768
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
362
|
+
type: PropType<string>;
|
|
363
|
+
};
|
|
364
|
+
isFlat: {
|
|
365
|
+
type: PropType<boolean>;
|
|
366
|
+
};
|
|
367
|
+
}>> & 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 () => {
|
|
368
|
+
$slots: Readonly<{
|
|
369
|
+
header?: () => any;
|
|
370
|
+
content?: () => any;
|
|
371
|
+
footer?: () => any;
|
|
372
|
+
}> & {
|
|
373
|
+
header?: () => any;
|
|
374
|
+
content?: () => any;
|
|
375
|
+
footer?: () => any;
|
|
376
|
+
};
|
|
377
|
+
});
|
|
769
378
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
770
379
|
export default _default;
|