mirror of
https://github.com/koush/scrypted.git
synced 2026-05-04 21:30:30 +01:00
core: click bubbling toggling mixins
This commit is contained in:
2
common/fs/@types/sdk/index.d.ts
vendored
2
common/fs/@types/sdk/index.d.ts
vendored
@@ -1 +1 @@
|
||||
../../../../sdk/dist/index.d.ts
|
||||
../../../../sdk/dist/src/index.d.ts
|
||||
4
plugins/core/package-lock.json
generated
4
plugins/core/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user