Socket
Socket
Sign inDemoInstall

@bimdata/bimobject-viewer-plugin

Package Overview
Dependencies
0
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

10

bimobject.plugin.js

@@ -7,7 +7,7 @@ const BimObjectComponent = {

<button @click=getProducts>
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/search-icon.svg" width="16" height="16" alt="picto search" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.2/icons/search-icon.svg" width="16" height="16" alt="picto search" />
</button>
<input type="text" v-model="searchText" :placeholder="$t('bimObjectPlugin.search')" @keyup.enter="getProducts">
<button @click=clear v-if="searchText !== ''">
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/close-icon.svg" width="16" height="16" alt="picto close" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.2/icons/close-icon.svg" width="16" height="16" alt="picto close" />
</button>

@@ -32,3 +32,3 @@ </div>

<button @click="selected=null" class="btn-shadow">
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" />
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.2/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" />
{{ $t('bimObjectPlugin.goBack') }}

@@ -45,3 +45,3 @@ </button>

<button class="product-item-btn" @click="saveInBimdata">
<button class="product-item-btn" @click="saveInBimdata" :disabled="$utils.getSelectedObjectIds().length === 0">
{{ $t('bimObjectPlugin.applySelected') }}

@@ -99,3 +99,3 @@ </button>

link.type = 'text/css';
link.href = 'https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/bimobject.css';
link.href = 'https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.2/bimobject.css';
head.appendChild(link);

@@ -102,0 +102,0 @@ },

{
"name": "@bimdata/bimobject-viewer-plugin",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "bimobject.plugin.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc