utopia-ui 3.0.41 → 3.0.43

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/index.js +284 -189
  2. package/dist/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/dist/Components/AppShell/AppShell.d.ts +0 -7
  5. package/dist/Components/AppShell/Content.d.ts +0 -5
  6. package/dist/Components/AppShell/ContextWrapper.d.ts +0 -6
  7. package/dist/Components/AppShell/NavBar.d.ts +0 -4
  8. package/dist/Components/AppShell/SetAppState.d.ts +0 -5
  9. package/dist/Components/AppShell/SetAssetsApi.d.ts +0 -4
  10. package/dist/Components/AppShell/SideBar.d.ts +0 -12
  11. package/dist/Components/AppShell/SidebarSubmenu.d.ts +0 -7
  12. package/dist/Components/AppShell/Sitemap.d.ts +0 -3
  13. package/dist/Components/AppShell/hooks/useAppState.d.ts +0 -16
  14. package/dist/Components/AppShell/hooks/useAssets.d.ts +0 -12
  15. package/dist/Components/AppShell/index.d.ts +0 -4
  16. package/dist/Components/Auth/LoginPage.d.ts +0 -1
  17. package/dist/Components/Auth/RequestPasswordPage.d.ts +0 -3
  18. package/dist/Components/Auth/SetNewPasswordPage.d.ts +0 -1
  19. package/dist/Components/Auth/SignupPage.d.ts +0 -1
  20. package/dist/Components/Auth/index.d.ts +0 -5
  21. package/dist/Components/Auth/useAuth.d.ts +0 -26
  22. package/dist/Components/Gaming/Modal.d.ts +0 -4
  23. package/dist/Components/Gaming/Quests.d.ts +0 -1
  24. package/dist/Components/Gaming/hooks/useQuests.d.ts +0 -12
  25. package/dist/Components/Gaming/index.d.ts +0 -2
  26. package/dist/Components/Input/Autocomplete.d.ts +0 -7
  27. package/dist/Components/Input/ComboBoxInput.d.ts +0 -8
  28. package/dist/Components/Input/SelectBox.d.ts +0 -16
  29. package/dist/Components/Input/TextAreaInput.d.ts +0 -13
  30. package/dist/Components/Input/TextInput.d.ts +0 -16
  31. package/dist/Components/Input/index.d.ts +0 -3
  32. package/dist/Components/Map/ItemForm.d.ts +0 -16
  33. package/dist/Components/Map/ItemView.d.ts +0 -14
  34. package/dist/Components/Map/Layer.d.ts +0 -2
  35. package/dist/Components/Map/Permissions.d.ts +0 -7
  36. package/dist/Components/Map/Subcomponents/AddButton.d.ts +0 -3
  37. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +0 -6
  38. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +0 -1
  39. package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +0 -1
  40. package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +0 -1
  41. package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +0 -3
  42. package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +0 -1
  43. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +0 -1
  44. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +0 -1
  45. package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +0 -1
  46. package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +0 -2
  47. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +0 -18
  48. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +0 -7
  49. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +0 -6
  50. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +0 -9
  51. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +0 -7
  52. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +0 -7
  53. package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +0 -4
  54. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +0 -6
  55. package/dist/Components/Map/Subcomponents/ItemViewPopup.d.ts +0 -8
  56. package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +0 -3
  57. package/dist/Components/Map/Tags.d.ts +0 -6
  58. package/dist/Components/Map/UtopiaMap.d.ts +0 -4
  59. package/dist/Components/Map/UtopiaMapInner.d.ts +0 -4
  60. package/dist/Components/Map/hooks/useClusterRef.d.ts +0 -11
  61. package/dist/Components/Map/hooks/useDebounce.d.ts +0 -1
  62. package/dist/Components/Map/hooks/useFilter.d.ts +0 -40
  63. package/dist/Components/Map/hooks/useItems.d.ts +0 -26
  64. package/dist/Components/Map/hooks/useLayers.d.ts +0 -13
  65. package/dist/Components/Map/hooks/useLeafletRefs.d.ts +0 -21
  66. package/dist/Components/Map/hooks/usePermissions.d.ts +0 -23
  67. package/dist/Components/Map/hooks/useSelectPosition.d.ts +0 -23
  68. package/dist/Components/Map/hooks/useTags.d.ts +0 -23
  69. package/dist/Components/Map/hooks/useTimeout.d.ts +0 -4
  70. package/dist/Components/Map/hooks/useWindowDimension.d.ts +0 -4
  71. package/dist/Components/Map/index.d.ts +0 -13
  72. package/dist/Components/Map/setItemLocation.d.ts +0 -1
  73. package/dist/Components/Profile/ProfileForm.d.ts +0 -1
  74. package/dist/Components/Profile/ProfileView.d.ts +0 -4
  75. package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +0 -10
  76. package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +0 -7
  77. package/dist/Components/Profile/Subcomponents/ColorPicker.d.ts +0 -6
  78. package/dist/Components/Profile/Subcomponents/ContactInfo.d.ts +0 -8
  79. package/dist/Components/Profile/Subcomponents/ContactInfoForm.d.ts +0 -5
  80. package/dist/Components/Profile/Subcomponents/ContactInfoView.d.ts +0 -5
  81. package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +0 -5
  82. package/dist/Components/Profile/Subcomponents/GalleryView.d.ts +0 -6
  83. package/dist/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +0 -6
  84. package/dist/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +0 -18
  85. package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +0 -7
  86. package/dist/Components/Profile/Subcomponents/MarkdownHint.d.ts +0 -1
  87. package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +0 -7
  88. package/dist/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +0 -5
  89. package/dist/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +0 -4
  90. package/dist/Components/Profile/Subcomponents/ProfileSubHeader.d.ts +0 -7
  91. package/dist/Components/Profile/Subcomponents/ProfileTextForm.d.ts +0 -10
  92. package/dist/Components/Profile/Subcomponents/ProfileTextView.d.ts +0 -7
  93. package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +0 -6
  94. package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +0 -6
  95. package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +0 -6
  96. package/dist/Components/Profile/Subcomponents/TagsWidget.d.ts +0 -6
  97. package/dist/Components/Profile/Templates/FlexForm.d.ts +0 -7
  98. package/dist/Components/Profile/Templates/FlexView.d.ts +0 -4
  99. package/dist/Components/Profile/Templates/OnepagerForm.d.ts +0 -7
  100. package/dist/Components/Profile/Templates/OnepagerView.d.ts +0 -4
  101. package/dist/Components/Profile/Templates/SimpleForm.d.ts +0 -4
  102. package/dist/Components/Profile/Templates/SimpleView.d.ts +0 -4
  103. package/dist/Components/Profile/Templates/TabsForm.d.ts +0 -10
  104. package/dist/Components/Profile/Templates/TabsView.d.ts +0 -13
  105. package/dist/Components/Profile/UserSettings.d.ts +0 -1
  106. package/dist/Components/Profile/hooks/useClickOutside.d.ts +0 -2
  107. package/dist/Components/Profile/index.d.ts +0 -4
  108. package/dist/Components/Profile/itemFunctions.d.ts +0 -5
  109. package/dist/Components/Templates/AttestationForm.d.ts +0 -4
  110. package/dist/Components/Templates/CardPage.d.ts +0 -9
  111. package/dist/Components/Templates/CircleLayout.d.ts +0 -5
  112. package/dist/Components/Templates/DateUserInfo.d.ts +0 -4
  113. package/dist/Components/Templates/DialogModal.d.ts +0 -11
  114. package/dist/Components/Templates/EmojiPicker.d.ts +0 -10
  115. package/dist/Components/Templates/ItemCard.d.ts +0 -7
  116. package/dist/Components/Templates/MapOverlayPage.d.ts +0 -6
  117. package/dist/Components/Templates/MarketView.d.ts +0 -1
  118. package/dist/Components/Templates/MoonCalendar.d.ts +0 -1
  119. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +0 -5
  120. package/dist/Components/Templates/SelectUser.d.ts +0 -1
  121. package/dist/Components/Templates/TagView.d.ts +0 -7
  122. package/dist/Components/Templates/TitleCard.d.ts +0 -10
  123. package/dist/Components/Templates/index.d.ts +0 -8
  124. package/dist/Components/Typography/ErrorText.d.ts +0 -5
  125. package/dist/Components/Typography/Subtitle.d.ts +0 -5
  126. package/dist/Utils/ContainsUUID.d.ts +0 -1
  127. package/dist/Utils/FormatTags.d.ts +0 -2
  128. package/dist/Utils/GetValue.d.ts +0 -1
  129. package/dist/Utils/HashTagRegex.d.ts +0 -1
  130. package/dist/Utils/MarkerIconFactory.d.ts +0 -2
  131. package/dist/Utils/Moon.d.ts +0 -7
  132. package/dist/Utils/RandomColor.d.ts +0 -1
  133. package/dist/Utils/ReplaceURLs.d.ts +0 -3
  134. package/dist/Utils/ReverseGeocoder.d.ts +0 -1
  135. package/dist/Utils/TimeAgo.d.ts +0 -1
  136. package/dist/index.d.ts +0 -15
  137. package/dist/types/Components/AppShell/AppShell.d.ts +0 -8
  138. package/dist/types/Components/AppShell/Content.d.ts +0 -6
  139. package/dist/types/Components/AppShell/ContextWrapper.d.ts +0 -6
  140. package/dist/types/Components/AppShell/NavBar.d.ts +0 -4
  141. package/dist/types/Components/AppShell/SetAppState.d.ts +0 -5
  142. package/dist/types/Components/AppShell/SideBar.d.ts +0 -13
  143. package/dist/types/Components/AppShell/SidebarSubmenu.d.ts +0 -8
  144. package/dist/types/Components/AppShell/Sitemap.d.ts +0 -3
  145. package/dist/types/Components/AppShell/hooks/useAppState.d.ts +0 -17
  146. package/dist/types/Components/AppShell/hooks/useAssets.d.ts +0 -13
  147. package/dist/types/Components/AppShell/index.d.ts +0 -4
  148. package/dist/types/Components/Auth/LoginPage.d.ts +0 -1
  149. package/dist/types/Components/Auth/RequestPasswordPage.d.ts +0 -3
  150. package/dist/types/Components/Auth/SetNewPasswordPage.d.ts +0 -1
  151. package/dist/types/Components/Auth/SignupPage.d.ts +0 -1
  152. package/dist/types/Components/Auth/index.d.ts +0 -5
  153. package/dist/types/Components/Auth/useAuth.d.ts +0 -26
  154. package/dist/types/Components/Gaming/Modal.d.ts +0 -5
  155. package/dist/types/Components/Gaming/Quests.d.ts +0 -1
  156. package/dist/types/Components/Gaming/hooks/useQuests.d.ts +0 -13
  157. package/dist/types/Components/Gaming/index.d.ts +0 -2
  158. package/dist/types/Components/Input/Autocomplete.d.ts +0 -7
  159. package/dist/types/Components/Input/ComboBoxInput.d.ts +0 -8
  160. package/dist/types/Components/Input/SelectBox.d.ts +0 -16
  161. package/dist/types/Components/Input/TextAreaInput.d.ts +0 -12
  162. package/dist/types/Components/Input/TextInput.d.ts +0 -16
  163. package/dist/types/Components/Input/index.d.ts +0 -3
  164. package/dist/types/Components/Map/ItemForm.d.ts +0 -17
  165. package/dist/types/Components/Map/ItemView.d.ts +0 -14
  166. package/dist/types/Components/Map/Layer.d.ts +0 -2
  167. package/dist/types/Components/Map/Permissions.d.ts +0 -6
  168. package/dist/types/Components/Map/Subcomponents/AddButton.d.ts +0 -4
  169. package/dist/types/Components/Map/Subcomponents/Controls/Control.d.ts +0 -6
  170. package/dist/types/Components/Map/Subcomponents/Controls/FilterControl.d.ts +0 -1
  171. package/dist/types/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +0 -1
  172. package/dist/types/Components/Map/Subcomponents/Controls/LayerControl.d.ts +0 -1
  173. package/dist/types/Components/Map/Subcomponents/Controls/LocateControl.d.ts +0 -3
  174. package/dist/types/Components/Map/Subcomponents/Controls/QuestControl.d.ts +0 -1
  175. package/dist/types/Components/Map/Subcomponents/Controls/SearchControl.d.ts +0 -1
  176. package/dist/types/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +0 -1
  177. package/dist/types/Components/Map/Subcomponents/Controls/TagsControl.d.ts +0 -1
  178. package/dist/types/Components/Map/Subcomponents/ItemFormPopup.d.ts +0 -2
  179. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +0 -17
  180. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +0 -8
  181. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +0 -6
  182. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +0 -9
  183. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +0 -7
  184. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +0 -7
  185. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +0 -4
  186. package/dist/types/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +0 -7
  187. package/dist/types/Components/Map/Subcomponents/ItemViewPopup.d.ts +0 -8
  188. package/dist/types/Components/Map/Subcomponents/SelectPosition.d.ts +0 -3
  189. package/dist/types/Components/Map/Tags.d.ts +0 -5
  190. package/dist/types/Components/Map/UtopiaMap.d.ts +0 -4
  191. package/dist/types/Components/Map/UtopiaMapInner.d.ts +0 -4
  192. package/dist/types/Components/Map/hooks/useClusterRef.d.ts +0 -12
  193. package/dist/types/Components/Map/hooks/useDebounce.d.ts +0 -1
  194. package/dist/types/Components/Map/hooks/useFilter.d.ts +0 -40
  195. package/dist/types/Components/Map/hooks/useItems.d.ts +0 -26
  196. package/dist/types/Components/Map/hooks/useLayers.d.ts +0 -14
  197. package/dist/types/Components/Map/hooks/useLeafletRefs.d.ts +0 -22
  198. package/dist/types/Components/Map/hooks/usePermissions.d.ts +0 -20
  199. package/dist/types/Components/Map/hooks/useSelectPosition.d.ts +0 -22
  200. package/dist/types/Components/Map/hooks/useTags.d.ts +0 -22
  201. package/dist/types/Components/Map/hooks/useTimeout.d.ts +0 -4
  202. package/dist/types/Components/Map/hooks/useWindowDimension.d.ts +0 -4
  203. package/dist/types/Components/Map/index.d.ts +0 -13
  204. package/dist/types/Components/Map/setItemLocation.d.ts +0 -1
  205. package/dist/types/Components/Profile/ProfileForm.d.ts +0 -1
  206. package/dist/types/Components/Profile/ProfileView.d.ts +0 -4
  207. package/dist/types/Components/Profile/Subcomponents/ActionsButton.d.ts +0 -11
  208. package/dist/types/Components/Profile/Subcomponents/AvatarWidget.d.ts +0 -8
  209. package/dist/types/Components/Profile/Subcomponents/ColorPicker.d.ts +0 -6
  210. package/dist/types/Components/Profile/Subcomponents/ContactInfoForm.d.ts +0 -5
  211. package/dist/types/Components/Profile/Subcomponents/ContactInfoView.d.ts +0 -5
  212. package/dist/types/Components/Profile/Subcomponents/FormHeader.d.ts +0 -5
  213. package/dist/types/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +0 -6
  214. package/dist/types/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +0 -17
  215. package/dist/types/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +0 -10
  216. package/dist/types/Components/Profile/Subcomponents/MarkdownHint.d.ts +0 -1
  217. package/dist/types/Components/Profile/Subcomponents/PlusButton.d.ts +0 -7
  218. package/dist/types/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +0 -5
  219. package/dist/types/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +0 -4
  220. package/dist/types/Components/Profile/Subcomponents/ProfileTextForm.d.ts +0 -9
  221. package/dist/types/Components/Profile/Subcomponents/ProfileTextView.d.ts +0 -7
  222. package/dist/types/Components/Profile/Subcomponents/RelationCard.d.ts +0 -6
  223. package/dist/types/Components/Profile/Subcomponents/SocialShareBar.d.ts +0 -6
  224. package/dist/types/Components/Profile/Subcomponents/SocialShareButton.d.ts +0 -6
  225. package/dist/types/Components/Profile/Subcomponents/TagsWidget.d.ts +0 -6
  226. package/dist/types/Components/Profile/Templates/FlexForm.d.ts +0 -6
  227. package/dist/types/Components/Profile/Templates/FlexView.d.ts +0 -4
  228. package/dist/types/Components/Profile/Templates/OnepagerForm.d.ts +0 -6
  229. package/dist/types/Components/Profile/Templates/OnepagerView.d.ts +0 -4
  230. package/dist/types/Components/Profile/Templates/SimpleForm.d.ts +0 -4
  231. package/dist/types/Components/Profile/Templates/SimpleView.d.ts +0 -4
  232. package/dist/types/Components/Profile/Templates/TabsForm.d.ts +0 -10
  233. package/dist/types/Components/Profile/Templates/TabsView.d.ts +0 -12
  234. package/dist/types/Components/Profile/UserSettings.d.ts +0 -1
  235. package/dist/types/Components/Profile/hooks/useClickOutside.d.ts +0 -2
  236. package/dist/types/Components/Profile/index.d.ts +0 -4
  237. package/dist/types/Components/Profile/itemFunctions.d.ts +0 -5
  238. package/dist/types/Components/Templates/AttestationForm.d.ts +0 -4
  239. package/dist/types/Components/Templates/CardPage.d.ts +0 -10
  240. package/dist/types/Components/Templates/CircleLayout.d.ts +0 -5
  241. package/dist/types/Components/Templates/DateUserInfo.d.ts +0 -4
  242. package/dist/types/Components/Templates/DialogModal.d.ts +0 -12
  243. package/dist/types/Components/Templates/EmojiPicker.d.ts +0 -8
  244. package/dist/types/Components/Templates/ItemCard.d.ts +0 -8
  245. package/dist/types/Components/Templates/MapOverlayPage.d.ts +0 -7
  246. package/dist/types/Components/Templates/MarketView.d.ts +0 -1
  247. package/dist/types/Components/Templates/MoonCalendar.d.ts +0 -1
  248. package/dist/types/Components/Templates/OverlayItemsIndexPage.d.ts +0 -6
  249. package/dist/types/Components/Templates/SelectUser.d.ts +0 -1
  250. package/dist/types/Components/Templates/TagView.d.ts +0 -7
  251. package/dist/types/Components/Templates/TitleCard.d.ts +0 -11
  252. package/dist/types/Components/Templates/index.d.ts +0 -8
  253. package/dist/types/Components/Typography/ErrorText.d.ts +0 -5
  254. package/dist/types/Components/Typography/Subtitle.d.ts +0 -6
  255. package/dist/types/Utils/FormatTags.d.ts +0 -2
  256. package/dist/types/Utils/GetValue.d.ts +0 -1
  257. package/dist/types/Utils/HashTagRegex.d.ts +0 -1
  258. package/dist/types/Utils/MarkerIconFactory.d.ts +0 -2
  259. package/dist/types/Utils/Moon.d.ts +0 -7
  260. package/dist/types/Utils/RandomColor.d.ts +0 -1
  261. package/dist/types/Utils/ReplaceURLs.d.ts +0 -3
  262. package/dist/types/Utils/ReverseGeocoder.d.ts +0 -1
  263. package/dist/types/Utils/TimeAgo.d.ts +0 -1
  264. package/dist/types/index.d.ts +0 -13
  265. package/dist/types/types.d.ts +0 -169
  266. package/dist/types.d.ts +0 -169
@@ -1,13 +0,0 @@
1
- export { UtopiaMap } from './UtopiaMap';
2
- export { Layer } from './Layer';
3
- export { Tags } from './Tags';
4
- export { Permissions } from './Permissions';
5
- export { ItemForm } from './ItemForm';
6
- export { ItemView } from './ItemView';
7
- export { PopupTextAreaInput } from './Subcomponents/ItemPopupComponents/PopupTextAreaInput';
8
- export { PopupStartEndInput } from './Subcomponents/ItemPopupComponents/PopupStartEndInput';
9
- export { PopupTextInput } from './Subcomponents/ItemPopupComponents/PopupTextInput';
10
- export { PopupCheckboxInput } from './Subcomponents/ItemPopupComponents/PopupCheckboxInput';
11
- export { TextView } from './Subcomponents/ItemPopupComponents/TextView';
12
- export { StartEndView } from './Subcomponents/ItemPopupComponents/StartEndView';
13
- export { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton';
@@ -1 +0,0 @@
1
- export declare const setItemLocation: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function ProfileForm(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { ItemsApi } from '#src/types';
2
- export declare function ProfileView({ attestationApi }: {
3
- attestationApi?: ItemsApi<any>;
4
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,11 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, colorField, collection, customStyle, }: {
3
- triggerAddButton?: any;
4
- triggerItemSelected?: any;
5
- existingRelations: Item[];
6
- itemType?: string;
7
- colorField?: string;
8
- collection?: string;
9
- customStyle?: string;
10
- item: Item;
11
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import 'react-image-crop/dist/ReactCrop.css';
3
- interface AvatarWidgetProps {
4
- avatar: string;
5
- setAvatar: React.Dispatch<React.SetStateAction<any>>;
6
- }
7
- export declare const AvatarWidget: React.FC<AvatarWidgetProps>;
8
- export {};
@@ -1,6 +0,0 @@
1
- import './ColorPicker.css';
2
- export declare const ColorPicker: ({ color, onChange, className }: {
3
- color: any;
4
- onChange: any;
5
- className: any;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { FormState } from '#src/types';
2
- export declare const ContactInfoForm: ({ state, setState, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const ContactInfoView: ({ item, heading }: {
3
- item: Item;
4
- heading: string;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const FormHeader: ({ item, state, setState }: {
2
- item: any;
3
- state: any;
4
- setState: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const GroupSubHeaderView: ({ item, shareBaseUrl, platforms, }: {
3
- item: Item;
4
- shareBaseUrl: string;
5
- platforms?: string[] | undefined;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,17 +0,0 @@
1
- import { Item, FormState } from '#src/types';
2
- interface groupType {
3
- groupTypes_id: {
4
- name: string;
5
- color: string;
6
- image: string;
7
- markerIcon: string;
8
- };
9
- }
10
- export declare const GroupSubheaderForm: ({ state, setState, groupStates, groupTypes, }: {
11
- state: FormState;
12
- setState: React.Dispatch<React.SetStateAction<any>>;
13
- item: Item;
14
- groupStates?: string[] | undefined;
15
- groupTypes?: groupType[] | undefined;
16
- }) => import("react/jsx-runtime").JSX.Element;
17
- export {};
@@ -1,10 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare function LinkedItemsHeaderView({ item, unlinkCallback, itemNameField, itemAvatarField, loading, unlinkPermission, itemSubnameField, }: {
3
- item: Item;
4
- unlinkCallback?: any;
5
- itemNameField?: string;
6
- itemAvatarField?: string;
7
- itemSubnameField?: string;
8
- loading?: boolean;
9
- unlinkPermission: boolean;
10
- }): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MarkdownHint: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { LayerProps } from '#src/types';
2
- export declare function PlusButton({ layer, triggerAction, color, collection, }: {
3
- layer?: LayerProps;
4
- triggerAction: any;
5
- color: string;
6
- collection?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const ProfileStartEndForm: ({ item, setState, }: {
3
- item: Item;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const ProfileStartEndView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +0,0 @@
1
- import { FormState } from '#src/types';
2
- export declare const ProfileTextForm: ({ state, setState, dataField, heading, size, hideInputLabel, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- dataField?: string | undefined;
6
- heading: string;
7
- size: string;
8
- hideInputLabel: boolean;
9
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const ProfileTextView: ({ item, dataField, heading, hideWhenEmpty, }: {
3
- item: Item;
4
- dataField: string;
5
- heading: string;
6
- hideWhenEmpty: boolean;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const RelationCard: ({ title, description, imageSrc }: {
2
- title: any;
3
- description: any;
4
- imageSrc: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default RelationCard;
@@ -1,6 +0,0 @@
1
- declare const SocialShareBar: ({ url, title, platforms, }: {
2
- url: string;
3
- title: string;
4
- platforms?: string[] | undefined;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default SocialShareBar;
@@ -1,6 +0,0 @@
1
- declare const SocialShareButton: ({ platform, url, title, }: {
2
- platform: string;
3
- url: string;
4
- title: string;
5
- }) => import("react/jsx-runtime").JSX.Element | null;
6
- export default SocialShareButton;
@@ -1,6 +0,0 @@
1
- export declare const TagsWidget: ({ placeholder, containerStyle, defaultTags, onUpdate }: {
2
- placeholder: any;
3
- containerStyle: any;
4
- defaultTags: any;
5
- onUpdate: any;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import { Item, FormState } from '#src/types';
2
- export declare const FlexForm: ({ item, state, setState, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- item: Item;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const FlexView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import { FormState, Item } from '#src/types';
2
- export declare const OnepagerForm: ({ item, state, setState, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- item: Item;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const OnepagerView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- export declare const SimpleForm: ({ state, setState }: {
2
- state: any;
3
- setState: any;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const SimpleView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- export declare const TabsForm: ({ item, state, setState, updatePermission, linkItem, unlinkItem, loading, setUrlParams, }: {
2
- item: any;
3
- state: any;
4
- setState: any;
5
- updatePermission: any;
6
- linkItem: any;
7
- unlinkItem: any;
8
- loading: any;
9
- setUrlParams: any;
10
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +0,0 @@
1
- import { Item, Tag } from '#src/types';
2
- export declare const TabsView: ({ attestations, item, offers, needs, relations, updatePermission, loading, linkItem, unlinkItem, }: {
3
- attestations: any[];
4
- item: Item;
5
- offers: Tag[];
6
- needs: Tag[];
7
- relations: Item[];
8
- updatePermission: boolean;
9
- loading: boolean;
10
- linkItem: (id: string) => Promise<void>;
11
- unlinkItem: (id: string) => Promise<void>;
12
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function UserSettings(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- declare const useClickOutside: (ref: any, handler: any) => void;
2
- export default useClickOutside;
@@ -1,4 +0,0 @@
1
- export { UserSettings } from './UserSettings';
2
- export { PlusButton } from './Subcomponents/PlusButton';
3
- export { ProfileView } from './ProfileView';
4
- export { ProfileForm } from './ProfileForm';
@@ -1,5 +0,0 @@
1
- export declare const submitNewItem: (evt: any, type: string, item: any, user: any, setLoading: any, tags: any, addTag: any, addItem: any, linkItem: any, resetFilterTags: any, layers: any, addItemPopupType: any, setAddItemPopupType: any) => Promise<void>;
2
- export declare const linkItem: (id: string, item: any, updateItem: any) => Promise<void>;
3
- export declare const unlinkItem: (id: string, item: any, updateItem: any) => Promise<void>;
4
- export declare const handleDelete: (event: React.MouseEvent<HTMLElement>, item: any, setLoading: any, removeItem: any, map: any, navigate: any) => Promise<void>;
5
- export declare const onUpdateItem: (state: any, item: any, tags: any, addTag: any, setLoading: any, navigate: any, updateItem: any, addItem: any, user: any, params: any) => Promise<void>;
@@ -1,4 +0,0 @@
1
- import { ItemsApi } from '#src/types';
2
- export declare const AttestationForm: ({ api }: {
3
- api?: ItemsApi<any> | undefined;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function CardPage({ title, hideTitle, children, parents, }: {
3
- title: string;
4
- hideTitle?: boolean;
5
- children?: React.ReactNode;
6
- parents?: {
7
- name: string;
8
- path: string;
9
- }[];
10
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const CircleLayout: ({ items, radius, fontSize, }: {
2
- items: any;
3
- radius: number;
4
- fontSize: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const DateUserInfo: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- interface Props {
3
- title: string;
4
- isOpened: boolean;
5
- onClose: () => void;
6
- children: React.ReactNode;
7
- showCloseButton?: boolean;
8
- closeOnClickOutside?: boolean;
9
- className?: string;
10
- }
11
- declare const DialogModal: ({ title, isOpened, onClose, children, showCloseButton, closeOnClickOutside, className, }: Props) => import("react/jsx-runtime").JSX.Element;
12
- export default DialogModal;
@@ -1,8 +0,0 @@
1
- export declare const EmojiPicker: ({ selectedEmoji, selectedColor, selectedShape, setSelectedEmoji, setSelectedColor, setSelectedShape, }: {
2
- selectedEmoji: any;
3
- selectedColor: any;
4
- selectedShape: any;
5
- setSelectedEmoji: any;
6
- setSelectedColor: any;
7
- setSelectedShape: any;
8
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { Item } from '#src/types';
2
- export declare const ItemCard: ({ i, loading, url, parameterField, deleteCallback, }: {
3
- i: Item;
4
- loading: boolean;
5
- url: string;
6
- parameterField: string;
7
- deleteCallback: any;
8
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function MapOverlayPage({ children, className, backdrop, card, }: {
3
- children: React.ReactNode;
4
- className?: string;
5
- backdrop?: boolean;
6
- card?: boolean;
7
- }): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MarketView: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MoonCalendar: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- export declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, plusButton, }: {
2
- layerName: string;
3
- url: string;
4
- parameterField: string;
5
- plusButton?: boolean | undefined;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const SelectUser: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { Tag } from '#src/types';
2
- export declare const TagView: ({ tag, heighlight, onClick, count, }: {
3
- tag: Tag;
4
- heighlight?: boolean | undefined;
5
- onClick?: (() => void) | undefined;
6
- count?: number | undefined;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- interface TitleCardProps {
3
- title?: string;
4
- hideTitle?: boolean;
5
- children?: React.ReactNode;
6
- topMargin?: string;
7
- className?: string;
8
- TopSideButtons?: any;
9
- }
10
- export declare function TitleCard({ title, hideTitle, children, topMargin, TopSideButtons, className, }: TitleCardProps): import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,8 +0,0 @@
1
- export { CardPage } from './CardPage';
2
- export { TitleCard } from './TitleCard';
3
- export { MapOverlayPage } from './MapOverlayPage';
4
- export { MoonCalendar } from './MoonCalendar';
5
- export { SelectUser } from './SelectUser';
6
- export { OverlayItemsIndexPage } from './OverlayItemsIndexPage';
7
- export { AttestationForm } from './AttestationForm';
8
- export { MarketView } from './MarketView';
@@ -1,5 +0,0 @@
1
- declare function ErrorText({ styleClass, children }: {
2
- styleClass: any;
3
- children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export default ErrorText;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- declare function Subtitle({ styleClass, children }: {
3
- styleClass: string;
4
- children: React.ReactNode;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default Subtitle;
@@ -1,2 +0,0 @@
1
- export declare function decodeTag(string: string): string;
2
- export declare function encodeTag(string: string): string;
@@ -1 +0,0 @@
1
- export declare function getValue(obj: any, path: any): any;
@@ -1 +0,0 @@
1
- export declare const hashTagRegex: RegExp;
@@ -1,2 +0,0 @@
1
- declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon: string) => import("leaflet").DivIcon;
2
- export default MarkerIconFactory;
@@ -1,7 +0,0 @@
1
- export declare const LUNAR_MONTH = 29.530588853;
2
- export declare const getJulianDate: (date?: Date) => number;
3
- export declare const normalize: (value: number) => number;
4
- export declare const getLunarAgePercent: (date?: Date) => number;
5
- export declare const getLunarAge: (date?: Date) => number;
6
- export declare const getNextNewMoon: () => Date;
7
- export declare const getLastNewMoon: (date?: Date) => Date;
@@ -1 +0,0 @@
1
- export declare const randomColor: () => string;
@@ -1,3 +0,0 @@
1
- export declare const urlRegex: RegExp;
2
- export declare const mailRegex: RegExp;
3
- export declare function fixUrls(message: string): string;
@@ -1 +0,0 @@
1
- export declare function reverseGeocode(lat: number, lon: number): Promise<string>;
@@ -1 +0,0 @@
1
- export declare const timeAgo: (date: string | number | Date) => string;
@@ -1,13 +0,0 @@
1
- import './index.css';
2
- export { UtopiaMap, Layer, Tags, Permissions, ItemForm, ItemView, PopupTextAreaInput, PopupStartEndInput, PopupTextInput, PopupButton, TextView, StartEndView, PopupCheckboxInput, } from './Components/Map';
3
- export { AppShell, Content, SideBar, Sitemap } from './Components/AppShell';
4
- export { AuthProvider, useAuth, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage, } from './Components/Auth';
5
- export { UserSettings, ProfileView, ProfileForm } from './Components/Profile';
6
- export { Quests, Modal } from './Components/Gaming';
7
- export { TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm, MarketView, } from './Components/Templates';
8
- export { TextInput, TextAreaInput, SelectBox } from './Components/Input';
9
- declare global {
10
- interface Window {
11
- my_modal_3: any;
12
- }
13
- }