@caipira/tamandua 0.0.3 → 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/components.js +89 -0
- package/dist/composables.js +17 -0
- package/dist/crud-d9NUddtZ.js +61 -0
- package/dist/date.js +155 -0
- package/dist/enums.js +9 -0
- package/dist/form2.js +20 -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/index.css +297 -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/register-component-B-fdqewb.js +6 -0
- package/dist/tamandua.js +17 -15366
- package/dist/{components → types/components}/Avatar/Avatar.vue.d.ts +1 -1
- package/dist/types/components/Avatar/index.d.ts +4 -0
- package/dist/{components/Tag/index.d.ts → types/components/Avatar/plugin.d.ts} +0 -2
- package/dist/types/components/Backdrop/index.d.ts +4 -0
- package/dist/{components/Tab/index.d.ts → types/components/Backdrop/plugin.d.ts} +0 -2
- package/dist/{components → types/components}/Button/Button.story.d.ts +1 -1
- package/dist/{components → types/components}/Button/Button.vue.d.ts +1 -1
- package/dist/types/components/Button/index.d.ts +4 -0
- package/dist/{components/Form/index.d.ts → types/components/Button/plugin.d.ts} +0 -2
- package/dist/types/components/ButtonCopy/index.d.ts +4 -0
- package/dist/{components/Icon/index.d.ts → types/components/ButtonCopy/plugin.d.ts} +0 -2
- package/dist/types/components/Drawer/index.d.ts +4 -0
- package/dist/types/components/Drawer/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Dropdown/Dropdown.vue.d.ts +4 -4
- package/dist/types/components/Dropdown/index.d.ts +4 -0
- package/dist/types/components/Dropdown/plugin.d.ts +4 -0
- package/dist/types/components/FileDrop/index.d.ts +4 -0
- package/dist/types/components/FileDrop/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Form/Form.vue.d.ts +3 -3
- 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/index.d.ts +4 -0
- package/dist/types/components/FormItem/plugin.d.ts +4 -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/index.d.ts +4 -0
- package/dist/types/components/GraphyLabel/plugin.d.ts +4 -0
- package/dist/{components → types/components}/GraphyPrice/GraphyPrice.vue.d.ts +1 -1
- 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/index.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/plugin.d.ts +4 -0
- package/dist/types/components/GraphyTitle/index.d.ts +4 -0
- package/dist/types/components/GraphyTitle/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Icon/Icon.vue.d.ts +1 -1
- package/dist/types/components/Icon/index.d.ts +4 -0
- package/dist/types/components/Icon/plugin.d.ts +4 -0
- package/dist/{components → types/components}/IconButton/IconButton.vue.d.ts +1 -1
- 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/index.d.ts +4 -0
- package/dist/types/components/InputAvatar/plugin.d.ts +4 -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/index.d.ts +4 -0
- package/dist/types/components/InputColor/plugin.d.ts +4 -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/plugin.d.ts +4 -0
- package/dist/{components → types/components}/InputPassword/InputPassword.vue.d.ts +1 -1
- 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/index.d.ts +4 -0
- package/dist/types/components/InputPhone/plugin.d.ts +4 -0
- package/dist/{components → types/components}/InputPrice/InputPrice.vue.d.ts +1 -1
- 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/index.d.ts +4 -0
- package/dist/types/components/InputRadio/plugin.d.ts +4 -0
- package/dist/{components → types/components}/InputSelect/InputSelect.vue.d.ts +4 -4
- 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/index.d.ts +4 -0
- package/dist/types/components/InputSwitch/plugin.d.ts +4 -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/index.d.ts +4 -0
- package/dist/types/components/InputTextarea/plugin.d.ts +4 -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/index.d.ts +4 -0
- package/dist/types/components/Modal/plugin.d.ts +4 -0
- package/dist/{components → types/components}/ModalForm/ModalForm.vue.d.ts +1 -1
- package/dist/types/components/ModalForm/index.d.ts +4 -0
- package/dist/types/components/ModalForm/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Pagination/Pagination.vue.d.ts +1 -1
- 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/index.d.ts +4 -0
- package/dist/types/components/PieChart/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Popconfirm/Popconfirm.vue.d.ts +1 -1
- package/dist/types/components/Popconfirm/index.d.ts +4 -0
- package/dist/types/components/Popconfirm/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Popover/Popover.vue.d.ts +2 -2
- 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/index.d.ts +4 -0
- package/dist/types/components/ProgressCircle/plugin.d.ts +4 -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/index.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Tab/Tab.vue.d.ts +1 -1
- package/dist/types/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Tab/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Table/Table.vue.d.ts +3 -3
- package/dist/types/components/Table/index.d.ts +4 -0
- package/dist/types/components/Table/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Table/types.d.ts +1 -1
- package/dist/{components → types/components}/Tag/Tag.vue.d.ts +2 -2
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/Tag/plugin.d.ts +4 -0
- package/dist/{components → types/components}/Tag/types.d.ts +1 -1
- package/dist/{components → types/components}/Toast/Toast.vue.d.ts +1 -1
- 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/useRender.d.ts +3 -0
- package/dist/{enums → types/enums}/form.d.ts +1 -1
- package/dist/types/enums/index.d.ts +4 -0
- package/dist/{enums → types/enums}/ui.d.ts +8 -8
- package/dist/{form → types/form}/crud.d.ts +1 -1
- package/dist/{form → types/form}/form-data-transformers.d.ts +2 -2
- package/dist/{form → types/form}/form-transformer.d.ts +2 -2
- package/dist/{form → types/form}/form-value-transformers.d.ts +2 -2
- package/dist/types/form/index.d.ts +4 -0
- package/dist/{form → types/form}/json-transformers.d.ts +2 -2
- package/dist/types/index.d.ts +4 -5
- package/dist/types/services/date.d.ts +3 -0
- package/dist/types/{form.d.ts → types/form.d.ts} +6 -6
- package/dist/types/types/index.d.ts +5 -0
- package/dist/types/{ui.d.ts → types/ui.d.ts} +1 -1
- package/dist/ui-BLR-4Xlv.js +11 -0
- package/dist/ui-MicIL_Lw.js +23 -0
- package/dist/useRender-D8PeooXE.js +16 -0
- package/package.json +39 -15
- package/volar.d.ts +48 -0
- package/dist/components/Avatar/index.d.ts +0 -6
- package/dist/components/Backdrop/index.d.ts +0 -6
- package/dist/components/Button/index.d.ts +0 -6
- package/dist/components/ButtonCopy/index.d.ts +0 -6
- package/dist/components/Drawer/index.d.ts +0 -6
- package/dist/components/Dropdown/index.d.ts +0 -6
- package/dist/components/FileDrop/index.d.ts +0 -6
- package/dist/components/FormItem/index.d.ts +0 -6
- package/dist/components/GraphyEmpty/index.d.ts +0 -6
- package/dist/components/GraphyLabel/index.d.ts +0 -6
- package/dist/components/GraphyPrice/index.d.ts +0 -6
- package/dist/components/GraphySubtitle/index.d.ts +0 -6
- package/dist/components/GraphyTitle/index.d.ts +0 -6
- package/dist/components/IconButton/index.d.ts +0 -6
- package/dist/components/InputAvatar/index.d.ts +0 -6
- package/dist/components/InputCheckbox/index.d.ts +0 -6
- package/dist/components/InputColor/index.d.ts +0 -6
- package/dist/components/InputDate/index.d.ts +0 -6
- package/dist/components/InputMultiplier/InputMultiplier.vue.d.ts +0 -41
- package/dist/components/InputMultiplier/index.d.ts +0 -6
- package/dist/components/InputPassword/index.d.ts +0 -6
- package/dist/components/InputPhone/index.d.ts +0 -6
- package/dist/components/InputPrice/index.d.ts +0 -6
- package/dist/components/InputRadio/index.d.ts +0 -7
- package/dist/components/InputSelect/index.d.ts +0 -6
- package/dist/components/InputSwitch/index.d.ts +0 -6
- package/dist/components/InputText/index.d.ts +0 -6
- package/dist/components/InputTextarea/index.d.ts +0 -6
- package/dist/components/LineChart/index.d.ts +0 -6
- package/dist/components/Modal/index.d.ts +0 -6
- package/dist/components/ModalForm/index.d.ts +0 -6
- package/dist/components/Pagination/index.d.ts +0 -6
- package/dist/components/PieChart/index.d.ts +0 -6
- package/dist/components/Popconfirm/index.d.ts +0 -6
- package/dist/components/Popover/index.d.ts +0 -6
- package/dist/components/ProgressCircle/index.d.ts +0 -6
- package/dist/components/ProgressLine/index.d.ts +0 -6
- package/dist/components/SensitiveInfo/index.d.ts +0 -6
- package/dist/components/Table/index.d.ts +0 -6
- package/dist/components/Toast/index.d.ts +0 -6
- package/dist/components/index.d.ts +0 -43
- package/dist/components/plugins.d.ts +0 -45
- package/dist/composables/index.d.ts +0 -2
- package/dist/composables/useRender.d.ts +0 -3
- package/dist/enums/app.d.ts +0 -5
- package/dist/enums/index.d.ts +0 -3
- package/dist/index.d.ts +0 -5
- package/dist/services/date.d.ts +0 -16
- package/dist/style.css +0 -1
- package/dist/vite.config.d.mts +0 -2
- /package/dist/{components → types/components}/Avatar/Avatar.story.d.ts +0 -0
- /package/dist/{components → types/components}/Backdrop/Backdrop.vue.d.ts +0 -0
- /package/dist/{components → types/components}/ButtonCopy/ButtonCopy.vue.d.ts +0 -0
- /package/dist/{components → types/components}/Drawer/Drawer.vue.d.ts +0 -0
- /package/dist/{components → types/components}/EventListener/EventListener.vue.d.ts +0 -0
- /package/dist/{components → types/components}/FileDrop/FileDrop.vue.d.ts +0 -0
- /package/dist/{components → types/components}/Form/Form.spec.d.ts +0 -0
- /package/dist/{components → types/components}/FormItem/FormItem.vue.d.ts +0 -0
- /package/dist/{components → types/components}/GraphyEmpty/GraphyEmpty.vue.d.ts +0 -0
- /package/dist/{components → types/components}/GraphyLabel/GraphyLabel.vue.d.ts +0 -0
- /package/dist/{components → types/components}/GraphyPrice/GraphyPrice.story.d.ts +0 -0
- /package/dist/{components → types/components}/GraphySubtitle/GraphySubtitle.vue.d.ts +0 -0
- /package/dist/{components → types/components}/GraphyTitle/GraphyTitle.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputAvatar/InputAvatar.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputCheckbox/InputCheckbox.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputColor/InputColor.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputDate/InputDate.story.d.ts +0 -0
- /package/dist/{components → types/components}/InputDate/InputDate.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputMultiplier/input-multiplier.story.d.ts +0 -0
- /package/dist/{components → types/components}/InputMultiplier/types.d.ts +0 -0
- /package/dist/{components → types/components}/InputPhone/InputPhone.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputRadio/InputRadio.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputRadio/InputRadioGroup.story.d.ts +0 -0
- /package/dist/{components → types/components}/InputRadio/InputRadioGroup.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputSelect/InputSelect.story.d.ts +0 -0
- /package/dist/{components → types/components}/InputSwitch/InputSwitch.story.d.ts +0 -0
- /package/dist/{components → types/components}/InputSwitch/InputSwitch.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputText/InputText.vue.d.ts +0 -0
- /package/dist/{components → types/components}/InputTextarea/InputTextarea.vue.d.ts +0 -0
- /package/dist/{components → types/components}/LineChart/LineChart.vue.d.ts +0 -0
- /package/dist/{components → types/components}/Modal/Modal.vue.d.ts +0 -0
- /package/dist/{components → types/components}/Pagination/Pagination.story.d.ts +0 -0
- /package/dist/{components → types/components}/PieChart/PieChart.vue.d.ts +0 -0
- /package/dist/{components → types/components}/ProgressCircle/ProgressCircle.story.d.ts +0 -0
- /package/dist/{components → types/components}/ProgressCircle/ProgressCircle.vue.d.ts +0 -0
- /package/dist/{components → types/components}/ProgressLine/ProgressLine.story.d.ts +0 -0
- /package/dist/{components → types/components}/ProgressLine/ProgressLine.vue.d.ts +0 -0
- /package/dist/{components → types/components}/SensitiveInfo/SensitiveInfo.vue.d.ts +0 -0
- /package/dist/{components → types/components}/Table/Table.story.d.ts +0 -0
- /package/dist/{composables → types/composables}/useBreakpoints.d.ts +0 -0
- /package/dist/{form → types/form}/convertors.d.ts +0 -0
- /package/dist/{form → types/form}/form.test.d.ts +0 -0
- /package/dist/{i18n.d.ts → types/i18n.d.ts} +0 -0
- /package/dist/{plugins → types/plugins}/register-component.d.ts +0 -0
- /package/dist/{services → types/services}/clipboard.d.ts +0 -0
- /package/dist/{services → types/services}/password.d.ts +0 -0
- /package/dist/{services → types/services}/ui.d.ts +0 -0
- /package/dist/types/{address.d.ts → types/address.d.ts} +0 -0
- /package/dist/types/{api.d.ts → types/api.d.ts} +0 -0
- /package/dist/types/{common.d.ts → types/common.d.ts} +0 -0
- /package/dist/types/{website.d.ts → types/website.d.ts} +0 -0
- /package/dist/{vitest.setup.d.ts → types/vitest.setup.d.ts} +0 -0
|
@@ -2,7 +2,7 @@ declare const _default: <T extends object>(__VLS_props: {
|
|
|
2
2
|
loading?: boolean | undefined;
|
|
3
3
|
disableStyle?: boolean | undefined;
|
|
4
4
|
data: T[];
|
|
5
|
-
columns: import('../../types').TableColumn[];
|
|
5
|
+
columns: import('../../types/ui.js').TableColumn[];
|
|
6
6
|
onSelected?: ((val: any) => any) | undefined;
|
|
7
7
|
"onRow-click"?: ((val: any) => any) | undefined;
|
|
8
8
|
rowKey?: string | undefined;
|
|
@@ -31,7 +31,7 @@ declare const _default: <T extends object>(__VLS_props: {
|
|
|
31
31
|
loading?: boolean | undefined;
|
|
32
32
|
disableStyle?: boolean | undefined;
|
|
33
33
|
data: T[];
|
|
34
|
-
columns: import('../../types').TableColumn[];
|
|
34
|
+
columns: import('../../types/ui.js').TableColumn[];
|
|
35
35
|
onSelected?: ((val: any) => any) | undefined;
|
|
36
36
|
"onRow-click"?: ((val: any) => any) | undefined;
|
|
37
37
|
rowKey?: string | undefined;
|
|
@@ -64,7 +64,7 @@ declare const _default: <T extends object>(__VLS_props: {
|
|
|
64
64
|
loading?: boolean | undefined;
|
|
65
65
|
disableStyle?: boolean | undefined;
|
|
66
66
|
data: T[];
|
|
67
|
-
columns: import('../../types').TableColumn[];
|
|
67
|
+
columns: import('../../types/ui.js').TableColumn[];
|
|
68
68
|
onSelected?: ((val: any) => any) | undefined;
|
|
69
69
|
"onRow-click"?: ((val: any) => any) | undefined;
|
|
70
70
|
rowKey?: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TagProps } from './types';
|
|
2
|
-
import { ElementSize } from '../../enums/ui';
|
|
1
|
+
import { TagProps } from './types.js';
|
|
2
|
+
import { ElementSize } from '../../enums/ui.js';
|
|
3
3
|
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TagProps>, {
|
|
5
5
|
text: string;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Toast } from './Toast/index.js';
|
|
2
|
+
import { Tag } from './Tag/index.js';
|
|
3
|
+
import { Table } from './Table/index.js';
|
|
4
|
+
import { Tab } from './Tab/index.js';
|
|
5
|
+
import { SensitiveInfo } from './SensitiveInfo/index.js';
|
|
6
|
+
import { ProgressLine } from './ProgressLine/index.js';
|
|
7
|
+
import { ProgressCircle } from './ProgressCircle/index.js';
|
|
8
|
+
import { Popover } from './Popover/index.js';
|
|
9
|
+
import { Popconfirm } from './Popconfirm/index.js';
|
|
10
|
+
import { PieChart } from './PieChart/index.js';
|
|
11
|
+
import { Pagination } from './Pagination/index.js';
|
|
12
|
+
import { ModalForm } from './ModalForm/index.js';
|
|
13
|
+
import { Modal } from './Modal/index.js';
|
|
14
|
+
import { LineChart } from './LineChart/index.js';
|
|
15
|
+
import { InputTextarea } from './InputTextarea/index.js';
|
|
16
|
+
import { InputText } from './InputText/index.js';
|
|
17
|
+
import { InputSwitch } from './InputSwitch/index.js';
|
|
18
|
+
import { InputSelect } from './InputSelect/index.js';
|
|
19
|
+
import { InputRadio } from './InputRadio/index.js';
|
|
20
|
+
import { InputPrice } from './InputPrice/index.js';
|
|
21
|
+
import { InputPhone } from './InputPhone/index.js';
|
|
22
|
+
import { InputPassword } from './InputPassword/index.js';
|
|
23
|
+
import { InputMultiplier } from './InputMultiplier/index.js';
|
|
24
|
+
import { InputDate } from './InputDate/index.js';
|
|
25
|
+
import { InputColor } from './InputColor/index.js';
|
|
26
|
+
import { InputCheckbox } from './InputCheckbox/index.js';
|
|
27
|
+
import { InputAvatar } from './InputAvatar/index.js';
|
|
28
|
+
import { IconButton } from './IconButton/index.js';
|
|
29
|
+
import { Icon } from './Icon/index.js';
|
|
30
|
+
import { GraphyTitle } from './GraphyTitle/index.js';
|
|
31
|
+
import { GraphySubtitle } from './GraphySubtitle/index.js';
|
|
32
|
+
import { GraphyPrice } from './GraphyPrice/index.js';
|
|
33
|
+
import { GraphyLabel } from './GraphyLabel/index.js';
|
|
34
|
+
import { GraphyEmpty } from './GraphyEmpty/index.js';
|
|
35
|
+
import { FormItem } from './FormItem/index.js';
|
|
36
|
+
import { Form } from './Form/index.js';
|
|
37
|
+
import { FileDrop } from './FileDrop/index.js';
|
|
38
|
+
import { Dropdown } from './Dropdown/index.js';
|
|
39
|
+
import { Drawer } from './Drawer/index.js';
|
|
40
|
+
import { ButtonCopy } from './ButtonCopy/index.js';
|
|
41
|
+
import { Button } from './Button/index.js';
|
|
42
|
+
import { Backdrop } from './Backdrop/index.js';
|
|
43
|
+
import { Avatar } from './Avatar/index.js';
|
|
44
|
+
|
|
45
|
+
export { Avatar, Backdrop, Button, ButtonCopy, Drawer, Dropdown, FileDrop, Form, FormItem, GraphyEmpty, GraphyLabel, GraphyPrice, GraphySubtitle, GraphyTitle, Icon, IconButton, InputAvatar, InputCheckbox, InputColor, InputDate, InputMultiplier, InputPassword, InputPhone, InputPrice, InputRadio, InputSelect, InputSwitch, InputText, InputTextarea, LineChart, Modal, ModalForm, Pagination, PieChart, Popconfirm, Popover, ProgressCircle, ProgressLine, SensitiveInfo, Tab, Table, Tag, Toast, };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ToastPlugin } from './Toast/index.js';
|
|
2
|
+
import { TagPlugin } from './Tag/index.js';
|
|
3
|
+
import { TablePlugin } from './Table/index.js';
|
|
4
|
+
import { TabPlugin } from './Tab/index.js';
|
|
5
|
+
import { SensitiveInfoPlugin } from './SensitiveInfo/index.js';
|
|
6
|
+
import { ProgressLinePlugin } from './ProgressLine/index.js';
|
|
7
|
+
import { ProgressCirclePlugin } from './ProgressCircle/index.js';
|
|
8
|
+
import { PopoverPlugin } from './Popover/index.js';
|
|
9
|
+
import { PopconfirmPlugin } from './Popconfirm/index.js';
|
|
10
|
+
import { PieChartPlugin } from './PieChart/index.js';
|
|
11
|
+
import { PaginationPlugin } from './Pagination/index.js';
|
|
12
|
+
import { ModalFormPlugin } from './ModalForm/index.js';
|
|
13
|
+
import { ModalPlugin } from './Modal/index.js';
|
|
14
|
+
import { LineChartPlugin } from './LineChart/index.js';
|
|
15
|
+
import { InputTextareaPlugin } from './InputTextarea/index.js';
|
|
16
|
+
import { InputTextPlugin } from './InputText/index.js';
|
|
17
|
+
import { InputSwitchPlugin } from './InputSwitch/index.js';
|
|
18
|
+
import { InputSelectPlugin } from './InputSelect/index.js';
|
|
19
|
+
import { InputRadioPlugin } from './InputRadio/index.js';
|
|
20
|
+
import { InputPricePlugin } from './InputPrice/index.js';
|
|
21
|
+
import { InputPhonePlugin } from './InputPhone/index.js';
|
|
22
|
+
import { InputPasswordPlugin } from './InputPassword/index.js';
|
|
23
|
+
import { InputMultiplierPlugin } from './InputMultiplier/index.js';
|
|
24
|
+
import { InputDatePlugin } from './InputDate/index.js';
|
|
25
|
+
import { InputColorPlugin } from './InputColor/index.js';
|
|
26
|
+
import { InputCheckboxPlugin } from './InputCheckbox/index.js';
|
|
27
|
+
import { InputAvatarPlugin } from './InputAvatar/index.js';
|
|
28
|
+
import { IconButtonPlugin } from './IconButton/index.js';
|
|
29
|
+
import { IconPlugin } from './Icon/index.js';
|
|
30
|
+
import { GraphyTitlePlugin } from './GraphyTitle/index.js';
|
|
31
|
+
import { GraphySubtitlePlugin } from './GraphySubtitle/index.js';
|
|
32
|
+
import { GraphyPricePlugin } from './GraphyPrice/index.js';
|
|
33
|
+
import { GraphyLabelPlugin } from './GraphyLabel/index.js';
|
|
34
|
+
import { GraphyEmptyPlugin } from './GraphyEmpty/index.js';
|
|
35
|
+
import { FormItemPlugin } from './FormItem/index.js';
|
|
36
|
+
import { FormPlugin } from './Form/index.js';
|
|
37
|
+
import { FileDropPlugin } from './FileDrop/index.js';
|
|
38
|
+
import { DropdownPlugin } from './Dropdown/index.js';
|
|
39
|
+
import { DrawerPlugin } from './Drawer/index.js';
|
|
40
|
+
import { ButtonCopyPlugin } from './ButtonCopy/index.js';
|
|
41
|
+
import { ButtonPlugin } from './Button/index.js';
|
|
42
|
+
import { BackdropPlugin } from './Backdrop/index.js';
|
|
43
|
+
import { AvatarPlugin } from './Avatar/index.js';
|
|
44
|
+
|
|
45
|
+
export { AvatarPlugin, BackdropPlugin, ButtonPlugin, ButtonCopyPlugin, DrawerPlugin, DropdownPlugin, FileDropPlugin, FormPlugin, FormItemPlugin, GraphyEmptyPlugin, GraphyLabelPlugin, GraphyPricePlugin, GraphySubtitlePlugin, GraphyTitlePlugin, IconPlugin, IconButtonPlugin, InputAvatarPlugin, InputCheckboxPlugin, InputColorPlugin, InputDatePlugin, InputMultiplierPlugin, InputPasswordPlugin, InputPhonePlugin, InputPricePlugin, InputRadioPlugin, InputSelectPlugin, InputSwitchPlugin, InputTextPlugin, InputTextareaPlugin, LineChartPlugin, ModalPlugin, ModalFormPlugin, PaginationPlugin, PieChartPlugin, PopconfirmPlugin, PopoverPlugin, ProgressCirclePlugin, ProgressLinePlugin, SensitiveInfoPlugin, TabPlugin, TablePlugin, TagPlugin, ToastPlugin, };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare enum ElementSize {
|
|
1
|
+
export declare const enum ElementSize {
|
|
2
2
|
EXTRA_SMALL = "xs",
|
|
3
3
|
SMALL = "sm",
|
|
4
4
|
DEFAULT = "",
|
|
5
5
|
LARGE = "lg",
|
|
6
6
|
EXTRA_LARGE = "xl"
|
|
7
7
|
}
|
|
8
|
-
export declare enum ElementShape {
|
|
8
|
+
export declare const enum ElementShape {
|
|
9
9
|
SQUARE = "square",
|
|
10
10
|
ROUNDED = "rounded",
|
|
11
11
|
CIRCLE = "circle"
|
|
12
12
|
}
|
|
13
|
-
export declare enum ElementVariant {
|
|
13
|
+
export declare const enum ElementVariant {
|
|
14
14
|
DEFAULT = "default",
|
|
15
15
|
PRIMARY = "primary",
|
|
16
16
|
SECONDARY = "secondary",
|
|
@@ -19,11 +19,11 @@ export declare enum ElementVariant {
|
|
|
19
19
|
WARNING = "warning",
|
|
20
20
|
TRANSPARENT = "transparent"
|
|
21
21
|
}
|
|
22
|
-
export declare enum ElementTrigger {
|
|
22
|
+
export declare const enum ElementTrigger {
|
|
23
23
|
CLICK = "click",
|
|
24
24
|
HOVER = "hover"
|
|
25
25
|
}
|
|
26
|
-
export declare enum ElementPosition {
|
|
26
|
+
export declare const enum ElementPosition {
|
|
27
27
|
TOP_START = "top-start",
|
|
28
28
|
TOP = "top",
|
|
29
29
|
TOP_END = "top-end",
|
|
@@ -37,20 +37,20 @@ export declare enum ElementPosition {
|
|
|
37
37
|
LEFT = "left",
|
|
38
38
|
LEFT_START = "left-start"
|
|
39
39
|
}
|
|
40
|
-
export declare enum ButtonType {
|
|
40
|
+
export declare const enum ButtonType {
|
|
41
41
|
BUTTON = "button",
|
|
42
42
|
SUBMIT = "submit",
|
|
43
43
|
LINK = "link",
|
|
44
44
|
ROUTER_LINK = "router-link",
|
|
45
45
|
FILE = "file"
|
|
46
46
|
}
|
|
47
|
-
export declare enum GraphyPriceVariant {
|
|
47
|
+
export declare const enum GraphyPriceVariant {
|
|
48
48
|
DEFAULT = "default",
|
|
49
49
|
INCREASE = "increase",
|
|
50
50
|
DECREASE = "decrease",
|
|
51
51
|
AUTO = "auto"
|
|
52
52
|
}
|
|
53
|
-
export declare enum Icon {
|
|
53
|
+
export declare const enum Icon {
|
|
54
54
|
Account = "account",
|
|
55
55
|
AlertOctagon = "alert-octagon",
|
|
56
56
|
AlertOctagonOutline = "alert-octagon-outline",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FormDataForm, TransformedForm } from '../types/form';
|
|
2
|
-
import { FormDataTypes, FormSubmissionFormat } from '../enums/form';
|
|
1
|
+
import { FormDataForm, TransformedForm } from '../types/form.js';
|
|
2
|
+
import { FormDataTypes, FormSubmissionFormat } from '../enums/form.js';
|
|
3
3
|
|
|
4
4
|
export declare const formValueToFormDataValue: (schema: FormDataTypes, form: TransformedForm<FormSubmissionFormat.FormData>, value: any, key: string) => Promise<FormDataForm>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FormSchema, FormInstance, FormSubmissionFormatMap } from '../types/form';
|
|
2
|
-
import { FormSubmissionFormat } from '../enums/form';
|
|
1
|
+
import { FormSchema, FormInstance, FormSubmissionFormatMap } from '../types/form.js';
|
|
2
|
+
import { FormSubmissionFormat } from '../enums/form.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Transforms the form values to a format that conforms to the submission format
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InputPriceModel, InputPasswordModel } from '../types/form';
|
|
2
|
-
import { Country } from '../types/address';
|
|
1
|
+
import { InputPriceModel, InputPasswordModel } from '../types/form.js';
|
|
2
|
+
import { Country } from '../types/address.js';
|
|
3
3
|
|
|
4
4
|
declare const formValueDateTransformer: (date: Date) => string;
|
|
5
5
|
declare const formValuePriceTransformer: (price: InputPriceModel) => string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { JSONForm, FormSchema, TransformedForm } from '../types/form';
|
|
2
|
-
import { FormDataTypes, FormSubmissionFormat } from '../enums/form';
|
|
1
|
+
import { JSONForm, FormSchema, TransformedForm } from '../types/form.js';
|
|
2
|
+
import { FormDataTypes, FormSubmissionFormat } from '../enums/form.js';
|
|
3
3
|
|
|
4
4
|
export declare const formValueToJSONFormValue: <T extends FormDataTypes>(schema: FormSchema[T], form: TransformedForm<FormSubmissionFormat.JSON>, value: any, key: string) => Promise<JSONForm>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
export * from './website';
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const plugin: Plugin;
|
|
4
|
+
export default plugin;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { format, isToday, setDate, setYear, addMonths, subMonths, addMinutes, getUnixTime, formatDistance, getDaysInMonth, formatDistanceToNow } from 'date-fns';
|
|
2
|
+
|
|
3
|
+
export { format, isToday, setDate, setYear, addMonths, subMonths, addMinutes, getUnixTime, formatDistance, getDaysInMonth, formatDistanceToNow, };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FormDataTypes, FormSubmissionFormat } from '../enums/form';
|
|
2
|
-
import { AddressModel, Country } from './address';
|
|
3
|
-
import { APISearchFilters } from './api';
|
|
4
|
-
import { Pagination } from './ui';
|
|
5
|
-
import { Website } from './website';
|
|
6
|
-
import { Icon } from '../enums/ui';
|
|
1
|
+
import { FormDataTypes, FormSubmissionFormat } from '../enums/form.js';
|
|
2
|
+
import { AddressModel, Country } from './address.js';
|
|
3
|
+
import { APISearchFilters } from './api.js';
|
|
4
|
+
import { Pagination } from './ui.js';
|
|
5
|
+
import { Website } from './website.js';
|
|
6
|
+
import { Icon } from '../enums/ui.js';
|
|
7
7
|
|
|
8
8
|
export type SelectValuePrimitives = string | number;
|
|
9
9
|
export type SelectValue = SelectValuePrimitives | Array<SelectValuePrimitives>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var r = /* @__PURE__ */ ((e) => (e.EXTRA_SMALL = "xs", e.SMALL = "sm", e.DEFAULT = "", e.LARGE = "lg", e.EXTRA_LARGE = "xl", e))(r || {}), l = /* @__PURE__ */ ((e) => (e.SQUARE = "square", e.ROUNDED = "rounded", e.CIRCLE = "circle", e))(l || {}), a = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.PRIMARY = "primary", e.SECONDARY = "secondary", e.SUCCESS = "success", e.DANGER = "danger", e.WARNING = "warning", e.TRANSPARENT = "transparent", e))(a || {}), t = /* @__PURE__ */ ((e) => (e.CLICK = "click", e.HOVER = "hover", e))(t || {}), i = /* @__PURE__ */ ((e) => (e.TOP_START = "top-start", e.TOP = "top", e.TOP_END = "top-end", e.RIGHT_START = "right-start", e.RIGHT = "right", e.RIGHT_END = "right-end", e.BOTTOM_END = "bottom-end", e.BOTTOM = "bottom", e.BOTTOM_START = "bottom-start", e.LEFT_END = "left-end", e.LEFT = "left", e.LEFT_START = "left-start", e))(i || {}), u = /* @__PURE__ */ ((e) => (e.BUTTON = "button", e.SUBMIT = "submit", e.LINK = "link", e.ROUTER_LINK = "router-link", e.FILE = "file", e))(u || {}), s = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.INCREASE = "increase", e.DECREASE = "decrease", e.AUTO = "auto", e))(s || {}), C = /* @__PURE__ */ ((e) => (e.Account = "account", e.AlertOctagon = "alert-octagon", e.AlertOctagonOutline = "alert-octagon-outline", e.Archive = "archive", e.ArchiveOutline = "archive-outline", e.ArrowLeft = "arrow-left", e.ArrowRight = "arrow-right", e.Bank = "bank", e.BankOutline = "bank-outline", e.Camera = "camera", e.CardsOutline = "cards-outline", e.CardsVariant = "cards-variant", e.CartOutline = "cart-outline", e.ChartBox = "chart-box", e.ChartBoxOutline = "chart-box-outline", e.Check = "check", e.CheckCircle = "check-circle", e.CheckCircleOutline = "check-circle-outline", e.ChevronDown = "chevron-down", e.ChevronLeft = "chevron-left", e.ChevronRight = "chevron-right", e.ChevronUp = "chevron-up", e.Circle = "circle", e.Clock = "clock", e.Close = "close", e.CloseCircle = "close-circle", e.CloseCircleOutline = "close-circle-outline", e.Cog = "cog", e.ColorFill = "color-fill", e.Copy = "copy", e.CreditCard = "credit-card", e.CreditCardPlus = "credit-card-plus", e.Currency = "currency", e.Database = "database", e.DotsGrid = "dots-grid", e.DotsVertical = "dots-vertical", e.EmailOpenOutline = "email-open-outline", e.EmailOutline = "email-outline", e.Eye = "eye", e.EyeOff = "eye-off", e.FIleDocumentPlusOutline = "file-document-plus-outline", e.Filmstrip = "filmstrip", e.Filter = "filter", e.Fullscreen = "fullscreen", e.FullscreenExit = "fullscreen-exit", e.Group = "group", e.Image = "image", e.ImageAlbum = "image-album", e.ImageAlbumOutline = "image-album-outline", e.ImageOutline = "image-outline", e.InfoOutline = "info-outline", e.Key = "key", e.KeyChain = "key-chain", e.KeyVariant = "key-variant", e.ListboxOutline = "listbox-outline", e.Loading = "loading", e.Lock = "lock", e.LockOutline = "lock-outline", e.Logout = "logout", e.Menu = "menu", e.MenuDown = "menu-down", e.MenuLeft = "menu-left", e.MenuRight = "menu-right", e.Minus = "minus", e.MinusCircle = "minus-circle", e.MinusCircleOutline = "minus-circle-outline", e.Moon = "moon", e.OpenInNew = "open-in-new", e.Pencil = "pencil", e.People = "people", e.PiggyBankOutline = "piggy-bank-outline", e.Plus = "plus", e.PlusCircle = "plus-circle", e.PlusCircleOutline = "plus-circle-outline", e.QrcodeScan = "qrcode-scan", e.Refresh = "refresh", e.Save = "save", e.Search = "search", e.Spotlight = "spotlight", e.StoreOutline = "store-outline", e.Sun = "sun", e.Swap = "swap", e.SwapHorizontal = "swap-horizontal", e.SwapLeft = "swap-left", e.SwapRight = "swap-right", e.SystemTheme = "system-theme", e.TagOutline = "tag-outline", e.TrashCan = "trash-can", e.TrashCanOutline = "trash-can-outline", e.Upload = "upload", e.UserCircle = "user-circle", e.ZipBox = "zip-box", e))(C || {});
|
|
2
|
+
export {
|
|
3
|
+
u as B,
|
|
4
|
+
r as E,
|
|
5
|
+
s as G,
|
|
6
|
+
C as I,
|
|
7
|
+
l as a,
|
|
8
|
+
a as b,
|
|
9
|
+
i as c,
|
|
10
|
+
t as d
|
|
11
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
popoverActivatorEvent: "popoverClick",
|
|
3
|
+
wasClickOutsideOfContainer(t, o) {
|
|
4
|
+
let r = t.target;
|
|
5
|
+
if (!r)
|
|
6
|
+
return !1;
|
|
7
|
+
do {
|
|
8
|
+
if (r === o)
|
|
9
|
+
return t.stopPropagation(), !1;
|
|
10
|
+
r = r?.parentNode;
|
|
11
|
+
} while (r);
|
|
12
|
+
return !0;
|
|
13
|
+
},
|
|
14
|
+
isPopoverActivator(t) {
|
|
15
|
+
return !t?.parent || !t?.parent?.emitsOptions ? !1 : this.popoverActivatorEvent in t.parent.emitsOptions;
|
|
16
|
+
},
|
|
17
|
+
onPopoverActivatorClick(t, o) {
|
|
18
|
+
this.isPopoverActivator(o) && o.parent.emit(this.popoverActivatorEvent, t), t.stopPropagation();
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
e as u
|
|
23
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getCurrentInstance as t } from "vue";
|
|
2
|
+
function o(r) {
|
|
3
|
+
const e = t();
|
|
4
|
+
if (!e)
|
|
5
|
+
throw new Error(
|
|
6
|
+
"[useRender] must be called from inside a setup function"
|
|
7
|
+
);
|
|
8
|
+
Object.defineProperty(e, "render", {
|
|
9
|
+
get: () => r,
|
|
10
|
+
set: () => {
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
o as u
|
|
16
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caipira/tamandua",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UI library for the Caipira ecosystem",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -14,41 +14,64 @@
|
|
|
14
14
|
"url": "https://github.com/caipira-io/tamandua.git"
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"types": "dist/index.d.ts",
|
|
18
|
+
"typesVersions": {
|
|
19
|
+
"*": {
|
|
20
|
+
"date": [
|
|
21
|
+
"./dist/types/services/date.d.ts"
|
|
22
|
+
],
|
|
23
|
+
"plugins": [
|
|
24
|
+
"./dist/types/components/plugins.d.ts"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
19
28
|
"exports": {
|
|
20
|
-
"
|
|
29
|
+
".": "./dist/tamandua.js",
|
|
30
|
+
"./components": "./dist/components.js",
|
|
31
|
+
"./composables": "./dist/composables.js",
|
|
32
|
+
"./form": "./dist/form.js",
|
|
33
|
+
"./date": "./dist/date.js",
|
|
34
|
+
"./plugins": "./dist/plugins.js",
|
|
35
|
+
"./types": "./dist/types/index.d.ts",
|
|
36
|
+
"./types/components": "./dist/types/components/index.d.ts",
|
|
37
|
+
"./enums": "./dist/enums.js",
|
|
38
|
+
"./volar": "./volar.d.ts",
|
|
39
|
+
"./style.css": "./dist/index.css"
|
|
21
40
|
},
|
|
22
41
|
"files": [
|
|
23
|
-
"dist"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
42
|
+
"dist/*.js",
|
|
43
|
+
"dist/types",
|
|
44
|
+
"dist/index.css",
|
|
45
|
+
"volar.d.ts",
|
|
46
|
+
"README.md"
|
|
27
47
|
],
|
|
28
48
|
"scripts": {
|
|
29
49
|
"start": "vite --host",
|
|
30
|
-
"build": "vite build",
|
|
50
|
+
"build:dev": "vite build --mode development",
|
|
51
|
+
"build:prod": "vite build --mode production",
|
|
31
52
|
"preview": "vite preview",
|
|
32
53
|
"start:test": "vitest",
|
|
33
54
|
"test": "vitest --run",
|
|
34
|
-
"typecheck": "vue-tsc --noEmit
|
|
55
|
+
"typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false",
|
|
35
56
|
"start:sb": "storybook dev",
|
|
36
57
|
"build:sb": "storybook build",
|
|
37
|
-
"prepublishOnly": "npm run build"
|
|
58
|
+
"prepublishOnly": "npm run build:prod"
|
|
38
59
|
},
|
|
39
60
|
"dependencies": {
|
|
61
|
+
"@popperjs/core": "^2.10.1",
|
|
40
62
|
"chart.js": "^4.0.0",
|
|
41
63
|
"date-fns": "^2.25.0",
|
|
42
64
|
"gsap": "^3.12.2",
|
|
43
65
|
"vue-chartjs": "^5.2.0"
|
|
44
66
|
},
|
|
45
67
|
"peerDependencies": {
|
|
68
|
+
"tailwindcss": "^3.4.3",
|
|
46
69
|
"vue": "^3.0.0",
|
|
47
70
|
"vue-i18n": "9"
|
|
48
71
|
},
|
|
49
72
|
"devDependencies": {
|
|
73
|
+
"vite-plugin-lib-inject-css": "^2.0.1",
|
|
50
74
|
"@faker-js/faker": "^8.4.1",
|
|
51
|
-
"@popperjs/core": "^2.10.1",
|
|
52
75
|
"@storybook/addon-actions": "^8.0.5",
|
|
53
76
|
"@storybook/addon-essentials": "^8.0.5",
|
|
54
77
|
"@storybook/addon-interactions": "^8.0.5",
|
|
@@ -61,21 +84,22 @@
|
|
|
61
84
|
"@storybook/vue3-vite": "^8.0.5",
|
|
62
85
|
"@tailwindcss/forms": "^0.5.6",
|
|
63
86
|
"@types/js-cookie": "^2.2.7",
|
|
87
|
+
"@types/jsdom": "^21.1.6",
|
|
64
88
|
"@types/node": "^20.11.30",
|
|
65
89
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
66
90
|
"@vue/test-utils": "^2.4.1",
|
|
91
|
+
"@vue/tsconfig": "^0.5.1",
|
|
67
92
|
"autoprefixer": "^10.4.0",
|
|
68
93
|
"jsdom": "^24.0.0",
|
|
69
94
|
"postcss": "^8.4.5",
|
|
70
95
|
"storybook": "^8.0.5",
|
|
71
|
-
"tailwindcss": "^3.4.3",
|
|
72
96
|
"ts-node": "^10.9.1",
|
|
73
|
-
"typescript": "^5.
|
|
97
|
+
"typescript": "^5.4.5",
|
|
74
98
|
"vite": "^5.2.6",
|
|
75
99
|
"vite-plugin-dts": "^3.8.1",
|
|
76
100
|
"vite-tsconfig-paths": "^4.2.0",
|
|
77
101
|
"vitest": "^1.4.0",
|
|
78
102
|
"vue": "^3.4.21",
|
|
79
|
-
"vue-tsc": "^
|
|
103
|
+
"vue-tsc": "^2.0.13"
|
|
80
104
|
}
|
|
81
105
|
}
|