@design.estate/dees-catalog 1.0.196 → 1.0.199
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 +9 -4
- package/dist_bundle/bundle.js.map +2 -2
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/dees-modal.js +9 -4
- package/dist_ts_web/elements/dees-table.d.ts +1 -1
- package/dist_ts_web/elements/dees-table.demo.js +1 -1
- package/dist_ts_web/elements/dees-table.js +1 -1
- package/dist_watch/bundle.js +9 -3
- package/dist_watch/bundle.js.map +2 -2
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-modal.ts +8 -3
- package/ts_web/elements/dees-table.demo.ts +8 -2
- package/ts_web/elements/dees-table.ts +1 -1
package/dist_bundle/bundle.js
CHANGED
|
@@ -2048,7 +2048,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2048
2048
|
</div>
|
|
2049
2049
|
</div>
|
|
2050
2050
|
</div>
|
|
2051
|
-
`}async firstUpdated(a){super.firstUpdated(a),await(await this.domtoolsPromise).convenience.smartdelay.delayFor(30),this.shadowRoot.querySelector(".modal").classList.add("show")}async handleOutsideClick(a){a.stopPropagation();let r=this.shadowRoot.querySelector(".modalContainer");a.target===r&&await this.destroy()}async destroy(){let a=await this.domtoolsPromise;this.shadowRoot.querySelector(".modal").classList.
|
|
2051
|
+
`}async firstUpdated(a){super.firstUpdated(a),await(await this.domtoolsPromise).convenience.smartdelay.delayFor(30),this.shadowRoot.querySelector(".modal").classList.add("show")}async handleOutsideClick(a){a.stopPropagation();let r=this.shadowRoot.querySelector(".modalContainer");a.target===r&&await this.destroy()}async destroy(){let a=await this.domtoolsPromise;this.shadowRoot.querySelector(".modal").classList.add("predestroy"),await a.convenience.smartdelay.delayFor(200),document.body.removeChild(this),await this.windowLayer.destroy()}};g2.demo=Sh,g2.styles=[w.defaultStyles,o1`
|
|
2052
2052
|
:host {
|
|
2053
2053
|
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
2054
2054
|
color: ${w.bdTheme("#333","#fff")};
|
|
@@ -2067,7 +2067,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2067
2067
|
}
|
|
2068
2068
|
.modal {
|
|
2069
2069
|
will-change: transform;
|
|
2070
|
-
transform: translateY(
|
|
2070
|
+
transform: translateY(0px) scale(0.95);
|
|
2071
2071
|
opacity: 0;
|
|
2072
2072
|
width: 480px;
|
|
2073
2073
|
min-height: 120px;
|
|
@@ -2081,7 +2081,12 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2081
2081
|
|
|
2082
2082
|
.modal.show {
|
|
2083
2083
|
opacity: 1;
|
|
2084
|
-
transform: translateY(0px);
|
|
2084
|
+
transform: translateY(0px) scale(1);
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.modal.show.predestroy {
|
|
2088
|
+
opacity: 0;
|
|
2089
|
+
transform: translateY(10px) scale(1);
|
|
2085
2090
|
}
|
|
2086
2091
|
|
|
2087
2092
|
.modal .heading {
|
|
@@ -2807,7 +2812,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2807
2812
|
display: grid;
|
|
2808
2813
|
grid-template-columns: 50% 50%;
|
|
2809
2814
|
}
|
|
2810
|
-
`],A([V({type:String})],Ye.prototype,"currentVersion",2),A([V({type:String})],Ye.prototype,"updatedVersion",2),Ye=A([r1("dees-updater")],Ye);var uz={name:"@design.estate/dees-catalog",version:"1.0.
|
|
2815
|
+
`],A([V({type:String})],Ye.prototype,"currentVersion",2),A([V({type:String})],Ye.prototype,"updatedVersion",2),Ye=A([r1("dees-updater")],Ye);var uz={name:"@design.estate/dees-catalog",version:"1.0.197",description:"website for lossless.com"};export{M2 as DeesButton,v4 as DeesButtonExit,ee as DeesChips,u2 as DeesContextmenu,Ve as DeesDataviewCodebox,b3 as DeesDataviewStatusobject,vt as DeesForm,F2 as DeesFormSubmit,Ue as DeesIcon,N2 as DeesInputCheckbox,R2 as DeesInputDropdown,_2 as DeesInputFileupload,y2 as DeesInputQuantitySelector,x2 as DeesInputRadio,l2 as DeesInputText,U2 as DeesMobilenavigation,g2 as DeesModal,f2 as DeesPdf,y3 as DeesSimpleAppDash,x3 as DeesSimpleLogin,ae as DeesSpeechbubble,Ce as DeesSpinner,Ge as DeesStepper,h2 as DeesTable,Ka as DeesToast,Ye as DeesUpdater,i2 as DeesWindowLayer,uz as commitinfo,mz as faIcons};
|
|
2811
2816
|
/*! Bundled license information:
|
|
2812
2817
|
|
|
2813
2818
|
ieee754/index.js:
|