Sign In

@aspicio/vue

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspicio/vue - npm Package Compare versions

Comparing version
0.12.0
to
0.13.0
+10
-1
dist/index.d.mts

@@ -1,2 +0,2 @@

import { AspicioTheme, AspicioTheme as AspicioTheme$1, PanelSide, PanelSide as PanelSide$1, aspicioTokens } from "@aspicio/elements";
import { AspicioTheme, AspicioTheme as AspicioTheme$1, AspicioThemeMode, PanelSide, PanelSide as PanelSide$1, aspicioTokens } from "@aspicio/elements";
import { PropType } from "vue";

@@ -128,2 +128,6 @@ import { DrawingSource, DrawingViewer, DrawingViewerOptions, LayerInfo, ViewerStats } from "@aspicio/core";

default: string;
}; /** Which palette the theme uses. Defaults to dark (VUE-10). */
themeMode: {
type: PropType<AspicioThemeMode>;
default: string;
}; /** Inline styles applied to the inner layer panel (CSSOM values, e.g. "300px"). */

@@ -169,2 +173,6 @@ panelStyle: {

default: string;
}; /** Which palette the theme uses. Defaults to dark (VUE-10). */
themeMode: {
type: PropType<AspicioThemeMode>;
default: string;
}; /** Inline styles applied to the inner layer panel (CSSOM values, e.g. "300px"). */

@@ -194,2 +202,3 @@ panelStyle: {

theme: AspicioTheme$1;
themeMode: AspicioThemeMode;
panelStyle: Partial<CSSStyleDeclaration> | undefined;

@@ -196,0 +205,0 @@ showDownload: boolean;

@@ -46,2 +46,7 @@ import { aspicioTokens } from "@aspicio/elements";

},
/** Which palette the theme uses. Defaults to dark (VUE-10). */
themeMode: {
type: String,
default: "dark"
},
/** Inline styles applied to the inner layer panel (CSSOM values, e.g. "300px"). */

@@ -83,2 +88,3 @@ panelStyle: {

theme: props.theme,
"theme-mode": props.themeMode,
panelStyle: props.panelStyle ? toRaw(props.panelStyle) : void 0,

@@ -85,0 +91,0 @@ noDownload: !props.showDownload,

+5
-5
{
"name": "@aspicio/vue",
"version": "0.12.0",
"version": "0.13.0",
"description": "Vue 3 bindings for the Aspicio DXF and PDF viewer.",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/frontsail-ai/aspicio/tree/master/packages/vue#readme",

"dependencies": {
"@aspicio/core": "^0.12.0",
"@aspicio/elements": "^0.12.0"
"@aspicio/core": "^0.13.0",
"@aspicio/elements": "^0.13.0"
},

@@ -45,6 +45,6 @@ "devDependencies": {

"@vue/test-utils": "^2.4.11",
"happy-dom": "^20.0.0",
"happy-dom": "^20.11.2",
"typescript": "^7.0.2",
"vite-plus": "0.2.4",
"vue": "^3.5.0"
"vue": "^3.5.41"
},

@@ -51,0 +51,0 @@ "peerDependencies": {