@geowiki/ui 0.15.0-dev.1
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/LICENSE +201 -0
- package/README.md +67 -0
- package/dist/chunk-5PBHZKXW.mjs +103 -0
- package/dist/cluster-map-OI3WRJJ7.mjs +196 -0
- package/dist/index.d.mts +1993 -0
- package/dist/index.d.ts +1993 -0
- package/dist/index.js +18468 -0
- package/dist/index.mjs +17731 -0
- package/dist/styles.css +1 -0
- package/package.json +131 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,1993 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React$1 from 'react';
|
|
3
|
+
import React__default, { ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes, ComponentProps, Dispatch, SetStateAction } from 'react';
|
|
4
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
5
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
6
|
+
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
7
|
+
import { VariantProps } from 'class-variance-authority';
|
|
8
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
9
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
10
|
+
import { DayPicker } from 'react-day-picker';
|
|
11
|
+
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
12
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
13
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
14
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
15
|
+
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
16
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
17
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
18
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
19
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
20
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
21
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
22
|
+
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
23
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
24
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
25
|
+
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
26
|
+
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
27
|
+
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
28
|
+
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
29
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
30
|
+
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
31
|
+
import { DefaultSettings, BaseProp } from '@geowiki/core';
|
|
32
|
+
import * as _radix_ui_react_slot from '@radix-ui/react-slot';
|
|
33
|
+
import * as react_hook_form from 'react-hook-form';
|
|
34
|
+
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
35
|
+
import { ClassValue } from 'clsx';
|
|
36
|
+
import { ProfileDto, PagedResultDtoOfTenantDto, IdentityUserUpdateDto, PagedResultDtoOfIdentityUserDto, IdentityRoleUpdateDto, PagedResultDtoOfIdentityRoleDto, ExternalNewsDto, KeyValuePairOfString_String, ClusterDto, FarmerClusterNewsDto } from '@geowiki/api-proxy';
|
|
37
|
+
import { GeoWikiSettingsItemDto, FeatureItemItemDto, LinkPartDto, ApplicationItemDto, PublicationItemDto, HtmlLinkItemDto } from '@geowiki/cms-proxy';
|
|
38
|
+
import { OnChangeValue, ActionMeta } from 'react-select';
|
|
39
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
40
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
41
|
+
|
|
42
|
+
declare const AlertDialog: React$1.FC<AlertDialogPrimitive.AlertDialogProps>;
|
|
43
|
+
declare const AlertDialogTrigger: React$1.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
44
|
+
declare const AlertDialogPortal: React$1.FC<AlertDialogPrimitive.AlertDialogPortalProps>;
|
|
45
|
+
declare const AlertDialogOverlay: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
46
|
+
declare const AlertDialogContent: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
47
|
+
declare const AlertDialogHeader: {
|
|
48
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
51
|
+
declare const AlertDialogFooter: {
|
|
52
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
53
|
+
displayName: string;
|
|
54
|
+
};
|
|
55
|
+
declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
56
|
+
declare const AlertDialogDescription: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
57
|
+
declare const AlertDialogAction: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
58
|
+
declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
59
|
+
|
|
60
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
61
|
+
declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
|
|
62
|
+
declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
63
|
+
|
|
64
|
+
declare const buttonVariants: (props?: ({
|
|
65
|
+
variant?: "default" | "link" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
66
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
67
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
68
|
+
interface ButtonProps$1 extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
69
|
+
asChild?: boolean;
|
|
70
|
+
}
|
|
71
|
+
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps$1 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
72
|
+
|
|
73
|
+
declare const Accordion: React$1.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React$1.RefAttributes<HTMLDivElement>>;
|
|
74
|
+
declare const AccordionItem: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
75
|
+
declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
76
|
+
declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
77
|
+
|
|
78
|
+
declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
79
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
80
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
81
|
+
declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
82
|
+
declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
83
|
+
|
|
84
|
+
declare const AspectRatio: React$1.ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
85
|
+
|
|
86
|
+
declare const badgeVariants: (props?: ({
|
|
87
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
88
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
89
|
+
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
90
|
+
}
|
|
91
|
+
declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
92
|
+
|
|
93
|
+
type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
|
|
94
|
+
declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
|
|
95
|
+
declare namespace Calendar {
|
|
96
|
+
var displayName: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
100
|
+
declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
101
|
+
declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
102
|
+
declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
103
|
+
declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
104
|
+
declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
105
|
+
|
|
106
|
+
declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
107
|
+
declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
108
|
+
declare const CollapsibleContent: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
109
|
+
|
|
110
|
+
declare const ContextMenu: React$1.FC<ContextMenuPrimitive.ContextMenuProps>;
|
|
111
|
+
declare const ContextMenuTrigger: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
112
|
+
declare const ContextMenuGroup: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
113
|
+
declare const ContextMenuPortal: React$1.FC<ContextMenuPrimitive.ContextMenuPortalProps>;
|
|
114
|
+
declare const ContextMenuSub: React$1.FC<ContextMenuPrimitive.ContextMenuSubProps>;
|
|
115
|
+
declare const ContextMenuRadioGroup: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
116
|
+
declare const ContextMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
117
|
+
inset?: boolean | undefined;
|
|
118
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
119
|
+
declare const ContextMenuSubContent: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
120
|
+
declare const ContextMenuContent: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
121
|
+
declare const ContextMenuItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
122
|
+
inset?: boolean | undefined;
|
|
123
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
124
|
+
declare const ContextMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
125
|
+
declare const ContextMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
126
|
+
declare const ContextMenuLabel: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
127
|
+
inset?: boolean | undefined;
|
|
128
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
129
|
+
declare const ContextMenuSeparator: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
130
|
+
declare const ContextMenuShortcut: {
|
|
131
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
132
|
+
displayName: string;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
declare const Dialog: React$1.FC<DialogPrimitive.DialogProps>;
|
|
136
|
+
declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
137
|
+
declare const DialogPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
138
|
+
declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
139
|
+
declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
140
|
+
declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
141
|
+
declare const DialogHeader: {
|
|
142
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
143
|
+
displayName: string;
|
|
144
|
+
};
|
|
145
|
+
declare const DialogFooter: {
|
|
146
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
147
|
+
displayName: string;
|
|
148
|
+
};
|
|
149
|
+
declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
150
|
+
declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
151
|
+
|
|
152
|
+
declare const DropdownMenu: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
153
|
+
declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
154
|
+
declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
155
|
+
declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
156
|
+
declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
157
|
+
declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
158
|
+
declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
159
|
+
inset?: boolean | undefined;
|
|
160
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
161
|
+
declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
162
|
+
declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
163
|
+
declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
164
|
+
inset?: boolean | undefined;
|
|
165
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
166
|
+
declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
167
|
+
declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
168
|
+
declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
169
|
+
inset?: boolean | undefined;
|
|
170
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
171
|
+
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
172
|
+
declare const DropdownMenuShortcut: {
|
|
173
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
174
|
+
displayName: string;
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
declare const HoverCard: React$1.FC<HoverCardPrimitive.HoverCardProps>;
|
|
178
|
+
declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
179
|
+
declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
180
|
+
|
|
181
|
+
interface InputProps extends React$1.InputHTMLAttributes<HTMLInputElement> {
|
|
182
|
+
}
|
|
183
|
+
declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
184
|
+
|
|
185
|
+
declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_dist_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
|
|
186
|
+
|
|
187
|
+
declare const MenubarMenu: typeof MenubarPrimitive.Menu;
|
|
188
|
+
declare const MenubarGroup: typeof MenubarPrimitive.Group;
|
|
189
|
+
declare const MenubarPortal: typeof MenubarPrimitive.Portal;
|
|
190
|
+
declare const MenubarSub: typeof MenubarPrimitive.Sub;
|
|
191
|
+
declare const MenubarRadioGroup: typeof MenubarPrimitive.RadioGroup;
|
|
192
|
+
declare const Menubar: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
193
|
+
declare const MenubarTrigger: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
194
|
+
declare const MenubarSubTrigger: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
195
|
+
inset?: boolean | undefined;
|
|
196
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
197
|
+
declare const MenubarSubContent: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
198
|
+
declare const MenubarContent: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
199
|
+
declare const MenubarItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
200
|
+
inset?: boolean | undefined;
|
|
201
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
202
|
+
declare const MenubarCheckboxItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
203
|
+
declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
204
|
+
declare const MenubarLabel: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
205
|
+
inset?: boolean | undefined;
|
|
206
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
207
|
+
declare const MenubarSeparator: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
208
|
+
declare const MenubarShortcut: {
|
|
209
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
210
|
+
displayname: string;
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
declare const NavigationMenu: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
214
|
+
declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
|
|
215
|
+
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
216
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_dist_types.ClassProp | undefined) => string;
|
|
217
|
+
declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
218
|
+
declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
219
|
+
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
220
|
+
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
221
|
+
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
222
|
+
|
|
223
|
+
declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
224
|
+
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
225
|
+
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
226
|
+
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
227
|
+
|
|
228
|
+
declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
229
|
+
|
|
230
|
+
declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
231
|
+
declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
232
|
+
|
|
233
|
+
declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
234
|
+
declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
235
|
+
|
|
236
|
+
declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
|
|
237
|
+
declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
238
|
+
declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
239
|
+
declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
240
|
+
declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
241
|
+
declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
242
|
+
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
243
|
+
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
244
|
+
|
|
245
|
+
declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
246
|
+
|
|
247
|
+
declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
248
|
+
|
|
249
|
+
declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
|
|
250
|
+
declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
251
|
+
declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
252
|
+
declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
253
|
+
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
254
|
+
declare const sheetVariants: (props?: ({
|
|
255
|
+
side?: "top" | "right" | "bottom" | "left" | null | undefined;
|
|
256
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
257
|
+
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
258
|
+
}
|
|
259
|
+
declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
260
|
+
declare const SheetHeader: {
|
|
261
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
262
|
+
displayName: string;
|
|
263
|
+
};
|
|
264
|
+
declare const SheetFooter: {
|
|
265
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
266
|
+
displayName: string;
|
|
267
|
+
};
|
|
268
|
+
declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
269
|
+
declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
270
|
+
|
|
271
|
+
declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
272
|
+
|
|
273
|
+
declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
274
|
+
|
|
275
|
+
declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
276
|
+
declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
277
|
+
declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
278
|
+
declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
279
|
+
|
|
280
|
+
declare const Table: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableElement> & React$1.RefAttributes<HTMLTableElement>>;
|
|
281
|
+
declare const TableHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
282
|
+
declare const TableBody: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
283
|
+
declare const TableFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
284
|
+
declare const TableRow: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableRowElement> & React$1.RefAttributes<HTMLTableRowElement>>;
|
|
285
|
+
declare const TableHead: React$1.ForwardRefExoticComponent<React$1.ThHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
|
|
286
|
+
declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
|
|
287
|
+
declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
|
|
288
|
+
|
|
289
|
+
interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
290
|
+
}
|
|
291
|
+
declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
292
|
+
|
|
293
|
+
declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
|
|
294
|
+
declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
|
|
295
|
+
declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
296
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
297
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
|
|
298
|
+
declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
299
|
+
declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
300
|
+
declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
301
|
+
declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
302
|
+
type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
|
|
303
|
+
type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
|
|
304
|
+
|
|
305
|
+
declare function Toaster(): react_jsx_runtime.JSX.Element;
|
|
306
|
+
|
|
307
|
+
declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
308
|
+
declare const Tooltip: React$1.FC<TooltipPrimitive.TooltipProps>;
|
|
309
|
+
declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
310
|
+
declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
311
|
+
|
|
312
|
+
declare const toggleVariants: (props?: ({
|
|
313
|
+
variant?: "default" | "outline" | null | undefined;
|
|
314
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
315
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
316
|
+
declare const Toggle: React$1.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
317
|
+
variant?: "default" | "outline" | null | undefined;
|
|
318
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
319
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
320
|
+
|
|
321
|
+
type ToasterToast = ToastProps & {
|
|
322
|
+
id: string;
|
|
323
|
+
title?: React$1.ReactNode;
|
|
324
|
+
description?: React$1.ReactNode;
|
|
325
|
+
action?: ToastActionElement;
|
|
326
|
+
};
|
|
327
|
+
declare const actionTypes: {
|
|
328
|
+
readonly ADD_TOAST: "ADD_TOAST";
|
|
329
|
+
readonly UPDATE_TOAST: "UPDATE_TOAST";
|
|
330
|
+
readonly DISMISS_TOAST: "DISMISS_TOAST";
|
|
331
|
+
readonly REMOVE_TOAST: "REMOVE_TOAST";
|
|
332
|
+
};
|
|
333
|
+
type ActionType = typeof actionTypes;
|
|
334
|
+
type Action = {
|
|
335
|
+
type: ActionType["ADD_TOAST"];
|
|
336
|
+
toast: ToasterToast;
|
|
337
|
+
} | {
|
|
338
|
+
type: ActionType["UPDATE_TOAST"];
|
|
339
|
+
toast: Partial<ToasterToast>;
|
|
340
|
+
} | {
|
|
341
|
+
type: ActionType["DISMISS_TOAST"];
|
|
342
|
+
toastId?: ToasterToast["id"];
|
|
343
|
+
} | {
|
|
344
|
+
type: ActionType["REMOVE_TOAST"];
|
|
345
|
+
toastId?: ToasterToast["id"];
|
|
346
|
+
};
|
|
347
|
+
interface State {
|
|
348
|
+
toasts: ToasterToast[];
|
|
349
|
+
}
|
|
350
|
+
declare const reducer: (state: State, action: Action) => State;
|
|
351
|
+
type Toast = Omit<ToasterToast, "id">;
|
|
352
|
+
declare function toast({ ...props }: Toast): {
|
|
353
|
+
id: string;
|
|
354
|
+
dismiss: () => void;
|
|
355
|
+
update: (props: ToasterToast) => void;
|
|
356
|
+
};
|
|
357
|
+
declare function useToast(): {
|
|
358
|
+
toast: typeof toast;
|
|
359
|
+
dismiss: (toastId?: string) => void;
|
|
360
|
+
toasts: ToasterToast[];
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
interface TagProps {
|
|
364
|
+
tag: string;
|
|
365
|
+
className?: string;
|
|
366
|
+
}
|
|
367
|
+
declare const Tag: ({ tag, className }: TagProps) => react_jsx_runtime.JSX.Element;
|
|
368
|
+
|
|
369
|
+
interface FooterProps$1 {
|
|
370
|
+
settings: DefaultSettings;
|
|
371
|
+
sessionStatus?: string;
|
|
372
|
+
}
|
|
373
|
+
declare const Footer: ({ settings, sessionStatus }: FooterProps$1) => react_jsx_runtime.JSX.Element;
|
|
374
|
+
|
|
375
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues extends FieldValues | undefined = undefined>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
376
|
+
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
377
|
+
declare const useFormField: () => {
|
|
378
|
+
invalid: boolean;
|
|
379
|
+
isDirty: boolean;
|
|
380
|
+
isTouched: boolean;
|
|
381
|
+
isValidating: boolean;
|
|
382
|
+
error?: react_hook_form.FieldError | undefined;
|
|
383
|
+
id: string;
|
|
384
|
+
name: string;
|
|
385
|
+
formItemId: string;
|
|
386
|
+
formDescriptionId: string;
|
|
387
|
+
formMessageId: string;
|
|
388
|
+
};
|
|
389
|
+
declare const FormItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
390
|
+
declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & React$1.RefAttributes<HTMLLabelElement>>;
|
|
391
|
+
declare const FormControl: React$1.ForwardRefExoticComponent<Omit<_radix_ui_react_slot.SlotProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
392
|
+
declare const FormDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
393
|
+
declare const FormMessage: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
394
|
+
|
|
395
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
396
|
+
declare const getSelectTheme: (selectTheme: any, theme: any) => any;
|
|
397
|
+
declare const customSelectInputStyles: {
|
|
398
|
+
input: (base: any) => any;
|
|
399
|
+
};
|
|
400
|
+
declare const formatTagString: (tag: string) => string;
|
|
401
|
+
declare function formatDate(input: string | number, monthFormat: any): string;
|
|
402
|
+
declare enum Permissions {
|
|
403
|
+
ROLES = "AbpIdentity.Roles",
|
|
404
|
+
USERS = "AbpIdentity.Users",
|
|
405
|
+
TENANTS = "AbpTenantManagement.Tenants",
|
|
406
|
+
MANAGE_HOST_FEATURES = "FeatureManagement.ManageHostFeatures",
|
|
407
|
+
SETTINGS = "SettingManagement.Emailing"
|
|
408
|
+
}
|
|
409
|
+
declare enum PermissionsGrant {
|
|
410
|
+
ROLE_MANAGEMENT = "Role management",
|
|
411
|
+
TENANT_MANAGEMENT = "Tenant management",
|
|
412
|
+
FEATURE_MANAGEMENT = "Feature management",
|
|
413
|
+
SETTING_MANAGEMENT = "Setting management"
|
|
414
|
+
}
|
|
415
|
+
declare const tableCustomStyles: {
|
|
416
|
+
headRow: {
|
|
417
|
+
style: {
|
|
418
|
+
backgroundColor: string;
|
|
419
|
+
borderTopRightRadius: string;
|
|
420
|
+
borderTopLeftRadius: string;
|
|
421
|
+
fontWeight: string;
|
|
422
|
+
fontSize: string;
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
declare const tableDesigntyles: {
|
|
427
|
+
headRow: {
|
|
428
|
+
style: {
|
|
429
|
+
backgroundColor: string;
|
|
430
|
+
borderTopRightRadius: string;
|
|
431
|
+
borderTopLeftRadius: string;
|
|
432
|
+
borderBottom: string;
|
|
433
|
+
fontWeight: string;
|
|
434
|
+
fontSize: string;
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
rows: {
|
|
438
|
+
style: {
|
|
439
|
+
fontWeight: string;
|
|
440
|
+
fontSize: string;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
pagination: {
|
|
444
|
+
style: {
|
|
445
|
+
borderBottomRightRadius: string;
|
|
446
|
+
borderBottomLeftRadius: string;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
declare const getPages: (totalPages: number, currentPage: number) => (number | "SPACER")[];
|
|
451
|
+
declare function parseTitle(title: string, type: "LandingTitle" | "H1" | "H2"): string;
|
|
452
|
+
declare const isAdmin: (token: string) => boolean;
|
|
453
|
+
|
|
454
|
+
interface LinkButtonItem {
|
|
455
|
+
text?: string;
|
|
456
|
+
isNewTab?: boolean;
|
|
457
|
+
link?: string;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
interface TopNavbarProps {
|
|
461
|
+
branding: {
|
|
462
|
+
logo: string;
|
|
463
|
+
title: string;
|
|
464
|
+
imageWidth: number;
|
|
465
|
+
imageHeight: number;
|
|
466
|
+
};
|
|
467
|
+
mainMenu: {
|
|
468
|
+
link: string;
|
|
469
|
+
text: string;
|
|
470
|
+
subMenu: {
|
|
471
|
+
link: string;
|
|
472
|
+
text: string;
|
|
473
|
+
}[];
|
|
474
|
+
}[];
|
|
475
|
+
canLogin: boolean;
|
|
476
|
+
}
|
|
477
|
+
declare const TopNavbar: ({ branding, mainMenu }: TopNavbarProps) => react_jsx_runtime.JSX.Element;
|
|
478
|
+
|
|
479
|
+
declare const TopNav2: () => react_jsx_runtime.JSX.Element;
|
|
480
|
+
|
|
481
|
+
interface TopNav3Props {
|
|
482
|
+
}
|
|
483
|
+
declare const TopNav3: React.FC<TopNav3Props>;
|
|
484
|
+
|
|
485
|
+
declare const TopNav4: () => react_jsx_runtime.JSX.Element;
|
|
486
|
+
|
|
487
|
+
interface ProfileSettingsProps {
|
|
488
|
+
data: ProfileDto;
|
|
489
|
+
}
|
|
490
|
+
declare const ProfileSettings: ({ data }: ProfileSettingsProps) => react_jsx_runtime.JSX.Element;
|
|
491
|
+
|
|
492
|
+
declare const ChangePassword: () => react_jsx_runtime.JSX.Element;
|
|
493
|
+
|
|
494
|
+
interface AccountDetailProps {
|
|
495
|
+
data: ProfileDto;
|
|
496
|
+
}
|
|
497
|
+
declare const AccountDetail: ({ data }: AccountDetailProps) => react_jsx_runtime.JSX.Element;
|
|
498
|
+
|
|
499
|
+
declare const Emailing: () => react_jsx_runtime.JSX.Element;
|
|
500
|
+
|
|
501
|
+
type FeaturesProps = {
|
|
502
|
+
onDismiss: () => void;
|
|
503
|
+
};
|
|
504
|
+
declare const Features: ({ onDismiss }: FeaturesProps) => react_jsx_runtime.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare const FeatureManagement: () => react_jsx_runtime.JSX.Element;
|
|
507
|
+
|
|
508
|
+
type TestEmailProps = {
|
|
509
|
+
onDismiss: () => void;
|
|
510
|
+
};
|
|
511
|
+
declare const TestEmail: ({ onDismiss }: TestEmailProps) => react_jsx_runtime.JSX.Element;
|
|
512
|
+
|
|
513
|
+
declare const AddTenant: () => react_jsx_runtime.JSX.Element;
|
|
514
|
+
|
|
515
|
+
interface TenantListProps {
|
|
516
|
+
data: PagedResultDtoOfTenantDto | undefined;
|
|
517
|
+
searchStr: string | undefined;
|
|
518
|
+
setSearchStr: any;
|
|
519
|
+
setPagination: any;
|
|
520
|
+
pageSize: number;
|
|
521
|
+
pagination: any;
|
|
522
|
+
showButtonArray: Array<boolean>;
|
|
523
|
+
}
|
|
524
|
+
declare const TenantList: ({ data, searchStr, setSearchStr, setPagination, pageSize, pagination, showButtonArray, }: TenantListProps) => react_jsx_runtime.JSX.Element;
|
|
525
|
+
|
|
526
|
+
type AddUserProps$1 = {
|
|
527
|
+
showButtonAdd: boolean;
|
|
528
|
+
};
|
|
529
|
+
declare const AddUser: ({ showButtonAdd }: AddUserProps$1) => react_jsx_runtime.JSX.Element;
|
|
530
|
+
|
|
531
|
+
type DeleteUserProps = {
|
|
532
|
+
user: {
|
|
533
|
+
userId: string;
|
|
534
|
+
username: string;
|
|
535
|
+
};
|
|
536
|
+
onDismiss: () => void;
|
|
537
|
+
};
|
|
538
|
+
declare const DeleteUser: ({ user: { userId, username }, onDismiss, }: DeleteUserProps) => react_jsx_runtime.JSX.Element;
|
|
539
|
+
|
|
540
|
+
declare const UserDropDown: () => react_jsx_runtime.JSX.Element;
|
|
541
|
+
|
|
542
|
+
type UserEditProps = {
|
|
543
|
+
userDto: IdentityUserUpdateDto;
|
|
544
|
+
userId: string;
|
|
545
|
+
onDismiss: () => void;
|
|
546
|
+
};
|
|
547
|
+
declare const UserEdit: ({ userDto, userId, onDismiss }: UserEditProps) => react_jsx_runtime.JSX.Element;
|
|
548
|
+
|
|
549
|
+
interface UserListProps {
|
|
550
|
+
data: PagedResultDtoOfIdentityUserDto | undefined;
|
|
551
|
+
searchStr: string | undefined;
|
|
552
|
+
setSearchStr: any;
|
|
553
|
+
setPagination: any;
|
|
554
|
+
pageSize: number;
|
|
555
|
+
pagination: any;
|
|
556
|
+
showButtonArray: Array<boolean>;
|
|
557
|
+
}
|
|
558
|
+
declare const UserList: ({ data, searchStr, setSearchStr, pageSize, setPagination, pagination, showButtonArray, }: UserListProps) => react_jsx_runtime.JSX.Element;
|
|
559
|
+
|
|
560
|
+
interface UserMenusProps {
|
|
561
|
+
}
|
|
562
|
+
declare const UserMenus: ({}: UserMenusProps) => react_jsx_runtime.JSX.Element;
|
|
563
|
+
|
|
564
|
+
type UserPermissionProps = {
|
|
565
|
+
userDto: IdentityUserUpdateDto;
|
|
566
|
+
userId: string;
|
|
567
|
+
onDismiss: () => void;
|
|
568
|
+
};
|
|
569
|
+
declare const UserPermission: ({ userDto, userId, onDismiss, }: UserPermissionProps) => react_jsx_runtime.JSX.Element;
|
|
570
|
+
|
|
571
|
+
type DeleteRoleProps = {
|
|
572
|
+
role: {
|
|
573
|
+
roleId: string;
|
|
574
|
+
roleName: string;
|
|
575
|
+
};
|
|
576
|
+
onDismiss: () => void;
|
|
577
|
+
};
|
|
578
|
+
declare const DeleteRole: ({ role: { roleId, roleName }, onDismiss, }: DeleteRoleProps) => react_jsx_runtime.JSX.Element;
|
|
579
|
+
|
|
580
|
+
type RoleEditProps = {
|
|
581
|
+
roleDto: IdentityRoleUpdateDto;
|
|
582
|
+
roleId: string;
|
|
583
|
+
onDismiss: () => void;
|
|
584
|
+
};
|
|
585
|
+
declare const RoleEdit: ({ roleDto, roleId, onDismiss }: RoleEditProps) => react_jsx_runtime.JSX.Element;
|
|
586
|
+
|
|
587
|
+
interface RoleListProps {
|
|
588
|
+
data: PagedResultDtoOfIdentityRoleDto | undefined;
|
|
589
|
+
searchStr: string | undefined;
|
|
590
|
+
setSearchStr: any;
|
|
591
|
+
setPagination: any;
|
|
592
|
+
pageSize: number;
|
|
593
|
+
pagination: any;
|
|
594
|
+
showButtonArray: Array<boolean>;
|
|
595
|
+
}
|
|
596
|
+
declare const RoleList: ({ data, searchStr, setSearchStr, setPagination, pageSize, pagination, showButtonArray, }: RoleListProps) => react_jsx_runtime.JSX.Element;
|
|
597
|
+
|
|
598
|
+
type RolePermissionProps = {
|
|
599
|
+
roleDto: IdentityRoleUpdateDto;
|
|
600
|
+
onDismiss: () => void;
|
|
601
|
+
};
|
|
602
|
+
declare const RolePermission: ({ roleDto, onDismiss }: RolePermissionProps) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
|
|
604
|
+
type AddUserProps = {
|
|
605
|
+
showButtonAdd: boolean;
|
|
606
|
+
};
|
|
607
|
+
declare const AddRole: ({ showButtonAdd }: AddUserProps) => react_jsx_runtime.JSX.Element;
|
|
608
|
+
|
|
609
|
+
interface IPanelHorizontalProps {
|
|
610
|
+
children: React.ReactNode;
|
|
611
|
+
}
|
|
612
|
+
declare const PanelHorizontal: React.FC<IPanelHorizontalProps>;
|
|
613
|
+
|
|
614
|
+
interface IPanelMainProps {
|
|
615
|
+
direction?: "horizontal" | "vertical";
|
|
616
|
+
leftPanel?: React.ReactNode;
|
|
617
|
+
rightPanel?: React.ReactNode;
|
|
618
|
+
middlePanel?: React.ReactNode;
|
|
619
|
+
onResize?: () => void;
|
|
620
|
+
}
|
|
621
|
+
declare const PanelMain: React.FC<IPanelMainProps>;
|
|
622
|
+
|
|
623
|
+
interface IVerticalHorizontalProps {
|
|
624
|
+
first: React.ReactNode;
|
|
625
|
+
second: React.ReactNode;
|
|
626
|
+
}
|
|
627
|
+
declare const PanelVertical: React.FC<IVerticalHorizontalProps>;
|
|
628
|
+
|
|
629
|
+
interface AdminLayoutProps {
|
|
630
|
+
children: React__default.ReactNode;
|
|
631
|
+
generalSettings?: GeoWikiSettingsItemDto;
|
|
632
|
+
title?: string;
|
|
633
|
+
}
|
|
634
|
+
declare const AdminLayout: ({ children, generalSettings, }: AdminLayoutProps) => react_jsx_runtime.JSX.Element;
|
|
635
|
+
|
|
636
|
+
interface Props$M extends BaseProp {
|
|
637
|
+
children: React__default.ReactNode;
|
|
638
|
+
title: string;
|
|
639
|
+
}
|
|
640
|
+
declare const MapLayout: ({ title, children, settings }: Props$M) => react_jsx_runtime.JSX.Element;
|
|
641
|
+
|
|
642
|
+
interface ILoaderFullProps {
|
|
643
|
+
showInCenter?: boolean;
|
|
644
|
+
cssClass?: string;
|
|
645
|
+
}
|
|
646
|
+
declare const LoaderFull: React__default.FC<ILoaderFullProps>;
|
|
647
|
+
|
|
648
|
+
interface HtmlViewProps {
|
|
649
|
+
html: string;
|
|
650
|
+
cssClass?: string;
|
|
651
|
+
imgClass?: string;
|
|
652
|
+
}
|
|
653
|
+
declare const HtmlView: (props: HtmlViewProps) => react_jsx_runtime.JSX.Element;
|
|
654
|
+
|
|
655
|
+
declare const TopProgress: () => react_jsx_runtime.JSX.Element;
|
|
656
|
+
|
|
657
|
+
interface PaginationProps$2 {
|
|
658
|
+
totalCount: number;
|
|
659
|
+
currentPage: number;
|
|
660
|
+
siblingCount: number;
|
|
661
|
+
pageSize: number;
|
|
662
|
+
onPageChange: (page: number) => void;
|
|
663
|
+
className?: string;
|
|
664
|
+
scrollToTop?: boolean;
|
|
665
|
+
elementId?: string;
|
|
666
|
+
}
|
|
667
|
+
declare const Pagination: ({ totalCount, currentPage, siblingCount, pageSize, onPageChange, elementId, scrollToTop, }: PaginationProps$2) => react_jsx_runtime.JSX.Element | null;
|
|
668
|
+
|
|
669
|
+
interface SortItemProps {
|
|
670
|
+
name: string;
|
|
671
|
+
key: string;
|
|
672
|
+
sortDirection: string;
|
|
673
|
+
selected: boolean;
|
|
674
|
+
}
|
|
675
|
+
interface FilterItemProps$2 {
|
|
676
|
+
Name: string;
|
|
677
|
+
FetchDetail: string;
|
|
678
|
+
LabelField: string;
|
|
679
|
+
LabelLookUpField: string;
|
|
680
|
+
ValueField: string;
|
|
681
|
+
LabelLookUp: any;
|
|
682
|
+
Parameter: any;
|
|
683
|
+
}
|
|
684
|
+
interface CustomFilterSortProps {
|
|
685
|
+
sort: any;
|
|
686
|
+
setSort: any;
|
|
687
|
+
sortItems?: SortItemProps[];
|
|
688
|
+
filter: any;
|
|
689
|
+
setFilter: any;
|
|
690
|
+
filterItems?: FilterItemProps$2[];
|
|
691
|
+
customName: any;
|
|
692
|
+
isFreeText: any;
|
|
693
|
+
showButtons: any;
|
|
694
|
+
}
|
|
695
|
+
declare const CustomFilterSort: (props: CustomFilterSortProps) => react_jsx_runtime.JSX.Element;
|
|
696
|
+
|
|
697
|
+
interface InfoCardProps {
|
|
698
|
+
id: string;
|
|
699
|
+
url: string;
|
|
700
|
+
imageId: string;
|
|
701
|
+
title: string;
|
|
702
|
+
subtitle: string[];
|
|
703
|
+
text: string;
|
|
704
|
+
isSubTitlePreLine: boolean;
|
|
705
|
+
fileUrl: string;
|
|
706
|
+
}
|
|
707
|
+
declare const InfoCard: (props: InfoCardProps) => react_jsx_runtime.JSX.Element;
|
|
708
|
+
|
|
709
|
+
interface Props$L {
|
|
710
|
+
message?: string;
|
|
711
|
+
}
|
|
712
|
+
declare const ErrorMessage: (props: Props$L) => react_jsx_runtime.JSX.Element;
|
|
713
|
+
|
|
714
|
+
declare const PermissionDisabled: () => react_jsx_runtime.JSX.Element;
|
|
715
|
+
|
|
716
|
+
interface Props$K {
|
|
717
|
+
isOpen: boolean;
|
|
718
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
719
|
+
heading: string;
|
|
720
|
+
children: React__default.ReactNode;
|
|
721
|
+
}
|
|
722
|
+
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$K) => react_jsx_runtime.JSX.Element;
|
|
723
|
+
|
|
724
|
+
type DisplayItem = {
|
|
725
|
+
value: any;
|
|
726
|
+
label: any;
|
|
727
|
+
};
|
|
728
|
+
|
|
729
|
+
declare const FeatureDisabled: () => react_jsx_runtime.JSX.Element;
|
|
730
|
+
|
|
731
|
+
interface Props$J {
|
|
732
|
+
src: string;
|
|
733
|
+
className?: string;
|
|
734
|
+
alternativeText?: string;
|
|
735
|
+
width?: number | string;
|
|
736
|
+
height?: number | string;
|
|
737
|
+
}
|
|
738
|
+
declare const CustomImage: (props: Props$J) => react_jsx_runtime.JSX.Element;
|
|
739
|
+
|
|
740
|
+
interface Props$I {
|
|
741
|
+
items: [
|
|
742
|
+
{
|
|
743
|
+
id: string;
|
|
744
|
+
url: string;
|
|
745
|
+
imageId: string;
|
|
746
|
+
title: string;
|
|
747
|
+
subtitle: [];
|
|
748
|
+
text: string;
|
|
749
|
+
}
|
|
750
|
+
];
|
|
751
|
+
title: string;
|
|
752
|
+
isSubTitlePreLine: boolean;
|
|
753
|
+
emptyText: string;
|
|
754
|
+
parentId: string | undefined;
|
|
755
|
+
fileUrl: string;
|
|
756
|
+
}
|
|
757
|
+
declare const ContentGrid: (props: Props$I) => react_jsx_runtime.JSX.Element;
|
|
758
|
+
|
|
759
|
+
interface Props$H {
|
|
760
|
+
label: string;
|
|
761
|
+
value?: string;
|
|
762
|
+
colSpan?: number;
|
|
763
|
+
}
|
|
764
|
+
declare const ShowLargeText: (props: Props$H) => react_jsx_runtime.JSX.Element;
|
|
765
|
+
|
|
766
|
+
interface Props$G {
|
|
767
|
+
label: string;
|
|
768
|
+
value?: string;
|
|
769
|
+
}
|
|
770
|
+
declare const ShowShortText: (props: Props$G) => react_jsx_runtime.JSX.Element;
|
|
771
|
+
|
|
772
|
+
interface Props$F {
|
|
773
|
+
tags?: string[];
|
|
774
|
+
label?: string;
|
|
775
|
+
tagColor?: string;
|
|
776
|
+
}
|
|
777
|
+
declare const ShowTagItem: (props: Props$F) => react_jsx_runtime.JSX.Element;
|
|
778
|
+
|
|
779
|
+
interface PageNotFoundProps {
|
|
780
|
+
}
|
|
781
|
+
declare const PageNotFound: (_props: PageNotFoundProps) => react_jsx_runtime.JSX.Element;
|
|
782
|
+
|
|
783
|
+
interface NextImageProps {
|
|
784
|
+
src: string;
|
|
785
|
+
width: number;
|
|
786
|
+
height: number;
|
|
787
|
+
alt: string;
|
|
788
|
+
className?: string;
|
|
789
|
+
}
|
|
790
|
+
declare const NextImage: ({ src, width, height, alt, className, }: NextImageProps) => react_jsx_runtime.JSX.Element;
|
|
791
|
+
|
|
792
|
+
declare const OldButton: ({ label, appearance, compact, handleClick, loading, type, }: any) => react_jsx_runtime.JSX.Element;
|
|
793
|
+
|
|
794
|
+
type Props$E = {
|
|
795
|
+
src: string;
|
|
796
|
+
width: number;
|
|
797
|
+
height: number;
|
|
798
|
+
alt?: string;
|
|
799
|
+
className?: string;
|
|
800
|
+
};
|
|
801
|
+
declare const SizedImage: (props: Props$E) => react_jsx_runtime.JSX.Element;
|
|
802
|
+
|
|
803
|
+
type Props$D = {
|
|
804
|
+
src: string;
|
|
805
|
+
width?: number;
|
|
806
|
+
height?: number;
|
|
807
|
+
alt?: string;
|
|
808
|
+
className?: string;
|
|
809
|
+
cmsUrl?: string;
|
|
810
|
+
priority?: boolean;
|
|
811
|
+
showPlaceholder?: boolean;
|
|
812
|
+
};
|
|
813
|
+
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$D) => react_jsx_runtime.JSX.Element | null;
|
|
814
|
+
|
|
815
|
+
declare const Video: ({ media, poster, className, controls, autoPlay, }: any) => react_jsx_runtime.JSX.Element;
|
|
816
|
+
|
|
817
|
+
interface FeatureItemElementProps {
|
|
818
|
+
item: FeatureItemItemDto;
|
|
819
|
+
cmsUrl: string;
|
|
820
|
+
}
|
|
821
|
+
declare const FeatureItemElement: ({ item, cmsUrl, }: FeatureItemElementProps) => react_jsx_runtime.JSX.Element;
|
|
822
|
+
|
|
823
|
+
interface MediaEmbedItemProps {
|
|
824
|
+
alt: string;
|
|
825
|
+
src: string;
|
|
826
|
+
}
|
|
827
|
+
declare const MediaEmbedItem: ({ alt, src }: MediaEmbedItemProps) => react_jsx_runtime.JSX.Element;
|
|
828
|
+
|
|
829
|
+
interface MediaItemProps {
|
|
830
|
+
cmsUrl: string;
|
|
831
|
+
path: string;
|
|
832
|
+
}
|
|
833
|
+
declare const MediaItem: ({ path, cmsUrl }: MediaItemProps) => react_jsx_runtime.JSX.Element;
|
|
834
|
+
|
|
835
|
+
interface Props$C {
|
|
836
|
+
button: any;
|
|
837
|
+
appearance: any;
|
|
838
|
+
compact: any;
|
|
839
|
+
}
|
|
840
|
+
declare const ButtonContent: ({ button, appearance, compact }: Props$C) => react_jsx_runtime.JSX.Element;
|
|
841
|
+
interface ButtonLinkProps {
|
|
842
|
+
button: any;
|
|
843
|
+
appearance: any;
|
|
844
|
+
compact: any;
|
|
845
|
+
}
|
|
846
|
+
declare const ButtonLink: ({ button, appearance, compact, }: ButtonLinkProps) => react_jsx_runtime.JSX.Element;
|
|
847
|
+
|
|
848
|
+
interface Props$B {
|
|
849
|
+
data: LinkPartDto;
|
|
850
|
+
}
|
|
851
|
+
declare const CustomLink: ({ data }: Props$B) => react_jsx_runtime.JSX.Element;
|
|
852
|
+
|
|
853
|
+
declare function News({ news }: any): react_jsx_runtime.JSX.Element;
|
|
854
|
+
|
|
855
|
+
interface Props$A {
|
|
856
|
+
app: ApplicationItemDto;
|
|
857
|
+
cmsUrl: string;
|
|
858
|
+
}
|
|
859
|
+
declare function ApplicationView({ app, cmsUrl }: Props$A): react_jsx_runtime.JSX.Element;
|
|
860
|
+
|
|
861
|
+
interface CustomDropDownProps {
|
|
862
|
+
PlaceholderName: string;
|
|
863
|
+
FetchDetail: string;
|
|
864
|
+
LabelLookUp?: {
|
|
865
|
+
value: string;
|
|
866
|
+
label: string;
|
|
867
|
+
}[];
|
|
868
|
+
LabelLookUpField: string;
|
|
869
|
+
ValueField: string;
|
|
870
|
+
LabelField: string;
|
|
871
|
+
Parameter?: any;
|
|
872
|
+
onValueChange: any;
|
|
873
|
+
}
|
|
874
|
+
declare const CustomDropDown: (props: CustomDropDownProps) => react_jsx_runtime.JSX.Element;
|
|
875
|
+
|
|
876
|
+
declare const UiTimer: ({ getStopWatchTime, IsTimerReset, setSTopWatchTime, }: any) => react_jsx_runtime.JSX.Element;
|
|
877
|
+
|
|
878
|
+
interface FeatureProps {
|
|
879
|
+
feature: string;
|
|
880
|
+
children: React.ReactNode;
|
|
881
|
+
}
|
|
882
|
+
declare const RequireFeature: ({ children, feature }: FeatureProps) => react_jsx_runtime.JSX.Element | null;
|
|
883
|
+
|
|
884
|
+
interface Props$z {
|
|
885
|
+
Carousel: [
|
|
886
|
+
{
|
|
887
|
+
id: string;
|
|
888
|
+
url: string;
|
|
889
|
+
imageId: string;
|
|
890
|
+
title: string;
|
|
891
|
+
subtitle: [];
|
|
892
|
+
text: string;
|
|
893
|
+
}
|
|
894
|
+
];
|
|
895
|
+
title: string;
|
|
896
|
+
isSubTitlePreLine: boolean;
|
|
897
|
+
emptyText: string;
|
|
898
|
+
}
|
|
899
|
+
declare const ContentCarousel: (props: Props$z) => react_jsx_runtime.JSX.Element;
|
|
900
|
+
|
|
901
|
+
declare const UnderConstruction: () => react_jsx_runtime.JSX.Element;
|
|
902
|
+
|
|
903
|
+
declare const LocalLoader: () => react_jsx_runtime.JSX.Element;
|
|
904
|
+
|
|
905
|
+
interface RawHtmlEmbedViewProps {
|
|
906
|
+
html: string;
|
|
907
|
+
className?: string;
|
|
908
|
+
}
|
|
909
|
+
declare const IframeViewer: ({ html, className }: RawHtmlEmbedViewProps) => react_jsx_runtime.JSX.Element;
|
|
910
|
+
|
|
911
|
+
interface Props$y {
|
|
912
|
+
register?: any;
|
|
913
|
+
value?: any;
|
|
914
|
+
defaultValue?: any;
|
|
915
|
+
errors?: any;
|
|
916
|
+
name?: string;
|
|
917
|
+
type: string;
|
|
918
|
+
displayText?: string;
|
|
919
|
+
onChange?: any;
|
|
920
|
+
onKeyDown?: any;
|
|
921
|
+
isRequired?: boolean;
|
|
922
|
+
isLabelBold?: boolean;
|
|
923
|
+
isPlaceholderItalic?: boolean;
|
|
924
|
+
noDisplayTextAsLabel?: boolean;
|
|
925
|
+
cssClass?: string;
|
|
926
|
+
}
|
|
927
|
+
declare const OldCustomInput: (props: Props$y) => react_jsx_runtime.JSX.Element;
|
|
928
|
+
|
|
929
|
+
type Props$x = {
|
|
930
|
+
name: string;
|
|
931
|
+
displayText: string;
|
|
932
|
+
register: any;
|
|
933
|
+
value?: any;
|
|
934
|
+
errors: any;
|
|
935
|
+
options: any;
|
|
936
|
+
onChange?: any;
|
|
937
|
+
isRequired: boolean;
|
|
938
|
+
isLabelBold?: boolean;
|
|
939
|
+
isLoading?: boolean;
|
|
940
|
+
isMulti?: boolean;
|
|
941
|
+
control: any;
|
|
942
|
+
Placeholder?: string;
|
|
943
|
+
showLabel?: boolean;
|
|
944
|
+
};
|
|
945
|
+
declare const MultiSelect: (props: Props$x) => react_jsx_runtime.JSX.Element;
|
|
946
|
+
|
|
947
|
+
interface Props$w {
|
|
948
|
+
register: any;
|
|
949
|
+
value: any;
|
|
950
|
+
defaultValue?: any;
|
|
951
|
+
errors: any;
|
|
952
|
+
name: string;
|
|
953
|
+
displayText?: string;
|
|
954
|
+
infoText: string;
|
|
955
|
+
row: number;
|
|
956
|
+
onChange?: any;
|
|
957
|
+
isRequired?: boolean;
|
|
958
|
+
isLabelBold?: boolean;
|
|
959
|
+
isPlaceholderItalic?: boolean;
|
|
960
|
+
}
|
|
961
|
+
declare const TextArea: (props: Props$w) => react_jsx_runtime.JSX.Element;
|
|
962
|
+
|
|
963
|
+
interface Props$v {
|
|
964
|
+
coverImageDropzone: any;
|
|
965
|
+
coverImage: any;
|
|
966
|
+
displayText: string;
|
|
967
|
+
displayDescription?: string;
|
|
968
|
+
isRequired?: boolean;
|
|
969
|
+
info?: string;
|
|
970
|
+
}
|
|
971
|
+
declare const CoverImage: (props: Props$v) => react_jsx_runtime.JSX.Element;
|
|
972
|
+
|
|
973
|
+
interface Props$u {
|
|
974
|
+
value: any;
|
|
975
|
+
defaultValue?: string;
|
|
976
|
+
setValue: any;
|
|
977
|
+
isRequired?: boolean;
|
|
978
|
+
displayText?: string;
|
|
979
|
+
}
|
|
980
|
+
declare const RichTextContent: (props: Props$u) => react_jsx_runtime.JSX.Element;
|
|
981
|
+
|
|
982
|
+
interface Option {
|
|
983
|
+
label: string;
|
|
984
|
+
value: string;
|
|
985
|
+
}
|
|
986
|
+
interface SelectProps {
|
|
987
|
+
options: Option[];
|
|
988
|
+
onChange?: (value: OnChangeValue<any, true>, actionMeta: ActionMeta<any>) => void;
|
|
989
|
+
name: string;
|
|
990
|
+
displayText: string;
|
|
991
|
+
isRequired: boolean;
|
|
992
|
+
isLabelBold?: boolean;
|
|
993
|
+
errors?: any;
|
|
994
|
+
control: any;
|
|
995
|
+
}
|
|
996
|
+
declare const MultiSelectFreeText: (props: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
997
|
+
|
|
998
|
+
type Props$t = {
|
|
999
|
+
href: string;
|
|
1000
|
+
onClick?: any;
|
|
1001
|
+
};
|
|
1002
|
+
declare const EditLinkButton: (props: Props$t) => react_jsx_runtime.JSX.Element;
|
|
1003
|
+
|
|
1004
|
+
type Props$s = {
|
|
1005
|
+
onClick: any;
|
|
1006
|
+
};
|
|
1007
|
+
declare const DeleteButton: (props: Props$s) => react_jsx_runtime.JSX.Element;
|
|
1008
|
+
|
|
1009
|
+
type Props$r = {
|
|
1010
|
+
href: string;
|
|
1011
|
+
};
|
|
1012
|
+
declare const ViewLink: (props: Props$r) => react_jsx_runtime.JSX.Element;
|
|
1013
|
+
|
|
1014
|
+
type Props$q = {
|
|
1015
|
+
onClick?: () => void;
|
|
1016
|
+
label: string;
|
|
1017
|
+
type: "button" | "submit";
|
|
1018
|
+
style: "primary" | "secondary" | "danger";
|
|
1019
|
+
};
|
|
1020
|
+
declare const PrimaryButton: (props: Props$q) => react_jsx_runtime.JSX.Element;
|
|
1021
|
+
|
|
1022
|
+
declare const ButtonList: ({ data }: any) => any;
|
|
1023
|
+
|
|
1024
|
+
declare const Loader: () => react_jsx_runtime.JSX.Element;
|
|
1025
|
+
|
|
1026
|
+
interface FullPageLoaderProps {
|
|
1027
|
+
show: boolean;
|
|
1028
|
+
}
|
|
1029
|
+
declare const FullPageLoader: ({ show }: FullPageLoaderProps) => react_jsx_runtime.JSX.Element | null;
|
|
1030
|
+
|
|
1031
|
+
type AuthenticationFailureProps = {};
|
|
1032
|
+
declare const AuthenticationFailure: ({}: AuthenticationFailureProps) => react_jsx_runtime.JSX.Element;
|
|
1033
|
+
|
|
1034
|
+
declare const Error: () => react_jsx_runtime.JSX.Element;
|
|
1035
|
+
|
|
1036
|
+
interface CookieConsentProps {
|
|
1037
|
+
gTagId: string;
|
|
1038
|
+
}
|
|
1039
|
+
declare const CookieConsent: ({ gTagId }: CookieConsentProps) => react_jsx_runtime.JSX.Element;
|
|
1040
|
+
|
|
1041
|
+
interface NewsItemListProps {
|
|
1042
|
+
newsItems: ExternalNewsDto[];
|
|
1043
|
+
currentLang: string;
|
|
1044
|
+
}
|
|
1045
|
+
declare const NewsItemList: ({ newsItems }: NewsItemListProps) => react_jsx_runtime.JSX.Element;
|
|
1046
|
+
|
|
1047
|
+
interface PublicationListProps {
|
|
1048
|
+
publications: PublicationItemDto[];
|
|
1049
|
+
}
|
|
1050
|
+
declare const PublicationList: ({ publications }: PublicationListProps) => react_jsx_runtime.JSX.Element;
|
|
1051
|
+
|
|
1052
|
+
interface HeroImageProps {
|
|
1053
|
+
path: string | undefined;
|
|
1054
|
+
cmsUrl: string;
|
|
1055
|
+
}
|
|
1056
|
+
declare const HeroImage: ({ path, cmsUrl }: HeroImageProps) => react_jsx_runtime.JSX.Element;
|
|
1057
|
+
|
|
1058
|
+
interface HeroWidgetProps {
|
|
1059
|
+
paths: string[] | undefined;
|
|
1060
|
+
contentItemId: any;
|
|
1061
|
+
mainText: string;
|
|
1062
|
+
subText: string;
|
|
1063
|
+
contentItems: any;
|
|
1064
|
+
cmsUrl: string;
|
|
1065
|
+
}
|
|
1066
|
+
declare const HeroWidgetOld: (props: HeroWidgetProps) => react_jsx_runtime.JSX.Element;
|
|
1067
|
+
|
|
1068
|
+
interface HeroWithCenterTextProps {
|
|
1069
|
+
paths: string[];
|
|
1070
|
+
title: string | null | undefined;
|
|
1071
|
+
description: string | null | undefined;
|
|
1072
|
+
links: HtmlLinkItemDto[];
|
|
1073
|
+
cmsUrl: string;
|
|
1074
|
+
}
|
|
1075
|
+
declare const HeroWithCenterText: (props: HeroWithCenterTextProps) => react_jsx_runtime.JSX.Element;
|
|
1076
|
+
|
|
1077
|
+
interface HeroWithMapProps {
|
|
1078
|
+
title: string | null | undefined;
|
|
1079
|
+
description: string | null | undefined;
|
|
1080
|
+
links: HtmlLinkItemDto[];
|
|
1081
|
+
}
|
|
1082
|
+
declare const HeroWithMap: (props: HeroWithMapProps) => react_jsx_runtime.JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
interface HeroProps$2 {
|
|
1085
|
+
paths: string[] | undefined;
|
|
1086
|
+
contentItemId: any;
|
|
1087
|
+
title: string | null | undefined;
|
|
1088
|
+
description: string | null | undefined;
|
|
1089
|
+
links: HtmlLinkItemDto[];
|
|
1090
|
+
cmsUrl: string;
|
|
1091
|
+
}
|
|
1092
|
+
declare const HeroWithMultipleImage: (props: HeroProps$2) => react_jsx_runtime.JSX.Element;
|
|
1093
|
+
|
|
1094
|
+
interface HeroWithThreeImageProps {
|
|
1095
|
+
paths: string[];
|
|
1096
|
+
title: string | null | undefined;
|
|
1097
|
+
description: string | null | undefined;
|
|
1098
|
+
cmsUrl: string;
|
|
1099
|
+
links: HtmlLinkItemDto[];
|
|
1100
|
+
}
|
|
1101
|
+
declare const HeroWithThreeImage: (props: HeroWithThreeImageProps) => react_jsx_runtime.JSX.Element;
|
|
1102
|
+
|
|
1103
|
+
interface StoreLink {
|
|
1104
|
+
url: string;
|
|
1105
|
+
type: "google" | "apple";
|
|
1106
|
+
}
|
|
1107
|
+
interface HeroWidgetMobileDeviceProps {
|
|
1108
|
+
version: 1 | 2;
|
|
1109
|
+
title: string;
|
|
1110
|
+
description: string;
|
|
1111
|
+
image: string;
|
|
1112
|
+
storeLinks: StoreLink[];
|
|
1113
|
+
cmsUrl: string;
|
|
1114
|
+
links: any;
|
|
1115
|
+
}
|
|
1116
|
+
/**
|
|
1117
|
+
* HeroWidgetMobileDevice displays a hero section with a mobile device image and app store links.
|
|
1118
|
+
* Supports two layout versions: (1) image below text, (2) image right of text.
|
|
1119
|
+
*/
|
|
1120
|
+
declare const HeroWidgetMobileDevice: React__default.FC<HeroWidgetMobileDeviceProps>;
|
|
1121
|
+
|
|
1122
|
+
interface UpdatePasswordProps {
|
|
1123
|
+
ShowUpdatePassword: boolean;
|
|
1124
|
+
setShowUpdatePassword: any;
|
|
1125
|
+
}
|
|
1126
|
+
declare const UpdatePassword: (props: UpdatePasswordProps) => react_jsx_runtime.JSX.Element;
|
|
1127
|
+
|
|
1128
|
+
interface UpdateUserProfileProps {
|
|
1129
|
+
ShowProfile: boolean;
|
|
1130
|
+
setShowProfile: any;
|
|
1131
|
+
data: ProfileDto | undefined;
|
|
1132
|
+
}
|
|
1133
|
+
declare const UpdateUserProfile: ({ ShowProfile, setShowProfile, data, }: UpdateUserProfileProps) => react_jsx_runtime.JSX.Element;
|
|
1134
|
+
|
|
1135
|
+
interface SidebarProps {
|
|
1136
|
+
toggleSidebar: boolean;
|
|
1137
|
+
onToggle?: (f: boolean) => void;
|
|
1138
|
+
generalSettings?: GeoWikiSettingsItemDto;
|
|
1139
|
+
}
|
|
1140
|
+
declare const SidebarIcon: ({ type }: {
|
|
1141
|
+
type: any;
|
|
1142
|
+
}) => react_jsx_runtime.JSX.Element | null;
|
|
1143
|
+
declare const Sidebar: ({ toggleSidebar, onToggle, generalSettings, }: SidebarProps) => react_jsx_runtime.JSX.Element;
|
|
1144
|
+
|
|
1145
|
+
declare const SettingsManagement: () => react_jsx_runtime.JSX.Element;
|
|
1146
|
+
|
|
1147
|
+
declare const designButtonVariants: (props?: ({
|
|
1148
|
+
variant?: "text" | "primary" | "secondary" | "circle" | "outline" | "outlineGrey" | "internalLink" | "externalLink" | null | undefined;
|
|
1149
|
+
size?: "default" | "sm" | "xs" | null | undefined;
|
|
1150
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1151
|
+
interface ButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof designButtonVariants> {
|
|
1152
|
+
asChild?: boolean;
|
|
1153
|
+
icon?: React__default.ReactNode;
|
|
1154
|
+
}
|
|
1155
|
+
declare const DesignButton: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
1156
|
+
|
|
1157
|
+
declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1158
|
+
|
|
1159
|
+
declare const DesignRadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1160
|
+
declare const DesignRadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1161
|
+
|
|
1162
|
+
declare const DesignSwitch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1163
|
+
|
|
1164
|
+
declare const DesignSelect: React$1.FC<SelectPrimitive.SelectProps>;
|
|
1165
|
+
declare const DesignSelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1166
|
+
declare const DesignSelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
1167
|
+
declare const DesignSelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
1168
|
+
variant?: "default" | "input" | null | undefined;
|
|
1169
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1170
|
+
declare const DesignSelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1171
|
+
declare const DesignSelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1172
|
+
declare const DesignSelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1173
|
+
declare const DesignSelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1174
|
+
|
|
1175
|
+
interface FAQProps {
|
|
1176
|
+
faqs: {
|
|
1177
|
+
question: string;
|
|
1178
|
+
answer: React.ReactNode;
|
|
1179
|
+
hint?: string;
|
|
1180
|
+
}[];
|
|
1181
|
+
backgroundColor?: string;
|
|
1182
|
+
}
|
|
1183
|
+
declare const FAQ: ({ faqs, backgroundColor }: FAQProps) => react_jsx_runtime.JSX.Element;
|
|
1184
|
+
|
|
1185
|
+
declare const LandingTitle: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1186
|
+
declare const LandingTitleAccent: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1187
|
+
declare const H1Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1188
|
+
declare const H1AccentDesign: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1189
|
+
declare const H2Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1190
|
+
declare const H2AccentDesign: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1191
|
+
declare const H3Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1192
|
+
declare const H4Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1193
|
+
declare const H5Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1194
|
+
declare const H6Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
|
|
1195
|
+
declare const H7Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1196
|
+
declare const H8Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1197
|
+
declare const H9Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1198
|
+
declare const Caption: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1199
|
+
declare const Body20sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1200
|
+
declare const Body20m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1201
|
+
declare const Body20: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1202
|
+
declare const Body18sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1203
|
+
declare const Body18m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1204
|
+
declare const Body18: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1205
|
+
declare const Body16sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1206
|
+
declare const Body16m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1207
|
+
declare const Body16: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1208
|
+
declare const Body16it: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1209
|
+
declare const Body15sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1210
|
+
declare const Body15m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1211
|
+
declare const Body15: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1212
|
+
declare const Body15it: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1213
|
+
declare const Body14sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1214
|
+
declare const Body14m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1215
|
+
declare const Body14: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1216
|
+
declare const Body12sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1217
|
+
declare const Body12m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1218
|
+
declare const Body12: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
|
|
1219
|
+
|
|
1220
|
+
interface PaginationProps$1 {
|
|
1221
|
+
totalCount: number;
|
|
1222
|
+
currentPage: number;
|
|
1223
|
+
siblingCount: number;
|
|
1224
|
+
pageSize: number;
|
|
1225
|
+
onPageChange: (page: number) => void;
|
|
1226
|
+
className?: string;
|
|
1227
|
+
scrollToTop?: boolean;
|
|
1228
|
+
elementId?: string;
|
|
1229
|
+
}
|
|
1230
|
+
declare const DesignPagination: ({ totalCount, currentPage, siblingCount, pageSize, onPageChange, elementId, scrollToTop, }: PaginationProps$1) => react_jsx_runtime.JSX.Element | null;
|
|
1231
|
+
|
|
1232
|
+
interface ItemProps {
|
|
1233
|
+
name: string;
|
|
1234
|
+
href: string;
|
|
1235
|
+
}
|
|
1236
|
+
interface FooterProps {
|
|
1237
|
+
branding: {
|
|
1238
|
+
logo: string;
|
|
1239
|
+
title: string;
|
|
1240
|
+
};
|
|
1241
|
+
navigation: {
|
|
1242
|
+
category: string;
|
|
1243
|
+
items: ItemProps[];
|
|
1244
|
+
}[];
|
|
1245
|
+
bottomMenu: {
|
|
1246
|
+
name: string;
|
|
1247
|
+
href: string;
|
|
1248
|
+
iconPath?: string;
|
|
1249
|
+
}[];
|
|
1250
|
+
footerLogoPath: string | undefined;
|
|
1251
|
+
footerText: string;
|
|
1252
|
+
imagesPaths: string[] | undefined;
|
|
1253
|
+
copyrights?: string | undefined;
|
|
1254
|
+
socialLinks?: {
|
|
1255
|
+
name: string;
|
|
1256
|
+
href: string;
|
|
1257
|
+
isNewTab?: boolean;
|
|
1258
|
+
}[];
|
|
1259
|
+
}
|
|
1260
|
+
declare const DesignFooter: (props: FooterProps) => react_jsx_runtime.JSX.Element;
|
|
1261
|
+
|
|
1262
|
+
interface DesignHeaderProps {
|
|
1263
|
+
branding: {
|
|
1264
|
+
logo: string;
|
|
1265
|
+
title: string;
|
|
1266
|
+
};
|
|
1267
|
+
mainMenu: {
|
|
1268
|
+
link: string;
|
|
1269
|
+
text: string;
|
|
1270
|
+
isNewTab?: boolean;
|
|
1271
|
+
subMenu?: {
|
|
1272
|
+
link: string;
|
|
1273
|
+
text: string;
|
|
1274
|
+
isNewTab?: boolean;
|
|
1275
|
+
}[];
|
|
1276
|
+
}[];
|
|
1277
|
+
sessionStatus: "authenticated" | "unauthenticated" | "loading";
|
|
1278
|
+
canLogin: boolean;
|
|
1279
|
+
canSignUp: boolean;
|
|
1280
|
+
isAdmin: boolean;
|
|
1281
|
+
hasStickyNavBar?: boolean;
|
|
1282
|
+
}
|
|
1283
|
+
declare const DesignHeader: ({ branding, mainMenu, sessionStatus, canLogin, canSignUp: canSignup, isAdmin, hasStickyNavBar, }: DesignHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1284
|
+
|
|
1285
|
+
interface InfoBoxProps {
|
|
1286
|
+
title: string;
|
|
1287
|
+
text: string;
|
|
1288
|
+
}
|
|
1289
|
+
declare const InfoBox: ({ title, text }: InfoBoxProps) => react_jsx_runtime.JSX.Element;
|
|
1290
|
+
|
|
1291
|
+
interface Props$p {
|
|
1292
|
+
country: string;
|
|
1293
|
+
}
|
|
1294
|
+
declare const CountryItem: ({ country }: Props$p) => react_jsx_runtime.JSX.Element;
|
|
1295
|
+
|
|
1296
|
+
declare const designInputVariants: (props?: ({
|
|
1297
|
+
variant?: "default" | "error" | "success" | null | undefined;
|
|
1298
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1299
|
+
interface DesignInputProps extends React$1.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof designInputVariants> {
|
|
1300
|
+
}
|
|
1301
|
+
declare const DesignInput: React$1.ForwardRefExoticComponent<DesignInputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
1302
|
+
|
|
1303
|
+
type SearchProps = {
|
|
1304
|
+
textButton: string;
|
|
1305
|
+
placeholder: string;
|
|
1306
|
+
onUpdate: (searchStr: string) => void;
|
|
1307
|
+
value: string;
|
|
1308
|
+
};
|
|
1309
|
+
declare const DesignSearchInput: React$1.MemoExoticComponent<({ textButton, placeholder, onUpdate, value, }: SearchProps) => react_jsx_runtime.JSX.Element>;
|
|
1310
|
+
|
|
1311
|
+
interface PaginationProps {
|
|
1312
|
+
totalCount: number;
|
|
1313
|
+
currentPage: number;
|
|
1314
|
+
siblingCount: number;
|
|
1315
|
+
pageSize: number;
|
|
1316
|
+
onPageChange: (page: number) => void;
|
|
1317
|
+
className?: string;
|
|
1318
|
+
scrollToTop?: boolean;
|
|
1319
|
+
elementId?: string;
|
|
1320
|
+
pageSegments: number[];
|
|
1321
|
+
}
|
|
1322
|
+
declare const DesignDashboardPagination: ({ totalCount, currentPage, siblingCount, pageSize, onPageChange, elementId, scrollToTop, pageSegments, }: PaginationProps) => react_jsx_runtime.JSX.Element | null;
|
|
1323
|
+
|
|
1324
|
+
interface DesignResultTagProps {
|
|
1325
|
+
name: string;
|
|
1326
|
+
tag: string;
|
|
1327
|
+
}
|
|
1328
|
+
declare const DesignResultTag: ({ tag, name }: DesignResultTagProps) => react_jsx_runtime.JSX.Element | null;
|
|
1329
|
+
|
|
1330
|
+
interface DesignSortProps {
|
|
1331
|
+
totalCount: number;
|
|
1332
|
+
name: string;
|
|
1333
|
+
}
|
|
1334
|
+
declare const DesignSort: ({ totalCount, name }: DesignSortProps) => react_jsx_runtime.JSX.Element;
|
|
1335
|
+
|
|
1336
|
+
interface FilterDropdownProps {
|
|
1337
|
+
name: string;
|
|
1338
|
+
filterKey: string;
|
|
1339
|
+
sortItems: KeyValuePairOfString_String[];
|
|
1340
|
+
}
|
|
1341
|
+
declare const FilterDropdown: ({ name, filterKey, sortItems, }: FilterDropdownProps) => react_jsx_runtime.JSX.Element;
|
|
1342
|
+
|
|
1343
|
+
interface TestimonialProps {
|
|
1344
|
+
info: string;
|
|
1345
|
+
name: string;
|
|
1346
|
+
position: string;
|
|
1347
|
+
imagePath?: string;
|
|
1348
|
+
}
|
|
1349
|
+
interface Props$o {
|
|
1350
|
+
testimonials: TestimonialProps[];
|
|
1351
|
+
}
|
|
1352
|
+
declare const DesignTestimonials: ({ testimonials }: Props$o) => react_jsx_runtime.JSX.Element;
|
|
1353
|
+
|
|
1354
|
+
interface CookiesProps {
|
|
1355
|
+
handleAccept: () => void;
|
|
1356
|
+
handleDecline: () => void;
|
|
1357
|
+
}
|
|
1358
|
+
declare const Cookies: ({ handleAccept, handleDecline }: CookiesProps) => react_jsx_runtime.JSX.Element | null;
|
|
1359
|
+
|
|
1360
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
1361
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
1362
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
1363
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
1364
|
+
type CarouselButtonProps = {
|
|
1365
|
+
className?: string;
|
|
1366
|
+
};
|
|
1367
|
+
type CarouselProps = {
|
|
1368
|
+
opts?: CarouselOptions;
|
|
1369
|
+
plugins?: CarouselPlugin;
|
|
1370
|
+
orientation?: "horizontal" | "vertical";
|
|
1371
|
+
loop?: boolean;
|
|
1372
|
+
setApi?: (api: CarouselApi) => void;
|
|
1373
|
+
};
|
|
1374
|
+
declare const Carousel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & CarouselProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1375
|
+
declare const CarouselContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1376
|
+
declare const CarouselItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1377
|
+
declare const CarouselPrevious: React$1.ForwardRefExoticComponent<CarouselButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1378
|
+
declare const CarouselNext: React$1.ForwardRefExoticComponent<CarouselButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1379
|
+
|
|
1380
|
+
interface Props$n {
|
|
1381
|
+
date: string | number | Date;
|
|
1382
|
+
}
|
|
1383
|
+
declare const LastUpdatedTag: ({ date }: Props$n) => react_jsx_runtime.JSX.Element;
|
|
1384
|
+
|
|
1385
|
+
interface Props$m {
|
|
1386
|
+
tag: string;
|
|
1387
|
+
}
|
|
1388
|
+
declare const designSimpleTagVariants: (props?: ({
|
|
1389
|
+
variant?: "orange" | "blue" | "purple" | "turquoise" | "yellow" | "darkGreen" | "darkBlue" | null | undefined;
|
|
1390
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1391
|
+
type TagType$1 = VariantProps<typeof designSimpleTagVariants> & ComponentProps<"span">;
|
|
1392
|
+
declare const DesignSimpleTag: ({ tag, variant, className, }: Props$m & TagType$1) => react_jsx_runtime.JSX.Element;
|
|
1393
|
+
|
|
1394
|
+
interface Props$l {
|
|
1395
|
+
text: string;
|
|
1396
|
+
}
|
|
1397
|
+
declare const weightVariants: (props?: ({
|
|
1398
|
+
variant?: "weight100" | "weight200" | "weight300" | "weight400" | "weight500" | "weight600" | "weight700" | "weight800" | "weight900" | null | undefined;
|
|
1399
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1400
|
+
type TagType = VariantProps<typeof weightVariants> & ComponentProps<"div">;
|
|
1401
|
+
declare const TestWeight: ({ text, variant, className }: Props$l & TagType) => react_jsx_runtime.JSX.Element;
|
|
1402
|
+
|
|
1403
|
+
interface LinkProps$2 {
|
|
1404
|
+
text: string;
|
|
1405
|
+
href: string;
|
|
1406
|
+
isNewTab: boolean;
|
|
1407
|
+
}
|
|
1408
|
+
interface BannerFollowLinksProps {
|
|
1409
|
+
title: string;
|
|
1410
|
+
links: LinkProps$2[];
|
|
1411
|
+
}
|
|
1412
|
+
declare const BannerFollowLinks: ({ title, links }: BannerFollowLinksProps) => react_jsx_runtime.JSX.Element;
|
|
1413
|
+
|
|
1414
|
+
interface KeyInfoItemProps$1 {
|
|
1415
|
+
label: string;
|
|
1416
|
+
value: React.ReactNode;
|
|
1417
|
+
}
|
|
1418
|
+
declare const KeyInfoItem: ({ label, value }: KeyInfoItemProps$1) => react_jsx_runtime.JSX.Element;
|
|
1419
|
+
|
|
1420
|
+
interface AboutInfoItemProps {
|
|
1421
|
+
title: string;
|
|
1422
|
+
description: string;
|
|
1423
|
+
}
|
|
1424
|
+
declare const AboutInfoItem: ({ title, description }: AboutInfoItemProps) => react_jsx_runtime.JSX.Element | null;
|
|
1425
|
+
|
|
1426
|
+
interface KeyInfoItemProps {
|
|
1427
|
+
label: string;
|
|
1428
|
+
tags?: string[];
|
|
1429
|
+
variant: "darkGreen" | "turquoise" | "yellow" | "darkBlue" | "purple" | "blue" | "orange" | null | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
declare const TagsGroup: ({ label, tags, variant }: KeyInfoItemProps) => react_jsx_runtime.JSX.Element;
|
|
1432
|
+
|
|
1433
|
+
interface Props$k {
|
|
1434
|
+
cluster: ClusterDto;
|
|
1435
|
+
}
|
|
1436
|
+
declare const ListTagsGroup: ({ cluster }: Props$k) => react_jsx_runtime.JSX.Element;
|
|
1437
|
+
|
|
1438
|
+
type ApiImageProps = {
|
|
1439
|
+
imageId: string;
|
|
1440
|
+
width?: number;
|
|
1441
|
+
height?: number;
|
|
1442
|
+
alt?: string;
|
|
1443
|
+
className?: string;
|
|
1444
|
+
sizes?: string;
|
|
1445
|
+
};
|
|
1446
|
+
declare const ApiImage: ({ imageId, className, alt, width, height, }: ApiImageProps) => react_jsx_runtime.JSX.Element | null;
|
|
1447
|
+
|
|
1448
|
+
interface SignUpBannerProps {
|
|
1449
|
+
title: string;
|
|
1450
|
+
text: string;
|
|
1451
|
+
button: LinkButtonItem;
|
|
1452
|
+
imagePaths: string[];
|
|
1453
|
+
}
|
|
1454
|
+
declare const SignUpBanner: ({ title, text, button, imagePaths, }: SignUpBannerProps) => react_jsx_runtime.JSX.Element;
|
|
1455
|
+
|
|
1456
|
+
declare const RoutePagination: ({ pageSize, total, }: {
|
|
1457
|
+
pageSize: number;
|
|
1458
|
+
total: number;
|
|
1459
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1460
|
+
|
|
1461
|
+
interface Props$j {
|
|
1462
|
+
tag: string;
|
|
1463
|
+
content: React.ReactNode;
|
|
1464
|
+
TagClassName?: string;
|
|
1465
|
+
}
|
|
1466
|
+
declare const ThreeColumn: ({ tag, content, TagClassName }: Props$j) => react_jsx_runtime.JSX.Element;
|
|
1467
|
+
|
|
1468
|
+
declare const NoResults: () => react_jsx_runtime.JSX.Element;
|
|
1469
|
+
|
|
1470
|
+
interface NotificationProps {
|
|
1471
|
+
title: string;
|
|
1472
|
+
description: string;
|
|
1473
|
+
open: boolean;
|
|
1474
|
+
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
1475
|
+
icon?: "email" | "computer";
|
|
1476
|
+
}
|
|
1477
|
+
declare const Notification: ({ title, description, open, setOpen, icon, }: NotificationProps) => react_jsx_runtime.JSX.Element;
|
|
1478
|
+
|
|
1479
|
+
declare const LanguagePopup: () => react_jsx_runtime.JSX.Element | null;
|
|
1480
|
+
|
|
1481
|
+
interface FilterItemProps$1 {
|
|
1482
|
+
value: string;
|
|
1483
|
+
label: string;
|
|
1484
|
+
}
|
|
1485
|
+
interface FilterGroup {
|
|
1486
|
+
filterName: string;
|
|
1487
|
+
routerFiltername: string;
|
|
1488
|
+
filterItems: FilterItemProps$1[];
|
|
1489
|
+
}
|
|
1490
|
+
interface MobileFilterPopupProps {
|
|
1491
|
+
open: boolean;
|
|
1492
|
+
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
1493
|
+
name: string;
|
|
1494
|
+
filters: FilterGroup[];
|
|
1495
|
+
isMultiSelect?: boolean;
|
|
1496
|
+
}
|
|
1497
|
+
declare function MobileFilterPopup({ open, setOpen, name, filters, isMultiSelect, }: MobileFilterPopupProps): react_jsx_runtime.JSX.Element;
|
|
1498
|
+
|
|
1499
|
+
interface FilterItemProps {
|
|
1500
|
+
value: string;
|
|
1501
|
+
label: string;
|
|
1502
|
+
}
|
|
1503
|
+
interface MobileFilterPopupOpenedProps {
|
|
1504
|
+
open: boolean;
|
|
1505
|
+
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
1506
|
+
setParentOpen?: Dispatch<SetStateAction<boolean>>;
|
|
1507
|
+
name: string;
|
|
1508
|
+
list: FilterItemProps[];
|
|
1509
|
+
routerFiltername: string;
|
|
1510
|
+
isMultiSelect?: boolean;
|
|
1511
|
+
}
|
|
1512
|
+
declare function MobileFilterPopupOpened({ open, setOpen, setParentOpen, name, list, routerFiltername, isMultiSelect, }: MobileFilterPopupOpenedProps): react_jsx_runtime.JSX.Element;
|
|
1513
|
+
|
|
1514
|
+
interface LinkProps$1 {
|
|
1515
|
+
title: string;
|
|
1516
|
+
href: string;
|
|
1517
|
+
isNewTab: boolean;
|
|
1518
|
+
type: string;
|
|
1519
|
+
description?: string;
|
|
1520
|
+
subtitle?: string;
|
|
1521
|
+
}
|
|
1522
|
+
interface Props$i {
|
|
1523
|
+
link: LinkProps$1;
|
|
1524
|
+
fillColor?: string;
|
|
1525
|
+
}
|
|
1526
|
+
declare const DesignLink: ({ link, fillColor }: Props$i) => react_jsx_runtime.JSX.Element;
|
|
1527
|
+
|
|
1528
|
+
interface Props$h {
|
|
1529
|
+
links: LinkProps$1[];
|
|
1530
|
+
fillColor?: string;
|
|
1531
|
+
}
|
|
1532
|
+
declare const DesignListLink: ({ links, fillColor }: Props$h) => react_jsx_runtime.JSX.Element;
|
|
1533
|
+
|
|
1534
|
+
interface CustomLinkItemProps {
|
|
1535
|
+
linkText: string;
|
|
1536
|
+
href: string;
|
|
1537
|
+
isNewTab: boolean;
|
|
1538
|
+
fillColor?: string;
|
|
1539
|
+
className?: string;
|
|
1540
|
+
}
|
|
1541
|
+
declare const DesignCustomLink: ({ linkText, href, isNewTab, fillColor, className, }: CustomLinkItemProps) => react_jsx_runtime.JSX.Element;
|
|
1542
|
+
|
|
1543
|
+
interface LinkProps {
|
|
1544
|
+
title: string;
|
|
1545
|
+
href: string;
|
|
1546
|
+
isNewTab: boolean;
|
|
1547
|
+
}
|
|
1548
|
+
interface Props$g {
|
|
1549
|
+
link: LinkProps;
|
|
1550
|
+
}
|
|
1551
|
+
declare const SimpleLink: ({ link }: Props$g) => react_jsx_runtime.JSX.Element;
|
|
1552
|
+
|
|
1553
|
+
interface ClusterNewsItemProps {
|
|
1554
|
+
id: string;
|
|
1555
|
+
title: string | null | undefined;
|
|
1556
|
+
clusterName?: string | null | undefined;
|
|
1557
|
+
username?: string | null | undefined;
|
|
1558
|
+
time: string | number | Date | undefined;
|
|
1559
|
+
clusterCountry: string | null | undefined;
|
|
1560
|
+
path: string | null | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
declare const ClusterNewsItem: (props: ClusterNewsItemProps) => react_jsx_runtime.JSX.Element;
|
|
1563
|
+
|
|
1564
|
+
interface Props$f {
|
|
1565
|
+
clusterNewsItems?: ClusterNewsItemProps[];
|
|
1566
|
+
}
|
|
1567
|
+
declare const ClusterNewsList: ({ clusterNewsItems }: Props$f) => react_jsx_runtime.JSX.Element;
|
|
1568
|
+
|
|
1569
|
+
interface Props$e {
|
|
1570
|
+
clusterId: any;
|
|
1571
|
+
newsId: any;
|
|
1572
|
+
fileUrl?: string;
|
|
1573
|
+
ClusterCountry: string;
|
|
1574
|
+
ClusterName?: string;
|
|
1575
|
+
ClusterNews?: FarmerClusterNewsDto[];
|
|
1576
|
+
NewsCreationTime: string;
|
|
1577
|
+
NewsTitle: string;
|
|
1578
|
+
NewsIntro: string;
|
|
1579
|
+
UserName: string;
|
|
1580
|
+
NewsCoverImageId: string;
|
|
1581
|
+
NewsContent: string;
|
|
1582
|
+
}
|
|
1583
|
+
declare const ClusterStoryItem: (props: Props$e) => react_jsx_runtime.JSX.Element;
|
|
1584
|
+
|
|
1585
|
+
interface ClusterNewsProps {
|
|
1586
|
+
clusterId: string | undefined;
|
|
1587
|
+
clusterName: string | null | undefined;
|
|
1588
|
+
clusterCountry: string | null | undefined;
|
|
1589
|
+
}
|
|
1590
|
+
declare const ClusterNews: ({ clusterName, clusterId, clusterCountry, }: ClusterNewsProps) => react_jsx_runtime.JSX.Element | null;
|
|
1591
|
+
|
|
1592
|
+
declare const SixClusterNews: () => react_jsx_runtime.JSX.Element;
|
|
1593
|
+
|
|
1594
|
+
interface ClusterProps {
|
|
1595
|
+
title: string | null | undefined;
|
|
1596
|
+
path: string;
|
|
1597
|
+
imageId: string;
|
|
1598
|
+
country: string | null | undefined;
|
|
1599
|
+
status: string | null | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
declare const Cluster: ({ title, path, country, status, imageId, }: ClusterProps) => react_jsx_runtime.JSX.Element;
|
|
1602
|
+
|
|
1603
|
+
interface Props$d {
|
|
1604
|
+
clusters: ClusterProps[];
|
|
1605
|
+
}
|
|
1606
|
+
declare const ClusterList: ({ clusters }: Props$d) => react_jsx_runtime.JSX.Element;
|
|
1607
|
+
|
|
1608
|
+
interface H3ClustersProps {
|
|
1609
|
+
clusters: ClusterDto[];
|
|
1610
|
+
}
|
|
1611
|
+
declare const H3Clusters: ({ clusters }: H3ClustersProps) => react_jsx_runtime.JSX.Element;
|
|
1612
|
+
|
|
1613
|
+
interface GalleryItemProps {
|
|
1614
|
+
text: string;
|
|
1615
|
+
id: string;
|
|
1616
|
+
}
|
|
1617
|
+
declare const GalleryItem: ({ text, id }: GalleryItemProps) => react_jsx_runtime.JSX.Element;
|
|
1618
|
+
|
|
1619
|
+
interface Props$c {
|
|
1620
|
+
galleryItems: GalleryItemProps[];
|
|
1621
|
+
}
|
|
1622
|
+
declare const GalleryItemList: ({ galleryItems }: Props$c) => react_jsx_runtime.JSX.Element;
|
|
1623
|
+
|
|
1624
|
+
interface NewsArticleProps {
|
|
1625
|
+
title: string;
|
|
1626
|
+
description: string;
|
|
1627
|
+
username?: string | null | undefined;
|
|
1628
|
+
time: string | number | Date;
|
|
1629
|
+
language: string;
|
|
1630
|
+
path: string | undefined;
|
|
1631
|
+
link?: string;
|
|
1632
|
+
}
|
|
1633
|
+
declare const NewsArticle: (props: NewsArticleProps) => "" | react_jsx_runtime.JSX.Element | undefined;
|
|
1634
|
+
|
|
1635
|
+
interface Props$b {
|
|
1636
|
+
newsArticles: NewsArticleProps[];
|
|
1637
|
+
pageSize: number;
|
|
1638
|
+
}
|
|
1639
|
+
declare const NewsArticleList: ({ newsArticles }: Props$b) => react_jsx_runtime.JSX.Element;
|
|
1640
|
+
|
|
1641
|
+
interface BioBlitzObservationPinProps {
|
|
1642
|
+
title: string;
|
|
1643
|
+
link: string;
|
|
1644
|
+
linkText: string;
|
|
1645
|
+
isNewTab: boolean;
|
|
1646
|
+
path?: string;
|
|
1647
|
+
taxonomicName?: string;
|
|
1648
|
+
date?: string;
|
|
1649
|
+
}
|
|
1650
|
+
interface Props$a {
|
|
1651
|
+
bioBlitzObservation: BioBlitzObservationPinProps;
|
|
1652
|
+
}
|
|
1653
|
+
declare const BioBlitzObservationPin: ({ bioBlitzObservation }: Props$a) => react_jsx_runtime.JSX.Element;
|
|
1654
|
+
|
|
1655
|
+
interface DesignFarmerClusterPinProps {
|
|
1656
|
+
title: string;
|
|
1657
|
+
description: string;
|
|
1658
|
+
path: string | undefined;
|
|
1659
|
+
viewUrl: string;
|
|
1660
|
+
}
|
|
1661
|
+
interface Props$9 {
|
|
1662
|
+
farmerCluster: DesignFarmerClusterPinProps;
|
|
1663
|
+
buttonText?: string;
|
|
1664
|
+
}
|
|
1665
|
+
declare const DesignFarmerClusterPin: ({ farmerCluster, buttonText, }: Props$9) => react_jsx_runtime.JSX.Element;
|
|
1666
|
+
|
|
1667
|
+
interface Props$8 {
|
|
1668
|
+
title: string;
|
|
1669
|
+
textBody: string;
|
|
1670
|
+
button: LinkButtonItem;
|
|
1671
|
+
}
|
|
1672
|
+
declare const LandingTitleBodyButton: ({ title, textBody, button }: Props$8) => react_jsx_runtime.JSX.Element;
|
|
1673
|
+
|
|
1674
|
+
interface H1BodyButtonProps {
|
|
1675
|
+
title: string;
|
|
1676
|
+
textBody?: string;
|
|
1677
|
+
button?: LinkButtonItem;
|
|
1678
|
+
}
|
|
1679
|
+
declare const H1BodyButton: ({ title, textBody, button, }: H1BodyButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1680
|
+
|
|
1681
|
+
interface Props$7 {
|
|
1682
|
+
title: string;
|
|
1683
|
+
textBody: string;
|
|
1684
|
+
tag: string;
|
|
1685
|
+
button: LinkButtonItem;
|
|
1686
|
+
bottomPadding?: string;
|
|
1687
|
+
}
|
|
1688
|
+
declare const H2BodyButton: ({ title, textBody, button, tag, bottomPadding, }: Props$7) => react_jsx_runtime.JSX.Element;
|
|
1689
|
+
|
|
1690
|
+
interface H1BodyProps {
|
|
1691
|
+
title: string;
|
|
1692
|
+
textBody: string;
|
|
1693
|
+
}
|
|
1694
|
+
declare const H1Body: ({ title, textBody }: H1BodyProps) => react_jsx_runtime.JSX.Element;
|
|
1695
|
+
|
|
1696
|
+
interface H7BodyProps {
|
|
1697
|
+
title: string;
|
|
1698
|
+
textBody: string;
|
|
1699
|
+
}
|
|
1700
|
+
declare const H7Body: ({ title, textBody }: H7BodyProps) => react_jsx_runtime.JSX.Element;
|
|
1701
|
+
|
|
1702
|
+
declare const NewsHeading: () => react_jsx_runtime.JSX.Element;
|
|
1703
|
+
|
|
1704
|
+
interface Props$6 {
|
|
1705
|
+
title: string;
|
|
1706
|
+
subtitle: string;
|
|
1707
|
+
content: string;
|
|
1708
|
+
button: LinkButtonItem;
|
|
1709
|
+
backgroundColor?: string;
|
|
1710
|
+
imgClass?: string;
|
|
1711
|
+
}
|
|
1712
|
+
declare const SubtitleH3Body: ({ title, subtitle, content, button, backgroundColor, imgClass, }: Props$6) => react_jsx_runtime.JSX.Element;
|
|
1713
|
+
|
|
1714
|
+
interface Props$5 {
|
|
1715
|
+
title: string;
|
|
1716
|
+
subtitle: string;
|
|
1717
|
+
textBody: string;
|
|
1718
|
+
links: LinkProps$1[];
|
|
1719
|
+
}
|
|
1720
|
+
declare const SubtitleH3BodyInternalLinkList: ({ title, subtitle, textBody, links, }: Props$5) => react_jsx_runtime.JSX.Element;
|
|
1721
|
+
|
|
1722
|
+
interface Props$4 {
|
|
1723
|
+
title: string;
|
|
1724
|
+
subtitle: string;
|
|
1725
|
+
description?: string;
|
|
1726
|
+
faqs?: FAQProps["faqs"];
|
|
1727
|
+
backgroundColor?: string;
|
|
1728
|
+
}
|
|
1729
|
+
declare const SubtitleH3Faq: ({ title, subtitle, description, faqs, backgroundColor, }: Props$4) => react_jsx_runtime.JSX.Element;
|
|
1730
|
+
|
|
1731
|
+
interface Props$3 {
|
|
1732
|
+
title: string;
|
|
1733
|
+
subtitle: string;
|
|
1734
|
+
button: LinkButtonItem;
|
|
1735
|
+
}
|
|
1736
|
+
declare const SubtitleH3Cluster4Column: ({ title, subtitle, button, }: Props$3) => react_jsx_runtime.JSX.Element;
|
|
1737
|
+
|
|
1738
|
+
interface Props$2 {
|
|
1739
|
+
title: string;
|
|
1740
|
+
subtitle: string;
|
|
1741
|
+
button: LinkButtonItem;
|
|
1742
|
+
}
|
|
1743
|
+
declare const SubtitleH3ClusterNews3Column: ({ title, subtitle, button, }: Props$2) => react_jsx_runtime.JSX.Element;
|
|
1744
|
+
|
|
1745
|
+
interface Props$1 {
|
|
1746
|
+
title: string;
|
|
1747
|
+
content: string;
|
|
1748
|
+
button: LinkButtonItem;
|
|
1749
|
+
videoLink: string;
|
|
1750
|
+
}
|
|
1751
|
+
declare const SubtitleH2BodyVideo: ({ title, content, button, videoLink, }: Props$1) => react_jsx_runtime.JSX.Element;
|
|
1752
|
+
|
|
1753
|
+
interface Props {
|
|
1754
|
+
title: string;
|
|
1755
|
+
content: string;
|
|
1756
|
+
button: LinkButtonItem;
|
|
1757
|
+
path: string | undefined;
|
|
1758
|
+
}
|
|
1759
|
+
declare const ImageLeftH3BodyLink: ({ title, content, button, path, }: Props) => react_jsx_runtime.JSX.Element;
|
|
1760
|
+
|
|
1761
|
+
interface NewsfeedPreviewProps {
|
|
1762
|
+
newsArticleData: NewsArticleProps[];
|
|
1763
|
+
}
|
|
1764
|
+
/**
|
|
1765
|
+
* Renders a preview of news articles in a global newsfeed.
|
|
1766
|
+
*
|
|
1767
|
+
* @param {NewsfeedPreviewProps} newsArticleData - Array of news article data to display in the preview.
|
|
1768
|
+
* @returns {JSX.Element} A component displaying a preview of news articles with a title, a "View all" button, and a list of news articles.
|
|
1769
|
+
*/
|
|
1770
|
+
declare const NewsfeedPreview: ({ newsArticleData }: NewsfeedPreviewProps) => react_jsx_runtime.JSX.Element;
|
|
1771
|
+
|
|
1772
|
+
interface HeroProps$1 {
|
|
1773
|
+
path: string | undefined;
|
|
1774
|
+
text: string | null | undefined;
|
|
1775
|
+
logoPath?: string;
|
|
1776
|
+
}
|
|
1777
|
+
declare const HeroImageLeft: (props: HeroProps$1) => react_jsx_runtime.JSX.Element;
|
|
1778
|
+
|
|
1779
|
+
interface HeroProps {
|
|
1780
|
+
path: string | undefined;
|
|
1781
|
+
title: string | null | undefined;
|
|
1782
|
+
description: string | null | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
declare const HeroImageRight: (props: HeroProps) => react_jsx_runtime.JSX.Element;
|
|
1785
|
+
|
|
1786
|
+
interface ImageLeftH3BodyProps {
|
|
1787
|
+
imagePath: string | undefined;
|
|
1788
|
+
title: string | null | undefined;
|
|
1789
|
+
text: string | null | undefined;
|
|
1790
|
+
button: LinkButtonItem;
|
|
1791
|
+
}
|
|
1792
|
+
declare const ImageLefttH3Body: (props: ImageLeftH3BodyProps) => react_jsx_runtime.JSX.Element;
|
|
1793
|
+
|
|
1794
|
+
interface KeyValuePairListProps {
|
|
1795
|
+
title?: string;
|
|
1796
|
+
subTitle?: string;
|
|
1797
|
+
keyName: string;
|
|
1798
|
+
valueName: string;
|
|
1799
|
+
showAddAnother?: boolean;
|
|
1800
|
+
addAnnotherText?: string;
|
|
1801
|
+
getValues: any;
|
|
1802
|
+
}
|
|
1803
|
+
declare const KeyValuePairList: (props: KeyValuePairListProps) => react_jsx_runtime.JSX.Element;
|
|
1804
|
+
|
|
1805
|
+
declare const Breadcrumb: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
1806
|
+
separator?: React$1.ReactNode;
|
|
1807
|
+
} & React$1.RefAttributes<HTMLElement>>;
|
|
1808
|
+
declare const BreadcrumbList: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
|
|
1809
|
+
declare const BreadcrumbItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
|
|
1810
|
+
declare const BreadcrumbLink: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
1811
|
+
asChild?: boolean | undefined;
|
|
1812
|
+
} & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
1813
|
+
declare const BreadcrumbPage: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
1814
|
+
declare const BreadcrumbSeparator: {
|
|
1815
|
+
({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
1816
|
+
displayName: string;
|
|
1817
|
+
};
|
|
1818
|
+
declare const BreadcrumbEllipsis: {
|
|
1819
|
+
({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
1820
|
+
displayName: string;
|
|
1821
|
+
};
|
|
1822
|
+
|
|
1823
|
+
declare const VideoPlayIcon: ({ ...props }: {
|
|
1824
|
+
[x: string]: any;
|
|
1825
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1826
|
+
|
|
1827
|
+
declare const GridDividersIcon: ({ ...props }: {
|
|
1828
|
+
[x: string]: any;
|
|
1829
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1830
|
+
|
|
1831
|
+
declare const HardDriveIcon: ({ ...props }: {
|
|
1832
|
+
[x: string]: any;
|
|
1833
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1834
|
+
|
|
1835
|
+
declare const CpuIcon: ({ ...props }: {
|
|
1836
|
+
[x: string]: any;
|
|
1837
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1838
|
+
|
|
1839
|
+
declare const AtomIcon: ({ ...props }: {
|
|
1840
|
+
[x: string]: any;
|
|
1841
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1842
|
+
|
|
1843
|
+
declare const BookTextIcon: ({ ...props }: {
|
|
1844
|
+
[x: string]: any;
|
|
1845
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1846
|
+
|
|
1847
|
+
declare const CalendarIcon: ({ ...props }: {
|
|
1848
|
+
[x: string]: any;
|
|
1849
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1850
|
+
|
|
1851
|
+
declare const ChartLineDotsIcon: ({ ...props }: {
|
|
1852
|
+
[x: string]: any;
|
|
1853
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1854
|
+
|
|
1855
|
+
declare const CameraIcon: ({ ...props }: {
|
|
1856
|
+
[x: string]: any;
|
|
1857
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1858
|
+
|
|
1859
|
+
declare const ChatsIcons: ({ ...props }: {
|
|
1860
|
+
[x: string]: any;
|
|
1861
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1862
|
+
|
|
1863
|
+
declare const ClipboardIcon: ({ ...props }: {
|
|
1864
|
+
[x: string]: any;
|
|
1865
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1866
|
+
|
|
1867
|
+
declare const DesktopCodeIcon: ({ ...props }: {
|
|
1868
|
+
[x: string]: any;
|
|
1869
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1870
|
+
|
|
1871
|
+
declare const UserGroupIcon: ({ ...props }: {
|
|
1872
|
+
[x: string]: any;
|
|
1873
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1874
|
+
|
|
1875
|
+
declare const ImageIcon: ({ ...props }: {
|
|
1876
|
+
[x: string]: any;
|
|
1877
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1878
|
+
|
|
1879
|
+
declare const StopWatchCheckIcon: ({ ...props }: {
|
|
1880
|
+
[x: string]: any;
|
|
1881
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1882
|
+
|
|
1883
|
+
declare const HeadphonesIcon: ({ ...props }: {
|
|
1884
|
+
[x: string]: any;
|
|
1885
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1886
|
+
|
|
1887
|
+
declare const Icon: ({ type, }: {
|
|
1888
|
+
type: "Atom" | "Chats" | "Clipboard" | "Collection" | "Cpu" | "Dataset" | "Event" | "Image" | "InteractiveResource" | "Microscope" | "MovingImage" | "PhysicalObject" | "Service" | "Sound" | "StillImage" | "StopWatchCheck" | "TextBook";
|
|
1889
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1890
|
+
|
|
1891
|
+
declare const AccountIcon: ({ ...props }: {
|
|
1892
|
+
[x: string]: any;
|
|
1893
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1894
|
+
|
|
1895
|
+
declare const FarmerClustersIcon: ({ ...props }: {
|
|
1896
|
+
[x: string]: any;
|
|
1897
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1898
|
+
|
|
1899
|
+
declare const ResourcesIcon: ({ ...props }: {
|
|
1900
|
+
[x: string]: any;
|
|
1901
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1902
|
+
|
|
1903
|
+
declare const SettingsIcon: ({ ...props }: {
|
|
1904
|
+
[x: string]: any;
|
|
1905
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1906
|
+
|
|
1907
|
+
declare const LayerGroupIcon: ({ ...props }: {
|
|
1908
|
+
[x: string]: any;
|
|
1909
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1910
|
+
|
|
1911
|
+
declare const MinusIcon: ({ ...props }: {
|
|
1912
|
+
[x: string]: any;
|
|
1913
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1914
|
+
|
|
1915
|
+
declare const PlusIcon: ({ ...props }: {
|
|
1916
|
+
[x: string]: any;
|
|
1917
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1918
|
+
|
|
1919
|
+
declare const XIcon: ({ ...props }: {
|
|
1920
|
+
[x: string]: any;
|
|
1921
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1922
|
+
|
|
1923
|
+
declare const MapLayersIcon: () => react_jsx_runtime.JSX.Element;
|
|
1924
|
+
|
|
1925
|
+
declare const LegendIcon: ({ ...props }: {
|
|
1926
|
+
[x: string]: any;
|
|
1927
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1928
|
+
|
|
1929
|
+
interface MapIconProps {
|
|
1930
|
+
Icon: React.ElementType;
|
|
1931
|
+
color?: string;
|
|
1932
|
+
}
|
|
1933
|
+
declare const MapIcon: ({ Icon, color }: MapIconProps) => react_jsx_runtime.JSX.Element;
|
|
1934
|
+
|
|
1935
|
+
interface IconPathsType {
|
|
1936
|
+
name: string;
|
|
1937
|
+
icon: React.FC;
|
|
1938
|
+
}
|
|
1939
|
+
declare const IconPaths: IconPathsType[];
|
|
1940
|
+
|
|
1941
|
+
declare const Hexagon: ({ ...props }: {
|
|
1942
|
+
[x: string]: any;
|
|
1943
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1944
|
+
|
|
1945
|
+
interface LocationIconProps {
|
|
1946
|
+
Icon: React.ElementType;
|
|
1947
|
+
color?: string;
|
|
1948
|
+
}
|
|
1949
|
+
declare const LocationIcon: ({ Icon, color }: LocationIconProps) => react_jsx_runtime.JSX.Element;
|
|
1950
|
+
|
|
1951
|
+
declare const FarmerClusterPin: ({ ...props }: {
|
|
1952
|
+
[x: string]: any;
|
|
1953
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1954
|
+
|
|
1955
|
+
interface PieChartProps {
|
|
1956
|
+
data: {
|
|
1957
|
+
label: string;
|
|
1958
|
+
value: number | undefined;
|
|
1959
|
+
}[];
|
|
1960
|
+
outerRadius: number;
|
|
1961
|
+
innerRadius: number;
|
|
1962
|
+
}
|
|
1963
|
+
declare const PieChart: ({ data, outerRadius, innerRadius }: PieChartProps) => react_jsx_runtime.JSX.Element;
|
|
1964
|
+
|
|
1965
|
+
interface RegisterFormProps {
|
|
1966
|
+
onSuccess?: () => void;
|
|
1967
|
+
onError?: (error: string) => void;
|
|
1968
|
+
defaultAppName?: string;
|
|
1969
|
+
className?: string;
|
|
1970
|
+
}
|
|
1971
|
+
declare function RegisterForm({ onSuccess, onError, defaultAppName, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
|
|
1972
|
+
|
|
1973
|
+
interface UmamiAnalyticsProps {
|
|
1974
|
+
scriptUrl?: string;
|
|
1975
|
+
websiteId: string;
|
|
1976
|
+
}
|
|
1977
|
+
/**
|
|
1978
|
+
* UmamiAnalytics component is responsible for embedding the Umami analytics script into the application.
|
|
1979
|
+
*
|
|
1980
|
+
* @param {string} scriptUrl - The URL of the Umami analytics script.
|
|
1981
|
+
* @param {string} websiteId - The unique identifier for the website being tracked.
|
|
1982
|
+
*
|
|
1983
|
+
* @returns {React.ReactElement | null} - Returns a script element with the provided script URL and website ID, or null if either parameter is missing.
|
|
1984
|
+
*/
|
|
1985
|
+
declare const UmamiAnalytics: React__default.FC<UmamiAnalyticsProps>;
|
|
1986
|
+
|
|
1987
|
+
declare const MapLegendIcon: () => react_jsx_runtime.JSX.Element;
|
|
1988
|
+
|
|
1989
|
+
declare const DownloadIcon: () => react_jsx_runtime.JSX.Element;
|
|
1990
|
+
|
|
1991
|
+
declare const OverlayIcon: () => react_jsx_runtime.JSX.Element;
|
|
1992
|
+
|
|
1993
|
+
export { AboutInfoItem, Accordion, AccordionContent, AccordionItem, AccordionTrigger, AccountDetail, AccountIcon, AddRole, AddTenant, AddUser, type AddUserProps$1 as AddUserProps, AdminLayout, type AdminLayoutProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, ApiImage, type ApiImageProps, ApplicationView, AspectRatio, AtomIcon, AuthenticationFailure, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BannerFollowLinks, BioBlitzObservationPin, type BioBlitzObservationPinProps, Body12, Body12m, Body12sb, Body14, Body14m, Body14sb, Body15, Body15it, Body15m, Body15sb, Body16, Body16it, Body16m, Body16sb, Body18, Body18m, Body18sb, Body20, Body20m, Body20sb, BookTextIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonContent, ButtonLink, ButtonList, type ButtonProps$1 as ButtonProps, Calendar, CalendarIcon, type CalendarProps, CameraIcon, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChangePassword, ChartLineDotsIcon, ChatsIcons, Checkbox, ClipboardIcon, Cluster, ClusterList, ClusterNews, ClusterNewsItem, type ClusterNewsItemProps, ClusterNewsList, type ClusterNewsProps, type ClusterProps, ClusterStoryItem, CmsImage, Collapsible, CollapsibleContent, CollapsibleTrigger, ContentCarousel, ContentGrid, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CookieConsent, Cookies, CountryItem, CoverImage, CpuIcon, CustomDropDown, CustomFilterSort, CustomImage, CustomLink, DeleteButton, DeleteRole, DeleteUser, DesignButton, DesignCustomLink, DesignDashboardPagination, DesignFarmerClusterPin, type DesignFarmerClusterPinProps, DesignFooter, DesignHeader, type DesignHeaderProps, DesignInput, type DesignInputProps, DesignLink, DesignListLink, DesignPagination, DesignRadioGroup, DesignRadioGroupItem, DesignResultTag, DesignSearchInput, DesignSelect, DesignSelectContent, DesignSelectGroup, DesignSelectItem, DesignSelectLabel, DesignSelectSeparator, DesignSelectTrigger, DesignSelectValue, DesignSimpleTag, DesignSort, DesignSwitch, DesignTestimonials, DesktopCodeIcon, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogWrapper, type DisplayItem, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditLinkButton, Emailing, Error, ErrorMessage, FAQ, type FAQProps, FarmerClusterPin, FarmerClustersIcon, FeatureDisabled, FeatureItemElement, FeatureManagement, Features, FilterDropdown, Footer, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, FullPageLoader, GalleryItem, GalleryItemList, type GalleryItemProps, GridDividersIcon, H1AccentDesign, H1Body, H1BodyButton, type H1BodyButtonProps, type H1BodyProps, H1Design, H2AccentDesign, H2BodyButton, H2Design, H3Clusters, type H3ClustersProps, H3Design, H4Design, H5Design, H6Design, H7Body, type H7BodyProps, H7Design, H8Design, H9Design, HardDriveIcon, HeadphonesIcon, HeroImage, HeroImageLeft, HeroImageRight, HeroWidgetMobileDevice, HeroWidgetOld, HeroWithCenterText, HeroWithMap, HeroWithMultipleImage, HeroWithThreeImage, Hexagon, HoverCard, HoverCardContent, HoverCardTrigger, HtmlView, type IPanelHorizontalProps, type IPanelMainProps, type IVerticalHorizontalProps, Icon, IconPaths, IframeViewer, ImageIcon, ImageLeftH3BodyLink, ImageLefttH3Body, InfoBox, InfoCard, Input, type InputProps, KeyInfoItem, KeyValuePairList, Label, LandingTitle, LandingTitleAccent, LandingTitleBodyButton, LanguagePopup, LastUpdatedTag, LayerGroupIcon, LegendIcon, type LinkButtonItem, type LinkProps$1 as LinkProps, ListTagsGroup, Loader, LoaderFull, LocalLoader, LocationIcon, MapIcon, MapLayersIcon, MapLayout, MapLegendIcon, MediaEmbedItem, MediaItem, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MinusIcon, MobileFilterPopup, MobileFilterPopupOpened, MultiSelect, MultiSelectFreeText, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, News, NewsArticle, NewsArticleList, type NewsArticleProps, NewsHeading, NewsItemList, NewsfeedPreview, type NewsfeedPreviewProps, NextImage, NoResults, Notification, OldButton, OldCustomInput, OverlayIcon, PageNotFound, Pagination, PanelHorizontal, PanelMain, PanelVertical, PermissionDisabled, Permissions, PermissionsGrant, PieChart, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PrimaryButton, ProfileSettings, Progress, PublicationList, RadioGroup, RadioGroupItem, RegisterForm, type RegisterFormProps, RequireFeature, ResourcesIcon, RichTextContent, RoleEdit, RoleList, RolePermission, RoutePagination, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Separator, SettingsIcon, SettingsManagement, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShowLargeText, ShowShortText, ShowTagItem, Sidebar, SidebarIcon, type SidebarProps, SignUpBanner, SimpleLink, SixClusterNews, SizedImage, Skeleton, Slider, StopWatchCheckIcon, SubtitleH2BodyVideo, SubtitleH3Body, SubtitleH3BodyInternalLinkList, SubtitleH3Cluster4Column, SubtitleH3ClusterNews3Column, SubtitleH3Faq, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Tag, TagsGroup, TenantList, TestEmail, type TestEmailProps, TestWeight, type TestimonialProps, TextArea, Textarea, type TextareaProps, ThreeColumn, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopNav2, TopNav3, TopNav4, TopNavbar, type TopNavbarProps, TopProgress, UiTimer, UmamiAnalytics, UnderConstruction, UpdatePassword, UpdateUserProfile, UserDropDown, UserEdit, UserGroupIcon, UserList, UserMenus, type UserMenusProps, UserPermission, Video, VideoPlayIcon, ViewLink, XIcon, badgeVariants, buttonVariants, cn, customSelectInputStyles, designButtonVariants, formatDate, formatTagString, getPages, getSelectTheme, isAdmin, navigationMenuTriggerStyle, parseTitle, reducer, tableCustomStyles, tableDesigntyles, toast, toggleVariants, useFormField, useToast };
|