@geowiki/ui 0.16.9-dev.5 → 0.16.9-dev.7
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/index.d.mts +39 -58
- package/dist/index.d.ts +39 -58
- package/dist/index.js +749 -871
- package/dist/index.mjs +612 -732
- package/dist/styles.css +1 -1
- package/package.json +11 -11
package/dist/index.d.mts
CHANGED
|
@@ -242,11 +242,11 @@ interface AdminLayoutProps {
|
|
|
242
242
|
}
|
|
243
243
|
declare const AdminLayout: ({ children, generalSettings, }: AdminLayoutProps) => react_jsx_runtime.JSX.Element;
|
|
244
244
|
|
|
245
|
-
interface Props$
|
|
245
|
+
interface Props$v extends BaseProp {
|
|
246
246
|
children: React__default.ReactNode;
|
|
247
247
|
title: string;
|
|
248
248
|
}
|
|
249
|
-
declare const MapLayout: ({ title, children, settings }: Props$
|
|
249
|
+
declare const MapLayout: ({ title, children, settings }: Props$v) => react_jsx_runtime.JSX.Element;
|
|
250
250
|
|
|
251
251
|
interface HtmlViewProps {
|
|
252
252
|
html: string;
|
|
@@ -309,15 +309,15 @@ interface InfoCardProps {
|
|
|
309
309
|
}
|
|
310
310
|
declare const InfoCard: (props: InfoCardProps) => react_jsx_runtime.JSX.Element;
|
|
311
311
|
|
|
312
|
-
interface Props$
|
|
312
|
+
interface Props$u {
|
|
313
313
|
isOpen: boolean;
|
|
314
314
|
setIsOpen: (isOpen: boolean) => void;
|
|
315
315
|
heading: string;
|
|
316
316
|
children: React__default.ReactNode;
|
|
317
317
|
}
|
|
318
|
-
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$
|
|
318
|
+
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$u) => react_jsx_runtime.JSX.Element;
|
|
319
319
|
|
|
320
|
-
interface Props$
|
|
320
|
+
interface Props$t {
|
|
321
321
|
items: [
|
|
322
322
|
{
|
|
323
323
|
id: string;
|
|
@@ -334,14 +334,14 @@ interface Props$u {
|
|
|
334
334
|
parentId: string | undefined;
|
|
335
335
|
fileUrl: string;
|
|
336
336
|
}
|
|
337
|
-
declare const ContentGrid: (props: Props$
|
|
337
|
+
declare const ContentGrid: (props: Props$t) => react_jsx_runtime.JSX.Element;
|
|
338
338
|
|
|
339
|
-
interface Props$
|
|
339
|
+
interface Props$s {
|
|
340
340
|
tags?: string[];
|
|
341
341
|
label?: string;
|
|
342
342
|
tagColor?: string;
|
|
343
343
|
}
|
|
344
|
-
declare const ShowTagItem: (props: Props$
|
|
344
|
+
declare const ShowTagItem: (props: Props$s) => react_jsx_runtime.JSX.Element;
|
|
345
345
|
|
|
346
346
|
interface PageNotFoundProps {
|
|
347
347
|
}
|
|
@@ -356,7 +356,7 @@ interface NextImageProps {
|
|
|
356
356
|
}
|
|
357
357
|
declare const NextImage: ({ src, width, height, alt, className, }: NextImageProps) => react_jsx_runtime.JSX.Element;
|
|
358
358
|
|
|
359
|
-
type Props$
|
|
359
|
+
type Props$r = {
|
|
360
360
|
src: string;
|
|
361
361
|
width?: number;
|
|
362
362
|
height?: number;
|
|
@@ -366,7 +366,7 @@ type Props$s = {
|
|
|
366
366
|
priority?: boolean;
|
|
367
367
|
showPlaceholder?: boolean;
|
|
368
368
|
};
|
|
369
|
-
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$
|
|
369
|
+
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$r) => react_jsx_runtime.JSX.Element | null;
|
|
370
370
|
|
|
371
371
|
declare const Video: ({ media, poster, className, controls, autoPlay, }: any) => react_jsx_runtime.JSX.Element;
|
|
372
372
|
|
|
@@ -382,18 +382,18 @@ interface MediaItemProps {
|
|
|
382
382
|
}
|
|
383
383
|
declare const MediaItem: ({ path, cmsUrl }: MediaItemProps) => react_jsx_runtime.JSX.Element;
|
|
384
384
|
|
|
385
|
-
interface Props$
|
|
385
|
+
interface Props$q {
|
|
386
386
|
data: LinkPartDto;
|
|
387
387
|
}
|
|
388
|
-
declare const CustomLink: ({ data }: Props$
|
|
388
|
+
declare const CustomLink: ({ data }: Props$q) => react_jsx_runtime.JSX.Element;
|
|
389
389
|
|
|
390
390
|
declare function News({ news }: any): react_jsx_runtime.JSX.Element;
|
|
391
391
|
|
|
392
|
-
interface Props$
|
|
392
|
+
interface Props$p {
|
|
393
393
|
app: ApplicationItemDto;
|
|
394
394
|
cmsUrl: string;
|
|
395
395
|
}
|
|
396
|
-
declare function ApplicationView({ app, cmsUrl }: Props$
|
|
396
|
+
declare function ApplicationView({ app, cmsUrl }: Props$p): react_jsx_runtime.JSX.Element;
|
|
397
397
|
|
|
398
398
|
interface CustomDropDownProps {
|
|
399
399
|
PlaceholderName: string;
|
|
@@ -418,7 +418,7 @@ interface FeatureProps {
|
|
|
418
418
|
}
|
|
419
419
|
declare const RequireFeature: ({ children, feature }: FeatureProps) => react_jsx_runtime.JSX.Element | null;
|
|
420
420
|
|
|
421
|
-
interface Props$
|
|
421
|
+
interface Props$o {
|
|
422
422
|
Carousel: [
|
|
423
423
|
{
|
|
424
424
|
id: string;
|
|
@@ -433,9 +433,9 @@ interface Props$p {
|
|
|
433
433
|
isSubTitlePreLine: boolean;
|
|
434
434
|
emptyText: string;
|
|
435
435
|
}
|
|
436
|
-
declare const ContentCarousel: (props: Props$
|
|
436
|
+
declare const ContentCarousel: (props: Props$o) => react_jsx_runtime.JSX.Element;
|
|
437
437
|
|
|
438
|
-
interface Props$
|
|
438
|
+
interface Props$n {
|
|
439
439
|
coverImageDropzone: any;
|
|
440
440
|
coverImage: any;
|
|
441
441
|
displayText: string;
|
|
@@ -443,16 +443,16 @@ interface Props$o {
|
|
|
443
443
|
isRequired?: boolean;
|
|
444
444
|
info?: string;
|
|
445
445
|
}
|
|
446
|
-
declare const CoverImage: (props: Props$
|
|
446
|
+
declare const CoverImage: (props: Props$n) => react_jsx_runtime.JSX.Element;
|
|
447
447
|
|
|
448
|
-
interface Props$
|
|
448
|
+
interface Props$m {
|
|
449
449
|
value: any;
|
|
450
450
|
defaultValue?: string;
|
|
451
451
|
setValue: any;
|
|
452
452
|
isRequired?: boolean;
|
|
453
453
|
displayText?: string;
|
|
454
454
|
}
|
|
455
|
-
declare const RichTextContent: (props: Props$
|
|
455
|
+
declare const RichTextContent: (props: Props$m) => react_jsx_runtime.JSX.Element;
|
|
456
456
|
|
|
457
457
|
interface Option {
|
|
458
458
|
label: string;
|
|
@@ -470,16 +470,16 @@ interface SelectProps {
|
|
|
470
470
|
}
|
|
471
471
|
declare const MultiSelectFreeText: (props: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
472
472
|
|
|
473
|
-
type Props$
|
|
473
|
+
type Props$l = {
|
|
474
474
|
href: string;
|
|
475
475
|
onClick?: any;
|
|
476
476
|
};
|
|
477
|
-
declare const EditLinkButton: (props: Props$
|
|
477
|
+
declare const EditLinkButton: (props: Props$l) => react_jsx_runtime.JSX.Element;
|
|
478
478
|
|
|
479
|
-
type Props$
|
|
479
|
+
type Props$k = {
|
|
480
480
|
href: string;
|
|
481
481
|
};
|
|
482
|
-
declare const ViewLink: (props: Props$
|
|
482
|
+
declare const ViewLink: (props: Props$k) => react_jsx_runtime.JSX.Element;
|
|
483
483
|
|
|
484
484
|
declare const ButtonList: ({ data }: any) => any;
|
|
485
485
|
|
|
@@ -708,26 +708,26 @@ interface TestimonialProps {
|
|
|
708
708
|
position: string;
|
|
709
709
|
imagePath?: string;
|
|
710
710
|
}
|
|
711
|
-
interface Props$
|
|
711
|
+
interface Props$j {
|
|
712
712
|
testimonials: TestimonialProps[];
|
|
713
713
|
}
|
|
714
|
-
declare const DesignTestimonials: ({ testimonials }: Props$
|
|
714
|
+
declare const DesignTestimonials: ({ testimonials }: Props$j) => react_jsx_runtime.JSX.Element;
|
|
715
715
|
|
|
716
|
-
interface LinkProps$
|
|
716
|
+
interface LinkProps$1 {
|
|
717
717
|
text: string;
|
|
718
718
|
href: string;
|
|
719
719
|
isNewTab: boolean;
|
|
720
720
|
}
|
|
721
721
|
interface BannerFollowLinksProps {
|
|
722
722
|
title: string;
|
|
723
|
-
links: LinkProps$
|
|
723
|
+
links: LinkProps$1[];
|
|
724
724
|
}
|
|
725
725
|
declare const BannerFollowLinks: ({ title, links }: BannerFollowLinksProps) => react_jsx_runtime.JSX.Element;
|
|
726
726
|
|
|
727
|
-
interface Props$
|
|
727
|
+
interface Props$i {
|
|
728
728
|
cluster: ClusterDto;
|
|
729
729
|
}
|
|
730
|
-
declare const ListTagsGroup: ({ cluster }: Props$
|
|
730
|
+
declare const ListTagsGroup: ({ cluster }: Props$i) => react_jsx_runtime.JSX.Element;
|
|
731
731
|
|
|
732
732
|
type ApiImageProps = {
|
|
733
733
|
imageId: string;
|
|
@@ -752,15 +752,6 @@ declare const RoutePagination: ({ pageSize, total, }: {
|
|
|
752
752
|
total: number;
|
|
753
753
|
}) => react_jsx_runtime.JSX.Element;
|
|
754
754
|
|
|
755
|
-
interface NotificationProps {
|
|
756
|
-
title: string;
|
|
757
|
-
description: string;
|
|
758
|
-
open: boolean;
|
|
759
|
-
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
760
|
-
icon?: "email" | "computer";
|
|
761
|
-
}
|
|
762
|
-
declare const Notification: ({ title, description, open, setOpen, icon, }: NotificationProps) => react_jsx_runtime.JSX.Element;
|
|
763
|
-
|
|
764
755
|
declare const LanguagePopup: () => react_jsx_runtime.JSX.Element | null;
|
|
765
756
|
|
|
766
757
|
interface FilterItemProps$1 {
|
|
@@ -796,7 +787,7 @@ interface MobileFilterPopupOpenedProps {
|
|
|
796
787
|
}
|
|
797
788
|
declare function MobileFilterPopupOpened({ open, setOpen, setParentOpen, name, list, routerFiltername, isMultiSelect, }: MobileFilterPopupOpenedProps): react_jsx_runtime.JSX.Element;
|
|
798
789
|
|
|
799
|
-
interface LinkProps
|
|
790
|
+
interface LinkProps {
|
|
800
791
|
title: string;
|
|
801
792
|
href: string;
|
|
802
793
|
isNewTab: boolean;
|
|
@@ -804,17 +795,17 @@ interface LinkProps$1 {
|
|
|
804
795
|
description?: string;
|
|
805
796
|
subtitle?: string;
|
|
806
797
|
}
|
|
807
|
-
interface Props$
|
|
808
|
-
link: LinkProps
|
|
798
|
+
interface Props$h {
|
|
799
|
+
link: LinkProps;
|
|
809
800
|
fillColor?: string;
|
|
810
801
|
}
|
|
811
|
-
declare const DesignLink: ({ link, fillColor }: Props$
|
|
802
|
+
declare const DesignLink: ({ link, fillColor }: Props$h) => react_jsx_runtime.JSX.Element;
|
|
812
803
|
|
|
813
|
-
interface Props$
|
|
814
|
-
links: LinkProps
|
|
804
|
+
interface Props$g {
|
|
805
|
+
links: LinkProps[];
|
|
815
806
|
fillColor?: string;
|
|
816
807
|
}
|
|
817
|
-
declare const DesignListLink: ({ links, fillColor }: Props$
|
|
808
|
+
declare const DesignListLink: ({ links, fillColor }: Props$g) => react_jsx_runtime.JSX.Element;
|
|
818
809
|
|
|
819
810
|
interface CustomLinkItemProps {
|
|
820
811
|
linkText: string;
|
|
@@ -825,16 +816,6 @@ interface CustomLinkItemProps {
|
|
|
825
816
|
}
|
|
826
817
|
declare const DesignCustomLink: ({ linkText, href, isNewTab, fillColor, className, }: CustomLinkItemProps) => react_jsx_runtime.JSX.Element;
|
|
827
818
|
|
|
828
|
-
interface LinkProps {
|
|
829
|
-
title: string;
|
|
830
|
-
href: string;
|
|
831
|
-
isNewTab: boolean;
|
|
832
|
-
}
|
|
833
|
-
interface Props$g {
|
|
834
|
-
link: LinkProps;
|
|
835
|
-
}
|
|
836
|
-
declare const SimpleLink: ({ link }: Props$g) => react_jsx_runtime.JSX.Element;
|
|
837
|
-
|
|
838
819
|
interface ClusterNewsItemProps {
|
|
839
820
|
id: string;
|
|
840
821
|
title: string | null | undefined;
|
|
@@ -1000,7 +981,7 @@ interface Props$5 {
|
|
|
1000
981
|
title: string;
|
|
1001
982
|
subtitle: string;
|
|
1002
983
|
textBody: string;
|
|
1003
|
-
links: LinkProps
|
|
984
|
+
links: LinkProps[];
|
|
1004
985
|
}
|
|
1005
986
|
declare const SubtitleH3BodyInternalLinkList: ({ title, subtitle, textBody, links, }: Props$5) => react_jsx_runtime.JSX.Element;
|
|
1006
987
|
|
|
@@ -1105,4 +1086,4 @@ interface RegisterFormProps {
|
|
|
1105
1086
|
}
|
|
1106
1087
|
declare function RegisterForm({ onSuccess, onError, defaultAppName, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
|
|
1107
1088
|
|
|
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, 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 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
|
|
1089
|
+
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, 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 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, ListTagsGroup, MapLayout, MediaItem, MobileFilterPopup, MobileFilterPopupOpened, MultiSelectFreeText, News, NewsArticle, NewsArticleList, type NewsArticleProps, NewsHeading, NewsItemList, NewsfeedPreview, type NewsfeedPreviewProps, NextImage, 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, 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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -242,11 +242,11 @@ interface AdminLayoutProps {
|
|
|
242
242
|
}
|
|
243
243
|
declare const AdminLayout: ({ children, generalSettings, }: AdminLayoutProps) => react_jsx_runtime.JSX.Element;
|
|
244
244
|
|
|
245
|
-
interface Props$
|
|
245
|
+
interface Props$v extends BaseProp {
|
|
246
246
|
children: React__default.ReactNode;
|
|
247
247
|
title: string;
|
|
248
248
|
}
|
|
249
|
-
declare const MapLayout: ({ title, children, settings }: Props$
|
|
249
|
+
declare const MapLayout: ({ title, children, settings }: Props$v) => react_jsx_runtime.JSX.Element;
|
|
250
250
|
|
|
251
251
|
interface HtmlViewProps {
|
|
252
252
|
html: string;
|
|
@@ -309,15 +309,15 @@ interface InfoCardProps {
|
|
|
309
309
|
}
|
|
310
310
|
declare const InfoCard: (props: InfoCardProps) => react_jsx_runtime.JSX.Element;
|
|
311
311
|
|
|
312
|
-
interface Props$
|
|
312
|
+
interface Props$u {
|
|
313
313
|
isOpen: boolean;
|
|
314
314
|
setIsOpen: (isOpen: boolean) => void;
|
|
315
315
|
heading: string;
|
|
316
316
|
children: React__default.ReactNode;
|
|
317
317
|
}
|
|
318
|
-
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$
|
|
318
|
+
declare const DialogWrapper: ({ isOpen, setIsOpen, heading, children, }: Props$u) => react_jsx_runtime.JSX.Element;
|
|
319
319
|
|
|
320
|
-
interface Props$
|
|
320
|
+
interface Props$t {
|
|
321
321
|
items: [
|
|
322
322
|
{
|
|
323
323
|
id: string;
|
|
@@ -334,14 +334,14 @@ interface Props$u {
|
|
|
334
334
|
parentId: string | undefined;
|
|
335
335
|
fileUrl: string;
|
|
336
336
|
}
|
|
337
|
-
declare const ContentGrid: (props: Props$
|
|
337
|
+
declare const ContentGrid: (props: Props$t) => react_jsx_runtime.JSX.Element;
|
|
338
338
|
|
|
339
|
-
interface Props$
|
|
339
|
+
interface Props$s {
|
|
340
340
|
tags?: string[];
|
|
341
341
|
label?: string;
|
|
342
342
|
tagColor?: string;
|
|
343
343
|
}
|
|
344
|
-
declare const ShowTagItem: (props: Props$
|
|
344
|
+
declare const ShowTagItem: (props: Props$s) => react_jsx_runtime.JSX.Element;
|
|
345
345
|
|
|
346
346
|
interface PageNotFoundProps {
|
|
347
347
|
}
|
|
@@ -356,7 +356,7 @@ interface NextImageProps {
|
|
|
356
356
|
}
|
|
357
357
|
declare const NextImage: ({ src, width, height, alt, className, }: NextImageProps) => react_jsx_runtime.JSX.Element;
|
|
358
358
|
|
|
359
|
-
type Props$
|
|
359
|
+
type Props$r = {
|
|
360
360
|
src: string;
|
|
361
361
|
width?: number;
|
|
362
362
|
height?: number;
|
|
@@ -366,7 +366,7 @@ type Props$s = {
|
|
|
366
366
|
priority?: boolean;
|
|
367
367
|
showPlaceholder?: boolean;
|
|
368
368
|
};
|
|
369
|
-
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$
|
|
369
|
+
declare const CmsImage: ({ src, width, height, alt, className, showPlaceholder, }: Props$r) => react_jsx_runtime.JSX.Element | null;
|
|
370
370
|
|
|
371
371
|
declare const Video: ({ media, poster, className, controls, autoPlay, }: any) => react_jsx_runtime.JSX.Element;
|
|
372
372
|
|
|
@@ -382,18 +382,18 @@ interface MediaItemProps {
|
|
|
382
382
|
}
|
|
383
383
|
declare const MediaItem: ({ path, cmsUrl }: MediaItemProps) => react_jsx_runtime.JSX.Element;
|
|
384
384
|
|
|
385
|
-
interface Props$
|
|
385
|
+
interface Props$q {
|
|
386
386
|
data: LinkPartDto;
|
|
387
387
|
}
|
|
388
|
-
declare const CustomLink: ({ data }: Props$
|
|
388
|
+
declare const CustomLink: ({ data }: Props$q) => react_jsx_runtime.JSX.Element;
|
|
389
389
|
|
|
390
390
|
declare function News({ news }: any): react_jsx_runtime.JSX.Element;
|
|
391
391
|
|
|
392
|
-
interface Props$
|
|
392
|
+
interface Props$p {
|
|
393
393
|
app: ApplicationItemDto;
|
|
394
394
|
cmsUrl: string;
|
|
395
395
|
}
|
|
396
|
-
declare function ApplicationView({ app, cmsUrl }: Props$
|
|
396
|
+
declare function ApplicationView({ app, cmsUrl }: Props$p): react_jsx_runtime.JSX.Element;
|
|
397
397
|
|
|
398
398
|
interface CustomDropDownProps {
|
|
399
399
|
PlaceholderName: string;
|
|
@@ -418,7 +418,7 @@ interface FeatureProps {
|
|
|
418
418
|
}
|
|
419
419
|
declare const RequireFeature: ({ children, feature }: FeatureProps) => react_jsx_runtime.JSX.Element | null;
|
|
420
420
|
|
|
421
|
-
interface Props$
|
|
421
|
+
interface Props$o {
|
|
422
422
|
Carousel: [
|
|
423
423
|
{
|
|
424
424
|
id: string;
|
|
@@ -433,9 +433,9 @@ interface Props$p {
|
|
|
433
433
|
isSubTitlePreLine: boolean;
|
|
434
434
|
emptyText: string;
|
|
435
435
|
}
|
|
436
|
-
declare const ContentCarousel: (props: Props$
|
|
436
|
+
declare const ContentCarousel: (props: Props$o) => react_jsx_runtime.JSX.Element;
|
|
437
437
|
|
|
438
|
-
interface Props$
|
|
438
|
+
interface Props$n {
|
|
439
439
|
coverImageDropzone: any;
|
|
440
440
|
coverImage: any;
|
|
441
441
|
displayText: string;
|
|
@@ -443,16 +443,16 @@ interface Props$o {
|
|
|
443
443
|
isRequired?: boolean;
|
|
444
444
|
info?: string;
|
|
445
445
|
}
|
|
446
|
-
declare const CoverImage: (props: Props$
|
|
446
|
+
declare const CoverImage: (props: Props$n) => react_jsx_runtime.JSX.Element;
|
|
447
447
|
|
|
448
|
-
interface Props$
|
|
448
|
+
interface Props$m {
|
|
449
449
|
value: any;
|
|
450
450
|
defaultValue?: string;
|
|
451
451
|
setValue: any;
|
|
452
452
|
isRequired?: boolean;
|
|
453
453
|
displayText?: string;
|
|
454
454
|
}
|
|
455
|
-
declare const RichTextContent: (props: Props$
|
|
455
|
+
declare const RichTextContent: (props: Props$m) => react_jsx_runtime.JSX.Element;
|
|
456
456
|
|
|
457
457
|
interface Option {
|
|
458
458
|
label: string;
|
|
@@ -470,16 +470,16 @@ interface SelectProps {
|
|
|
470
470
|
}
|
|
471
471
|
declare const MultiSelectFreeText: (props: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
472
472
|
|
|
473
|
-
type Props$
|
|
473
|
+
type Props$l = {
|
|
474
474
|
href: string;
|
|
475
475
|
onClick?: any;
|
|
476
476
|
};
|
|
477
|
-
declare const EditLinkButton: (props: Props$
|
|
477
|
+
declare const EditLinkButton: (props: Props$l) => react_jsx_runtime.JSX.Element;
|
|
478
478
|
|
|
479
|
-
type Props$
|
|
479
|
+
type Props$k = {
|
|
480
480
|
href: string;
|
|
481
481
|
};
|
|
482
|
-
declare const ViewLink: (props: Props$
|
|
482
|
+
declare const ViewLink: (props: Props$k) => react_jsx_runtime.JSX.Element;
|
|
483
483
|
|
|
484
484
|
declare const ButtonList: ({ data }: any) => any;
|
|
485
485
|
|
|
@@ -708,26 +708,26 @@ interface TestimonialProps {
|
|
|
708
708
|
position: string;
|
|
709
709
|
imagePath?: string;
|
|
710
710
|
}
|
|
711
|
-
interface Props$
|
|
711
|
+
interface Props$j {
|
|
712
712
|
testimonials: TestimonialProps[];
|
|
713
713
|
}
|
|
714
|
-
declare const DesignTestimonials: ({ testimonials }: Props$
|
|
714
|
+
declare const DesignTestimonials: ({ testimonials }: Props$j) => react_jsx_runtime.JSX.Element;
|
|
715
715
|
|
|
716
|
-
interface LinkProps$
|
|
716
|
+
interface LinkProps$1 {
|
|
717
717
|
text: string;
|
|
718
718
|
href: string;
|
|
719
719
|
isNewTab: boolean;
|
|
720
720
|
}
|
|
721
721
|
interface BannerFollowLinksProps {
|
|
722
722
|
title: string;
|
|
723
|
-
links: LinkProps$
|
|
723
|
+
links: LinkProps$1[];
|
|
724
724
|
}
|
|
725
725
|
declare const BannerFollowLinks: ({ title, links }: BannerFollowLinksProps) => react_jsx_runtime.JSX.Element;
|
|
726
726
|
|
|
727
|
-
interface Props$
|
|
727
|
+
interface Props$i {
|
|
728
728
|
cluster: ClusterDto;
|
|
729
729
|
}
|
|
730
|
-
declare const ListTagsGroup: ({ cluster }: Props$
|
|
730
|
+
declare const ListTagsGroup: ({ cluster }: Props$i) => react_jsx_runtime.JSX.Element;
|
|
731
731
|
|
|
732
732
|
type ApiImageProps = {
|
|
733
733
|
imageId: string;
|
|
@@ -752,15 +752,6 @@ declare const RoutePagination: ({ pageSize, total, }: {
|
|
|
752
752
|
total: number;
|
|
753
753
|
}) => react_jsx_runtime.JSX.Element;
|
|
754
754
|
|
|
755
|
-
interface NotificationProps {
|
|
756
|
-
title: string;
|
|
757
|
-
description: string;
|
|
758
|
-
open: boolean;
|
|
759
|
-
setOpen: Dispatch<SetStateAction<boolean>>;
|
|
760
|
-
icon?: "email" | "computer";
|
|
761
|
-
}
|
|
762
|
-
declare const Notification: ({ title, description, open, setOpen, icon, }: NotificationProps) => react_jsx_runtime.JSX.Element;
|
|
763
|
-
|
|
764
755
|
declare const LanguagePopup: () => react_jsx_runtime.JSX.Element | null;
|
|
765
756
|
|
|
766
757
|
interface FilterItemProps$1 {
|
|
@@ -796,7 +787,7 @@ interface MobileFilterPopupOpenedProps {
|
|
|
796
787
|
}
|
|
797
788
|
declare function MobileFilterPopupOpened({ open, setOpen, setParentOpen, name, list, routerFiltername, isMultiSelect, }: MobileFilterPopupOpenedProps): react_jsx_runtime.JSX.Element;
|
|
798
789
|
|
|
799
|
-
interface LinkProps
|
|
790
|
+
interface LinkProps {
|
|
800
791
|
title: string;
|
|
801
792
|
href: string;
|
|
802
793
|
isNewTab: boolean;
|
|
@@ -804,17 +795,17 @@ interface LinkProps$1 {
|
|
|
804
795
|
description?: string;
|
|
805
796
|
subtitle?: string;
|
|
806
797
|
}
|
|
807
|
-
interface Props$
|
|
808
|
-
link: LinkProps
|
|
798
|
+
interface Props$h {
|
|
799
|
+
link: LinkProps;
|
|
809
800
|
fillColor?: string;
|
|
810
801
|
}
|
|
811
|
-
declare const DesignLink: ({ link, fillColor }: Props$
|
|
802
|
+
declare const DesignLink: ({ link, fillColor }: Props$h) => react_jsx_runtime.JSX.Element;
|
|
812
803
|
|
|
813
|
-
interface Props$
|
|
814
|
-
links: LinkProps
|
|
804
|
+
interface Props$g {
|
|
805
|
+
links: LinkProps[];
|
|
815
806
|
fillColor?: string;
|
|
816
807
|
}
|
|
817
|
-
declare const DesignListLink: ({ links, fillColor }: Props$
|
|
808
|
+
declare const DesignListLink: ({ links, fillColor }: Props$g) => react_jsx_runtime.JSX.Element;
|
|
818
809
|
|
|
819
810
|
interface CustomLinkItemProps {
|
|
820
811
|
linkText: string;
|
|
@@ -825,16 +816,6 @@ interface CustomLinkItemProps {
|
|
|
825
816
|
}
|
|
826
817
|
declare const DesignCustomLink: ({ linkText, href, isNewTab, fillColor, className, }: CustomLinkItemProps) => react_jsx_runtime.JSX.Element;
|
|
827
818
|
|
|
828
|
-
interface LinkProps {
|
|
829
|
-
title: string;
|
|
830
|
-
href: string;
|
|
831
|
-
isNewTab: boolean;
|
|
832
|
-
}
|
|
833
|
-
interface Props$g {
|
|
834
|
-
link: LinkProps;
|
|
835
|
-
}
|
|
836
|
-
declare const SimpleLink: ({ link }: Props$g) => react_jsx_runtime.JSX.Element;
|
|
837
|
-
|
|
838
819
|
interface ClusterNewsItemProps {
|
|
839
820
|
id: string;
|
|
840
821
|
title: string | null | undefined;
|
|
@@ -1000,7 +981,7 @@ interface Props$5 {
|
|
|
1000
981
|
title: string;
|
|
1001
982
|
subtitle: string;
|
|
1002
983
|
textBody: string;
|
|
1003
|
-
links: LinkProps
|
|
984
|
+
links: LinkProps[];
|
|
1004
985
|
}
|
|
1005
986
|
declare const SubtitleH3BodyInternalLinkList: ({ title, subtitle, textBody, links, }: Props$5) => react_jsx_runtime.JSX.Element;
|
|
1006
987
|
|
|
@@ -1105,4 +1086,4 @@ interface RegisterFormProps {
|
|
|
1105
1086
|
}
|
|
1106
1087
|
declare function RegisterForm({ onSuccess, onError, defaultAppName, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
|
|
1107
1088
|
|
|
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, 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 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
|
|
1089
|
+
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, 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 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, ListTagsGroup, MapLayout, MediaItem, MobileFilterPopup, MobileFilterPopupOpened, MultiSelectFreeText, News, NewsArticle, NewsArticleList, type NewsArticleProps, NewsHeading, NewsItemList, NewsfeedPreview, type NewsfeedPreviewProps, NextImage, 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, 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 };
|