@bimdata/bimobject-viewer-plugin
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,7 +7,7 @@ const BimObjectComponent = { | ||
<button @click=getProducts> | ||
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.0/icons/search-icon.svg" width="16" height="16" alt="picto search" /> | ||
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/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.0/icons/close-icon.svg" width="16" height="16" alt="picto close" /> | ||
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/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.0/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" /> | ||
<img src="https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/icons/arrow-icon.svg" width="14" height="14" alt="picto go back" /> | ||
{{ $t('bimObjectPlugin.goBack') }} | ||
@@ -98,3 +98,3 @@ </button> | ||
link.type = 'text/css'; | ||
link.href = 'https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.0/bimobject.css'; | ||
link.href = 'https://unpkg.com/@bimdata/bimobject-viewer-plugin@0.1.1/bimobject.css'; | ||
head.appendChild(link); | ||
@@ -101,0 +101,0 @@ }, |
{ | ||
"name": "@bimdata/bimobject-viewer-plugin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "bimobject.plugin.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18325