@design.estate/dees-catalog 1.0.195 → 1.0.197
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 +10 -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 +10 -4
- 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 +9 -3
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;
|
|
@@ -2076,11 +2076,17 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2076
2076
|
border: 1px solid #222;
|
|
2077
2077
|
transition: all 0.2s;
|
|
2078
2078
|
overflow: hidden;
|
|
2079
|
+
box-shadow: 0px 2px 5px #00000080;
|
|
2079
2080
|
}
|
|
2080
2081
|
|
|
2081
2082
|
.modal.show {
|
|
2082
2083
|
opacity: 1;
|
|
2083
|
-
transform: translateY(0px);
|
|
2084
|
+
transform: translateY(0px) scale(1);
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.modal.show.predestroy {
|
|
2088
|
+
opacity: 0;
|
|
2089
|
+
transform: translateY(10px) scale(1);
|
|
2084
2090
|
}
|
|
2085
2091
|
|
|
2086
2092
|
.modal .heading {
|
|
@@ -2806,7 +2812,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2806
2812
|
display: grid;
|
|
2807
2813
|
grid-template-columns: 50% 50%;
|
|
2808
2814
|
}
|
|
2809
|
-
`],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.196",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};
|
|
2810
2816
|
/*! Bundled license information:
|
|
2811
2817
|
|
|
2812
2818
|
ieee754/index.js:
|