@geowiki/ui 0.15.1-dev.0 → 0.16.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/dist/{chunk-5PBHZKXW.mjs → chunk-2KORXHVU.mjs} +1 -38
- package/dist/{cluster-map-OI3WRJJ7.mjs → cluster-map-4OQZMXJK.mjs} +2 -2
- package/dist/index.d.mts +33 -918
- package/dist/index.d.ts +33 -918
- package/dist/index.js +10225 -16776
- package/dist/index.mjs +10427 -16411
- package/dist/styles.css +1 -1
- package/package.json +17 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,370 +1,12 @@
|
|
|
1
|
+
import { LinkButtonItem } from '@geowiki/design-system';
|
|
2
|
+
export * from '@geowiki/design-system';
|
|
1
3
|
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
4
|
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
5
|
import { ProfileDto, PagedResultDtoOfTenantDto, IdentityUserUpdateDto, PagedResultDtoOfIdentityUserDto, IdentityRoleUpdateDto, PagedResultDtoOfIdentityRoleDto, ExternalNewsDto, KeyValuePairOfString_String, ClusterDto, FarmerClusterNewsDto } from '@geowiki/api-proxy';
|
|
6
|
+
import * as React$1 from 'react';
|
|
7
|
+
import React__default, { Dispatch, SetStateAction } from 'react';
|
|
37
8
|
import { GeoWikiSettingsItemDto, FeatureItemItemDto, LinkPartDto, ApplicationItemDto, PublicationItemDto, HtmlLinkItemDto } from '@geowiki/cms-proxy';
|
|
38
9
|
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
10
|
|
|
369
11
|
interface FooterProps$1 {
|
|
370
12
|
settings: DefaultSettings;
|
|
@@ -372,27 +14,6 @@ interface FooterProps$1 {
|
|
|
372
14
|
}
|
|
373
15
|
declare const Footer: ({ settings, sessionStatus }: FooterProps$1) => react_jsx_runtime.JSX.Element;
|
|
374
16
|
|
|
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
17
|
declare const getSelectTheme: (selectTheme: any, theme: any) => any;
|
|
397
18
|
declare const customSelectInputStyles: {
|
|
398
19
|
input: (base: any) => any;
|
|
@@ -447,16 +68,9 @@ declare const tableDesigntyles: {
|
|
|
447
68
|
};
|
|
448
69
|
};
|
|
449
70
|
};
|
|
450
|
-
declare const getPages: (totalPages: number, currentPage: number) => (number | "SPACER")[];
|
|
451
71
|
declare function parseTitle(title: string, type: "LandingTitle" | "H1" | "H2"): string;
|
|
452
72
|
declare const isAdmin: (token: string) => boolean;
|
|
453
73
|
|
|
454
|
-
interface LinkButtonItem {
|
|
455
|
-
text?: string;
|
|
456
|
-
isNewTab?: boolean;
|
|
457
|
-
link?: string;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
74
|
interface TopNavbarProps {
|
|
461
75
|
branding: {
|
|
462
76
|
logo: string;
|
|
@@ -606,11 +220,6 @@ type AddUserProps = {
|
|
|
606
220
|
};
|
|
607
221
|
declare const AddRole: ({ showButtonAdd }: AddUserProps) => react_jsx_runtime.JSX.Element;
|
|
608
222
|
|
|
609
|
-
interface IPanelHorizontalProps {
|
|
610
|
-
children: React.ReactNode;
|
|
611
|
-
}
|
|
612
|
-
declare const PanelHorizontal: React.FC<IPanelHorizontalProps>;
|
|
613
|
-
|
|
614
223
|
interface IPanelMainProps {
|
|
615
224
|
direction?: "horizontal" | "vertical";
|
|
616
225
|
leftPanel?: React.ReactNode;
|
|
@@ -633,17 +242,11 @@ interface AdminLayoutProps {
|
|
|
633
242
|
}
|
|
634
243
|
declare const AdminLayout: ({ children, generalSettings, }: AdminLayoutProps) => react_jsx_runtime.JSX.Element;
|
|
635
244
|
|
|
636
|
-
interface Props$
|
|
245
|
+
interface Props$w extends BaseProp {
|
|
637
246
|
children: React__default.ReactNode;
|
|
638
247
|
title: string;
|
|
639
248
|
}
|
|
640
|
-
declare const MapLayout: ({ title, children, settings }: Props$
|
|
641
|
-
|
|
642
|
-
interface ILoaderFullProps {
|
|
643
|
-
showInCenter?: boolean;
|
|
644
|
-
cssClass?: string;
|
|
645
|
-
}
|
|
646
|
-
declare const LoaderFull: React__default.FC<ILoaderFullProps>;
|
|
249
|
+
declare const MapLayout: ({ title, children, settings }: Props$w) => react_jsx_runtime.JSX.Element;
|
|
647
250
|
|
|
648
251
|
interface HtmlViewProps {
|
|
649
252
|
html: string;
|
|
@@ -706,38 +309,15 @@ interface InfoCardProps {
|
|
|
706
309
|
}
|
|
707
310
|
declare const InfoCard: (props: InfoCardProps) => react_jsx_runtime.JSX.Element;
|
|
708
311
|
|
|
709
|
-
interface Props$
|
|
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 {
|
|
312
|
+
interface Props$v {
|
|
717
313
|
isOpen: boolean;
|
|
718
314
|
setIsOpen: (isOpen: boolean) => void;
|
|
719
315
|
heading: string;
|
|
720
316
|
children: React__default.ReactNode;
|
|
721
317
|
}
|
|
722
|
-
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$
|
|
723
|
-
|
|
724
|
-
type DisplayItem = {
|
|
725
|
-
value: any;
|
|
726
|
-
label: any;
|
|
727
|
-
};
|
|
318
|
+
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$v) => react_jsx_runtime.JSX.Element;
|
|
728
319
|
|
|
729
|
-
|
|
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 {
|
|
320
|
+
interface Props$u {
|
|
741
321
|
items: [
|
|
742
322
|
{
|
|
743
323
|
id: string;
|
|
@@ -754,27 +334,14 @@ interface Props$I {
|
|
|
754
334
|
parentId: string | undefined;
|
|
755
335
|
fileUrl: string;
|
|
756
336
|
}
|
|
757
|
-
declare const ContentGrid: (props: Props$
|
|
337
|
+
declare const ContentGrid: (props: Props$u) => react_jsx_runtime.JSX.Element;
|
|
758
338
|
|
|
759
|
-
interface Props$
|
|
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 {
|
|
339
|
+
interface Props$t {
|
|
773
340
|
tags?: string[];
|
|
774
341
|
label?: string;
|
|
775
342
|
tagColor?: string;
|
|
776
343
|
}
|
|
777
|
-
declare const ShowTagItem: (props: Props$
|
|
344
|
+
declare const ShowTagItem: (props: Props$t) => react_jsx_runtime.JSX.Element;
|
|
778
345
|
|
|
779
346
|
interface PageNotFoundProps {
|
|
780
347
|
}
|
|
@@ -789,18 +356,7 @@ interface NextImageProps {
|
|
|
789
356
|
}
|
|
790
357
|
declare const NextImage: ({ src, width, height, alt, className, }: NextImageProps) => react_jsx_runtime.JSX.Element;
|
|
791
358
|
|
|
792
|
-
|
|
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 = {
|
|
359
|
+
type Props$s = {
|
|
804
360
|
src: string;
|
|
805
361
|
width?: number;
|
|
806
362
|
height?: number;
|
|
@@ -810,7 +366,7 @@ type Props$D = {
|
|
|
810
366
|
priority?: boolean;
|
|
811
367
|
showPlaceholder?: boolean;
|
|
812
368
|
};
|
|
813
|
-
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$
|
|
369
|
+
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$s) => react_jsx_runtime.JSX.Element | null;
|
|
814
370
|
|
|
815
371
|
declare const Video: ({ media, poster, className, controls, autoPlay, }: any) => react_jsx_runtime.JSX.Element;
|
|
816
372
|
|
|
@@ -820,43 +376,24 @@ interface FeatureItemElementProps {
|
|
|
820
376
|
}
|
|
821
377
|
declare const FeatureItemElement: ({ item, cmsUrl, }: FeatureItemElementProps) => react_jsx_runtime.JSX.Element;
|
|
822
378
|
|
|
823
|
-
interface MediaEmbedItemProps {
|
|
824
|
-
alt: string;
|
|
825
|
-
src: string;
|
|
826
|
-
}
|
|
827
|
-
declare const MediaEmbedItem: ({ alt, src }: MediaEmbedItemProps) => react_jsx_runtime.JSX.Element;
|
|
828
|
-
|
|
829
379
|
interface MediaItemProps {
|
|
830
380
|
cmsUrl: string;
|
|
831
381
|
path: string;
|
|
832
382
|
}
|
|
833
383
|
declare const MediaItem: ({ path, cmsUrl }: MediaItemProps) => react_jsx_runtime.JSX.Element;
|
|
834
384
|
|
|
835
|
-
interface Props$
|
|
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 {
|
|
385
|
+
interface Props$r {
|
|
849
386
|
data: LinkPartDto;
|
|
850
387
|
}
|
|
851
|
-
declare const CustomLink: ({ data }: Props$
|
|
388
|
+
declare const CustomLink: ({ data }: Props$r) => react_jsx_runtime.JSX.Element;
|
|
852
389
|
|
|
853
390
|
declare function News({ news }: any): react_jsx_runtime.JSX.Element;
|
|
854
391
|
|
|
855
|
-
interface Props$
|
|
392
|
+
interface Props$q {
|
|
856
393
|
app: ApplicationItemDto;
|
|
857
394
|
cmsUrl: string;
|
|
858
395
|
}
|
|
859
|
-
declare function ApplicationView({ app, cmsUrl }: Props$
|
|
396
|
+
declare function ApplicationView({ app, cmsUrl }: Props$q): react_jsx_runtime.JSX.Element;
|
|
860
397
|
|
|
861
398
|
interface CustomDropDownProps {
|
|
862
399
|
PlaceholderName: string;
|
|
@@ -881,7 +418,7 @@ interface FeatureProps {
|
|
|
881
418
|
}
|
|
882
419
|
declare const RequireFeature: ({ children, feature }: FeatureProps) => react_jsx_runtime.JSX.Element | null;
|
|
883
420
|
|
|
884
|
-
interface Props$
|
|
421
|
+
interface Props$p {
|
|
885
422
|
Carousel: [
|
|
886
423
|
{
|
|
887
424
|
id: string;
|
|
@@ -896,71 +433,9 @@ interface Props$z {
|
|
|
896
433
|
isSubTitlePreLine: boolean;
|
|
897
434
|
emptyText: string;
|
|
898
435
|
}
|
|
899
|
-
declare const ContentCarousel: (props: Props$
|
|
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;
|
|
436
|
+
declare const ContentCarousel: (props: Props$p) => react_jsx_runtime.JSX.Element;
|
|
928
437
|
|
|
929
|
-
|
|
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 {
|
|
438
|
+
interface Props$o {
|
|
964
439
|
coverImageDropzone: any;
|
|
965
440
|
coverImage: any;
|
|
966
441
|
displayText: string;
|
|
@@ -968,16 +443,16 @@ interface Props$v {
|
|
|
968
443
|
isRequired?: boolean;
|
|
969
444
|
info?: string;
|
|
970
445
|
}
|
|
971
|
-
declare const CoverImage: (props: Props$
|
|
446
|
+
declare const CoverImage: (props: Props$o) => react_jsx_runtime.JSX.Element;
|
|
972
447
|
|
|
973
|
-
interface Props$
|
|
448
|
+
interface Props$n {
|
|
974
449
|
value: any;
|
|
975
450
|
defaultValue?: string;
|
|
976
451
|
setValue: any;
|
|
977
452
|
isRequired?: boolean;
|
|
978
453
|
displayText?: string;
|
|
979
454
|
}
|
|
980
|
-
declare const RichTextContent: (props: Props$
|
|
455
|
+
declare const RichTextContent: (props: Props$n) => react_jsx_runtime.JSX.Element;
|
|
981
456
|
|
|
982
457
|
interface Option {
|
|
983
458
|
label: string;
|
|
@@ -995,39 +470,19 @@ interface SelectProps {
|
|
|
995
470
|
}
|
|
996
471
|
declare const MultiSelectFreeText: (props: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
997
472
|
|
|
998
|
-
type Props$
|
|
473
|
+
type Props$m = {
|
|
999
474
|
href: string;
|
|
1000
475
|
onClick?: any;
|
|
1001
476
|
};
|
|
1002
|
-
declare const EditLinkButton: (props: Props$
|
|
477
|
+
declare const EditLinkButton: (props: Props$m) => react_jsx_runtime.JSX.Element;
|
|
1003
478
|
|
|
1004
|
-
type Props$
|
|
1005
|
-
onClick: any;
|
|
1006
|
-
};
|
|
1007
|
-
declare const DeleteButton: (props: Props$s) => react_jsx_runtime.JSX.Element;
|
|
1008
|
-
|
|
1009
|
-
type Props$r = {
|
|
479
|
+
type Props$l = {
|
|
1010
480
|
href: string;
|
|
1011
481
|
};
|
|
1012
|
-
declare const ViewLink: (props: Props$
|
|
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;
|
|
482
|
+
declare const ViewLink: (props: Props$l) => react_jsx_runtime.JSX.Element;
|
|
1021
483
|
|
|
1022
484
|
declare const ButtonList: ({ data }: any) => any;
|
|
1023
485
|
|
|
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
486
|
type AuthenticationFailureProps = {};
|
|
1032
487
|
declare const AuthenticationFailure: ({}: AuthenticationFailureProps) => react_jsx_runtime.JSX.Element;
|
|
1033
488
|
|
|
@@ -1049,12 +504,6 @@ interface PublicationListProps {
|
|
|
1049
504
|
}
|
|
1050
505
|
declare const PublicationList: ({ publications }: PublicationListProps) => react_jsx_runtime.JSX.Element;
|
|
1051
506
|
|
|
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
507
|
interface HeroWidgetProps {
|
|
1059
508
|
paths: string[] | undefined;
|
|
1060
509
|
contentItemId: any;
|
|
@@ -1144,34 +593,6 @@ declare const Sidebar: ({ toggleSidebar, onToggle, generalSettings, }: SidebarPr
|
|
|
1144
593
|
|
|
1145
594
|
declare const SettingsManagement: () => react_jsx_runtime.JSX.Element;
|
|
1146
595
|
|
|
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
596
|
interface FAQProps {
|
|
1176
597
|
faqs: {
|
|
1177
598
|
question: string;
|
|
@@ -1182,41 +603,6 @@ interface FAQProps {
|
|
|
1182
603
|
}
|
|
1183
604
|
declare const FAQ: ({ faqs, backgroundColor }: FAQProps) => react_jsx_runtime.JSX.Element;
|
|
1184
605
|
|
|
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
606
|
interface PaginationProps$1 {
|
|
1221
607
|
totalCount: number;
|
|
1222
608
|
currentPage: number;
|
|
@@ -1282,24 +668,6 @@ interface DesignHeaderProps {
|
|
|
1282
668
|
}
|
|
1283
669
|
declare const DesignHeader: ({ branding, mainMenu, sessionStatus, canLogin, canSignUp: canSignup, isAdmin, hasStickyNavBar, }: DesignHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1284
670
|
|
|
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
671
|
type SearchProps = {
|
|
1304
672
|
textButton: string;
|
|
1305
673
|
placeholder: string;
|
|
@@ -1321,12 +689,6 @@ interface PaginationProps {
|
|
|
1321
689
|
}
|
|
1322
690
|
declare const DesignDashboardPagination: ({ totalCount, currentPage, siblingCount, pageSize, onPageChange, elementId, scrollToTop, pageSegments, }: PaginationProps) => react_jsx_runtime.JSX.Element | null;
|
|
1323
691
|
|
|
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
692
|
interface DesignSortProps {
|
|
1331
693
|
totalCount: number;
|
|
1332
694
|
name: string;
|
|
@@ -1346,59 +708,10 @@ interface TestimonialProps {
|
|
|
1346
708
|
position: string;
|
|
1347
709
|
imagePath?: string;
|
|
1348
710
|
}
|
|
1349
|
-
interface Props$
|
|
711
|
+
interface Props$k {
|
|
1350
712
|
testimonials: TestimonialProps[];
|
|
1351
713
|
}
|
|
1352
|
-
declare const DesignTestimonials: ({ testimonials }: Props$
|
|
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;
|
|
714
|
+
declare const DesignTestimonials: ({ testimonials }: Props$k) => react_jsx_runtime.JSX.Element;
|
|
1402
715
|
|
|
1403
716
|
interface LinkProps$2 {
|
|
1404
717
|
text: string;
|
|
@@ -1411,29 +724,10 @@ interface BannerFollowLinksProps {
|
|
|
1411
724
|
}
|
|
1412
725
|
declare const BannerFollowLinks: ({ title, links }: BannerFollowLinksProps) => react_jsx_runtime.JSX.Element;
|
|
1413
726
|
|
|
1414
|
-
interface
|
|
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 {
|
|
727
|
+
interface Props$j {
|
|
1434
728
|
cluster: ClusterDto;
|
|
1435
729
|
}
|
|
1436
|
-
declare const ListTagsGroup: ({ cluster }: Props$
|
|
730
|
+
declare const ListTagsGroup: ({ cluster }: Props$j) => react_jsx_runtime.JSX.Element;
|
|
1437
731
|
|
|
1438
732
|
type ApiImageProps = {
|
|
1439
733
|
imageId: string;
|
|
@@ -1458,15 +752,6 @@ declare const RoutePagination: ({ pageSize, total, }: {
|
|
|
1458
752
|
total: number;
|
|
1459
753
|
}) => react_jsx_runtime.JSX.Element;
|
|
1460
754
|
|
|
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
755
|
interface NotificationProps {
|
|
1471
756
|
title: string;
|
|
1472
757
|
description: string;
|
|
@@ -1802,156 +1087,6 @@ interface KeyValuePairListProps {
|
|
|
1802
1087
|
}
|
|
1803
1088
|
declare const KeyValuePairList: (props: KeyValuePairListProps) => react_jsx_runtime.JSX.Element;
|
|
1804
1089
|
|
|
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
1090
|
interface PieChartProps {
|
|
1956
1091
|
data: {
|
|
1957
1092
|
label: string;
|
|
@@ -1970,24 +1105,4 @@ interface RegisterFormProps {
|
|
|
1970
1105
|
}
|
|
1971
1106
|
declare function RegisterForm({ onSuccess, onError, defaultAppName, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
|
|
1972
1107
|
|
|
1973
|
-
|
|
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 };
|
|
1108
|
+
export { AccountDetail, AddRole, AddTenant, AddUser, type AddUserProps$1 as AddUserProps, AdminLayout, type AdminLayoutProps, ApiImage, type ApiImageProps, ApplicationView, AuthenticationFailure, BannerFollowLinks, BioBlitzObservationPin, type BioBlitzObservationPinProps, ButtonList, ChangePassword, Cluster, ClusterList, ClusterNews, ClusterNewsItem, type ClusterNewsItemProps, ClusterNewsList, type ClusterNewsProps, type ClusterProps, ClusterStoryItem, CmsImage, ContentCarousel, ContentGrid, CookieConsent, CoverImage, CustomDropDown, CustomFilterSort, CustomLink, DeleteRole, DeleteUser, DesignCustomLink, DesignDashboardPagination, DesignFarmerClusterPin, type DesignFarmerClusterPinProps, DesignFooter, DesignHeader, type DesignHeaderProps, DesignLink, DesignListLink, DesignPagination, DesignSearchInput, DesignSort, DesignTestimonials, DialogWrapper, EditLinkButton, Emailing, Error, FAQ, type FAQProps, FeatureItemElement, FeatureManagement, Features, FilterDropdown, Footer, GalleryItem, GalleryItemList, type GalleryItemProps, H1Body, H1BodyButton, type H1BodyButtonProps, type H1BodyProps, H2BodyButton, H3Clusters, type H3ClustersProps, H7Body, type H7BodyProps, HeroImageLeft, HeroImageRight, HeroWidgetMobileDevice, HeroWidgetOld, HeroWithCenterText, HeroWithMap, HeroWithMultipleImage, HeroWithThreeImage, HtmlView, type IPanelMainProps, type IVerticalHorizontalProps, ImageLeftH3BodyLink, ImageLefttH3Body, InfoCard, KeyValuePairList, LandingTitleBodyButton, LanguagePopup, type LinkProps$1 as LinkProps, ListTagsGroup, MapLayout, MediaItem, MobileFilterPopup, MobileFilterPopupOpened, MultiSelectFreeText, News, NewsArticle, NewsArticleList, type NewsArticleProps, NewsHeading, NewsItemList, NewsfeedPreview, type NewsfeedPreviewProps, NextImage, Notification, PageNotFound, Pagination, PanelMain, PanelVertical, Permissions, PermissionsGrant, PieChart, ProfileSettings, PublicationList, RegisterForm, type RegisterFormProps, RequireFeature, RichTextContent, RoleEdit, RoleList, RolePermission, RoutePagination, SettingsManagement, ShowTagItem, Sidebar, SidebarIcon, type SidebarProps, SignUpBanner, SimpleLink, SixClusterNews, SubtitleH2BodyVideo, SubtitleH3Body, SubtitleH3BodyInternalLinkList, SubtitleH3Cluster4Column, SubtitleH3ClusterNews3Column, SubtitleH3Faq, TenantList, TestEmail, type TestEmailProps, type TestimonialProps, TopNav2, TopNav3, TopNav4, TopNavbar, type TopNavbarProps, TopProgress, UiTimer, UpdatePassword, UpdateUserProfile, UserDropDown, UserEdit, UserList, UserMenus, type UserMenusProps, UserPermission, Video, ViewLink, customSelectInputStyles, formatDate, formatTagString, getSelectTheme, isAdmin, parseTitle, tableCustomStyles, tableDesigntyles };
|