@caipira/tamandua 0.0.2 → 0.0.5
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/README.md +10 -2
- package/dist/Avatar.js +6 -0
- package/dist/Avatar.vue_vue_type_script_setup_true_lang-C3xje4Mr.js +51 -0
- package/dist/Backdrop.js +6 -0
- package/dist/Backdrop.vue_vue_type_script_setup_true_lang-OaEBTmYK.js +22 -0
- package/dist/Button-Bzvqv1bQ.js +6 -0
- package/dist/Button.js +6 -0
- package/dist/Button.vue_vue_type_style_index_0_scoped_5056001e_lang-DmQxrvfv.js +143 -0
- package/dist/ButtonCopy.js +6 -0
- package/dist/ButtonCopy.vue_vue_type_script_setup_true_lang-C8Ndx2n_.js +43 -0
- package/dist/Drawer-DH5EEenO.js +74 -0
- package/dist/Drawer.js +6 -0
- package/dist/Dropdown.js +6 -0
- package/dist/Dropdown.vue_vue_type_script_setup_true_lang-CJ6tMLP5.js +135 -0
- package/dist/FileDrop.js +6 -0
- package/dist/FileDrop.vue_vue_type_script_setup_true_lang-Cmrpt2_c.js +86 -0
- package/dist/Form.js +6 -0
- package/dist/Form.vue_vue_type_script_setup_true_lang-CgTo7ahn.js +186 -0
- package/dist/FormItem.js +6 -0
- package/dist/FormItem.vue_vue_type_script_setup_true_lang-CV5hpJ8B.js +69 -0
- package/dist/GraphyEmpty.js +6 -0
- package/dist/GraphyEmpty.vue_vue_type_script_setup_true_lang-B-hAjDCw.js +15 -0
- package/dist/GraphyLabel.js +6 -0
- package/dist/GraphyLabel.vue_vue_type_script_setup_true_lang-dEuzASQp.js +27 -0
- package/dist/GraphyPrice.js +6 -0
- package/dist/GraphyPrice.vue_vue_type_script_setup_true_lang-BOW4su3l.js +42 -0
- package/dist/GraphySubtitle.js +6 -0
- package/dist/GraphySubtitle.vue_vue_type_script_setup_true_lang-DtAmgZWp.js +18 -0
- package/dist/GraphyTitle.js +6 -0
- package/dist/GraphyTitle.vue_vue_type_script_setup_true_lang-DXnrZHV2.js +15 -0
- package/dist/Icon.js +6 -0
- package/dist/Icon.vue_vue_type_script_setup_true_lang-hxJ1wXXd.js +46 -0
- package/dist/IconButton.js +6 -0
- package/dist/IconButton.vue_vue_type_script_setup_true_lang-BDjy7ycQ.js +106 -0
- package/dist/InputAvatar.js +6 -0
- package/dist/InputAvatar.vue_vue_type_script_setup_true_lang-Dzq2QUAy.js +52 -0
- package/dist/InputCheckbox.js +6 -0
- package/dist/InputCheckbox.vue_vue_type_script_setup_true_lang-B5zoxg5A.js +46 -0
- package/dist/InputColor.js +6 -0
- package/dist/InputColor.vue_vue_type_script_setup_true_lang-DunYzjId.js +35 -0
- package/dist/InputDate.js +6 -0
- package/dist/InputDate.vue_vue_type_script_setup_true_lang-DM9vaaiW.js +188 -0
- package/dist/InputMultiplier.js +6 -0
- package/dist/InputMultiplier.vue_vue_type_script_setup_true_lang-w2RuSz1R.js +83 -0
- package/dist/InputPassword.js +6 -0
- package/dist/InputPassword.vue_vue_type_script_setup_true_lang-SuGempaV.js +139 -0
- package/dist/InputPhone.js +6 -0
- package/dist/InputPhone.vue_vue_type_script_setup_true_lang-BH89TX0s.js +76 -0
- package/dist/InputPrice.js +6 -0
- package/dist/InputPrice.vue_vue_type_script_setup_true_lang-Zi-JuhSl.js +63 -0
- package/dist/InputRadio.js +6 -0
- package/dist/InputRadio.vue_vue_type_script_setup_true_lang-cPnYGpJ_.js +34 -0
- package/dist/InputSelect.js +6 -0
- package/dist/InputSelect.vue_vue_type_script_setup_true_lang-DSM-ClgU.js +216 -0
- package/dist/InputSwitch.js +6 -0
- package/dist/InputSwitch.vue_vue_type_script_setup_true_lang-DCYkakov.js +62 -0
- package/dist/InputText.js +6 -0
- package/dist/InputText.vue_vue_type_script_setup_true_lang-KUUuOOlk.js +41 -0
- package/dist/InputTextarea.js +6 -0
- package/dist/InputTextarea.vue_vue_type_script_setup_true_lang-01amgZ6U.js +43 -0
- package/dist/LineChart.js +6 -0
- package/dist/LineChart.vue_vue_type_script_setup_true_lang-Do8SXht4.js +17 -0
- package/dist/Modal.js +6 -0
- package/dist/Modal.vue_vue_type_script_setup_true_lang-DE2ySBCY.js +82 -0
- package/dist/ModalForm.js +6 -0
- package/dist/ModalForm.vue_vue_type_script_setup_true_lang-VhRoRmxZ.js +108 -0
- package/dist/Pagination.js +6 -0
- package/dist/Pagination.vue_vue_type_script_setup_true_lang-PLZQJUd0.js +89 -0
- package/dist/PieChart.js +6 -0
- package/dist/PieChart.vue_vue_type_script_setup_true_lang-CmEDNOuk.js +17 -0
- package/dist/Popconfirm.js +6 -0
- package/dist/Popconfirm.vue_vue_type_script_setup_true_lang-Dy1m3j6J.js +65 -0
- package/dist/Popover.js +6 -0
- package/dist/Popover.vue_vue_type_script_setup_true_lang-OFi2-aWk.js +987 -0
- package/dist/ProgressCircle-iWjZBZwm.js +58 -0
- package/dist/ProgressCircle.js +6 -0
- package/dist/ProgressLine-BT-YgI1t.js +62 -0
- package/dist/ProgressLine.js +6 -0
- package/dist/SensitiveInfo.js +6 -0
- package/dist/SensitiveInfo.vue_vue_type_script_setup_true_lang-lCdRDxvZ.js +22 -0
- package/dist/Tab.js +6 -0
- package/dist/Tab.vue_vue_type_script_setup_true_lang-VzvYvoqa.js +47 -0
- package/dist/Table-CTeoQmG3.js +154 -0
- package/dist/Table.js +6 -0
- package/dist/Tag.js +6 -0
- package/dist/Tag.vue_vue_type_script_setup_true_lang-BeWozUNz.js +63 -0
- package/dist/Toast.js +6 -0
- package/dist/Toast.vue_vue_type_script_setup_true_lang-CpDXLnat.js +61 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/account-BJGxzbeL.js +5 -0
- package/dist/alert-octagon-D8wznooU.js +4 -0
- package/dist/alert-octagon-outline-fM2QVbyq.js +5 -0
- package/dist/archive-DDuuzVUo.js +5 -0
- package/dist/archive-outline-BT6uCRX5.js +5 -0
- package/dist/arrow-left-CVipcGWo.js +5 -0
- package/dist/arrow-right-DHFo5L72.js +5 -0
- package/dist/bank-lwoR1P6d.js +5 -0
- package/dist/bank-outline-wy0O9ni0.js +5 -0
- package/dist/camera-BXoPauop.js +5 -0
- package/dist/cards-outline-B0no8Z63.js +5 -0
- package/dist/cards-variant-CU6V8mdM.js +5 -0
- package/dist/cart-outline-C99s8OpS.js +4 -0
- package/dist/chart-box-outline-C9ymwfIH.js +5 -0
- package/dist/chart-box-tyepg_QH.js +5 -0
- package/dist/check-circle-C3Kf7DnE.js +5 -0
- package/dist/check-circle-outline-B4zmPfuc.js +5 -0
- package/dist/check-iUT-FuWa.js +5 -0
- package/dist/checkbox-TojXdFTq.js +5 -0
- package/dist/checkbox-dark-D_btgwCX.js +5 -0
- package/dist/checkbox-indeterminate-CtbmyFkw.js +5 -0
- package/dist/checkbox-indeterminate-dark-CSrkJBRG.js +5 -0
- package/dist/chevron-down-CJLshITY.js +5 -0
- package/dist/chevron-left-n_sGCmlG.js +5 -0
- package/dist/chevron-right-C8uLqjmq.js +5 -0
- package/dist/chevron-up-b6VdQM8S.js +5 -0
- package/dist/circle-DhoEDuC5.js +5 -0
- package/dist/clock-BqMI2OIG.js +5 -0
- package/dist/close-DemH4JAO.js +5 -0
- package/dist/close-circle-Bsf9_pUR.js +4 -0
- package/dist/close-circle-outline-CUXfYV4M.js +5 -0
- package/dist/cog-Dd9I6z5D.js +5 -0
- package/dist/color-fill-DWx77G0p.js +5 -0
- package/dist/components.js +89 -0
- package/dist/composables.js +17 -0
- package/dist/copy-D-Dqxp8h.js +5 -0
- package/dist/credit-card-B3VjoUad.js +5 -0
- package/dist/credit-card-plus-TUZq5Zi0.js +4 -0
- package/dist/crud-d9NUddtZ.js +61 -0
- package/dist/currency-BuSji4qA.js +5 -0
- package/dist/database-CNG_l2Or.js +5 -0
- package/dist/date.js +155 -0
- package/dist/dots-grid-BhRGZg1t.js +5 -0
- package/dist/dots-vertical-nYIDxlT1.js +5 -0
- package/dist/email-open-outline-NlRAK8vu.js +5 -0
- package/dist/email-outline-v-beMKo_.js +5 -0
- package/dist/enums.js +9 -0
- package/dist/eye-C7_UM0rn.js +5 -0
- package/dist/eye-off-Dq2WOPSG.js +5 -0
- package/dist/file-document-plus-outline-C_GeG8ak.js +5 -0
- package/dist/filmstrip-Dg66xHap.js +4 -0
- package/dist/filter-07gM0IrM.js +5 -0
- package/dist/form2.js +20 -0
- package/dist/fullscreen-daZRwm-1.js +5 -0
- package/dist/fullscreen-exit-DvHy2f8E.js +5 -0
- package/dist/group-B1HQcmCl.js +5 -0
- package/dist/image-C-DY_SfK.js +5 -0
- package/dist/image-album-DVl72ioK.js +5 -0
- package/dist/image-album-outline-oiPipPnp.js +5 -0
- package/dist/image-outline-CLpFyr7w.js +5 -0
- package/dist/index-CVD_wAsU.js +2022 -0
- package/dist/index-CgLIzaY3.js +7772 -0
- package/dist/index-CjvqeRf7.js +1280 -0
- package/dist/index-CuyePt3m.js +40 -0
- package/dist/index-DBecmJ_I.js +7 -0
- package/dist/info-outline-Mn6Hjz_K.js +5 -0
- package/dist/key-B8iEXxGx.js +5 -0
- package/dist/key-chain-D-8-GrU2.js +5 -0
- package/dist/key-variant-DViBRFAJ.js +5 -0
- package/dist/listbox-outline-BBriTS-r.js +5 -0
- package/dist/loading-E4eFmVsP.js +5 -0
- package/dist/lock-Nv-e-b24.js +5 -0
- package/dist/lock-outline-K2LxC2b6.js +5 -0
- package/dist/logout-BHwFpuou.js +5 -0
- package/dist/menu-down-B4Fy5IG1.js +4 -0
- package/dist/menu-left-D8G3frKt.js +4 -0
- package/dist/menu-pq7WWaJu.js +5 -0
- package/dist/menu-right-CMt4thJ2.js +4 -0
- package/dist/minus-CSCkQnOm.js +5 -0
- package/dist/minus-circle-D_N5NZW-.js +5 -0
- package/dist/minus-circle-outline-B-x6EXPD.js +5 -0
- package/dist/moon-Bhm_ZTV6.js +5 -0
- package/dist/open-in-new-C2Btl_1k.js +5 -0
- package/dist/pencil-BETebgXX.js +5 -0
- package/dist/people-BUW1DRzH.js +5 -0
- package/dist/piggy-bank-outline-5cDQNrSU.js +5 -0
- package/dist/plugin--u5hKcI0.js +10 -0
- package/dist/plugin-2nTovNcx.js +10 -0
- package/dist/plugin-5vn4G57V.js +10 -0
- package/dist/plugin-APHHlXVq.js +10 -0
- package/dist/plugin-B5Guy9c3.js +10 -0
- package/dist/plugin-BC-6G-0o.js +10 -0
- package/dist/plugin-BHaaQBWr.js +10 -0
- package/dist/plugin-BLe_xel4.js +10 -0
- package/dist/plugin-BPR3wKP8.js +10 -0
- package/dist/plugin-BTfinCzO.js +10 -0
- package/dist/plugin-BYkYqIjb.js +10 -0
- package/dist/plugin-BeNCIHgJ.js +10 -0
- package/dist/plugin-Bg2uvrOR.js +10 -0
- package/dist/plugin-Br57SoWk.js +10 -0
- package/dist/plugin-Buc7eEox.js +10 -0
- package/dist/plugin-C-iGigb_.js +10 -0
- package/dist/plugin-C27tBvHp.js +10 -0
- package/dist/plugin-C2MSl67l.js +10 -0
- package/dist/plugin-CF2ujTru.js +10 -0
- package/dist/plugin-CHF44uaz.js +10 -0
- package/dist/plugin-CHyrn6sC.js +10 -0
- package/dist/plugin-CIRUNt1_.js +10 -0
- package/dist/plugin-CQ6DHzD0.js +10 -0
- package/dist/plugin-CSrviP_c.js +10 -0
- package/dist/plugin-CoGzF5YO.js +10 -0
- package/dist/plugin-CpACKUGt.js +10 -0
- package/dist/plugin-CxGfRAW1.js +10 -0
- package/dist/plugin-DDPcV7Fj.js +10 -0
- package/dist/plugin-DN54VuID.js +10 -0
- package/dist/plugin-DOeDaXWj.js +10 -0
- package/dist/plugin-DSCBycRO.js +10 -0
- package/dist/plugin-DaibhM02.js +10 -0
- package/dist/plugin-Dbdsdqqh.js +10 -0
- package/dist/plugin-DdQB9R9S.js +10 -0
- package/dist/plugin-DdrfzyNc.js +35 -0
- package/dist/plugin-Dg87-qPm.js +10 -0
- package/dist/plugin-Xg1SCgfO.js +10 -0
- package/dist/plugin-YUomn9tF.js +10 -0
- package/dist/plugin-cvHKUGjm.js +10 -0
- package/dist/plugin-hpCgD9-h.js +10 -0
- package/dist/plugin-nzCD2cWq.js +10 -0
- package/dist/plugin-rFDM6yOH.js +10 -0
- package/dist/plugin-turENJ3j.js +10 -0
- package/dist/plugins-DumG9GBB.js +107 -0
- package/dist/plugins.js +103 -0
- package/dist/plus-circle-Cl0YprEp.js +5 -0
- package/dist/plus-circle-outline-C-kkX0ke.js +5 -0
- package/dist/plus-sbcOm60H.js +5 -0
- package/dist/qrcode-scan-CpLrVFw_.js +5 -0
- package/dist/radio-DkjVAhsO.js +5 -0
- package/dist/radio-dark-Cr5v17AF.js +5 -0
- package/dist/refresh-DPlMWd1M.js +5 -0
- package/dist/register-component-B-fdqewb.js +6 -0
- package/dist/save-BmMH4S8b.js +4 -0
- package/dist/search-Co2MwWOK.js +5 -0
- package/dist/spotlight-TNyCQzOY.js +4 -0
- package/dist/store-outline-B-fuVZzv.js +5 -0
- package/dist/sun-BWKjCEHH.js +5 -0
- package/dist/swap-CNbqKTl0.js +5 -0
- package/dist/swap-horizontal-DociZUG2.js +5 -0
- package/dist/swap-left-Bd2DOgf3.js +5 -0
- package/dist/swap-right-D0VYxBDb.js +5 -0
- package/dist/system-theme-Cez6mSv_.js +5 -0
- package/dist/tag-outline-Ce_qOxif.js +5 -0
- package/dist/tamandua.js +21 -0
- package/dist/trash-can-CKPtMqSf.js +5 -0
- package/dist/trash-can-outline-DjtqZHOC.js +5 -0
- package/dist/types/components/Avatar/Avatar.story.d.ts +9 -0
- package/dist/types/components/Avatar/Avatar.vue.d.ts +58 -0
- package/dist/types/components/Avatar/index.d.ts +4 -0
- package/dist/types/components/Avatar/plugin.d.ts +4 -0
- package/dist/types/components/Backdrop/Backdrop.vue.d.ts +33 -0
- package/dist/types/components/Backdrop/index.d.ts +4 -0
- package/dist/types/components/Backdrop/plugin.d.ts +4 -0
- package/dist/types/components/Button/Button.story.d.ts +70 -0
- package/dist/types/components/Button/Button.vue.d.ts +153 -0
- package/dist/types/components/Button/index.d.ts +4 -0
- package/dist/types/components/Button/plugin.d.ts +4 -0
- package/dist/types/components/ButtonCopy/ButtonCopy.vue.d.ts +32 -0
- package/dist/types/components/ButtonCopy/index.d.ts +4 -0
- package/dist/types/components/ButtonCopy/plugin.d.ts +4 -0
- package/dist/types/components/Drawer/Drawer.vue.d.ts +67 -0
- package/dist/types/components/Drawer/index.d.ts +4 -0
- package/dist/types/components/Drawer/plugin.d.ts +4 -0
- package/dist/types/components/Dropdown/Dropdown.vue.d.ts +117 -0
- package/dist/types/components/Dropdown/index.d.ts +4 -0
- package/dist/types/components/Dropdown/plugin.d.ts +4 -0
- package/dist/types/components/EventListener/EventListener.vue.d.ts +6 -0
- package/dist/types/components/FileDrop/FileDrop.vue.d.ts +40 -0
- package/dist/types/components/FileDrop/index.d.ts +4 -0
- package/dist/types/components/FileDrop/plugin.d.ts +4 -0
- package/dist/types/components/Form/Form.spec.d.ts +1 -0
- package/dist/types/components/Form/Form.vue.d.ts +111 -0
- package/dist/types/components/Form/index.d.ts +4 -0
- package/dist/types/components/Form/plugin.d.ts +4 -0
- package/dist/types/components/FormItem/FormItem.vue.d.ts +41 -0
- package/dist/types/components/FormItem/index.d.ts +4 -0
- package/dist/types/components/FormItem/plugin.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/GraphyEmpty.vue.d.ts +23 -0
- package/dist/types/components/GraphyEmpty/index.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/plugin.d.ts +4 -0
- package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +43 -0
- package/dist/types/components/GraphyLabel/index.d.ts +4 -0
- package/dist/types/components/GraphyLabel/plugin.d.ts +4 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.story.d.ts +6 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.vue.d.ts +45 -0
- package/dist/types/components/GraphyPrice/index.d.ts +4 -0
- package/dist/types/components/GraphyPrice/plugin.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +31 -0
- package/dist/types/components/GraphySubtitle/index.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/plugin.d.ts +4 -0
- package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +15 -0
- package/dist/types/components/GraphyTitle/index.d.ts +4 -0
- package/dist/types/components/GraphyTitle/plugin.d.ts +4 -0
- package/dist/types/components/Icon/Icon.vue.d.ts +40 -0
- package/dist/types/components/Icon/index.d.ts +4 -0
- package/dist/types/components/Icon/plugin.d.ts +4 -0
- package/dist/types/components/IconButton/IconButton.vue.d.ts +153 -0
- package/dist/types/components/IconButton/index.d.ts +4 -0
- package/dist/types/components/IconButton/plugin.d.ts +4 -0
- package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +19 -0
- package/dist/types/components/InputAvatar/index.d.ts +4 -0
- package/dist/types/components/InputAvatar/plugin.d.ts +4 -0
- package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +52 -0
- package/dist/types/components/InputCheckbox/index.d.ts +4 -0
- package/dist/types/components/InputCheckbox/plugin.d.ts +4 -0
- package/dist/types/components/InputColor/InputColor.vue.d.ts +40 -0
- package/dist/types/components/InputColor/index.d.ts +4 -0
- package/dist/types/components/InputColor/plugin.d.ts +4 -0
- package/dist/types/components/InputDate/InputDate.story.d.ts +6 -0
- package/dist/types/components/InputDate/InputDate.vue.d.ts +23 -0
- package/dist/types/components/InputDate/index.d.ts +4 -0
- package/dist/types/components/InputDate/plugin.d.ts +4 -0
- package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +4 -0
- package/dist/types/components/InputMultiplier/index.d.ts +4 -0
- package/dist/types/components/InputMultiplier/input-multiplier.story.d.ts +19 -0
- package/dist/types/components/InputMultiplier/plugin.d.ts +4 -0
- package/{components/InputMultiplier/types.ts → dist/types/components/InputMultiplier/types.d.ts} +1 -2
- package/dist/types/components/InputPassword/InputPassword.vue.d.ts +68 -0
- package/dist/types/components/InputPassword/index.d.ts +4 -0
- package/dist/types/components/InputPassword/plugin.d.ts +4 -0
- package/dist/types/components/InputPhone/InputPhone.vue.d.ts +40 -0
- package/dist/types/components/InputPhone/index.d.ts +4 -0
- package/dist/types/components/InputPhone/plugin.d.ts +4 -0
- package/dist/types/components/InputPrice/InputPrice.vue.d.ts +39 -0
- package/dist/types/components/InputPrice/index.d.ts +4 -0
- package/dist/types/components/InputPrice/plugin.d.ts +4 -0
- package/dist/types/components/InputRadio/InputRadio.vue.d.ts +17 -0
- package/dist/types/components/InputRadio/InputRadioGroup.story.d.ts +7 -0
- package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +44 -0
- package/dist/types/components/InputRadio/index.d.ts +4 -0
- package/dist/types/components/InputRadio/plugin.d.ts +4 -0
- package/dist/types/components/InputSelect/InputSelect.story.d.ts +6 -0
- package/dist/types/components/InputSelect/InputSelect.vue.d.ts +116 -0
- package/dist/types/components/InputSelect/index.d.ts +4 -0
- package/dist/types/components/InputSelect/plugin.d.ts +4 -0
- package/dist/types/components/InputSwitch/InputSwitch.story.d.ts +29 -0
- package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +40 -0
- package/dist/types/components/InputSwitch/index.d.ts +4 -0
- package/dist/types/components/InputSwitch/plugin.d.ts +4 -0
- package/dist/types/components/InputText/InputText.vue.d.ts +60 -0
- package/dist/types/components/InputText/index.d.ts +4 -0
- package/dist/types/components/InputText/plugin.d.ts +4 -0
- package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +50 -0
- package/dist/types/components/InputTextarea/index.d.ts +4 -0
- package/dist/types/components/InputTextarea/plugin.d.ts +4 -0
- package/dist/types/components/LineChart/LineChart.vue.d.ts +17 -0
- package/dist/types/components/LineChart/index.d.ts +4 -0
- package/dist/types/components/LineChart/plugin.d.ts +4 -0
- package/dist/types/components/Modal/Modal.vue.d.ts +70 -0
- package/dist/types/components/Modal/index.d.ts +4 -0
- package/dist/types/components/Modal/plugin.d.ts +4 -0
- package/dist/types/components/ModalForm/ModalForm.vue.d.ts +53 -0
- package/dist/types/components/ModalForm/index.d.ts +4 -0
- package/dist/types/components/ModalForm/plugin.d.ts +4 -0
- package/dist/types/components/Pagination/Pagination.story.d.ts +5 -0
- package/dist/types/components/Pagination/Pagination.vue.d.ts +50 -0
- package/dist/types/components/Pagination/index.d.ts +4 -0
- package/dist/types/components/Pagination/plugin.d.ts +4 -0
- package/dist/types/components/PieChart/PieChart.vue.d.ts +17 -0
- package/dist/types/components/PieChart/index.d.ts +4 -0
- package/dist/types/components/PieChart/plugin.d.ts +4 -0
- package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +49 -0
- package/dist/types/components/Popconfirm/index.d.ts +4 -0
- package/dist/types/components/Popconfirm/plugin.d.ts +4 -0
- package/dist/types/components/Popover/Popover.vue.d.ts +68 -0
- package/dist/types/components/Popover/index.d.ts +4 -0
- package/dist/types/components/Popover/plugin.d.ts +4 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.story.d.ts +5 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +56 -0
- package/dist/types/components/ProgressCircle/index.d.ts +4 -0
- package/dist/types/components/ProgressCircle/plugin.d.ts +4 -0
- package/dist/types/components/ProgressLine/ProgressLine.story.d.ts +5 -0
- package/dist/types/components/ProgressLine/ProgressLine.vue.d.ts +75 -0
- package/dist/types/components/ProgressLine/index.d.ts +4 -0
- package/dist/types/components/ProgressLine/plugin.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
- package/dist/types/components/SensitiveInfo/index.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/plugin.d.ts +4 -0
- package/dist/types/components/Tab/Tab.vue.d.ts +36 -0
- package/dist/types/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Tab/plugin.d.ts +4 -0
- package/dist/types/components/Table/Table.story.d.ts +5 -0
- package/dist/types/components/Table/Table.vue.d.ts +97 -0
- package/dist/types/components/Table/index.d.ts +4 -0
- package/dist/types/components/Table/plugin.d.ts +4 -0
- package/{components/Table/types.ts → dist/types/components/Table/types.d.ts} +1 -2
- package/dist/types/components/Tag/Tag.vue.d.ts +54 -0
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/Tag/plugin.d.ts +4 -0
- package/{components/Tag/types.ts → dist/types/components/Tag/types.d.ts} +1 -2
- package/dist/types/components/Toast/Toast.vue.d.ts +21 -0
- package/dist/types/components/Toast/index.d.ts +4 -0
- package/dist/types/components/Toast/plugin.d.ts +4 -0
- package/dist/types/components/index.d.ts +45 -0
- package/dist/types/components/plugins.d.ts +45 -0
- package/dist/types/composables/index.d.ts +4 -0
- package/dist/types/composables/useBreakpoints.d.ts +5 -0
- package/dist/types/composables/useRender.d.ts +3 -0
- package/dist/types/enums/form.d.ts +23 -0
- package/dist/types/enums/index.d.ts +4 -0
- package/{enums/ui.ts → dist/types/enums/ui.d.ts} +16 -30
- package/dist/types/form/convertors.d.ts +3 -0
- package/dist/types/form/crud.d.ts +27 -0
- package/dist/types/form/form-data-transformers.d.ts +4 -0
- package/dist/types/form/form-transformer.d.ts +7 -0
- package/dist/types/form/form-value-transformers.d.ts +8 -0
- package/dist/types/form/form.test.d.ts +1 -0
- package/dist/types/form/index.d.ts +4 -0
- package/dist/types/form/json-transformers.d.ts +4 -0
- package/dist/types/i18n.d.ts +15 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/plugins/register-component.d.ts +4 -0
- package/dist/types/services/clipboard.d.ts +2 -0
- package/dist/types/services/date.d.ts +3 -0
- package/dist/types/services/password.d.ts +7 -0
- package/dist/types/services/ui.d.ts +9 -0
- package/{types/address.ts → dist/types/types/address.d.ts} +0 -5
- package/{types/api.ts → dist/types/types/api.d.ts} +0 -4
- package/{types/common.ts → dist/types/types/common.d.ts} +0 -1
- package/{types/form.ts → dist/types/types/form.d.ts} +32 -62
- package/dist/types/types/index.d.ts +5 -0
- package/{types/ui.ts → dist/types/types/ui.d.ts} +11 -16
- package/{types/website.ts → dist/types/types/website.d.ts} +0 -1
- package/dist/types/vitest.setup.d.ts +1 -0
- package/dist/ui-BLR-4Xlv.js +11 -0
- package/dist/ui-MicIL_Lw.js +23 -0
- package/dist/upload-CKfrBexU.js +5 -0
- package/dist/useRender-D8PeooXE.js +16 -0
- package/dist/user-circle-D102n1FB.js +5 -0
- package/dist/zip-box-C10560VY.js +5 -0
- package/package.json +46 -11
- package/volar.d.ts +48 -0
- package/.editorconfig +0 -12
- package/.prettierrc +0 -5
- package/.storybook/main.ts +0 -22
- package/.storybook/preview-body.html +0 -3
- package/.storybook/preview.ts +0 -24
- package/App.vue +0 -1
- package/Dockerfile +0 -21
- package/assets/icons/account.svg +0 -1
- package/assets/icons/alert-octagon-outline.svg +0 -1
- package/assets/icons/alert-octagon.svg +0 -1
- package/assets/icons/archive-outline.svg +0 -1
- package/assets/icons/archive.svg +0 -1
- package/assets/icons/arrow-left.svg +0 -1
- package/assets/icons/arrow-right.svg +0 -1
- package/assets/icons/bank-outline.svg +0 -1
- package/assets/icons/bank.svg +0 -1
- package/assets/icons/camera.svg +0 -1
- package/assets/icons/cards-outline.svg +0 -1
- package/assets/icons/cards-variant.svg +0 -1
- package/assets/icons/cart-outline.svg +0 -1
- package/assets/icons/chart-box-outline.svg +0 -1
- package/assets/icons/chart-box.svg +0 -1
- package/assets/icons/check-circle-outline.svg +0 -1
- package/assets/icons/check-circle.svg +0 -1
- package/assets/icons/check.svg +0 -1
- package/assets/icons/checkbox-dark.svg +0 -1
- package/assets/icons/checkbox-indeterminate-dark.svg +0 -1
- package/assets/icons/checkbox-indeterminate.svg +0 -1
- package/assets/icons/checkbox.svg +0 -1
- package/assets/icons/chevron-down.svg +0 -1
- package/assets/icons/chevron-left.svg +0 -1
- package/assets/icons/chevron-right.svg +0 -1
- package/assets/icons/chevron-up.svg +0 -1
- package/assets/icons/circle.svg +0 -1
- package/assets/icons/clock.svg +0 -1
- package/assets/icons/close-circle-outline.svg +0 -1
- package/assets/icons/close-circle.svg +0 -1
- package/assets/icons/close.svg +0 -1
- package/assets/icons/cog.svg +0 -1
- package/assets/icons/color-fill.svg +0 -1
- package/assets/icons/copy.svg +0 -1
- package/assets/icons/credit-card-plus.svg +0 -1
- package/assets/icons/credit-card.svg +0 -1
- package/assets/icons/currency.svg +0 -1
- package/assets/icons/database.svg +0 -1
- package/assets/icons/dots-grid.svg +0 -1
- package/assets/icons/dots-vertical.svg +0 -1
- package/assets/icons/email-open-outline.svg +0 -1
- package/assets/icons/email-outline.svg +0 -1
- package/assets/icons/eye-off.svg +0 -1
- package/assets/icons/eye.svg +0 -1
- package/assets/icons/file-document-plus-outline.svg +0 -1
- package/assets/icons/filmstrip.svg +0 -1
- package/assets/icons/filter.svg +0 -1
- package/assets/icons/fullscreen-exit.svg +0 -1
- package/assets/icons/fullscreen.svg +0 -1
- package/assets/icons/group.svg +0 -1
- package/assets/icons/image-album-outline.svg +0 -1
- package/assets/icons/image-album.svg +0 -1
- package/assets/icons/image-outline.svg +0 -1
- package/assets/icons/image.svg +0 -1
- package/assets/icons/info-outline.svg +0 -1
- package/assets/icons/key-chain.svg +0 -1
- package/assets/icons/key-variant.svg +0 -1
- package/assets/icons/key.svg +0 -1
- package/assets/icons/listbox-outline.svg +0 -1
- package/assets/icons/loading.svg +0 -1
- package/assets/icons/lock-outline.svg +0 -1
- package/assets/icons/lock.svg +0 -1
- package/assets/icons/logout.svg +0 -1
- package/assets/icons/menu-down.svg +0 -1
- package/assets/icons/menu-left.svg +0 -1
- package/assets/icons/menu-right.svg +0 -1
- package/assets/icons/menu.svg +0 -1
- package/assets/icons/minus-circle-outline.svg +0 -1
- package/assets/icons/minus-circle.svg +0 -1
- package/assets/icons/minus.svg +0 -1
- package/assets/icons/moon.svg +0 -1
- package/assets/icons/open-in-new.svg +0 -1
- package/assets/icons/pencil.svg +0 -1
- package/assets/icons/people.svg +0 -1
- package/assets/icons/piggy-bank-outline.svg +0 -1
- package/assets/icons/plus-circle-outline.svg +0 -1
- package/assets/icons/plus-circle.svg +0 -1
- package/assets/icons/plus.svg +0 -1
- package/assets/icons/qrcode-scan.svg +0 -1
- package/assets/icons/radio-dark.svg +0 -1
- package/assets/icons/radio.svg +0 -1
- package/assets/icons/refresh.svg +0 -1
- package/assets/icons/save.svg +0 -1
- package/assets/icons/search.svg +0 -1
- package/assets/icons/spotlight.svg +0 -1
- package/assets/icons/store-outline.svg +0 -1
- package/assets/icons/sun.svg +0 -1
- package/assets/icons/swap-horizontal.svg +0 -1
- package/assets/icons/swap-left.svg +0 -1
- package/assets/icons/swap-right.svg +0 -1
- package/assets/icons/swap.svg +0 -1
- package/assets/icons/system-theme.svg +0 -1
- package/assets/icons/tag-outline.svg +0 -1
- package/assets/icons/trash-can-outline.svg +0 -1
- package/assets/icons/trash-can.svg +0 -1
- package/assets/icons/upload.svg +0 -1
- package/assets/icons/user-circle.svg +0 -1
- package/assets/icons/zip-box.svg +0 -1
- package/assets/images/fs/apk.svg +0 -11
- package/assets/images/fs/bmp.svg +0 -7
- package/assets/images/fs/css.svg +0 -8
- package/assets/images/fs/doc.svg +0 -9
- package/assets/images/fs/docx.svg +0 -9
- package/assets/images/fs/folder-adwaita.svg +0 -8
- package/assets/images/fs/folder-black.svg +0 -8
- package/assets/images/fs/folder-brown.svg +0 -8
- package/assets/images/fs/folder-grey.svg +0 -8
- package/assets/images/fs/folder-nordic.svg +0 -8
- package/assets/images/fs/folder-orange.svg +0 -8
- package/assets/images/fs/folder-palebrown.svg +0 -8
- package/assets/images/fs/folder-paleorange.svg +0 -8
- package/assets/images/fs/folder-teal.svg +0 -8
- package/assets/images/fs/folder-white.svg +0 -8
- package/assets/images/fs/folder-yellow.svg +0 -8
- package/assets/images/fs/gif.svg +0 -7
- package/assets/images/fs/go.svg +0 -9
- package/assets/images/fs/ics.svg +0 -24
- package/assets/images/fs/iso.svg +0 -10
- package/assets/images/fs/jpeg.svg +0 -7
- package/assets/images/fs/jpg.svg +0 -7
- package/assets/images/fs/js.svg +0 -9
- package/assets/images/fs/json.svg +0 -9
- package/assets/images/fs/lua.svg +0 -9
- package/assets/images/fs/m4v.svg +0 -7
- package/assets/images/fs/md.svg +0 -10
- package/assets/images/fs/mov.svg +0 -7
- package/assets/images/fs/mp3.svg +0 -9
- package/assets/images/fs/mp4.svg +0 -7
- package/assets/images/fs/pdf.svg +0 -9
- package/assets/images/fs/pgp.svg +0 -8
- package/assets/images/fs/php.svg +0 -9
- package/assets/images/fs/png.svg +0 -7
- package/assets/images/fs/ppt.svg +0 -9
- package/assets/images/fs/py.svg +0 -9
- package/assets/images/fs/rar.svg +0 -20
- package/assets/images/fs/rpm.svg +0 -7
- package/assets/images/fs/rs.svg +0 -9
- package/assets/images/fs/sh.svg +0 -9
- package/assets/images/fs/tar.svg +0 -20
- package/assets/images/fs/txt.svg +0 -8
- package/assets/images/fs/unknown.svg +0 -8
- package/assets/images/fs/xls.svg +0 -9
- package/assets/images/fs/xlsx.svg +0 -9
- package/assets/images/fs/xml.svg +0 -8
- package/assets/images/fs/yaml.svg +0 -9
- package/assets/images/fs/zip.svg +0 -20
- package/components/Avatar/Avatar.story.ts +0 -55
- package/components/Avatar/Avatar.vue +0 -82
- package/components/Avatar/index.ts +0 -12
- package/components/Backdrop/Backdrop.vue +0 -27
- package/components/Backdrop/index.ts +0 -12
- package/components/Button/Button.story.ts +0 -74
- package/components/Button/Button.vue +0 -230
- package/components/Button/index.ts +0 -12
- package/components/ButtonCopy/ButtonCopy.vue +0 -61
- package/components/ButtonCopy/index.ts +0 -12
- package/components/Drawer/Drawer.vue +0 -102
- package/components/Drawer/index.ts +0 -12
- package/components/Dropdown/Dropdown.vue +0 -258
- package/components/Dropdown/index.ts +0 -12
- package/components/EventListener/EventListener.vue +0 -12
- package/components/FileDrop/FileDrop.vue +0 -116
- package/components/FileDrop/index.ts +0 -12
- package/components/Form/Form.spec.ts +0 -72
- package/components/Form/Form.vue +0 -134
- package/components/Form/index.ts +0 -12
- package/components/FormItem/FormItem.vue +0 -85
- package/components/FormItem/index.ts +0 -12
- package/components/GraphyEmpty/GraphyEmpty.vue +0 -16
- package/components/GraphyEmpty/index.ts +0 -12
- package/components/GraphyLabel/GraphyLabel.vue +0 -34
- package/components/GraphyLabel/index.ts +0 -12
- package/components/GraphyPrice/GraphyPrice.story.ts +0 -37
- package/components/GraphyPrice/GraphyPrice.vue +0 -65
- package/components/GraphyPrice/index.ts +0 -12
- package/components/GraphySubtitle/GraphySubtitle.vue +0 -22
- package/components/GraphySubtitle/index.ts +0 -12
- package/components/GraphyTitle/GraphyTitle.vue +0 -13
- package/components/GraphyTitle/index.ts +0 -12
- package/components/Icon/Icon.vue +0 -84
- package/components/Icon/index.ts +0 -12
- package/components/IconButton/IconButton.vue +0 -168
- package/components/IconButton/index.ts +0 -12
- package/components/InputAvatar/InputAvatar.vue +0 -63
- package/components/InputAvatar/index.ts +0 -12
- package/components/InputCheckbox/InputCheckbox.vue +0 -77
- package/components/InputCheckbox/index.ts +0 -12
- package/components/InputColor/InputColor.vue +0 -54
- package/components/InputColor/index.ts +0 -12
- package/components/InputDate/InputDate.story.ts +0 -15
- package/components/InputDate/InputDate.vue +0 -368
- package/components/InputDate/index.ts +0 -12
- package/components/InputMultiplier/InputMultiplier.vue +0 -119
- package/components/InputMultiplier/index.ts +0 -12
- package/components/InputMultiplier/input-multiplier.story.ts +0 -30
- package/components/InputPassword/InputPassword.vue +0 -170
- package/components/InputPassword/index.ts +0 -12
- package/components/InputPhone/InputPhone.vue +0 -125
- package/components/InputPhone/index.ts +0 -12
- package/components/InputPrice/InputPrice.vue +0 -96
- package/components/InputPrice/index.ts +0 -12
- package/components/InputRadio/InputRadio.vue +0 -41
- package/components/InputRadio/InputRadioGroup.story.ts +0 -24
- package/components/InputRadio/InputRadioGroup.vue +0 -48
- package/components/InputRadio/index.ts +0 -14
- package/components/InputSelect/InputSelect.story.ts +0 -87
- package/components/InputSelect/InputSelect.vue +0 -507
- package/components/InputSelect/index.ts +0 -12
- package/components/InputSwitch/InputSwitch.story.ts +0 -34
- package/components/InputSwitch/InputSwitch.vue +0 -82
- package/components/InputSwitch/index.ts +0 -12
- package/components/InputText/InputText.vue +0 -62
- package/components/InputText/index.ts +0 -12
- package/components/InputTextarea/InputTextarea.vue +0 -64
- package/components/InputTextarea/index.ts +0 -12
- package/components/LineChart/LineChart.vue +0 -14
- package/components/LineChart/index.ts +0 -12
- package/components/Modal/Modal.vue +0 -106
- package/components/Modal/index.ts +0 -12
- package/components/ModalForm/ModalForm.vue +0 -141
- package/components/ModalForm/index.ts +0 -12
- package/components/Pagination/Pagination.story.ts +0 -15
- package/components/Pagination/Pagination.vue +0 -138
- package/components/Pagination/index.ts +0 -12
- package/components/PieChart/PieChart.vue +0 -14
- package/components/PieChart/index.ts +0 -12
- package/components/Popconfirm/Popconfirm.vue +0 -80
- package/components/Popconfirm/index.ts +0 -12
- package/components/Popover/Popover.vue +0 -133
- package/components/Popover/index.ts +0 -12
- package/components/ProgressCircle/ProgressCircle.story.ts +0 -31
- package/components/ProgressCircle/ProgressCircle.vue +0 -82
- package/components/ProgressCircle/index.ts +0 -12
- package/components/ProgressLine/ProgressLine.story.ts +0 -27
- package/components/ProgressLine/ProgressLine.vue +0 -104
- package/components/ProgressLine/index.ts +0 -12
- package/components/SensitiveInfo/SensitiveInfo.vue +0 -18
- package/components/SensitiveInfo/index.ts +0 -12
- package/components/Tab/Tab.vue +0 -58
- package/components/Tab/index.ts +0 -12
- package/components/Table/Table.story.ts +0 -30
- package/components/Table/Table.vue +0 -291
- package/components/Table/index.ts +0 -12
- package/components/Tag/Tag.vue +0 -61
- package/components/Tag/index.ts +0 -12
- package/components/Toast/Toast.vue +0 -75
- package/components/Toast/index.ts +0 -12
- package/components/index.ts +0 -43
- package/components/plugins.ts +0 -89
- package/composables/index.ts +0 -2
- package/composables/useBreakpoints.ts +0 -30
- package/composables/useRender.ts +0 -29
- package/entrypoint.sh +0 -19
- package/enums/app.ts +0 -5
- package/enums/form.ts +0 -25
- package/env.d.ts +0 -8
- package/form/convertors.ts +0 -31
- package/form/crud.ts +0 -109
- package/form/form-data-transformers.ts +0 -148
- package/form/form-transformer.ts +0 -54
- package/form/form-value-transformers.ts +0 -32
- package/form/form.test.ts +0 -96
- package/form/json-transformers.ts +0 -91
- package/i18n.ts +0 -20
- package/index.html +0 -22
- package/index.ts +0 -14
- package/main.ts +0 -31
- package/plugins/register-component.ts +0 -5
- package/postcss.config.js +0 -6
- package/services/clipboard.ts +0 -5
- package/services/date.ts +0 -27
- package/services/password.ts +0 -309
- package/services/ui.ts +0 -43
- package/tailwind.config.js +0 -16
- package/tsconfig.json +0 -23
- package/types/index.ts +0 -5
- package/vite.config.mts +0 -14
- package/vitest.setup.ts +0 -21
- /package/{index.css → dist/index.css} +0 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import './ProgressCircle.css';
|
|
2
|
+
import { defineComponent as c, computed as n, openBlock as o, createElementBlock as s, createElementVNode as l, renderSlot as h, createCommentVNode as f } from "vue";
|
|
3
|
+
import { _ as u } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
const k = { class: "relative w-min" }, _ = ["width", "heigh"], p = ["stroke-width", "stroke"], m = ["stroke-width", "stroke", "stroke-dashoffset"], v = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "absolute transform -translate-x-1/2 -translate-y-1/2 top-2/4 left-2/4"
|
|
7
|
+
}, a = 90, w = /* @__PURE__ */ c({
|
|
8
|
+
name: "TProgressCircle",
|
|
9
|
+
__name: "ProgressCircle",
|
|
10
|
+
props: {
|
|
11
|
+
value: { default: 0 },
|
|
12
|
+
width: { default: 90 },
|
|
13
|
+
strokeWidth: { default: 1 },
|
|
14
|
+
strokeColor: { default: "var(--caipira-blue)" },
|
|
15
|
+
backgroundColor: { default: "var(--caipira-tertiary)" }
|
|
16
|
+
},
|
|
17
|
+
setup(i) {
|
|
18
|
+
const e = i, d = n(() => {
|
|
19
|
+
const t = Math.PI * (a * 2);
|
|
20
|
+
let r = e.value;
|
|
21
|
+
return e.value < 0 && (r = 0), e.value > 100 && (r = 100), (100 - r) / 100 * t;
|
|
22
|
+
});
|
|
23
|
+
return (t, r) => (o(), s("div", k, [
|
|
24
|
+
(o(), s("svg", {
|
|
25
|
+
viewBox: "0 0 200 200",
|
|
26
|
+
width: e.width,
|
|
27
|
+
heigh: e.width
|
|
28
|
+
}, [
|
|
29
|
+
l("circle", {
|
|
30
|
+
cy: "100",
|
|
31
|
+
cx: "100",
|
|
32
|
+
fill: "transparent",
|
|
33
|
+
"stroke-dasharray": "565.48",
|
|
34
|
+
r: a,
|
|
35
|
+
"stroke-width": e.strokeWidth,
|
|
36
|
+
stroke: e.backgroundColor,
|
|
37
|
+
"stroke-dashoffset": "0"
|
|
38
|
+
}, null, 8, p),
|
|
39
|
+
l("circle", {
|
|
40
|
+
cy: "100",
|
|
41
|
+
cx: "100",
|
|
42
|
+
fill: "transparent",
|
|
43
|
+
"stroke-dasharray": "565.48",
|
|
44
|
+
r: a,
|
|
45
|
+
"stroke-width": e.strokeWidth,
|
|
46
|
+
stroke: e.strokeColor,
|
|
47
|
+
"stroke-dashoffset": d.value
|
|
48
|
+
}, null, 8, m)
|
|
49
|
+
], 8, _)),
|
|
50
|
+
t.$slots.default ? (o(), s("div", v, [
|
|
51
|
+
h(t.$slots, "default", {}, void 0, !0)
|
|
52
|
+
])) : f("", !0)
|
|
53
|
+
]));
|
|
54
|
+
}
|
|
55
|
+
}), y = /* @__PURE__ */ u(w, [["__scopeId", "data-v-e7bab2f3"]]);
|
|
56
|
+
export {
|
|
57
|
+
y as P
|
|
58
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import './ProgressLine.css';
|
|
2
|
+
import { defineComponent as d, ref as c, watch as u, computed as f, openBlock as t, createElementBlock as l, normalizeClass as s, createElementVNode as a, renderSlot as h, toDisplayString as g, createCommentVNode as p } from "vue";
|
|
3
|
+
import { _ as m } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
const _ = { class: "flex items-center" }, v = ["height"], C = ["rx", "fill"], b = ["width", "rx", "fill"], k = {
|
|
5
|
+
key: 1,
|
|
6
|
+
class: "text-sm"
|
|
7
|
+
}, w = /* @__PURE__ */ d({
|
|
8
|
+
name: "TProgressLine",
|
|
9
|
+
__name: "ProgressLine",
|
|
10
|
+
props: {
|
|
11
|
+
value: { default: 0 },
|
|
12
|
+
height: { default: 10 },
|
|
13
|
+
borderRadius: { default: 2 },
|
|
14
|
+
showPercentage: { type: Boolean, default: !0 },
|
|
15
|
+
svgClass: {},
|
|
16
|
+
labelClass: {},
|
|
17
|
+
overColor: { default: "#f38ba8" },
|
|
18
|
+
progressColor: { default: "#89b4fa" },
|
|
19
|
+
finishedColor: { default: "#a6e3a1" },
|
|
20
|
+
backgroundColor: { default: "var(--caipira-tertiary)" }
|
|
21
|
+
},
|
|
22
|
+
setup(i) {
|
|
23
|
+
const e = i, r = c(0);
|
|
24
|
+
u(
|
|
25
|
+
() => e.value,
|
|
26
|
+
(o) => {
|
|
27
|
+
o && (r.value = Math.round(o));
|
|
28
|
+
},
|
|
29
|
+
{ immediate: !0 }
|
|
30
|
+
);
|
|
31
|
+
const n = f(() => r.value === 100 ? e.finishedColor : r.value > 100 ? e.overColor : e.progressColor);
|
|
32
|
+
return (o, x) => (t(), l("div", _, [
|
|
33
|
+
(t(), l("svg", {
|
|
34
|
+
width: "100%",
|
|
35
|
+
height: e.height,
|
|
36
|
+
class: s(["inline-block flex-grow", e.svgClass])
|
|
37
|
+
}, [
|
|
38
|
+
a("rect", {
|
|
39
|
+
width: "100%",
|
|
40
|
+
height: "100%",
|
|
41
|
+
rx: e.borderRadius,
|
|
42
|
+
fill: e.backgroundColor
|
|
43
|
+
}, null, 8, C),
|
|
44
|
+
a("rect", {
|
|
45
|
+
height: "100%",
|
|
46
|
+
width: `${e.value}%`,
|
|
47
|
+
rx: e.borderRadius,
|
|
48
|
+
fill: n.value
|
|
49
|
+
}, null, 8, b)
|
|
50
|
+
], 10, v)),
|
|
51
|
+
e.showPercentage ? (t(), l("div", {
|
|
52
|
+
key: 0,
|
|
53
|
+
class: s(["flex-none ml-2", o.labelClass])
|
|
54
|
+
}, [
|
|
55
|
+
o.$slots.label ? h(o.$slots, "label", { key: 0 }, void 0, !0) : (t(), l("span", k, g(r.value) + "% ", 1))
|
|
56
|
+
], 2)) : p("", !0)
|
|
57
|
+
]));
|
|
58
|
+
}
|
|
59
|
+
}), B = /* @__PURE__ */ m(w, [["__scopeId", "data-v-9c09a7d1"]]);
|
|
60
|
+
export {
|
|
61
|
+
B as P
|
|
62
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as t, openBlock as r, createElementBlock as s, normalizeClass as a, renderSlot as l } from "vue";
|
|
2
|
+
const c = /* @__PURE__ */ t({
|
|
3
|
+
name: "TSensitiveInfo",
|
|
4
|
+
__name: "SensitiveInfo",
|
|
5
|
+
props: {
|
|
6
|
+
private: { type: Boolean }
|
|
7
|
+
},
|
|
8
|
+
setup(e) {
|
|
9
|
+
const n = e;
|
|
10
|
+
return (o, i) => (r(), s("div", {
|
|
11
|
+
class: a({
|
|
12
|
+
"blur-sm": n.private,
|
|
13
|
+
"filter grayscale": !1
|
|
14
|
+
})
|
|
15
|
+
}, [
|
|
16
|
+
l(o.$slots, "default")
|
|
17
|
+
], 2));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
c as _
|
|
22
|
+
};
|
package/dist/Tab.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { defineComponent as b, ref as d, openBlock as t, createElementBlock as a, Fragment as n, createElementVNode as o, renderList as c, normalizeClass as i, toDisplayString as m, renderSlot as _ } from "vue";
|
|
2
|
+
const f = {
|
|
3
|
+
class: "flex flex-col md:flex-row flex-wrap rounded-sm list-none mb-6 pt-1 bg-caipira-tertiary",
|
|
4
|
+
role: "tablist"
|
|
5
|
+
}, k = ["onClick"], v = {
|
|
6
|
+
class: "tab-content",
|
|
7
|
+
id: "tabs-tabContent"
|
|
8
|
+
}, g = /* @__PURE__ */ b({
|
|
9
|
+
name: "TTab",
|
|
10
|
+
__name: "Tab",
|
|
11
|
+
props: {
|
|
12
|
+
tabs: { default: () => [] }
|
|
13
|
+
},
|
|
14
|
+
setup(p) {
|
|
15
|
+
const s = p, l = d(0);
|
|
16
|
+
return (u, h) => (t(), a(n, null, [
|
|
17
|
+
o("ul", f, [
|
|
18
|
+
(t(!0), a(n, null, c(s.tabs, (r, e) => (t(), a("li", {
|
|
19
|
+
role: "presentation",
|
|
20
|
+
key: e
|
|
21
|
+
}, [
|
|
22
|
+
o("a", {
|
|
23
|
+
class: i(["block uppercase py-2 px-4", {
|
|
24
|
+
"bg-caipira-primary": e === l.value
|
|
25
|
+
}]),
|
|
26
|
+
href: "#",
|
|
27
|
+
role: "tab",
|
|
28
|
+
"aria-selected": "true",
|
|
29
|
+
onClick: (y) => l.value = e
|
|
30
|
+
}, m(r.title), 11, k)
|
|
31
|
+
]))), 128))
|
|
32
|
+
]),
|
|
33
|
+
o("div", v, [
|
|
34
|
+
(t(!0), a(n, null, c(s.tabs, (r, e) => (t(), a("div", {
|
|
35
|
+
key: e,
|
|
36
|
+
class: i(["", { hidden: e !== l.value }]),
|
|
37
|
+
role: "tabpanel"
|
|
38
|
+
}, [
|
|
39
|
+
_(u.$slots, r.slot)
|
|
40
|
+
], 2))), 128))
|
|
41
|
+
])
|
|
42
|
+
], 64));
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
g as _
|
|
47
|
+
};
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import './Table.css';
|
|
2
|
+
import { defineComponent as z, useSlots as O, ref as b, reactive as L, computed as w, resolveComponent as S, openBlock as a, createElementBlock as s, createElementVNode as y, unref as g, normalizeClass as d, createCommentVNode as p, createVNode as D, Fragment as h, renderList as x, toDisplayString as B, createBlock as M, renderSlot as E, createTextVNode as F, pushScopeId as P, popScopeId as q } from "vue";
|
|
3
|
+
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
const J = (v) => (P("data-v-3396a413"), v = v(), q(), v), Q = { class: "min-w-full relative color-text" }, W = ["onClick"], X = { class: "flex items-center" }, Y = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "animate-pulse"
|
|
7
|
+
}, Z = /* @__PURE__ */ J(() => /* @__PURE__ */ y("div", { class: "h-4 bg-gray-100 my-1 mx-2 dark:bg-neutral-800 rounded" }, null, -1)), ee = [
|
|
8
|
+
Z
|
|
9
|
+
], te = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "border-b"
|
|
12
|
+
}, le = ["colspan"], ae = /* @__PURE__ */ z({
|
|
13
|
+
name: "TTable",
|
|
14
|
+
__name: "Table",
|
|
15
|
+
props: {
|
|
16
|
+
data: { default: () => [] },
|
|
17
|
+
rowKey: { default: "id" },
|
|
18
|
+
columns: { default: () => [] },
|
|
19
|
+
loading: { type: Boolean, default: !1 },
|
|
20
|
+
selectable: { type: Boolean, default: !1 },
|
|
21
|
+
disableStyle: { type: Boolean, default: !1 },
|
|
22
|
+
stickyHeader: { type: Boolean, default: !0 },
|
|
23
|
+
rowClass: { default: "hover:bg-hover" },
|
|
24
|
+
tableDataClass: { default: "px-2 py-2" }
|
|
25
|
+
},
|
|
26
|
+
emits: ["selected", "row-click"],
|
|
27
|
+
setup(v, { expose: I, emit: T }) {
|
|
28
|
+
const e = v, k = T, _ = O(), u = b(!1), n = b({}), f = b({}), C = b(!1), m = b(!1), i = L({}), R = (t) => {
|
|
29
|
+
t.stopPropagation();
|
|
30
|
+
}, U = w(() => e.columns.length + (e.selectable ? 1 : 0) + (_.details ? 1 : 0) + 1), K = () => {
|
|
31
|
+
let t = 0, r = 0;
|
|
32
|
+
e.data.forEach((c) => {
|
|
33
|
+
n.value[c[e.rowKey]] ? t++ : r++;
|
|
34
|
+
}), r === 0 && t > 0 ? (m.value = !1, u.value = !0) : t === 0 ? (m.value = !1, u.value = !1) : r !== t && (m.value = !0, u.value = void 0), C.value = Object.keys(n.value).some(
|
|
35
|
+
(c) => n.value[c]
|
|
36
|
+
);
|
|
37
|
+
}, $ = async (t, r) => {
|
|
38
|
+
r ? i[t] = e.data.find(
|
|
39
|
+
(c) => c[e.rowKey] === t
|
|
40
|
+
) : delete i[t], k("selected", i), K();
|
|
41
|
+
}, A = () => {
|
|
42
|
+
Object.keys(n.value).forEach((t) => {
|
|
43
|
+
n.value[t] = !1, u.value = !1, m.value = !1, C.value = !1;
|
|
44
|
+
}), Object.assign(i, {}), k("selected", {});
|
|
45
|
+
}, H = () => {
|
|
46
|
+
u.value ? e.data.forEach((t) => {
|
|
47
|
+
n.value[t[e.rowKey]] = !0, i[t[e.rowKey]] = t;
|
|
48
|
+
}) : e.data.forEach((t) => {
|
|
49
|
+
n.value[t[e.rowKey]] = !1, delete i[t[e.rowKey]], C.value = !1;
|
|
50
|
+
}), K(), k("selected", i);
|
|
51
|
+
}, N = w(() => e.loading && e.data.length === 0 ? Array.from({ length: 5 }, (t, r) => r) : e.data);
|
|
52
|
+
return I({
|
|
53
|
+
clearSelection: A,
|
|
54
|
+
inSelectionMode: C
|
|
55
|
+
}), (t, r) => {
|
|
56
|
+
const c = S("t-input-checkbox"), j = S("t-icon-button");
|
|
57
|
+
return a(), s("table", Q, [
|
|
58
|
+
y("thead", null, [
|
|
59
|
+
y("tr", null, [
|
|
60
|
+
g(_).details ? (a(), s("th", {
|
|
61
|
+
key: 0,
|
|
62
|
+
class: d(["text-left border bg-caipira-primary", {
|
|
63
|
+
"sticky top-0": e.stickyHeader,
|
|
64
|
+
[e.tableDataClass]: !0
|
|
65
|
+
}])
|
|
66
|
+
}, null, 2)) : p("", !0),
|
|
67
|
+
e.selectable ? (a(), s("th", {
|
|
68
|
+
key: 1,
|
|
69
|
+
class: d(["text-center w-12 bg-caipira-primary", {
|
|
70
|
+
"sticky top-0": e.stickyHeader,
|
|
71
|
+
[e.tableDataClass]: !0
|
|
72
|
+
}])
|
|
73
|
+
}, [
|
|
74
|
+
D(c, {
|
|
75
|
+
modelValue: u.value,
|
|
76
|
+
"onUpdate:modelValue": r[0] || (r[0] = (l) => u.value = l),
|
|
77
|
+
"is-indeterminate": m.value,
|
|
78
|
+
onInput: H
|
|
79
|
+
}, null, 8, ["modelValue", "is-indeterminate"])
|
|
80
|
+
], 2)) : p("", !0),
|
|
81
|
+
(a(!0), s(h, null, x(e.columns, (l, V) => (a(), s("th", {
|
|
82
|
+
class: d(["text-base text-left select-none px-2 py-2 font-normal bg-caipira-primary", {
|
|
83
|
+
"sticky top-0": e.stickyHeader,
|
|
84
|
+
[e.tableDataClass]: !0
|
|
85
|
+
}]),
|
|
86
|
+
key: V
|
|
87
|
+
}, B(l.title ? l.title : ""), 3))), 128))
|
|
88
|
+
])
|
|
89
|
+
]),
|
|
90
|
+
y("tbody", null, [
|
|
91
|
+
(a(!0), s(h, null, x(N.value, (l, V) => (a(), s(h, {
|
|
92
|
+
key: l[e.rowKey]
|
|
93
|
+
}, [
|
|
94
|
+
y("tr", {
|
|
95
|
+
class: d(["cursor-pointer", {
|
|
96
|
+
"bg-hover": n.value[l[e.rowKey]],
|
|
97
|
+
[e.rowClass]: !0
|
|
98
|
+
}]),
|
|
99
|
+
onClick: (o) => k("row-click", l)
|
|
100
|
+
}, [
|
|
101
|
+
g(_).details ? (a(), s("td", {
|
|
102
|
+
key: 0,
|
|
103
|
+
class: d(["text-left", [e.tableDataClass]])
|
|
104
|
+
}, [
|
|
105
|
+
y("div", X, [
|
|
106
|
+
"hasDetails" in l && l.hasDetails ? (a(), M(j, {
|
|
107
|
+
key: 0,
|
|
108
|
+
modelValue: f.value[l[e.rowKey]],
|
|
109
|
+
"onUpdate:modelValue": (o) => f.value[l[e.rowKey]] = o,
|
|
110
|
+
size: "sm",
|
|
111
|
+
icon: f.value[l[e.rowKey]] ? "chevron-down" : "chevron-right",
|
|
112
|
+
onClick: (o) => f.value[l[e.rowKey]] = !f.value[l[e.rowKey]]
|
|
113
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "icon", "onClick"])) : p("", !0)
|
|
114
|
+
])
|
|
115
|
+
], 2)) : p("", !0),
|
|
116
|
+
e.selectable ? (a(), s("td", {
|
|
117
|
+
key: 1,
|
|
118
|
+
class: d(["text-center w-12", [e.tableDataClass]])
|
|
119
|
+
}, [
|
|
120
|
+
D(c, {
|
|
121
|
+
modelValue: n.value[l[e.rowKey]],
|
|
122
|
+
"onUpdate:modelValue": (o) => n.value[l[e.rowKey]] = o,
|
|
123
|
+
"initialize-value": !0,
|
|
124
|
+
onClick: R,
|
|
125
|
+
onInput: (o) => $(l[e.rowKey], o)
|
|
126
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "onInput"])
|
|
127
|
+
], 2)) : p("", !0),
|
|
128
|
+
(a(!0), s(h, null, x(e.columns, (o, se) => (a(), s("td", {
|
|
129
|
+
class: d(["whitespace-nowrap", {
|
|
130
|
+
[e.tableDataClass]: !0
|
|
131
|
+
}])
|
|
132
|
+
}, [
|
|
133
|
+
e.loading ? (a(), s("div", Y, ee)) : "slot" in o && t.$slots[o.slot] ? E(t.$slots, o.slot, {
|
|
134
|
+
key: 1,
|
|
135
|
+
row: l
|
|
136
|
+
}, void 0, !0) : "property" in o ? (a(), s(h, { key: 2 }, [
|
|
137
|
+
F(B(l[o.property]), 1)
|
|
138
|
+
], 64)) : p("", !0)
|
|
139
|
+
], 2))), 256))
|
|
140
|
+
], 10, W),
|
|
141
|
+
g(_).details && f.value[l[e.rowKey]] ? (a(), s("tr", te, [
|
|
142
|
+
y("td", { colspan: U.value }, [
|
|
143
|
+
E(t.$slots, "details", { row: l }, void 0, !0)
|
|
144
|
+
], 8, le)
|
|
145
|
+
])) : p("", !0)
|
|
146
|
+
], 64))), 128))
|
|
147
|
+
])
|
|
148
|
+
]);
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
}), re = /* @__PURE__ */ G(ae, [["__scopeId", "data-v-3396a413"]]);
|
|
152
|
+
export {
|
|
153
|
+
re as T
|
|
154
|
+
};
|
package/dist/Table.js
ADDED
package/dist/Tag.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { defineComponent as u, resolveComponent as i, openBlock as o, createElementBlock as l, normalizeStyle as f, normalizeClass as _, createBlock as c, withCtx as y, createVNode as x, createCommentVNode as C, createElementVNode as k, renderSlot as b, toDisplayString as h } from "vue";
|
|
2
|
+
import { E as v } from "./ui-BLR-4Xlv.js";
|
|
3
|
+
const g = ["role"], B = {
|
|
4
|
+
key: 0,
|
|
5
|
+
class: "bg-[#0000006b] hover:bg-[#000000a3] px-1 h-full"
|
|
6
|
+
}, z = { class: "px-2 py-0.5" }, E = { key: 1 }, S = /* @__PURE__ */ u({
|
|
7
|
+
name: "TTag",
|
|
8
|
+
__name: "Tag",
|
|
9
|
+
props: {
|
|
10
|
+
text: { default: "" },
|
|
11
|
+
size: { default: v.DEFAULT },
|
|
12
|
+
role: { default: "" },
|
|
13
|
+
color: { default: "" },
|
|
14
|
+
confirmClose: { type: Boolean, default: !1 },
|
|
15
|
+
hasCloseButton: { type: Boolean, default: !1 }
|
|
16
|
+
},
|
|
17
|
+
emits: ["close"],
|
|
18
|
+
setup(a, { emit: m }) {
|
|
19
|
+
const e = a, n = m;
|
|
20
|
+
return (s, t) => {
|
|
21
|
+
const r = i("t-icon"), p = i("t-popconfirm");
|
|
22
|
+
return o(), l("div", {
|
|
23
|
+
style: f(`background-color:${e.color}`),
|
|
24
|
+
class: _([{
|
|
25
|
+
"bg-neutral-700": !e.color
|
|
26
|
+
}, "inline-flex items-center rounded-sm text-sm text-white w-max select-none"]),
|
|
27
|
+
role: e.role
|
|
28
|
+
}, [
|
|
29
|
+
e.hasCloseButton ? (o(), l("div", B, [
|
|
30
|
+
e.confirmClose ? (o(), c(p, {
|
|
31
|
+
key: 0,
|
|
32
|
+
title: "Are you sure you want to remove this?",
|
|
33
|
+
placement: "top",
|
|
34
|
+
class: "h-full inline-flex items-center justify-center",
|
|
35
|
+
onConfirm: t[0] || (t[0] = (d) => n("close"))
|
|
36
|
+
}, {
|
|
37
|
+
default: y(() => [
|
|
38
|
+
x(r, {
|
|
39
|
+
size: "xs",
|
|
40
|
+
icon: "close",
|
|
41
|
+
role: "button",
|
|
42
|
+
"aria-describedby": "tooltip"
|
|
43
|
+
})
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
})) : (o(), c(r, {
|
|
47
|
+
key: 1,
|
|
48
|
+
size: "xs",
|
|
49
|
+
icon: "close",
|
|
50
|
+
role: "button",
|
|
51
|
+
onClick: t[1] || (t[1] = (d) => n("close"))
|
|
52
|
+
}))
|
|
53
|
+
])) : C("", !0),
|
|
54
|
+
k("div", z, [
|
|
55
|
+
s.$slots.default ? b(s.$slots, "default", { key: 0 }) : (o(), l("span", E, h(e.text), 1))
|
|
56
|
+
])
|
|
57
|
+
], 14, g);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
export {
|
|
62
|
+
S as _
|
|
63
|
+
};
|
package/dist/Toast.js
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { defineComponent as d, resolveComponent as x, openBlock as f, createElementBlock as g, normalizeClass as r, unref as _, createVNode as a, createElementVNode as w, toDisplayString as C } from "vue";
|
|
2
|
+
import { c as b, b as t } from "./ui-BLR-4Xlv.js";
|
|
3
|
+
const E = { class: "whitespace-nowrap overflow-x-hidden overflow-ellipsis max-w-2xl" }, h = /* @__PURE__ */ d({
|
|
4
|
+
name: "TToast",
|
|
5
|
+
__name: "Toast",
|
|
6
|
+
props: {
|
|
7
|
+
message: {}
|
|
8
|
+
},
|
|
9
|
+
emits: ["close"],
|
|
10
|
+
setup(c, { emit: l }) {
|
|
11
|
+
const s = c, i = l, m = (e) => {
|
|
12
|
+
switch (e) {
|
|
13
|
+
case t.SUCCESS:
|
|
14
|
+
return "check-circle";
|
|
15
|
+
case t.WARNING:
|
|
16
|
+
return "alert-octagon";
|
|
17
|
+
case t.DANGER:
|
|
18
|
+
return "close-circle";
|
|
19
|
+
default:
|
|
20
|
+
return "info-outline";
|
|
21
|
+
}
|
|
22
|
+
}, p = (e) => {
|
|
23
|
+
switch (e) {
|
|
24
|
+
case t.SUCCESS:
|
|
25
|
+
return "text-emerald-500";
|
|
26
|
+
case t.WARNING:
|
|
27
|
+
return "text-amber-500";
|
|
28
|
+
case t.DANGER:
|
|
29
|
+
return "text-red-400";
|
|
30
|
+
default:
|
|
31
|
+
return "text-blue-500";
|
|
32
|
+
}
|
|
33
|
+
}, u = (e) => {
|
|
34
|
+
i("close", e);
|
|
35
|
+
};
|
|
36
|
+
return (e, o) => {
|
|
37
|
+
const n = x("t-icon");
|
|
38
|
+
return f(), g("div", {
|
|
39
|
+
class: r(["shadow-md fixed flex bg-stone-100 dark:bg-zinc-700 w-min z-50 rounded px-4 py-2 text-base select-none", {
|
|
40
|
+
"top-0 left-1/2 transform -translate-x-1/2": s.message.position === _(b).TOP
|
|
41
|
+
}])
|
|
42
|
+
}, [
|
|
43
|
+
a(n, {
|
|
44
|
+
icon: m(s.message.variant),
|
|
45
|
+
class: r([[p(s.message.variant)], "mr-2"]),
|
|
46
|
+
role: "button"
|
|
47
|
+
}, null, 8, ["icon", "class"]),
|
|
48
|
+
w("span", E, C(s.message.message), 1),
|
|
49
|
+
a(n, {
|
|
50
|
+
icon: "close",
|
|
51
|
+
class: "text-stone-400 ml-4",
|
|
52
|
+
role: "button",
|
|
53
|
+
onClick: o[0] || (o[0] = (N) => u(s.message.id))
|
|
54
|
+
})
|
|
55
|
+
], 2);
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
export {
|
|
60
|
+
h as _
|
|
61
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const t = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.973 1.323a5.101 5.307 0 0 1 5.1 5.307 5.101 5.307 0 0 1-5.1 5.307A5.101 5.307 0 0 1 6.87 6.63a5.101 5.307 0 0 1 5.102-5.307m0 13.268c5.637 0 10.202 2.375 10.202 5.308v2.653H1.77V19.9c0-2.933 4.566-5.308 10.203-5.308z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const t = '<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M13 13H11V7H13M11 15H13V17H11M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3Z" /></svg>';
|
|
2
|
+
export {
|
|
3
|
+
t as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const t = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27,3L3,8.27V15.73L8.27,21H15.73C17.5,19.24 21,15.73 21,15.73V8.27L15.73,3M9.1,5H14.9L19,9.1V14.9L14.9,19H9.1L5,14.9V9.1M11,15H13V17H11V15M11,7H13V13H11V7" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const s = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.12,5L5.93,4H17.93L18.87,5M12,17.5L6.5,12H10V10H14V12H17.5L12,17.5M20.54,5.23L19.15,3.55C18.88,3.21 18.47,3 18,3H6C5.53,3 5.12,3.21 4.84,3.55L3.46,5.23C3.17,5.57 3,6 3,6.5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V6.5C21,6 20.83,5.57 20.54,5.23Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
s as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const h = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.54 5.23l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM6.24 5h11.52l.83 1H5.42l.82-1zM5 19V8h14v11H5zm8-5.35V9.5h-2v4.15l-1.79-1.79-1.42 1.41L12 17.48l4.21-4.21-1.42-1.41z"></path></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
h as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const A = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
A as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const a = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.19 2.25c-.26 0-.52.06-.77.15L3.06 5.45a1.994 1.994 0 0 0-1.09 2.6L6.93 20a2 2 0 0 0 1.81 1.25c.26 0 .53-.03.79-.15l7.37-3.05a2.02 2.02 0 0 0 1.23-1.8c.01-.25-.04-.54-.13-.8L13 3.5a1.954 1.954 0 0 0-1.81-1.25m3.48 0 3.45 8.35V4.25a2 2 0 0 0-2-2m4.01 1.54v9.03l2.43-5.86a1.99 1.99 0 0 0-1.09-2.6m-10.28-.14 4.98 12.02-7.39 3.06L3.8 7.29"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const a = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m1 2v8h12V4H6m14 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1m0 4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const t = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,18A2,2 0 0,1 19,20A2,2 0 0,1 17,22C15.89,22 15,21.1 15,20C15,18.89 15.89,18 17,18M1,2H4.27L5.21,4H20A1,1 0 0,1 21,5C21,5.17 20.95,5.34 20.88,5.5L17.3,11.97C16.96,12.58 16.3,13 15.55,13H8.1L7.2,14.63L7.17,14.75A0.25,0.25 0 0,0 7.42,15H19V17H7C5.89,17 5,16.1 5,15C5,14.65 5.09,14.32 5.24,14.04L6.6,11.59L3,4H1V2M7,18A2,2 0 0,1 9,20A2,2 0 0,1 7,22C5.89,22 5,21.1 5,20C5,18.89 5.89,18 7,18M16,11L18.78,6H6.14L8.5,11H16Z" /></svg>';
|
|
2
|
+
export {
|
|
3
|
+
t as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const H = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17H7V10H9V17M13 17H11V7H13V17M17 17H15V13H17V17M19 19H5V5H19V19.1M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
H as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const t = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|