mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
inventory and prop support
This commit is contained in:
@@ -1798,6 +1798,7 @@
|
||||
:gallery-dialog-emojis-loading="galleryDialogEmojisLoading"
|
||||
:gallery-dialog-stickers-loading="galleryDialogStickersLoading"
|
||||
:gallery-dialog-prints-loading="galleryDialogPrintsLoading"
|
||||
:gallery-dialog-inventory-loading="galleryDialogInventoryLoading"
|
||||
:gallery-table="galleryTable"
|
||||
:VRCPlusIconsTable="VRCPlusIconsTable"
|
||||
:emoji-table="emojiTable"
|
||||
@@ -1805,6 +1806,7 @@
|
||||
:print-upload-note="printUploadNote"
|
||||
:print-crop-border="printCropBorder"
|
||||
:print-table="printTable"
|
||||
:inventory-table="inventoryTable"
|
||||
@refreshGalleryTable="refreshGalleryTable"
|
||||
@refreshVRCPlusIconsTable="refreshVRCPlusIconsTable"
|
||||
@refreshStickerTable="refreshStickerTable"
|
||||
@@ -2002,6 +2004,10 @@
|
||||
type: Boolean,
|
||||
required: true
|
||||
},
|
||||
galleryDialogInventoryLoading: {
|
||||
type: Boolean,
|
||||
required: true
|
||||
},
|
||||
galleryTable: {
|
||||
type: Array,
|
||||
required: true
|
||||
@@ -2030,6 +2036,10 @@
|
||||
printTable: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
inventoryTable: {
|
||||
type: Array,
|
||||
required: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user