@design.estate/dees-catalog 1.0.217 → 1.0.219
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-table.d.ts +1 -1
- package/dist_ts_web/elements/dees-table.js +10 -9
- package/dist_watch/bundle.js +9 -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-table.ts +9 -7
package/dist_bundle/bundle.js
CHANGED
|
@@ -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,o=this.displayFunction(r)[n]||"",
|
|
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,o=c.style.color;c.style.color="transparent";let l=this.displayFunction(r)[n]||"",f=document.createElement("input");f.type="text",f.value=l;let d=async(m=!0,u=!1)=>{m&&f.blur(),u&&(r[n]=f.value),f.remove(),c.style.color=o,this.requestUpdate()};f.addEventListener("blur",()=>{d(!1,!1)}),f.addEventListener("keydown",m=>{m.key==="Enter"&&d(!0,!0)}),c.appendChild(f),f.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;
|
|
@@ -2819,7 +2819,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2819
2819
|
left: 0px;
|
|
2820
2820
|
position: absolute;
|
|
2821
2821
|
background: #fa610140;
|
|
2822
|
-
color:
|
|
2822
|
+
color: ${O.bdTheme("#333","#fff")};
|
|
2823
2823
|
font-family: inherit;
|
|
2824
2824
|
font-size: inherit;
|
|
2825
2825
|
font-weight: inherit;
|
|
@@ -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.218",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:
|