utopia-ui 3.0.39 → 3.0.41
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/Components/AppShell/AppShell.d.ts +7 -8
- package/dist/Components/AppShell/Content.d.ts +5 -6
- package/dist/Components/AppShell/ContextWrapper.d.ts +6 -6
- package/dist/Components/AppShell/NavBar.d.ts +4 -4
- package/dist/Components/AppShell/SetAppState.d.ts +5 -5
- package/dist/Components/AppShell/SideBar.d.ts +12 -13
- package/dist/Components/AppShell/SidebarSubmenu.d.ts +7 -8
- package/dist/Components/AppShell/Sitemap.d.ts +3 -3
- package/dist/Components/AppShell/hooks/useAppState.d.ts +16 -17
- package/dist/Components/AppShell/hooks/useAssets.d.ts +12 -13
- package/dist/Components/AppShell/index.d.ts +4 -4
- package/dist/Components/Auth/LoginPage.d.ts +1 -1
- package/dist/Components/Auth/RequestPasswordPage.d.ts +3 -3
- package/dist/Components/Auth/SetNewPasswordPage.d.ts +1 -1
- package/dist/Components/Auth/SignupPage.d.ts +1 -1
- package/dist/Components/Auth/index.d.ts +5 -5
- package/dist/Components/Auth/useAuth.d.ts +26 -27
- package/dist/Components/Gaming/Modal.d.ts +4 -5
- package/dist/Components/Gaming/Quests.d.ts +1 -1
- package/dist/Components/Gaming/hooks/useQuests.d.ts +12 -13
- package/dist/Components/Gaming/index.d.ts +2 -2
- package/dist/Components/Input/Autocomplete.d.ts +7 -7
- package/dist/Components/Input/ComboBoxInput.d.ts +8 -8
- package/dist/Components/Input/SelectBox.d.ts +16 -16
- package/dist/Components/Input/TextAreaInput.d.ts +13 -13
- package/dist/Components/Input/TextInput.d.ts +16 -16
- package/dist/Components/Input/index.d.ts +3 -3
- package/dist/Components/Map/ItemForm.d.ts +16 -17
- package/dist/Components/Map/ItemView.d.ts +14 -14
- package/dist/Components/Map/Layer.d.ts +2 -2
- package/dist/Components/Map/Permissions.d.ts +7 -7
- package/dist/Components/Map/Subcomponents/AddButton.d.ts +3 -4
- package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +6 -6
- package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -3
- package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -1
- package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -2
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -18
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +7 -8
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -6
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -9
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -7
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -7
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -4
- package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +6 -7
- package/dist/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -9
- package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +3 -3
- package/dist/Components/Map/Tags.d.ts +6 -6
- package/dist/Components/Map/UtopiaMap.d.ts +4 -4
- package/dist/Components/Map/UtopiaMapInner.d.ts +4 -4
- package/dist/Components/Map/hooks/useClusterRef.d.ts +11 -12
- package/dist/Components/Map/hooks/useDebounce.d.ts +1 -1
- package/dist/Components/Map/hooks/useFilter.d.ts +40 -41
- package/dist/Components/Map/hooks/useItems.d.ts +26 -27
- package/dist/Components/Map/hooks/useLayers.d.ts +13 -14
- package/dist/Components/Map/hooks/useLeafletRefs.d.ts +21 -22
- package/dist/Components/Map/hooks/usePermissions.d.ts +23 -24
- package/dist/Components/Map/hooks/useSelectPosition.d.ts +23 -24
- package/dist/Components/Map/hooks/useTags.d.ts +23 -24
- package/dist/Components/Map/hooks/useTimeout.d.ts +4 -4
- package/dist/Components/Map/hooks/useWindowDimension.d.ts +4 -4
- package/dist/Components/Map/index.d.ts +13 -13
- package/dist/Components/Map/setItemLocation.d.ts +1 -1
- package/dist/Components/Profile/ProfileForm.d.ts +1 -1
- package/dist/Components/Profile/ProfileView.d.ts +4 -4
- package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +10 -11
- package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -8
- package/dist/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -5
- package/dist/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -5
- package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +5 -5
- package/dist/Components/Profile/Subcomponents/GalleryView.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -18
- package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +7 -10
- package/dist/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -1
- package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +7 -7
- package/dist/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -5
- package/dist/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -4
- package/dist/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -10
- package/dist/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -7
- package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -6
- package/dist/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -6
- package/dist/Components/Profile/Templates/FlexForm.d.ts +7 -7
- package/dist/Components/Profile/Templates/FlexView.d.ts +4 -4
- package/dist/Components/Profile/Templates/OnepagerForm.d.ts +7 -7
- package/dist/Components/Profile/Templates/OnepagerView.d.ts +4 -4
- package/dist/Components/Profile/Templates/SimpleForm.d.ts +4 -4
- package/dist/Components/Profile/Templates/SimpleView.d.ts +4 -4
- package/dist/Components/Profile/Templates/TabsForm.d.ts +10 -10
- package/dist/Components/Profile/Templates/TabsView.d.ts +13 -13
- package/dist/Components/Profile/UserSettings.d.ts +1 -1
- package/dist/Components/Profile/hooks/useClickOutside.d.ts +2 -2
- package/dist/Components/Profile/index.d.ts +4 -4
- package/dist/Components/Profile/itemFunctions.d.ts +5 -5
- package/dist/Components/Templates/AttestationForm.d.ts +4 -4
- package/dist/Components/Templates/CardPage.d.ts +9 -10
- package/dist/Components/Templates/CircleLayout.d.ts +5 -5
- package/dist/Components/Templates/DateUserInfo.d.ts +4 -4
- package/dist/Components/Templates/DialogModal.d.ts +11 -12
- package/dist/Components/Templates/EmojiPicker.d.ts +10 -10
- package/dist/Components/Templates/ItemCard.d.ts +7 -8
- package/dist/Components/Templates/MapOverlayPage.d.ts +6 -7
- package/dist/Components/Templates/MarketView.d.ts +1 -1
- package/dist/Components/Templates/MoonCalendar.d.ts +1 -1
- package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +5 -6
- package/dist/Components/Templates/SelectUser.d.ts +1 -1
- package/dist/Components/Templates/TagView.d.ts +7 -7
- package/dist/Components/Templates/TitleCard.d.ts +10 -11
- package/dist/Components/Templates/index.d.ts +8 -8
- package/dist/Components/Typography/ErrorText.d.ts +5 -5
- package/dist/Components/Typography/Subtitle.d.ts +5 -6
- package/dist/Utils/ContainsUUID.d.ts +1 -1
- package/dist/Utils/FormatTags.d.ts +2 -2
- package/dist/Utils/GetValue.d.ts +1 -1
- package/dist/Utils/HashTagRegex.d.ts +1 -1
- package/dist/Utils/MarkerIconFactory.d.ts +2 -2
- package/dist/Utils/Moon.d.ts +7 -7
- package/dist/Utils/RandomColor.d.ts +1 -1
- package/dist/Utils/ReplaceURLs.d.ts +3 -3
- package/dist/Utils/ReverseGeocoder.d.ts +1 -1
- package/dist/Utils/TimeAgo.d.ts +1 -1
- package/dist/index.d.ts +15 -15
- package/dist/index.js +4706 -4818
- package/dist/index.js.map +1 -1
- package/dist/setupTest.d.ts +1 -0
- package/dist/src/Components/AppShell/AppShell.d.ts +7 -0
- package/dist/src/Components/AppShell/Content.d.ts +5 -0
- package/dist/src/Components/AppShell/ContextWrapper.d.ts +6 -0
- package/dist/src/Components/AppShell/NavBar.d.ts +4 -0
- package/dist/src/Components/AppShell/SetAppState.d.ts +5 -0
- package/dist/src/Components/AppShell/SideBar.d.ts +12 -0
- package/dist/src/Components/AppShell/SidebarSubmenu.d.ts +7 -0
- package/dist/src/Components/AppShell/Sitemap.d.ts +3 -0
- package/dist/src/Components/AppShell/hooks/useAppState.d.ts +16 -0
- package/dist/src/Components/AppShell/hooks/useAssets.d.ts +12 -0
- package/dist/src/Components/AppShell/index.d.ts +4 -0
- package/dist/src/Components/Auth/LoginPage.d.ts +1 -0
- package/dist/src/Components/Auth/RequestPasswordPage.d.ts +3 -0
- package/dist/src/Components/Auth/SetNewPasswordPage.d.ts +1 -0
- package/dist/src/Components/Auth/SignupPage.d.ts +1 -0
- package/dist/src/Components/Auth/index.d.ts +5 -0
- package/dist/src/Components/Auth/useAuth.d.ts +26 -0
- package/dist/src/Components/Gaming/Modal.d.ts +4 -0
- package/dist/src/Components/Gaming/Quests.d.ts +1 -0
- package/dist/src/Components/Gaming/hooks/useQuests.d.ts +12 -0
- package/dist/src/Components/Gaming/index.d.ts +2 -0
- package/dist/src/Components/Input/Autocomplete.d.ts +7 -0
- package/dist/src/Components/Input/ComboBoxInput.d.ts +8 -0
- package/dist/src/Components/Input/SelectBox.d.ts +16 -0
- package/dist/src/Components/Input/TextAreaInput.d.ts +13 -0
- package/dist/src/Components/Input/TextInput.d.ts +16 -0
- package/dist/src/Components/Input/TextInput.spec.d.ts +1 -0
- package/dist/src/Components/Input/index.d.ts +3 -0
- package/dist/src/Components/Map/ItemForm.d.ts +16 -0
- package/dist/src/Components/Map/ItemView.d.ts +14 -0
- package/dist/src/Components/Map/Layer.d.ts +2 -0
- package/dist/src/Components/Map/Permissions.d.ts +7 -0
- package/dist/src/Components/Map/Subcomponents/AddButton.d.ts +3 -0
- package/dist/src/Components/Map/Subcomponents/Controls/Control.d.ts +6 -0
- package/dist/src/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -0
- package/dist/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -0
- package/dist/src/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +8 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -0
- package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +7 -0
- package/dist/src/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -0
- package/dist/src/Components/Map/Subcomponents/SelectPosition.d.ts +3 -0
- package/dist/src/Components/Map/Tags.d.ts +6 -0
- package/dist/src/Components/Map/UtopiaMap.d.ts +4 -0
- package/dist/src/Components/Map/UtopiaMapInner.d.ts +4 -0
- package/dist/src/Components/Map/hooks/useClusterRef.d.ts +11 -0
- package/dist/src/Components/Map/hooks/useDebounce.d.ts +1 -0
- package/dist/src/Components/Map/hooks/useFilter.d.ts +40 -0
- package/dist/src/Components/Map/hooks/useItems.d.ts +26 -0
- package/dist/src/Components/Map/hooks/useLayers.d.ts +13 -0
- package/dist/src/Components/Map/hooks/useLeafletRefs.d.ts +21 -0
- package/dist/src/Components/Map/hooks/usePermissions.d.ts +23 -0
- package/dist/src/Components/Map/hooks/useSelectPosition.d.ts +23 -0
- package/dist/src/Components/Map/hooks/useTags.d.ts +23 -0
- package/dist/src/Components/Map/hooks/useTimeout.d.ts +4 -0
- package/dist/src/Components/Map/hooks/useWindowDimension.d.ts +4 -0
- package/dist/src/Components/Map/index.d.ts +13 -0
- package/dist/src/Components/Map/setItemLocation.d.ts +1 -0
- package/dist/src/Components/Profile/ProfileForm.d.ts +1 -0
- package/dist/src/Components/Profile/ProfileView.d.ts +4 -0
- package/dist/src/Components/Profile/Subcomponents/ActionsButton.d.ts +11 -0
- package/dist/src/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -0
- package/dist/src/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -0
- package/dist/src/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -0
- package/dist/src/Components/Profile/Subcomponents/FormHeader.d.ts +5 -0
- package/dist/src/Components/Profile/Subcomponents/GalleryView.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -0
- package/dist/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +10 -0
- package/dist/src/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -0
- package/dist/src/Components/Profile/Subcomponents/PlusButton.d.ts +7 -0
- package/dist/src/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -0
- package/dist/src/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -0
- package/dist/src/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -0
- package/dist/src/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -0
- package/dist/src/Components/Profile/Subcomponents/RelationCard.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -0
- package/dist/src/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -0
- package/dist/src/Components/Profile/Templates/FlexForm.d.ts +7 -0
- package/dist/src/Components/Profile/Templates/FlexView.d.ts +4 -0
- package/dist/src/Components/Profile/Templates/OnepagerForm.d.ts +7 -0
- package/dist/src/Components/Profile/Templates/OnepagerView.d.ts +4 -0
- package/dist/src/Components/Profile/Templates/SimpleForm.d.ts +4 -0
- package/dist/src/Components/Profile/Templates/SimpleView.d.ts +4 -0
- package/dist/src/Components/Profile/Templates/TabsForm.d.ts +10 -0
- package/dist/src/Components/Profile/Templates/TabsView.d.ts +13 -0
- package/dist/src/Components/Profile/UserSettings.d.ts +1 -0
- package/dist/src/Components/Profile/hooks/useClickOutside.d.ts +2 -0
- package/dist/src/Components/Profile/index.d.ts +4 -0
- package/dist/src/Components/Profile/itemFunctions.d.ts +5 -0
- package/dist/src/Components/Templates/AttestationForm.d.ts +4 -0
- package/dist/src/Components/Templates/CardPage.d.ts +9 -0
- package/dist/src/Components/Templates/CircleLayout.d.ts +5 -0
- package/dist/src/Components/Templates/DateUserInfo.d.ts +4 -0
- package/dist/src/Components/Templates/DialogModal.d.ts +11 -0
- package/dist/src/Components/Templates/EmojiPicker.d.ts +10 -0
- package/dist/src/Components/Templates/ItemCard.d.ts +8 -0
- package/dist/src/Components/Templates/MapOverlayPage.d.ts +6 -0
- package/dist/src/Components/Templates/MarketView.d.ts +1 -0
- package/dist/src/Components/Templates/MoonCalendar.d.ts +1 -0
- package/dist/src/Components/Templates/OverlayItemsIndexPage.d.ts +6 -0
- package/dist/src/Components/Templates/SelectUser.d.ts +1 -0
- package/dist/src/Components/Templates/TagView.d.ts +7 -0
- package/dist/src/Components/Templates/TitleCard.d.ts +10 -0
- package/dist/src/Components/Templates/index.d.ts +8 -0
- package/dist/src/Components/Typography/ErrorText.d.ts +5 -0
- package/dist/src/Components/Typography/Subtitle.d.ts +5 -0
- package/dist/src/Utils/ContainsUUID.d.ts +1 -0
- package/dist/src/Utils/FormatTags.d.ts +2 -0
- package/dist/src/Utils/GetValue.d.ts +1 -0
- package/dist/src/Utils/HashTagRegex.d.ts +1 -0
- package/dist/src/Utils/MarkerIconFactory.d.ts +2 -0
- package/dist/src/Utils/Moon.d.ts +7 -0
- package/dist/src/Utils/RandomColor.d.ts +1 -0
- package/dist/src/Utils/ReplaceURLs.d.ts +3 -0
- package/dist/src/Utils/ReverseGeocoder.d.ts +1 -0
- package/dist/src/Utils/TimeAgo.d.ts +1 -0
- package/dist/src/index.d.ts +15 -0
- package/dist/vite.config.d.ts +2 -0
- package/package.json +19 -5
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
import type { AssetsApi } from '#types/AssetsApi';
|
2
|
+
export declare function AppShell({ appName, children, assetsApi, userType, }: {
|
3
|
+
appName: string;
|
4
|
+
children: React.ReactNode;
|
5
|
+
assetsApi: AssetsApi;
|
6
|
+
userType: string;
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1,6 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
export
|
6
|
-
export {};
|
1
|
+
type ContentProps = {
|
2
|
+
children?: React.ReactNode;
|
3
|
+
};
|
4
|
+
export declare function Content({ children }: ContentProps): import("react/jsx-runtime").JSX.Element;
|
5
|
+
export {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export declare const ContextWrapper: ({ children }: {
|
2
|
-
children: any;
|
3
|
-
}) => any;
|
4
|
-
export declare const Wrappers: ({ children }: {
|
5
|
-
children: any;
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const ContextWrapper: ({ children }: {
|
2
|
+
children: any;
|
3
|
+
}) => any;
|
4
|
+
export declare const Wrappers: ({ children }: {
|
5
|
+
children: any;
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export default function NavBar({ appName, userType }: {
|
2
|
-
appName: string;
|
3
|
-
userType: string;
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export default function NavBar({ appName, userType }: {
|
2
|
+
appName: string;
|
3
|
+
userType: string;
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { AssetsApi } from '#types/AssetsApi';
|
2
|
-
export declare const SetAppState: ({ assetsApi, userType, }: {
|
3
|
-
assetsApi: AssetsApi;
|
4
|
-
userType: string;
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
1
|
+
import type { AssetsApi } from '#types/AssetsApi';
|
2
|
+
export declare const SetAppState: ({ assetsApi, userType, }: {
|
3
|
+
assetsApi: AssetsApi;
|
4
|
+
userType: string;
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,13 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
}
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
export {};
|
1
|
+
type route = {
|
2
|
+
path: string;
|
3
|
+
icon: JSX.Element;
|
4
|
+
name: string;
|
5
|
+
submenu?: route;
|
6
|
+
blank?: boolean;
|
7
|
+
};
|
8
|
+
export declare function SideBar({ routes, bottomRoutes }: {
|
9
|
+
routes: route[];
|
10
|
+
bottomRoutes?: route[];
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
12
|
+
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
export default SidebarSubmenu;
|
1
|
+
declare function SidebarSubmenu({ submenu, name, icon, }: {
|
2
|
+
path: string;
|
3
|
+
icon: JSX.Element;
|
4
|
+
name: string;
|
5
|
+
submenu?: any | undefined;
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
7
|
+
export default SidebarSubmenu;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare const Sitemap: ({ url }: {
|
2
|
-
url: string;
|
3
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const Sitemap: ({ url }: {
|
2
|
+
url: string;
|
3
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,17 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
declare
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
export declare const
|
16
|
-
export
|
17
|
-
export {};
|
1
|
+
import type { AssetsApi } from '#types/AssetsApi';
|
2
|
+
interface AppState {
|
3
|
+
assetsApi: AssetsApi;
|
4
|
+
userType: string;
|
5
|
+
}
|
6
|
+
type UseAppManagerResult = ReturnType<typeof useAppManager>;
|
7
|
+
declare function useAppManager(): {
|
8
|
+
state: AppState;
|
9
|
+
setAppState: (newState: Partial<AppState>) => void;
|
10
|
+
};
|
11
|
+
export declare const AppStateProvider: React.FunctionComponent<{
|
12
|
+
children?: React.ReactNode;
|
13
|
+
}>;
|
14
|
+
export declare const useAppState: () => AppState;
|
15
|
+
export declare const useSetAppState: () => UseAppManagerResult["setAppState"];
|
16
|
+
export {};
|
@@ -1,13 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
declare
|
4
|
-
|
5
|
-
api: AssetsApi;
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
export declare const
|
12
|
-
export
|
13
|
-
export {};
|
1
|
+
import type { AssetsApi } from '#types/AssetsApi';
|
2
|
+
type UseAssetManagerResult = ReturnType<typeof useAssetsManager>;
|
3
|
+
declare function useAssetsManager(): {
|
4
|
+
api: AssetsApi;
|
5
|
+
setAssetsApi: (api: AssetsApi) => void;
|
6
|
+
};
|
7
|
+
export declare const AssetsProvider: React.FunctionComponent<{
|
8
|
+
children?: React.ReactNode;
|
9
|
+
}>;
|
10
|
+
export declare const useAssetApi: () => AssetsApi;
|
11
|
+
export declare const useSetAssetApi: () => UseAssetManagerResult["setAssetsApi"];
|
12
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export { AppShell } from './AppShell';
|
2
|
-
export { SideBar } from './SideBar';
|
3
|
-
export { Content } from './Content';
|
4
|
-
export { Sitemap } from './Sitemap';
|
1
|
+
export { AppShell } from './AppShell';
|
2
|
+
export { SideBar } from './SideBar';
|
3
|
+
export { Content } from './Content';
|
4
|
+
export { Sitemap } from './Sitemap';
|
@@ -1 +1 @@
|
|
1
|
-
export declare function LoginPage(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function LoginPage(): import("react/jsx-runtime").JSX.Element;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export declare function RequestPasswordPage({ resetUrl }: {
|
2
|
-
resetUrl: any;
|
3
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function RequestPasswordPage({ resetUrl }: {
|
2
|
+
resetUrl: any;
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function SetNewPasswordPage(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function SetNewPasswordPage(): import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function SignupPage(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function SignupPage(): import("react/jsx-runtime").JSX.Element;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
export { AuthProvider, useAuth } from './useAuth';
|
2
|
-
export { LoginPage } from './LoginPage';
|
3
|
-
export { SignupPage } from './SignupPage';
|
4
|
-
export { RequestPasswordPage } from './RequestPasswordPage';
|
5
|
-
export { SetNewPasswordPage } from './SetNewPasswordPage';
|
1
|
+
export { AuthProvider, useAuth } from './useAuth';
|
2
|
+
export { LoginPage } from './LoginPage';
|
3
|
+
export { SignupPage } from './SignupPage';
|
4
|
+
export { RequestPasswordPage } from './RequestPasswordPage';
|
5
|
+
export { SetNewPasswordPage } from './SetNewPasswordPage';
|
@@ -1,27 +1,26 @@
|
|
1
|
-
|
2
|
-
import type {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
}
|
25
|
-
export declare const
|
26
|
-
export
|
27
|
-
export {};
|
1
|
+
import type { UserApi } from '#types/UserApi';
|
2
|
+
import type { UserItem } from '#types/UserItem';
|
3
|
+
interface AuthProviderProps {
|
4
|
+
userApi: UserApi;
|
5
|
+
children?: React.ReactNode;
|
6
|
+
}
|
7
|
+
interface AuthCredentials {
|
8
|
+
email: string;
|
9
|
+
password: string;
|
10
|
+
otp?: string | undefined;
|
11
|
+
}
|
12
|
+
interface AuthContextProps {
|
13
|
+
isAuthenticated: boolean;
|
14
|
+
user: UserItem | null;
|
15
|
+
login: (credentials: AuthCredentials) => Promise<UserItem | undefined>;
|
16
|
+
register: (credentials: AuthCredentials, userName: string) => Promise<UserItem | undefined>;
|
17
|
+
loading: boolean;
|
18
|
+
logout: () => Promise<any>;
|
19
|
+
updateUser: (user: UserItem) => any;
|
20
|
+
token: string | null;
|
21
|
+
requestPasswordReset: (email: string, reset_url: string) => Promise<any>;
|
22
|
+
passwordReset: (token: string, new_password: string) => Promise<any>;
|
23
|
+
}
|
24
|
+
export declare const AuthProvider: ({ userApi, children }: AuthProviderProps) => import("react/jsx-runtime").JSX.Element;
|
25
|
+
export declare const useAuth: () => AuthContextProps;
|
26
|
+
export {};
|
@@ -1,5 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function Modal({ children, showOnStartup, }: {
|
2
|
+
children: React.ReactNode;
|
3
|
+
showOnStartup?: boolean;
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function Quests(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function Quests(): import("react/jsx-runtime").JSX.Element;
|
@@ -1,13 +1,12 @@
|
|
1
|
-
|
2
|
-
declare
|
3
|
-
|
4
|
-
open: boolean;
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
export declare const
|
12
|
-
export
|
13
|
-
export {};
|
1
|
+
type UseQuestManagerResult = ReturnType<typeof useQuestsManager>;
|
2
|
+
declare function useQuestsManager(initialOpen: boolean): {
|
3
|
+
open: boolean;
|
4
|
+
setQuestsOpen: (open: boolean) => void;
|
5
|
+
};
|
6
|
+
export declare const QuestsProvider: React.FunctionComponent<{
|
7
|
+
initialOpen: boolean;
|
8
|
+
children?: React.ReactNode;
|
9
|
+
}>;
|
10
|
+
export declare const useQuestsOpen: () => boolean;
|
11
|
+
export declare const useSetQuestOpen: () => UseQuestManagerResult["setQuestsOpen"];
|
12
|
+
export {};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export { Modal } from './Modal';
|
2
|
-
export { Quests } from './Quests';
|
1
|
+
export { Modal } from './Modal';
|
2
|
+
export { Quests } from './Quests';
|
@@ -1,7 +1,7 @@
|
|
1
|
-
export declare const Autocomplete: ({ inputProps, suggestions, onSelected, pushFilteredSuggestions, setFocus, }: {
|
2
|
-
inputProps: any;
|
3
|
-
suggestions: any[];
|
4
|
-
onSelected: (suggestion: any) => void;
|
5
|
-
pushFilteredSuggestions?: any[]
|
6
|
-
setFocus?: boolean
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const Autocomplete: ({ inputProps, suggestions, onSelected, pushFilteredSuggestions, setFocus, }: {
|
2
|
+
inputProps: any;
|
3
|
+
suggestions: any[];
|
4
|
+
onSelected: (suggestion: any) => void;
|
5
|
+
pushFilteredSuggestions?: any[];
|
6
|
+
setFocus?: boolean;
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
interface ComboBoxProps {
|
2
|
-
id?: string;
|
3
|
-
options: string[];
|
4
|
-
value: string;
|
5
|
-
onValueChange: (newValue: string) => void;
|
6
|
-
}
|
7
|
-
declare const ComboBoxInput: ({ id, options, value, onValueChange }: ComboBoxProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
-
export default ComboBoxInput;
|
1
|
+
interface ComboBoxProps {
|
2
|
+
id?: string;
|
3
|
+
options: string[];
|
4
|
+
value: string;
|
5
|
+
onValueChange: (newValue: string) => void;
|
6
|
+
}
|
7
|
+
declare const ComboBoxInput: ({ id, options, value, onValueChange }: ComboBoxProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export default ComboBoxInput;
|
@@ -1,16 +1,16 @@
|
|
1
|
-
|
2
|
-
labelTitle?: string;
|
3
|
-
labelStyle?: string;
|
4
|
-
type?: string;
|
5
|
-
containerStyle?: string;
|
6
|
-
defaultValue: string;
|
7
|
-
placeholder?: string;
|
8
|
-
updateFormValue: (value: string) => void;
|
9
|
-
options: {
|
10
|
-
name: string;
|
11
|
-
value: string;
|
12
|
-
}[];
|
13
|
-
labelDescription?: string;
|
14
|
-
};
|
15
|
-
export declare function SelectBox(props: SelectBoxProps): import("react/jsx-runtime").JSX.Element;
|
16
|
-
export {};
|
1
|
+
type SelectBoxProps = {
|
2
|
+
labelTitle?: string;
|
3
|
+
labelStyle?: string;
|
4
|
+
type?: string;
|
5
|
+
containerStyle?: string;
|
6
|
+
defaultValue: string;
|
7
|
+
placeholder?: string;
|
8
|
+
updateFormValue: (value: string) => void;
|
9
|
+
options: {
|
10
|
+
name: string;
|
11
|
+
value: string;
|
12
|
+
}[];
|
13
|
+
labelDescription?: string;
|
14
|
+
};
|
15
|
+
export declare function SelectBox(props: SelectBoxProps): import("react/jsx-runtime").JSX.Element;
|
16
|
+
export {};
|
@@ -1,13 +1,13 @@
|
|
1
|
-
|
2
|
-
labelTitle?: string;
|
3
|
-
labelStyle?: string;
|
4
|
-
containerStyle?: string;
|
5
|
-
dataField?: string;
|
6
|
-
inputStyle?: string;
|
7
|
-
defaultValue: string;
|
8
|
-
placeholder?: string;
|
9
|
-
required?: boolean;
|
10
|
-
updateFormValue?: (value: string) => void;
|
11
|
-
};
|
12
|
-
export declare function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyle, inputStyle, defaultValue, placeholder, required, updateFormValue, }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
|
13
|
-
export {};
|
1
|
+
type TextAreaProps = {
|
2
|
+
labelTitle?: string;
|
3
|
+
labelStyle?: string;
|
4
|
+
containerStyle?: string;
|
5
|
+
dataField?: string;
|
6
|
+
inputStyle?: string;
|
7
|
+
defaultValue: string;
|
8
|
+
placeholder?: string;
|
9
|
+
required?: boolean;
|
10
|
+
updateFormValue?: (value: string) => void;
|
11
|
+
};
|
12
|
+
export declare function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyle, inputStyle, defaultValue, placeholder, required, updateFormValue, }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
|
13
|
+
export {};
|
@@ -1,16 +1,16 @@
|
|
1
|
-
|
2
|
-
labelTitle?: string;
|
3
|
-
labelStyle?: string;
|
4
|
-
type?: string;
|
5
|
-
dataField?: string;
|
6
|
-
containerStyle?: string;
|
7
|
-
inputStyle?: string;
|
8
|
-
defaultValue?: string;
|
9
|
-
placeholder?: string;
|
10
|
-
autocomplete?: string;
|
11
|
-
pattern?: string;
|
12
|
-
required?: boolean;
|
13
|
-
updateFormValue?: (value: string) => void;
|
14
|
-
};
|
15
|
-
export declare function TextInput({ labelTitle, labelStyle, type, dataField, containerStyle, inputStyle, defaultValue, placeholder, autocomplete, pattern, required, updateFormValue, }: InputTextProps): import("react/jsx-runtime").JSX.Element;
|
16
|
-
export {};
|
1
|
+
type InputTextProps = {
|
2
|
+
labelTitle?: string;
|
3
|
+
labelStyle?: string;
|
4
|
+
type?: string;
|
5
|
+
dataField?: string;
|
6
|
+
containerStyle?: string;
|
7
|
+
inputStyle?: string;
|
8
|
+
defaultValue?: string;
|
9
|
+
placeholder?: string;
|
10
|
+
autocomplete?: string;
|
11
|
+
pattern?: string;
|
12
|
+
required?: boolean;
|
13
|
+
updateFormValue?: (value: string) => void;
|
14
|
+
};
|
15
|
+
export declare function TextInput({ labelTitle, labelStyle, type, dataField, containerStyle, inputStyle, defaultValue, placeholder, autocomplete, pattern, required, updateFormValue, }: InputTextProps): import("react/jsx-runtime").JSX.Element;
|
16
|
+
export {};
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export { TextAreaInput } from './TextAreaInput';
|
2
|
-
export { TextInput } from './TextInput';
|
3
|
-
export { SelectBox } from './SelectBox';
|
1
|
+
export { TextAreaInput } from './TextAreaInput';
|
2
|
+
export { TextInput } from './TextInput';
|
3
|
+
export { SelectBox } from './SelectBox';
|
@@ -1,17 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
};
|
1
|
+
import type { Item } from '#types/Item';
|
2
|
+
export declare const ItemForm: {
|
3
|
+
({ children, item, title, setPopupTitle, }: {
|
4
|
+
children?: React.ReactNode;
|
5
|
+
item?: Item;
|
6
|
+
title?: string;
|
7
|
+
setPopupTitle?: React.Dispatch<React.SetStateAction<string>>;
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
9
|
+
propTypes: {
|
10
|
+
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
11
|
+
__TYPE: import("prop-types").Requireable<string>;
|
12
|
+
};
|
13
|
+
defaultProps: {
|
14
|
+
__TYPE: string;
|
15
|
+
};
|
16
|
+
};
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import type { Item } from '#types/Item';
|
2
|
-
export declare const ItemView: {
|
3
|
-
({ children, item }: {
|
4
|
-
children?: React.ReactNode;
|
5
|
-
item?: Item
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
7
|
-
propTypes: {
|
8
|
-
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
9
|
-
__TYPE: import("prop-types").Requireable<string>;
|
10
|
-
};
|
11
|
-
defaultProps: {
|
12
|
-
__TYPE: string;
|
13
|
-
};
|
14
|
-
};
|
1
|
+
import type { Item } from '#types/Item';
|
2
|
+
export declare const ItemView: {
|
3
|
+
({ children, item }: {
|
4
|
+
children?: React.ReactNode;
|
5
|
+
item?: Item;
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
7
|
+
propTypes: {
|
8
|
+
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
9
|
+
__TYPE: import("prop-types").Requireable<string>;
|
10
|
+
};
|
11
|
+
defaultProps: {
|
12
|
+
__TYPE: string;
|
13
|
+
};
|
14
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type { LayerProps } from '#types/LayerProps';
|
2
|
-
export declare const Layer: ({ data, children, name, menuIcon, menuText, menuColor, markerIcon, markerShape, markerDefaultColor, markerDefaultColor2, api, itemType,
|
1
|
+
import type { LayerProps } from '#types/LayerProps';
|
2
|
+
export declare const Layer: ({ data, children, name, menuIcon, menuText, menuColor, markerIcon, markerShape, markerDefaultColor, markerDefaultColor2, api, itemType, onlyOnePerOwner, customEditLink, customEditParameter, public_edit_items, listed, setItemFormPopup, itemFormPopup, clusterRef, }: LayerProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type { ItemsApi } from '#types/ItemsApi';
|
2
|
-
import type { Permission } from '#types/Permission';
|
3
|
-
export declare function Permissions({ data, api, adminRole, }: {
|
4
|
-
data?: Permission[];
|
5
|
-
api?: ItemsApi<Permission>;
|
6
|
-
adminRole?: string;
|
7
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
import type { ItemsApi } from '#types/ItemsApi';
|
2
|
+
import type { Permission } from '#types/Permission';
|
3
|
+
export declare function Permissions({ data, api, adminRole, }: {
|
4
|
+
data?: Permission[];
|
5
|
+
api?: ItemsApi<Permission>;
|
6
|
+
adminRole?: string;
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export default function AddButton({ triggerAction, }: {
|
2
|
+
triggerAction: React.Dispatch<React.SetStateAction<any>>;
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export declare const Control: ({ position, children, zIndex, absolute, }: {
|
2
|
-
position:
|
3
|
-
children: React.ReactNode;
|
4
|
-
zIndex: string;
|
5
|
-
absolute: boolean;
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const Control: ({ position, children, zIndex, absolute, }: {
|
2
|
+
position: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
3
|
+
children: React.ReactNode;
|
4
|
+
zIndex: string;
|
5
|
+
absolute: boolean;
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function FilterControl(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function FilterControl(): import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const GratitudeControl: () => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const GratitudeControl: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function LayerControl(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function LayerControl(): import("react/jsx-runtime").JSX.Element;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import 'leaflet.locatecontrol';
|
2
|
-
import 'leaflet.locatecontrol/dist/L.Control.Locate.css';
|
3
|
-
export declare const LocateControl: () => import("react/jsx-runtime").JSX.Element;
|
1
|
+
import 'leaflet.locatecontrol';
|
2
|
+
import 'leaflet.locatecontrol/dist/L.Control.Locate.css';
|
3
|
+
export declare const LocateControl: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function QuestControl(): import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare function QuestControl(): import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const SearchControl: () => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const SearchControl: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const SidebarControl: () => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const SidebarControl: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const TagsControl: () => import("react/jsx-runtime").JSX.Element;
|
1
|
+
export declare const TagsControl: () => import("react/jsx-runtime").JSX.Element;
|