nebula-notebook 0.2.21 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{errorwidget-DLgJz_d8.js → errorwidget-JrgErKG6.js} +1 -1
- package/dist/assets/{index-CkPIRPJ2.js → index-1yVdJ8Ng.js} +1 -1
- package/dist/assets/{index-Dw5NWu65.js → index-DIDZASeJ.js} +1 -1
- package/dist/assets/{index-DeQf1_EU.js → index-DPOsMLGn.js} +1 -1
- package/dist/assets/{index-BogqIQSN.js → index-WquyYYls.js} +186 -186
- package/dist/assets/{services-shim-XWMjA5Ht.js → services-shim-BvyIOnBu.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as d,L as c,D as l,E as a}from"./services-shim-
|
|
1
|
+
import{a as d,L as c,D as l,E as a}from"./services-shim-BvyIOnBu.js";function h(t,s){class n extends l{constructor(r,i){r=Object.assign(Object.assign({},r),{_view_name:"ErrorWidgetView",_view_module:"@jupyter-widgets/base",_model_module_version:a,_view_module_version:a,msg:s,error:t}),super(r,i),this.comm_live=!0}}return n}class g extends d{generateErrorMessage(){return{msg:this.model.get("msg"),stack:String(this.model.get("error").stack)}}render(){const{msg:s,stack:n}=this.generateErrorMessage();this.el.classList.add("jupyter-widgets");const e=document.createElement("div");e.classList.add("jupyter-widgets-error-widget","icon-error"),e.innerHTML=c;const r=document.createElement("pre");r.style.textAlign="center",r.innerText="Click to show javascript error.",e.append(r),this.el.appendChild(e);let i,o;this.el.onclick=()=>{e.classList.contains("icon-error")&&(o=o||e.clientHeight,i=i||e.clientWidth,e.classList.remove("icon-error"),e.innerHTML=`
|
|
2
2
|
<pre>[Open Browser Console for more detailed log - Double click to close this message]
|
|
3
3
|
${s}
|
|
4
4
|
${n}</pre>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{o as n,q as a,s as o,T as r}from"./services-shim-
|
|
1
|
+
import{o as n,q as a,s as o,T as r}from"./services-shim-BvyIOnBu.js";import{L as c,D as y,a as f,E as w,h as b,w as x,y as W,x as E,j as V,z as O,B as j,G as v,H as L,K as P,I as S,v as M,p as T,r as I,l as N,k as R,C as k,t as C,u as J}from"./services-shim-BvyIOnBu.js";import{V as z}from"./viewlist-uomDf7I7.js";import{E as q,c as B,a as K}from"./errorwidget-JrgErKG6.js";import"./index-WquyYYls.js";const s={align_content:null,align_items:null,align_self:null,border_top:null,border_right:null,border_bottom:null,border_left:null,bottom:null,display:null,flex:null,flex_flow:null,height:null,justify_content:null,justify_items:null,left:null,margin:null,max_height:null,max_width:null,min_height:null,min_width:null,overflow:null,order:null,padding:null,right:null,top:null,visibility:null,width:null,object_fit:null,object_position:null,grid_auto_columns:null,grid_auto_flow:null,grid_auto_rows:null,grid_gap:null,grid_template_rows:null,grid_template_columns:null,grid_template_areas:null,grid_row:null,grid_column:null,grid_area:null};class _ extends n{defaults(){return a(super.defaults(),{_model_name:"LayoutModel",_view_name:"LayoutView"},s)}}class p extends o{initialize(e){this._traitNames=[],super.initialize(e);for(const l of Object.keys(s))this.registerTrait(l)}registerTrait(e){this._traitNames.push(e),this.listenTo(this.model,"change:"+e,(l,t)=>{this.handleChange(e,t)}),this.handleChange(e,this.model.get(e))}css_name(e){return e.replace(/_/g,"-")}handleChange(e,l){const t=this.options.parent;t?l===null?t.el.style.removeProperty(this.css_name(e)):t.el.style.setProperty(this.css_name(e),l):console.warn("Style not applied because a parent view does not exist")}unlayout(){const e=this.options.parent;this._traitNames.forEach(l=>{e?e.el.style.removeProperty(this.css_name(l)):console.warn("Style not removed because a parent view does not exist")},this)}}const g=new r("jupyter.extensions.jupyterWidgetRegistry");export{c as BROKEN_FILE_SVG_ICON,y as DOMWidgetModel,f as DOMWidgetView,q as ErrorWidgetView,g as IJupyterWidgetRegistry,w as JUPYTER_WIDGETS_VERSION,b as JupyterLuminoPanelWidget,x as JupyterLuminoWidget,W as JupyterPhosphorPanelWidget,E as JupyterPhosphorWidget,_ as LayoutModel,p as LayoutView,V as PROTOCOL_VERSION,O as StyleModel,j as StyleView,z as ViewList,n as WidgetModel,o as WidgetView,a as assign,B as createErrorWidgetModel,K as createErrorWidgetView,v as difference,L as isEqual,P as isObject,S as isSerializable,M as pack_models,T as put_buffers,I as reject,N as remove_buffers,R as resolvePromisesDict,k as shims,C as unpack_models,J as uuid};
|