@agrotools1/at-components 1.0.87 → 1.0.89
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 +66 -2
- package/dist/CardWithInsights/CardWithInsights.vue.d.ts +1 -1
- package/dist/Illustration/Illustration.d.ts +1 -0
- package/dist/Illustration/Illustration.d.ts.map +1 -1
- package/dist/Illustration/Illustration.vue.d.ts +1 -1
- package/dist/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/Upload/MultipleUpload/MultipleUpload.vue.d.ts +1 -1
- package/dist/Upload/SingleUpload/SingleUpload.vue.d.ts +2 -2
- package/dist/Upload/Upload.vue.d.ts +3 -3
- package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.d.ts +1 -1
- package/dist/Upload/UploaderInput/UploaderInput.vue.d.ts +1 -1
- package/dist/agrotools-theme.css +1 -1
- package/dist/agrotools-theme.css.map +1 -1
- package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +23 -0
- package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +26 -0
- package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +28 -0
- package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +41 -0
- package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +23 -0
- package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +22 -0
- package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +22 -0
- package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/index.d.ts +10 -0
- package/dist/components/ui/alert-dialog/index.d.ts.map +1 -0
- package/dist/components/ui/badge/index.d.ts +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogBody.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogBody.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +39 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +39 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +17 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/stepper/Stepper.vue.d.ts +41 -0
- package/dist/components/ui/stepper/Stepper.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperDescription.vue.d.ts +23 -0
- package/dist/components/ui/stepper/StepperDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperIndicator.vue.d.ts +23 -0
- package/dist/components/ui/stepper/StepperIndicator.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperItem.vue.d.ts +24 -0
- package/dist/components/ui/stepper/StepperItem.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperSeparator.vue.d.ts +8 -0
- package/dist/components/ui/stepper/StepperSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperTitle.vue.d.ts +23 -0
- package/dist/components/ui/stepper/StepperTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/StepperTrigger.vue.d.ts +23 -0
- package/dist/components/ui/stepper/StepperTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/stepper/index.d.ts +8 -0
- package/dist/components/ui/stepper/index.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1117 -1116
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,71 @@
|
|
|
1
1
|
# At Components
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Uma biblioteca abrangente de componentes Vue 3 para aplicações da Nova Plataforma da Agrotools.
|
|
4
|
+
Esta biblioteca fornece uma coleção de componentes de UI reutilizáveis construídos com as melhores práticas modernas, focando em acessibilidade, personalização e experiência do desenvolvedor.
|
|
5
|
+
|
|
6
|
+
## Instalação
|
|
4
7
|
|
|
5
8
|
```bash
|
|
6
|
-
pnpm install at-components
|
|
9
|
+
pnpm install @agrotools1/at-components
|
|
7
10
|
```
|
|
11
|
+
|
|
12
|
+
## Recursos
|
|
13
|
+
|
|
14
|
+
- 🚀 **Componentes Vue 3** - Construídos exclusivamente para Vue 3 com suporte a TypeScript
|
|
15
|
+
- 🎨 **Personalizável** - Opções de estilização flexíveis com Tailwind CSS e SCSS
|
|
16
|
+
- ♿ **Acessível** - Componentes seguem as diretrizes WAI-ARIA
|
|
17
|
+
- 📚 **Bem Documentado** - Documentação abrangente com exemplos
|
|
18
|
+
- 🧪 **Integração com Storybook** - Demonstrações interativas de componentes
|
|
19
|
+
- 🔄 **Componentes Controlados** - Suporte para v-model e controle programático
|
|
20
|
+
|
|
21
|
+
## Uso
|
|
22
|
+
|
|
23
|
+
Importe e use componentes em sua aplicação Vue:
|
|
24
|
+
|
|
25
|
+
```vue
|
|
26
|
+
<template>
|
|
27
|
+
<AtAccordion type="single" collapsible>
|
|
28
|
+
<AtAccordionItem value="item-1">
|
|
29
|
+
<AtAccordionTrigger>Seção 1</AtAccordionTrigger>
|
|
30
|
+
<AtAccordionContent>
|
|
31
|
+
Este é o conteúdo da seção 1.
|
|
32
|
+
</AtAccordionContent>
|
|
33
|
+
</AtAccordionItem>
|
|
34
|
+
</AtAccordion>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<script setup>
|
|
38
|
+
import {
|
|
39
|
+
AtAccordion,
|
|
40
|
+
AtAccordionItem,
|
|
41
|
+
AtAccordionTrigger,
|
|
42
|
+
AtAccordionContent
|
|
43
|
+
} from '@agrotools1/at-components';
|
|
44
|
+
</script>
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Documentação de Componentes
|
|
48
|
+
|
|
49
|
+
Cada componente inclui documentação abrangente com:
|
|
50
|
+
|
|
51
|
+
- API de props e eventos
|
|
52
|
+
- Exemplos de uso
|
|
53
|
+
- Variações e opções de personalização
|
|
54
|
+
- Trechos de código
|
|
55
|
+
|
|
56
|
+
## Dependências
|
|
57
|
+
|
|
58
|
+
A biblioteca utiliza estas tecnologias principais:
|
|
59
|
+
|
|
60
|
+
- [Vue 3](https://vuejs.org/)
|
|
61
|
+
- [Tailwind CSS](https://tailwindcss.com/)
|
|
62
|
+
- [reka-ui](https://reka-ui.io/)
|
|
63
|
+
- [@agrotools1/at-icons](https://www.npmjs.com/package/@agrotools1/at-icons)
|
|
64
|
+
|
|
65
|
+
## Desenvolvimento
|
|
66
|
+
|
|
67
|
+
Este pacote é parte do monorepo da Agrotools. Para contribuir:
|
|
68
|
+
|
|
69
|
+
1. Clone o repositório
|
|
70
|
+
2. Instale dependências com `pnpm install`
|
|
71
|
+
3. Construa a biblioteca com `pnpm build`
|
|
@@ -100,7 +100,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
100
100
|
}>> & Readonly<{}>, {
|
|
101
101
|
width: number;
|
|
102
102
|
height: number;
|
|
103
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
103
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
105
105
|
AtCircleQuestionSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
106
106
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Illustration.d.ts","sourceRoot":"","sources":["../../src/Illustration/Illustration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Illustration.d.ts","sourceRoot":"","sources":["../../src/Illustration/Illustration.ts"],"names":[],"mappings":"AAgEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8D5B,CAAA"}
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
44
|
width: number;
|
|
45
45
|
height: number;
|
|
46
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
46
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
47
47
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
export default _default;
|
|
49
49
|
//# sourceMappingURL=Illustration.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../src/Tooltip/Tooltip.vue"],"names":[],"mappings":"AA+cA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAA;AAMxC,MAAM,WAAW,YAAY;IAC3B,QAAQ,EACJ,aAAa,GACb,eAAe,GACf,cAAc,GACd,UAAU,GACV,YAAY,GACZ,WAAW,GACX,aAAa,GACb,aAAa,GACb,cAAc,GACd,cAAc,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,OAAO,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,OAAO,CAAA;CACjB;;;;cAaqB,MAAM,YAAY,CAAC,MAAM,CAAC;;;;;cAK1B,MAAM,YAAY,CAAC,eAAe,CAAC;;;;cAIlC,MAAM,YAAY,CAAC,MAAM,CAAC;;;;;;cAM3B,MAAM,YAAY,CAAC,UAAU,CAAC;;2BAE3B,MAAM;;;cAeR,MAAM,YAAY,CAAC,SAAS,CAAC;;;;;;;WAY3C,MAAM;WACN,MAAM;;WADN,MAAM;WACN,MAAM;;;;;;;;;;4BAuMoB,UAAU;qBAaX,MAAM;;;;cAjQlB,MAAM,YAAY,CAAC,MAAM,CAAC;;;;;cAK1B,MAAM,YAAY,CAAC,eAAe,CAAC;;;;cAIlC,MAAM,YAAY,CAAC,MAAM,CAAC;;;;;;cAM3B,MAAM,YAAY,CAAC,UAAU,CAAC;;2BAE3B,MAAM;;;cAeR,MAAM,YAAY,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3CpD,wBAkTC"}
|
|
@@ -585,7 +585,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
585
585
|
}>> & Readonly<{}>, {
|
|
586
586
|
width: number;
|
|
587
587
|
height: number;
|
|
588
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
588
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
589
589
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
590
590
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
591
591
|
weight: {
|
|
@@ -309,7 +309,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
309
|
}>> & Readonly<{}>, {
|
|
310
310
|
width: number;
|
|
311
311
|
height: number;
|
|
312
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
312
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
313
313
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
314
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
315
315
|
AtProgressBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -631,7 +631,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
631
631
|
}>> & Readonly<{}>, {
|
|
632
632
|
width: number;
|
|
633
633
|
height: number;
|
|
634
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
634
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
635
635
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
636
636
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
637
637
|
weight: {
|
|
@@ -528,7 +528,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
528
|
}>> & Readonly<{}>, {
|
|
529
529
|
width: number;
|
|
530
530
|
height: number;
|
|
531
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
531
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
532
532
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
533
533
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
534
534
|
AtProgressBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -850,7 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
850
850
|
}>> & Readonly<{}>, {
|
|
851
851
|
width: number;
|
|
852
852
|
height: number;
|
|
853
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
853
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
854
854
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
855
855
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
856
856
|
weight: {
|
|
@@ -1464,7 +1464,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1464
1464
|
}>> & Readonly<{}>, {
|
|
1465
1465
|
width: number;
|
|
1466
1466
|
height: number;
|
|
1467
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
1467
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
1468
1468
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1469
1469
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1470
1470
|
weight: {
|
|
@@ -84,7 +84,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
}>> & Readonly<{}>, {
|
|
85
85
|
width: number;
|
|
86
86
|
height: number;
|
|
87
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
87
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
88
88
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
89
89
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
90
90
|
export default _default;
|
|
@@ -125,7 +125,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
125
|
}>> & Readonly<{}>, {
|
|
126
126
|
width: number;
|
|
127
127
|
height: number;
|
|
128
|
-
illustration: "map" | "area" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
128
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "signal" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline" | "searchTerritory" | "siren" | "dynamicProduction" | "inapto";
|
|
129
129
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
130
130
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
131
131
|
weight: {
|