@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,36 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IMarketplaceBuyOrderItem, IMarketplaceItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { MarketplacePaymentMethod } from './MarketplaceBuyModal';
|
|
4
|
-
export interface IBuyPanelProps {
|
|
5
|
-
items: IMarketplaceItem[];
|
|
6
|
-
atlasJSON: any;
|
|
7
|
-
atlasIMG: any;
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
onChangeType: (value: string) => void;
|
|
10
|
-
onChangeRarity: (value: string) => void;
|
|
11
|
-
onChangeOrder: (value: string) => void;
|
|
12
|
-
onChangeNameInput: (value: string) => void;
|
|
13
|
-
onChangeMainLevelInput: (value: [number | undefined, number | undefined]) => void;
|
|
14
|
-
onChangeSecondaryLevelInput: (value: [number | undefined, number | undefined]) => void;
|
|
15
|
-
onChangePriceInput: (value: [number | undefined, number | undefined]) => void;
|
|
16
|
-
scale?: number;
|
|
17
|
-
equipmentSet?: IEquipmentSet | null;
|
|
18
|
-
onMarketPlaceItemBuy?: (marketPlaceItemId: string, paymentMethod?: MarketplacePaymentMethod) => void;
|
|
19
|
-
onFulfillBuyOrder?: (buyOrderId: string) => void;
|
|
20
|
-
onDCCoinClick?: () => void;
|
|
21
|
-
characterId: string;
|
|
22
|
-
enableHotkeys?: () => void;
|
|
23
|
-
disableHotkeys?: () => void;
|
|
24
|
-
totalItems: number;
|
|
25
|
-
currentPage: number;
|
|
26
|
-
itemsPerPage: number;
|
|
27
|
-
onPageChange: (page: number) => void;
|
|
28
|
-
dcBalance?: number;
|
|
29
|
-
dcToGoldSwapRate?: number;
|
|
30
|
-
openBuyOrders?: IMarketplaceBuyOrderItem[];
|
|
31
|
-
openBuyOrdersTotal?: number;
|
|
32
|
-
openBuyOrdersPage?: number;
|
|
33
|
-
onOpenBuyOrdersPageChange?: (page: number) => void;
|
|
34
|
-
isLoading?: boolean;
|
|
35
|
-
}
|
|
36
|
-
export declare const BuyPanel: React.FC<IBuyPanelProps>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ICharacterListing } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ICharacterDetailModalProps {
|
|
4
|
-
listing: ICharacterListing | null;
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
onBuy: (listingId: string) => void;
|
|
8
|
-
/** Items atlas — for the DC coin sprite */
|
|
9
|
-
atlasJSON: any;
|
|
10
|
-
atlasIMG: any;
|
|
11
|
-
/** Entities atlas — for the character sprite */
|
|
12
|
-
characterAtlasJSON: any;
|
|
13
|
-
characterAtlasIMG: any;
|
|
14
|
-
enableHotkeys?: () => void;
|
|
15
|
-
disableHotkeys?: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const CharacterDetailModal: React.FC<ICharacterDetailModalProps>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ICharacter } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ICharacterListingFormProps {
|
|
4
|
-
accountCharacters: ICharacter[];
|
|
5
|
-
onCharacterList: (characterId: string, price: number) => void;
|
|
6
|
-
/** Items atlas — for UI sprites like the DC coin */
|
|
7
|
-
atlasJSON: any;
|
|
8
|
-
atlasIMG: any;
|
|
9
|
-
/** Entities atlas — for character sprites */
|
|
10
|
-
characterAtlasJSON: any;
|
|
11
|
-
characterAtlasIMG: any;
|
|
12
|
-
enableHotkeys?: () => void;
|
|
13
|
-
disableHotkeys?: () => void;
|
|
14
|
-
}
|
|
15
|
-
export declare const CharacterListingForm: React.FC<ICharacterListingFormProps>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ICharacter } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ICharacterListingModalProps {
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
accountCharacters: ICharacter[];
|
|
7
|
-
/** Items atlas — for UI sprites like the DC coin */
|
|
8
|
-
atlasJSON: any;
|
|
9
|
-
atlasIMG: any;
|
|
10
|
-
/** Entities atlas — for character sprites */
|
|
11
|
-
characterAtlasJSON: any;
|
|
12
|
-
characterAtlasIMG: any;
|
|
13
|
-
onCharacterList: (characterId: string, price: number) => void;
|
|
14
|
-
enableHotkeys?: () => void;
|
|
15
|
-
disableHotkeys?: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const CharacterListingModal: React.FC<ICharacterListingModalProps>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ICharacterListing } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ICharacterMarketplacePanelProps {
|
|
4
|
-
characterListings: ICharacterListing[];
|
|
5
|
-
totalCount: number;
|
|
6
|
-
currentPage: number;
|
|
7
|
-
itemsPerPage: number;
|
|
8
|
-
onPageChange: (page: number) => void;
|
|
9
|
-
onCharacterBuy: (listingId: string) => void;
|
|
10
|
-
/** Items atlas — for UI sprites like the DC coin */
|
|
11
|
-
atlasJSON: any;
|
|
12
|
-
atlasIMG: any;
|
|
13
|
-
/** Entities atlas — for character sprites */
|
|
14
|
-
characterAtlasJSON: any;
|
|
15
|
-
characterAtlasIMG: any;
|
|
16
|
-
enableHotkeys?: () => void;
|
|
17
|
-
disableHotkeys?: () => void;
|
|
18
|
-
nameFilter?: string;
|
|
19
|
-
onNameFilterChange?: (name: string) => void;
|
|
20
|
-
isLoading?: boolean;
|
|
21
|
-
}
|
|
22
|
-
export declare const CharacterMarketplacePanel: React.FC<ICharacterMarketplacePanelProps>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ICharacterListing } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ICharacterMarketplaceRowsProps {
|
|
4
|
-
listing: ICharacterListing;
|
|
5
|
-
/** Items atlas — for UI sprites like the DC coin */
|
|
6
|
-
atlasJSON: any;
|
|
7
|
-
atlasIMG: any;
|
|
8
|
-
/** Entities atlas — for character sprites */
|
|
9
|
-
characterAtlasJSON: any;
|
|
10
|
-
characterAtlasIMG: any;
|
|
11
|
-
onCharacterBuy?: () => void;
|
|
12
|
-
onCharacterDelist?: () => void;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare const CharacterMarketplaceRows: React.FC<ICharacterMarketplaceRowsProps>;
|
|
16
|
-
export interface IGroupedCharacterMarketplaceRowProps {
|
|
17
|
-
bestListing: ICharacterListing;
|
|
18
|
-
otherListings: ICharacterListing[];
|
|
19
|
-
atlasJSON: any;
|
|
20
|
-
atlasIMG: any;
|
|
21
|
-
characterAtlasJSON: any;
|
|
22
|
-
characterAtlasIMG: any;
|
|
23
|
-
onBuy: (id: string) => void;
|
|
24
|
-
currentCharacterId?: string;
|
|
25
|
-
}
|
|
26
|
-
export declare const GroupedCharacterMarketplaceRow: React.FC<IGroupedCharacterMarketplaceRowProps>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IMarketplaceTransaction } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IHistoryPanelProps {
|
|
4
|
-
transactions: IMarketplaceTransaction[];
|
|
5
|
-
totalCount: number;
|
|
6
|
-
currentPage: number;
|
|
7
|
-
itemsPerPage: number;
|
|
8
|
-
selectedType: string;
|
|
9
|
-
onTypeChange: (type: string) => void;
|
|
10
|
-
onPageChange: (page: number) => void;
|
|
11
|
-
atlasJSON?: any;
|
|
12
|
-
atlasIMG?: any;
|
|
13
|
-
dcToGoldSwapRate?: number;
|
|
14
|
-
}
|
|
15
|
-
declare const HISTORY_ITEMS_PER_PAGE = 10;
|
|
16
|
-
declare const TRANSACTION_TYPE_FILTER_ALL = "All";
|
|
17
|
-
export declare const HistoryPanel: React.FC<IHistoryPanelProps>;
|
|
18
|
-
export { HISTORY_ITEMS_PER_PAGE, TRANSACTION_TYPE_FILTER_ALL };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem, IMarketplaceItem, MarketplaceAcceptedCurrency } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IManagmentPanelProps {
|
|
4
|
-
items: IMarketplaceItem[];
|
|
5
|
-
atlasJSON: any;
|
|
6
|
-
atlasIMG: any;
|
|
7
|
-
equipmentSet?: IEquipmentSet | null;
|
|
8
|
-
availableGold: number;
|
|
9
|
-
dcBalance?: number;
|
|
10
|
-
onMarketPlaceItemRemove?: (marketPlaceItemId: string) => void;
|
|
11
|
-
selectedItemToSell: IItem | null;
|
|
12
|
-
onSelectedItemToSellRemove: (item: IItem) => void;
|
|
13
|
-
onAddItemToMarketplace: (item: IItem, price: number, acceptedCurrency?: MarketplaceAcceptedCurrency) => void;
|
|
14
|
-
acceptedCurrency?: MarketplaceAcceptedCurrency;
|
|
15
|
-
enableHotkeys?: () => void;
|
|
16
|
-
disableHotkeys?: () => void;
|
|
17
|
-
onMoneyWithdraw: () => void;
|
|
18
|
-
currentPage: number;
|
|
19
|
-
dcToGoldSwapRate?: number;
|
|
20
|
-
}
|
|
21
|
-
export declare const ManagmentPanel: React.FC<IManagmentPanelProps>;
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { ICharacter, ICharacterListing, IEquipmentSet, IItem, IMarketplaceBlueprintSearchRequest, IMarketplaceBlueprintSummary, IMarketplaceBuyOrderItem, IMarketplaceItem, IMarketplaceTransaction } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IDCWalletContentProps } from '../DCWallet/DCWalletContent';
|
|
4
|
-
import { MarketplacePaymentMethod } from './MarketplaceBuyModal';
|
|
5
|
-
import { MarketplaceAcceptedCurrency } from './MarketplaceSettingsPanel';
|
|
6
|
-
export interface IMarketPlaceProps {
|
|
7
|
-
items: IMarketplaceItem[];
|
|
8
|
-
atlasJSON: any;
|
|
9
|
-
atlasIMG: any;
|
|
10
|
-
onClose: () => void;
|
|
11
|
-
onChangeType: (value: string) => void;
|
|
12
|
-
onChangeRarity: (value: string) => void;
|
|
13
|
-
onChangeOrder: (value: string) => void;
|
|
14
|
-
onChangeNameInput: (value: string) => void;
|
|
15
|
-
onChangeMainLevelInput: (value: [number | undefined, number | undefined]) => void;
|
|
16
|
-
onChangeSecondaryLevelInput: (value: [number | undefined, number | undefined]) => void;
|
|
17
|
-
onChangePriceInput: (value: [number | undefined, number | undefined]) => void;
|
|
18
|
-
scale?: number;
|
|
19
|
-
equipmentSet?: IEquipmentSet | null;
|
|
20
|
-
onMarketPlaceItemBuy?: (marketPlaceItemId: string, paymentMethod?: MarketplacePaymentMethod) => void;
|
|
21
|
-
onFulfillBuyOrder?: (buyOrderId: string) => void;
|
|
22
|
-
onDCCoinClick?: () => void;
|
|
23
|
-
onMarketPlaceItemRemove?: (marketPlaceItemId: string) => void;
|
|
24
|
-
availableGold: number;
|
|
25
|
-
selectedItemToSell: IItem | null;
|
|
26
|
-
onSelectedItemToSellRemove: (item: IItem) => void;
|
|
27
|
-
onYourPanelToggle: (yourPanel: boolean) => void;
|
|
28
|
-
onAddItemToMarketplace: (item: IItem, price: number, acceptedCurrency?: MarketplaceAcceptedCurrency) => void;
|
|
29
|
-
characterId: string;
|
|
30
|
-
enableHotkeys?: () => void;
|
|
31
|
-
disableHotkeys?: () => void;
|
|
32
|
-
onMoneyWithdraw: () => void;
|
|
33
|
-
totalItems: number;
|
|
34
|
-
currentPage: number;
|
|
35
|
-
itemsPerPage: number;
|
|
36
|
-
onPageChange: (page: number) => void;
|
|
37
|
-
dcBalance?: number;
|
|
38
|
-
dcToGoldSwapRate?: number;
|
|
39
|
-
acceptedCurrency?: MarketplaceAcceptedCurrency;
|
|
40
|
-
onAcceptedCurrencyChange?: (value: MarketplaceAcceptedCurrency) => void;
|
|
41
|
-
onActiveTabChange?: (tab: string) => void;
|
|
42
|
-
isLoading?: boolean;
|
|
43
|
-
buyOrderSelectedBlueprint?: IMarketplaceBlueprintSummary;
|
|
44
|
-
buyOrderQuantity?: number;
|
|
45
|
-
buyOrderMaxPrice?: number;
|
|
46
|
-
buyOrderSelectedRarity?: string;
|
|
47
|
-
onBuyOrderQuantityChange?: (quantity: number) => void;
|
|
48
|
-
onBuyOrderMaxPriceChange?: (price: number) => void;
|
|
49
|
-
onBuyOrderRarityChange?: (rarity: string) => void;
|
|
50
|
-
onPlaceBuyOrder?: () => void;
|
|
51
|
-
onClearBuyOrderBlueprint?: () => void;
|
|
52
|
-
yourBuyOrders?: IMarketplaceBuyOrderItem[];
|
|
53
|
-
yourBuyOrdersTotal?: number;
|
|
54
|
-
yourBuyOrdersPage?: number;
|
|
55
|
-
onYourBuyOrdersPageChange?: (page: number) => void;
|
|
56
|
-
onCancelBuyOrder?: (buyOrderId: string) => void;
|
|
57
|
-
openBuyOrders?: IMarketplaceBuyOrderItem[];
|
|
58
|
-
openBuyOrdersTotal?: number;
|
|
59
|
-
openBuyOrdersPage?: number;
|
|
60
|
-
onOpenBuyOrdersPageChange?: (page: number) => void;
|
|
61
|
-
onBlueprintSearch?: (request: IMarketplaceBlueprintSearchRequest) => void;
|
|
62
|
-
onBlueprintSelect?: (blueprint: IMarketplaceBlueprintSummary) => void;
|
|
63
|
-
blueprintSearchResults?: IMarketplaceBlueprintSummary[];
|
|
64
|
-
blueprintSearchTotalCount?: number;
|
|
65
|
-
blueprintSearchCurrentPage?: number;
|
|
66
|
-
blueprintSearchIsLoading?: boolean;
|
|
67
|
-
historyTransactions?: IMarketplaceTransaction[];
|
|
68
|
-
historyTotalCount?: number;
|
|
69
|
-
historyCurrentPage?: number;
|
|
70
|
-
historyItemsPerPage?: number;
|
|
71
|
-
historySelectedType?: string;
|
|
72
|
-
onHistoryTypeChange?: (type: string) => void;
|
|
73
|
-
onHistoryPageChange?: (page: number) => void;
|
|
74
|
-
walletProps?: IDCWalletContentProps;
|
|
75
|
-
showWalletTab?: boolean;
|
|
76
|
-
/** Entities atlas for character sprites (separate from the items atlasIMG/atlasJSON) */
|
|
77
|
-
characterAtlasIMG?: any;
|
|
78
|
-
characterAtlasJSON?: any;
|
|
79
|
-
characterListings?: ICharacterListing[];
|
|
80
|
-
characterListingsTotal?: number;
|
|
81
|
-
characterListingsPage?: number;
|
|
82
|
-
characterListingsItemsPerPage?: number;
|
|
83
|
-
onCharacterListingsPageChange?: (page: number) => void;
|
|
84
|
-
onCharacterBuy?: (listingId: string) => void;
|
|
85
|
-
myCharacterListings?: ICharacterListing[];
|
|
86
|
-
myCharacterListingsTotal?: number;
|
|
87
|
-
myCharacterListingsPage?: number;
|
|
88
|
-
onMyCharacterListingsPageChange?: (page: number) => void;
|
|
89
|
-
onCharacterList?: (characterId: string, price: number) => void;
|
|
90
|
-
onCharacterDelist?: (listingId: string) => void;
|
|
91
|
-
accountCharacters?: ICharacter[];
|
|
92
|
-
characterListingsLoading?: boolean;
|
|
93
|
-
characterNameFilter?: string;
|
|
94
|
-
onCharacterNameFilterChange?: (name: string) => void;
|
|
95
|
-
}
|
|
96
|
-
export declare const Marketplace: React.FC<IMarketPlaceProps>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare type MarketplacePaymentMethod = 'gold' | 'dc';
|
|
3
|
-
export interface IMarketplaceBuyModalProps {
|
|
4
|
-
goldPrice: number;
|
|
5
|
-
dcEquivalentPrice: number;
|
|
6
|
-
dcBalance: number;
|
|
7
|
-
onConfirm: (paymentMethod: MarketplacePaymentMethod) => void;
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const MarketplaceBuyModal: React.FC<IMarketplaceBuyModalProps>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, IItem, IMarketplaceItem, MarketplaceAcceptedCurrency } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IMarketPlaceRowsPropos {
|
|
4
|
-
atlasJSON: any;
|
|
5
|
-
atlasIMG: any;
|
|
6
|
-
item: IItem;
|
|
7
|
-
itemPrice: number;
|
|
8
|
-
dcEquivalentPrice?: number;
|
|
9
|
-
acceptedCurrency?: MarketplaceAcceptedCurrency;
|
|
10
|
-
equipmentSet?: IEquipmentSet | null;
|
|
11
|
-
scale?: number;
|
|
12
|
-
onMarketPlaceItemBuy?: () => void;
|
|
13
|
-
onMarketPlaceItemRemove?: () => void;
|
|
14
|
-
onDCCoinClick?: () => void;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
}
|
|
17
|
-
export declare const MarketplaceRows: React.FC<IMarketPlaceRowsPropos>;
|
|
18
|
-
export interface IGroupedMarketplaceRowProps {
|
|
19
|
-
bestListing: IMarketplaceItem;
|
|
20
|
-
otherListings: IMarketplaceItem[];
|
|
21
|
-
atlasJSON: any;
|
|
22
|
-
atlasIMG: any;
|
|
23
|
-
equipmentSet?: IEquipmentSet | null;
|
|
24
|
-
dcToGoldSwapRate?: number;
|
|
25
|
-
getDCEquivalentPrice: (goldPrice: number) => number;
|
|
26
|
-
characterId: string;
|
|
27
|
-
onBuy: (id: string) => void;
|
|
28
|
-
onDCCoinClick?: () => void;
|
|
29
|
-
}
|
|
30
|
-
export declare const GroupedMarketplaceRow: React.FC<IGroupedMarketplaceRowProps>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { MarketplaceAcceptedCurrency } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export { MarketplaceAcceptedCurrency };
|
|
4
|
-
export interface IMarketplaceSettingsPanelProps {
|
|
5
|
-
acceptedCurrency: MarketplaceAcceptedCurrency;
|
|
6
|
-
onAcceptedCurrencyChange: (value: MarketplaceAcceptedCurrency) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const MarketplaceSettingsPanel: React.FC<IMarketplaceSettingsPanelProps>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ICharacter, ICharacterListing } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IMyCharacterListingsPanelProps {
|
|
4
|
-
myCharacterListings: ICharacterListing[];
|
|
5
|
-
totalCount: number;
|
|
6
|
-
currentPage: number;
|
|
7
|
-
itemsPerPage: number;
|
|
8
|
-
onPageChange: (page: number) => void;
|
|
9
|
-
onCharacterDelist: (listingId: string) => void;
|
|
10
|
-
/** Characters that can be listed (used for the List a Character modal) */
|
|
11
|
-
accountCharacters: ICharacter[];
|
|
12
|
-
onCharacterList: (characterId: string, price: number) => void;
|
|
13
|
-
/** Items atlas — for UI sprites like the DC coin */
|
|
14
|
-
atlasJSON: any;
|
|
15
|
-
atlasIMG: any;
|
|
16
|
-
/** Entities atlas — for character sprites */
|
|
17
|
-
characterAtlasJSON: any;
|
|
18
|
-
characterAtlasIMG: any;
|
|
19
|
-
enableHotkeys?: () => void;
|
|
20
|
-
disableHotkeys?: () => void;
|
|
21
|
-
}
|
|
22
|
-
export declare const MyCharacterListingsPanel: React.FC<IMyCharacterListingsPanelProps>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IOptionsProps } from '../../Dropdown';
|
|
2
|
-
export declare enum OrderByType {
|
|
3
|
-
Name = "Name",
|
|
4
|
-
Price = "Price"
|
|
5
|
-
}
|
|
6
|
-
export declare const itemTypeOptions: IOptionsProps[];
|
|
7
|
-
export declare const itemRarityOptions: IOptionsProps[];
|
|
8
|
-
export declare const orderByOptions: IOptionsProps[];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IContainerStyles {
|
|
3
|
-
height?: string;
|
|
4
|
-
width?: string;
|
|
5
|
-
}
|
|
6
|
-
interface IProps {
|
|
7
|
-
id: string;
|
|
8
|
-
children: React.ReactNode;
|
|
9
|
-
styles?: IContainerStyles;
|
|
10
|
-
centerContent?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const TabBody: React.FC<IProps>;
|
|
13
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ITab {
|
|
3
|
-
label: string;
|
|
4
|
-
id: string;
|
|
5
|
-
}
|
|
6
|
-
export declare enum MultitabType {
|
|
7
|
-
Brown = "brown",
|
|
8
|
-
Gray = "gray"
|
|
9
|
-
}
|
|
10
|
-
export interface ITabsContainer {
|
|
11
|
-
children: React.ReactNode;
|
|
12
|
-
onCloseButton?: () => void;
|
|
13
|
-
tabs: ITab[];
|
|
14
|
-
type: MultitabType;
|
|
15
|
-
styles?: {
|
|
16
|
-
width?: string;
|
|
17
|
-
minWidth?: string;
|
|
18
|
-
minHeight?: string;
|
|
19
|
-
height?: string;
|
|
20
|
-
className?: string;
|
|
21
|
-
title?: string;
|
|
22
|
-
imgSrc?: string;
|
|
23
|
-
imgWidth?: string;
|
|
24
|
-
};
|
|
25
|
-
isDraggableModal?: boolean;
|
|
26
|
-
}
|
|
27
|
-
export declare const TabsContainer: React.FC<ITabsContainer>;
|
|
28
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IQuestionDialog, IQuestionDialogAnswer } from './QuestionDialog/QuestionDialog';
|
|
3
|
-
export declare enum NPCDialogType {
|
|
4
|
-
TextOnly = "TextOnly",
|
|
5
|
-
TextAndThumbnail = "TextAndThumbnail"
|
|
6
|
-
}
|
|
7
|
-
export interface INPCDialogProps {
|
|
8
|
-
text?: string;
|
|
9
|
-
type: NPCDialogType;
|
|
10
|
-
imagePath?: string;
|
|
11
|
-
onClose?: () => void;
|
|
12
|
-
isQuestionDialog?: boolean;
|
|
13
|
-
answers?: IQuestionDialogAnswer[];
|
|
14
|
-
questions?: IQuestionDialog[];
|
|
15
|
-
}
|
|
16
|
-
export declare const NPCDialog: React.FC<INPCDialogProps>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { NPCDialogType } from '../..';
|
|
3
|
-
interface IProps {
|
|
4
|
-
text: string;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
onEndStep?: () => void;
|
|
7
|
-
onStartStep?: () => void;
|
|
8
|
-
type?: NPCDialogType;
|
|
9
|
-
}
|
|
10
|
-
export declare const NPCDialogText: React.FC<IProps>;
|
|
11
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare enum ImgSide {
|
|
3
|
-
right = "right",
|
|
4
|
-
left = "left"
|
|
5
|
-
}
|
|
6
|
-
export interface NPCMultiDialogType {
|
|
7
|
-
text: string;
|
|
8
|
-
imagePath?: string;
|
|
9
|
-
imageSide: ImgSide;
|
|
10
|
-
}
|
|
11
|
-
export interface INPCMultiDialogProps {
|
|
12
|
-
onClose: () => void;
|
|
13
|
-
textAndTypeArray: NPCMultiDialogType[];
|
|
14
|
-
}
|
|
15
|
-
export declare const NPCMultiDialog: React.FC<INPCMultiDialogProps>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IQuestionDialogAnswer {
|
|
3
|
-
id: number;
|
|
4
|
-
text: string;
|
|
5
|
-
nextQuestionId?: number;
|
|
6
|
-
}
|
|
7
|
-
export interface IQuestionDialog {
|
|
8
|
-
id: number;
|
|
9
|
-
text: string;
|
|
10
|
-
answerIds?: number[];
|
|
11
|
-
}
|
|
12
|
-
export interface IProps {
|
|
13
|
-
questions: IQuestionDialog[];
|
|
14
|
-
answers: IQuestionDialogAnswer[];
|
|
15
|
-
onClose: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const QuestionDialog: React.FC<IProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PartyCreate';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IPartyRowProps {
|
|
3
|
-
id: string;
|
|
4
|
-
charName: string;
|
|
5
|
-
charClass: string;
|
|
6
|
-
charLevel: number;
|
|
7
|
-
playerQty: number;
|
|
8
|
-
isInvited: boolean;
|
|
9
|
-
partyName: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const PartyRow: React.FC<IPartyRowProps>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ICharacterPartyShared } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IPartyManagerProps {
|
|
4
|
-
partyRows: ICharacterPartyShared | null;
|
|
5
|
-
userId: string;
|
|
6
|
-
onRemovePlayer: (id: string) => void;
|
|
7
|
-
onChangeLeader: (id: string) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const PartyManager: React.FC<IPartyManagerProps>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IPartyManagerRowProps {
|
|
3
|
-
id: string;
|
|
4
|
-
charName: string;
|
|
5
|
-
charClass: string;
|
|
6
|
-
isLeader: boolean;
|
|
7
|
-
leaderId: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
onRemovePlayer: (id: string) => void;
|
|
10
|
-
onChangeLeader: (id: string) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const PartyManagerRow: React.FC<IPartyManagerRowProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './mockedValues';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ICharacterPartyShared } from '@rpg-engine/shared';
|
|
2
|
-
import { IPartyRowProps } from '../PartyDashboard/PartyRows';
|
|
3
|
-
import { IPlayersRowProps } from '../PartyInvite';
|
|
4
|
-
export declare const mockedPartyRows: IPartyRowProps[];
|
|
5
|
-
export declare const mockedPlayersRows2: ICharacterPartyShared;
|
|
6
|
-
export declare const mockedPlayersRows: IPlayersRowProps[];
|
|
7
|
-
export declare const mockedPartyManager: any[];
|
|
8
|
-
export declare const getMockedPlayersRowsLeader: (userId: string) => ICharacterPartyShared;
|
|
9
|
-
export declare const getMockedPlayersRowsNotLeader: (userId: string) => ICharacterPartyShared;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IBarProps {
|
|
3
|
-
max: number;
|
|
4
|
-
value: number;
|
|
5
|
-
color: 'red' | 'blue' | 'green';
|
|
6
|
-
style?: Record<string, any>;
|
|
7
|
-
displayText?: boolean;
|
|
8
|
-
percentageWidth?: number;
|
|
9
|
-
minWidth?: number;
|
|
10
|
-
mobileScale?: number;
|
|
11
|
-
}
|
|
12
|
-
export declare const ProgressBar: React.FC<IBarProps>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IPropertySelectProps {
|
|
3
|
-
availableProperties: Array<IPropertiesProps>;
|
|
4
|
-
selectedProperty?: IPropertiesProps;
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
onChange: (selectedProperty: IPropertiesProps) => void;
|
|
7
|
-
}
|
|
8
|
-
export interface IPropertiesProps {
|
|
9
|
-
id: string;
|
|
10
|
-
name: string;
|
|
11
|
-
}
|
|
12
|
-
export declare const PropertySelect: React.FC<IPropertySelectProps>;
|
|
13
|
-
export default PropertySelect;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IQuantitySelectorProps {
|
|
3
|
-
maxQuantity: number;
|
|
4
|
-
initialQuantity?: number;
|
|
5
|
-
title?: string;
|
|
6
|
-
onConfirm: (quantity: number) => void;
|
|
7
|
-
onClose: () => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const QuantitySelector: React.FC<IQuantitySelectorProps>;
|