@design.estate/dees-catalog 1.0.216 → 1.0.218
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_bundle/bundle.js +3 -3
- package/dist_bundle/bundle.js.map +3 -3
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/dees-dataview-statusobject.js +1 -1
- package/dist_ts_web/elements/dees-table.d.ts +1 -1
- package/dist_ts_web/elements/dees-table.js +6 -8
- package/dist_watch/bundle.js +6 -7
- package/dist_watch/bundle.js.map +3 -3
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-dataview-statusobject.ts +1 -1
- package/ts_web/elements/dees-table.ts +5 -6
package/dist_bundle/bundle.js
CHANGED
|
@@ -604,7 +604,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),$=R,G=v),I===void 0&&(
|
|
|
604
604
|
</div>
|
|
605
605
|
`}async firstUpdated(){}};C3.demo=z_,C3.styles=[O.defaultStyles,o1`
|
|
606
606
|
.mainbox {
|
|
607
|
-
border-radius:
|
|
607
|
+
border-radius: 8px;
|
|
608
608
|
background: ${O.bdTheme("#fff","#1b1b1b")};
|
|
609
609
|
box-shadow: 0px 1px 3px #00000030;
|
|
610
610
|
min-height: 48px;
|
|
@@ -2680,7 +2680,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2680
2680
|
</div>
|
|
2681
2681
|
</div>
|
|
2682
2682
|
</div>
|
|
2683
|
-
`}async firstUpdated(){}async updated(a){super.updated(a),this.freezeColumnWidths()}freezeColumnWidths(){let a=this.shadowRoot.querySelector("table");if(!a)return;let r=a.querySelector("colgroup");r||(r=document.createElement("colgroup"),a.insertBefore(r,a.firstChild));let n=a.rows[0].cells;for(let i=0;i<n.length;i++){let c=n[i],o=window.getComputedStyle(c).width,s=r.children[i];s||(s=document.createElement("col"),r.appendChild(s)),s.style.width=o}}getActionsForType(a){let r=[];for(let n of this.dataActions)n.type.includes(a)&&r.push(n);return r}handleCellEditing(a,r,n){let i=a.target,
|
|
2683
|
+
`}async firstUpdated(){}async updated(a){super.updated(a),this.freezeColumnWidths()}freezeColumnWidths(){let a=this.shadowRoot.querySelector("table");if(!a)return;let r=a.querySelector("colgroup");r||(r=document.createElement("colgroup"),a.insertBefore(r,a.firstChild));let n=a.rows[0].cells;for(let i=0;i<n.length;i++){let c=n[i],o=window.getComputedStyle(c).width,s=r.children[i];s||(s=document.createElement("col"),r.appendChild(s)),s.style.width=o}}getActionsForType(a){let r=[];for(let n of this.dataActions)n.type.includes(a)&&r.push(n);return r}async handleCellEditing(a,r,n){let i=await this.domtoolsPromise,c=a.target,s=this.displayFunction(r)[n]||"",l=document.createElement("input");l.type="text",l.value=s;let f=async(d=!0,m=!1)=>{d&&l.blur(),m&&(r[n]=l.value),l.remove(),this.requestUpdate()};l.addEventListener("blur",()=>{f(!1,!1)}),l.addEventListener("keydown",d=>{d.key==="Enter"&&f(!0,!0)}),c.appendChild(l),l.focus()}};o2.demo=Ah,o2.styles=[O.defaultStyles,o1`
|
|
2684
2684
|
.mainbox {
|
|
2685
2685
|
color: ${O.bdTheme("#333","#fff")};
|
|
2686
2686
|
font-family: 'Roboto', 'Inter', sans-serif;
|
|
@@ -2923,7 +2923,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2923
2923
|
display: grid;
|
|
2924
2924
|
grid-template-columns: 50% 50%;
|
|
2925
2925
|
}
|
|
2926
|
-
`],A([V({type:String})],qe.prototype,"currentVersion",2),A([V({type:String})],qe.prototype,"updatedVersion",2),qe=A([r1("dees-updater")],qe);var Cz={name:"@design.estate/dees-catalog",version:"1.0.
|
|
2926
|
+
`],A([V({type:String})],qe.prototype,"currentVersion",2),A([V({type:String})],qe.prototype,"updatedVersion",2),qe=A([r1("dees-updater")],qe);var Cz={name:"@design.estate/dees-catalog",version:"1.0.217",description:"website for lossless.com"};export{y2 as DeesButton,b4 as DeesButtonExit,ee as DeesChips,i2 as DeesContextmenu,Pe as DeesDataviewCodebox,C3 as DeesDataviewStatusobject,vt as DeesForm,B2 as DeesFormSubmit,Ge as DeesIcon,x2 as DeesInputCheckbox,L2 as DeesInputDropdown,h2 as DeesInputFileupload,R2 as DeesInputQuantitySelector,A2 as DeesInputRadio,d2 as DeesInputText,G2 as DeesMobilenavigation,S2 as DeesModal,m2 as DeesPdf,x3 as DeesSimpleAppDash,R3 as DeesSimpleLogin,ae as DeesSpeechbubble,Ce as DeesSpinner,Ye as DeesStepper,o2 as DeesTable,Ka as DeesToast,qe as DeesUpdater,c2 as DeesWindowLayer,Cz as commitinfo,Hi as faIcons};
|
|
2927
2927
|
/*! Bundled license information:
|
|
2928
2928
|
|
|
2929
2929
|
ieee754/index.js:
|