@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,5 @@
|
|
|
1
|
+
const s = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 11.5V13H11V7H12.5V11.5H17Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
s as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const w = '<?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="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z" /></svg>';
|
|
2
|
+
export {
|
|
3
|
+
w as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const L = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
L as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const o = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const L = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19,11.5C19,11.5 17,13.67 17,15A2,2 0 0,0 19,17A2,2 0 0,0 21,15C21,13.67 19,11.5 19,11.5M5.21,10L10,5.21L14.79,10M16.56,8.94L7.62,0L6.21,1.41L8.59,3.79L3.44,8.94C2.85,9.5 2.85,10.47 3.44,11.06L8.94,16.56C9.23,16.85 9.62,17 10,17C10.38,17 10.77,16.85 11.06,16.56L16.56,11.06C17.15,10.47 17.15,9.5 16.56,8.94Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
L as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { _ as a } from "./Avatar.vue_vue_type_script_setup_true_lang-C3xje4Mr.js";
|
|
2
|
+
import { _ as p } from "./Backdrop.vue_vue_type_script_setup_true_lang-OaEBTmYK.js";
|
|
3
|
+
import { B as m } from "./Button-Bzvqv1bQ.js";
|
|
4
|
+
import { _ as f } from "./ButtonCopy.vue_vue_type_script_setup_true_lang-C8Ndx2n_.js";
|
|
5
|
+
import { D as n } from "./Drawer-DH5EEenO.js";
|
|
6
|
+
import { _ as u } from "./Dropdown.vue_vue_type_script_setup_true_lang-CJ6tMLP5.js";
|
|
7
|
+
import { _ as l } from "./FileDrop.vue_vue_type_script_setup_true_lang-Cmrpt2_c.js";
|
|
8
|
+
import { _ as c } from "./Form.vue_vue_type_script_setup_true_lang-CgTo7ahn.js";
|
|
9
|
+
import { _ as T } from "./FormItem.vue_vue_type_script_setup_true_lang-CV5hpJ8B.js";
|
|
10
|
+
import { _ as d } from "./GraphyEmpty.vue_vue_type_script_setup_true_lang-B-hAjDCw.js";
|
|
11
|
+
import { _ as b } from "./GraphyLabel.vue_vue_type_script_setup_true_lang-dEuzASQp.js";
|
|
12
|
+
import { _ as D } from "./GraphyPrice.vue_vue_type_script_setup_true_lang-BOW4su3l.js";
|
|
13
|
+
import { _ as g } from "./GraphySubtitle.vue_vue_type_script_setup_true_lang-DtAmgZWp.js";
|
|
14
|
+
import { _ as w } from "./GraphyTitle.vue_vue_type_script_setup_true_lang-DXnrZHV2.js";
|
|
15
|
+
import { _ as S } from "./Icon.vue_vue_type_script_setup_true_lang-hxJ1wXXd.js";
|
|
16
|
+
import { _ as M } from "./IconButton.vue_vue_type_script_setup_true_lang-BDjy7ycQ.js";
|
|
17
|
+
import { _ as A } from "./InputAvatar.vue_vue_type_script_setup_true_lang-Dzq2QUAy.js";
|
|
18
|
+
import { _ as R } from "./InputCheckbox.vue_vue_type_script_setup_true_lang-B5zoxg5A.js";
|
|
19
|
+
import { _ as q } from "./InputColor.vue_vue_type_script_setup_true_lang-DunYzjId.js";
|
|
20
|
+
import { _ as H } from "./InputDate.vue_vue_type_script_setup_true_lang-DM9vaaiW.js";
|
|
21
|
+
import { _ as K } from "./InputMultiplier.vue_vue_type_script_setup_true_lang-w2RuSz1R.js";
|
|
22
|
+
import { _ as O } from "./InputPassword.vue_vue_type_script_setup_true_lang-SuGempaV.js";
|
|
23
|
+
import { _ as U } from "./InputPhone.vue_vue_type_script_setup_true_lang-BH89TX0s.js";
|
|
24
|
+
import { _ as W } from "./InputPrice.vue_vue_type_script_setup_true_lang-Zi-JuhSl.js";
|
|
25
|
+
import { _ as Y } from "./InputRadio.vue_vue_type_script_setup_true_lang-cPnYGpJ_.js";
|
|
26
|
+
import "vue";
|
|
27
|
+
import { _ as $ } from "./InputSelect.vue_vue_type_script_setup_true_lang-DSM-ClgU.js";
|
|
28
|
+
import { _ as ro } from "./InputSwitch.vue_vue_type_script_setup_true_lang-DCYkakov.js";
|
|
29
|
+
import { _ as ao } from "./InputText.vue_vue_type_script_setup_true_lang-KUUuOOlk.js";
|
|
30
|
+
import { _ as po } from "./InputTextarea.vue_vue_type_script_setup_true_lang-01amgZ6U.js";
|
|
31
|
+
import { _ as mo } from "./LineChart.vue_vue_type_script_setup_true_lang-Do8SXht4.js";
|
|
32
|
+
import { _ as fo } from "./Modal.vue_vue_type_script_setup_true_lang-DE2ySBCY.js";
|
|
33
|
+
import { _ as no } from "./ModalForm.vue_vue_type_script_setup_true_lang-VhRoRmxZ.js";
|
|
34
|
+
import { _ as uo } from "./Pagination.vue_vue_type_script_setup_true_lang-PLZQJUd0.js";
|
|
35
|
+
import { _ as lo } from "./PieChart.vue_vue_type_script_setup_true_lang-CmEDNOuk.js";
|
|
36
|
+
import { _ as co } from "./Popconfirm.vue_vue_type_script_setup_true_lang-Dy1m3j6J.js";
|
|
37
|
+
import { _ as To } from "./Popover.vue_vue_type_script_setup_true_lang-OFi2-aWk.js";
|
|
38
|
+
import { P as Co } from "./ProgressCircle-iWjZBZwm.js";
|
|
39
|
+
import { P as Bo } from "./ProgressLine-BT-YgI1t.js";
|
|
40
|
+
import { _ as Go } from "./SensitiveInfo.vue_vue_type_script_setup_true_lang-lCdRDxvZ.js";
|
|
41
|
+
import { _ as vo } from "./Tab.vue_vue_type_script_setup_true_lang-VzvYvoqa.js";
|
|
42
|
+
import { T as Fo } from "./Table-CTeoQmG3.js";
|
|
43
|
+
import { _ as Lo } from "./Tag.vue_vue_type_script_setup_true_lang-BeWozUNz.js";
|
|
44
|
+
import { _ as ko } from "./Toast.vue_vue_type_script_setup_true_lang-CpDXLnat.js";
|
|
45
|
+
export {
|
|
46
|
+
a as Avatar,
|
|
47
|
+
p as Backdrop,
|
|
48
|
+
m as Button,
|
|
49
|
+
f as ButtonCopy,
|
|
50
|
+
n as Drawer,
|
|
51
|
+
u as Dropdown,
|
|
52
|
+
l as FileDrop,
|
|
53
|
+
c as Form,
|
|
54
|
+
T as FormItem,
|
|
55
|
+
d as GraphyEmpty,
|
|
56
|
+
b as GraphyLabel,
|
|
57
|
+
D as GraphyPrice,
|
|
58
|
+
g as GraphySubtitle,
|
|
59
|
+
w as GraphyTitle,
|
|
60
|
+
S as Icon,
|
|
61
|
+
M as IconButton,
|
|
62
|
+
A as InputAvatar,
|
|
63
|
+
R as InputCheckbox,
|
|
64
|
+
q as InputColor,
|
|
65
|
+
H as InputDate,
|
|
66
|
+
K as InputMultiplier,
|
|
67
|
+
O as InputPassword,
|
|
68
|
+
U as InputPhone,
|
|
69
|
+
W as InputPrice,
|
|
70
|
+
Y as InputRadio,
|
|
71
|
+
$ as InputSelect,
|
|
72
|
+
ro as InputSwitch,
|
|
73
|
+
ao as InputText,
|
|
74
|
+
po as InputTextarea,
|
|
75
|
+
mo as LineChart,
|
|
76
|
+
fo as Modal,
|
|
77
|
+
no as ModalForm,
|
|
78
|
+
uo as Pagination,
|
|
79
|
+
lo as PieChart,
|
|
80
|
+
co as Popconfirm,
|
|
81
|
+
To as Popover,
|
|
82
|
+
Co as ProgressCircle,
|
|
83
|
+
Bo as ProgressLine,
|
|
84
|
+
Go as SensitiveInfo,
|
|
85
|
+
vo as Tab,
|
|
86
|
+
Fo as Table,
|
|
87
|
+
Lo as Tag,
|
|
88
|
+
ko as Toast
|
|
89
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ref as n } from "vue";
|
|
2
|
+
import { u as w } from "./useRender-D8PeooXE.js";
|
|
3
|
+
const a = 640, u = 768, l = 1024, e = n(window.innerWidth), t = n(!1), o = n(!1), r = n(!1), i = (s) => {
|
|
4
|
+
e.value = s ? s.target.innerWidth : window.innerWidth, t.value = e.value >= a, o.value = e.value >= u, r.value = e.value >= l;
|
|
5
|
+
};
|
|
6
|
+
window.addEventListener("resize", i);
|
|
7
|
+
function c() {
|
|
8
|
+
return i(), {
|
|
9
|
+
sm: t,
|
|
10
|
+
md: o,
|
|
11
|
+
lg: r
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
c as useBreakpoints,
|
|
16
|
+
w as useRender
|
|
17
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const v = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09a5.47 5.47 0 0 1-.09-1 6 6 0 0 1 6-6 5.88 5.88 0 0 1 3 .81V6a2 2 0 0 0-2-2m0 7H4V8h16m0 7v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg>';
|
|
2
|
+
export {
|
|
3
|
+
v as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { F as t } from "./index-DBecmJ_I.js";
|
|
2
|
+
import "./Form.vue_vue_type_script_setup_true_lang-CgTo7ahn.js";
|
|
3
|
+
class o {
|
|
4
|
+
id = "";
|
|
5
|
+
visible = !1;
|
|
6
|
+
state = t.ADD;
|
|
7
|
+
title = "";
|
|
8
|
+
titles = {
|
|
9
|
+
ADD: "Add ",
|
|
10
|
+
EDIT: "Edit "
|
|
11
|
+
};
|
|
12
|
+
isLoading = !1;
|
|
13
|
+
formReference = null;
|
|
14
|
+
constructor(e, i) {
|
|
15
|
+
this.titles.ADD = this.titles.ADD + e, this.titles.EDIT = this.titles.EDIT + e, this.formReference = i;
|
|
16
|
+
}
|
|
17
|
+
get isEditing() {
|
|
18
|
+
return this.state === t.EDIT;
|
|
19
|
+
}
|
|
20
|
+
get isCreating() {
|
|
21
|
+
return this.state === t.ADD;
|
|
22
|
+
}
|
|
23
|
+
show(e = t.ADD) {
|
|
24
|
+
switch (e) {
|
|
25
|
+
case t.ADD:
|
|
26
|
+
this.id = "", this.title = this.titles.ADD, this.state = t.ADD;
|
|
27
|
+
break;
|
|
28
|
+
case t.EDIT:
|
|
29
|
+
this.title = this.titles.EDIT, this.state = t.EDIT;
|
|
30
|
+
break;
|
|
31
|
+
}
|
|
32
|
+
this.visible = !0;
|
|
33
|
+
}
|
|
34
|
+
setLoading(e = !0) {
|
|
35
|
+
this.isLoading = e;
|
|
36
|
+
}
|
|
37
|
+
edit(e) {
|
|
38
|
+
this.id = e, this.show(t.EDIT);
|
|
39
|
+
}
|
|
40
|
+
close() {
|
|
41
|
+
this.reset(), this.visible = !1;
|
|
42
|
+
}
|
|
43
|
+
reset() {
|
|
44
|
+
this.id = "", this.formReference && this.formReference.reset && this.formReference?.reset(), this.isLoading && (this.isLoading = !1);
|
|
45
|
+
}
|
|
46
|
+
save() {
|
|
47
|
+
this.formReference && (this.isLoading = !0, this.formReference.submit());
|
|
48
|
+
}
|
|
49
|
+
onSave(e = !0) {
|
|
50
|
+
e && this.close(), this.reset();
|
|
51
|
+
}
|
|
52
|
+
delete() {
|
|
53
|
+
this.formReference && (this.isLoading = !0, this.formReference.deleteItem());
|
|
54
|
+
}
|
|
55
|
+
onDelete(e = !0) {
|
|
56
|
+
e && this.close(), this.reset();
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
export {
|
|
60
|
+
o as C
|
|
61
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const c = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C9.64 12.44 7 11.78 7 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C14.36 11.56 17 12.22 17 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C8.47 18.31 7 16.79 7 15Z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
c as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const C = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,3C7.58,3 4,4.79 4,7C4,9.21 7.58,11 12,11C16.42,11 20,9.21 20,7C20,4.79 16.42,3 12,3M4,9V12C4,14.21 7.58,16 12,16C16.42,16 20,14.21 20,12V9C20,11.21 16.42,13 12,13C7.58,13 4,11.21 4,9M4,14V17C4,19.21 7.58,21 12,21C16.42,21 20,19.21 20,17V14C20,16.21 16.42,18 12,18C7.58,18 4,16.21 4,14Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
package/dist/date.js
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { r as i, t as s, b as E, a as R, d as Y, g as I, c as H } from "./index-CjvqeRf7.js";
|
|
2
|
+
import { f as re } from "./index-CjvqeRf7.js";
|
|
3
|
+
import { b as ae, g as se, c as oe, a as ie, s as ue } from "./index-CuyePt3m.js";
|
|
4
|
+
function O(e) {
|
|
5
|
+
i(1, arguments);
|
|
6
|
+
var t = s(e);
|
|
7
|
+
return t.setHours(0, 0, 0, 0), t;
|
|
8
|
+
}
|
|
9
|
+
var L = 6e4;
|
|
10
|
+
function Q(e, t) {
|
|
11
|
+
i(2, arguments);
|
|
12
|
+
var r = R(t);
|
|
13
|
+
return E(e, r * L);
|
|
14
|
+
}
|
|
15
|
+
function M(e, t) {
|
|
16
|
+
i(2, arguments);
|
|
17
|
+
var r = s(e), o = s(t), f = r.getTime() - o.getTime();
|
|
18
|
+
return f < 0 ? -1 : f > 0 ? 1 : f;
|
|
19
|
+
}
|
|
20
|
+
function p(e, t) {
|
|
21
|
+
i(2, arguments);
|
|
22
|
+
var r = O(e), o = O(t);
|
|
23
|
+
return r.getTime() === o.getTime();
|
|
24
|
+
}
|
|
25
|
+
function A(e, t) {
|
|
26
|
+
i(2, arguments);
|
|
27
|
+
var r = s(e), o = s(t), f = r.getFullYear() - o.getFullYear(), l = r.getMonth() - o.getMonth();
|
|
28
|
+
return f * 12 + l;
|
|
29
|
+
}
|
|
30
|
+
function U(e, t) {
|
|
31
|
+
return i(2, arguments), s(e).getTime() - s(t).getTime();
|
|
32
|
+
}
|
|
33
|
+
var S = {
|
|
34
|
+
ceil: Math.ceil,
|
|
35
|
+
round: Math.round,
|
|
36
|
+
floor: Math.floor,
|
|
37
|
+
trunc: function(t) {
|
|
38
|
+
return t < 0 ? Math.ceil(t) : Math.floor(t);
|
|
39
|
+
}
|
|
40
|
+
// Math.trunc is not supported by IE
|
|
41
|
+
}, y = "trunc";
|
|
42
|
+
function F(e) {
|
|
43
|
+
return e ? S[e] : S[y];
|
|
44
|
+
}
|
|
45
|
+
function q(e) {
|
|
46
|
+
i(1, arguments);
|
|
47
|
+
var t = s(e);
|
|
48
|
+
return t.setHours(23, 59, 59, 999), t;
|
|
49
|
+
}
|
|
50
|
+
function z(e) {
|
|
51
|
+
i(1, arguments);
|
|
52
|
+
var t = s(e), r = t.getMonth();
|
|
53
|
+
return t.setFullYear(t.getFullYear(), r + 1, 0), t.setHours(23, 59, 59, 999), t;
|
|
54
|
+
}
|
|
55
|
+
function C(e) {
|
|
56
|
+
i(1, arguments);
|
|
57
|
+
var t = s(e);
|
|
58
|
+
return q(t).getTime() === z(t).getTime();
|
|
59
|
+
}
|
|
60
|
+
function W(e, t) {
|
|
61
|
+
i(2, arguments);
|
|
62
|
+
var r = s(e), o = s(t), f = M(r, o), l = Math.abs(A(r, o)), n;
|
|
63
|
+
if (l < 1)
|
|
64
|
+
n = 0;
|
|
65
|
+
else {
|
|
66
|
+
r.getMonth() === 1 && r.getDate() > 27 && r.setDate(30), r.setMonth(r.getMonth() - f * l);
|
|
67
|
+
var c = M(r, o) === -f;
|
|
68
|
+
C(s(e)) && l === 1 && M(e, o) === 1 && (c = !1), n = f * (l - Number(c));
|
|
69
|
+
}
|
|
70
|
+
return n === 0 ? 0 : n;
|
|
71
|
+
}
|
|
72
|
+
function P(e, t, r) {
|
|
73
|
+
i(2, arguments);
|
|
74
|
+
var o = U(e, t) / 1e3;
|
|
75
|
+
return F(r?.roundingMethod)(o);
|
|
76
|
+
}
|
|
77
|
+
function _(e, t) {
|
|
78
|
+
if (e == null)
|
|
79
|
+
throw new TypeError("assign requires that input parameter not be null or undefined");
|
|
80
|
+
for (var r in t)
|
|
81
|
+
Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]);
|
|
82
|
+
return e;
|
|
83
|
+
}
|
|
84
|
+
function $(e) {
|
|
85
|
+
return _({}, e);
|
|
86
|
+
}
|
|
87
|
+
var N = 1440, j = 2520, D = 43200, k = 86400;
|
|
88
|
+
function G(e, t, r) {
|
|
89
|
+
var o, f;
|
|
90
|
+
i(2, arguments);
|
|
91
|
+
var l = H(), n = (o = (f = r?.locale) !== null && f !== void 0 ? f : l.locale) !== null && o !== void 0 ? o : Y;
|
|
92
|
+
if (!n.formatDistance)
|
|
93
|
+
throw new RangeError("locale must contain formatDistance property");
|
|
94
|
+
var c = M(e, t);
|
|
95
|
+
if (isNaN(c))
|
|
96
|
+
throw new RangeError("Invalid time value");
|
|
97
|
+
var a = _($(r), {
|
|
98
|
+
addSuffix: !!r?.addSuffix,
|
|
99
|
+
comparison: c
|
|
100
|
+
}), v, g;
|
|
101
|
+
c > 0 ? (v = s(t), g = s(e)) : (v = s(e), g = s(t));
|
|
102
|
+
var d = P(g, v), x = (I(g) - I(v)) / 1e3, u = Math.round((d - x) / 60), m;
|
|
103
|
+
if (u < 2)
|
|
104
|
+
return r != null && r.includeSeconds ? d < 5 ? n.formatDistance("lessThanXSeconds", 5, a) : d < 10 ? n.formatDistance("lessThanXSeconds", 10, a) : d < 20 ? n.formatDistance("lessThanXSeconds", 20, a) : d < 40 ? n.formatDistance("halfAMinute", 0, a) : d < 60 ? n.formatDistance("lessThanXMinutes", 1, a) : n.formatDistance("xMinutes", 1, a) : u === 0 ? n.formatDistance("lessThanXMinutes", 1, a) : n.formatDistance("xMinutes", u, a);
|
|
105
|
+
if (u < 45)
|
|
106
|
+
return n.formatDistance("xMinutes", u, a);
|
|
107
|
+
if (u < 90)
|
|
108
|
+
return n.formatDistance("aboutXHours", 1, a);
|
|
109
|
+
if (u < N) {
|
|
110
|
+
var X = Math.round(u / 60);
|
|
111
|
+
return n.formatDistance("aboutXHours", X, a);
|
|
112
|
+
} else {
|
|
113
|
+
if (u < j)
|
|
114
|
+
return n.formatDistance("xDays", 1, a);
|
|
115
|
+
if (u < D) {
|
|
116
|
+
var b = Math.round(u / N);
|
|
117
|
+
return n.formatDistance("xDays", b, a);
|
|
118
|
+
} else if (u < k)
|
|
119
|
+
return m = Math.round(u / D), n.formatDistance("aboutXMonths", m, a);
|
|
120
|
+
}
|
|
121
|
+
if (m = W(g, v), m < 12) {
|
|
122
|
+
var w = Math.round(u / D);
|
|
123
|
+
return n.formatDistance("xMonths", w, a);
|
|
124
|
+
} else {
|
|
125
|
+
var T = m % 12, h = Math.floor(m / 12);
|
|
126
|
+
return T < 3 ? n.formatDistance("aboutXYears", h, a) : T < 9 ? n.formatDistance("overXYears", h, a) : n.formatDistance("almostXYears", h + 1, a);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
function V(e, t) {
|
|
130
|
+
return i(1, arguments), G(e, Date.now(), t);
|
|
131
|
+
}
|
|
132
|
+
function J(e) {
|
|
133
|
+
i(1, arguments);
|
|
134
|
+
var t = s(e), r = t.getTime();
|
|
135
|
+
return r;
|
|
136
|
+
}
|
|
137
|
+
function Z(e) {
|
|
138
|
+
return i(1, arguments), Math.floor(J(e) / 1e3);
|
|
139
|
+
}
|
|
140
|
+
function B(e) {
|
|
141
|
+
return i(1, arguments), p(e, Date.now());
|
|
142
|
+
}
|
|
143
|
+
export {
|
|
144
|
+
Q as addMinutes,
|
|
145
|
+
ae as addMonths,
|
|
146
|
+
re as format,
|
|
147
|
+
G as formatDistance,
|
|
148
|
+
V as formatDistanceToNow,
|
|
149
|
+
se as getDaysInMonth,
|
|
150
|
+
Z as getUnixTime,
|
|
151
|
+
B as isToday,
|
|
152
|
+
oe as setDate,
|
|
153
|
+
ie as setYear,
|
|
154
|
+
ue as subMonths
|
|
155
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const s = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M6 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m12 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
s as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const o = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const L = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 6.29L12 .64L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 7.27 21.61 6.64 21.03 6.29M20 18H4V10L12 15L20 10V18M12 13L4 8L12 3L20 8L12 13Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
L as default
|
|
5
|
+
};
|
package/dist/enums.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const A = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
A as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const C = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const v = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18h-3v-3h-2v3h-3v2h3v3h2v-3h3M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2Z"/></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
v as default
|
|
5
|
+
};
|
package/dist/form2.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { C as i } from "./crud-d9NUddtZ.js";
|
|
2
|
+
const e = (r) => {
|
|
3
|
+
const o = new FormData();
|
|
4
|
+
if (r)
|
|
5
|
+
for (const a in r)
|
|
6
|
+
r[a] !== null && r[a] !== void 0 && (Array.isArray(r[a]) ? r[a].forEach((t) => {
|
|
7
|
+
o.append(`${a}[]`, t);
|
|
8
|
+
}) : o.append(a, r[a]));
|
|
9
|
+
return o;
|
|
10
|
+
}, f = (r) => {
|
|
11
|
+
const o = {};
|
|
12
|
+
return r.forEach((a, t) => {
|
|
13
|
+
o[t] = a;
|
|
14
|
+
}), o;
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
i as CrudService,
|
|
18
|
+
f as formDataToJson,
|
|
19
|
+
e as jsonToFormData
|
|
20
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const t = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V4h6v7l2.5-1.88L17 11V4h1v16zm-4.33-6L17 18H7l2.5-3.2 1.67 2.18 2.5-2.98z"></path></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
t 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="M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M13.96,12.29L11.21,15.83L9.25,13.47L6.5,17H17.5L13.96,12.29Z" /></svg>
|
|
2
|
+
`;
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|