core: click bubbling toggling mixins

This commit is contained in:
Koushik Dutta
2022-10-01 19:27:58 -07:00
parent 8743c606e0
commit 86a3911015
6 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
../../../../sdk/dist/index.d.ts
../../../../sdk/dist/src/index.d.ts

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/core",
"version": "0.1.42",
"version": "0.1.44",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/core",
"version": "0.1.42",
"version": "0.1.44",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/core",
"version": "0.1.42",
"version": "0.1.44",
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
"author": "Scrypted",
"license": "Apache-2.0",

View File

@@ -24,7 +24,7 @@
</v-list-item-content>
<v-list-item-action
><v-btn small :to="getDeviceViewPath(mixin.id)"
><v-btn small :to="getDeviceViewPath(mixin.id)" @click.stop
><v-icon x-small>fa-external-link-alt</v-icon></v-btn
></v-list-item-action
>

View File

@@ -16,7 +16,7 @@
</v-list-item-content>
<v-list-item-action>
<v-btn x-small :to="getDeviceViewPath(mixin.id)">
<v-btn x-small :to="getDeviceViewPath(mixin.id)" @click.stop>
<v-icon x-small>{{ typeToIcon(mixin.type) }}</v-icon>
</v-btn>
</v-list-item-action>

View File

@@ -39,7 +39,7 @@
<script>
import RPCInterface from "../RPCInterface.vue";
import types from "!!raw-loader!@scrypted/types/dist/index.d.ts";
import sdk from "!!raw-loader!@scrypted/sdk/dist/index.d.ts";
import sdk from "!!raw-loader!@scrypted/sdk/dist/src/index.d.ts";
import * as monaco from "monaco-editor";
function monacoEvalDefaults() {