@agrotools1/at-components 1.0.91 → 1.0.93
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/CardWithInsights/CardWithInsights.vue.d.ts +1 -1
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts +3 -3
- package/dist/Dropdown/Dropdown.core.vue.d.ts.map +1 -1
- package/dist/Illustration/Illustration.d.ts +5 -5
- package/dist/Illustration/Illustration.vue.d.ts +1 -1
- package/dist/Input/Input.core.vue.d.ts +3 -3
- package/dist/Input/Input.core.vue.d.ts.map +1 -1
- package/dist/Input/Text-area.vue.d.ts +3 -3
- package/dist/Input/index.d.ts +6 -6
- package/dist/Menu/Menu.vue.d.ts +3 -3
- package/dist/Search/Search.vue.d.ts +3 -3
- package/dist/Select/Multiple/Select.multiple.vue.d.ts +3 -3
- package/dist/Select/Select.core.vue.d.ts +3 -3
- package/dist/Select/Single/Select.single.vue.d.ts +3 -3
- package/dist/Select/index.d.ts +6 -6
- 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/accordion/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/ui/avatar/Avatar.vue.d.ts +28 -0
- package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +23 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts +19 -0
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/index.d.ts +4 -0
- package/dist/components/ui/avatar/index.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +26 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/index.d.ts +6 -0
- package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/ui/button/Button.vue.d.ts +1 -1
- package/dist/components/ui/button/index.d.ts +1 -1
- package/dist/components/ui/calendar/Calendar.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/card/Card.vue.d.ts +1 -1
- package/dist/components/ui/card/CardDescription.vue.d.ts +1 -1
- package/dist/components/ui/card/CardTitle.vue.d.ts +1 -1
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts +23 -0
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts +19 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +27 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +27 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/index.d.ts +8 -0
- package/dist/components/ui/carousel/index.d.ts.map +1 -0
- package/dist/components/ui/carousel/interface.d.ts +20 -0
- package/dist/components/ui/carousel/interface.d.ts.map +1 -0
- package/dist/components/ui/carousel/useCarousel.d.ts +16 -0
- package/dist/components/ui/carousel/useCarousel.d.ts.map +1 -0
- package/dist/components/ui/combobox/Combobox.vue.d.ts +34 -0
- package/dist/components/ui/combobox/Combobox.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts +24 -0
- package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +29 -0
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItem.vue.d.ts +27 -0
- package/dist/components/ui/combobox/ComboboxItem.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxList.vue.d.ts +37 -0
- package/dist/components/ui/combobox/ComboboxList.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +12 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/command/Command.vue.d.ts +31 -0
- package/dist/components/ui/command/Command.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandDialog.vue.d.ts +30 -0
- package/dist/components/ui/command/CommandDialog.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandEmpty.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandGroup.vue.d.ts +24 -0
- package/dist/components/ui/command/CommandGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandInput.vue.d.ts +8 -0
- package/dist/components/ui/command/CommandInput.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandItem.vue.d.ts +31 -0
- package/dist/components/ui/command/CommandItem.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandList.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandList.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandSeparator.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandShortcut.vue.d.ts +22 -0
- package/dist/components/ui/command/CommandShortcut.vue.d.ts.map +1 -0
- package/dist/components/ui/command/contexts.d.ts +28 -0
- package/dist/components/ui/command/contexts.d.ts.map +1 -0
- package/dist/components/ui/command/index.d.ts +10 -0
- package/dist/components/ui/command/index.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -1
- package/dist/components/ui/illustration/Illustration.vue.d.ts +9 -0
- package/dist/components/ui/illustration/Illustration.vue.d.ts.map +1 -0
- package/dist/components/ui/illustration/illustrations.d.ts +65 -0
- package/dist/components/ui/illustration/illustrations.d.ts.map +1 -0
- package/dist/components/ui/illustration/index.d.ts +3 -0
- package/dist/components/ui/illustration/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.vue.d.ts +8 -5
- package/dist/components/ui/input/Input.vue.d.ts.map +1 -1
- package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts +44 -0
- package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts +23 -0
- package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts +21 -0
- package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts +47 -0
- package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts +26 -0
- package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts +52 -0
- package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts +23 -0
- package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts +27 -0
- package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts +14 -0
- package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/contexts.d.ts +32 -0
- package/dist/components/ui/multi-select/contexts.d.ts.map +1 -0
- package/dist/components/ui/multi-select/index.d.ts +11 -0
- package/dist/components/ui/multi-select/index.d.ts.map +1 -0
- package/dist/components/ui/multi-select/utils.d.ts +3 -0
- package/dist/components/ui/multi-select/utils.d.ts.map +1 -0
- package/dist/components/ui/pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/ui/pagination/PaginationFirst.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationItem.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationLast.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationNext.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationPrevious.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts +3 -1
- package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -1
- package/dist/components/ui/separator/Separator.vue.d.ts +11 -0
- package/dist/components/ui/separator/Separator.vue.d.ts.map +1 -0
- package/dist/components/ui/separator/index.d.ts +2 -0
- package/dist/components/ui/separator/index.d.ts.map +1 -0
- package/dist/components/ui/sheet/Sheet.vue.d.ts +23 -0
- package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts +40 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts +22 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts +22 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/index.d.ts +9 -0
- package/dist/components/ui/sheet/index.d.ts.map +1 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +26 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +28 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +31 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +28 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/index.d.ts +35 -0
- package/dist/components/ui/sidebar/index.d.ts.map +1 -0
- package/dist/components/ui/sidebar/utils.d.ts +29 -0
- package/dist/components/ui/sidebar/utils.d.ts.map +1 -0
- package/dist/components/ui/sonner/Sonner.vue.d.ts +41 -0
- package/dist/components/ui/sonner/Sonner.vue.d.ts.map +1 -0
- package/dist/components/ui/sonner/Toast.vue.d.ts +50 -0
- package/dist/components/ui/sonner/Toast.vue.d.ts.map +1 -0
- package/dist/components/ui/sonner/index.d.ts +10 -0
- package/dist/components/ui/sonner/index.d.ts.map +1 -0
- package/dist/components/ui/sonner/toast.d.ts +11 -0
- package/dist/components/ui/sonner/toast.d.ts.map +1 -0
- package/dist/components/ui/stepper/Stepper.vue.d.ts +1 -1
- package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabsList.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +2 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/index.d.ts +5 -0
- package/dist/components/ui/tabs/index.d.ts.map +1 -1
- package/dist/components/ui/tag/Tag.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContent.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContent.vue.d.ts.map +1 -1
- package/dist/components/ui/upload/UploadContentDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentLoadingDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentSuccessDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentTitle.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadFileItem.vue.d.ts +1 -1
- package/dist/examples/sidebar/data.d.ts +9 -0
- package/dist/examples/sidebar/data.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12139 -7704
- package/package.json +10 -4
|
@@ -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" | "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"
|
|
103
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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>;
|
|
@@ -409,7 +409,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
409
|
resizeSelectedItems: () => Promise<void>;
|
|
410
410
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
411
411
|
checkOverflow: () => Promise<void>;
|
|
412
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
412
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
413
413
|
modelValue: {
|
|
414
414
|
type: StringConstructor;
|
|
415
415
|
required: false;
|
|
@@ -508,9 +508,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
508
508
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
509
509
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
510
510
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
511
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
511
512
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
512
513
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
513
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
514
514
|
}>, {
|
|
515
515
|
required: boolean;
|
|
516
516
|
label: string;
|
|
@@ -523,12 +523,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
523
|
cursor: string;
|
|
524
524
|
disabled: boolean;
|
|
525
525
|
modelValue: string;
|
|
526
|
-
placeholder: string;
|
|
527
526
|
icon: {
|
|
528
527
|
name: string;
|
|
529
528
|
color?: string;
|
|
530
529
|
size?: string;
|
|
531
530
|
};
|
|
531
|
+
placeholder: string;
|
|
532
532
|
forceFocus: boolean;
|
|
533
533
|
debounce: number;
|
|
534
534
|
preventInputEvent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.core.vue.d.ts","sourceRoot":"","sources":["../../src/Dropdown/Dropdown.core.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dropdown.core.vue.d.ts","sourceRoot":"","sources":["../../src/Dropdown/Dropdown.core.vue"],"names":[],"mappings":"AAgSA,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAElD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;;;cASlC,QAAQ,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;;;cAItC,QAAQ,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;;;;cAItC,QAAQ,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;;;;cAIvC,QAAQ,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;;;;cAI7C,QAAQ,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,CAAC;;;;cAInD,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;;;;;;;;;;;;;;cApBhC,QAAQ,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;;;cAItC,QAAQ,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;;;;cAItC,QAAQ,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;;;;cAIvC,QAAQ,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;;;;cAI7C,QAAQ,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,CAAC;;;;cAInD,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;;;;;;;;;;;;;;;AAzBvD,wBA6LC"}
|
|
@@ -6,11 +6,13 @@ export declare const allIllustrations: {
|
|
|
6
6
|
cloudDownload: any;
|
|
7
7
|
cloudUpload: any;
|
|
8
8
|
corruptedFile: any;
|
|
9
|
+
dynamicProduction: any;
|
|
9
10
|
emptyBox: any;
|
|
10
11
|
emptyFolder2: any;
|
|
11
12
|
emptyFolder: any;
|
|
12
13
|
empty: any;
|
|
13
14
|
errorIllustration: any;
|
|
15
|
+
error: any;
|
|
14
16
|
fileBackup2: any;
|
|
15
17
|
fileBackup: any;
|
|
16
18
|
filteringUpload: any;
|
|
@@ -24,7 +26,9 @@ export declare const allIllustrations: {
|
|
|
24
26
|
photos: any;
|
|
25
27
|
recycleBin: any;
|
|
26
28
|
rocketLaunch: any;
|
|
29
|
+
searchTerritory: any;
|
|
27
30
|
signal: any;
|
|
31
|
+
siren: any;
|
|
28
32
|
wrong: any;
|
|
29
33
|
advancedAnalysis: any;
|
|
30
34
|
agriculture: any;
|
|
@@ -40,6 +44,7 @@ export declare const allIllustrations: {
|
|
|
40
44
|
farm: any;
|
|
41
45
|
geographicalConsultationMunicipalities: any;
|
|
42
46
|
gix: any;
|
|
47
|
+
inapto: any;
|
|
43
48
|
insurance: any;
|
|
44
49
|
landAppreciation: any;
|
|
45
50
|
lockdown: any;
|
|
@@ -55,10 +60,5 @@ export declare const allIllustrations: {
|
|
|
55
60
|
storm: any;
|
|
56
61
|
territoryDetails: any;
|
|
57
62
|
timeline: any;
|
|
58
|
-
searchTerritory: any;
|
|
59
|
-
siren: any;
|
|
60
|
-
dynamicProduction: any;
|
|
61
|
-
inapto: any;
|
|
62
|
-
error: any;
|
|
63
63
|
};
|
|
64
64
|
//# sourceMappingURL=Illustration.d.ts.map
|
|
@@ -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" | "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"
|
|
46
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
47
47
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
export default _default;
|
|
49
49
|
//# sourceMappingURL=Illustration.vue.d.ts.map
|
|
@@ -368,7 +368,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
368
|
resizeSelectedItems: () => Promise<void>;
|
|
369
369
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
370
370
|
checkOverflow: () => Promise<void>;
|
|
371
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
371
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
372
372
|
modelValue: {
|
|
373
373
|
type: StringConstructor;
|
|
374
374
|
required: false;
|
|
@@ -467,9 +467,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
467
467
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
468
468
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
469
469
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
470
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
470
471
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
471
472
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
472
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
473
473
|
}>, {
|
|
474
474
|
required: boolean;
|
|
475
475
|
label: string;
|
|
@@ -482,12 +482,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
482
|
cursor: string;
|
|
483
483
|
disabled: boolean;
|
|
484
484
|
modelValue: string;
|
|
485
|
-
placeholder: string;
|
|
486
485
|
icon: {
|
|
487
486
|
name: string;
|
|
488
487
|
color?: string;
|
|
489
488
|
size?: string;
|
|
490
489
|
};
|
|
490
|
+
placeholder: string;
|
|
491
491
|
forceFocus: boolean;
|
|
492
492
|
debounce: number;
|
|
493
493
|
preventInputEvent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM
|
|
1
|
+
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;cAGT,MAAM;gBACJ,MAAM;eACP,MAAM;;;;;;;;;;;;;;;AAWjB,wBAyYC"}
|
|
@@ -347,7 +347,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
347
347
|
resizeSelectedItems: () => Promise<void>;
|
|
348
348
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
349
349
|
checkOverflow: () => Promise<void>;
|
|
350
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
350
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
351
351
|
modelValue: {
|
|
352
352
|
type: StringConstructor;
|
|
353
353
|
required: false;
|
|
@@ -446,9 +446,9 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
446
446
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
447
447
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
448
448
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
449
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
449
450
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
450
451
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
451
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
452
452
|
}>, {
|
|
453
453
|
required: boolean;
|
|
454
454
|
label: string;
|
|
@@ -461,12 +461,12 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
461
461
|
cursor: string;
|
|
462
462
|
disabled: boolean;
|
|
463
463
|
modelValue: string;
|
|
464
|
-
placeholder: string;
|
|
465
464
|
icon: {
|
|
466
465
|
name: string;
|
|
467
466
|
color?: string;
|
|
468
467
|
size?: string;
|
|
469
468
|
};
|
|
469
|
+
placeholder: string;
|
|
470
470
|
forceFocus: boolean;
|
|
471
471
|
debounce: number;
|
|
472
472
|
preventInputEvent: boolean;
|
package/dist/Input/index.d.ts
CHANGED
|
@@ -349,7 +349,7 @@ declare const AtInput: {
|
|
|
349
349
|
resizeSelectedItems: () => Promise<void>;
|
|
350
350
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
351
351
|
checkOverflow: () => Promise<void>;
|
|
352
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
352
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
353
353
|
modelValue: {
|
|
354
354
|
type: StringConstructor;
|
|
355
355
|
required: false;
|
|
@@ -448,9 +448,9 @@ declare const AtInput: {
|
|
|
448
448
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
449
449
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
450
450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
451
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
451
452
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
452
453
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
453
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
454
454
|
}>, {
|
|
455
455
|
required: boolean;
|
|
456
456
|
label: string;
|
|
@@ -463,12 +463,12 @@ declare const AtInput: {
|
|
|
463
463
|
cursor: string;
|
|
464
464
|
disabled: boolean;
|
|
465
465
|
modelValue: string;
|
|
466
|
-
placeholder: string;
|
|
467
466
|
icon: {
|
|
468
467
|
name: string;
|
|
469
468
|
color?: string;
|
|
470
469
|
size?: string;
|
|
471
470
|
};
|
|
471
|
+
placeholder: string;
|
|
472
472
|
forceFocus: boolean;
|
|
473
473
|
debounce: number;
|
|
474
474
|
preventInputEvent: boolean;
|
|
@@ -830,7 +830,7 @@ declare const AtInput: {
|
|
|
830
830
|
resizeSelectedItems: () => Promise<void>;
|
|
831
831
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
832
832
|
checkOverflow: () => Promise<void>;
|
|
833
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
833
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
834
834
|
modelValue: {
|
|
835
835
|
type: StringConstructor;
|
|
836
836
|
required: false;
|
|
@@ -929,9 +929,9 @@ declare const AtInput: {
|
|
|
929
929
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
930
930
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
931
931
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
932
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
932
933
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
933
934
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
934
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
935
935
|
}>, {
|
|
936
936
|
required: boolean;
|
|
937
937
|
label: string;
|
|
@@ -944,12 +944,12 @@ declare const AtInput: {
|
|
|
944
944
|
cursor: string;
|
|
945
945
|
disabled: boolean;
|
|
946
946
|
modelValue: string;
|
|
947
|
-
placeholder: string;
|
|
948
947
|
icon: {
|
|
949
948
|
name: string;
|
|
950
949
|
color?: string;
|
|
951
950
|
size?: string;
|
|
952
951
|
};
|
|
952
|
+
placeholder: string;
|
|
953
953
|
forceFocus: boolean;
|
|
954
954
|
debounce: number;
|
|
955
955
|
preventInputEvent: boolean;
|
package/dist/Menu/Menu.vue.d.ts
CHANGED
|
@@ -576,7 +576,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
576
576
|
resizeSelectedItems: () => Promise<void>;
|
|
577
577
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
578
578
|
checkOverflow: () => Promise<void>;
|
|
579
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
579
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
580
580
|
modelValue: {
|
|
581
581
|
type: StringConstructor;
|
|
582
582
|
required: false;
|
|
@@ -675,9 +675,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
675
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
676
676
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
678
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
678
679
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
679
680
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
680
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
681
681
|
}>, {
|
|
682
682
|
required: boolean;
|
|
683
683
|
label: string;
|
|
@@ -690,12 +690,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
690
690
|
cursor: string;
|
|
691
691
|
disabled: boolean;
|
|
692
692
|
modelValue: string;
|
|
693
|
-
placeholder: string;
|
|
694
693
|
icon: {
|
|
695
694
|
name: string;
|
|
696
695
|
color?: string;
|
|
697
696
|
size?: string;
|
|
698
697
|
};
|
|
698
|
+
placeholder: string;
|
|
699
699
|
forceFocus: boolean;
|
|
700
700
|
debounce: number;
|
|
701
701
|
preventInputEvent: boolean;
|
|
@@ -526,7 +526,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
526
526
|
resizeSelectedItems: () => Promise<void>;
|
|
527
527
|
inputClass: ComputedRef<"" | "AT-ITEMS_input">;
|
|
528
528
|
checkOverflow: () => Promise<void>;
|
|
529
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
529
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
530
530
|
modelValue: {
|
|
531
531
|
type: StringConstructor;
|
|
532
532
|
required: false;
|
|
@@ -625,9 +625,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
625
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
626
626
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
627
627
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
628
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
628
629
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
629
630
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
630
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
631
631
|
}>, {
|
|
632
632
|
required: boolean;
|
|
633
633
|
label: string;
|
|
@@ -640,12 +640,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
640
640
|
cursor: string;
|
|
641
641
|
disabled: boolean;
|
|
642
642
|
modelValue: string;
|
|
643
|
-
placeholder: string;
|
|
644
643
|
icon: {
|
|
645
644
|
name: string;
|
|
646
645
|
color?: string;
|
|
647
646
|
size?: string;
|
|
648
647
|
};
|
|
648
|
+
placeholder: string;
|
|
649
649
|
forceFocus: boolean;
|
|
650
650
|
debounce: number;
|
|
651
651
|
preventInputEvent: boolean;
|
|
@@ -667,7 +667,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
667
|
resizeSelectedItems: () => Promise<void>;
|
|
668
668
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
669
669
|
checkOverflow: () => Promise<void>;
|
|
670
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
670
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
671
671
|
modelValue: {
|
|
672
672
|
type: StringConstructor;
|
|
673
673
|
required: false;
|
|
@@ -766,9 +766,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
766
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
767
767
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
768
768
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
769
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
769
770
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
770
771
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
771
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
772
772
|
}>, {
|
|
773
773
|
required: boolean;
|
|
774
774
|
label: string;
|
|
@@ -781,12 +781,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
781
781
|
cursor: string;
|
|
782
782
|
disabled: boolean;
|
|
783
783
|
modelValue: string;
|
|
784
|
-
placeholder: string;
|
|
785
784
|
icon: {
|
|
786
785
|
name: string;
|
|
787
786
|
color?: string;
|
|
788
787
|
size?: string;
|
|
789
788
|
};
|
|
789
|
+
placeholder: string;
|
|
790
790
|
forceFocus: boolean;
|
|
791
791
|
debounce: number;
|
|
792
792
|
preventInputEvent: boolean;
|
|
@@ -528,7 +528,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
528
|
resizeSelectedItems: () => Promise<void>;
|
|
529
529
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
530
530
|
checkOverflow: () => Promise<void>;
|
|
531
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
531
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
532
532
|
modelValue: {
|
|
533
533
|
type: StringConstructor;
|
|
534
534
|
required: false;
|
|
@@ -627,9 +627,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
627
627
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
629
629
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
630
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
630
631
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
631
632
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
632
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
633
633
|
}>, {
|
|
634
634
|
required: boolean;
|
|
635
635
|
label: string;
|
|
@@ -642,12 +642,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
642
642
|
cursor: string;
|
|
643
643
|
disabled: boolean;
|
|
644
644
|
modelValue: string;
|
|
645
|
-
placeholder: string;
|
|
646
645
|
icon: {
|
|
647
646
|
name: string;
|
|
648
647
|
color?: string;
|
|
649
648
|
size?: string;
|
|
650
649
|
};
|
|
650
|
+
placeholder: string;
|
|
651
651
|
forceFocus: boolean;
|
|
652
652
|
debounce: number;
|
|
653
653
|
preventInputEvent: boolean;
|
|
@@ -706,7 +706,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
706
706
|
resizeSelectedItems: () => Promise<void>;
|
|
707
707
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
708
708
|
checkOverflow: () => Promise<void>;
|
|
709
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
709
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
710
710
|
modelValue: {
|
|
711
711
|
type: StringConstructor;
|
|
712
712
|
required: false;
|
|
@@ -805,9 +805,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
805
805
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
806
806
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
807
807
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
808
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
808
809
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
809
810
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
810
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
811
811
|
}>, {
|
|
812
812
|
required: boolean;
|
|
813
813
|
label: string;
|
|
@@ -820,12 +820,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
820
820
|
cursor: string;
|
|
821
821
|
disabled: boolean;
|
|
822
822
|
modelValue: string;
|
|
823
|
-
placeholder: string;
|
|
824
823
|
icon: {
|
|
825
824
|
name: string;
|
|
826
825
|
color?: string;
|
|
827
826
|
size?: string;
|
|
828
827
|
};
|
|
828
|
+
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
package/dist/Select/index.d.ts
CHANGED
|
@@ -706,7 +706,7 @@ declare const AtSelect: {
|
|
|
706
706
|
resizeSelectedItems: () => Promise<void>;
|
|
707
707
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
708
708
|
checkOverflow: () => Promise<void>;
|
|
709
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
709
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
710
710
|
modelValue: {
|
|
711
711
|
type: StringConstructor;
|
|
712
712
|
required: false;
|
|
@@ -805,9 +805,9 @@ declare const AtSelect: {
|
|
|
805
805
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
806
806
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
807
807
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
808
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
808
809
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
809
810
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
810
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
811
811
|
}>, {
|
|
812
812
|
required: boolean;
|
|
813
813
|
label: string;
|
|
@@ -820,12 +820,12 @@ declare const AtSelect: {
|
|
|
820
820
|
cursor: string;
|
|
821
821
|
disabled: boolean;
|
|
822
822
|
modelValue: string;
|
|
823
|
-
placeholder: string;
|
|
824
823
|
icon: {
|
|
825
824
|
name: string;
|
|
826
825
|
color?: string;
|
|
827
826
|
size?: string;
|
|
828
827
|
};
|
|
828
|
+
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
|
@@ -1811,7 +1811,7 @@ declare const AtSelect: {
|
|
|
1811
1811
|
resizeSelectedItems: () => Promise<void>;
|
|
1812
1812
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
1813
1813
|
checkOverflow: () => Promise<void>;
|
|
1814
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
1814
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1815
1815
|
modelValue: {
|
|
1816
1816
|
type: StringConstructor;
|
|
1817
1817
|
required: false;
|
|
@@ -1910,9 +1910,9 @@ declare const AtSelect: {
|
|
|
1910
1910
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1911
1911
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
1912
1912
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1913
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
1913
1914
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
1914
1915
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
1915
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
1916
1916
|
}>, {
|
|
1917
1917
|
required: boolean;
|
|
1918
1918
|
label: string;
|
|
@@ -1925,12 +1925,12 @@ declare const AtSelect: {
|
|
|
1925
1925
|
cursor: string;
|
|
1926
1926
|
disabled: boolean;
|
|
1927
1927
|
modelValue: string;
|
|
1928
|
-
placeholder: string;
|
|
1929
1928
|
icon: {
|
|
1930
1929
|
name: string;
|
|
1931
1930
|
color?: string;
|
|
1932
1931
|
size?: string;
|
|
1933
1932
|
};
|
|
1933
|
+
placeholder: string;
|
|
1934
1934
|
forceFocus: boolean;
|
|
1935
1935
|
debounce: number;
|
|
1936
1936
|
preventInputEvent: boolean;
|
|
@@ -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" | "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"
|
|
588
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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" | "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"
|
|
312
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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" | "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"
|
|
634
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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" | "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"
|
|
531
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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" | "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"
|
|
853
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
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" | "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"
|
|
1467
|
+
illustration: "map" | "area" | "error" | "biomass" | "volume" | "addFile" | "cloudConnection" | "cloudDownload" | "cloudUpload" | "corruptedFile" | "dynamicProduction" | "emptyBox" | "emptyFolder2" | "emptyFolder" | "empty" | "errorIllustration" | "fileBackup2" | "fileBackup" | "filteringUpload" | "fligh" | "fly" | "movies" | "multimedia" | "notificationBell" | "page2" | "page" | "photos" | "recycleBin" | "rocketLaunch" | "searchTerritory" | "signal" | "siren" | "wrong" | "advancedAnalysis" | "agriculture" | "alertCenter" | "atInsights" | "conservationUnit" | "credit" | "deforestation" | "distanceProximityRivers" | "estimatedProductivityPenalty" | "extract" | "farm" | "geographicalConsultationMunicipalities" | "gix" | "inapto" | "insurance" | "landAppreciation" | "lockdown" | "pasture" | "rating2" | "rating" | "recurrence" | "refrigerators" | "settings" | "socioEnvironmentalAnalysis" | "soilUse" | "storm" | "territoryDetails" | "timeline";
|
|
1468
1468
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1469
1469
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1470
1470
|
weight: {
|