limbo-component 3.9.1 → 4.0.1
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/CHANGELOG.md +41 -0
- package/dist/limbo.cjs.js +1 -1
- package/dist/limbo.cjs.map +1 -1
- package/dist/limbo.css +1 -1
- package/dist/limbo.es.js +257 -255
- package/dist/limbo.es.map +1 -1
- package/dist/limbo.min.js +1 -1
- package/dist/limbo.min.js.map +1 -1
- package/dist/limbo.umd.js +1 -1
- package/dist/limbo.umd.js.map +1 -1
- package/dist/types/{App.d.ts → src/App.d.ts} +2 -1
- package/dist/types/src/App.d.ts.map +1 -0
- package/dist/types/src/components/AssetPreview.d.ts.map +1 -0
- package/dist/types/src/components/CropperTab.d.ts +36 -0
- package/dist/types/src/components/CropperTab.d.ts.map +1 -0
- package/dist/types/src/components/CropperView.d.ts.map +1 -0
- package/dist/types/src/components/ExternalImagePreviewModal.d.ts.map +1 -0
- package/dist/types/src/components/FolderSelector.d.ts.map +1 -0
- package/dist/types/src/components/Gallery.d.ts.map +1 -0
- package/dist/types/src/components/GalleryTab.d.ts +31 -0
- package/dist/types/src/components/GalleryTab.d.ts.map +1 -0
- package/dist/types/src/components/ImageCard.d.ts.map +1 -0
- package/dist/types/src/components/ImageCardSkeleton.d.ts.map +1 -0
- package/dist/types/src/components/ImageManager.d.ts.map +1 -0
- package/dist/types/src/components/ImagePreview.d.ts.map +1 -0
- package/dist/types/src/components/ImageVariantsModal.d.ts.map +1 -0
- package/dist/types/src/components/ImageViewer.d.ts.map +1 -0
- package/dist/types/src/components/LimboAlert.d.ts.map +1 -0
- package/dist/types/src/components/LimboFooter.d.ts.map +1 -0
- package/dist/types/src/components/Loader.d.ts.map +1 -0
- package/dist/types/src/components/LoadingOverlay.d.ts.map +1 -0
- package/dist/types/src/components/Pagination.d.ts.map +1 -0
- package/dist/types/src/components/PortalVideoPreview.d.ts.map +1 -0
- package/dist/types/src/components/TabAI.d.ts.map +1 -0
- package/dist/types/src/components/TabPortals.d.ts.map +1 -0
- package/dist/types/src/components/TabStock.d.ts.map +1 -0
- package/dist/types/src/components/TabUpload.d.ts.map +1 -0
- package/dist/types/src/components/Tabs.d.ts.map +1 -0
- package/dist/types/src/components/TokenExpiredModal.d.ts.map +1 -0
- package/dist/types/src/components/UploadForm.d.ts.map +1 -0
- package/dist/types/src/components/UploadTab.d.ts +22 -0
- package/dist/types/src/components/UploadTab.d.ts.map +1 -0
- package/dist/types/src/components/previews/AudioPreviewContent.d.ts.map +1 -0
- package/dist/types/src/components/previews/GenericFilePreview.d.ts.map +1 -0
- package/dist/types/src/components/previews/VideoPreviewContent.d.ts.map +1 -0
- package/dist/types/src/components/previews/index.d.ts.map +1 -0
- package/dist/types/src/components/viewers/AudioViewer.d.ts.map +1 -0
- package/dist/types/src/components/viewers/DocumentViewer.d.ts.map +1 -0
- package/dist/types/src/components/viewers/PdfViewer.d.ts.map +1 -0
- package/dist/types/src/components/viewers/TextViewer.d.ts.map +1 -0
- package/dist/types/src/components/viewers/VideoViewer.d.ts.map +1 -0
- package/dist/types/src/components/viewers/ViewerShell.d.ts.map +1 -0
- package/dist/types/src/components/viewers/index.d.ts.map +1 -0
- package/dist/types/src/core/AutoInputManager.d.ts.map +1 -0
- package/dist/types/src/core/ConfigManager.d.ts.map +1 -0
- package/dist/types/src/core/EventManager.d.ts.map +1 -0
- package/dist/types/src/core/InstanceManager.d.ts.map +1 -0
- package/dist/types/src/core/LimboCore.d.ts.map +1 -0
- package/dist/types/src/core/LimboSelector.d.ts.map +1 -0
- package/dist/types/{core → src/core}/ModalManager.d.ts +18 -0
- package/dist/types/src/core/ModalManager.d.ts.map +1 -0
- package/dist/types/src/hooks/useAiImage.d.ts.map +1 -0
- package/dist/types/src/hooks/useAiServices.d.ts.map +1 -0
- package/dist/types/src/hooks/useContainerQuery.d.ts.map +1 -0
- package/dist/types/src/hooks/useCreateVariant.d.ts.map +1 -0
- package/dist/types/src/hooks/useCropper.d.ts.map +1 -0
- package/dist/types/src/hooks/useCropperActions.d.ts +29 -0
- package/dist/types/src/hooks/useCropperActions.d.ts.map +1 -0
- package/dist/types/src/hooks/useDebounce.d.ts.map +1 -0
- package/dist/types/src/hooks/useDeleteImage.d.ts.map +1 -0
- package/dist/types/src/hooks/useExternalImages.d.ts.map +1 -0
- package/dist/types/src/hooks/useFocusTrap.d.ts +26 -0
- package/dist/types/src/hooks/useFocusTrap.d.ts.map +1 -0
- package/dist/types/src/hooks/useFolders.d.ts.map +1 -0
- package/dist/types/src/hooks/useGalleryActions.d.ts +37 -0
- package/dist/types/src/hooks/useGalleryActions.d.ts.map +1 -0
- package/dist/types/src/hooks/useImage.d.ts.map +1 -0
- package/dist/types/src/hooks/useImageCache.d.ts.map +1 -0
- package/dist/types/src/hooks/useImageParams.d.ts.map +1 -0
- package/dist/types/src/hooks/useImageVariants.d.ts.map +1 -0
- package/dist/types/src/hooks/useImages.d.ts.map +1 -0
- package/dist/types/src/hooks/useIsAllowedAll.d.ts.map +1 -0
- package/dist/types/src/hooks/useMobileDetection.d.ts.map +1 -0
- package/dist/types/src/hooks/usePortalSources.d.ts.map +1 -0
- package/dist/types/src/hooks/useSearching.d.ts.map +1 -0
- package/dist/types/src/hooks/useStockImages.d.ts.map +1 -0
- package/dist/types/src/hooks/useStockServices.d.ts.map +1 -0
- package/dist/types/src/hooks/useTokenExpiration.d.ts.map +1 -0
- package/dist/types/src/hooks/useUploadActions.d.ts +33 -0
- package/dist/types/src/hooks/useUploadActions.d.ts.map +1 -0
- package/dist/types/src/hooks/useUploadImage.d.ts.map +1 -0
- package/dist/types/src/index-refactored.d.ts.map +1 -0
- package/dist/types/src/services/aiApi.d.ts.map +1 -0
- package/dist/types/src/services/apiClient.d.ts.map +1 -0
- package/dist/types/src/services/assetsApi.d.ts.map +1 -0
- package/dist/types/src/services/foldersApi.d.ts.map +1 -0
- package/dist/types/src/services/imageParamsApi.d.ts.map +1 -0
- package/dist/types/src/services/portalsApi.d.ts.map +1 -0
- package/dist/types/src/services/responseAdapters.d.ts.map +1 -0
- package/dist/types/src/services/stockApi.d.ts.map +1 -0
- package/dist/types/src/utils/ContainerQueryDetector.d.ts.map +1 -0
- package/dist/types/src/utils/CropperManager.d.ts.map +1 -0
- package/dist/types/src/utils/ThemeManager.d.ts.map +1 -0
- package/dist/types/src/utils/acceptUtils.d.ts.map +1 -0
- package/dist/types/src/utils/downloadImage.d.ts.map +1 -0
- package/dist/types/src/utils/helpers.d.ts.map +1 -0
- package/dist/types/{utils → src/utils}/i18n.d.ts +80 -0
- package/dist/types/src/utils/i18n.d.ts.map +1 -0
- package/package.json +14 -3
- package/dist/types/App.d.ts.map +0 -1
- package/dist/types/components/AssetPreview.d.ts.map +0 -1
- package/dist/types/components/CropperView.d.ts.map +0 -1
- package/dist/types/components/ExternalImagePreviewModal.d.ts.map +0 -1
- package/dist/types/components/FolderSelector.d.ts.map +0 -1
- package/dist/types/components/Gallery.d.ts.map +0 -1
- package/dist/types/components/ImageCard.d.ts.map +0 -1
- package/dist/types/components/ImageCardSkeleton.d.ts.map +0 -1
- package/dist/types/components/ImageManager.d.ts.map +0 -1
- package/dist/types/components/ImagePreview.d.ts.map +0 -1
- package/dist/types/components/ImageVariantsModal.d.ts.map +0 -1
- package/dist/types/components/ImageViewer.d.ts.map +0 -1
- package/dist/types/components/LimboAlert.d.ts.map +0 -1
- package/dist/types/components/LimboFooter.d.ts.map +0 -1
- package/dist/types/components/Loader.d.ts.map +0 -1
- package/dist/types/components/LoadingOverlay.d.ts.map +0 -1
- package/dist/types/components/Pagination.d.ts.map +0 -1
- package/dist/types/components/PortalVideoPreview.d.ts.map +0 -1
- package/dist/types/components/TabAI.d.ts.map +0 -1
- package/dist/types/components/TabPortals.d.ts.map +0 -1
- package/dist/types/components/TabStock.d.ts.map +0 -1
- package/dist/types/components/TabUpload.d.ts.map +0 -1
- package/dist/types/components/Tabs.d.ts.map +0 -1
- package/dist/types/components/TokenExpiredModal.d.ts.map +0 -1
- package/dist/types/components/UploadForm.d.ts.map +0 -1
- package/dist/types/components/previews/AudioPreviewContent.d.ts.map +0 -1
- package/dist/types/components/previews/GenericFilePreview.d.ts.map +0 -1
- package/dist/types/components/previews/VideoPreviewContent.d.ts.map +0 -1
- package/dist/types/components/previews/index.d.ts.map +0 -1
- package/dist/types/components/viewers/AudioViewer.d.ts.map +0 -1
- package/dist/types/components/viewers/DocumentViewer.d.ts.map +0 -1
- package/dist/types/components/viewers/PdfViewer.d.ts.map +0 -1
- package/dist/types/components/viewers/TextViewer.d.ts.map +0 -1
- package/dist/types/components/viewers/VideoViewer.d.ts.map +0 -1
- package/dist/types/components/viewers/ViewerShell.d.ts.map +0 -1
- package/dist/types/components/viewers/index.d.ts.map +0 -1
- package/dist/types/core/AutoInputManager.d.ts.map +0 -1
- package/dist/types/core/ConfigManager.d.ts.map +0 -1
- package/dist/types/core/EventManager.d.ts.map +0 -1
- package/dist/types/core/InstanceManager.d.ts.map +0 -1
- package/dist/types/core/LimboCore.d.ts.map +0 -1
- package/dist/types/core/LimboSelector.d.ts.map +0 -1
- package/dist/types/core/ModalManager.d.ts.map +0 -1
- package/dist/types/hooks/useAiImage.d.ts.map +0 -1
- package/dist/types/hooks/useAiServices.d.ts.map +0 -1
- package/dist/types/hooks/useContainerQuery.d.ts.map +0 -1
- package/dist/types/hooks/useCreateVariant.d.ts.map +0 -1
- package/dist/types/hooks/useCropper.d.ts.map +0 -1
- package/dist/types/hooks/useDebounce.d.ts.map +0 -1
- package/dist/types/hooks/useDeleteImage.d.ts.map +0 -1
- package/dist/types/hooks/useExternalImages.d.ts.map +0 -1
- package/dist/types/hooks/useFolders.d.ts.map +0 -1
- package/dist/types/hooks/useImage.d.ts.map +0 -1
- package/dist/types/hooks/useImageCache.d.ts.map +0 -1
- package/dist/types/hooks/useImageParams.d.ts.map +0 -1
- package/dist/types/hooks/useImageVariants.d.ts.map +0 -1
- package/dist/types/hooks/useImages.d.ts.map +0 -1
- package/dist/types/hooks/useIsAllowedAll.d.ts.map +0 -1
- package/dist/types/hooks/useMobileDetection.d.ts.map +0 -1
- package/dist/types/hooks/usePortalSources.d.ts.map +0 -1
- package/dist/types/hooks/useSearching.d.ts.map +0 -1
- package/dist/types/hooks/useStockImages.d.ts.map +0 -1
- package/dist/types/hooks/useStockServices.d.ts.map +0 -1
- package/dist/types/hooks/useTokenExpiration.d.ts.map +0 -1
- package/dist/types/hooks/useUploadImage.d.ts.map +0 -1
- package/dist/types/index-refactored.d.ts.map +0 -1
- package/dist/types/services/aiApi.d.ts.map +0 -1
- package/dist/types/services/apiClient.d.ts.map +0 -1
- package/dist/types/services/assetsApi.d.ts.map +0 -1
- package/dist/types/services/foldersApi.d.ts.map +0 -1
- package/dist/types/services/imageParamsApi.d.ts.map +0 -1
- package/dist/types/services/portalsApi.d.ts.map +0 -1
- package/dist/types/services/responseAdapters.d.ts.map +0 -1
- package/dist/types/services/stockApi.d.ts.map +0 -1
- package/dist/types/utils/ContainerQueryDetector.d.ts.map +0 -1
- package/dist/types/utils/CropperManager.d.ts.map +0 -1
- package/dist/types/utils/ThemeManager.d.ts.map +0 -1
- package/dist/types/utils/acceptUtils.d.ts.map +0 -1
- package/dist/types/utils/downloadImage.d.ts.map +0 -1
- package/dist/types/utils/helpers.d.ts.map +0 -1
- package/dist/types/utils/i18n.d.ts.map +0 -1
- /package/dist/types/{components → src/components}/AssetPreview.d.ts +0 -0
- /package/dist/types/{components → src/components}/CropperView.d.ts +0 -0
- /package/dist/types/{components → src/components}/ExternalImagePreviewModal.d.ts +0 -0
- /package/dist/types/{components → src/components}/FolderSelector.d.ts +0 -0
- /package/dist/types/{components → src/components}/Gallery.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImageCard.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImageCardSkeleton.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImageManager.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImagePreview.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImageVariantsModal.d.ts +0 -0
- /package/dist/types/{components → src/components}/ImageViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/LimboAlert.d.ts +0 -0
- /package/dist/types/{components → src/components}/LimboFooter.d.ts +0 -0
- /package/dist/types/{components → src/components}/Loader.d.ts +0 -0
- /package/dist/types/{components → src/components}/LoadingOverlay.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination.d.ts +0 -0
- /package/dist/types/{components → src/components}/PortalVideoPreview.d.ts +0 -0
- /package/dist/types/{components → src/components}/TabAI.d.ts +0 -0
- /package/dist/types/{components → src/components}/TabPortals.d.ts +0 -0
- /package/dist/types/{components → src/components}/TabStock.d.ts +0 -0
- /package/dist/types/{components → src/components}/TabUpload.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs.d.ts +0 -0
- /package/dist/types/{components → src/components}/TokenExpiredModal.d.ts +0 -0
- /package/dist/types/{components → src/components}/UploadForm.d.ts +0 -0
- /package/dist/types/{components → src/components}/previews/AudioPreviewContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/previews/GenericFilePreview.d.ts +0 -0
- /package/dist/types/{components → src/components}/previews/VideoPreviewContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/previews/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/AudioViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/DocumentViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/PdfViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/TextViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/VideoViewer.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/ViewerShell.d.ts +0 -0
- /package/dist/types/{components → src/components}/viewers/index.d.ts +0 -0
- /package/dist/types/{core → src/core}/AutoInputManager.d.ts +0 -0
- /package/dist/types/{core → src/core}/ConfigManager.d.ts +0 -0
- /package/dist/types/{core → src/core}/EventManager.d.ts +0 -0
- /package/dist/types/{core → src/core}/InstanceManager.d.ts +0 -0
- /package/dist/types/{core → src/core}/LimboCore.d.ts +0 -0
- /package/dist/types/{core → src/core}/LimboSelector.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useAiImage.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useAiServices.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useContainerQuery.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useCreateVariant.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useCropper.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useDebounce.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useDeleteImage.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useExternalImages.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useFolders.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useImage.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useImageCache.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useImageParams.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useImageVariants.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useImages.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useIsAllowedAll.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useMobileDetection.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/usePortalSources.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useSearching.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useStockImages.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useStockServices.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useTokenExpiration.d.ts +0 -0
- /package/dist/types/{hooks → src/hooks}/useUploadImage.d.ts +0 -0
- /package/dist/types/{index-refactored.d.ts → src/index-refactored.d.ts} +0 -0
- /package/dist/types/{services → src/services}/aiApi.d.ts +0 -0
- /package/dist/types/{services → src/services}/apiClient.d.ts +0 -0
- /package/dist/types/{services → src/services}/assetsApi.d.ts +0 -0
- /package/dist/types/{services → src/services}/foldersApi.d.ts +0 -0
- /package/dist/types/{services → src/services}/imageParamsApi.d.ts +0 -0
- /package/dist/types/{services → src/services}/portalsApi.d.ts +0 -0
- /package/dist/types/{services → src/services}/responseAdapters.d.ts +0 -0
- /package/dist/types/{services → src/services}/stockApi.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/ContainerQueryDetector.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/CropperManager.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/ThemeManager.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/acceptUtils.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/downloadImage.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/helpers.d.ts +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export default function App({ apiKey, prod, url, features, modeUI, ui, callbacks, instanceId, itemsPerPage, _externalImage, cropperConfig, folderConfig, allowedCategories, accept, returnConfig, }: {
|
|
1
|
+
export default function App({ apiKey, onClose, prod, url, features, modeUI, ui, callbacks, instanceId, itemsPerPage, _externalImage, cropperConfig, folderConfig, allowedCategories, accept, returnConfig, }: {
|
|
2
2
|
apiKey: any;
|
|
3
|
+
onClose: any;
|
|
3
4
|
prod?: boolean;
|
|
4
5
|
url?: boolean;
|
|
5
6
|
features?: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/App.jsx"],"names":[],"mappings":"AAqBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAgnBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssetPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/AssetPreview.jsx"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;GAeG;AACH,oLATG;IAAoB,IAAI,EAAhB,IAAI;IACY,SAAS;IACT,OAAO;IACP,UAAU;IACV,QAAQ;IACT,SAAS,EAAxB,OAAO;IACQ,QAAQ,EAAvB,OAAO;IACQ,cAAc,EAA7B,OAAO;CACjB,2CAmYA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CropperTab — Contenedor de la pestaña Cropper.
|
|
3
|
+
* Extrae los bloques JSX de App.jsx (activeTab === "cropper") al componente.
|
|
4
|
+
* Cubre los 3 sub-casos:
|
|
5
|
+
* 1. Imagen seleccionada → mostrar CropperView
|
|
6
|
+
* 2. Sin imagen + modo crop-only → mostrar UploadForm para seleccionar
|
|
7
|
+
* 3. Sin imagen + otros modos → estado vacío con mensaje
|
|
8
|
+
* REFACT-05: Extraído literalmente de App.jsx ~1112-1179.
|
|
9
|
+
*/
|
|
10
|
+
export default function CropperTab({ onSave, onCancel, onError, onVariantCreated, onUploadAndCrop, onVideoSelect, onUploadWithFolder, onFolderChange, onDelete, isActionAllowed, selectedImage, uploading, uploadError, deleting, selectedUploadFolder, modeUI, apiKey, prod, allowedCategories, resolvedAccept, returnConfig, folderConfig, cropperConfig, resetUpload, }: {
|
|
11
|
+
onSave: any;
|
|
12
|
+
onCancel: any;
|
|
13
|
+
onError: any;
|
|
14
|
+
onVariantCreated: any;
|
|
15
|
+
onUploadAndCrop: any;
|
|
16
|
+
onVideoSelect: any;
|
|
17
|
+
onUploadWithFolder: any;
|
|
18
|
+
onFolderChange: any;
|
|
19
|
+
onDelete: any;
|
|
20
|
+
isActionAllowed: any;
|
|
21
|
+
selectedImage: any;
|
|
22
|
+
uploading: any;
|
|
23
|
+
uploadError: any;
|
|
24
|
+
deleting: any;
|
|
25
|
+
selectedUploadFolder: any;
|
|
26
|
+
modeUI: any;
|
|
27
|
+
apiKey: any;
|
|
28
|
+
prod: any;
|
|
29
|
+
allowedCategories: any;
|
|
30
|
+
resolvedAccept: any;
|
|
31
|
+
returnConfig: any;
|
|
32
|
+
folderConfig: any;
|
|
33
|
+
cropperConfig: any;
|
|
34
|
+
resetUpload: any;
|
|
35
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
//# sourceMappingURL=CropperTab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CropperTab.d.ts","sourceRoot":"","sources":["../../../../src/components/CropperTab.jsx"],"names":[],"mappings":"AAMA;;;;;;;;GAQG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;4CAuGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CropperView.d.ts","sourceRoot":"","sources":["../../../../src/components/CropperView.jsx"],"names":[],"mappings":"AAYA;;;;;;;;;;;4CAmxGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalImagePreviewModal.d.ts","sourceRoot":"","sources":["../../../../src/components/ExternalImagePreviewModal.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AACH,yFALW,OAAO,2CAmFjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FolderSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/FolderSelector.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,sLAbG;IAA2B,KAAK,EAAxB,MAAM,GAAC,IAAI;IACK,QAAQ;IACT,WAAW,EAA1B,OAAO;IACO,WAAW,EAAzB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACS,QAAQ,EAAvB,OAAO;IACO,SAAS,EAAvB,MAAM;IACS,cAAc,EAA7B,OAAO;IACQ,eAAe,EAA9B,OAAO;IACS,YAAY,EAA5B,MAAM,EAAE;IACQ,YAAY,EAA5B,MAAM,EAAE;IACM,IAAI,EAAlB,MAAM;CAChB,2CA+MA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../../src/components/Gallery.jsx"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAibC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GalleryTab — Contenedor de la pestaña Galería.
|
|
3
|
+
* Extrae el bloque JSX de App.jsx (activeTab === "gallery") al componente.
|
|
4
|
+
* REFACT-05: Extraído literalmente de App.jsx ~1012-1076.
|
|
5
|
+
*/
|
|
6
|
+
export default function GalleryTab({ onSelect, onCrop, onDelete, onFolderChange, onRename, onPageChange, onFiltersChange, images, loadingImages, imagesError, deleting, uploadedImage, pagination, currentPage, galleryFilters, debouncedFilters, allowedActions, resolvedAccept, allowedCategories, folderConfig, filterConfig, loadingConfig, resetUpload, }: {
|
|
7
|
+
onSelect: any;
|
|
8
|
+
onCrop: any;
|
|
9
|
+
onDelete: any;
|
|
10
|
+
onFolderChange: any;
|
|
11
|
+
onRename: any;
|
|
12
|
+
onPageChange: any;
|
|
13
|
+
onFiltersChange: any;
|
|
14
|
+
images: any;
|
|
15
|
+
loadingImages: any;
|
|
16
|
+
imagesError: any;
|
|
17
|
+
deleting: any;
|
|
18
|
+
uploadedImage: any;
|
|
19
|
+
pagination: any;
|
|
20
|
+
currentPage: any;
|
|
21
|
+
galleryFilters: any;
|
|
22
|
+
debouncedFilters: any;
|
|
23
|
+
allowedActions: any;
|
|
24
|
+
resolvedAccept: any;
|
|
25
|
+
allowedCategories: any;
|
|
26
|
+
folderConfig: any;
|
|
27
|
+
filterConfig: any;
|
|
28
|
+
loadingConfig: any;
|
|
29
|
+
resetUpload: any;
|
|
30
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
//# sourceMappingURL=GalleryTab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GalleryTab.d.ts","sourceRoot":"","sources":["../../../../src/components/GalleryTab.jsx"],"names":[],"mappings":"AAMA;;;;GAIG;AACH;;;;;;;;;;;;;;;;;;;;;;;;4CAuEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageCard.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageCard.jsx"],"names":[],"mappings":";;AAsHA;;;;;;;;;;;;;;;;;;;;;;;4CAolCC;kBA1sCwE,OAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageCardSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageCardSkeleton.jsx"],"names":[],"mappings":"AAEA;;;GAGG;AACH,qFAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageManager.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageManager.jsx"],"names":[],"mappings":"AAGA;;;4CAOC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImagePreview.d.ts","sourceRoot":"","sources":["../../../../src/components/ImagePreview.jsx"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;GAcG;AACH,8JARG;IAAoB,KAAK,EAAjB,IAAI;IACY,SAAS;IACT,OAAO;IACP,UAAU;IACV,QAAQ;IACT,SAAS,EAAxB,OAAO;IACQ,QAAQ,EAAvB,OAAO;CACjB,2CAkSA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageVariantsModal.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageVariantsModal.jsx"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;4CA21BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageViewer.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qFAPG;IAAsB,GAAG,EAAjB,MAAM;IACQ,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;IACR,MAAM,EAArB,OAAO;CACjB,2CAkZA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LimboAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/LimboAlert.jsx"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,mGARW,MAAM,2CAuEhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LimboFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/LimboFooter.jsx"],"names":[],"mappings":"AAAA,+EAqBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader.jsx"],"names":[],"mappings":"AAEA;;4CAgBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/LoadingOverlay.jsx"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,sEAJG;IAAuB,IAAI,EAAnB,OAAO;IACO,OAAO,EAArB,MAAM;IACQ,SAAS,EAAvB,MAAM;CAChB,2CAwBA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination.jsx"],"names":[],"mappings":"AAEA;;;;;4CA6HC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalVideoPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/PortalVideoPreview.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;;;GAYG;AACH,kFALG;IAAuB,MAAM,EAArB,OAAO;IACO,KAAK;IACH,OAAO;IACF,QAAQ,EAA7B,WAAS,IAAI;CACvB,2CAqOA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabAI.d.ts","sourceRoot":"","sources":["../../../../src/components/TabAI.jsx"],"names":[],"mappings":"AAiBA;;;;;;;4CAywBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabPortals.d.ts","sourceRoot":"","sources":["../../../../src/components/TabPortals.jsx"],"names":[],"mappings":"AA2DA;;;;;;;;;;4CAsmBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabStock.d.ts","sourceRoot":"","sources":["../../../../src/components/TabStock.jsx"],"names":[],"mappings":"AA8CA;;;;;;;4CA0yBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabUpload.d.ts","sourceRoot":"","sources":["../../../../src/components/TabUpload.jsx"],"names":[],"mappings":"AAiCA;;;;;;;;;;;;;4CA8NC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs.jsx"],"names":[],"mappings":"AAGA;;;;4CA2JC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenExpiredModal.d.ts","sourceRoot":"","sources":["../../../../src/components/TokenExpiredModal.jsx"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH;;;;4CA2DC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadForm.d.ts","sourceRoot":"","sources":["../../../../src/components/UploadForm.jsx"],"names":[],"mappings":"AAcA;;;;;;;;;;;;4CAuPC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UploadTab — Contenedor de la pestaña Upload.
|
|
3
|
+
* Extrae el bloque JSX de App.jsx (activeTab === "upload") al componente.
|
|
4
|
+
* REFACT-05: Extraído literalmente de App.jsx ~1078-1110.
|
|
5
|
+
*/
|
|
6
|
+
export default function UploadTab({ onSelect, onVideoSelect, onFolderChange, uploading, uploadError, uploadedImage, selectedUploadFolder, apiKey, prod, allowedCategories, resolvedAccept, returnConfig, folderConfig, resetUpload, }: {
|
|
7
|
+
onSelect: any;
|
|
8
|
+
onVideoSelect: any;
|
|
9
|
+
onFolderChange: any;
|
|
10
|
+
uploading: any;
|
|
11
|
+
uploadError: any;
|
|
12
|
+
uploadedImage: any;
|
|
13
|
+
selectedUploadFolder: any;
|
|
14
|
+
apiKey: any;
|
|
15
|
+
prod: any;
|
|
16
|
+
allowedCategories: any;
|
|
17
|
+
resolvedAccept: any;
|
|
18
|
+
returnConfig: any;
|
|
19
|
+
folderConfig: any;
|
|
20
|
+
resetUpload: any;
|
|
21
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=UploadTab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadTab.d.ts","sourceRoot":"","sources":["../../../../src/components/UploadTab.jsx"],"names":[],"mappings":"AAKA;;;;GAIG;AACH;;;;;;;;;;;;;;;4CAoDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioPreviewContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/previews/AudioPreviewContent.jsx"],"names":[],"mappings":"AAGA;;;;GAIG;AACH;;;;4CA0IC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericFilePreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/previews/GenericFilePreview.jsx"],"names":[],"mappings":"AAgEA,mEAuBC;AAGD,mDAMC;AAED;;;;4CAgCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoPreviewContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/previews/VideoPreviewContent.jsx"],"names":[],"mappings":"AAEA;;;;GAIG;AACH;;;4CAyEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/previews/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/AudioViewer.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;GASG;AACH,gFANG;IAAuB,MAAM,EAArB,OAAO;IACO,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;CACjC,2CA+OA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/DocumentViewer.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,uGARG;IAAuB,MAAM,EAArB,OAAO;IACO,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;CACjC,2CA+GA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/PdfViewer.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;;;;GAYG;AACH,8EANG;IAAuB,MAAM,EAArB,OAAO;IACO,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;CACjC,2CA0JA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/TextViewer.jsx"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;GAcG;AACH,mGARG;IAAuB,MAAM,EAArB,OAAO;IACO,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;CACjC,2CAmNA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/VideoViewer.jsx"],"names":[],"mappings":"AAGA;;;;;;;;;GASG;AACH,gFANG;IAAuB,MAAM,EAArB,OAAO;IACO,GAAG,EAAjB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACU,OAAO;CACjC,2CA8JA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewerShell.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/ViewerShell.jsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,4HATG;IAAuB,MAAM,EAArB,OAAO;IACS,OAAO;IACT,KAAK,EAAnB,MAAM;IACQ,QAAQ,EAAtB,MAAM;IACiB,aAAa,EAApC,KAAK,CAAC,SAAS;IACD,WAAW,EAAzB,MAAM;IACQ,SAAS,EAAvB,MAAM;IACiB,QAAQ,EAA/B,KAAK,CAAC,SAAS;CACzB,2CAyHA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/viewers/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoInputManager.d.ts","sourceRoot":"","sources":["../../../../src/core/AutoInputManager.js"],"names":[],"mappings":"AAgCA;IAEQ,YAAkB;IAClB,yBAA0B;IAC1B,2BAAoB;IACpB,qBAAwB;IAG5B;;OAEG;IACH,qEAmDC;IALG,mBAAkC;IAClC,kBAAgC;IAMpC;;OAEG;IACH,gBAcC;IAED;;OAEG;IACH;;;;;MAOC;IAED;;OAEG;IACH,oBAWC;IAED;;OAEG;IACH,4BAOC;IAED;;OAEG;IACH,gCA6BC;IAED;;OAEG;IACH,6CA+BC;IAED;;OAEG;IACH,kDAmFC;IAED;;OAEG;IACH,mDAKC;IAEH;;OAEG;IACH,qCAUC;IAEC;;OAEG;IACH,iEA4IC;IAED;;OAEG;IACH,wDAuEC;IAED;;OAEG;IACH,uEA+BC;IAED;;OAEG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;MA0CC;IAED;;;;;;;;OAQG;IACH,kEAsFC;IAED;;OAEG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+DC;IAED;;OAEG;IACH,yCAsFC;IAED;;OAEG;IACH,2CAWC;IAED;;OAEG;IACH,0CA4BC;IAED;;;;OAIG;IACH,6BAWC;IAED;;OAEG;IACH,sDAEC;IAED;;OAEG;IACH,iCA0HC;IAED;;;;;;;OAOG;IACH,qCAHW,MAAM,OA2DhB;IAED;;OAEG;IACH,2BAIC;IAED;;OAEG;IACH,6BAEC;IAED;;OAEG;IACH,6CAEC;IAED;;OAEG;IACH,6CAKC;IAED;;OAEG;IACH,uBAeC;IAED;;OAEG;IACH,oCAeC;CACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigManager.d.ts","sourceRoot":"","sources":["../../../../src/core/ConfigManager.js"],"names":[],"mappings":"AAQA;IAEI,iBAAsB;IACtB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwMC;IAGH;;OAEG;IACH,6BAGC;IAED;;OAEG;IACH,gBAEC;IAED;;;OAGG;IACH,+BASC;IAED;;OAEG;IACH,kCAkBC;IAED;;OAEG;IACH,oCAGC;IAED;;OAEG;IACH,mBAEC;IAED;;OAEG;IACH,sBAGC;IAED;;OAEG;IACH,kCAGC;IAED;;OAEG;IACH,iCAGC;IAED;;OAEG;IACH,0CAIC;IAED;;OAEG;IACH,uDAWC;IAED;;OAEG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmLC;IAED;;OAEG;IACH,sCAyCC;IAED;;OAEG;IACH,sDAQC;IAED;;OAEG;IACH,oDAGC;IAED;;OAEG;IACH,sCAGC;IAED;;OAEG;IACH,oCAGC;IAED;;OAEG;IACH,8BAcC;IAED;;OAEG;IACH;;;MA0CC;IAED;;;;;OAKG;IACH,mBAJW,MAAM,cACN,MAAM,uBAiBhB;IAED;;OAEG;IACH;;;;;;;;MAWC;IAED;;OAEG;IACH,uCAGC;IAED;;OAEG;IACH,0CAGC;IAED;;;OAGG;IACH,uCAYC;IAED;;;;OAIG;IAEH;;OAEG;IACH,qCAGC;IAED;;OAEG;IACH,yCAGC;IAED;;OAEG;IACH,yCAGC;IAED;;OAEG;IACH,2CAGC;IAED;;OAEG;IACH,6CAGC;IAED;;OAEG;IACH,oCAGC;IAED;;OAEG;IACH,wCAGC;IAED;;;;OAIG;IAEH;;OAEG;IACH,qCAGC;IAED;;OAEG;IACH,2DAGC;IAED;;OAEG;IACH,2CAGC;IAED;;OAEG;IACH,2CAGC;IAED;;OAEG;IACH,+CAGC;IAED;;OAEG;IACH,uCAGC;IAED;;OAEG;IACH,0CAGC;IAED;;OAEG;IACH,wCAGC;IAED;;OAEG;IACH,mCAGC;IAED;;;;OAIG;IAEH;;OAEG;IACH,mCAGC;IAED;;OAEG;IACH,wCAGC;IAED;;;OAGG;IACH;;;;MAiBC;IAED;;OAEG;IACH,kDAGC;IAED;;OAEG;IACH,iDAGC;IAED;;OAEG;IACH,uCAGC;IAED;;OAEG;IACH,0CAGC;IAED;;;OAGG;IACH,yCAIC;IAED;;;;OAIG;IAEH;;;OAGG;IACH,oCAFa,QAAM,IAAI,CAKtB;IAED;;OAEG;IACH,wDAOC;IAED;;OAEG;IACH,0CAKC;IAED;;OAEG;IACH,sCAGC;IAED;;;OAGG;IACH;;;QAmBC;IAED;;;OAGG;IACH,iCAFa,MAAM,CAWlB;CACF;qBAjhCoB,kBAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventManager.d.ts","sourceRoot":"","sources":["../../../../src/core/EventManager.js"],"names":[],"mappings":"AACA;;;GAGG;AACH;IAEI,yBAA0B;IAG5B;;OAEG;IACH,sCAMC;IAED;;OAEG;IACH,8CAQC;IAED;;OAEG;IACH,yCAQC;IAED;;OAEG;IACH,gBAEC;IAED;;OAEG;IACH,+CAUC;IAED;;OAEG;IACH,mDAWC;IAED;;OAEG;IACH,eAMC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InstanceManager.d.ts","sourceRoot":"","sources":["../../../../src/core/InstanceManager.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH;IAEI,yBAA0B;IAC1B,gBAAgB;IAGlB;;OAEG;IACH,yEAOC;IAED;;OAEG;IACH,0BAEC;IAED;;OAEG;IACH,gBAEC;IAED;;OAEG;IACH,mBAEC;IAED;;OAEG;IACH,kCAQC;IAED;;OAEG;IACH,mBAGC;IAED;;OAEG;IACH,yBAYC;IAED;;OAEG;IACH;;;;;;MASC;CACF;8BAhG6B,oBAAoB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LimboCore.d.ts","sourceRoot":"","sources":["../../../../src/core/LimboCore.js"],"names":[],"mappings":"AAUA;;;GAGG;AACH;IAEI,sBAAiC;IACjC,2BAAsC;IACtC,6BAAwC;IACxC,qBAAgC;IAChC,qBAAgC;IAChC,oBAA+B;IAC/B,4FAAoD;IAMtD;;OAEG;IACH,uCAmBC;IAED;;OAEG;IACH,2BAKC;IAED;;OAEG;IACH,iEAGC;IAED;;OAEG;IACH,oDAEC;IAED;;OAEG;IACH,iCAaC;IAED;;OAEG;IACH;;;;;MAEC;IAED;;OAEG;IACH;;;;MA0CC;IAED;;OAEG;IACH,oCAWC;IAED;;OAEG;IACH,qCAmBC;IAED;;OAEG;IACH,+DAGC;IAED;;OAEG;IACH,sBAEC;IAED;;OAEG;IACH,gBAKC;IAED;;;;;;;MASC;IAED;;OAEG;IACH,gCAKC;IAED;;OAEG;IACH;;;;aAqKC;IAED;;;;;OAKG;IACH,4BAHW,MAAM,GACJ,MAAM,GAAC,IAAI,CAuBvB;IAMD;;;;;;;;;;;;;OAaG;IACH,sBATG;QAA0B,QAAQ;QACV,OAAO;KAC/B,OAiCF;IAED;;;;;;;;;;;;;;OAcG;IACH,uBAVG;QAA0B,QAAQ;QACT,iBAAiB;KAC1C,OAsCF;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,wCAfG;QAAuB,cAAc;QACX,UAAU;QACV,WAAW;KACrC,OAkEF;IAED;;;;;;;;;;;;OAYG;IACH,+BATW,SAAO,WAAW,sBAwB5B;IAED;;;;;;;;;;;;OAYG;IACH,gCATW,SAAO,WAAW,sBAuB5B;IAED;;;;;;;;;;;;;;;OAeG;IACH,mCAZW,SAAO,WAAW,wCAmD5B;IAED;;;;;;;;;;;;;OAaG;IACH,8BAVW,SAAO,WAAW,sBA2B5B;CACF;8BAhvB6B,oBAAoB;gCAClB,sBAAsB;iCACrB,uBAAuB;6BAC3B,mBAAmB;6BACnB,mBAAmB;6BACnB,0BAA0B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LimboSelector.d.ts","sourceRoot":"","sources":["../../../../src/core/LimboSelector.js"],"names":[],"mappings":"AAyXA;;;;GAIG;AACH,gDAFW,MAAM,QAMhB;AA5RD;IAoBE,0CAgBC;IAjCC,qCAAqC;IACrC,MADW,iBAAiB,GAAC,IAAI,CACjB;IAChB,iDAAiD;IACjD,gBADW,MAAM,GAAC,IAAI,CACI;IAK5B,0BAGC;IAED,6BAEC;IAoBD,iCAGC;IAID;;;OAGG;IACH,mBAFW,MAAM,QAMhB;IAED,oCAAoC;IACpC,uBAIC;IAED,gDAAgD;IAChD,aAEC;IAID,sBAYC;IAED,oBAmDC;IAED,cA+FC;IAED,8CAgCC;IAED,8BAKC;CACF"}
|
|
@@ -77,6 +77,7 @@ declare class Modal {
|
|
|
77
77
|
backdrop: HTMLDivElement;
|
|
78
78
|
isOpen: boolean;
|
|
79
79
|
previousFocus: Element;
|
|
80
|
+
_previousInertSiblings: any[];
|
|
80
81
|
/**
|
|
81
82
|
* Crear estructura del modal
|
|
82
83
|
*/
|
|
@@ -131,6 +132,23 @@ declare class Modal {
|
|
|
131
132
|
getId(): any;
|
|
132
133
|
isOpened(): boolean;
|
|
133
134
|
getConfig(): any;
|
|
135
|
+
/**
|
|
136
|
+
* A11Y-01: aplicar `inert` a todos los siblings directos de `document.body`
|
|
137
|
+
* excepto el propio modal y su backdrop. Guarda el estado previo de cada
|
|
138
|
+
* sibling para que `_restoreInertSiblings` solo retire el atributo de los
|
|
139
|
+
* que NO lo tenían antes.
|
|
140
|
+
*
|
|
141
|
+
* NOTA: solo aplicamos inert a los siblings presentes al abrir.
|
|
142
|
+
* No observamos mutaciones tardías (toasts/portales del host pagebuilder)
|
|
143
|
+
* intencionalmente — RESEARCH.md §Q3.
|
|
144
|
+
*/
|
|
145
|
+
_applyInertToSiblings(): void;
|
|
146
|
+
/**
|
|
147
|
+
* A11Y-01: restaurar `inert` al estado previo. Solo retira el atributo de los
|
|
148
|
+
* siblings que NO lo tenían antes de abrir el modal; los preexistentes lo
|
|
149
|
+
* conservan. Defensivo ante nodos desmontados (`isConnected`).
|
|
150
|
+
*/
|
|
151
|
+
_restoreInertSiblings(): void;
|
|
134
152
|
/**
|
|
135
153
|
* Cleanup interno
|
|
136
154
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalManager.d.ts","sourceRoot":"","sources":["../../../../src/core/ModalManager.js"],"names":[],"mappings":"AACA;;;GAGG;AACH;IAEI,uBAA6B;IAC7B,mBAAuB;IACvB,2BAOY;IACZ,qBAAwB;IAK1B;;OAEG;IACH,gCAIC;IAED;;OAEG;IACH,kCAOC;IAED;;OAEG;IACH,uBAGC;IAED;;OAEG;IACH,sBAEC;IAED;;OAEG;IACH;;;MAKC;IAED;;OAEG;IACH,2BAEC;IAED;;OAEG;IACH,8BAEC;IAED;;OAEG;IACH,yBAEC;IAED;;OAEG;IACH,+BAUC;IAED;;OAEG;IACH,uCAiBC;IAED;;OAEG;IACH,6CAoBC;IAED;;OAEG;IACH,6BAMC;IAHC,uCAA+D;IAKjE;;OAEG;IACH,gBASC;CACF;AAED;;;GAGG;AACH;IACE,gDA2BC;IA1BC,QAAY;IACZ,YAcC;IACD,aAAsB;IACtB,wBAAmB;IACnB,yBAAoB;IACpB,gBAAmB;IACnB,uBAAyB;IAGzB,8BAAgC;IAKlC;;OAEG;IACH,gBAIC;IAED;;OAEG;IACH,wBAuBC;IAED;;OAEG;IACH;;KAEC;IACD,qBA2EC;IAED;;OAEG;IACH,sBA6EC;IAED;;OAEG;IACH,oBAsBC;IAED;;OAEG;IACH,sBAGC;IADC,8BAAyD;IAG3D;;OAEG;IACH,aAqEC;IAED;;OAEG;IACH,cA+CC;IAED;;OAEG;IACH,gBAQC;IAED;;OAEG;IACH,4BAEC;IAED;;OAEG;IACH,8BAEC;IAED;;OAEG;IACH,aAEC;IAED,oBAEC;IAED,iBAEC;IAED;;;;;;;;;OASG;IACH,8BASC;IAED;;;;OAIG;IACH,8BAOC;IAED;;OAEG;IACH,iBA0BC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAiImage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAiImage.js"],"names":[],"mappings":"AAGA;;;;;;;;EAyCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAiServices.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAiServices.js"],"names":[],"mappings":"AAMA;;;;;EA+DC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useContainerQuery.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useContainerQuery.js"],"names":[],"mappings":"AAGA;;;;;;;;;GASG;AACH,4CALG;IAAwB,gBAAgB,EAAhC,MAAM;IACU,gBAAgB,EAAhC,MAAM;IACW,aAAa,EAA9B,OAAO;CACf,OAyHF;AAED;;;;GAIG;AACH,gDAHW,MAAM,OAehB;AAED;;;GAGG;AACH,yCASC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateVariant.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCreateVariant.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH;;iCAsFa,MAAM;qCAvCN,MAAM,QACN,IAAI;;;;;EAyEhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCropper.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCropper.js"],"names":[],"mappings":"AAOO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsKN"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook de acción para los handlers del cropper.
|
|
3
|
+
* Extrae handleCropSave, handleCropCancel y handleCropError de App.jsx
|
|
4
|
+
* siguiendo el patrón D-02 (objeto de args explícitos) y D-04 (acceso a
|
|
5
|
+
* callbacks vía callbacksRef para evitar stale closures).
|
|
6
|
+
*
|
|
7
|
+
* REFACT-04: Extraído literalmente de App.jsx líneas ~679-984.
|
|
8
|
+
* Los console.log se conservan íntegros (CLAUDE.md regla 4, drop_console: false).
|
|
9
|
+
*/
|
|
10
|
+
export default function useCropperActions({ callbacksRef, selectedImage, setSelectedImage, setActiveTab, setImages, setCurrentPage, setSuccessMessage, invalidateCache, refetch, evictFromCache, instanceId, activeFeatures, modeUI, }: {
|
|
11
|
+
callbacksRef: any;
|
|
12
|
+
selectedImage: any;
|
|
13
|
+
setSelectedImage: any;
|
|
14
|
+
setActiveTab: any;
|
|
15
|
+
setImages: any;
|
|
16
|
+
setCurrentPage: any;
|
|
17
|
+
setSuccessMessage: any;
|
|
18
|
+
invalidateCache: any;
|
|
19
|
+
refetch: any;
|
|
20
|
+
evictFromCache: any;
|
|
21
|
+
instanceId: any;
|
|
22
|
+
activeFeatures: any;
|
|
23
|
+
modeUI: any;
|
|
24
|
+
}): {
|
|
25
|
+
handleCropSave: (result: any | any[]) => void;
|
|
26
|
+
handleCropCancel: () => void;
|
|
27
|
+
handleCropError: (error: any) => void;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=useCropperActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCropperActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCropperActions.js"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH;;;;;;;;;;;;;;;6BAiDa,WAAY;;;EAmSxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDebounce.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;GAeG;AACH,2CAbW,GAAG,UACH,MAAM,GACJ,GAAG,CA4Bf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeleteImage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDeleteImage.js"],"names":[],"mappings":"AAGA;;;;;EAmCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useExternalImages.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useExternalImages.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;EAqEC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook que atrapa el foco dentro del nodo referenciado por containerRef.
|
|
3
|
+
*
|
|
4
|
+
* @param {React.RefObject<HTMLElement>} containerRef - Ref al contenedor a atrapar.
|
|
5
|
+
* @param {{ onClose?: () => void, isActive?: boolean }} [options]
|
|
6
|
+
* @returns {void}
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
* - Listener adjuntado al ref.current, NO a document — coexiste con
|
|
10
|
+
* ModalManager._handleGlobalKeydown vía flag usesReactFocusTrap (Plan 05-03).
|
|
11
|
+
* - NO restaura foco al desmontar — Modal._cleanup() ya lo hace
|
|
12
|
+
* (src/core/ModalManager.js:614-617).
|
|
13
|
+
* - Memoiza onClose con useCallback en el caller para evitar churn de listeners.
|
|
14
|
+
*/
|
|
15
|
+
export default function useFocusTrap(containerRef: React.RefObject<HTMLElement>, { onClose, isActive }?: {
|
|
16
|
+
onClose?: () => void;
|
|
17
|
+
isActive?: boolean;
|
|
18
|
+
}): void;
|
|
19
|
+
/**
|
|
20
|
+
* Selectores de elementos focusables — clonados verbatim de
|
|
21
|
+
* `src/core/ModalManager.js` (líneas 10-17) para mantener paridad de
|
|
22
|
+
* comportamiento entre el focus trap de la capa core (Vanilla) y la
|
|
23
|
+
* capa React.
|
|
24
|
+
*/
|
|
25
|
+
export const FOCUSABLE_SELECTORS: string;
|
|
26
|
+
//# sourceMappingURL=useFocusTrap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFocusTrap.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useFocusTrap.js"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;GAaG;AACH,mDAXW,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,0BAC5B;IAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,GAC1C,IAAI,CA8ChB;AAxFD;;;;;GAKG;AACH,yCAOa"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFolders.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useFolders.js"],"names":[],"mappings":"AAiBA;;;GAGG;AACH,+CAMC;AAgCD;;;;;;;;;;;;GAYG;AACH,6CANG;IAAyB,SAAS,EAA1B,OAAO;IACS,UAAU,EAA1B,MAAM;IACY,YAAY,EAA9B,MAAM,EAAE;IACU,YAAY,EAA9B,MAAM,EAAE;CAChB,OAiKF"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* useGalleryActions — Handlers de galería extraídos de App.jsx (REFACT-02)
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} deps - Dependencias explícitas del hook (D-02)
|
|
5
|
+
* @param {import("react").MutableRefObject} deps.callbacksRef - Ref a callbacks prop de App.jsx (D-04)
|
|
6
|
+
* @param {Function} deps.deleteImg - Fn de useDeleteImage
|
|
7
|
+
* @param {Function} deps.evictFromCache - De useImageCache
|
|
8
|
+
* @param {Function} deps.invalidateCache - De useImages
|
|
9
|
+
* @param {Function} deps.refreshVariants - De useImageVariants
|
|
10
|
+
* @param {Array} deps.images - Estado de App.jsx (necesario para encontrar la imagen antes de borrar)
|
|
11
|
+
* @param {Function} deps.setImages - Setter de useState en App.jsx
|
|
12
|
+
* @param {Function} deps.setCurrentPage - Setter de useState en App.jsx
|
|
13
|
+
* @param {*} deps.selectedImage - Estado de App.jsx
|
|
14
|
+
* @param {Function} deps.setSelectedImage - Setter de useState en App.jsx
|
|
15
|
+
* @param {Function} deps.setActiveTab - Setter de useState en App.jsx
|
|
16
|
+
*
|
|
17
|
+
* @returns {{ handleDelete, handleAssetFolderChange, handleRenameAsset, handleVariantCreated }}
|
|
18
|
+
*/
|
|
19
|
+
export default function useGalleryActions({ callbacksRef, deleteImg, evictFromCache, invalidateCache, refreshVariants, images, setImages, setCurrentPage, selectedImage, setSelectedImage, setActiveTab, }: {
|
|
20
|
+
callbacksRef: import("react").MutableRefObject<any>;
|
|
21
|
+
deleteImg: Function;
|
|
22
|
+
evictFromCache: Function;
|
|
23
|
+
invalidateCache: Function;
|
|
24
|
+
refreshVariants: Function;
|
|
25
|
+
images: any[];
|
|
26
|
+
setImages: Function;
|
|
27
|
+
setCurrentPage: Function;
|
|
28
|
+
selectedImage: any;
|
|
29
|
+
setSelectedImage: Function;
|
|
30
|
+
setActiveTab: Function;
|
|
31
|
+
}): {
|
|
32
|
+
handleDelete: any;
|
|
33
|
+
handleAssetFolderChange: any;
|
|
34
|
+
handleRenameAsset: any;
|
|
35
|
+
handleVariantCreated: any;
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=useGalleryActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGalleryActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useGalleryActions.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;GAiBG;AACH,4MAdG;IAA+C,YAAY,EAAnD,qCAAgC;IACjB,SAAS;IACT,cAAc;IACd,eAAe;IACf,eAAe;IAClB,MAAM;IACH,SAAS;IACT,cAAc;IACrB,aAAa,EAArB,GAAC;IACc,gBAAgB;IAChB,YAAY;CAEnC,GAAU;IAAE,YAAY,MAAC;IAAC,uBAAuB,MAAC;IAAC,iBAAiB,MAAC;IAAC,oBAAoB,MAAA;CAAE,CAmH9F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useImage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useImage.js"],"names":[],"mappings":"AAOA;;;;EAiDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useImageCache.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useImageCache.js"],"names":[],"mappings":"AAqEO,kCAPI,MAAM,wBAEd;IAAuB,eAAe,GAA9B,OAAO;CAGf,GAAU,OAAO,CAAC,MAAM,CAAC,CAmE3B;AAOM,0CAHI,MAAM,GACJ,MAAM,CAQlB;AAOM,mCAHI,MAAM,GACJ,OAAO,CAKnB;AAQM,oCAJI,MAAM,EAAE,gBACR,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAsCxC;AAMM,oCAFI,MAAM,QAchB;AAKM,wCAWN;AAKM,4CAkBN;AAMM,sCAFM,MAAM,CAoBlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useImageParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useImageParams.js"],"names":[],"mappings":"AAMA;;;;;;EAyCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useImageVariants.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useImageVariants.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH;;;;;;;;;;;;;;EAsIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useImages.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useImages.js"],"names":[],"mappings":"AAiFA;;;;;;;;EAsIC;AA1JM,iDAON"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsAllowedAll.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useIsAllowedAll.js"],"names":[],"mappings":"AAOA;;;;;EAqDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMobileDetection.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useMobileDetection.js"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,qDAHG;IAAyB,iBAAiB,EAAlC,OAAO;IACc,gBAAgB,EAArC,WAAW;CACrB;;;;;;;;;;;;;;;;;;;;EAkHA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePortalSources.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePortalSources.js"],"names":[],"mappings":"AAMA;;;;;EA0DC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSearching.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useSearching.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;GAYG;AACH,4FALW,OAAO,OA2CjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useStockImages.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useStockImages.js"],"names":[],"mappings":"AAGA;;;;;;;;EAyCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useStockServices.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useStockServices.js"],"names":[],"mappings":"AAMA;;;;;EAoEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTokenExpiration.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useTokenExpiration.js"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH;;;;;;;EAsFC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* useUploadActions — handlers de upload y selección de vídeo extraídos de App.jsx
|
|
3
|
+
*
|
|
4
|
+
* @param {object} deps
|
|
5
|
+
* @param {React.MutableRefObject} deps.callbacksRef - Ref a callbacks prop de App.jsx (D-04)
|
|
6
|
+
* @param {Function} deps.upload - Fn de useUploadImage
|
|
7
|
+
* @param {Function} deps.refetch - De useImages
|
|
8
|
+
* @param {string[]} deps.activeFeatures - Array de features activas
|
|
9
|
+
* @param {Function} deps.setActiveTab - Setter de useState en App.jsx
|
|
10
|
+
* @param {Function} deps.setSelectedImage - Setter de useState en App.jsx
|
|
11
|
+
* @param {Function} deps.setCurrentPage - Setter de useState en App.jsx
|
|
12
|
+
* @param {Function} deps.setSuccessMessage - Setter de useState en App.jsx (D-10)
|
|
13
|
+
* @param {string} deps.instanceId - Prop de App.jsx
|
|
14
|
+
* @param {*} deps.selectedUploadFolder - Estado de App.jsx
|
|
15
|
+
* @param {React.MutableRefObject} deps.tempBlobUrlRef - Ref de App.jsx (evitar memory leaks de blob URLs)
|
|
16
|
+
*/
|
|
17
|
+
export default function useUploadActions({ callbacksRef, upload, refetch, activeFeatures, setActiveTab, setSelectedImage, setCurrentPage, setSuccessMessage, instanceId, selectedUploadFolder, tempBlobUrlRef, }: {
|
|
18
|
+
callbacksRef: import("react").MutableRefObject<any>;
|
|
19
|
+
upload: Function;
|
|
20
|
+
refetch: Function;
|
|
21
|
+
activeFeatures: string[];
|
|
22
|
+
setActiveTab: Function;
|
|
23
|
+
setSelectedImage: Function;
|
|
24
|
+
setCurrentPage: Function;
|
|
25
|
+
setSuccessMessage: Function;
|
|
26
|
+
instanceId: string;
|
|
27
|
+
selectedUploadFolder: any;
|
|
28
|
+
tempBlobUrlRef: import("react").MutableRefObject<any>;
|
|
29
|
+
}): {
|
|
30
|
+
handleUploadAndCrop: (file: any) => Promise<void>;
|
|
31
|
+
handleVideoSelect: (videoMeta: any) => void;
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=useUploadActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUploadActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useUploadActions.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;GAeG;AACH,kNAZG;IAAqC,YAAY;IAC1B,MAAM;IACN,OAAO;IACP,cAAc,EAA7B,MAAM,EAAE;IACO,YAAY;IACZ,gBAAgB;IAChB,cAAc;IACd,iBAAiB;IACjB,UAAU,EAAzB,MAAM;IACS,oBAAoB,EAAnC,GAAC;IAC4B,cAAc;CACrD;;;EAiJA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUploadImage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useUploadImage.js"],"names":[],"mappings":"AAGA;;;;;;EA6CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-refactored.d.ts","sourceRoot":"","sources":["../../../src/index-refactored.jsx"],"names":[],"mappings":";;AAmBA;;;;GAIG;AAGH,+BAA8B;0BAzBJ,qBAAqB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aiApi.d.ts","sourceRoot":"","sources":["../../../../src/services/aiApi.js"],"names":[],"mappings":"AAKA,4DAEC;AAED,2EAEC;AAED,uEAIC;AAED,yEAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apiClient.d.ts","sourceRoot":"","sources":["../../../../src/services/apiClient.js"],"names":[],"mappings":"AAgCA;;;;;;GAMG;AACH,2CAJG;IAAuB,SAAS,EAAxB,MAAM;IACU,KAAK,GAArB,MAAM;IACW,IAAI,GAArB,OAAO;CACjB,QAoBA;AAGD;;WAEC;AAuED;;;GAGG;AACH,gCAFW,MAAM,QAOhB;AAED;;GAEG;AACH;;;;;;;EAEC;AAGD;;;;;;;;;;iBA+GC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assetsApi.d.ts","sourceRoot":"","sources":["../../../../src/services/assetsApi.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH,0CAFa,OAAO,KAAQ,CAuB3B;AAED;;;;;;;;GAQG;AACH,kCALW,IAAI,gBACJ,MAAM,GAAC,IAAI,mBACX,OAAO,WACP,MAAM,GAAC,IAAI,gBAuBrB;AAED;;;;;;;;GAQG;AACH,kCALW,MAAM,oBACN,OAAO,oBACP,OAAO,eACP,MAAM,gBAqBhB;AAED;;;;;;;;;;;GAWG;AACH,qCARW,MAAM,QAEd;IAAqB,QAAQ,EAArB,MAAM;IACO,MAAM,EAAnB,MAAM;IACO,QAAQ,EAArB,MAAM;IACO,eAAe;CACpC,GAAU,OAAO,KAAQ,CAgB3B;AAED;;;GAGG;AACH,wDAaC;AAED;;;GAGG;AACH;;;;;;;;iBAuCC;AAED;;;;;;GAMG;AACH,sCAHW,MAAM,eACN,MAAM,gBAqBhB;AAED;;;GAGG;AACH,0EAaC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,2CAVW,MAAM,QACN,IAAI,YAEZ;IAAwB,IAAI,EAApB,MAAM;IACU,KAAK,EAArB,MAAM;IACU,MAAM,EAAtB,MAAM;IACU,MAAM,EAAtB,MAAM;IACW,YAAY,EAA7B,OAAO;CACf,GAAU,OAAO,KAAQ,CAiC3B;AAKD;;;GAGG;AACH,6DAGC;AAED;;;GAGG;AACH,+EAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"foldersApi.d.ts","sourceRoot":"","sources":["../../../../src/services/foldersApi.js"],"names":[],"mappings":"AAgBA;;;;;;;;GAQG;AACH,qCAJG;IAAuB,UAAU,EAAzB,MAAM;IACU,cAAc,EAA9B,OAAO;CACf,GAAU,OAAO,CAAC;IAAC,OAAO,QAAQ;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC,CAsBpD;AAED;;;;;;;;;;GAUG;AACH,mCANG;IAAqB,IAAI,EAAjB,MAAM;IACO,IAAI,EAAjB,MAAM;IACO,WAAW,EAAxB,MAAM;IACO,UAAU,EAAvB,MAAM;CACd,GAAU,OAAO,KAAQ,CAqB3B;AAED;;;;;;GAMG;AACH,oCAHW,MAAM,GACJ,OAAO,KAAQ,CAe3B;AAED;;;;;;;GAOG;AACH,uCAJW,MAAM,cAEJ,OAAO,KAAQ,CAgB3B;AAED;;;;;;;GAOG;AACH,uCAJW,MAAM,UACN,OAAO,GACL,OAAO,KAAQ,CAgB3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imageParamsApi.d.ts","sourceRoot":"","sources":["../../../../src/services/imageParamsApi.js"],"names":[],"mappings":"AAIA;;;iCAmBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portalsApi.d.ts","sourceRoot":"","sources":["../../../../src/services/portalsApi.js"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,0CAHW,OAAO,eACP,OAAO,gBAYjB;AAED;;;;;;;;;;;;;;GAcG;AACH,+CAVG;IAAuB,MAAM,EAArB,MAAM;IACW,OAAO,EAAxB,MAAM,EAAE;IACO,YAAY,EAA3B,MAAM;IACS,CAAC,EAAhB,MAAM;IACU,SAAS,EAAzB,OAAO;IACQ,KAAK,EAApB,MAAM;IACS,MAAM,EAArB,MAAM;IACS,IAAI,EAAnB,MAAM;CACd,SAAQ,OAAO,gBA4CjB;AAED;;;GAGG;AACH,iFAOC;AAED;;;GAGG;AACH,kFAOC;AAED;;;GAGG;AACH,+EAOC;AAED;;;;;;;;;;;;GAYG;AACH,uCARG;IAAuB,MAAM,EAArB,MAAM;IACS,UAAU,EAAzB,MAAM;IACS,IAAI,EAAnB,MAAM;IACS,QAAQ,EAAvB,MAAM;IACS,MAAM,EAArB,MAAM;IACS,KAAK,EAApB,MAAM;CACd,SAAQ,OAAO,gBAiBjB;AAGD,sEAEC;AAGD,6EAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responseAdapters.d.ts","sourceRoot":"","sources":["../../../../src/services/responseAdapters.js"],"names":[],"mappings":"AA8DA;;;;GAIG;AACH,uDA8CC;AAED;;;;GAIG;AACH,4DAqDC;AAED;;;;GAIG;AACH,8DAiCC;AAED;;;;GAIG;AACH,8DAkBC;AAED;;;;GAIG;AACH,wDA8CC;AAED;;;;GAIG;AACH,mEAuEC;AAED;;;;GAIG;AACH,6DAqBC;AAED;;;;GAIG;AACH,wDAoBC;AAED;;;;GAIG;AACH,wCAHW,KAAK,GACH,KAAK,CAkBjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stockApi.d.ts","sourceRoot":"","sources":["../../../../src/services/stockApi.js"],"names":[],"mappings":"AAKA,+DAEC;AAED,6EAEC;AAED,8EAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerQueryDetector.d.ts","sourceRoot":"","sources":["../../../../src/utils/ContainerQueryDetector.js"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;IAEI,kCAA6D;IAI/D;;;OAGG;IACH,0BAFa,OAAO,CAkBnB;IAED;;OAEG;IACH,aASC;IAED;;OAEG;IACH,qBAqBC;IAED;;;;OAIG;IACH,2BAHW,WAAW,GACT,MAAM,CAYlB;IAED;;;;;OAKG;IACH,+BAJW,WAAW,eACX,MAAM,GACJ,OAAO,CAKnB;IAED;;;OAGG;IACH,gCAFW,WAAW,QAYrB;IAED;;OAEG;IACH,sBAuBC;CACF;AAGD,4DAAmE"}
|