@rpg-engine/long-bow 0.8.192 → 0.8.194
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/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillInfoOverlay.tsx +100 -0
- package/src/components/SkillsContainer.tsx +15 -5
- package/src/constants/skillInfoData.ts +158 -0
- package/dist/components/Abstractions/ModalPortal.d.ts +0 -6
- package/dist/components/Abstractions/SlotsContainer.d.ts +0 -18
- package/dist/components/Arrow/SelectArrow.d.ts +0 -9
- package/dist/components/AsyncDropdown.d.ts +0 -14
- package/dist/components/Button.d.ts +0 -12
- package/dist/components/Character/CharacterSelection.d.ts +0 -13
- package/dist/components/Character/CharacterSkinSelectionModal.d.ts +0 -12
- package/dist/components/Character/SkinSelectionGrid.d.ts +0 -11
- package/dist/components/CharacterStatus/CharacterStatus.d.ts +0 -9
- package/dist/components/Chat/Chat.d.ts +0 -25
- package/dist/components/ChatRevamp/ChatContent.d.ts +0 -28
- package/dist/components/ChatRevamp/ChatRevamp.d.ts +0 -3
- package/dist/components/ChatRevamp/ChatTabs.d.ts +0 -11
- package/dist/components/ChatRevamp/ExpandButton.d.ts +0 -7
- package/dist/components/ChatRevamp/RecentChats.d.ts +0 -17
- package/dist/components/ChatRevamp/SearchCharacter.d.ts +0 -14
- package/dist/components/ChatRevamp/types.d.ts +0 -34
- package/dist/components/Chatdeprecated/ChatDeprecated.d.ts +0 -13
- package/dist/components/CheckButton.d.ts +0 -13
- package/dist/components/CheckItem.d.ts +0 -7
- package/dist/components/CircularController/CircularController.d.ts +0 -14
- package/dist/components/ConfirmModal.d.ts +0 -7
- package/dist/components/CraftBook/CraftBook.d.ts +0 -20
- package/dist/components/CraftBook/CraftingRecipe.d.ts +0 -14
- package/dist/components/CraftBook/CraftingTooltip.d.ts +0 -12
- package/dist/components/CraftBook/MockItems.d.ts +0 -2
- package/dist/components/CraftBook/components/CraftBookHeader.d.ts +0 -9
- package/dist/components/CraftBook/components/CraftBookPagination.d.ts +0 -0
- package/dist/components/CraftBook/components/CraftBookSearch.d.ts +0 -0
- package/dist/components/CraftBook/hooks/useCraftBookFilters.d.ts +0 -9
- package/dist/components/CraftBook/hooks/useFilteredItems.d.ts +0 -9
- package/dist/components/CraftBook/hooks/usePagination.d.ts +0 -13
- package/dist/components/CraftBook/hooks/useResponsiveSize.d.ts +0 -6
- package/dist/components/CraftBook/utils/calculateMaxCraftable.d.ts +0 -2
- package/dist/components/CraftBook/utils/modifyString.d.ts +0 -1
- package/dist/components/DCWallet/DCHistoryPanel.d.ts +0 -18
- package/dist/components/DCWallet/DCTransferPanel.d.ts +0 -21
- package/dist/components/DCWallet/DCWalletContent.d.ts +0 -27
- package/dist/components/DCWallet/DCWalletModal.d.ts +0 -6
- package/dist/components/DPad/JoystickDPad.d.ts +0 -23
- package/dist/components/DailyTasks/DailyRewardsTooltip.d.ts +0 -11
- package/dist/components/DailyTasks/DailyTaskItem.d.ts +0 -15
- package/dist/components/DailyTasks/DailyTasks.d.ts +0 -15
- package/dist/components/DailyTasks/GlobalDailyProgress.d.ts +0 -9
- package/dist/components/DailyTasks/TaskProgress.d.ts +0 -11
- package/dist/components/DailyTasks/TaskProgressDetails.d.ts +0 -7
- package/dist/components/DailyTasks/utils/dailyTasks.utils.d.ts +0 -8
- package/dist/components/DraggableContainer.d.ts +0 -27
- package/dist/components/Dropdown.d.ts +0 -13
- package/dist/components/DropdownSelectorContainer.d.ts +0 -13
- package/dist/components/Equipment/EquipmentSet.d.ts +0 -27
- package/dist/components/Friends/FriendList.d.ts +0 -22
- package/dist/components/Friends/SearchFriend.d.ts +0 -14
- package/dist/components/HistoryDialog.d.ts +0 -14
- package/dist/components/Image/ZoomableImage.d.ts +0 -5
- package/dist/components/ImageCarousel/ImageCarousel.d.ts +0 -12
- package/dist/components/ImageCarousel/SimpleImageCarousel.d.ts +0 -9
- package/dist/components/InformationCenter/InformationCenter.d.ts +0 -20
- package/dist/components/InformationCenter/InformationCenterCell.d.ts +0 -14
- package/dist/components/InformationCenter/InformationCenterTabView.d.ts +0 -19
- package/dist/components/InformationCenter/sections/bestiary/BestiaryAdvancedFilters.d.ts +0 -13
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterBestiarySection.d.ts +0 -15
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterNPCDetails.d.ts +0 -15
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterNPCTooltip.d.ts +0 -9
- package/dist/components/InformationCenter/sections/faq/InformationCenterFaqSection.d.ts +0 -9
- package/dist/components/InformationCenter/sections/items/InformationCenterItemDetails.d.ts +0 -11
- package/dist/components/InformationCenter/sections/items/InformationCenterItemTooltip.d.ts +0 -7
- package/dist/components/InformationCenter/sections/items/InformationCenterItemsSection.d.ts +0 -13
- package/dist/components/InformationCenter/sections/items/ItemsAdvancedFilters.d.ts +0 -11
- package/dist/components/InformationCenter/sections/tutorials/InformationCenterTutorialsSection.d.ts +0 -9
- package/dist/components/InformationCenter/shared/BaseInformationDetails.d.ts +0 -10
- package/dist/components/Input.d.ts +0 -5
- package/dist/components/InputRadio.d.ts +0 -10
- package/dist/components/InternalTabs/InternalTabs.d.ts +0 -18
- package/dist/components/Item/Cards/ItemInfo.d.ts +0 -10
- package/dist/components/Item/Cards/ItemInfoDisplay.d.ts +0 -10
- package/dist/components/Item/Cards/ItemInfoWrapper.d.ts +0 -12
- package/dist/components/Item/Cards/ItemTooltip.d.ts +0 -9
- package/dist/components/Item/Cards/MobileItemTooltip.d.ts +0 -18
- package/dist/components/Item/Inventory/DraggedItem.d.ts +0 -8
- package/dist/components/Item/Inventory/ErrorBoundary.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemContainer.d.ts +0 -35
- package/dist/components/Item/Inventory/ItemContainerTypes.d.ts +0 -6
- package/dist/components/Item/Inventory/ItemGem.d.ts +0 -11
- package/dist/components/Item/Inventory/ItemPropertyColorSelector.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemPropertySimpleHandler.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemQuantitySelector.d.ts +0 -7
- package/dist/components/Item/Inventory/ItemQuantitySelectorModal.d.ts +0 -8
- package/dist/components/Item/Inventory/ItemSlot.d.ts +0 -56
- package/dist/components/Item/Inventory/ItemSlotQty/ItemSlotQty.d.ts +0 -9
- package/dist/components/Item/Inventory/ItemSlotQuality.d.ts +0 -2
- package/dist/components/Item/Inventory/ItemSlotRarity.d.ts +0 -2
- package/dist/components/Item/Inventory/ItemSlotRenderer.d.ts +0 -11
- package/dist/components/Item/Inventory/ItemSlotTooltips.d.ts +0 -12
- package/dist/components/Item/Inventory/context/ItemSlotDetailsContext.d.ts +0 -30
- package/dist/components/Item/Inventory/context/ItemSlotDraggingContext.d.ts +0 -22
- package/dist/components/Item/Inventory/itemContainerHelper.d.ts +0 -6
- package/dist/components/Leaderboard/Leaderboard.d.ts +0 -13
- package/dist/components/Leaderboard/LeaderboardTable.d.ts +0 -7
- package/dist/components/ListMenu.d.ts +0 -13
- package/dist/components/LoginStreak/LoginStreakPanel.d.ts +0 -17
- package/dist/components/Marketplace/BlueprintSearchModal.d.ts +0 -19
- package/dist/components/Marketplace/BlueprintTable.d.ts +0 -9
- package/dist/components/Marketplace/BuyOrderDetailsModal.d.ts +0 -19
- package/dist/components/Marketplace/BuyOrderPanel.d.ts +0 -26
- package/dist/components/Marketplace/BuyOrderRows.d.ts +0 -24
- package/dist/components/Marketplace/BuyPanel.d.ts +0 -36
- package/dist/components/Marketplace/CharacterDetailModal.d.ts +0 -17
- package/dist/components/Marketplace/CharacterListingForm.d.ts +0 -15
- package/dist/components/Marketplace/CharacterListingModal.d.ts +0 -17
- package/dist/components/Marketplace/CharacterMarketplacePanel.d.ts +0 -22
- package/dist/components/Marketplace/CharacterMarketplaceRows.d.ts +0 -26
- package/dist/components/Marketplace/GroupedRowContainer.d.ts +0 -7
- package/dist/components/Marketplace/HistoryPanel.d.ts +0 -18
- package/dist/components/Marketplace/ManagmentPanel.d.ts +0 -21
- package/dist/components/Marketplace/Marketplace.d.ts +0 -96
- package/dist/components/Marketplace/MarketplaceBuyModal.d.ts +0 -10
- package/dist/components/Marketplace/MarketplaceRows.d.ts +0 -30
- package/dist/components/Marketplace/MarketplaceSettingsPanel.d.ts +0 -8
- package/dist/components/Marketplace/MyCharacterListingsPanel.d.ts +0 -22
- package/dist/components/Marketplace/filters/index.d.ts +0 -8
- package/dist/components/Multitab/Tab.d.ts +0 -9
- package/dist/components/Multitab/TabBody.d.ts +0 -13
- package/dist/components/Multitab/TabsContainer.d.ts +0 -28
- package/dist/components/NPCDialog/NPCDialog.d.ts +0 -16
- package/dist/components/NPCDialog/NPCDialogText.d.ts +0 -11
- package/dist/components/NPCDialog/NPCMultiDialog.d.ts +0 -15
- package/dist/components/NPCDialog/QuestionDialog/QuestionDialog.d.ts +0 -17
- package/dist/components/Pager.d.ts +0 -10
- package/dist/components/PartySystem/PartyCreate/PartyCreate.d.ts +0 -6
- package/dist/components/PartySystem/PartyCreate/index.d.ts +0 -1
- package/dist/components/PartySystem/PartyDashboard/PartyDashboard.d.ts +0 -6
- package/dist/components/PartySystem/PartyDashboard/PartyRows.d.ts +0 -11
- package/dist/components/PartySystem/PartyDashboard/index.d.ts +0 -2
- package/dist/components/PartySystem/PartyInvite/PartyInvite.d.ts +0 -6
- package/dist/components/PartySystem/PartyInvite/PlayersRows.d.ts +0 -9
- package/dist/components/PartySystem/PartyInvite/index.d.ts +0 -2
- package/dist/components/PartySystem/PartyManager/PartyManager.d.ts +0 -9
- package/dist/components/PartySystem/PartyManager/PartyManagerRows.d.ts +0 -12
- package/dist/components/PartySystem/PartyManager/index.d.ts +0 -2
- package/dist/components/PartySystem/index.d.ts +0 -5
- package/dist/components/PartySystem/mockedConstantes/index.d.ts +0 -1
- package/dist/components/PartySystem/mockedConstantes/mockedValues.d.ts +0 -9
- package/dist/components/ProgressBar.d.ts +0 -12
- package/dist/components/PropertySelect/PropertySelect.d.ts +0 -13
- package/dist/components/QuantitySelector/QuantitySelector.d.ts +0 -9
- package/dist/components/QuantitySelector/QuantitySelectorModal.d.ts +0 -14
- package/dist/components/Quests/QuestInfo/QuestInfo.d.ts +0 -15
- package/dist/components/Quests/QuestList.d.ts +0 -16
- package/dist/components/RPGUI/RPGUIContainer.d.ts +0 -15
- package/dist/components/RPGUI/RPGUIForceRenderStart.d.ts +0 -9
- package/dist/components/RPGUI/RPGUIOverrides.d.ts +0 -6
- package/dist/components/RPGUI/RPGUIRoot.d.ts +0 -9
- package/dist/components/RPGUI/RPGUIScrollbar.d.ts +0 -6
- package/dist/components/RadioButton.d.ts +0 -11
- package/dist/components/RadioInput/RadioButton.d.ts +0 -8
- package/dist/components/RadioInput/RadioInput.d.ts +0 -13
- package/dist/components/RadioInput/instruments.d.ts +0 -4
- package/dist/components/RangeSlider.d.ts +0 -15
- package/dist/components/ReadOnlyCheckItem.d.ts +0 -7
- package/dist/components/RelativeListMenu.d.ts +0 -17
- package/dist/components/ScrollList.d.ts +0 -15
- package/dist/components/ShopModal/ShopModal.d.ts +0 -7
- package/dist/components/Shortcuts/Shortcuts.d.ts +0 -13
- package/dist/components/Shortcuts/ShortcutsSetter.d.ts +0 -12
- package/dist/components/Shortcuts/SingleShortcut.d.ts +0 -1
- package/dist/components/Shortcuts/useShortcutCooldown.d.ts +0 -4
- package/dist/components/SimpleProgressBar.d.ts +0 -7
- package/dist/components/SkillProgressBar.d.ts +0 -18
- package/dist/components/SkillsContainer.d.ts +0 -12
- package/dist/components/SocialModal/SocialModal.d.ts +0 -6
- package/dist/components/Spellbook/Spell.d.ts +0 -15
- package/dist/components/Spellbook/Spellbook.d.ts +0 -22
- package/dist/components/Spellbook/cards/MobileSpellTooltip.d.ts +0 -15
- package/dist/components/Spellbook/cards/SpellInfo.d.ts +0 -7
- package/dist/components/Spellbook/cards/SpellInfoDisplay.d.ts +0 -7
- package/dist/components/Spellbook/cards/SpellInfoWrapper.d.ts +0 -10
- package/dist/components/Spellbook/cards/SpellTooltip.d.ts +0 -6
- package/dist/components/Spellbook/constants.d.ts +0 -3
- package/dist/components/Spellbook/mockSpells.d.ts +0 -2
- package/dist/components/StaticBook/StaticBook.d.ts +0 -7
- package/dist/components/Stepper.d.ts +0 -22
- package/dist/components/Store/CartView.d.ts +0 -39
- package/dist/components/Store/CountdownTimer.d.ts +0 -7
- package/dist/components/Store/FeaturedBanner.d.ts +0 -23
- package/dist/components/Store/MetadataCollector.d.ts +0 -9
- package/dist/components/Store/PaymentMethodModal.d.ts +0 -11
- package/dist/components/Store/PurchaseSuccess.d.ts +0 -18
- package/dist/components/Store/Store.d.ts +0 -77
- package/dist/components/Store/StoreBadges.d.ts +0 -13
- package/dist/components/Store/StoreCharacterSkinRow.d.ts +0 -12
- package/dist/components/Store/StoreItemDetails.d.ts +0 -17
- package/dist/components/Store/StoreItemRow.d.ts +0 -25
- package/dist/components/Store/TrustBar.d.ts +0 -9
- package/dist/components/Store/hooks/useStoreCart.d.ts +0 -20
- package/dist/components/Store/hooks/useStoreMetadata.d.ts +0 -15
- package/dist/components/Store/sections/StoreItemsSection.d.ts +0 -27
- package/dist/components/Store/sections/StorePacksSection.d.ts +0 -24
- package/dist/components/Table/Table.d.ts +0 -10
- package/dist/components/Text/HighlightedText.d.ts +0 -6
- package/dist/components/TextArea.d.ts +0 -4
- package/dist/components/TimeWidget/DayNightPeriod/DayNightPeriod.d.ts +0 -6
- package/dist/components/TimeWidget/TimeWidget.d.ts +0 -9
- package/dist/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/components/TradingMenu/PremiumLabel.d.ts +0 -7
- package/dist/components/TradingMenu/TradingItemRow.d.ts +0 -13
- package/dist/components/TradingMenu/TradingMenu.d.ts +0 -14
- package/dist/components/TradingMenu/items.mock.d.ts +0 -14
- package/dist/components/TradingMenu/useTradingGold.d.ts +0 -16
- package/dist/components/Truncate.d.ts +0 -7
- package/dist/components/Tutorial/TutorialStepper.d.ts +0 -16
- package/dist/components/itemSelector/GemSelector.d.ts +0 -11
- package/dist/components/itemSelector/ItemSelector.d.ts +0 -14
- package/dist/components/shared/AdvancedFilters/AdvancedFilters.d.ts +0 -24
- package/dist/components/shared/BaseTooltip.d.ts +0 -12
- package/dist/components/shared/CTAButton/CTAButton.d.ts +0 -14
- package/dist/components/shared/Card/Card.d.ts +0 -14
- package/dist/components/shared/Collapsible/Collapsible.d.ts +0 -9
- package/dist/components/shared/Column.d.ts +0 -8
- package/dist/components/shared/CustomScrollbar.d.ts +0 -9
- package/dist/components/shared/DCRateStrip.d.ts +0 -2
- package/dist/components/shared/Divider/Divider.d.ts +0 -7
- package/dist/components/shared/Ellipsis.d.ts +0 -10
- package/dist/components/shared/ItemRowWrapper.d.ts +0 -3
- package/dist/components/shared/LabelPill/LabelPill.d.ts +0 -9
- package/dist/components/shared/LabelPill/index.d.ts +0 -1
- package/dist/components/shared/PaginatedContent/PaginatedContent.d.ts +0 -27
- package/dist/components/shared/Pagination/Pagination.d.ts +0 -9
- package/dist/components/shared/Portal/Portal.d.ts +0 -6
- package/dist/components/shared/RadioOption.d.ts +0 -22
- package/dist/components/shared/ScalableContainer.d.ts +0 -7
- package/dist/components/shared/ScrollableContent/ScrollableContent.d.ts +0 -23
- package/dist/components/shared/SearchBar/SearchBar.d.ts +0 -10
- package/dist/components/shared/SearchHeader/SearchHeader.d.ts +0 -18
- package/dist/components/shared/SegmentedToggle/SegmentedToggle.d.ts +0 -12
- package/dist/components/shared/SegmentedToggle/index.d.ts +0 -1
- package/dist/components/shared/ShoppingCart/CartCard.d.ts +0 -14
- package/dist/components/shared/ShoppingCart/CartCardHorizontal.d.ts +0 -13
- package/dist/components/shared/SimpleTooltip.d.ts +0 -12
- package/dist/components/shared/SpriteFromAtlas.d.ts +0 -20
- package/dist/components/shared/Tabs/Tabs.d.ts +0 -13
- package/dist/components/shared/Tabs/index.d.ts +0 -1
- package/dist/components/typography/DynamicText.d.ts +0 -8
- package/dist/constants/uiBreakpoints.d.ts +0 -2
- package/dist/constants/uiColors.d.ts +0 -22
- package/dist/constants/uiDevices.d.ts +0 -1
- package/dist/constants/uiFonts.d.ts +0 -12
- package/dist/hooks/useCharacterSkinNavigation.d.ts +0 -7
- package/dist/hooks/useChat.d.ts +0 -19
- package/dist/hooks/useCursorPosition.d.ts +0 -6
- package/dist/hooks/useEventListener.d.ts +0 -1
- package/dist/hooks/useLocalStorage.d.ts +0 -1
- package/dist/hooks/useOutsideAlerter.d.ts +0 -1
- package/dist/hooks/usePackFiltering.d.ts +0 -7
- package/dist/hooks/useQuantityControl.d.ts +0 -10
- package/dist/hooks/useScrollOnDrag.d.ts +0 -11
- package/dist/hooks/useShortcuts.d.ts +0 -12
- package/dist/hooks/useStoreFiltering.d.ts +0 -11
- package/dist/hooks/useTapAndHold.d.ts +0 -10
- package/dist/hooks/useTooltipPosition.d.ts +0 -15
- package/dist/hooks/useTouchTarget.d.ts +0 -5
- package/dist/index.d.ts +0 -97
- package/dist/libs/CastingTypeHelper.d.ts +0 -1
- package/dist/libs/StringHelpers.d.ts +0 -1
- package/dist/libs/itemCounter.d.ts +0 -2
- package/dist/long-bow.cjs.development.js +0 -74195
- package/dist/long-bow.cjs.development.js.map +0 -1
- package/dist/long-bow.esm.js +0 -74059
- package/dist/long-bow.esm.js.map +0 -1
- package/dist/mocks/dailyTasks.mocks.d.ts +0 -2
- package/dist/mocks/equipmentSet.mocks.d.ts +0 -16
- package/dist/mocks/informationCenter.mocks.d.ts +0 -5
- package/dist/mocks/itemContainer.mocks.d.ts +0 -3
- package/dist/mocks/leaderboard.mocks.d.ts +0 -4
- package/dist/mocks/shortcut.mocks.d.ts +0 -19
- package/dist/mocks/skills.mocks.d.ts +0 -2
- package/dist/stories/Character/SkinSelectionGrid.stories.d.ts +0 -1
- package/dist/stories/Character/character/CharacterSelection.stories.d.ts +0 -4
- package/dist/stories/Character/character/CharacterSkinSelectionModal.stories.d.ts +0 -1
- package/dist/stories/Character/character/CharacterStatus.stories.d.ts +0 -5
- package/dist/stories/Character/equipment/EquipmentSet.stories.d.ts +0 -5
- package/dist/stories/Character/skills/SkillProgressBar.stories.d.ts +0 -5
- package/dist/stories/Character/skills/SkillsContainer.stories.d.ts +0 -5
- package/dist/stories/Features/chat/Chat.stories.d.ts +0 -5
- package/dist/stories/Features/chat/ChatDeprecated.stories.d.ts +0 -5
- package/dist/stories/Features/chat/ChatRevamp.stories.d.ts +0 -9
- package/dist/stories/Features/controller/CircullarController.stories.d.ts +0 -5
- package/dist/stories/Features/craftbook/CraftBook.stories.d.ts +0 -8
- package/dist/stories/Features/dailyTasks/DailyTasks.stories.d.ts +0 -1
- package/dist/stories/Features/friend/FriendList.stories.d.ts +0 -5
- package/dist/stories/Features/leaderboard/Leaderboard.stories.d.ts +0 -7
- package/dist/stories/Features/loginStreak/LoginStreakPanel.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BlueprintSearchModal.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BuyOrderPanel.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BuyOrderRows.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/CharacterDetailModal.stories.d.ts +0 -7
- package/dist/stories/Features/marketplace/CharacterListingModal.stories.d.ts +0 -8
- package/dist/stories/Features/marketplace/CharacterMarketplace.stories.d.ts +0 -11
- package/dist/stories/Features/marketplace/HistoryPanel.stories.d.ts +0 -1
- package/dist/stories/Features/party/PartyCreate.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyDashboard.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyInvite.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyManager.stories.d.ts +0 -6
- package/dist/stories/Features/quest/QuestInfo.stories.d.ts +0 -5
- package/dist/stories/Features/quest/QuestList.stories.d.ts +0 -8
- package/dist/stories/Features/shortcuts/Shortcuts.stories.d.ts +0 -5
- package/dist/stories/Features/spells/SpellInfoDisplay.stories.d.ts +0 -8
- package/dist/stories/Features/spells/Spellbook.stories.d.ts +0 -5
- package/dist/stories/Features/store/FeaturedBanner.stories.d.ts +0 -1
- package/dist/stories/Features/store/MetadataCollector.stories.d.ts +0 -1
- package/dist/stories/Features/store/PurchaseSuccess.stories.d.ts +0 -1
- package/dist/stories/Features/store/Store.stories.d.ts +0 -1
- package/dist/stories/Features/store/StoreBadges.stories.d.ts +0 -1
- package/dist/stories/Features/store/TrustBar.stories.d.ts +0 -1
- package/dist/stories/Features/trading/ItemTradingComponent.stories.d.ts +0 -5
- package/dist/stories/Features/trading/Marketplace.stories.d.ts +0 -4
- package/dist/stories/Features/trading/MarketplaceRows.stories.d.ts +0 -6
- package/dist/stories/Features/trading/TradingMenu.stories.d.ts +0 -5
- package/dist/stories/Features/weather/DayNightPeriod.stories.d.ts +0 -5
- package/dist/stories/Features/weather/TimeWidget.stories.d.ts +0 -5
- package/dist/stories/Item/ItemInfoDisplay.stories.d.ts +0 -8
- package/dist/stories/NPC/dialog/NPCDialog.stories.d.ts +0 -7
- package/dist/stories/NPC/dialog/NPCHistoryDialog.stories.d.ts +0 -5
- package/dist/stories/NPC/dialog/NPCMultiDialog.stories.d.ts +0 -5
- package/dist/stories/UI/RPGUI/RPGUIContainers.stories.d.ts +0 -5
- package/dist/stories/UI/books/StaticBook.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/Button.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/CTAButton.stories.d.ts +0 -18
- package/dist/stories/UI/buttonsAndInputs/CheckItem.stories.d.ts +0 -7
- package/dist/stories/UI/buttonsAndInputs/RadioButton.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/RadioInput.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/SegmentedToggle.stories.d.ts +0 -6
- package/dist/stories/UI/containers/DraggableContainer.stories.d.ts +0 -5
- package/dist/stories/UI/containers/ItemContainer.stories.d.ts +0 -11
- package/dist/stories/UI/dropdownsAndSelectors/Arrow.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/Dropdown.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/DropdownSelectorContainer.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/GemSelector.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/ItemPropertyColorSelector.stories.d.ts +0 -6
- package/dist/stories/UI/dropdownsAndSelectors/ItemQuantitySelector.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/ItemSelector.stories.d.ts +0 -4
- package/dist/stories/UI/dropdownsAndSelectors/PropertySelect.stories.d.ts +0 -5
- package/dist/stories/UI/images/ImageCarousel.stories.d.ts +0 -6
- package/dist/stories/UI/images/SimpleImageCarousel.stories.d.ts +0 -5
- package/dist/stories/UI/info/InformationCenter.stories.d.ts +0 -7
- package/dist/stories/UI/joystick/JoystickDPad.stories.d.ts +0 -6
- package/dist/stories/UI/lists/ListMenu.stories.d.ts +0 -5
- package/dist/stories/UI/lists/ScrollList.stories.d.ts +0 -5
- package/dist/stories/UI/modals/ConfirmModal.stories.d.ts +0 -5
- package/dist/stories/UI/modals/ShopModal.stories.d.ts +0 -5
- package/dist/stories/UI/progress/ProgressBar.stories.d.ts +0 -8
- package/dist/stories/UI/progress/SimpleProgressBar.stories.d.ts +0 -5
- package/dist/stories/UI/sliders/RangeSlider.stories.d.ts +0 -5
- package/dist/stories/UI/steppers/Stepper.stories.d.ts +0 -5
- package/dist/stories/UI/steppers/TutorialStepper.stories.d.ts +0 -5
- package/dist/stories/UI/tabs/InternalTabs.stories.d.ts +0 -7
- package/dist/stories/UI/tabs/Multitab.stories.d.ts +0 -6
- package/dist/stories/UI/text/LabelPill.stories.d.ts +0 -7
- package/dist/stories/UI/text/Text.stories.d.ts +0 -7
- package/dist/stories/shared/RadioOption.stories.d.ts +0 -8
- package/dist/types/eventTypes.d.ts +0 -4
- package/dist/utils/atlasUtils.d.ts +0 -2
- package/dist/utils/colorUtils.d.ts +0 -1
- package/dist/utils/itemUtils.d.ts +0 -8
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IInformationCenterItem, IInformationCenterNPC } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IInformationCenterItemDetailsProps {
|
|
4
|
-
item: IInformationCenterItem;
|
|
5
|
-
itemsAtlasJSON: Record<string, any>;
|
|
6
|
-
itemsAtlasIMG: string;
|
|
7
|
-
droppedBy: IInformationCenterNPC[];
|
|
8
|
-
onBack: () => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const InformationCenterItemDetails: React.FC<IInformationCenterItemDetailsProps>;
|
|
11
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IInformationCenterItem, IInformationCenterNPC } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IItemsSectionProps {
|
|
4
|
-
items: IInformationCenterItem[];
|
|
5
|
-
bestiaryItems: IInformationCenterNPC[];
|
|
6
|
-
itemsAtlasJSON: Record<string, any>;
|
|
7
|
-
itemsAtlasIMG: string;
|
|
8
|
-
initialSearchQuery: string;
|
|
9
|
-
tabId: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const formatItemType: (type: string) => string;
|
|
12
|
-
export declare const InformationCenterItemsSection: React.FC<IItemsSectionProps>;
|
|
13
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IItemsAdvancedFiltersProps {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
onToggle: () => void;
|
|
5
|
-
onTierChange: (value: string) => void;
|
|
6
|
-
onTypeChange: (value: string) => void;
|
|
7
|
-
selectedTier: string;
|
|
8
|
-
selectedType: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const ItemsAdvancedFilters: ({ isOpen, onToggle, onTierChange, onTypeChange, selectedTier, selectedType, }: IItemsAdvancedFiltersProps) => JSX.Element;
|
|
11
|
-
export {};
|
package/dist/components/InformationCenter/sections/tutorials/InformationCenterTutorialsSection.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IVideoGuide } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface ITutorialsSectionProps {
|
|
4
|
-
videoGuides: IVideoGuide[];
|
|
5
|
-
initialSearchQuery: string;
|
|
6
|
-
tabId: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const InformationCenterTutorialsSection: React.FC<ITutorialsSectionProps>;
|
|
9
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
export interface IBaseInformationDetailsProps {
|
|
3
|
-
name: string;
|
|
4
|
-
spriteKey: string;
|
|
5
|
-
atlasJSON: Record<string, any>;
|
|
6
|
-
atlasIMG: string;
|
|
7
|
-
onBack: () => void;
|
|
8
|
-
children?: ReactNode;
|
|
9
|
-
}
|
|
10
|
-
export declare const BaseInformationDetails: React.FC<IBaseInformationDetailsProps>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps extends React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> {
|
|
3
|
-
label: string;
|
|
4
|
-
name: string;
|
|
5
|
-
value: string;
|
|
6
|
-
isChecked: boolean;
|
|
7
|
-
onRadioSelect: (value: string) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const InputRadio: React.FC<IProps>;
|
|
10
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TabItem {
|
|
3
|
-
id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
content: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export interface TableTabProps {
|
|
8
|
-
tabs: TabItem[];
|
|
9
|
-
activeColor?: string;
|
|
10
|
-
activeTextColor: string;
|
|
11
|
-
inactiveColor?: string;
|
|
12
|
-
borderColor?: string;
|
|
13
|
-
hoverColor?: string;
|
|
14
|
-
onTabChange?: (tabId: string) => void;
|
|
15
|
-
activeTab?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const InternalTabs: React.FC<TableTabProps>;
|
|
18
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IItemInfoDisplayProps {
|
|
4
|
-
item: IItem;
|
|
5
|
-
atlasIMG: any;
|
|
6
|
-
atlasJSON: any;
|
|
7
|
-
equipmentSet?: IEquipmentSet | null;
|
|
8
|
-
isMobile?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare const ItemInfoDisplay: React.FC<IItemInfoDisplayProps>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IItemInfoWrapperProps {
|
|
4
|
-
item: IItem;
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
atlasIMG: any;
|
|
7
|
-
atlasJSON: any;
|
|
8
|
-
equipmentSet?: IEquipmentSet | null;
|
|
9
|
-
scale?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const ItemInfoWrapper: React.FC<IItemInfoWrapperProps>;
|
|
12
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IItemTooltipProps {
|
|
4
|
-
item: IItem;
|
|
5
|
-
atlasIMG: any;
|
|
6
|
-
atlasJSON: any;
|
|
7
|
-
equipmentSet?: IEquipmentSet | null;
|
|
8
|
-
}
|
|
9
|
-
export declare const ItemTooltip: React.FC<IItemTooltipProps>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IListMenuOption {
|
|
4
|
-
id: string;
|
|
5
|
-
text: string;
|
|
6
|
-
}
|
|
7
|
-
export interface MobileItemTooltipProps {
|
|
8
|
-
item: IItem;
|
|
9
|
-
atlasIMG: any;
|
|
10
|
-
atlasJSON: any;
|
|
11
|
-
closeTooltip: () => void;
|
|
12
|
-
equipmentSet?: IEquipmentSet | null;
|
|
13
|
-
scale?: number;
|
|
14
|
-
options?: IListMenuOption[];
|
|
15
|
-
onSelected?: (selectedOptionId: string) => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const MobileItemTooltip: React.FC<MobileItemTooltipProps>;
|
|
18
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { Component, ErrorInfo, ReactNode } from 'react';
|
|
2
|
-
interface Props {
|
|
3
|
-
children?: ReactNode;
|
|
4
|
-
}
|
|
5
|
-
interface State {
|
|
6
|
-
hasError: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class ErrorBoundary extends Component<Props, State> {
|
|
9
|
-
state: State;
|
|
10
|
-
static getDerivedStateFromError(_: Error): State;
|
|
11
|
-
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
12
|
-
render(): number | boolean | React.ReactFragment | JSX.Element | null | undefined;
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem, IItemContainer, IShortcut, ItemContainerType } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IPosition } from '../../../types/eventTypes';
|
|
4
|
-
export interface IItemContainerProps {
|
|
5
|
-
itemContainer: IItemContainer;
|
|
6
|
-
onClose?: () => void;
|
|
7
|
-
onItemClick?: (item: IItem, ItemType: IItem['type'], itemContainerType: ItemContainerType | null) => void;
|
|
8
|
-
onItemDragStart?: (item: IItem, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
9
|
-
onItemDragEnd?: (quantity?: number) => void;
|
|
10
|
-
onOutsideDrop?: (item: IItem, position: IPosition) => void;
|
|
11
|
-
onItemPlaceDrop?: (item: IItem | null, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
12
|
-
scale?: number;
|
|
13
|
-
checkIfItemCanBeMoved: () => boolean;
|
|
14
|
-
checkIfItemShouldDragEnd?: () => boolean;
|
|
15
|
-
onMouseOver?: (e: any, slotIndex: number, item: IItem | null) => void;
|
|
16
|
-
onSelected?: (optionId: string, item: IItem) => void;
|
|
17
|
-
type: ItemContainerType;
|
|
18
|
-
atlasJSON: any;
|
|
19
|
-
atlasIMG: any;
|
|
20
|
-
disableContextMenu?: boolean;
|
|
21
|
-
initialPosition?: {
|
|
22
|
-
x: number;
|
|
23
|
-
y: number;
|
|
24
|
-
};
|
|
25
|
-
shortcuts?: IShortcut[];
|
|
26
|
-
setItemShortcut?: (key: string, index: number) => void;
|
|
27
|
-
removeShortcut?: (index: number) => void;
|
|
28
|
-
equipmentSet?: IEquipmentSet | null;
|
|
29
|
-
isDepotSystem?: boolean;
|
|
30
|
-
onPositionChangeEnd?: (position: IPosition) => void;
|
|
31
|
-
onPositionChangeStart?: (position: IPosition) => void;
|
|
32
|
-
isFullScreen?: boolean;
|
|
33
|
-
opacity?: number;
|
|
34
|
-
}
|
|
35
|
-
export declare const ItemContainer: React.FC<IItemContainerProps>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IItem } from '@rpg-engine/shared';
|
|
3
|
-
interface IProps {
|
|
4
|
-
item: IItem;
|
|
5
|
-
}
|
|
6
|
-
export declare const gemColors: {
|
|
7
|
-
[key: string]: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const onRenderGems: (item: IItem) => JSX.Element | undefined;
|
|
10
|
-
export declare const ItemSlotQty: ({ item }: IProps) => JSX.Element;
|
|
11
|
-
export default ItemSlotQty;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IColorSelectorProps {
|
|
3
|
-
selectedColor: string;
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
onConfirm: (color: string) => void;
|
|
7
|
-
onChange: (color: string) => void;
|
|
8
|
-
costWarning?: {
|
|
9
|
-
cost: number;
|
|
10
|
-
currency?: string;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
export declare const ColorSelector: React.FC<IColorSelectorProps>;
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IItemPropertySimpleHandlerProps {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
selectedColor: string;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
onConfirm: (color: string) => void;
|
|
7
|
-
onChange: (color: string) => void;
|
|
8
|
-
costWarning?: {
|
|
9
|
-
cost: number;
|
|
10
|
-
currency?: string;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
export declare const ItemPropertySimpleHandler: React.FC<IItemPropertySimpleHandlerProps>;
|
|
14
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IQuantitySelect } from '../../QuantitySelector/QuantitySelectorModal';
|
|
3
|
-
interface IProps {
|
|
4
|
-
quantitySelect: IQuantitySelect;
|
|
5
|
-
setQuantitySelect: React.Dispatch<React.SetStateAction<IQuantitySelect>>;
|
|
6
|
-
}
|
|
7
|
-
export declare const ItemQuantitySelectorModal: ({ quantitySelect, setQuantitySelect, }: IProps) => JSX.Element;
|
|
8
|
-
export type { IQuantitySelect };
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem, IItemContainer, ItemContainerType, ItemSlotType, ItemType } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IPosition } from '../../../types/eventTypes';
|
|
4
|
-
export declare const EquipmentSlotSpriteByType: any;
|
|
5
|
-
interface IProps {
|
|
6
|
-
slotIndex: number;
|
|
7
|
-
item: IItem | null;
|
|
8
|
-
itemContainer?: IItemContainer | null;
|
|
9
|
-
itemContainerType?: ItemContainerType | null;
|
|
10
|
-
slotSpriteMask?: ItemSlotType | null;
|
|
11
|
-
onMouseOver?: (event: any, slotIndex: number, item: IItem | null, x: number, y: number) => void;
|
|
12
|
-
onMouseOut?: () => void;
|
|
13
|
-
onPointerDown: (ItemType: ItemType, itemContainerType: ItemContainerType | null, item: IItem) => void;
|
|
14
|
-
onDragStart?: (item: IItem, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
15
|
-
onDragEnd?: (quantity?: number) => void;
|
|
16
|
-
onOutsideDrop?: (item: IItem, position: IPosition) => void;
|
|
17
|
-
dragScale?: number;
|
|
18
|
-
checkIfItemCanBeMoved?: () => boolean;
|
|
19
|
-
checkIfItemShouldDragEnd?: () => boolean;
|
|
20
|
-
openQuantitySelector?: (maxQuantity: number, callback: () => void) => void;
|
|
21
|
-
onPlaceDrop?: (item: IItem | null, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
22
|
-
atlasJSON: any;
|
|
23
|
-
atlasIMG: any;
|
|
24
|
-
isContextMenuDisabled?: boolean;
|
|
25
|
-
isSelectingShortcut?: boolean;
|
|
26
|
-
equipmentSet?: IEquipmentSet | null;
|
|
27
|
-
setItemShortcut?: (item: IItem, shortcutIndex: number) => void;
|
|
28
|
-
isDepotSystem?: boolean;
|
|
29
|
-
}
|
|
30
|
-
interface IProps {
|
|
31
|
-
slotIndex: number;
|
|
32
|
-
item: IItem | null;
|
|
33
|
-
itemContainer?: IItemContainer | null;
|
|
34
|
-
itemContainerType?: ItemContainerType | null;
|
|
35
|
-
slotSpriteMask?: ItemSlotType | null;
|
|
36
|
-
onMouseOver?: (event: any, slotIndex: number, item: IItem | null, x: number, y: number) => void;
|
|
37
|
-
onMouseOut?: () => void;
|
|
38
|
-
onPointerDown: (ItemType: ItemType, itemContainerType: ItemContainerType | null, item: IItem) => void;
|
|
39
|
-
onDragStart?: (item: IItem, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
40
|
-
onDragEnd?: (quantity?: number) => void;
|
|
41
|
-
onOutsideDrop?: (item: IItem, position: IPosition) => void;
|
|
42
|
-
dragScale?: number;
|
|
43
|
-
checkIfItemCanBeMoved?: () => boolean;
|
|
44
|
-
checkIfItemShouldDragEnd?: () => boolean;
|
|
45
|
-
openQuantitySelector?: (maxQuantity: number, callback: () => void) => void;
|
|
46
|
-
onPlaceDrop?: (item: IItem | null, slotIndex: number, itemContainerType: ItemContainerType | null) => void;
|
|
47
|
-
atlasJSON: any;
|
|
48
|
-
atlasIMG: any;
|
|
49
|
-
isContextMenuDisabled?: boolean;
|
|
50
|
-
isSelectingShortcut?: boolean;
|
|
51
|
-
equipmentSet?: IEquipmentSet | null;
|
|
52
|
-
setItemShortcut?: (item: IItem, shortcutIndex: number) => void;
|
|
53
|
-
isDepotSystem?: boolean;
|
|
54
|
-
}
|
|
55
|
-
export declare const ItemSlot: React.FC<IProps>;
|
|
56
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IProps {
|
|
3
|
-
itemId: string;
|
|
4
|
-
stackQty: number;
|
|
5
|
-
qtyClassName: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const onRenderStackInfo: (itemId: string, stackQty: number) => JSX.Element | undefined;
|
|
8
|
-
export declare const ItemSlotQty: ({ itemId, stackQty, qtyClassName, }: IProps) => JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IItem, ItemContainerType, ItemSlotType } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IProps {
|
|
4
|
-
containerType: ItemContainerType | null | undefined;
|
|
5
|
-
atlasJSON: any;
|
|
6
|
-
atlasIMG: any;
|
|
7
|
-
slotSpriteMask: ItemSlotType | null | undefined;
|
|
8
|
-
item: IItem | null;
|
|
9
|
-
}
|
|
10
|
-
export declare const ItemSlotRenderer: React.FC<IProps>;
|
|
11
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IEquipmentSet, IItem } from '@rpg-engine/shared';
|
|
3
|
-
interface IProps {
|
|
4
|
-
dragScale: number | undefined;
|
|
5
|
-
onSelected?: (optionId: string, item: IItem) => void;
|
|
6
|
-
atlasIMG: any;
|
|
7
|
-
atlasJSON: any;
|
|
8
|
-
equipmentSet?: IEquipmentSet | null;
|
|
9
|
-
isContextMenuDisabled?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare const ItemSlotToolTips: ({ dragScale, onSelected, atlasIMG, atlasJSON, equipmentSet, isContextMenuDisabled, }: IProps) => JSX.Element;
|
|
12
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IContextMenuItem } from '../itemContainerHelper';
|
|
4
|
-
interface IPosition {
|
|
5
|
-
x: number;
|
|
6
|
-
y: number;
|
|
7
|
-
}
|
|
8
|
-
interface IItemSlotDetailsState {
|
|
9
|
-
item: IItem | null;
|
|
10
|
-
isTooltipVisible: boolean;
|
|
11
|
-
isTooltipMobileVisible: boolean;
|
|
12
|
-
isContextMenuVisible: boolean;
|
|
13
|
-
contextMenuPosition: IPosition;
|
|
14
|
-
contextActions: IContextMenuItem[];
|
|
15
|
-
clearContextActions: () => void;
|
|
16
|
-
clearDetailsState: () => void;
|
|
17
|
-
}
|
|
18
|
-
interface IItemSlotDetailsContext {
|
|
19
|
-
detailsState: IItemSlotDetailsState;
|
|
20
|
-
updateDetailsState: (newState: Partial<IItemSlotDetailsState>) => void;
|
|
21
|
-
clearDetailsState: () => void;
|
|
22
|
-
setContextActions: (item: IItem | null, containerType: string | null, isDepotSystem: boolean, isContextMenuDisabled: boolean) => void;
|
|
23
|
-
clearContextActions: () => void;
|
|
24
|
-
}
|
|
25
|
-
export declare const useItemSlotDetails: () => IItemSlotDetailsContext;
|
|
26
|
-
interface IProps {
|
|
27
|
-
children: React.ReactNode;
|
|
28
|
-
}
|
|
29
|
-
export declare const ItemSlotDetailsProvider: React.FC<IProps>;
|
|
30
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IPosition } from '../../../../types/eventTypes';
|
|
4
|
-
interface IDraggingState {
|
|
5
|
-
item: IItem | null;
|
|
6
|
-
isDragging: boolean;
|
|
7
|
-
position: IPosition;
|
|
8
|
-
dropPosition: IPosition | null;
|
|
9
|
-
isFocused: boolean;
|
|
10
|
-
draggingDistance: number;
|
|
11
|
-
}
|
|
12
|
-
interface IDraggingContext {
|
|
13
|
-
draggingState: IDraggingState;
|
|
14
|
-
updateDraggingState: (newState: Partial<IDraggingState>) => void;
|
|
15
|
-
clearDraggingState: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const useItemSlotDragging: () => IDraggingContext;
|
|
18
|
-
interface IProps {
|
|
19
|
-
children: React.ReactNode;
|
|
20
|
-
}
|
|
21
|
-
export declare const ItemSlotDraggingProvider: React.FC<IProps>;
|
|
22
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IItem, ItemContainerType } from '@rpg-engine/shared';
|
|
2
|
-
export interface IContextMenuItem {
|
|
3
|
-
id: string;
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const generateContextMenu: (item: IItem, itemContainerType: ItemContainerType | null, isDepotSystem?: boolean | undefined) => IContextMenuItem[];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IRankingTopCharacterEntry, IRankingTopSkillEntry } from '@rpg-engine/shared';
|
|
3
|
-
export interface ILeaderboardProps {
|
|
4
|
-
items: Set<IRankingTopCharacterEntry> | Set<IRankingTopSkillEntry> | null;
|
|
5
|
-
onChangeClassType: (value: string) => void;
|
|
6
|
-
onChangeRankType: (value: string) => void;
|
|
7
|
-
onChangeSkillType: (value: string) => void;
|
|
8
|
-
skillOptions: string[];
|
|
9
|
-
rankOptions: string[];
|
|
10
|
-
classOptions: string[];
|
|
11
|
-
rankType: string;
|
|
12
|
-
}
|
|
13
|
-
export declare const Leaderboard: (props: ILeaderboardProps) => JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IRankingTopCharacterEntry, IRankingTopSkillEntry } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ILeaderboardLevelProps {
|
|
4
|
-
items: Set<IRankingTopCharacterEntry> | Set<IRankingTopSkillEntry> | null;
|
|
5
|
-
rankType: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const LeaderboardTable: React.FC<ILeaderboardLevelProps>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IListMenuOption {
|
|
3
|
-
id: string;
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
export interface IListMenuProps {
|
|
7
|
-
x: number;
|
|
8
|
-
y: number;
|
|
9
|
-
options: IListMenuOption[];
|
|
10
|
-
onSelected: (selectedOptionId: string) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const ListMenu: React.FC<IListMenuProps>;
|
|
13
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ILoginStreakMilestone } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ILoginStreakPanelProps {
|
|
4
|
-
streak: number;
|
|
5
|
-
longestStreak: number;
|
|
6
|
-
xpBonusPercent: number;
|
|
7
|
-
maxXpBonusPercent: number;
|
|
8
|
-
maxBonusDay: number;
|
|
9
|
-
isConsecutive: boolean;
|
|
10
|
-
milestones: ILoginStreakMilestone[];
|
|
11
|
-
milestoneRewardGranted?: {
|
|
12
|
-
itemName: string;
|
|
13
|
-
quantity: number;
|
|
14
|
-
} | null;
|
|
15
|
-
onClose: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const LoginStreakPanel: React.FC<ILoginStreakPanelProps>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceBlueprintSearchRequest, IMarketplaceBlueprintSummary } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IBlueprintSearchModalProps {
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
onSelect: (blueprint: IMarketplaceBlueprintSummary) => void;
|
|
7
|
-
onSearch: (request: IMarketplaceBlueprintSearchRequest) => void;
|
|
8
|
-
blueprints: IMarketplaceBlueprintSummary[];
|
|
9
|
-
totalCount: number;
|
|
10
|
-
currentPage: number;
|
|
11
|
-
isLoading: boolean;
|
|
12
|
-
atlasJSON: any;
|
|
13
|
-
atlasIMG: any;
|
|
14
|
-
enableHotkeys?: () => void;
|
|
15
|
-
disableHotkeys?: () => void;
|
|
16
|
-
}
|
|
17
|
-
declare const BLUEPRINTS_PER_PAGE = 10;
|
|
18
|
-
export declare const BlueprintSearchModal: React.FC<IBlueprintSearchModalProps>;
|
|
19
|
-
export { BLUEPRINTS_PER_PAGE };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceBlueprintSummary } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IBlueprintTableProps {
|
|
4
|
-
blueprints: IMarketplaceBlueprintSummary[];
|
|
5
|
-
atlasJSON: any;
|
|
6
|
-
atlasIMG: any;
|
|
7
|
-
onSelect?: (blueprint: IMarketplaceBlueprintSummary) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const BlueprintTable: React.FC<IBlueprintTableProps>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceBlueprintSummary } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IBuyOrderDetailsModalProps {
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
blueprint: IMarketplaceBlueprintSummary | null;
|
|
7
|
-
quantity: number;
|
|
8
|
-
maxPrice: number;
|
|
9
|
-
rarity: string;
|
|
10
|
-
onQuantityChange: (quantity: number) => void;
|
|
11
|
-
onMaxPriceChange: (price: number) => void;
|
|
12
|
-
onRarityChange: (rarity: string) => void;
|
|
13
|
-
onConfirm: () => void;
|
|
14
|
-
atlasJSON: any;
|
|
15
|
-
atlasIMG: any;
|
|
16
|
-
enableHotkeys?: () => void;
|
|
17
|
-
disableHotkeys?: () => void;
|
|
18
|
-
}
|
|
19
|
-
export declare const BuyOrderDetailsModal: React.FC<IBuyOrderDetailsModalProps>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceBlueprintSummary, IMarketplaceBuyOrderItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IBuyOrderPanelProps {
|
|
4
|
-
atlasJSON?: any;
|
|
5
|
-
atlasIMG?: any;
|
|
6
|
-
selectedBlueprint?: IMarketplaceBlueprintSummary;
|
|
7
|
-
onOpenBlueprintSearch: () => void;
|
|
8
|
-
onCloseDetails?: () => void;
|
|
9
|
-
onQuantityChange: (quantity: number) => void;
|
|
10
|
-
onMaxPriceChange: (price: number) => void;
|
|
11
|
-
onRarityChange: (rarity: string) => void;
|
|
12
|
-
onPlaceBuyOrder: () => void;
|
|
13
|
-
currentQuantity: number;
|
|
14
|
-
currentMaxPrice: number;
|
|
15
|
-
selectedRarity: string;
|
|
16
|
-
yourBuyOrders: IMarketplaceBuyOrderItem[];
|
|
17
|
-
yourBuyOrdersTotal: number;
|
|
18
|
-
yourBuyOrdersPage: number;
|
|
19
|
-
onYourBuyOrdersPageChange: (page: number) => void;
|
|
20
|
-
onCancelBuyOrder: (buyOrderId: string) => void;
|
|
21
|
-
enableHotkeys?: () => void;
|
|
22
|
-
disableHotkeys?: () => void;
|
|
23
|
-
}
|
|
24
|
-
declare const BUY_ORDERS_PER_PAGE = 5;
|
|
25
|
-
export declare const BuyOrderPanel: React.FC<IBuyOrderPanelProps>;
|
|
26
|
-
export { BUY_ORDERS_PER_PAGE };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceBuyOrderItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IBuyOrderRowProps {
|
|
4
|
-
buyOrder: IMarketplaceBuyOrderItem;
|
|
5
|
-
atlasJSON?: any;
|
|
6
|
-
atlasIMG?: any;
|
|
7
|
-
isOwn?: boolean;
|
|
8
|
-
onCancel?: (buyOrderId: string) => void;
|
|
9
|
-
onFulfill?: (buyOrderId: string) => void;
|
|
10
|
-
showRequestTag?: boolean;
|
|
11
|
-
requestTagLabel?: string;
|
|
12
|
-
}
|
|
13
|
-
export declare const BuyOrderRow: React.FC<IBuyOrderRowProps>;
|
|
14
|
-
export interface IGroupedBuyOrderRowProps {
|
|
15
|
-
bestOrder: IMarketplaceBuyOrderItem;
|
|
16
|
-
otherOrders: IMarketplaceBuyOrderItem[];
|
|
17
|
-
atlasJSON?: any;
|
|
18
|
-
atlasIMG?: any;
|
|
19
|
-
isOwn?: boolean;
|
|
20
|
-
onCancel?: (buyOrderId: string) => void;
|
|
21
|
-
onFulfill?: (buyOrderId: string) => void;
|
|
22
|
-
showRequestTag?: boolean;
|
|
23
|
-
}
|
|
24
|
-
export declare const GroupedBuyOrderRow: React.FC<IGroupedBuyOrderRowProps>;
|