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.
Files changed (266) hide show
  1. package/dist/Components/AppShell/AppShell.d.ts +7 -8
  2. package/dist/Components/AppShell/Content.d.ts +5 -6
  3. package/dist/Components/AppShell/ContextWrapper.d.ts +6 -6
  4. package/dist/Components/AppShell/NavBar.d.ts +4 -4
  5. package/dist/Components/AppShell/SetAppState.d.ts +5 -5
  6. package/dist/Components/AppShell/SideBar.d.ts +12 -13
  7. package/dist/Components/AppShell/SidebarSubmenu.d.ts +7 -8
  8. package/dist/Components/AppShell/Sitemap.d.ts +3 -3
  9. package/dist/Components/AppShell/hooks/useAppState.d.ts +16 -17
  10. package/dist/Components/AppShell/hooks/useAssets.d.ts +12 -13
  11. package/dist/Components/AppShell/index.d.ts +4 -4
  12. package/dist/Components/Auth/LoginPage.d.ts +1 -1
  13. package/dist/Components/Auth/RequestPasswordPage.d.ts +3 -3
  14. package/dist/Components/Auth/SetNewPasswordPage.d.ts +1 -1
  15. package/dist/Components/Auth/SignupPage.d.ts +1 -1
  16. package/dist/Components/Auth/index.d.ts +5 -5
  17. package/dist/Components/Auth/useAuth.d.ts +26 -27
  18. package/dist/Components/Gaming/Modal.d.ts +4 -5
  19. package/dist/Components/Gaming/Quests.d.ts +1 -1
  20. package/dist/Components/Gaming/hooks/useQuests.d.ts +12 -13
  21. package/dist/Components/Gaming/index.d.ts +2 -2
  22. package/dist/Components/Input/Autocomplete.d.ts +7 -7
  23. package/dist/Components/Input/ComboBoxInput.d.ts +8 -8
  24. package/dist/Components/Input/SelectBox.d.ts +16 -16
  25. package/dist/Components/Input/TextAreaInput.d.ts +13 -13
  26. package/dist/Components/Input/TextInput.d.ts +16 -16
  27. package/dist/Components/Input/index.d.ts +3 -3
  28. package/dist/Components/Map/ItemForm.d.ts +16 -17
  29. package/dist/Components/Map/ItemView.d.ts +14 -14
  30. package/dist/Components/Map/Layer.d.ts +2 -2
  31. package/dist/Components/Map/Permissions.d.ts +7 -7
  32. package/dist/Components/Map/Subcomponents/AddButton.d.ts +3 -4
  33. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +6 -6
  34. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -1
  35. package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -1
  36. package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -1
  37. package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -3
  38. package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -1
  39. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -1
  40. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -1
  41. package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -1
  42. package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -2
  43. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -18
  44. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +7 -8
  45. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -6
  46. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -9
  47. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -7
  48. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -7
  49. package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -4
  50. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +6 -7
  51. package/dist/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -9
  52. package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +3 -3
  53. package/dist/Components/Map/Tags.d.ts +6 -6
  54. package/dist/Components/Map/UtopiaMap.d.ts +4 -4
  55. package/dist/Components/Map/UtopiaMapInner.d.ts +4 -4
  56. package/dist/Components/Map/hooks/useClusterRef.d.ts +11 -12
  57. package/dist/Components/Map/hooks/useDebounce.d.ts +1 -1
  58. package/dist/Components/Map/hooks/useFilter.d.ts +40 -41
  59. package/dist/Components/Map/hooks/useItems.d.ts +26 -27
  60. package/dist/Components/Map/hooks/useLayers.d.ts +13 -14
  61. package/dist/Components/Map/hooks/useLeafletRefs.d.ts +21 -22
  62. package/dist/Components/Map/hooks/usePermissions.d.ts +23 -24
  63. package/dist/Components/Map/hooks/useSelectPosition.d.ts +23 -24
  64. package/dist/Components/Map/hooks/useTags.d.ts +23 -24
  65. package/dist/Components/Map/hooks/useTimeout.d.ts +4 -4
  66. package/dist/Components/Map/hooks/useWindowDimension.d.ts +4 -4
  67. package/dist/Components/Map/index.d.ts +13 -13
  68. package/dist/Components/Map/setItemLocation.d.ts +1 -1
  69. package/dist/Components/Profile/ProfileForm.d.ts +1 -1
  70. package/dist/Components/Profile/ProfileView.d.ts +4 -4
  71. package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +10 -11
  72. package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -8
  73. package/dist/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -6
  74. package/dist/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -5
  75. package/dist/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -5
  76. package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +5 -5
  77. package/dist/Components/Profile/Subcomponents/GalleryView.d.ts +6 -6
  78. package/dist/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -6
  79. package/dist/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -18
  80. package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +7 -10
  81. package/dist/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -1
  82. package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +7 -7
  83. package/dist/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -5
  84. package/dist/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -4
  85. package/dist/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -10
  86. package/dist/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -7
  87. package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +6 -6
  88. package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -6
  89. package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -6
  90. package/dist/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -6
  91. package/dist/Components/Profile/Templates/FlexForm.d.ts +7 -7
  92. package/dist/Components/Profile/Templates/FlexView.d.ts +4 -4
  93. package/dist/Components/Profile/Templates/OnepagerForm.d.ts +7 -7
  94. package/dist/Components/Profile/Templates/OnepagerView.d.ts +4 -4
  95. package/dist/Components/Profile/Templates/SimpleForm.d.ts +4 -4
  96. package/dist/Components/Profile/Templates/SimpleView.d.ts +4 -4
  97. package/dist/Components/Profile/Templates/TabsForm.d.ts +10 -10
  98. package/dist/Components/Profile/Templates/TabsView.d.ts +13 -13
  99. package/dist/Components/Profile/UserSettings.d.ts +1 -1
  100. package/dist/Components/Profile/hooks/useClickOutside.d.ts +2 -2
  101. package/dist/Components/Profile/index.d.ts +4 -4
  102. package/dist/Components/Profile/itemFunctions.d.ts +5 -5
  103. package/dist/Components/Templates/AttestationForm.d.ts +4 -4
  104. package/dist/Components/Templates/CardPage.d.ts +9 -10
  105. package/dist/Components/Templates/CircleLayout.d.ts +5 -5
  106. package/dist/Components/Templates/DateUserInfo.d.ts +4 -4
  107. package/dist/Components/Templates/DialogModal.d.ts +11 -12
  108. package/dist/Components/Templates/EmojiPicker.d.ts +10 -10
  109. package/dist/Components/Templates/ItemCard.d.ts +7 -8
  110. package/dist/Components/Templates/MapOverlayPage.d.ts +6 -7
  111. package/dist/Components/Templates/MarketView.d.ts +1 -1
  112. package/dist/Components/Templates/MoonCalendar.d.ts +1 -1
  113. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +5 -6
  114. package/dist/Components/Templates/SelectUser.d.ts +1 -1
  115. package/dist/Components/Templates/TagView.d.ts +7 -7
  116. package/dist/Components/Templates/TitleCard.d.ts +10 -11
  117. package/dist/Components/Templates/index.d.ts +8 -8
  118. package/dist/Components/Typography/ErrorText.d.ts +5 -5
  119. package/dist/Components/Typography/Subtitle.d.ts +5 -6
  120. package/dist/Utils/ContainsUUID.d.ts +1 -1
  121. package/dist/Utils/FormatTags.d.ts +2 -2
  122. package/dist/Utils/GetValue.d.ts +1 -1
  123. package/dist/Utils/HashTagRegex.d.ts +1 -1
  124. package/dist/Utils/MarkerIconFactory.d.ts +2 -2
  125. package/dist/Utils/Moon.d.ts +7 -7
  126. package/dist/Utils/RandomColor.d.ts +1 -1
  127. package/dist/Utils/ReplaceURLs.d.ts +3 -3
  128. package/dist/Utils/ReverseGeocoder.d.ts +1 -1
  129. package/dist/Utils/TimeAgo.d.ts +1 -1
  130. package/dist/index.d.ts +15 -15
  131. package/dist/index.js +4706 -4818
  132. package/dist/index.js.map +1 -1
  133. package/dist/setupTest.d.ts +1 -0
  134. package/dist/src/Components/AppShell/AppShell.d.ts +7 -0
  135. package/dist/src/Components/AppShell/Content.d.ts +5 -0
  136. package/dist/src/Components/AppShell/ContextWrapper.d.ts +6 -0
  137. package/dist/src/Components/AppShell/NavBar.d.ts +4 -0
  138. package/dist/src/Components/AppShell/SetAppState.d.ts +5 -0
  139. package/dist/src/Components/AppShell/SideBar.d.ts +12 -0
  140. package/dist/src/Components/AppShell/SidebarSubmenu.d.ts +7 -0
  141. package/dist/src/Components/AppShell/Sitemap.d.ts +3 -0
  142. package/dist/src/Components/AppShell/hooks/useAppState.d.ts +16 -0
  143. package/dist/src/Components/AppShell/hooks/useAssets.d.ts +12 -0
  144. package/dist/src/Components/AppShell/index.d.ts +4 -0
  145. package/dist/src/Components/Auth/LoginPage.d.ts +1 -0
  146. package/dist/src/Components/Auth/RequestPasswordPage.d.ts +3 -0
  147. package/dist/src/Components/Auth/SetNewPasswordPage.d.ts +1 -0
  148. package/dist/src/Components/Auth/SignupPage.d.ts +1 -0
  149. package/dist/src/Components/Auth/index.d.ts +5 -0
  150. package/dist/src/Components/Auth/useAuth.d.ts +26 -0
  151. package/dist/src/Components/Gaming/Modal.d.ts +4 -0
  152. package/dist/src/Components/Gaming/Quests.d.ts +1 -0
  153. package/dist/src/Components/Gaming/hooks/useQuests.d.ts +12 -0
  154. package/dist/src/Components/Gaming/index.d.ts +2 -0
  155. package/dist/src/Components/Input/Autocomplete.d.ts +7 -0
  156. package/dist/src/Components/Input/ComboBoxInput.d.ts +8 -0
  157. package/dist/src/Components/Input/SelectBox.d.ts +16 -0
  158. package/dist/src/Components/Input/TextAreaInput.d.ts +13 -0
  159. package/dist/src/Components/Input/TextInput.d.ts +16 -0
  160. package/dist/src/Components/Input/TextInput.spec.d.ts +1 -0
  161. package/dist/src/Components/Input/index.d.ts +3 -0
  162. package/dist/src/Components/Map/ItemForm.d.ts +16 -0
  163. package/dist/src/Components/Map/ItemView.d.ts +14 -0
  164. package/dist/src/Components/Map/Layer.d.ts +2 -0
  165. package/dist/src/Components/Map/Permissions.d.ts +7 -0
  166. package/dist/src/Components/Map/Subcomponents/AddButton.d.ts +3 -0
  167. package/dist/src/Components/Map/Subcomponents/Controls/Control.d.ts +6 -0
  168. package/dist/src/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -0
  169. package/dist/src/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -0
  170. package/dist/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -0
  171. package/dist/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -0
  172. package/dist/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -0
  173. package/dist/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -0
  174. package/dist/src/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -0
  175. package/dist/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -0
  176. package/dist/src/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -0
  177. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -0
  178. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +8 -0
  179. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -0
  180. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -0
  181. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -0
  182. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -0
  183. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -0
  184. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +7 -0
  185. package/dist/src/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -0
  186. package/dist/src/Components/Map/Subcomponents/SelectPosition.d.ts +3 -0
  187. package/dist/src/Components/Map/Tags.d.ts +6 -0
  188. package/dist/src/Components/Map/UtopiaMap.d.ts +4 -0
  189. package/dist/src/Components/Map/UtopiaMapInner.d.ts +4 -0
  190. package/dist/src/Components/Map/hooks/useClusterRef.d.ts +11 -0
  191. package/dist/src/Components/Map/hooks/useDebounce.d.ts +1 -0
  192. package/dist/src/Components/Map/hooks/useFilter.d.ts +40 -0
  193. package/dist/src/Components/Map/hooks/useItems.d.ts +26 -0
  194. package/dist/src/Components/Map/hooks/useLayers.d.ts +13 -0
  195. package/dist/src/Components/Map/hooks/useLeafletRefs.d.ts +21 -0
  196. package/dist/src/Components/Map/hooks/usePermissions.d.ts +23 -0
  197. package/dist/src/Components/Map/hooks/useSelectPosition.d.ts +23 -0
  198. package/dist/src/Components/Map/hooks/useTags.d.ts +23 -0
  199. package/dist/src/Components/Map/hooks/useTimeout.d.ts +4 -0
  200. package/dist/src/Components/Map/hooks/useWindowDimension.d.ts +4 -0
  201. package/dist/src/Components/Map/index.d.ts +13 -0
  202. package/dist/src/Components/Map/setItemLocation.d.ts +1 -0
  203. package/dist/src/Components/Profile/ProfileForm.d.ts +1 -0
  204. package/dist/src/Components/Profile/ProfileView.d.ts +4 -0
  205. package/dist/src/Components/Profile/Subcomponents/ActionsButton.d.ts +11 -0
  206. package/dist/src/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -0
  207. package/dist/src/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -0
  208. package/dist/src/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -0
  209. package/dist/src/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -0
  210. package/dist/src/Components/Profile/Subcomponents/FormHeader.d.ts +5 -0
  211. package/dist/src/Components/Profile/Subcomponents/GalleryView.d.ts +6 -0
  212. package/dist/src/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -0
  213. package/dist/src/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -0
  214. package/dist/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +10 -0
  215. package/dist/src/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -0
  216. package/dist/src/Components/Profile/Subcomponents/PlusButton.d.ts +7 -0
  217. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -0
  218. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -0
  219. package/dist/src/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -0
  220. package/dist/src/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -0
  221. package/dist/src/Components/Profile/Subcomponents/RelationCard.d.ts +6 -0
  222. package/dist/src/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -0
  223. package/dist/src/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -0
  224. package/dist/src/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -0
  225. package/dist/src/Components/Profile/Templates/FlexForm.d.ts +7 -0
  226. package/dist/src/Components/Profile/Templates/FlexView.d.ts +4 -0
  227. package/dist/src/Components/Profile/Templates/OnepagerForm.d.ts +7 -0
  228. package/dist/src/Components/Profile/Templates/OnepagerView.d.ts +4 -0
  229. package/dist/src/Components/Profile/Templates/SimpleForm.d.ts +4 -0
  230. package/dist/src/Components/Profile/Templates/SimpleView.d.ts +4 -0
  231. package/dist/src/Components/Profile/Templates/TabsForm.d.ts +10 -0
  232. package/dist/src/Components/Profile/Templates/TabsView.d.ts +13 -0
  233. package/dist/src/Components/Profile/UserSettings.d.ts +1 -0
  234. package/dist/src/Components/Profile/hooks/useClickOutside.d.ts +2 -0
  235. package/dist/src/Components/Profile/index.d.ts +4 -0
  236. package/dist/src/Components/Profile/itemFunctions.d.ts +5 -0
  237. package/dist/src/Components/Templates/AttestationForm.d.ts +4 -0
  238. package/dist/src/Components/Templates/CardPage.d.ts +9 -0
  239. package/dist/src/Components/Templates/CircleLayout.d.ts +5 -0
  240. package/dist/src/Components/Templates/DateUserInfo.d.ts +4 -0
  241. package/dist/src/Components/Templates/DialogModal.d.ts +11 -0
  242. package/dist/src/Components/Templates/EmojiPicker.d.ts +10 -0
  243. package/dist/src/Components/Templates/ItemCard.d.ts +8 -0
  244. package/dist/src/Components/Templates/MapOverlayPage.d.ts +6 -0
  245. package/dist/src/Components/Templates/MarketView.d.ts +1 -0
  246. package/dist/src/Components/Templates/MoonCalendar.d.ts +1 -0
  247. package/dist/src/Components/Templates/OverlayItemsIndexPage.d.ts +6 -0
  248. package/dist/src/Components/Templates/SelectUser.d.ts +1 -0
  249. package/dist/src/Components/Templates/TagView.d.ts +7 -0
  250. package/dist/src/Components/Templates/TitleCard.d.ts +10 -0
  251. package/dist/src/Components/Templates/index.d.ts +8 -0
  252. package/dist/src/Components/Typography/ErrorText.d.ts +5 -0
  253. package/dist/src/Components/Typography/Subtitle.d.ts +5 -0
  254. package/dist/src/Utils/ContainsUUID.d.ts +1 -0
  255. package/dist/src/Utils/FormatTags.d.ts +2 -0
  256. package/dist/src/Utils/GetValue.d.ts +1 -0
  257. package/dist/src/Utils/HashTagRegex.d.ts +1 -0
  258. package/dist/src/Utils/MarkerIconFactory.d.ts +2 -0
  259. package/dist/src/Utils/Moon.d.ts +7 -0
  260. package/dist/src/Utils/RandomColor.d.ts +1 -0
  261. package/dist/src/Utils/ReplaceURLs.d.ts +3 -0
  262. package/dist/src/Utils/ReverseGeocoder.d.ts +1 -0
  263. package/dist/src/Utils/TimeAgo.d.ts +1 -0
  264. package/dist/src/index.d.ts +15 -0
  265. package/dist/vite.config.d.ts +2 -0
  266. package/package.json +19 -5
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
- import type { AssetsApi } from '#types/AssetsApi';
3
- export declare function AppShell({ appName, children, assetsApi, userType, }: {
4
- appName: string;
5
- children: React.ReactNode;
6
- assetsApi: AssetsApi;
7
- userType: string;
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
- /// <reference types="react" />
2
- declare type ContentProps = {
3
- children?: React.ReactNode;
4
- };
5
- export declare function Content({ children }: ContentProps): import("react/jsx-runtime").JSX.Element;
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
- /// <reference types="react" />
2
- declare type route = {
3
- path: string;
4
- icon: JSX.Element;
5
- name: string;
6
- submenu?: route;
7
- blank?: boolean;
8
- };
9
- export declare function SideBar({ routes, bottomRoutes }: {
10
- routes: route[];
11
- bottomRoutes?: route[];
12
- }): import("react/jsx-runtime").JSX.Element;
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
- /// <reference types="react" />
2
- declare function SidebarSubmenu({ submenu, name, icon, }: {
3
- path: string;
4
- icon: JSX.Element;
5
- name: string;
6
- submenu?: any | undefined;
7
- }): import("react/jsx-runtime").JSX.Element;
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
- /// <reference types="react" />
2
- import type { AssetsApi } from '#types/AssetsApi';
3
- interface AppState {
4
- assetsApi: AssetsApi;
5
- userType: string;
6
- }
7
- declare type UseAppManagerResult = ReturnType<typeof useAppManager>;
8
- declare function useAppManager(): {
9
- state: AppState;
10
- setAppState: (newState: Partial<AppState>) => void;
11
- };
12
- export declare const AppStateProvider: React.FunctionComponent<{
13
- children?: React.ReactNode;
14
- }>;
15
- export declare const useAppState: () => AppState;
16
- export declare const useSetAppState: () => UseAppManagerResult['setAppState'];
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
- /// <reference types="react" />
2
- import type { AssetsApi } from '#types/AssetsApi';
3
- declare type UseAssetManagerResult = ReturnType<typeof useAssetsManager>;
4
- declare function useAssetsManager(): {
5
- api: AssetsApi;
6
- setAssetsApi: (api: AssetsApi) => void;
7
- };
8
- export declare const AssetsProvider: React.FunctionComponent<{
9
- children?: React.ReactNode;
10
- }>;
11
- export declare const useAssetApi: () => AssetsApi;
12
- export declare const useSetAssetApi: () => UseAssetManagerResult['setAssetsApi'];
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
- /// <reference types="react" />
2
- import type { UserApi } from '#types/UserApi';
3
- import type { UserItem } from '#types/UserItem';
4
- interface AuthProviderProps {
5
- userApi: UserApi;
6
- children?: React.ReactNode;
7
- }
8
- interface AuthCredentials {
9
- email: string;
10
- password: string;
11
- otp?: string | undefined;
12
- }
13
- interface AuthContextProps {
14
- isAuthenticated: boolean;
15
- user: UserItem | null;
16
- login: (credentials: AuthCredentials) => Promise<UserItem | undefined>;
17
- register: (credentials: AuthCredentials, userName: string) => Promise<UserItem | undefined>;
18
- loading: boolean;
19
- logout: () => Promise<any>;
20
- updateUser: (user: UserItem) => any;
21
- token: string | null;
22
- requestPasswordReset: (email: string, reset_url: string) => Promise<any>;
23
- passwordReset: (token: string, new_password: string) => Promise<any>;
24
- }
25
- export declare const AuthProvider: ({ userApi, children }: AuthProviderProps) => import("react/jsx-runtime").JSX.Element;
26
- export declare const useAuth: () => AuthContextProps;
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
- /// <reference types="react" />
2
- export declare function Modal({ children, showOnStartup, }: {
3
- children: React.ReactNode;
4
- showOnStartup?: boolean;
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
- /// <reference types="react" />
2
- declare type UseQuestManagerResult = ReturnType<typeof useQuestsManager>;
3
- declare function useQuestsManager(initialOpen: boolean): {
4
- open: boolean;
5
- setQuestsOpen: (open: boolean) => void;
6
- };
7
- export declare const QuestsProvider: React.FunctionComponent<{
8
- initialOpen: boolean;
9
- children?: React.ReactNode;
10
- }>;
11
- export declare const useQuestsOpen: () => boolean;
12
- export declare const useSetQuestOpen: () => UseQuestManagerResult['setQuestsOpen'];
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[] | undefined;
6
- setFocus?: boolean | undefined;
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
- declare 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
+ 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
- declare 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
+ 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
- declare 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
+ 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
- /// <reference types="react" />
2
- import type { Item } from '#types/Item';
3
- export declare const ItemForm: {
4
- ({ children, item, title, setPopupTitle, }: {
5
- children?: React.ReactNode;
6
- item?: Item | undefined;
7
- title?: string | undefined;
8
- setPopupTitle?: import("react").Dispatch<import("react").SetStateAction<string>> | undefined;
9
- }): import("react/jsx-runtime").JSX.Element;
10
- propTypes: {
11
- children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
12
- __TYPE: import("prop-types").Requireable<string>;
13
- };
14
- defaultProps: {
15
- __TYPE: string;
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 | undefined;
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, itemNameField, itemSubnameField, itemTextField, itemAvatarField, itemColorField, itemOwnerField, itemLatitudeField, itemLongitudeField, itemTagsField, itemOffersField, itemNeedsField, onlyOnePerOwner, customEditLink, customEditParameter, public_edit_items, listed, setItemFormPopup, itemFormPopup, clusterRef, }: LayerProps) => import("react/jsx-runtime").JSX.Element;
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
- /// <reference types="react" />
2
- export default function AddButton({ triggerAction, }: {
3
- triggerAction: React.Dispatch<React.SetStateAction<any>>;
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: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
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;