@agrotools1/at-components 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.d.ts +49 -0
- package/dist/Accordion/index.d.ts +1 -0
- package/dist/Avatar/Avatar.d.ts +1 -1
- package/dist/Checkbox/Checkbox.d.ts +34 -20
- package/dist/DataTable/index.d.ts +0 -17
- package/dist/Icons/icons.d.ts +5029 -1
- package/dist/Input/Input.core.d.ts +1 -1
- package/dist/Input/index.d.ts +1 -1
- package/dist/Modal/Modal.d.ts +2 -2
- package/dist/ProgressBar/ProgressBar.d.ts +11 -1
- package/dist/Tag/index.d.ts +1 -0
- package/dist/Tipograph/Paragraph/Paragraph.d.ts +1 -1
- package/dist/Tipograph/index.d.ts +3 -3
- package/dist/Toggle/Toggle.d.ts +10 -0
- package/dist/Upload/Upload.d.ts +11 -1
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/agrotools-theme.css +5 -0
- package/dist/agrotools-theme.css.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleDownSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleUpSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/components/IconWrapper/IconWrapper.vue.js +6 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/components/IconWrapper/IconWrapper.vue2.js +27 -0
- package/dist/packages/at-components/src/Accordion/Accordion.vue.js +77 -0
- package/dist/packages/at-components/src/Accordion/Accordion.vue2.js +51 -0
- package/dist/packages/at-components/src/Accordion/Accordion.vue3.js +4 -0
- package/dist/packages/at-components/src/Avatar/Avatar.vue.js +26 -0
- package/dist/packages/at-components/src/Avatar/Avatar.vue2.js +58 -0
- package/dist/packages/at-components/src/Avatar/Avatar.vue3.js +4 -0
- package/dist/packages/at-components/src/Button/Button.vue.js +35 -0
- package/dist/packages/at-components/src/Button/Button.vue2.js +86 -0
- package/dist/packages/at-components/src/Button/Button.vue3.js +4 -0
- package/dist/packages/at-components/src/CardWithInsights/CardWithInsights.vue.js +52 -0
- package/dist/packages/at-components/src/CardWithInsights/CardWithInsights.vue2.js +36 -0
- package/dist/packages/at-components/src/CardWithInsights/CardWithInsights.vue3.js +4 -0
- package/dist/packages/at-components/src/CardWithInsights/CardWithInsights.vue4.js +4 -0
- package/dist/packages/at-components/src/Checkbox/Checkbox.vue.js +38 -0
- package/dist/packages/at-components/src/Checkbox/Checkbox.vue2.js +73 -0
- package/dist/packages/at-components/src/Checkbox/Checkbox.vue3.js +4 -0
- package/dist/packages/at-components/src/Checkbox/img/checkmarck.svg.js +4 -0
- package/dist/packages/at-components/src/DataTable/Column/Column.vue.js +35 -0
- package/dist/packages/at-components/src/DataTable/Column/Column.vue2.js +67 -0
- package/dist/packages/at-components/src/DataTable/Column/Column.vue3.js +4 -0
- package/dist/packages/at-components/src/DataTable/Column/imgs/filter.svg.js +4 -0
- package/dist/packages/at-components/src/DataTable/Counters/Counters.vue.js +44 -0
- package/dist/packages/at-components/src/DataTable/Counters/Counters.vue2.js +71 -0
- package/dist/packages/at-components/src/DataTable/Counters/Counters.vue3.js +4 -0
- package/dist/packages/at-components/src/DataTable/Counters/imgs/close.svg.js +4 -0
- package/dist/packages/at-components/src/DataTable/DataTable.vue.js +94 -0
- package/dist/packages/at-components/src/DataTable/DataTable.vue2.js +125 -0
- package/dist/packages/at-components/src/DataTable/DataTable.vue3.js +4 -0
- package/dist/packages/at-components/src/DataTable/index.js +11 -0
- package/dist/packages/at-components/src/Faq/Faq.vue.js +46 -0
- package/dist/packages/at-components/src/Faq/Faq.vue2.js +40 -0
- package/dist/packages/at-components/src/Faq/Faq.vue3.js +4 -0
- package/dist/packages/at-components/src/Faq/Faq.vue4.js +4 -0
- package/dist/packages/at-components/src/Illustration/Illustration.js +117 -0
- package/dist/packages/at-components/src/Illustration/Illustration.vue.js +17 -0
- package/dist/packages/at-components/src/Illustration/Illustration.vue2.js +32 -0
- package/dist/packages/at-components/src/Illustration/Illustration.vue3.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/renovabio-illustrations/biomass.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/renovabio-illustrations/volume.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/add-file.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/cloud-connection.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/cloud-download.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/cloud-upload.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/corrupted-file.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/empty-box.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/empty-folder-2.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/empty-folder.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/empty.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/error-illustration.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/file-backup-2.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/file-backup.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/filtering-upload.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/flight.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/fly.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/movies.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/multimedia.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/notification-bell.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/page-2.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/page.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/photos.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/recycle-bin.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/rocket-launch.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/signal.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/system-images/wrong.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/advanced-analysis.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/agriculture.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/alert-center.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/area.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/at-insights.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/conservation-unit.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/credit.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/deforestation.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/distance-proximity-rivers.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/estimated-productivity-penalty.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/extract.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/farm.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/geographical-consultation-municipalities.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/gix.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/insurance.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/land-appreciation.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/lockdown.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/map.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/pasture.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/rating-2.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/rating.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/recurrence.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/refrigerators.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/settings.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/socio-environmental-analysis.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/soil-use.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/storm.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/territory-details.svg.js +4 -0
- package/dist/packages/at-components/src/Illustration/images/tools-images/timeline.svg.js +4 -0
- package/dist/packages/at-components/src/Input/Input.core.vue.js +67 -0
- package/dist/packages/at-components/src/Input/Input.core.vue2.js +107 -0
- package/dist/packages/at-components/src/Input/Input.core.vue3.js +4 -0
- package/dist/packages/at-components/src/Input/imgs/error.svg.js +4 -0
- package/dist/packages/at-components/src/Input/index.js +7 -0
- package/dist/packages/at-components/src/Modal/Modal.vue.js +88 -0
- package/dist/packages/at-components/src/Modal/Modal.vue2.js +92 -0
- package/dist/packages/at-components/src/Modal/Modal.vue3.js +4 -0
- package/dist/packages/at-components/src/Modal/images/cross.svg.js +4 -0
- package/dist/packages/at-components/src/Paginator/Paginator.vue.js +102 -0
- package/dist/packages/at-components/src/Paginator/Paginator.vue2.js +74 -0
- package/dist/packages/at-components/src/Paginator/Paginator.vue3.js +4 -0
- package/dist/packages/at-components/src/Paginator/imgs/double-left-arrow.svg.js +4 -0
- package/dist/packages/at-components/src/Paginator/imgs/double-right-arrow.svg.js +4 -0
- package/dist/packages/at-components/src/Paginator/imgs/left-arrow.svg.js +4 -0
- package/dist/packages/at-components/src/Paginator/imgs/right-arrow.svg.js +4 -0
- package/dist/packages/at-components/src/ProgressBar/ProgressBar.vue.js +69 -0
- package/dist/packages/at-components/src/ProgressBar/ProgressBar.vue2.js +72 -0
- package/dist/packages/at-components/src/ProgressBar/ProgressBar.vue3.js +4 -0
- package/dist/packages/at-components/src/Select/Item/Item.vue.js +52 -0
- package/dist/packages/at-components/src/Select/Item/Item.vue2.js +57 -0
- package/dist/packages/at-components/src/Select/Item/Item.vue3.js +4 -0
- package/dist/packages/at-components/src/Select/Select.core.vue.js +25 -0
- package/dist/packages/at-components/src/Select/Select.core.vue2.js +59 -0
- package/dist/packages/at-components/src/Select/Select.multiple.vue.js +60 -0
- package/dist/packages/at-components/src/Select/Select.multiple.vue2.js +97 -0
- package/dist/packages/at-components/src/Select/Select.multiple.vue3.js +4 -0
- package/dist/packages/at-components/src/Select/Select.single.vue.js +47 -0
- package/dist/packages/at-components/src/Select/Select.single.vue2.js +41 -0
- package/dist/packages/at-components/src/Select/Select.single.vue3.js +4 -0
- package/dist/packages/at-components/src/Select/imgs/indicator.svg.js +4 -0
- package/dist/packages/at-components/src/Select/index.js +9 -0
- package/dist/packages/at-components/src/Tabs/Tab/Tab.vue.js +30 -0
- package/dist/packages/at-components/src/Tabs/Tab/Tab.vue2.js +40 -0
- package/dist/packages/at-components/src/Tabs/Tab/Tab.vue3.js +4 -0
- package/dist/packages/at-components/src/Tabs/Tabs.vue.js +37 -0
- package/dist/packages/at-components/src/Tabs/Tabs.vue2.js +33 -0
- package/dist/packages/at-components/src/Tabs/Tabs.vue3.js +4 -0
- package/dist/packages/at-components/src/Tabs/imgs/check.svg.js +4 -0
- package/dist/packages/at-components/src/Tabs/imgs/warning.svg.js +4 -0
- package/dist/packages/at-components/src/Tipograph/Paragraph/Paragraph.vue.js +18 -0
- package/dist/packages/at-components/src/Tipograph/Paragraph/Paragraph.vue2.js +21 -0
- package/dist/packages/at-components/src/Tipograph/Paragraph/Paragraph.vue3.js +4 -0
- package/dist/packages/at-components/src/Tipograph/Title/Title.vue.js +18 -0
- package/dist/packages/at-components/src/Tipograph/Title/Title.vue2.js +21 -0
- package/dist/packages/at-components/src/Tipograph/Title/Title.vue3.js +4 -0
- package/dist/packages/at-components/src/Tipograph/index.js +9 -0
- package/dist/packages/at-components/src/Toggle/Toggle.vue.js +30 -0
- package/dist/packages/at-components/src/Toggle/Toggle.vue2.js +40 -0
- package/dist/packages/at-components/src/Toggle/Toggle.vue3.js +4 -0
- package/dist/packages/at-components/src/Upload/Upload.vue.js +91 -0
- package/dist/packages/at-components/src/Upload/Upload.vue2.js +96 -0
- package/dist/packages/at-components/src/Upload/Upload.vue3.js +4 -0
- package/dist/packages/at-components/src/index.js +34 -0
- package/dist/style.css +1 -5
- package/package.json +18 -16
- package/storybook-static/185.127ee245.iframe.bundle.js +1 -0
- package/storybook-static/264.d0301f51.iframe.bundle.js +1 -0
- package/storybook-static/288.bada5911.iframe.bundle.js +1 -0
- package/storybook-static/352.57fdec72.iframe.bundle.js +1 -0
- package/storybook-static/364.f6abf738.iframe.bundle.js +1 -0
- package/storybook-static/433.55c6c988.iframe.bundle.js +1 -0
- package/storybook-static/503.919a9c54.iframe.bundle.js +411 -0
- package/storybook-static/{27.1bde7113.iframe.bundle.js.LICENSE.txt → 503.919a9c54.iframe.bundle.js.LICENSE.txt} +20 -0
- package/storybook-static/503.919a9c54.iframe.bundle.js.map +1 -0
- package/storybook-static/647.c5d3c77d.iframe.bundle.js +1 -0
- package/storybook-static/648.40aae8ac.iframe.bundle.js +1 -0
- package/storybook-static/{605.4de7cf9b.iframe.bundle.js → 71.c5a7a895.iframe.bundle.js} +4 -4
- package/storybook-static/71.c5a7a895.iframe.bundle.js.map +1 -0
- package/storybook-static/745.bdba4336.iframe.bundle.js +1 -0
- package/storybook-static/774.56edb488.iframe.bundle.js +1 -0
- package/storybook-static/799.527c0f8d.iframe.bundle.js +1 -0
- package/storybook-static/857.73d94321.iframe.bundle.js +1 -0
- package/storybook-static/878.a47a30a1.iframe.bundle.js +1 -0
- package/storybook-static/895.3432937c.iframe.bundle.js +1 -0
- package/storybook-static/897.7292af5c.iframe.bundle.js +2 -0
- package/storybook-static/897.7292af5c.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/930.b16e5e72.iframe.bundle.js +1 -0
- package/storybook-static/956.a6b327a7.iframe.bundle.js +134 -0
- package/storybook-static/956.a6b327a7.iframe.bundle.js.map +1 -0
- package/storybook-static/957.530b49b4.iframe.bundle.js +1 -0
- package/storybook-static/Avatar-Avatar-stories.4909423c.iframe.bundle.js +1 -0
- package/storybook-static/Button-Button-stories.c13172d3.iframe.bundle.js +1 -0
- package/storybook-static/CardWithInsights-CardWithInsights-stories.041a882c.iframe.bundle.js +1 -0
- package/storybook-static/Checkbox-Checkbox-stories.f1b62236.iframe.bundle.js +2 -0
- package/storybook-static/Checkbox-Checkbox-stories.f1b62236.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/DataTable-DataTable-stories.c2b51ae8.iframe.bundle.js +2 -0
- package/storybook-static/DataTable-DataTable-stories.c2b51ae8.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/DataTable-Tag-Tag-stories.22616950.iframe.bundle.js +2 -0
- package/storybook-static/DataTable-Tag-Tag-stories.22616950.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Faq-Faq-stories.1ffafc5b.iframe.bundle.js +1 -0
- package/storybook-static/Icons-Icons-stories.ca14907d.iframe.bundle.js +1 -0
- package/storybook-static/Illustration-Illustration-stories.48222f1d.iframe.bundle.js +1 -0
- package/storybook-static/IllustrationGallery-IllustrationGallery-stories.a08315fd.iframe.bundle.js +1 -0
- package/storybook-static/Input-Input-stories.6a435e63.iframe.bundle.js +2 -0
- package/storybook-static/Input-Input-stories.6a435e63.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Modal-Modal-stories.69bf2ead.iframe.bundle.js +1 -0
- package/storybook-static/Paginator-Paginator-stories.57ccb98b.iframe.bundle.js +2 -0
- package/storybook-static/Paginator-Paginator-stories.57ccb98b.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/ProgressBar-ProgressBar-stories.ebcb7961.iframe.bundle.js +1 -0
- package/storybook-static/Select-Select-multiple-stories.97b8ae08.iframe.bundle.js +2 -0
- package/storybook-static/Select-Select-multiple-stories.97b8ae08.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Select-Select-single-stories.06662de7.iframe.bundle.js +2 -0
- package/storybook-static/Select-Select-single-stories.06662de7.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Tabs-Tab-Tab-stories.4f79eca2.iframe.bundle.js +2 -0
- package/storybook-static/Tabs-Tab-Tab-stories.4f79eca2.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Tabs-Tabs-stories.729e0e73.iframe.bundle.js +2 -0
- package/storybook-static/Tabs-Tabs-stories.729e0e73.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Tipograph-Paragraph-Paragraph-stories.27ab9302.iframe.bundle.js +1 -0
- package/storybook-static/Tipograph-Title-Title-stories.46d54c19.iframe.bundle.js +1 -0
- package/storybook-static/Toggle-Toggle-stories.734f39e5.iframe.bundle.js +1 -0
- package/storybook-static/Upload-Upload-stories.4e22beef.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +4 -4
- package/storybook-static/index.html +2 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/main.fb4e53db.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.4fa4124a.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +4 -4
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +37 -88
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js +9 -24
- package/storybook-static/sb-addons/links-0/manager-bundle.js +1 -1
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
- package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
- package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
- package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
- package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/{formatter-SWP5E3XI-FS7NNRKF.js → formatter-SWP5E3XI-7BGIK6BL.js} +1 -1
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -1
- package/storybook-static/sb-manager/index.js +1 -1
- package/storybook-static/sb-manager/runtime.js +1 -1
- package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -1
- package/storybook-static/sb-preview/runtime.js +21 -21
- package/storybook-static/stories.json +1 -1
- package/dist/DataTable/Tag/Tag.d.ts +0 -19
- package/dist/index.js +0 -2350
- package/storybook-static/108.b3d19a79.iframe.bundle.js +0 -1
- package/storybook-static/27.1bde7113.iframe.bundle.js +0 -402
- package/storybook-static/27.1bde7113.iframe.bundle.js.map +0 -1
- package/storybook-static/416.f8877c1c.iframe.bundle.js +0 -1
- package/storybook-static/471.0059c83e.iframe.bundle.js +0 -1
- package/storybook-static/518.9d62db89.iframe.bundle.js +0 -1
- package/storybook-static/605.4de7cf9b.iframe.bundle.js.map +0 -1
- package/storybook-static/619.c903eb51.iframe.bundle.js +0 -134
- package/storybook-static/619.c903eb51.iframe.bundle.js.map +0 -1
- package/storybook-static/673.09290c39.iframe.bundle.js +0 -1
- package/storybook-static/716.684d5764.iframe.bundle.js +0 -1
- package/storybook-static/998.a20f12ed.iframe.bundle.js +0 -1
- package/storybook-static/Avatar-Avatar-stories.a42041ca.iframe.bundle.js +0 -1
- package/storybook-static/Button-Button-stories.25a5b183.iframe.bundle.js +0 -1
- package/storybook-static/CardWithInsights-CardWithInsights-stories.c4dd81fc.iframe.bundle.js +0 -1
- package/storybook-static/Checkbox-Checkbox-stories.a03b7dc3.iframe.bundle.js +0 -1
- package/storybook-static/DataTable-DataTable-stories.baeb2130.iframe.bundle.js +0 -1
- package/storybook-static/DataTable-Tag-Tag-stories.61e9b42d.iframe.bundle.js +0 -1
- package/storybook-static/Faq-Faq-stories.419a9ce3.iframe.bundle.js +0 -1
- package/storybook-static/Illustration-Illustration-stories.175e6c90.iframe.bundle.js +0 -1
- package/storybook-static/Input-Input-stories.467aa6f2.iframe.bundle.js +0 -1
- package/storybook-static/Modal-Modal-stories.0cdaa610.iframe.bundle.js +0 -1
- package/storybook-static/Paginator-Paginator-stories.bf8efb18.iframe.bundle.js +0 -1
- package/storybook-static/ProgressBar-ProgressBar-stories.80d96b44.iframe.bundle.js +0 -1
- package/storybook-static/Select-Select-multiple-stories.89d9cef4.iframe.bundle.js +0 -1
- package/storybook-static/Select-Select-single-stories.99caaa89.iframe.bundle.js +0 -1
- package/storybook-static/Tabs-Tab-Tab-stories.02b861a9.iframe.bundle.js +0 -1
- package/storybook-static/Tabs-Tabs-stories.bfdd0017.iframe.bundle.js +0 -1
- package/storybook-static/Tipograph-Paragraph-Paragraph-stories.10ac9e06.iframe.bundle.js +0 -1
- package/storybook-static/Tipograph-Title-Title-stories.18bde411.iframe.bundle.js +0 -1
- package/storybook-static/Toggle-Toggle-stories.490e5e0d.iframe.bundle.js +0 -1
- package/storybook-static/Upload-Upload-stories.15287b20.iframe.bundle.js +0 -1
- package/storybook-static/main.7b8390cc.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.96ec69b4.iframe.bundle.js +0 -1
- package/storybook-static/sb-manager/GlobalScrollAreaStyles-UY5SB7EJ-BKTFUTA6.js +0 -7
- package/storybook-static/sb-manager/OverlayScrollbars-GZGLA7DL-YJ2Z3IBE.js +0 -1
- package/storybook-static/sb-manager/WithTooltip-J57HCPYA-3VOMFVVS.js +0 -1
- package/storybook-static/sb-manager/chunk-3J6GS6FI.js +0 -1
- package/storybook-static/sb-manager/chunk-L4KFTAB4.js +0 -408
- package/storybook-static/sb-manager/chunk-NBCGHFLK.js +0 -136
- package/storybook-static/sb-manager/chunk-O2ZUMB77.js +0 -7
- package/storybook-static/sb-manager/chunk-QMHPSTMR.js +0 -15
- package/storybook-static/sb-manager/chunk-QPL63VNK.js +0 -1
- package/storybook-static/sb-manager/chunk-RKFFWI2D.js +0 -1
- package/storybook-static/sb-manager/chunk-SPUAGIB2.js +0 -207
- package/storybook-static/sb-manager/syntaxhighlighter-PONEFOSF-PLQPOLN2.js +0 -1
- /package/storybook-static/{619.c903eb51.iframe.bundle.js.LICENSE.txt → 956.a6b327a7.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/static/media/{checkmarck.9932a0d7.svg → src/Checkbox/img/checkmarck.svg} +0 -0
- /package/storybook-static/static/media/{filter.0268b8e0.svg → src/DataTable/Column/imgs/filter.svg} +0 -0
- /package/storybook-static/static/media/{close.74fb5e7c.svg → src/DataTable/Counters/imgs/close.svg} +0 -0
- /package/storybook-static/static/media/{disabled.4fbc31ab.svg → src/DataTable/Tag/imgs/disabled.svg} +0 -0
- /package/storybook-static/static/media/{error.934dd460.svg → src/DataTable/Tag/imgs/error.svg} +0 -0
- /package/storybook-static/static/media/{info.f0b1a71f.svg → src/DataTable/Tag/imgs/info.svg} +0 -0
- /package/storybook-static/static/media/{success.c306802d.svg → src/DataTable/Tag/imgs/success.svg} +0 -0
- /package/storybook-static/static/media/{warning.7e14a595.svg → src/DataTable/Tag/imgs/warning.svg} +0 -0
- /package/storybook-static/static/media/{biomass.ba40f1f8.svg → src/Illustration/images/renovabio-illustrations/biomass.svg} +0 -0
- /package/storybook-static/static/media/{volume.99352757.svg → src/Illustration/images/renovabio-illustrations/volume.svg} +0 -0
- /package/storybook-static/static/media/{add-file.36431641.svg → src/Illustration/images/system-images/add-file.svg} +0 -0
- /package/storybook-static/static/media/{cloud-connection.fd1da3dc.svg → src/Illustration/images/system-images/cloud-connection.svg} +0 -0
- /package/storybook-static/static/media/{cloud-download.fbd37e78.svg → src/Illustration/images/system-images/cloud-download.svg} +0 -0
- /package/storybook-static/static/media/{cloud-upload.78d9d692.svg → src/Illustration/images/system-images/cloud-upload.svg} +0 -0
- /package/storybook-static/static/media/{corrupted-file.d3c44b90.svg → src/Illustration/images/system-images/corrupted-file.svg} +0 -0
- /package/storybook-static/static/media/{empty-box.7e0e0a14.svg → src/Illustration/images/system-images/empty-box.svg} +0 -0
- /package/storybook-static/static/media/{empty-folder-2.8361a0e2.svg → src/Illustration/images/system-images/empty-folder-2.svg} +0 -0
- /package/storybook-static/static/media/{empty-folder.1b301dc4.svg → src/Illustration/images/system-images/empty-folder.svg} +0 -0
- /package/storybook-static/static/media/{empty.19d2d9c9.svg → src/Illustration/images/system-images/empty.svg} +0 -0
- /package/storybook-static/static/media/{error-illustration.f8b93fea.svg → src/Illustration/images/system-images/error-illustration.svg} +0 -0
- /package/storybook-static/static/media/{file-backup-2.d253f4ac.svg → src/Illustration/images/system-images/file-backup-2.svg} +0 -0
- /package/storybook-static/static/media/{file-backup.3be1d1d2.svg → src/Illustration/images/system-images/file-backup.svg} +0 -0
- /package/storybook-static/static/media/{filtering-upload.a02a1543.svg → src/Illustration/images/system-images/filtering-upload.svg} +0 -0
- /package/storybook-static/static/media/{flight.f6de9af3.svg → src/Illustration/images/system-images/flight.svg} +0 -0
- /package/storybook-static/static/media/{fly.6e02c68a.svg → src/Illustration/images/system-images/fly.svg} +0 -0
- /package/storybook-static/static/media/{movies.bedabbf3.svg → src/Illustration/images/system-images/movies.svg} +0 -0
- /package/storybook-static/static/media/{multimedia.324a6077.svg → src/Illustration/images/system-images/multimedia.svg} +0 -0
- /package/storybook-static/static/media/{notification-bell.1209a2b4.svg → src/Illustration/images/system-images/notification-bell.svg} +0 -0
- /package/storybook-static/static/media/{page-2.01eec72d.svg → src/Illustration/images/system-images/page-2.svg} +0 -0
- /package/storybook-static/static/media/{page.c59e2f3d.svg → src/Illustration/images/system-images/page.svg} +0 -0
- /package/storybook-static/static/media/{photos.0c7a09d3.svg → src/Illustration/images/system-images/photos.svg} +0 -0
- /package/storybook-static/static/media/{recycle-bin.cc5f2e74.svg → src/Illustration/images/system-images/recycle-bin.svg} +0 -0
- /package/storybook-static/static/media/{rocket-launch.1aad437e.svg → src/Illustration/images/system-images/rocket-launch.svg} +0 -0
- /package/storybook-static/static/media/{signal.e82c378c.svg → src/Illustration/images/system-images/signal.svg} +0 -0
- /package/storybook-static/static/media/{wrong.9ae4f2e0.svg → src/Illustration/images/system-images/wrong.svg} +0 -0
- /package/storybook-static/static/media/{advanced-analysis.543a3373.svg → src/Illustration/images/tools-images/advanced-analysis.svg} +0 -0
- /package/storybook-static/static/media/{agriculture.163ebccb.svg → src/Illustration/images/tools-images/agriculture.svg} +0 -0
- /package/storybook-static/static/media/{alert-center.13bb8881.svg → src/Illustration/images/tools-images/alert-center.svg} +0 -0
- /package/storybook-static/static/media/{area.9ac3e69d.svg → src/Illustration/images/tools-images/area.svg} +0 -0
- /package/storybook-static/static/media/{at-insights.70be24e9.svg → src/Illustration/images/tools-images/at-insights.svg} +0 -0
- /package/storybook-static/static/media/{conservation-unit.c738b0d9.svg → src/Illustration/images/tools-images/conservation-unit.svg} +0 -0
- /package/storybook-static/static/media/{credit.4c4a9f23.svg → src/Illustration/images/tools-images/credit.svg} +0 -0
- /package/storybook-static/static/media/{deforestation.2429d1e3.svg → src/Illustration/images/tools-images/deforestation.svg} +0 -0
- /package/storybook-static/static/media/{distance-proximity-rivers.15e21a6b.svg → src/Illustration/images/tools-images/distance-proximity-rivers.svg} +0 -0
- /package/storybook-static/static/media/{estimated-productivity-penalty.5a2b723f.svg → src/Illustration/images/tools-images/estimated-productivity-penalty.svg} +0 -0
- /package/storybook-static/static/media/{extract.72c95f7f.svg → src/Illustration/images/tools-images/extract.svg} +0 -0
- /package/storybook-static/static/media/{farm.b21569c4.svg → src/Illustration/images/tools-images/farm.svg} +0 -0
- /package/storybook-static/static/media/{geographical-consultation-municipalities.0a3d710e.svg → src/Illustration/images/tools-images/geographical-consultation-municipalities.svg} +0 -0
- /package/storybook-static/static/media/{gix.bacd590c.svg → src/Illustration/images/tools-images/gix.svg} +0 -0
- /package/storybook-static/static/media/{insurance.14f05495.svg → src/Illustration/images/tools-images/insurance.svg} +0 -0
- /package/storybook-static/static/media/{land-appreciation.885bc839.svg → src/Illustration/images/tools-images/land-appreciation.svg} +0 -0
- /package/storybook-static/static/media/{lockdown.c6992804.svg → src/Illustration/images/tools-images/lockdown.svg} +0 -0
- /package/storybook-static/static/media/{map.9e9abcd0.svg → src/Illustration/images/tools-images/map.svg} +0 -0
- /package/storybook-static/static/media/{pasture.39680219.svg → src/Illustration/images/tools-images/pasture.svg} +0 -0
- /package/storybook-static/static/media/{rating-2.a518ca8f.svg → src/Illustration/images/tools-images/rating-2.svg} +0 -0
- /package/storybook-static/static/media/{rating.936b1b77.svg → src/Illustration/images/tools-images/rating.svg} +0 -0
- /package/storybook-static/static/media/{recurrence.5371e92b.svg → src/Illustration/images/tools-images/recurrence.svg} +0 -0
- /package/storybook-static/static/media/{refrigerators.c98b8833.svg → src/Illustration/images/tools-images/refrigerators.svg} +0 -0
- /package/storybook-static/static/media/{settings.c5b55264.svg → src/Illustration/images/tools-images/settings.svg} +0 -0
- /package/storybook-static/static/media/{socio-environmental-analysis.b2653ac9.svg → src/Illustration/images/tools-images/socio-environmental-analysis.svg} +0 -0
- /package/storybook-static/static/media/{soil-use.8b6db457.svg → src/Illustration/images/tools-images/soil-use.svg} +0 -0
- /package/storybook-static/static/media/{storm.91e86899.svg → src/Illustration/images/tools-images/storm.svg} +0 -0
- /package/storybook-static/static/media/{territory-details.1c8e1294.svg → src/Illustration/images/tools-images/territory-details.svg} +0 -0
- /package/storybook-static/static/media/{timeline.fb362e8f.svg → src/Illustration/images/tools-images/timeline.svg} +0 -0
- /package/storybook-static/static/media/{error.f04b33e9.svg → src/Input/imgs/error.svg} +0 -0
- /package/storybook-static/static/media/{cross.3807b5ff.svg → src/Modal/images/cross.svg} +0 -0
- /package/storybook-static/static/media/{double-left-arrow.6a90d667.svg → src/Paginator/imgs/double-left-arrow.svg} +0 -0
- /package/storybook-static/static/media/{double-right-arrow.879b3cc9.svg → src/Paginator/imgs/double-right-arrow.svg} +0 -0
- /package/storybook-static/static/media/{left-arrow.5cf50151.svg → src/Paginator/imgs/left-arrow.svg} +0 -0
- /package/storybook-static/static/media/{right-arrow.406ffc39.svg → src/Paginator/imgs/right-arrow.svg} +0 -0
- /package/storybook-static/static/media/{indicator.41526843.svg → src/Select/imgs/indicator.svg} +0 -0
- /package/storybook-static/static/media/{check.c2eccee6.svg → src/Tabs/imgs/check.svg} +0 -0
- /package/storybook-static/static/media/{warning.32a47f98.svg → src/Tabs/imgs/warning.svg} +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { defineComponent as i, ref as a, computed as s } from "vue";
|
|
2
|
+
const r = i({
|
|
3
|
+
name: "AtToggle",
|
|
4
|
+
props: {
|
|
5
|
+
size: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: "g",
|
|
8
|
+
validator: (t) => ["p", "m", "g"].includes(t)
|
|
9
|
+
},
|
|
10
|
+
disabled: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: !1
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
emits: ["update:modelValue"],
|
|
16
|
+
setup(t, l) {
|
|
17
|
+
const o = a(null), p = s(() => t.disabled), e = a(!1);
|
|
18
|
+
return {
|
|
19
|
+
isChecked: e,
|
|
20
|
+
isDisabled: p,
|
|
21
|
+
onClick: () => {
|
|
22
|
+
e.value = !e.value, l.emit("update:modelValue", e.value);
|
|
23
|
+
},
|
|
24
|
+
circleSizeMap: {
|
|
25
|
+
p: "9px",
|
|
26
|
+
m: "9px",
|
|
27
|
+
g: "13px"
|
|
28
|
+
},
|
|
29
|
+
borderSizeMap: {
|
|
30
|
+
p: "33px",
|
|
31
|
+
m: "66px",
|
|
32
|
+
g: "100px"
|
|
33
|
+
},
|
|
34
|
+
buttonRef: o
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export {
|
|
39
|
+
r as default
|
|
40
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import s from "./Upload.vue2.js";
|
|
2
|
+
import { resolveComponent as u, openBlock as e, createElementBlock as o, createElementVNode as g, createTextVNode as i, toDisplayString as j, createCommentVNode as T, withModifiers as a, createVNode as D, withCtx as n, pushScopeId as r, popScopeId as A } from "vue";
|
|
3
|
+
import "./Upload.vue3.js";
|
|
4
|
+
import E from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const y = (M) => (r("data-v-d2841fdc"), M = M(), A(), M), x = { class: "container" }, p = { class: "warning-upload" }, d = /* @__PURE__ */ y(() => /* @__PURE__ */ g("img", {
|
|
6
|
+
alt: "circleExclamation",
|
|
7
|
+
src: "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIyNDRfMzEyKSI+CjxwYXRoIGQ9Ik0xMiAxQzkuODI0NDEgMSA3LjY5NzY3IDEuNjQ1MTQgNS44ODg3MyAyLjg1MzgzQzQuMDc5NzkgNC4wNjI1MyAyLjY2OTg5IDUuNzgwNSAxLjgzNzMzIDcuNzkwNDhDMS4wMDQ3NyA5LjgwMDQ3IDAuNzg2OTI5IDEyLjAxMjIgMS4yMTEzNyAxNC4xNDZDMS42MzU4IDE2LjI3OTggMi42ODM0NSAxOC4yMzk4IDQuMjIxODMgMTkuNzc4MkM1Ljc2MDIxIDIxLjMxNjYgNy43MjAyMiAyMi4zNjQyIDkuODU0MDEgMjIuNzg4NkMxMS45ODc4IDIzLjIxMzEgMTQuMTk5NSAyMi45OTUyIDE2LjIwOTUgMjIuMTYyN0MxOC4yMTk1IDIxLjMzMDEgMTkuOTM3NSAxOS45MjAyIDIxLjE0NjIgMTguMTExM0MyMi4zNTQ5IDE2LjMwMjMgMjMgMTQuMTc1NiAyMyAxMkMyMi45OTY4IDkuMDgzNTkgMjEuODM2OSA2LjI4NzUzIDE5Ljc3NDcgNC4yMjUzMUMxNy43MTI1IDIuMTYzMDkgMTQuOTE2NCAxLjAwMzE1IDEyIDFaTTEyIDIxLjE2NjdDMTAuMTg3IDIxLjE2NjcgOC40MTQ3MyAyMC42MjkxIDYuOTA3MjggMTkuNjIxOEM1LjM5OTgzIDE4LjYxNDYgNC4yMjQ5MSAxNy4xODI5IDMuNTMxMTEgMTUuNTA3OUMyLjgzNzMxIDEzLjgzMjkgMi42NTU3OCAxMS45ODk4IDMuMDA5NDcgMTAuMjExN0MzLjM2MzE3IDguNDMzNTEgNC4yMzYyMSA2LjgwMDE3IDUuNTE4MTkgNS41MTgxOUM2LjgwMDE3IDQuMjM2MjEgOC40MzM1MiAzLjM2MzE3IDEwLjIxMTcgMy4wMDk0N0MxMS45ODk4IDIuNjU1NzcgMTMuODMyOSAyLjgzNzMgMTUuNTA3OSAzLjUzMTFDMTcuMTgyOSA0LjIyNDkxIDE4LjYxNDYgNS4zOTk4MiAxOS42MjE4IDYuOTA3MjdDMjAuNjI5MSA4LjQxNDcyIDIxLjE2NjcgMTAuMTg3IDIxLjE2NjcgMTJDMjEuMTY0IDE0LjQzMDMgMjAuMTk3NCAxNi43NjA0IDE4LjQ3ODkgMTguNDc4OUMxNi43NjA0IDIwLjE5NzQgMTQuNDMwMyAyMS4xNjQgMTIgMjEuMTY2N1oiIGZpbGw9IiM1NTAwNzMiLz4KPHBhdGggZD0iTTEyIDUuNTgzMzdDMTEuNzU2OSA1LjU4MzM3IDExLjUyMzggNS42Nzk5NSAxMS4zNTE5IDUuODUxODZDMTEuMTggNi4wMjM3NyAxMS4wODM0IDYuMjU2OTMgMTEuMDgzNCA2LjUwMDA0VjEzLjgzMzRDMTEuMDgzNCAxNC4wNzY1IDExLjE4IDE0LjMwOTYgMTEuMzUxOSAxNC40ODE2QzExLjUyMzggMTQuNjUzNSAxMS43NTY5IDE0Ljc1IDEyIDE0Ljc1QzEyLjI0MzIgMTQuNzUgMTIuNDc2MyAxNC42NTM1IDEyLjY0ODIgMTQuNDgxNkMxMi44MjAxIDE0LjMwOTYgMTIuOTE2NyAxNC4wNzY1IDEyLjkxNjcgMTMuODMzNFY2LjUwMDA0QzEyLjkxNjcgNi4yNTY5MyAxMi44MjAxIDYuMDIzNzcgMTIuNjQ4MiA1Ljg1MTg2QzEyLjQ3NjMgNS42Nzk5NSAxMi4yNDMyIDUuNTgzMzcgMTIgNS41ODMzN1oiIGZpbGw9IiM1NTAwNzMiLz4KPHBhdGggZD0iTTEyLjkxNjcgMTcuNUMxMi45MTY3IDE2Ljk5MzggMTIuNTA2MyAxNi41ODM0IDEyIDE2LjU4MzRDMTEuNDkzOCAxNi41ODM0IDExLjA4MzQgMTYuOTkzOCAxMS4wODM0IDE3LjVDMTEuMDgzNCAxOC4wMDYzIDExLjQ5MzggMTguNDE2NyAxMiAxOC40MTY3QzEyLjUwNjMgMTguNDE2NyAxMi45MTY3IDE4LjAwNjMgMTIuOTE2NyAxNy41WiIgZmlsbD0iIzU1MDA3MyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIyNDRfMzEyIj4KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",
|
|
8
|
+
class: "circle-exclamation"
|
|
9
|
+
}, null, -1)), c = { class: "warning-text-upload" }, L = ["multiple"], O = {
|
|
10
|
+
for: "inputFile",
|
|
11
|
+
class: "input-file-label"
|
|
12
|
+
}, S = {
|
|
13
|
+
key: 1,
|
|
14
|
+
class: "input-container",
|
|
15
|
+
style: { gap: "24px" }
|
|
16
|
+
};
|
|
17
|
+
function w(M, N, k, U, Q, m) {
|
|
18
|
+
const l = u("AtIllustration"), t = u("AtParagraph"), z = u("AtProgressBar");
|
|
19
|
+
return e(), o("div", x, [
|
|
20
|
+
g("div", p, [
|
|
21
|
+
d,
|
|
22
|
+
g("p", c, [
|
|
23
|
+
i(j(M.$props.warningTextUpload) + " ", 1),
|
|
24
|
+
M.$props.interactiveTextButton !== "" ? (e(), o("strong", {
|
|
25
|
+
key: 0,
|
|
26
|
+
class: "interactive-text",
|
|
27
|
+
onClick: N[0] || (N[0] = (...I) => M.$props.warningFunction && M.$props.warningFunction(...I))
|
|
28
|
+
}, j(M.$props.interactiveTextButton), 1)) : T("", !0)
|
|
29
|
+
])
|
|
30
|
+
]),
|
|
31
|
+
M.file === null ? (e(), o("div", {
|
|
32
|
+
key: 0,
|
|
33
|
+
class: "input-container",
|
|
34
|
+
onDragover: N[2] || (N[2] = a(() => {
|
|
35
|
+
}, ["prevent"])),
|
|
36
|
+
onDrop: N[3] || (N[3] = (I) => M.handleDrop(I))
|
|
37
|
+
}, [
|
|
38
|
+
D(l, { illustration: "cloudUpload" }),
|
|
39
|
+
g("input", {
|
|
40
|
+
id: "inputFile",
|
|
41
|
+
class: "input-file",
|
|
42
|
+
multiple: M.$props.multipleSelect,
|
|
43
|
+
type: "file",
|
|
44
|
+
label: "",
|
|
45
|
+
onChange: N[1] || (N[1] = (I) => M.handleFileUpload(I))
|
|
46
|
+
}, null, 40, L),
|
|
47
|
+
g("div", null, [
|
|
48
|
+
g("label", O, [
|
|
49
|
+
D(t, {
|
|
50
|
+
size: "p1",
|
|
51
|
+
weight: "bold",
|
|
52
|
+
style: { color: "#550073" }
|
|
53
|
+
}, {
|
|
54
|
+
default: n(() => [
|
|
55
|
+
i(j(M.$props.uploadText), 1)
|
|
56
|
+
]),
|
|
57
|
+
_: 1
|
|
58
|
+
}),
|
|
59
|
+
D(t, { size: "p2" }, {
|
|
60
|
+
default: n(() => [
|
|
61
|
+
i(j(M.$props.uploadInteractionText), 1)
|
|
62
|
+
]),
|
|
63
|
+
_: 1
|
|
64
|
+
})
|
|
65
|
+
])
|
|
66
|
+
])
|
|
67
|
+
], 32)) : T("", !0),
|
|
68
|
+
M.file ? (e(), o("div", S, [
|
|
69
|
+
D(l, { illustration: "filteringUpload" }),
|
|
70
|
+
D(t, {
|
|
71
|
+
size: "p1",
|
|
72
|
+
style: { "font-weight": "500" }
|
|
73
|
+
}, {
|
|
74
|
+
default: n(() => [
|
|
75
|
+
i(" Estamos analisando o arquivo, em breve, retornaremos com os resultados. ")
|
|
76
|
+
]),
|
|
77
|
+
_: 1
|
|
78
|
+
}),
|
|
79
|
+
D(z, {
|
|
80
|
+
file: M.file,
|
|
81
|
+
"handle-remove-file": M.handleRemove,
|
|
82
|
+
"is-only-use": !1,
|
|
83
|
+
onUpdateProgress: M.handleUpdateProgressOnParent
|
|
84
|
+
}, null, 8, ["file", "handle-remove-file", "onUpdateProgress"])
|
|
85
|
+
])) : T("", !0)
|
|
86
|
+
]);
|
|
87
|
+
}
|
|
88
|
+
const v = /* @__PURE__ */ E(s, [["render", w], ["__scopeId", "data-v-d2841fdc"]]);
|
|
89
|
+
export {
|
|
90
|
+
v as default
|
|
91
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { defineComponent as d, ref as n } from "vue";
|
|
2
|
+
import { AtTipograph as i } from "../Tipograph/index.js";
|
|
3
|
+
import p from "../ProgressBar/ProgressBar.vue.js";
|
|
4
|
+
import f from "../Illustration/Illustration.vue.js";
|
|
5
|
+
const T = d({
|
|
6
|
+
test: {
|
|
7
|
+
globals: !0,
|
|
8
|
+
environment: "jsdom"
|
|
9
|
+
},
|
|
10
|
+
name: "AtUpload",
|
|
11
|
+
components: {
|
|
12
|
+
AtParagraph: i.Paragraph,
|
|
13
|
+
AtProgressBar: p,
|
|
14
|
+
AtIllustration: f
|
|
15
|
+
},
|
|
16
|
+
props: {
|
|
17
|
+
warningTextUpload: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: !0,
|
|
20
|
+
default: "Texto de aviso sobre o upload",
|
|
21
|
+
validator: (e) => typeof e == "string"
|
|
22
|
+
},
|
|
23
|
+
uploadText: {
|
|
24
|
+
type: String,
|
|
25
|
+
required: !1,
|
|
26
|
+
default: "Importe seu arquivo aqui",
|
|
27
|
+
validator: (e) => typeof e == "string"
|
|
28
|
+
},
|
|
29
|
+
uploadInteractionText: {
|
|
30
|
+
type: String,
|
|
31
|
+
required: !0,
|
|
32
|
+
default: "Arraste ou clique para fazer upload do arquivo",
|
|
33
|
+
validator: (e) => typeof e == "string"
|
|
34
|
+
},
|
|
35
|
+
maxSize: {
|
|
36
|
+
type: Number,
|
|
37
|
+
required: !1,
|
|
38
|
+
default: 100,
|
|
39
|
+
validator: (e) => typeof e == "number"
|
|
40
|
+
},
|
|
41
|
+
multipleSelect: {
|
|
42
|
+
type: Boolean,
|
|
43
|
+
required: !1,
|
|
44
|
+
default: !1,
|
|
45
|
+
validator: (e) => typeof e == "boolean"
|
|
46
|
+
},
|
|
47
|
+
interactiveTextButton: {
|
|
48
|
+
type: String,
|
|
49
|
+
required: !1,
|
|
50
|
+
default: "clique aqui",
|
|
51
|
+
validator: (e) => typeof e == "string"
|
|
52
|
+
},
|
|
53
|
+
warningFunction: {
|
|
54
|
+
type: Function,
|
|
55
|
+
required: !1,
|
|
56
|
+
default: () => {
|
|
57
|
+
console.warn("This is a warning");
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
uploadProgress: {
|
|
61
|
+
type: Number,
|
|
62
|
+
required: !1,
|
|
63
|
+
default: 0,
|
|
64
|
+
validator: (e) => typeof e == "number"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
emits: ["updateProgress", "updateFile"],
|
|
68
|
+
setup(e, { emit: o }) {
|
|
69
|
+
const r = n(null), l = n(e.uploadProgress), u = n(0), s = n(!1);
|
|
70
|
+
return {
|
|
71
|
+
file: r,
|
|
72
|
+
progress: l,
|
|
73
|
+
uploadBytes: u,
|
|
74
|
+
goBack: s,
|
|
75
|
+
handleFileUpload: async (t) => {
|
|
76
|
+
const a = t.target.files;
|
|
77
|
+
a != null && a.length && (r.value = a[0], o("updateFile", r.value));
|
|
78
|
+
},
|
|
79
|
+
handleDrop: (t) => {
|
|
80
|
+
if (t.preventDefault(), t.dataTransfer) {
|
|
81
|
+
const a = t.dataTransfer.files;
|
|
82
|
+
a != null && a.length && (r.value = a[0], o("updateFile", r.value));
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
handleRemove: () => {
|
|
86
|
+
r.value = null, l.value = 0, o("updateFile", null), o("updateProgress", 0);
|
|
87
|
+
},
|
|
88
|
+
handleUpdateProgressOnParent: (t) => {
|
|
89
|
+
l.value = t, o("updateProgress", l.value);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
export {
|
|
95
|
+
T as default
|
|
96
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { default as r } from "./Accordion/Accordion.vue.js";
|
|
2
|
+
import { default as e } from "./Avatar/Avatar.vue.js";
|
|
3
|
+
import { default as p } from "./Button/Button.vue.js";
|
|
4
|
+
import { default as A } from "./Checkbox/Checkbox.vue.js";
|
|
5
|
+
import { default as x } from "./Modal/Modal.vue.js";
|
|
6
|
+
import { AtInput as m } from "./Input/index.js";
|
|
7
|
+
import { default as g } from "./Toggle/Toggle.vue.js";
|
|
8
|
+
import { AtSelect as n } from "./Select/index.js";
|
|
9
|
+
import { AtTipograph as h } from "./Tipograph/index.js";
|
|
10
|
+
import { default as b } from "./Tabs/Tabs.vue.js";
|
|
11
|
+
import { AtDataTable as B } from "./DataTable/index.js";
|
|
12
|
+
import { default as k } from "./Illustration/Illustration.vue.js";
|
|
13
|
+
import { default as D } from "./CardWithInsights/CardWithInsights.vue.js";
|
|
14
|
+
import { default as M } from "./Faq/Faq.vue.js";
|
|
15
|
+
import { default as Q } from "./ProgressBar/ProgressBar.vue.js";
|
|
16
|
+
import { default as U } from "./Upload/Upload.vue.js";
|
|
17
|
+
export {
|
|
18
|
+
r as AtAccordion,
|
|
19
|
+
e as AtAvatar,
|
|
20
|
+
p as AtButton,
|
|
21
|
+
D as AtCardWithInsights,
|
|
22
|
+
A as AtCheckbox,
|
|
23
|
+
B as AtDataTable,
|
|
24
|
+
M as AtFAQ,
|
|
25
|
+
k as AtIllustration,
|
|
26
|
+
m as AtInput,
|
|
27
|
+
x as AtModal,
|
|
28
|
+
Q as AtProgressBar,
|
|
29
|
+
n as AtSelect,
|
|
30
|
+
b as AtTabs,
|
|
31
|
+
h as AtTipograph,
|
|
32
|
+
g as AtToggle,
|
|
33
|
+
U as AtUpload
|
|
34
|
+
};
|