@bruit/component
Advanced tools
Comparing version 0.4.5 to 0.4.6
/*! | ||
* Built with http://stenciljs.com | ||
* 2018-11-20T14:25:19 | ||
* 2018-11-20T14:55:07 | ||
*/ | ||
!function(e,t,r,n,i,s,o,u,c,a,l,d,p,h){for(l=e.bruit=e.bruit||{},(d=t.createElement("style")).innerHTML="bruit-io{visibility:hidden}.hydrated{visibility:inherit}",d.setAttribute("data-styles",""),p=t.head.querySelector("meta[charset]"),t.head.insertBefore(d,p?p.nextSibling:t.head.firstChild),function(e,t,r){(e["s-apps"]=e["s-apps"]||[]).push("bruit"),r.componentOnReady||(r.componentOnReady=function(){var t=this;function r(r){if(t.nodeName.indexOf("-")>0){for(var n=e["s-apps"],i=0,s=0;s<n.length;s++)if(e[n[s]].componentOnReady){if(e[n[s]].componentOnReady(t,r))return;i++}if(i<n.length)return void(e["s-cr"]=e["s-cr"]||[]).push([t,r])}r(null)}return e.Promise?new e.Promise(r):{then:r}})}(e,0,a),i=i||l.resourcesUrl,d=(p=t.querySelectorAll("script")).length-1;d>=0&&!(h=p[d]).src&&!h.hasAttribute("data-resources-url");d--);p=h.getAttribute("data-resources-url"),!i&&p&&(i=p),!i&&h.src&&(i=(p=h.src.split("/").slice(0,-1)).join("/")+(p.length?"/":"")+"bruit/"),d=t.createElement("script"),function(e,t,r,n){return!(t.search.indexOf("core=esm")>0)&&(!(!(t.search.indexOf("core=es5")>0||"file:"===t.protocol)&&e.customElements&&e.customElements.define&&e.fetch&&e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")&&"noModule"in r)||function(e){try{return new Function('import("")'),!1}catch(e){}return!0}())}(e,e.location,d)?d.src=i+"bruit.2o78gmll.js":(d.src=i+"bruit.krlyiukn.js",d.setAttribute("type","module"),d.setAttribute("crossorigin",!0)),d.setAttribute("data-resources-url",i),d.setAttribute("data-namespace","bruit"),t.head.appendChild(d)}(window,document,0,0,0,0,0,0,0,HTMLElement.prototype); |
@@ -14,7 +14,3 @@ /* tslint:disable */ | ||
BrtData, | ||
BrtError, | ||
} from '@bruit/types'; | ||
import { | ||
EventEmitter, | ||
} from './stencil.core'; | ||
@@ -48,3 +44,3 @@ | ||
*/ | ||
'onOnError'?: (event: CustomEvent<BrtError>) => void; | ||
'onOnError'?: (event: CustomEvent) => void; | ||
} | ||
@@ -51,0 +47,0 @@ } |
@@ -26,3 +26,3 @@ import '../../stencil.core'; | ||
*/ | ||
sendError: EventEmitter<BrtError>; | ||
sendError: EventEmitter; | ||
/** | ||
@@ -29,0 +29,0 @@ * modalOpened boolean manages the modal opening/closing action |
{ | ||
"name": "@bruit/component", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "send your feedbacks with bruit.io", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
2302155
18163