@nocobase/plugin-file-manager 2.2.0-beta.9 → 2.2.0
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/client/UseOriginalUrlRadio.d.ts +12 -0
- package/dist/client/index.js +1 -1
- package/dist/client/schemas/storageTypes/ali-oss.d.ts +12 -0
- package/dist/client/schemas/storageTypes/common.d.ts +12 -0
- package/dist/client/schemas/storageTypes/index.d.ts +48 -0
- package/dist/client/schemas/storageTypes/local.d.ts +12 -0
- package/dist/client/schemas/storageTypes/s3.d.ts +12 -0
- package/dist/client/schemas/storageTypes/tx-cos.d.ts +12 -0
- package/dist/client-v2/125.9cdb7cf3ef4712ef.js +10 -0
- package/dist/client-v2/{229.bd72c2d7aa088310.js → 229.297c431f63a29cb2.js} +1 -1
- package/dist/client-v2/{336.1dd1b32466d0c778.js → 336.04d06f2cdcc3d0b5.js} +1 -1
- package/dist/client-v2/{43.eb45d53ba3e9828b.js → 43.1ec3e5bf1118d239.js} +1 -1
- package/dist/client-v2/450.d49b00f3c0388c74.js +10 -0
- package/dist/client-v2/{929.d7e783304cc1f236.js → 929.3744119eff70b3a3.js} +1 -1
- package/dist/client-v2/components/PublicAccessField.d.ts +19 -0
- package/dist/client-v2/components/UseOriginalUrlField.d.ts +25 -0
- package/dist/client-v2/components/index.d.ts +2 -0
- package/dist/client-v2/index.d.ts +4 -2
- package/dist/client-v2/index.js +1 -1
- package/dist/client-v2/interfaces/attachment.d.ts +76 -0
- package/dist/client-v2/models/DisplayPreviewFieldModel.d.ts +22 -0
- package/dist/client-v2/models/UploadActionModel.d.ts +26 -0
- package/dist/client-v2/previewer/filePreviewTypes.d.ts +15 -1
- package/dist/externalVersion.js +13 -10
- package/dist/locale/de-DE.json +7 -0
- package/dist/locale/en-US.json +7 -0
- package/dist/locale/es-ES.json +7 -0
- package/dist/locale/fr-FR.json +7 -0
- package/dist/locale/hu-HU.json +7 -0
- package/dist/locale/id-ID.json +7 -0
- package/dist/locale/it-IT.json +7 -0
- package/dist/locale/ja-JP.json +7 -0
- package/dist/locale/ko-KR.json +7 -0
- package/dist/locale/nl-NL.json +7 -0
- package/dist/locale/pt-BR.json +7 -0
- package/dist/locale/ru-RU.json +7 -0
- package/dist/locale/tr-TR.json +7 -0
- package/dist/locale/uk-UA.json +7 -0
- package/dist/locale/vi-VN.json +7 -0
- package/dist/locale/zh-CN.json +7 -0
- package/dist/locale/zh-TW.json +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +59 -116
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/index.js +59 -116
- package/dist/node_modules/@aws-sdk/lib-storage/package.json +1 -1
- package/dist/node_modules/@aws-sdk/s3-request-presigner/LICENSE +201 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +11113 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-es/constants.js +9 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-es/getSignedUrl.js +66 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-es/index.js +2 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +58 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/constants.d.ts +9 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +6 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +15 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/constants.d.ts +9 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/getSignedUrl.d.ts +11 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +40 -0
- package/dist/node_modules/@aws-sdk/s3-request-presigner/package.json +1 -0
- package/dist/node_modules/ali-oss/package.json +1 -1
- package/dist/node_modules/cos-nodejs-sdk-v5/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mime-types/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/url-join/package.json +1 -1
- package/dist/server/actions/attachments.js +21 -1
- package/dist/server/actions/get-file.d.ts +13 -0
- package/dist/server/actions/get-file.js +152 -0
- package/dist/server/actions/index.d.ts +1 -3
- package/dist/server/actions/index.js +8 -1
- package/dist/server/commands/repair-filenames.js +34 -14
- package/dist/server/file-access.d.ts +11 -0
- package/dist/server/file-access.js +134 -0
- package/dist/server/index.d.ts +2 -1
- package/dist/server/index.js +7 -1
- package/dist/server/resolve-file-access-filter.d.ts +11 -0
- package/dist/server/resolve-file-access-filter.js +63 -0
- package/dist/server/server.d.ts +23 -2
- package/dist/server/server.js +108 -15
- package/dist/server/storages/ali-oss.d.ts +2 -1
- package/dist/server/storages/ali-oss.js +12 -0
- package/dist/server/storages/index.d.ts +15 -2
- package/dist/server/storages/index.js +28 -5
- package/dist/server/storages/local.d.ts +2 -2
- package/dist/server/storages/local.js +9 -3
- package/dist/server/storages/s3.d.ts +2 -1
- package/dist/server/storages/s3.js +14 -0
- package/dist/server/storages/tx-cos.d.ts +2 -1
- package/dist/server/storages/tx-cos.js +27 -0
- package/dist/server/temporary-access.d.ts +31 -0
- package/dist/server/temporary-access.js +170 -0
- package/dist/server/utils.d.ts +27 -0
- package/dist/server/utils.js +83 -2
- package/package.json +5 -3
- package/dist/client-v2/125.0b8eef1f19b87042.js +0 -10
- package/dist/client-v2/450.c060947ac34d26e1.js +0 -10
package/dist/locale/de-DE.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Mehrere Typen durch Kommas getrennt, zum Beispiel: \"image/*\", \"image/png\", \"image/*, application/pdf\" usw.",
|
|
35
35
|
"Path": "Pfad",
|
|
36
|
+
"File URL": "Datei-URL",
|
|
37
|
+
"NocoBase URL": "NocoBase-URL",
|
|
38
|
+
"Original URL": "Ursprüngliche URL",
|
|
39
|
+
"Allow public access": "Öffentlichen Zugriff erlauben",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Verwendet eine NocoBase-Datei-URL und berücksichtigt die für den Dateidatensatz konfigurierten Anzeigeberechtigungen.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "Die URL verweist direkt auf den Speicherdienst und wird nicht über NocoBase geleitet.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Wenn diese Option aktiviert ist, kann jeder mit der Datei-URL ohne NocoBase-Berechtigungsprüfung auf die Datei zugreifen.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "PDF-Vorschau fehlgeschlagen. Bitte laden Sie die Datei herunter, um sie anzuzeigen.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Die PDF-Vorschau konnte die Datei nicht laden. Wenn die Datei auf einer anderen Domain gespeichert ist, konfigurieren Sie CORS für den externen Speicher, damit diese Website die Datei lesen darf.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Die Ressourcen für die PDF-Vorschau konnten nicht geladen werden. Bitte aktualisieren Sie die Seite und prüfen Sie, ob die statischen Plugin-Dateien korrekt bereitgestellt wurden.",
|
package/dist/locale/en-US.json
CHANGED
|
@@ -35,6 +35,13 @@
|
|
|
35
35
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
36
36
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
37
37
|
"Path": "Path",
|
|
38
|
+
"File URL": "File URL",
|
|
39
|
+
"NocoBase URL": "NocoBase URL",
|
|
40
|
+
"Original URL": "Original URL",
|
|
41
|
+
"Allow public access": "Allow public access",
|
|
42
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Uses a NocoBase file URL and follows the view permissions configured for the file record.",
|
|
43
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "The URL points directly to the storage service and does not pass through NocoBase.",
|
|
44
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "When checked, anyone with the file URL can access the file without NocoBase permission checks.",
|
|
38
45
|
"PDF preview failed. Please download the file to preview it.": "PDF preview failed. Please download the file to preview it.",
|
|
39
46
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.",
|
|
40
47
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.",
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Path",
|
|
36
|
+
"File URL": "URL del archivo",
|
|
37
|
+
"NocoBase URL": "URL de NocoBase",
|
|
38
|
+
"Original URL": "URL original",
|
|
39
|
+
"Allow public access": "Permitir acceso público",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Utiliza una URL de archivo de NocoBase y respeta los permisos de visualización configurados para el registro del archivo.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "La URL apunta directamente al servicio de almacenamiento y no pasa por NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Cuando está marcado, cualquier persona con la URL del archivo puede acceder a él sin comprobaciones de permisos de NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "La vista previa del PDF falló. Descargue el archivo para verlo.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "La vista previa del PDF no pudo cargar el archivo. Si el archivo está almacenado en otro dominio, configure CORS en el almacenamiento externo para permitir que este sitio lea el archivo.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "No se pudieron cargar los recursos de vista previa del PDF. Actualice la página y compruebe si los archivos estáticos del plugin se han desplegado correctamente.",
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Chemin",
|
|
36
|
+
"File URL": "URL du fichier",
|
|
37
|
+
"NocoBase URL": "URL NocoBase",
|
|
38
|
+
"Original URL": "URL d’origine",
|
|
39
|
+
"Allow public access": "Autoriser l’accès public",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Utilise une URL de fichier NocoBase et respecte les autorisations de consultation configurées pour l’enregistrement du fichier.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "L’URL pointe directement vers le service de stockage et ne passe pas par NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Lorsque cette option est cochée, toute personne disposant de l’URL du fichier peut y accéder sans contrôle des autorisations NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "L'aperçu du PDF a échoué. Veuillez télécharger le fichier pour le consulter.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "L'aperçu du PDF n'a pas pu charger le fichier. Si le fichier est stocké sur un autre domaine, configurez CORS pour le stockage externe afin d'autoriser ce site à lire le fichier.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Les ressources de l'aperçu du PDF n'ont pas pu être chargées. Veuillez actualiser la page et vérifier que les fichiers statiques du plugin sont correctement déployés.",
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
29
29
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Több típus vesszővel elválasztva, például: \"image/*\", \"image/png\", \"image/*, application/pdf\" stb.",
|
|
30
30
|
"Path": "Útvonal",
|
|
31
|
+
"File URL": "Fájl URL",
|
|
32
|
+
"NocoBase URL": "NocoBase URL",
|
|
33
|
+
"Original URL": "Eredeti URL",
|
|
34
|
+
"Allow public access": "Nyilvános hozzáférés engedélyezése",
|
|
35
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "NocoBase fájl URL-t használ, és követi a fájlrekordhoz beállított megtekintési jogosultságokat.",
|
|
36
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "Az URL közvetlenül a tárhelyszolgáltatásra mutat, és nem halad át a NocoBase-en.",
|
|
37
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Bejelölés esetén a fájl URL-jének birtokában bárki hozzáférhet a fájlhoz NocoBase jogosultság-ellenőrzés nélkül.",
|
|
31
38
|
"PDF preview failed. Please download the file to preview it.": "A PDF előnézete sikertelen. Kérjük, töltse le a fájlt a megtekintéshez.",
|
|
32
39
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "A PDF előnézete nem tudta betölteni a fájlt. Ha a fájl másik tartományban van tárolva, állítsa be a CORS-t a külső tárhelyen, hogy ez a webhely olvashassa a fájlt.",
|
|
33
40
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "A PDF előnézeti erőforrásai nem töltődtek be. Kérjük, frissítse az oldalt, és ellenőrizze, hogy a plugin statikus fájljai megfelelően lettek-e telepítve.",
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
29
29
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Beberapa tipe dipisahkan dengan koma, contoh: \"image/*\", \"image/png\", \"image/*, application/pdf\" dll.",
|
|
30
30
|
"Path": "Jalur",
|
|
31
|
+
"File URL": "URL file",
|
|
32
|
+
"NocoBase URL": "URL NocoBase",
|
|
33
|
+
"Original URL": "URL asli",
|
|
34
|
+
"Allow public access": "Izinkan akses publik",
|
|
35
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Menggunakan URL file NocoBase dan mengikuti izin melihat yang dikonfigurasi untuk rekaman file.",
|
|
36
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL mengarah langsung ke layanan penyimpanan dan tidak melewati NocoBase.",
|
|
37
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Saat dicentang, siapa pun yang memiliki URL file dapat mengakses file tanpa pemeriksaan izin NocoBase.",
|
|
31
38
|
"PDF preview failed. Please download the file to preview it.": "Pratinjau PDF gagal. Silakan unduh file untuk melihatnya.",
|
|
32
39
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Pratinjau PDF gagal memuat file. Jika file disimpan di domain lain, konfigurasikan CORS pada penyimpanan eksternal agar situs ini dapat membaca file tersebut.",
|
|
33
40
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Sumber daya pratinjau PDF gagal dimuat. Silakan segarkan halaman dan periksa apakah file statis plugin telah diterapkan dengan benar.",
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Più tipi separati da virgola, ad esempio: \"image/*\", \"image/png\", \"image/*, application/pdf\" ecc.",
|
|
35
35
|
"Path": "Percorso",
|
|
36
|
+
"File URL": "URL del file",
|
|
37
|
+
"NocoBase URL": "URL NocoBase",
|
|
38
|
+
"Original URL": "URL originale",
|
|
39
|
+
"Allow public access": "Consenti accesso pubblico",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Utilizza un URL file di NocoBase e rispetta le autorizzazioni di visualizzazione configurate per il record del file.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "L’URL punta direttamente al servizio di archiviazione e non passa attraverso NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Quando è selezionato, chiunque disponga dell’URL del file può accedervi senza controlli delle autorizzazioni di NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "Anteprima PDF non riuscita. Scarica il file per visualizzarlo.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "L'anteprima PDF non è riuscita a caricare il file. Se il file è archiviato su un altro dominio, configura CORS per l'archiviazione esterna per consentire a questo sito di leggere il file.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Le risorse dell'anteprima PDF non sono state caricate. Aggiorna la pagina e verifica che i file statici del plugin siano distribuiti correttamente.",
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "複数のタイプはカンマで区切ります。 例えば「image/*」「image/png」「image/*、application/pdf」など。",
|
|
35
35
|
"Path": "パス",
|
|
36
|
+
"File URL": "ファイル URL",
|
|
37
|
+
"NocoBase URL": "NocoBase URL",
|
|
38
|
+
"Original URL": "元の URL",
|
|
39
|
+
"Allow public access": "公開アクセスを許可",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "NocoBase のファイル URL を使用し、ファイルレコードに設定された表示権限に従います。",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL はストレージサービスを直接指し、NocoBase を経由しません。",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "チェックすると、ファイル URL を知っているすべてのユーザーが NocoBase の権限チェックなしでファイルにアクセスできます。",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "PDF のプレビューに失敗しました。ファイルをダウンロードして確認してください。",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF プレビューでファイルを読み込めませんでした。ファイルが別ドメインに保存されている場合は、このサイトがファイルを読み取れるように外部ストレージの CORS を設定してください。",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF プレビューのリソースを読み込めませんでした。ページを更新し、プラグインの静的ファイルが正しくデプロイされているか確認してください。",
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -34,6 +34,13 @@
|
|
|
34
34
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
35
35
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
36
36
|
"Path": "경로",
|
|
37
|
+
"File URL": "파일 URL",
|
|
38
|
+
"NocoBase URL": "NocoBase URL",
|
|
39
|
+
"Original URL": "원본 URL",
|
|
40
|
+
"Allow public access": "공개 액세스 허용",
|
|
41
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "NocoBase 파일 URL을 사용하며 파일 레코드에 설정된 보기 권한을 따릅니다.",
|
|
42
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL은 스토리지 서비스를 직접 가리키며 NocoBase를 거치지 않습니다.",
|
|
43
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "선택하면 파일 URL을 가진 누구나 NocoBase 권한 검사 없이 파일에 접근할 수 있습니다.",
|
|
37
44
|
"PDF preview failed. Please download the file to preview it.": "PDF 미리보기에 실패했습니다. 파일을 다운로드하여 확인하세요.",
|
|
38
45
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 미리보기가 파일을 불러오지 못했습니다. 파일이 다른 도메인에 저장되어 있다면 이 사이트가 파일을 읽을 수 있도록 외부 저장소의 CORS를 설정하세요.",
|
|
39
46
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 미리보기 리소스를 불러오지 못했습니다. 페이지를 새로고침하고 플러그인 정적 파일이 올바르게 배포되었는지 확인하세요.",
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Meerdere typen gescheiden door een komma, bijvoorbeeld: \"image/*\", \"image/png\", \"image/*, application/pdf\" enz.",
|
|
35
35
|
"Path": "Pad",
|
|
36
|
+
"File URL": "Bestands-URL",
|
|
37
|
+
"NocoBase URL": "NocoBase-URL",
|
|
38
|
+
"Original URL": "Oorspronkelijke URL",
|
|
39
|
+
"Allow public access": "Openbare toegang toestaan",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Gebruikt een NocoBase-bestands-URL en volgt de weergavemachtigingen die voor het bestandsrecord zijn ingesteld.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "De URL verwijst rechtstreeks naar de opslagservice en loopt niet via NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Wanneer dit is aangevinkt, kan iedereen met de bestands-URL het bestand openen zonder NocoBase-machtigingscontrole.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "PDF-voorbeeld mislukt. Download het bestand om het te bekijken.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Het PDF-voorbeeld kon het bestand niet laden. Als het bestand op een ander domein is opgeslagen, configureer dan CORS voor de externe opslag zodat deze site het bestand kan lezen.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "De PDF-voorbeeldbronnen konden niet worden geladen. Vernieuw de pagina en controleer of de statische pluginbestanden correct zijn geïmplementeerd.",
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Path",
|
|
36
|
+
"File URL": "URL do arquivo",
|
|
37
|
+
"NocoBase URL": "URL do NocoBase",
|
|
38
|
+
"Original URL": "URL original",
|
|
39
|
+
"Allow public access": "Permitir acesso público",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Usa uma URL de arquivo do NocoBase e segue as permissões de visualização configuradas para o registro do arquivo.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "A URL aponta diretamente para o serviço de armazenamento e não passa pelo NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Quando marcado, qualquer pessoa com a URL do arquivo pode acessá-lo sem verificações de permissão do NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "A pré-visualização do PDF falhou. Baixe o arquivo para visualizá-lo.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "A pré-visualização do PDF não conseguiu carregar o arquivo. Se o arquivo estiver armazenado em outro domínio, configure CORS no armazenamento externo para permitir que este site leia o arquivo.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Os recursos de pré-visualização do PDF não foram carregados. Atualize a página e verifique se os arquivos estáticos do plugin foram implantados corretamente.",
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Несколько типов, разделенных запятой, например: \"image/*\", \"image/png\", \"image/*, application/pdf\" и т. д.",
|
|
35
35
|
"Path": "Путь",
|
|
36
|
+
"File URL": "URL файла",
|
|
37
|
+
"NocoBase URL": "URL NocoBase",
|
|
38
|
+
"Original URL": "Исходный URL",
|
|
39
|
+
"Allow public access": "Разрешить публичный доступ",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Использует URL файла NocoBase и учитывает разрешения на просмотр, настроенные для записи файла.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL указывает непосредственно на службу хранения и не проходит через NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Если флажок установлен, любой, у кого есть URL файла, может получить к нему доступ без проверки разрешений NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "Не удалось выполнить предварительный просмотр PDF. Скачайте файл, чтобы просмотреть его.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Предварительный просмотр PDF не смог загрузить файл. Если файл хранится на другом домене, настройте CORS для внешнего хранилища, чтобы разрешить этому сайту читать файл.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Не удалось загрузить ресурсы предварительного просмотра PDF. Обновите страницу и проверьте, правильно ли развернуты статические файлы плагина.",
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Path",
|
|
36
|
+
"File URL": "Dosya URL'si",
|
|
37
|
+
"NocoBase URL": "NocoBase URL",
|
|
38
|
+
"Original URL": "Orijinal URL",
|
|
39
|
+
"Allow public access": "Herkese açık erişime izin ver",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Bir NocoBase dosya URL'si kullanır ve dosya kaydı için yapılandırılan görüntüleme izinlerini izler.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL doğrudan depolama hizmetini gösterir ve NocoBase üzerinden geçmez.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "İşaretlendiğinde, dosya URL'sine sahip herkes NocoBase izin kontrolleri olmadan dosyaya erişebilir.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "PDF önizlemesi başarısız oldu. Görüntülemek için lütfen dosyayı indirin.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF önizlemesi dosyayı yükleyemedi. Dosya başka bir alan adında saklanıyorsa, bu sitenin dosyayı okuyabilmesi için harici depolamada CORS yapılandırın.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF önizleme kaynakları yüklenemedi. Lütfen sayfayı yenileyin ve eklenti statik dosyalarının doğru dağıtıldığını kontrol edin.",
|
package/dist/locale/uk-UA.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Path",
|
|
36
|
+
"File URL": "URL-адреса файлу",
|
|
37
|
+
"NocoBase URL": "URL NocoBase",
|
|
38
|
+
"Original URL": "Оригінальна URL-адреса",
|
|
39
|
+
"Allow public access": "Дозволити публічний доступ",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Використовує URL-адресу файлу NocoBase та враховує дозволи на перегляд, налаштовані для запису файлу.",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL-адреса вказує безпосередньо на службу зберігання й не проходить через NocoBase.",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Якщо позначено, будь-хто, хто має URL-адресу файлу, може отримати до нього доступ без перевірки дозволів NocoBase.",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "Не вдалося попередньо переглянути PDF. Завантажте файл, щоб переглянути його.",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Попередній перегляд PDF не зміг завантажити файл. Якщо файл зберігається в іншому домені, налаштуйте CORS для зовнішнього сховища, щоб дозволити цьому сайту читати файл.",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Не вдалося завантажити ресурси попереднього перегляду PDF. Оновіть сторінку та перевірте, чи правильно розгорнуто статичні файли плагіна.",
|
package/dist/locale/vi-VN.json
CHANGED
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
29
29
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
30
30
|
"Path": "Path",
|
|
31
|
+
"File URL": "URL tệp",
|
|
32
|
+
"NocoBase URL": "URL NocoBase",
|
|
33
|
+
"Original URL": "URL gốc",
|
|
34
|
+
"Allow public access": "Cho phép truy cập công khai",
|
|
35
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "Sử dụng URL tệp NocoBase và tuân theo quyền xem được cấu hình cho bản ghi tệp.",
|
|
36
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "URL trỏ trực tiếp đến dịch vụ lưu trữ và không đi qua NocoBase.",
|
|
37
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "Khi được chọn, bất kỳ ai có URL tệp đều có thể truy cập tệp mà không cần NocoBase kiểm tra quyền.",
|
|
31
38
|
"PDF preview failed. Please download the file to preview it.": "Xem trước PDF thất bại. Vui lòng tải tệp xuống để xem.",
|
|
32
39
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "Xem trước PDF không tải được tệp. Nếu tệp được lưu trữ trên tên miền khác, hãy cấu hình CORS cho bộ nhớ ngoài để cho phép trang này đọc tệp.",
|
|
33
40
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "Không tải được tài nguyên xem trước PDF. Vui lòng làm mới trang và kiểm tra xem các tệp tĩnh của plugin đã được triển khai đúng chưa.",
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -34,6 +34,13 @@
|
|
|
34
34
|
"Minimum from 1 byte.": "最小为 1 字节。",
|
|
35
35
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "多个类型用逗号分隔,例如:\"image/*\", \"image/png\", \"image/*, application/pdf\" 等。",
|
|
36
36
|
"Path": "路径",
|
|
37
|
+
"File URL": "文件 URL",
|
|
38
|
+
"NocoBase URL": "NocoBase URL",
|
|
39
|
+
"Original URL": "原始 URL",
|
|
40
|
+
"Allow public access": "允许公开访问",
|
|
41
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "使用 NocoBase 文件 URL,并遵循文件记录配置的查看权限。",
|
|
42
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "该 URL 直接指向存储服务,不会经过 NocoBase。",
|
|
43
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "勾选后,任何获取到文件 URL 的用户都可以访问文件,不会经过 NocoBase 权限检查。",
|
|
37
44
|
"PDF preview failed. Please download the file to preview it.": "PDF 预览失败,请下载文件后查看。",
|
|
38
45
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 预览加载文件失败。如果文件存储在其他域名,请为外部存储配置 CORS,允许当前站点读取文件。",
|
|
39
46
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 预览资源加载失败,请刷新页面并检查插件静态文件是否已正确部署。",
|
package/dist/locale/zh-TW.json
CHANGED
|
@@ -33,6 +33,13 @@
|
|
|
33
33
|
"Minimum from 1 byte.": "Minimum from 1 byte.",
|
|
34
34
|
"Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types separated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
|
|
35
35
|
"Path": "Path",
|
|
36
|
+
"File URL": "檔案 URL",
|
|
37
|
+
"NocoBase URL": "NocoBase URL",
|
|
38
|
+
"Original URL": "原始 URL",
|
|
39
|
+
"Allow public access": "允許公開存取",
|
|
40
|
+
"Uses a NocoBase file URL and follows the view permissions configured for the file record.": "使用 NocoBase 檔案 URL,並遵循檔案記錄所設定的檢視權限。",
|
|
41
|
+
"The URL points directly to the storage service and does not pass through NocoBase.": "該 URL 直接指向儲存服務,不會經過 NocoBase。",
|
|
42
|
+
"When checked, anyone with the file URL can access the file without NocoBase permission checks.": "勾選後,任何取得檔案 URL 的使用者都可以存取檔案,不會經過 NocoBase 權限檢查。",
|
|
36
43
|
"PDF preview failed. Please download the file to preview it.": "PDF 預覽失敗,請下載檔案後查看。",
|
|
37
44
|
"PDF preview failed to load the file. If the file is stored on another domain, configure CORS for the external storage to allow this site to read the file.": "PDF 預覽載入檔案失敗。如果檔案儲存在其他網域,請為外部儲存設定 CORS,允許目前網站讀取檔案。",
|
|
38
45
|
"PDF preview resources failed to load. Please refresh the page and check whether plugin static files are deployed correctly.": "PDF 預覽資源載入失敗,請重新整理頁面並檢查外掛靜態檔案是否已正確部署。",
|
|
@@ -24908,7 +24908,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
24908
24908
|
|
|
24909
24909
|
// src/fetch-http-handler.ts
|
|
24910
24910
|
var import_protocol_http = __nccwpck_require__(4418);
|
|
24911
|
-
var import_querystring_builder = __nccwpck_require__(
|
|
24911
|
+
var import_querystring_builder = __nccwpck_require__(8031);
|
|
24912
24912
|
|
|
24913
24913
|
// src/create-request.ts
|
|
24914
24914
|
function createRequest(url, requestOptions) {
|
|
@@ -25140,63 +25140,6 @@ __name(readToBase64, "readToBase64");
|
|
|
25140
25140
|
|
|
25141
25141
|
|
|
25142
25142
|
|
|
25143
|
-
/***/ }),
|
|
25144
|
-
|
|
25145
|
-
/***/ 920:
|
|
25146
|
-
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
25147
|
-
|
|
25148
|
-
var __defProp = Object.defineProperty;
|
|
25149
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
25150
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
25151
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
25152
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
25153
|
-
var __export = (target, all) => {
|
|
25154
|
-
for (var name in all)
|
|
25155
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
25156
|
-
};
|
|
25157
|
-
var __copyProps = (to, from, except, desc) => {
|
|
25158
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
25159
|
-
for (let key of __getOwnPropNames(from))
|
|
25160
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
25161
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
25162
|
-
}
|
|
25163
|
-
return to;
|
|
25164
|
-
};
|
|
25165
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25166
|
-
|
|
25167
|
-
// src/index.ts
|
|
25168
|
-
var src_exports = {};
|
|
25169
|
-
__export(src_exports, {
|
|
25170
|
-
buildQueryString: () => buildQueryString
|
|
25171
|
-
});
|
|
25172
|
-
module.exports = __toCommonJS(src_exports);
|
|
25173
|
-
var import_util_uri_escape = __nccwpck_require__(4197);
|
|
25174
|
-
function buildQueryString(query) {
|
|
25175
|
-
const parts = [];
|
|
25176
|
-
for (let key of Object.keys(query).sort()) {
|
|
25177
|
-
const value = query[key];
|
|
25178
|
-
key = (0, import_util_uri_escape.escapeUri)(key);
|
|
25179
|
-
if (Array.isArray(value)) {
|
|
25180
|
-
for (let i = 0, iLen = value.length; i < iLen; i++) {
|
|
25181
|
-
parts.push(`${key}=${(0, import_util_uri_escape.escapeUri)(value[i])}`);
|
|
25182
|
-
}
|
|
25183
|
-
} else {
|
|
25184
|
-
let qsEntry = key;
|
|
25185
|
-
if (value || typeof value === "string") {
|
|
25186
|
-
qsEntry += `=${(0, import_util_uri_escape.escapeUri)(value)}`;
|
|
25187
|
-
}
|
|
25188
|
-
parts.push(qsEntry);
|
|
25189
|
-
}
|
|
25190
|
-
}
|
|
25191
|
-
return parts.join("&");
|
|
25192
|
-
}
|
|
25193
|
-
__name(buildQueryString, "buildQueryString");
|
|
25194
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
25195
|
-
|
|
25196
|
-
0 && (0);
|
|
25197
|
-
|
|
25198
|
-
|
|
25199
|
-
|
|
25200
25143
|
/***/ }),
|
|
25201
25144
|
|
|
25202
25145
|
/***/ 3081:
|
|
@@ -27516,7 +27459,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
27516
27459
|
|
|
27517
27460
|
// src/node-http-handler.ts
|
|
27518
27461
|
var import_protocol_http = __nccwpck_require__(4418);
|
|
27519
|
-
var import_querystring_builder = __nccwpck_require__(
|
|
27462
|
+
var import_querystring_builder = __nccwpck_require__(8031);
|
|
27520
27463
|
var import_http = __nccwpck_require__(3685);
|
|
27521
27464
|
var import_https = __nccwpck_require__(5687);
|
|
27522
27465
|
|
|
@@ -28276,63 +28219,6 @@ __name(collectReadableStream, "collectReadableStream");
|
|
|
28276
28219
|
|
|
28277
28220
|
|
|
28278
28221
|
|
|
28279
|
-
/***/ }),
|
|
28280
|
-
|
|
28281
|
-
/***/ 2768:
|
|
28282
|
-
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
28283
|
-
|
|
28284
|
-
var __defProp = Object.defineProperty;
|
|
28285
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
28286
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
28287
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
28288
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
28289
|
-
var __export = (target, all) => {
|
|
28290
|
-
for (var name in all)
|
|
28291
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
28292
|
-
};
|
|
28293
|
-
var __copyProps = (to, from, except, desc) => {
|
|
28294
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
28295
|
-
for (let key of __getOwnPropNames(from))
|
|
28296
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
28297
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
28298
|
-
}
|
|
28299
|
-
return to;
|
|
28300
|
-
};
|
|
28301
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28302
|
-
|
|
28303
|
-
// src/index.ts
|
|
28304
|
-
var src_exports = {};
|
|
28305
|
-
__export(src_exports, {
|
|
28306
|
-
buildQueryString: () => buildQueryString
|
|
28307
|
-
});
|
|
28308
|
-
module.exports = __toCommonJS(src_exports);
|
|
28309
|
-
var import_util_uri_escape = __nccwpck_require__(4197);
|
|
28310
|
-
function buildQueryString(query) {
|
|
28311
|
-
const parts = [];
|
|
28312
|
-
for (let key of Object.keys(query).sort()) {
|
|
28313
|
-
const value = query[key];
|
|
28314
|
-
key = (0, import_util_uri_escape.escapeUri)(key);
|
|
28315
|
-
if (Array.isArray(value)) {
|
|
28316
|
-
for (let i = 0, iLen = value.length; i < iLen; i++) {
|
|
28317
|
-
parts.push(`${key}=${(0, import_util_uri_escape.escapeUri)(value[i])}`);
|
|
28318
|
-
}
|
|
28319
|
-
} else {
|
|
28320
|
-
let qsEntry = key;
|
|
28321
|
-
if (value || typeof value === "string") {
|
|
28322
|
-
qsEntry += `=${(0, import_util_uri_escape.escapeUri)(value)}`;
|
|
28323
|
-
}
|
|
28324
|
-
parts.push(qsEntry);
|
|
28325
|
-
}
|
|
28326
|
-
}
|
|
28327
|
-
return parts.join("&");
|
|
28328
|
-
}
|
|
28329
|
-
__name(buildQueryString, "buildQueryString");
|
|
28330
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28331
|
-
|
|
28332
|
-
0 && (0);
|
|
28333
|
-
|
|
28334
|
-
|
|
28335
|
-
|
|
28336
28222
|
/***/ }),
|
|
28337
28223
|
|
|
28338
28224
|
/***/ 9721:
|
|
@@ -28765,6 +28651,63 @@ __name(isValidHostname, "isValidHostname");
|
|
|
28765
28651
|
|
|
28766
28652
|
|
|
28767
28653
|
|
|
28654
|
+
/***/ }),
|
|
28655
|
+
|
|
28656
|
+
/***/ 8031:
|
|
28657
|
+
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
28658
|
+
|
|
28659
|
+
var __defProp = Object.defineProperty;
|
|
28660
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
28661
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
28662
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
28663
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
28664
|
+
var __export = (target, all) => {
|
|
28665
|
+
for (var name in all)
|
|
28666
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
28667
|
+
};
|
|
28668
|
+
var __copyProps = (to, from, except, desc) => {
|
|
28669
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
28670
|
+
for (let key of __getOwnPropNames(from))
|
|
28671
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
28672
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
28673
|
+
}
|
|
28674
|
+
return to;
|
|
28675
|
+
};
|
|
28676
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28677
|
+
|
|
28678
|
+
// src/index.ts
|
|
28679
|
+
var src_exports = {};
|
|
28680
|
+
__export(src_exports, {
|
|
28681
|
+
buildQueryString: () => buildQueryString
|
|
28682
|
+
});
|
|
28683
|
+
module.exports = __toCommonJS(src_exports);
|
|
28684
|
+
var import_util_uri_escape = __nccwpck_require__(4197);
|
|
28685
|
+
function buildQueryString(query) {
|
|
28686
|
+
const parts = [];
|
|
28687
|
+
for (let key of Object.keys(query).sort()) {
|
|
28688
|
+
const value = query[key];
|
|
28689
|
+
key = (0, import_util_uri_escape.escapeUri)(key);
|
|
28690
|
+
if (Array.isArray(value)) {
|
|
28691
|
+
for (let i = 0, iLen = value.length; i < iLen; i++) {
|
|
28692
|
+
parts.push(`${key}=${(0, import_util_uri_escape.escapeUri)(value[i])}`);
|
|
28693
|
+
}
|
|
28694
|
+
} else {
|
|
28695
|
+
let qsEntry = key;
|
|
28696
|
+
if (value || typeof value === "string") {
|
|
28697
|
+
qsEntry += `=${(0, import_util_uri_escape.escapeUri)(value)}`;
|
|
28698
|
+
}
|
|
28699
|
+
parts.push(qsEntry);
|
|
28700
|
+
}
|
|
28701
|
+
}
|
|
28702
|
+
return parts.join("&");
|
|
28703
|
+
}
|
|
28704
|
+
__name(buildQueryString, "buildQueryString");
|
|
28705
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
28706
|
+
|
|
28707
|
+
0 && (0);
|
|
28708
|
+
|
|
28709
|
+
|
|
28710
|
+
|
|
28768
28711
|
/***/ }),
|
|
28769
28712
|
|
|
28770
28713
|
/***/ 4769:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.750.0","scripts":{"build":"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3","test":"yarn g:vitest run","test:browser":"node ./test/browser-build/esbuild && yarn g:vitest run -c vitest.config.browser.ts","test:browser:watch":"node ./test/browser-build/esbuild && yarn g:vitest watch -c vitest.config.browser.ts","test:e2e":"yarn g:vitest run -c vitest.config.e2e.ts && yarn test:browser","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.ts","test:watch":"yarn g:vitest watch"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.750.0","@aws-sdk/credential-provider-node":"3.750.0","@aws-sdk/middleware-bucket-endpoint":"3.734.0","@aws-sdk/middleware-expect-continue":"3.734.0","@aws-sdk/middleware-flexible-checksums":"3.750.0","@aws-sdk/middleware-host-header":"3.734.0","@aws-sdk/middleware-location-constraint":"3.734.0","@aws-sdk/middleware-logger":"3.734.0","@aws-sdk/middleware-recursion-detection":"3.734.0","@aws-sdk/middleware-sdk-s3":"3.750.0","@aws-sdk/middleware-ssec":"3.734.0","@aws-sdk/middleware-user-agent":"3.750.0","@aws-sdk/region-config-resolver":"3.734.0","@aws-sdk/signature-v4-multi-region":"3.750.0","@aws-sdk/types":"3.734.0","@aws-sdk/util-endpoints":"3.743.0","@aws-sdk/util-user-agent-browser":"3.734.0","@aws-sdk/util-user-agent-node":"3.750.0","@aws-sdk/xml-builder":"3.734.0","@smithy/config-resolver":"^4.0.1","@smithy/core":"^3.1.4","@smithy/eventstream-serde-browser":"^4.0.1","@smithy/eventstream-serde-config-resolver":"^4.0.1","@smithy/eventstream-serde-node":"^4.0.1","@smithy/fetch-http-handler":"^5.0.1","@smithy/hash-blob-browser":"^4.0.1","@smithy/hash-node":"^4.0.1","@smithy/hash-stream-node":"^4.0.1","@smithy/invalid-dependency":"^4.0.1","@smithy/md5-js":"^4.0.1","@smithy/middleware-content-length":"^4.0.1","@smithy/middleware-endpoint":"^4.0.5","@smithy/middleware-retry":"^4.0.6","@smithy/middleware-serde":"^4.0.2","@smithy/middleware-stack":"^4.0.1","@smithy/node-config-provider":"^4.0.1","@smithy/node-http-handler":"^4.0.2","@smithy/protocol-http":"^5.0.1","@smithy/smithy-client":"^4.1.5","@smithy/types":"^4.1.0","@smithy/url-parser":"^4.0.1","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.6","@smithy/util-defaults-mode-node":"^4.0.6","@smithy/util-endpoints":"^3.0.1","@smithy/util-middleware":"^4.0.1","@smithy/util-retry":"^4.0.1","@smithy/util-stream":"^4.1.1","@smithy/util-utf8":"^4.0.0","@smithy/util-waiter":"^4.0.2","tslib":"^2.6.2"},"devDependencies":{"@aws-sdk/signature-v4-crt":"3.750.0","@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.2.2"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-s3"},"_lastModified":"2026-
|
|
1
|
+
{"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.750.0","scripts":{"build":"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3","test":"yarn g:vitest run","test:browser":"node ./test/browser-build/esbuild && yarn g:vitest run -c vitest.config.browser.ts","test:browser:watch":"node ./test/browser-build/esbuild && yarn g:vitest watch -c vitest.config.browser.ts","test:e2e":"yarn g:vitest run -c vitest.config.e2e.ts && yarn test:browser","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.ts","test:watch":"yarn g:vitest watch"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.750.0","@aws-sdk/credential-provider-node":"3.750.0","@aws-sdk/middleware-bucket-endpoint":"3.734.0","@aws-sdk/middleware-expect-continue":"3.734.0","@aws-sdk/middleware-flexible-checksums":"3.750.0","@aws-sdk/middleware-host-header":"3.734.0","@aws-sdk/middleware-location-constraint":"3.734.0","@aws-sdk/middleware-logger":"3.734.0","@aws-sdk/middleware-recursion-detection":"3.734.0","@aws-sdk/middleware-sdk-s3":"3.750.0","@aws-sdk/middleware-ssec":"3.734.0","@aws-sdk/middleware-user-agent":"3.750.0","@aws-sdk/region-config-resolver":"3.734.0","@aws-sdk/signature-v4-multi-region":"3.750.0","@aws-sdk/types":"3.734.0","@aws-sdk/util-endpoints":"3.743.0","@aws-sdk/util-user-agent-browser":"3.734.0","@aws-sdk/util-user-agent-node":"3.750.0","@aws-sdk/xml-builder":"3.734.0","@smithy/config-resolver":"^4.0.1","@smithy/core":"^3.1.4","@smithy/eventstream-serde-browser":"^4.0.1","@smithy/eventstream-serde-config-resolver":"^4.0.1","@smithy/eventstream-serde-node":"^4.0.1","@smithy/fetch-http-handler":"^5.0.1","@smithy/hash-blob-browser":"^4.0.1","@smithy/hash-node":"^4.0.1","@smithy/hash-stream-node":"^4.0.1","@smithy/invalid-dependency":"^4.0.1","@smithy/md5-js":"^4.0.1","@smithy/middleware-content-length":"^4.0.1","@smithy/middleware-endpoint":"^4.0.5","@smithy/middleware-retry":"^4.0.6","@smithy/middleware-serde":"^4.0.2","@smithy/middleware-stack":"^4.0.1","@smithy/node-config-provider":"^4.0.1","@smithy/node-http-handler":"^4.0.2","@smithy/protocol-http":"^5.0.1","@smithy/smithy-client":"^4.1.5","@smithy/types":"^4.1.0","@smithy/url-parser":"^4.0.1","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.6","@smithy/util-defaults-mode-node":"^4.0.6","@smithy/util-endpoints":"^3.0.1","@smithy/util-middleware":"^4.0.1","@smithy/util-retry":"^4.0.1","@smithy/util-stream":"^4.1.1","@smithy/util-utf8":"^4.0.0","@smithy/util-waiter":"^4.0.2","tslib":"^2.6.2"},"devDependencies":{"@aws-sdk/signature-v4-crt":"3.750.0","@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.2.2"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-s3"},"_lastModified":"2026-08-22T01:44:04.792Z"}
|