@file-viewer/vue3 2.1.19 → 2.1.20
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.
|
@@ -24,6 +24,7 @@ export declare const useViewerPresentation: ({ filename, getFile, getUrl, getSou
|
|
|
24
24
|
currentExtend: ComputedRef<string>;
|
|
25
25
|
normalizedToolbar: ComputedRef<import('@file-viewer/core').FileViewerToolbarOptions>;
|
|
26
26
|
viewerTheme: ComputedRef<import('@file-viewer/core').FileViewerThemeMode>;
|
|
27
|
+
viewerDensity: ComputedRef<import('@file-viewer/core').FileViewerUiDensity>;
|
|
27
28
|
formatErrorMessage: (prefix: string, error: unknown) => string;
|
|
28
29
|
};
|
|
29
30
|
export declare const useViewerErrorState: ({ currentExtend, error, loadingTheme, getOptions }: UseViewerErrorStateOptions) => ComputedRef<import('@file-viewer/core').FileViewerStateDescriptor>;
|
package/dist/vue3.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.file-viewer[data-v-339c52c3]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.file-viewer[data-viewer-theme=dark][data-v-339c52c3]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f171d}.viewer-stage[data-v-339c52c3]{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.viewer-actions[data-v-339c52c3]{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(20,35,53,.06);flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;min-height:45px;padding:6px 10px;display:inline-flex}.viewer-actions[data-toolbar-position=top-center][data-v-339c52c3]{justify-content:center}.viewer-actions--floating[data-v-339c52c3]{z-index:30;right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.94);border:1px solid rgba(20,35,53,.1);border-radius:999px;min-height:42px;padding:6px;position:absolute;box-shadow:0 18px 44px rgba(15,23,42,.16)}.viewer-actions-group[data-v-339c52c3]{background:rgba(20,35,53,.035);border:1px solid rgba(20,35,53,.08);border-radius:999px;align-items:center;gap:2px;padding:2px;display:inline-flex}.viewer-actions button[data-v-339c52c3]{color:#40546a;min-width:42px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 10px;font-size:12px;font-weight:800}.viewer-actions .viewer-icon-button[data-v-339c52c3]{justify-content:center;align-items:center;width:30px;min-width:30px;padding:0;display:inline-flex}.viewer-actions .viewer-zoom-meter[data-v-339c52c3]{box-sizing:border-box;color:#23465e;justify-content:center;align-items:center;min-width:48px;height:30px;padding:0 8px;display:inline-flex}.viewer-actions .viewer-zoom-meter--readonly[data-v-339c52c3]{white-space:nowrap;font-size:12px;font-weight:800;line-height:1}.viewer-actions--floating button[data-v-339c52c3]{border-radius:999px;min-width:48px;height:32px}.viewer-actions--floating .viewer-icon-button[data-v-339c52c3]{width:32px;min-width:32px}.viewer-actions--floating .viewer-zoom-meter[data-v-339c52c3]{min-width:54px;height:32px}.viewer-actions button[data-v-339c52c3]:hover:not(:disabled){color:#16774c;background:rgba(33,163,102,.1)}.viewer-actions button[data-v-339c52c3]:disabled{color:#aab5c0;cursor:not-allowed}.viewer-content-shell[data-v-339c52c3]{flex:1;min-height:0;position:relative;overflow:hidden}.content[data-v-339c52c3]{background:#f2f2f2;width:100%;height:100%;display:block;overflow:auto}.content.hidden[data-v-339c52c3]{visibility:hidden}.flyfish-search-match{color:inherit;background:rgba(255,214,102,.72);border-radius:4px;padding:0 2px;box-shadow:0 0 0 1px rgba(185,128,0,.14)}.flyfish-search-match--active{background:rgba(47,191,122,.82);box-shadow:0 0 0 2px rgba(30,132,83,.24)}.viewer-watermark[data-v-339c52c3]{z-index:20;pointer-events:none;background-repeat:repeat;position:absolute;top:0;bottom:0;left:0;right:0}.state-panel[data-v-339c52c3]{z-index:40;background:linear-gradient(rgba(255,255,255,.92),rgba(246,248,249,.98));justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.loading-card[data-v-339c52c3],.error-card[data-v-339c52c3]{background:rgba(255,255,255,.92);border:1px solid rgba(19,36,55,.06);border-radius:24px;align-items:center;gap:18px;width:min(100%,460px);padding:22px;display:flex;box-shadow:0 18px 42px rgba(15,31,47,.12)}.loading-icon[data-v-339c52c3]{background:linear-gradient(135deg, var(--viewer-accent) 0%, var(--viewer-accent) 100%);color:#fff;letter-spacing:.04em;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;height:70px;padding:0 12px;font-size:22px;font-weight:800;display:inline-flex;box-shadow:0 14px 30px rgba(17,28,40,.14)}.loading-copy[data-v-339c52c3]{flex:1;min-width:0}.loading-kicker[data-v-339c52c3]{color:var(--viewer-accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.loading-copy strong[data-v-339c52c3],.error-card strong[data-v-339c52c3]{color:#16283b;margin-top:4px;font-size:20px;line-height:1.2;display:block}.loading-copy p[data-v-339c52c3],.error-card p[data-v-339c52c3]{color:#6a7d90;margin:8px 0 0;line-height:1.6}.loading-ring[data-v-339c52c3]{border:3px solid var(--viewer-soft);border-top-color:var(--viewer-accent);border-radius:999px;flex-shrink:0;width:38px;height:38px;animation:.9s linear infinite viewer-spin-339c52c3}.error-card[data-v-339c52c3]{text-align:center;display:block}.error-card strong[data-v-339c52c3]{color:#b42318}.file-viewer[data-viewer-theme=dark] .viewer-actions--floating[data-v-339c52c3]{background:rgba(14,22,28,.94);border-color:rgba(167,185,198,.16);box-shadow:0 20px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=dark] .viewer-actions[data-v-339c52c3]{background:rgba(14,22,28,.94);border-bottom-color:rgba(167,185,198,.12)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-339c52c3]{color:#b8c7d5}.file-viewer[data-viewer-theme=dark] .viewer-actions-group[data-v-339c52c3]{background:rgba(167,185,198,.08);border-color:rgba(167,185,198,.13)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-339c52c3]:hover:not(:disabled){color:#5ee0ae;background:rgba(45,212,154,.14)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-339c52c3]:disabled{color:#667888}.file-viewer[data-viewer-theme=dark] .content[data-v-339c52c3]{background:#141c23}.file-viewer[data-viewer-theme=dark] .state-panel[data-v-339c52c3]{background:linear-gradient(rgba(15,23,30,.92),rgba(11,17,22,.98))}.file-viewer[data-viewer-theme=dark] .loading-card[data-v-339c52c3],.file-viewer[data-viewer-theme=dark] .error-card[data-v-339c52c3]{background:rgba(19,29,37,.94);border-color:rgba(139,161,177,.16);box-shadow:0 22px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=dark] .loading-copy strong[data-v-339c52c3],.file-viewer[data-viewer-theme=dark] .error-card strong[data-v-339c52c3]{color:#eff7fb}.file-viewer[data-viewer-theme=dark] .loading-copy p[data-v-339c52c3],.file-viewer[data-viewer-theme=dark] .error-card p[data-v-339c52c3]{color:#9eb0bf}.file-viewer[data-viewer-theme=dark] .error-card strong[data-v-339c52c3]{color:#ff9c91}@keyframes viewer-spin-339c52c3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.file-viewer[data-viewer-theme=system][data-v-339c52c3]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f171d}.file-viewer[data-viewer-theme=system] .viewer-actions--floating[data-v-339c52c3]{background:rgba(14,22,28,.94);border-color:rgba(167,185,198,.16);box-shadow:0 20px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=system] .viewer-actions[data-v-339c52c3]{background:rgba(14,22,28,.94);border-bottom-color:rgba(167,185,198,.12)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-339c52c3]{color:#b8c7d5}.file-viewer[data-viewer-theme=system] .viewer-actions-group[data-v-339c52c3]{background:rgba(167,185,198,.08);border-color:rgba(167,185,198,.13)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-339c52c3]:hover:not(:disabled){color:#5ee0ae;background:rgba(45,212,154,.14)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-339c52c3]:disabled{color:#667888}.file-viewer[data-viewer-theme=system] .content[data-v-339c52c3]{background:#141c23}.file-viewer[data-viewer-theme=system] .state-panel[data-v-339c52c3]{background:linear-gradient(rgba(15,23,30,.92),rgba(11,17,22,.98))}.file-viewer[data-viewer-theme=system] .loading-card[data-v-339c52c3],.file-viewer[data-viewer-theme=system] .error-card[data-v-339c52c3]{background:rgba(19,29,37,.94);border-color:rgba(139,161,177,.16);box-shadow:0 22px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=system] .loading-copy strong[data-v-339c52c3],.file-viewer[data-viewer-theme=system] .error-card strong[data-v-339c52c3]{color:#eff7fb}.file-viewer[data-viewer-theme=system] .loading-copy p[data-v-339c52c3],.file-viewer[data-viewer-theme=system] .error-card p[data-v-339c52c3]{color:#9eb0bf}.file-viewer[data-viewer-theme=system] .error-card strong[data-v-339c52c3]{color:#ff9c91}}@media (max-width:767px){.viewer-actions--floating[data-v-339c52c3]{right:calc(10px + env(safe-area-inset-right,0px));bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:4px;max-width:calc(100% - 20px);padding:5px;overflow-x:auto}.viewer-actions--floating button[data-v-339c52c3]{min-width:40px;height:30px;padding:0 9px}}.file-render{width:100%;min-width:0;height:100%;min-height:0}
|
|
1
|
+
.file-viewer[data-v-bde50cc8]{--file-viewer-toolbar-gap:6px;--file-viewer-toolbar-min-height:45px;--file-viewer-toolbar-padding:6px 10px;--file-viewer-toolbar-floating-offset:16px;--file-viewer-toolbar-floating-min-height:42px;--file-viewer-toolbar-floating-padding:6px;--file-viewer-toolbar-group-gap:2px;--file-viewer-toolbar-group-padding:2px;--file-viewer-toolbar-button-min-width:42px;--file-viewer-toolbar-button-height:30px;--file-viewer-toolbar-button-padding:0 10px;--file-viewer-toolbar-button-radius:8px;--file-viewer-toolbar-icon-size:30px;--file-viewer-toolbar-meter-min-width:48px;--file-viewer-toolbar-meter-padding:0 8px;--file-viewer-toolbar-floating-button-min-width:48px;--file-viewer-toolbar-floating-button-height:32px;--file-viewer-toolbar-floating-icon-size:32px;--file-viewer-toolbar-floating-meter-min-width:54px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.file-viewer[data-viewer-density=compact][data-v-bde50cc8]{--file-viewer-toolbar-gap:3px;--file-viewer-toolbar-min-height:34px;--file-viewer-toolbar-padding:3px 5px;--file-viewer-toolbar-floating-offset:10px;--file-viewer-toolbar-floating-min-height:32px;--file-viewer-toolbar-floating-padding:3px;--file-viewer-toolbar-group-gap:2px;--file-viewer-toolbar-group-padding:2px;--file-viewer-toolbar-button-min-width:34px;--file-viewer-toolbar-button-height:26px;--file-viewer-toolbar-button-padding:0 6px;--file-viewer-toolbar-button-radius:6px;--file-viewer-toolbar-icon-size:26px;--file-viewer-toolbar-meter-min-width:42px;--file-viewer-toolbar-meter-padding:0 5px;--file-viewer-toolbar-floating-button-min-width:38px;--file-viewer-toolbar-floating-button-height:28px;--file-viewer-toolbar-floating-icon-size:28px;--file-viewer-toolbar-floating-meter-min-width:46px}.file-viewer[data-viewer-theme=dark][data-v-bde50cc8]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f171d}.viewer-stage[data-v-bde50cc8]{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.viewer-actions[data-v-bde50cc8]{justify-content:flex-end;align-items:center;gap:var(--file-viewer-toolbar-gap);min-height:var(--file-viewer-toolbar-min-height);padding:var(--file-viewer-toolbar-padding);background:rgba(255,255,255,.92);border-bottom:1px solid rgba(20,35,53,.06);flex-shrink:0;display:inline-flex}.viewer-actions[data-toolbar-position=top-center][data-v-bde50cc8]{justify-content:center}.viewer-actions--floating[data-v-bde50cc8]{z-index:30;right:calc(var(--file-viewer-toolbar-floating-offset) + env(safe-area-inset-right,0px));bottom:calc(var(--file-viewer-toolbar-floating-offset) + env(safe-area-inset-bottom,0px));min-height:var(--file-viewer-toolbar-floating-min-height);padding:var(--file-viewer-toolbar-floating-padding);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.94);border:1px solid rgba(20,35,53,.1);border-radius:999px;position:absolute;box-shadow:0 18px 44px rgba(15,23,42,.16)}.viewer-actions-group[data-v-bde50cc8]{align-items:center;gap:var(--file-viewer-toolbar-group-gap);padding:var(--file-viewer-toolbar-group-padding);background:rgba(20,35,53,.035);border:1px solid rgba(20,35,53,.08);border-radius:999px;display:inline-flex}.viewer-actions button[data-v-bde50cc8]{min-width:var(--file-viewer-toolbar-button-min-width);height:var(--file-viewer-toolbar-button-height);padding:var(--file-viewer-toolbar-button-padding);border-radius:var(--file-viewer-toolbar-button-radius);color:#40546a;font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.viewer-actions .viewer-icon-button[data-v-bde50cc8]{width:var(--file-viewer-toolbar-icon-size);min-width:var(--file-viewer-toolbar-icon-size);justify-content:center;align-items:center;padding:0;display:inline-flex}.viewer-actions .viewer-zoom-meter[data-v-bde50cc8]{min-width:var(--file-viewer-toolbar-meter-min-width);height:var(--file-viewer-toolbar-button-height);padding:var(--file-viewer-toolbar-meter-padding);box-sizing:border-box;color:#23465e;justify-content:center;align-items:center;display:inline-flex}.viewer-actions .viewer-zoom-meter--readonly[data-v-bde50cc8]{white-space:nowrap;font-size:12px;font-weight:800;line-height:1}.viewer-actions--floating button[data-v-bde50cc8]{min-width:var(--file-viewer-toolbar-floating-button-min-width);height:var(--file-viewer-toolbar-floating-button-height);border-radius:999px}.viewer-actions--floating .viewer-icon-button[data-v-bde50cc8]{width:var(--file-viewer-toolbar-floating-icon-size);min-width:var(--file-viewer-toolbar-floating-icon-size)}.viewer-actions--floating .viewer-zoom-meter[data-v-bde50cc8]{min-width:var(--file-viewer-toolbar-floating-meter-min-width);height:var(--file-viewer-toolbar-floating-button-height)}.viewer-actions button[data-v-bde50cc8]:hover:not(:disabled){color:#16774c;background:rgba(33,163,102,.1)}.viewer-actions button[data-v-bde50cc8]:disabled{color:#aab5c0;cursor:not-allowed}.viewer-content-shell[data-v-bde50cc8]{flex:1;min-height:0;position:relative;overflow:hidden}.content[data-v-bde50cc8]{background:#f2f2f2;width:100%;height:100%;display:block;overflow:auto}.content.hidden[data-v-bde50cc8]{visibility:hidden}.flyfish-search-match{color:inherit;background:rgba(255,214,102,.72);border-radius:4px;padding:0 2px;box-shadow:0 0 0 1px rgba(185,128,0,.14)}.flyfish-search-match--active{background:rgba(47,191,122,.82);box-shadow:0 0 0 2px rgba(30,132,83,.24)}.viewer-watermark[data-v-bde50cc8]{z-index:20;pointer-events:none;background-repeat:repeat;position:absolute;top:0;bottom:0;left:0;right:0}.state-panel[data-v-bde50cc8]{z-index:40;background:linear-gradient(rgba(255,255,255,.92),rgba(246,248,249,.98));justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.loading-card[data-v-bde50cc8],.error-card[data-v-bde50cc8]{background:rgba(255,255,255,.92);border:1px solid rgba(19,36,55,.06);border-radius:24px;align-items:center;gap:18px;width:min(100%,460px);padding:22px;display:flex;box-shadow:0 18px 42px rgba(15,31,47,.12)}.loading-icon[data-v-bde50cc8]{background:linear-gradient(135deg, var(--viewer-accent) 0%, var(--viewer-accent) 100%);color:#fff;letter-spacing:.04em;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;height:70px;padding:0 12px;font-size:22px;font-weight:800;display:inline-flex;box-shadow:0 14px 30px rgba(17,28,40,.14)}.loading-copy[data-v-bde50cc8]{flex:1;min-width:0}.loading-kicker[data-v-bde50cc8]{color:var(--viewer-accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.loading-copy strong[data-v-bde50cc8],.error-card strong[data-v-bde50cc8]{color:#16283b;margin-top:4px;font-size:20px;line-height:1.2;display:block}.loading-copy p[data-v-bde50cc8],.error-card p[data-v-bde50cc8]{color:#6a7d90;margin:8px 0 0;line-height:1.6}.loading-ring[data-v-bde50cc8]{border:3px solid var(--viewer-soft);border-top-color:var(--viewer-accent);border-radius:999px;flex-shrink:0;width:38px;height:38px;animation:.9s linear infinite viewer-spin-bde50cc8}.error-card[data-v-bde50cc8]{text-align:center;display:block}.error-card strong[data-v-bde50cc8]{color:#b42318}.file-viewer[data-viewer-theme=dark] .viewer-actions--floating[data-v-bde50cc8]{background:rgba(14,22,28,.94);border-color:rgba(167,185,198,.16);box-shadow:0 20px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=dark] .viewer-actions[data-v-bde50cc8]{background:rgba(14,22,28,.94);border-bottom-color:rgba(167,185,198,.12)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-bde50cc8]{color:#b8c7d5}.file-viewer[data-viewer-theme=dark] .viewer-actions-group[data-v-bde50cc8]{background:rgba(167,185,198,.08);border-color:rgba(167,185,198,.13)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-bde50cc8]:hover:not(:disabled){color:#5ee0ae;background:rgba(45,212,154,.14)}.file-viewer[data-viewer-theme=dark] .viewer-actions button[data-v-bde50cc8]:disabled{color:#667888}.file-viewer[data-viewer-theme=dark] .content[data-v-bde50cc8]{background:#141c23}.file-viewer[data-viewer-theme=dark] .state-panel[data-v-bde50cc8]{background:linear-gradient(rgba(15,23,30,.92),rgba(11,17,22,.98))}.file-viewer[data-viewer-theme=dark] .loading-card[data-v-bde50cc8],.file-viewer[data-viewer-theme=dark] .error-card[data-v-bde50cc8]{background:rgba(19,29,37,.94);border-color:rgba(139,161,177,.16);box-shadow:0 22px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=dark] .loading-copy strong[data-v-bde50cc8],.file-viewer[data-viewer-theme=dark] .error-card strong[data-v-bde50cc8]{color:#eff7fb}.file-viewer[data-viewer-theme=dark] .loading-copy p[data-v-bde50cc8],.file-viewer[data-viewer-theme=dark] .error-card p[data-v-bde50cc8]{color:#9eb0bf}.file-viewer[data-viewer-theme=dark] .error-card strong[data-v-bde50cc8]{color:#ff9c91}@keyframes viewer-spin-bde50cc8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.file-viewer[data-viewer-theme=system][data-v-bde50cc8]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0f171d}.file-viewer[data-viewer-theme=system] .viewer-actions--floating[data-v-bde50cc8]{background:rgba(14,22,28,.94);border-color:rgba(167,185,198,.16);box-shadow:0 20px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=system] .viewer-actions[data-v-bde50cc8]{background:rgba(14,22,28,.94);border-bottom-color:rgba(167,185,198,.12)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-bde50cc8]{color:#b8c7d5}.file-viewer[data-viewer-theme=system] .viewer-actions-group[data-v-bde50cc8]{background:rgba(167,185,198,.08);border-color:rgba(167,185,198,.13)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-bde50cc8]:hover:not(:disabled){color:#5ee0ae;background:rgba(45,212,154,.14)}.file-viewer[data-viewer-theme=system] .viewer-actions button[data-v-bde50cc8]:disabled{color:#667888}.file-viewer[data-viewer-theme=system] .content[data-v-bde50cc8]{background:#141c23}.file-viewer[data-viewer-theme=system] .state-panel[data-v-bde50cc8]{background:linear-gradient(rgba(15,23,30,.92),rgba(11,17,22,.98))}.file-viewer[data-viewer-theme=system] .loading-card[data-v-bde50cc8],.file-viewer[data-viewer-theme=system] .error-card[data-v-bde50cc8]{background:rgba(19,29,37,.94);border-color:rgba(139,161,177,.16);box-shadow:0 22px 52px rgba(0,0,0,.34)}.file-viewer[data-viewer-theme=system] .loading-copy strong[data-v-bde50cc8],.file-viewer[data-viewer-theme=system] .error-card strong[data-v-bde50cc8]{color:#eff7fb}.file-viewer[data-viewer-theme=system] .loading-copy p[data-v-bde50cc8],.file-viewer[data-viewer-theme=system] .error-card p[data-v-bde50cc8]{color:#9eb0bf}.file-viewer[data-viewer-theme=system] .error-card strong[data-v-bde50cc8]{color:#ff9c91}}@media (max-width:767px){.viewer-actions--floating[data-v-bde50cc8]{right:calc(10px + env(safe-area-inset-right,0px));bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:4px;max-width:calc(100% - 20px);padding:5px;overflow-x:auto}.viewer-actions--floating button[data-v-bde50cc8]{min-width:40px;height:30px;padding:0 9px}}.file-render{width:100%;min-width:0;height:100%;min-height:0}
|
|
2
2
|
/*$vite$:1*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/vue3",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standard Vue 3 package for Flyfish File Viewer",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"types": "dist/src/package/index.d.ts",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@file-viewer/core": "^2.1.
|
|
55
|
+
"@file-viewer/core": "^2.1.20",
|
|
56
56
|
"@lucide/vue": "^1.17.0",
|
|
57
57
|
"vue": "^3.5.35"
|
|
58
58
|
},
|