@covalent/components 8.23.0 → 8.23.1
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/focused-page/focused-page.d.ts +1 -1
- package/full-screen-dialog/full-screen-dialog.d.ts.map +1 -1
- package/full-screen-dialog.js +4 -4
- package/full-screen-dialog.mjs +21 -24
- package/index.js +1 -1
- package/index.mjs +110 -111
- package/package.json +1 -1
- package/side-sheet.js +4 -3
- package/side-sheet.mjs +23 -22
- package/side-sheet-0053becf.mjs +0 -5
- package/side-sheet-a99095ce.js +0 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"full-screen-dialog.d.ts","sourceRoot":"","sources":["../../../../libs/components/src/full-screen-dialog/full-screen-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAa,MAAM,KAAK,CAAC;
|
1
|
+
{"version":3,"file":"full-screen-dialog.d.ts","sourceRoot":"","sources":["../../../../libs/components/src/full-screen-dialog/full-screen-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAa,MAAM,KAAK,CAAC;AAG3D,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,8BAA8B,CAAC;AAEtC;;;;GAIG;AAEH,qBACa,wBAAyB,SAAQ,cAAc;IAC1D,OAAgB,MAAM,4BAIpB;IAEF;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,aAAa,UAAS;IAEtB;;;OAGG;cACgB,iBAAiB,IAAI,WAAW,GAAG,IAAI;cAcvC,MAAM,IAAI,cAAc,CAAC,CAAC,CAAC;CAyB/C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uBAAuB,EAAE,wBAAwB,CAAC;KACnD;CACF;AAED,eAAe,wBAAwB,CAAC"}
|
package/full-screen-dialog.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./query-assigned-elements-f623705d.js"),c=require("./property-57f6f6fe.js"),d=require("./
|
2
|
-
`;var g=Object.defineProperty,
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./query-assigned-elements-f623705d.js"),c=require("./property-57f6f6fe.js"),d=require("./dialog-83104700.js");require("./focused-page.js");require("./tslib.es6-98719205.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./query-680f1868.js");require("./class-map-0a4c6ca9.js");require("./directive-1186bc23.js");const u=`:host{--cv-dialog-border-radius: 0;--cv-dialog-horizontal-padding: 0;--cv-dialog-vertical-padding: 0;--mdc-dialog-scrim-color: transparent;--mdc-dialog-min-width: 100vw;--mdc-dialog-max-width: 100vw;--mdc-dialog-min-height: 100vh;--mdc-dialog-max-height: 100vh}.mdc-dialog .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .3s ease}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0);transition:transform .3s ease}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .3s ease}
|
2
|
+
`;var g=Object.defineProperty,v=Object.getOwnPropertyDescriptor,n=(a,l,r,o)=>{for(var e=o>1?void 0:o?v(l,r):l,i=a.length-1,s;i>=0;i--)(s=a[i])&&(e=(o?s(l,r,e):s(e))||e);return o&&e&&g(l,r,e),e};exports.CovalentFullscreenDialog=class extends d.CovalentDialog$1{constructor(){super(...arguments),this.helpOpen=!1,this.helpResizable=!1}getInitialFocusEl(){const l=`[${this.initialFocusAttribute}]`,r=this.querySelector(l);return r||this.renderRoot.querySelector("cv-focused-page")}render(){return t.x` <div
|
3
3
|
class="mdc-dialog"
|
4
4
|
role="alertdialog"
|
5
5
|
aria-modal="true"
|
@@ -22,5 +22,5 @@
|
|
22
22
|
</div>
|
23
23
|
<div class="mdc-dialog__scrim"></div>
|
24
24
|
</div>`}};exports.CovalentFullscreenDialog.styles=[t.i`
|
25
|
-
${t.r(
|
26
|
-
`];n([c.n({type:Boolean,reflect:!0})],exports.CovalentFullscreenDialog.prototype,"helpOpen",2);n([c.n({type:Boolean,reflect:!0})],exports.CovalentFullscreenDialog.prototype,"helpResizable",2);exports.CovalentFullscreenDialog=n([t.e("cv-full-screen-dialog")],exports.CovalentFullscreenDialog);const
|
25
|
+
${t.r(d.CovalentDialog$1.styles)} ${t.r(u)}
|
26
|
+
`];n([c.n({type:Boolean,reflect:!0})],exports.CovalentFullscreenDialog.prototype,"helpOpen",2);n([c.n({type:Boolean,reflect:!0})],exports.CovalentFullscreenDialog.prototype,"helpResizable",2);exports.CovalentFullscreenDialog=n([t.e("cv-full-screen-dialog")],exports.CovalentFullscreenDialog);const p=exports.CovalentFullscreenDialog;exports.default=p;
|
package/full-screen-dialog.mjs
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import { i as
|
2
|
-
import { n as
|
3
|
-
import {
|
4
|
-
import { a as n } from "./dialog-78a9fd0e.mjs";
|
1
|
+
import { i as p, r as c, x as g, e as v } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
+
import { n as d } from "./property-9b6ea53b.mjs";
|
3
|
+
import { a as m } from "./dialog-78a9fd0e.mjs";
|
5
4
|
import "./focused-page.mjs";
|
6
5
|
import "./tslib.es6-c4b0f3b1.mjs";
|
7
6
|
import "./inert.esm-359d4581.mjs";
|
@@ -11,14 +10,14 @@ import "./observer-be7b92e2.mjs";
|
|
11
10
|
import "./query-d843aa92.mjs";
|
12
11
|
import "./class-map-6e504a9a.mjs";
|
13
12
|
import "./directive-daf4e9b6.mjs";
|
14
|
-
const
|
13
|
+
const h = `:host{--cv-dialog-border-radius: 0;--cv-dialog-horizontal-padding: 0;--cv-dialog-vertical-padding: 0;--mdc-dialog-scrim-color: transparent;--mdc-dialog-min-width: 100vw;--mdc-dialog-max-width: 100vw;--mdc-dialog-min-height: 100vh;--mdc-dialog-max-height: 100vh}.mdc-dialog .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .3s ease}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0);transition:transform .3s ease}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .3s ease}
|
15
14
|
`;
|
16
|
-
var
|
17
|
-
for (var t =
|
18
|
-
(
|
19
|
-
return
|
15
|
+
var u = Object.defineProperty, f = Object.getOwnPropertyDescriptor, n = (i, e, a, r) => {
|
16
|
+
for (var t = r > 1 ? void 0 : r ? f(e, a) : e, l = i.length - 1, s; l >= 0; l--)
|
17
|
+
(s = i[l]) && (t = (r ? s(e, a, t) : s(t)) || t);
|
18
|
+
return r && t && u(e, a, t), t;
|
20
19
|
};
|
21
|
-
let o = class extends
|
20
|
+
let o = class extends m {
|
22
21
|
constructor() {
|
23
22
|
super(...arguments), this.helpOpen = !1, this.helpResizable = !1;
|
24
23
|
}
|
@@ -27,11 +26,11 @@ let o = class extends n {
|
|
27
26
|
* override this method to return focused page as the initial focus element
|
28
27
|
*/
|
29
28
|
getInitialFocusEl() {
|
30
|
-
const
|
29
|
+
const i = `[${this.initialFocusAttribute}]`, e = this.querySelector(i);
|
31
30
|
return e || this.renderRoot.querySelector("cv-focused-page");
|
32
31
|
}
|
33
32
|
render() {
|
34
|
-
return
|
33
|
+
return g` <div
|
35
34
|
class="mdc-dialog"
|
36
35
|
role="alertdialog"
|
37
36
|
aria-modal="true"
|
@@ -57,23 +56,21 @@ let o = class extends n {
|
|
57
56
|
}
|
58
57
|
};
|
59
58
|
o.styles = [
|
60
|
-
|
61
|
-
${c(
|
62
|
-
h
|
63
|
-
)} ${c(g)}
|
59
|
+
p`
|
60
|
+
${c(m.styles)} ${c(h)}
|
64
61
|
`
|
65
62
|
];
|
66
|
-
|
67
|
-
|
63
|
+
n([
|
64
|
+
d({ type: Boolean, reflect: !0 })
|
68
65
|
], o.prototype, "helpOpen", 2);
|
69
|
-
|
70
|
-
|
66
|
+
n([
|
67
|
+
d({ type: Boolean, reflect: !0 })
|
71
68
|
], o.prototype, "helpResizable", 2);
|
72
|
-
o =
|
73
|
-
|
69
|
+
o = n([
|
70
|
+
v("cv-full-screen-dialog")
|
74
71
|
], o);
|
75
|
-
const
|
72
|
+
const C = o;
|
76
73
|
export {
|
77
74
|
o as CovalentFullscreenDialog,
|
78
|
-
|
75
|
+
C as default
|
79
76
|
};
|
package/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./action-ribbon.js"),t=require("./alert.js"),r=require("./app-shell.js"),n=require("./badge.js"),o=require("./button.js"),a=require("./checkbox.js"),i=require("./card.js"),l=require("./chip-c65a4549.js"),u=require("./chip-set.js"),c=require("./circular-progress.js"),b=require("./code-editor-b36fad77.js"),C=require("./code-snippet.js"),s=require("./dialog-83104700.js"),v=require("./drawer.js"),p=require("./empty-state.js"),d=require("./expansion-panel.js"),g=require("./expansion-panel-item.js"),q=require("./focused-page.js"),m=require("./formfield.js"),P=require("./full-screen-dialog.js"),y=require("./icon.js"),f=require("./icon-button.js"),j=require("./icon-button-toggle.js"),O=require("./icon-check-toggle.js"),S=require("./icon-radio-toggle.js"),T=require("./linear-progress.js"),I=require("./check-list-item.js"),h=require("./list.js"),L=require("./list-item.js"),x=require("./nav-list-item.js"),B=require("./radio-list-item.js"),k=require("./menu.js"),R=require("./notebook-cell.js"),A=require("./radio.js"),F=require("./select.js"),D=require("./side-sheet.js"),E=require("./slider.js"),w=require("./slider-range.js"),H=require("./snackbar.js"),N=require("./status-dialog.js"),M=require("./status-header.js"),_=require("./status-header-item.js"),z=require("./switch.js"),G=require("./tab.js"),J=require("./tab-bar.js"),K=require("./textarea.js"),Q=require("./textfield.js"),U=require("./text-lockup.js"),V=require("./toolbar.js"),W=require("./tooltip.js"),X=require("./top-app-bar.js"),Y=require("./top-app-bar-fixed.js"),Z=require("./tree-list.js"),$=require("./tree-list-item.js"),ee=require("./typography.js");require("./query-assigned-elements-f623705d.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./foundation-e980aa3d.js");require("./tslib.es6-98719205.js");require("./foundation-e830bd94.js");require("./class-map-0a4c6ca9.js");require("./directive-1186bc23.js");require("./property-57f6f6fe.js");require("./query-680f1868.js");require("./mwc-drawer-base-bbae43c3.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./mwc-icon-f87639bc.js");require("./ripple-handlers-9fb4a31a.js");require("./state-0974a8e5.js");require("./style-map-a135c6ab.js");require("./aria-property-849c8816.js");require("./event-options-3f5eb195.js");require("./if-defined-f1c45245.js");require("./mwc-checkbox-base-935d9566.js");require("./form-element-c553d6f5.js");require("./mwc-checkbox.css-b3434429.js");require("./keyboard-39125691.js");require("./_commonjsHelpers-2367a3a2.js");require("./async-directive-4a34f75e.js");require("./directive-helpers-0ce1f995.js");require("./query-assigned-nodes-99eae71d.js");require("./
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./action-ribbon.js"),t=require("./alert.js"),r=require("./app-shell.js"),n=require("./badge.js"),o=require("./button.js"),a=require("./checkbox.js"),i=require("./card.js"),l=require("./chip-c65a4549.js"),u=require("./chip-set.js"),c=require("./circular-progress.js"),b=require("./code-editor-b36fad77.js"),C=require("./code-snippet.js"),s=require("./dialog-83104700.js"),v=require("./drawer.js"),p=require("./empty-state.js"),d=require("./expansion-panel.js"),g=require("./expansion-panel-item.js"),q=require("./focused-page.js"),m=require("./formfield.js"),P=require("./full-screen-dialog.js"),y=require("./icon.js"),f=require("./icon-button.js"),j=require("./icon-button-toggle.js"),O=require("./icon-check-toggle.js"),S=require("./icon-radio-toggle.js"),T=require("./linear-progress.js"),I=require("./check-list-item.js"),h=require("./list.js"),L=require("./list-item.js"),x=require("./nav-list-item.js"),B=require("./radio-list-item.js"),k=require("./menu.js"),R=require("./notebook-cell.js"),A=require("./radio.js"),F=require("./select.js"),D=require("./side-sheet.js"),E=require("./slider.js"),w=require("./slider-range.js"),H=require("./snackbar.js"),N=require("./status-dialog.js"),M=require("./status-header.js"),_=require("./status-header-item.js"),z=require("./switch.js"),G=require("./tab.js"),J=require("./tab-bar.js"),K=require("./textarea.js"),Q=require("./textfield.js"),U=require("./text-lockup.js"),V=require("./toolbar.js"),W=require("./tooltip.js"),X=require("./top-app-bar.js"),Y=require("./top-app-bar-fixed.js"),Z=require("./tree-list.js"),$=require("./tree-list-item.js"),ee=require("./typography.js");require("./query-assigned-elements-f623705d.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./foundation-e980aa3d.js");require("./tslib.es6-98719205.js");require("./foundation-e830bd94.js");require("./class-map-0a4c6ca9.js");require("./directive-1186bc23.js");require("./property-57f6f6fe.js");require("./query-680f1868.js");require("./mwc-drawer-base-bbae43c3.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./mwc-icon-f87639bc.js");require("./ripple-handlers-9fb4a31a.js");require("./state-0974a8e5.js");require("./style-map-a135c6ab.js");require("./aria-property-849c8816.js");require("./event-options-3f5eb195.js");require("./if-defined-f1c45245.js");require("./mwc-checkbox-base-935d9566.js");require("./form-element-c553d6f5.js");require("./mwc-checkbox.css-b3434429.js");require("./keyboard-39125691.js");require("./_commonjsHelpers-2367a3a2.js");require("./async-directive-4a34f75e.js");require("./directive-helpers-0ce1f995.js");require("./query-assigned-nodes-99eae71d.js");require("./mwc-radio-base-147cf999.js");require("./mwc-radio.css-4e140252.js");require("./mwc-list-item-base-06d93e6e.js");require("./list-item-8b940ec8.js");require("./mwc-list-base-22616d0a.js");require("./mwc-menu-base-08f54c38.js");require("./mwc-line-ripple-directive-40145003.js");require("./mwc-slider.css-c5f99704.js");require("./mwc-tab-base-f2269fd1.js");require("./textfield-83e78e56.js");require("./mwc-top-app-bar-base-8c8cde51.js");require("./top-app-bar-a531c1b4.js");Object.defineProperty(exports,"CovalentActionRibbon",{enumerable:!0,get:()=>e.CovalentActionRibbon});Object.defineProperty(exports,"CovalentAlert",{enumerable:!0,get:()=>t.CovalentAlert});Object.defineProperty(exports,"CovalentAppShell",{enumerable:!0,get:()=>r.CovalentAppShell});Object.defineProperty(exports,"CovalentBadge",{enumerable:!0,get:()=>n.CovalentBadge});Object.defineProperty(exports,"CovalentButton",{enumerable:!0,get:()=>o.CovalentButton});Object.defineProperty(exports,"CovalentCheckbox",{enumerable:!0,get:()=>a.CovalentCheckbox});Object.defineProperty(exports,"CovalentCard",{enumerable:!0,get:()=>i.CovalentCard});Object.defineProperty(exports,"CovalentChip",{enumerable:!0,get:()=>l.CovalentChip});Object.defineProperty(exports,"CovalentChipSet",{enumerable:!0,get:()=>u.CovalentChipSet});Object.defineProperty(exports,"CovalentCircularProgress",{enumerable:!0,get:()=>c.CovalentCircularProgress});Object.defineProperty(exports,"CovalentCodeEditor",{enumerable:!0,get:()=>b.CovalentCodeEditor});Object.defineProperty(exports,"CovalentCodeSnippet",{enumerable:!0,get:()=>C.CovalentCodeSnippet});Object.defineProperty(exports,"CovalentDialog",{enumerable:!0,get:()=>s.CovalentDialog});Object.defineProperty(exports,"CovalentDrawer",{enumerable:!0,get:()=>v.CovalentDrawer});Object.defineProperty(exports,"CovalentEmptyState",{enumerable:!0,get:()=>p.CovalentEmptyState});Object.defineProperty(exports,"CovalentExpansionPanel",{enumerable:!0,get:()=>d.CovalentExpansionPanel});Object.defineProperty(exports,"CovalentExpansionPanelItem",{enumerable:!0,get:()=>g.CovalentExpansionPanelItem});Object.defineProperty(exports,"CovalentFocusedPage",{enumerable:!0,get:()=>q.CovalentFocusedPage});Object.defineProperty(exports,"CovalentFormfield",{enumerable:!0,get:()=>m.CovalentFormfield});Object.defineProperty(exports,"CovalentFullscreenDialog",{enumerable:!0,get:()=>P.CovalentFullscreenDialog});Object.defineProperty(exports,"CovalentIcon",{enumerable:!0,get:()=>y.CovalentIcon});Object.defineProperty(exports,"CovalentIconButton",{enumerable:!0,get:()=>f.CovalentIconButton});Object.defineProperty(exports,"CovalentIconButtonToggle",{enumerable:!0,get:()=>j.CovalentIconButtonToggle});Object.defineProperty(exports,"CovalentIconCheckToggle",{enumerable:!0,get:()=>O.CovalentIconCheckToggle});Object.defineProperty(exports,"CovalentIconRadioToggle",{enumerable:!0,get:()=>S.CovalentIconRadioToggle});Object.defineProperty(exports,"CovalentLinearProgress",{enumerable:!0,get:()=>T.CovalentLinearProgress});Object.defineProperty(exports,"CovalentCheckListItem",{enumerable:!0,get:()=>I.CovalentCheckListItem});Object.defineProperty(exports,"CovalentList",{enumerable:!0,get:()=>h.CovalentList});Object.defineProperty(exports,"CovalentListItem",{enumerable:!0,get:()=>L.CovalentListItem});Object.defineProperty(exports,"CovalentNavRailListItem",{enumerable:!0,get:()=>x.CovalentNavRailListItem});Object.defineProperty(exports,"CovalentRadioListItem",{enumerable:!0,get:()=>B.CovalentRadioListItem});Object.defineProperty(exports,"CovalentMenu",{enumerable:!0,get:()=>k.CovalentMenu});Object.defineProperty(exports,"CovalentNotebookCell",{enumerable:!0,get:()=>R.CovalentNotebookCell});Object.defineProperty(exports,"CovalentRadio",{enumerable:!0,get:()=>A.CovalentRadio});Object.defineProperty(exports,"CovalentSelect",{enumerable:!0,get:()=>F.CovalentSelect});Object.defineProperty(exports,"CovalentSideSheet",{enumerable:!0,get:()=>D.CovalentSideSheet});Object.defineProperty(exports,"CovalentSlider",{enumerable:!0,get:()=>E.CovalentSlider});Object.defineProperty(exports,"CovalentSliderRange",{enumerable:!0,get:()=>w.CovalentSliderRange});Object.defineProperty(exports,"CovalentSnackbar",{enumerable:!0,get:()=>H.CovalentSnackbar});Object.defineProperty(exports,"CovalentStatusDialog",{enumerable:!0,get:()=>N.CovalentStatusDialog});Object.defineProperty(exports,"CovalentStatusHeader",{enumerable:!0,get:()=>M.CovalentStatusHeader});Object.defineProperty(exports,"CovalentStatusHeaderItem",{enumerable:!0,get:()=>_.CovalentStatusHeaderItem});Object.defineProperty(exports,"CovalentSwitch",{enumerable:!0,get:()=>z.CovalentSwitch});Object.defineProperty(exports,"CovalentTab",{enumerable:!0,get:()=>G.CovalentTab});Object.defineProperty(exports,"CovalentTabBar",{enumerable:!0,get:()=>J.CovalentTabBar});Object.defineProperty(exports,"CovalentTextArea",{enumerable:!0,get:()=>K.CovalentTextArea});Object.defineProperty(exports,"CovalentTextField",{enumerable:!0,get:()=>Q.CovalentTextField});Object.defineProperty(exports,"CovalentTextLockup",{enumerable:!0,get:()=>U.CovalentTextLockup});Object.defineProperty(exports,"CovalentToolbar",{enumerable:!0,get:()=>V.CovalentToolbar});Object.defineProperty(exports,"CovalentTooltip",{enumerable:!0,get:()=>W.CovalentTooltip});Object.defineProperty(exports,"CovalentTopAppBar",{enumerable:!0,get:()=>X.CovalentTopAppBar});Object.defineProperty(exports,"CovalentTopAppBarFixed",{enumerable:!0,get:()=>Y.CovalentTopAppBarFixed});Object.defineProperty(exports,"CovalentTreeList",{enumerable:!0,get:()=>Z.CovalentTreeList});Object.defineProperty(exports,"CovalentTreeListItem",{enumerable:!0,get:()=>$.CovalentTreeListItem});Object.defineProperty(exports,"CovalentTypography",{enumerable:!0,get:()=>ee.CovalentTypography});
|
package/index.mjs
CHANGED
@@ -1,58 +1,58 @@
|
|
1
|
-
import { CovalentActionRibbon as
|
2
|
-
import { CovalentAlert as
|
3
|
-
import { CovalentAppShell as
|
4
|
-
import { CovalentBadge as
|
5
|
-
import { CovalentButton as
|
6
|
-
import { CovalentCheckbox as
|
7
|
-
import { CovalentCard as
|
8
|
-
import { C as
|
9
|
-
import { CovalentChipSet as
|
10
|
-
import { CovalentCircularProgress as
|
11
|
-
import { C as
|
12
|
-
import { CovalentCodeSnippet as
|
13
|
-
import { C as
|
14
|
-
import { CovalentDrawer as
|
15
|
-
import { CovalentEmptyState as
|
16
|
-
import { CovalentExpansionPanel as
|
17
|
-
import { CovalentExpansionPanelItem as
|
18
|
-
import { CovalentFocusedPage as
|
19
|
-
import { CovalentFormfield as
|
20
|
-
import { CovalentFullscreenDialog as
|
21
|
-
import { CovalentIcon as
|
22
|
-
import { CovalentIconButton as
|
23
|
-
import { CovalentIconButtonToggle as
|
24
|
-
import { CovalentIconCheckToggle as
|
25
|
-
import { CovalentIconRadioToggle as
|
26
|
-
import { CovalentLinearProgress as
|
27
|
-
import { CovalentCheckListItem as
|
28
|
-
import { CovalentList as
|
29
|
-
import { CovalentListItem as
|
30
|
-
import { CovalentNavRailListItem as
|
31
|
-
import { CovalentRadioListItem as
|
32
|
-
import { CovalentMenu as
|
33
|
-
import { CovalentNotebookCell as
|
34
|
-
import { CovalentRadio as
|
35
|
-
import { CovalentSelect as
|
36
|
-
import { CovalentSideSheet as
|
37
|
-
import { CovalentSlider as
|
38
|
-
import { CovalentSliderRange as
|
39
|
-
import { CovalentSnackbar as
|
40
|
-
import { CovalentStatusDialog as
|
41
|
-
import { CovalentStatusHeader as
|
42
|
-
import { CovalentStatusHeaderItem as
|
43
|
-
import { CovalentSwitch as
|
44
|
-
import { CovalentTab as
|
45
|
-
import { CovalentTabBar as
|
46
|
-
import { CovalentTextArea as
|
47
|
-
import { CovalentTextField as
|
48
|
-
import { CovalentTextLockup as
|
49
|
-
import { CovalentToolbar as
|
50
|
-
import { CovalentTooltip as
|
51
|
-
import { CovalentTopAppBar as
|
52
|
-
import { CovalentTopAppBarFixed as
|
53
|
-
import { CovalentTreeList as
|
54
|
-
import { CovalentTreeListItem as
|
55
|
-
import { CovalentTypography as
|
1
|
+
import { CovalentActionRibbon as J } from "./action-ribbon.mjs";
|
2
|
+
import { CovalentAlert as O } from "./alert.mjs";
|
3
|
+
import { CovalentAppShell as U } from "./app-shell.mjs";
|
4
|
+
import { CovalentBadge as W } from "./badge.mjs";
|
5
|
+
import { CovalentButton as Y } from "./button.mjs";
|
6
|
+
import { CovalentCheckbox as _ } from "./checkbox.mjs";
|
7
|
+
import { CovalentCard as oo } from "./card.mjs";
|
8
|
+
import { C as ro } from "./chip-fb0ea5c5.mjs";
|
9
|
+
import { CovalentChipSet as po } from "./chip-set.mjs";
|
10
|
+
import { CovalentCircularProgress as ao } from "./circular-progress.mjs";
|
11
|
+
import { C as no } from "./code-editor-712d0ce9.mjs";
|
12
|
+
import { CovalentCodeSnippet as Co } from "./code-snippet.mjs";
|
13
|
+
import { C as fo } from "./dialog-78a9fd0e.mjs";
|
14
|
+
import { CovalentDrawer as so } from "./drawer.mjs";
|
15
|
+
import { CovalentEmptyState as go } from "./empty-state.mjs";
|
16
|
+
import { CovalentExpansionPanel as So } from "./expansion-panel.mjs";
|
17
|
+
import { CovalentExpansionPanelItem as uo } from "./expansion-panel-item.mjs";
|
18
|
+
import { CovalentFocusedPage as Lo } from "./focused-page.mjs";
|
19
|
+
import { CovalentFormfield as Bo } from "./formfield.mjs";
|
20
|
+
import { CovalentFullscreenDialog as Ao } from "./full-screen-dialog.mjs";
|
21
|
+
import { CovalentIcon as Fo } from "./icon.mjs";
|
22
|
+
import { CovalentIconButton as Do } from "./icon-button.mjs";
|
23
|
+
import { CovalentIconButtonToggle as yo } from "./icon-button-toggle.mjs";
|
24
|
+
import { CovalentIconCheckToggle as Ho } from "./icon-check-toggle.mjs";
|
25
|
+
import { CovalentIconRadioToggle as Mo } from "./icon-radio-toggle.mjs";
|
26
|
+
import { CovalentLinearProgress as qo } from "./linear-progress.mjs";
|
27
|
+
import { CovalentCheckListItem as Go } from "./check-list-item.mjs";
|
28
|
+
import { CovalentList as Ko } from "./list.mjs";
|
29
|
+
import { CovalentListItem as Qo } from "./list-item.mjs";
|
30
|
+
import { CovalentNavRailListItem as Vo } from "./nav-list-item.mjs";
|
31
|
+
import { CovalentRadioListItem as Xo } from "./radio-list-item.mjs";
|
32
|
+
import { CovalentMenu as Zo } from "./menu.mjs";
|
33
|
+
import { CovalentNotebookCell as $o } from "./notebook-cell.mjs";
|
34
|
+
import { CovalentRadio as tt } from "./radio.mjs";
|
35
|
+
import { CovalentSelect as et } from "./select.mjs";
|
36
|
+
import { CovalentSideSheet as mt } from "./side-sheet.mjs";
|
37
|
+
import { CovalentSlider as lt } from "./slider.mjs";
|
38
|
+
import { CovalentSliderRange as it } from "./slider-range.mjs";
|
39
|
+
import { CovalentSnackbar as xt } from "./snackbar.mjs";
|
40
|
+
import { CovalentStatusDialog as vt } from "./status-dialog.mjs";
|
41
|
+
import { CovalentStatusHeader as dt } from "./status-header.mjs";
|
42
|
+
import { CovalentStatusHeaderItem as gt } from "./status-header-item.mjs";
|
43
|
+
import { CovalentSwitch as St } from "./switch.mjs";
|
44
|
+
import { CovalentTab as ut } from "./tab.mjs";
|
45
|
+
import { CovalentTabBar as Lt } from "./tab-bar.mjs";
|
46
|
+
import { CovalentTextArea as Bt } from "./textarea.mjs";
|
47
|
+
import { CovalentTextField as At } from "./textfield.mjs";
|
48
|
+
import { CovalentTextLockup as Ft } from "./text-lockup.mjs";
|
49
|
+
import { CovalentToolbar as Dt } from "./toolbar.mjs";
|
50
|
+
import { CovalentTooltip as yt } from "./tooltip.mjs";
|
51
|
+
import { CovalentTopAppBar as Ht } from "./top-app-bar.mjs";
|
52
|
+
import { CovalentTopAppBarFixed as Mt } from "./top-app-bar-fixed.mjs";
|
53
|
+
import { CovalentTreeList as qt } from "./tree-list.mjs";
|
54
|
+
import { CovalentTreeListItem as Gt } from "./tree-list-item.mjs";
|
55
|
+
import { CovalentTypography as Kt } from "./typography.mjs";
|
56
56
|
import "./query-assigned-elements-4a39219d.mjs";
|
57
57
|
import "./utils-dc65fdc9.mjs";
|
58
58
|
import "./observer-be7b92e2.mjs";
|
@@ -81,7 +81,6 @@ import "./_commonjsHelpers-2f131a27.mjs";
|
|
81
81
|
import "./async-directive-99a01ec7.mjs";
|
82
82
|
import "./directive-helpers-e3ea6592.mjs";
|
83
83
|
import "./query-assigned-nodes-df691e78.mjs";
|
84
|
-
import "./side-sheet-0053becf.mjs";
|
85
84
|
import "./mwc-radio-base-768b4221.mjs";
|
86
85
|
import "./mwc-radio.css-7454bb11.mjs";
|
87
86
|
import "./mwc-list-item-base-3c6a3bfb.mjs";
|
@@ -95,59 +94,59 @@ import "./textfield-853ebae5.mjs";
|
|
95
94
|
import "./mwc-top-app-bar-base-8a7f7312.mjs";
|
96
95
|
import "./top-app-bar-f83386e0.mjs";
|
97
96
|
export {
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
97
|
+
J as CovalentActionRibbon,
|
98
|
+
O as CovalentAlert,
|
99
|
+
U as CovalentAppShell,
|
100
|
+
W as CovalentBadge,
|
101
|
+
Y as CovalentButton,
|
102
|
+
oo as CovalentCard,
|
103
|
+
Go as CovalentCheckListItem,
|
104
|
+
_ as CovalentCheckbox,
|
105
|
+
ro as CovalentChip,
|
106
|
+
po as CovalentChipSet,
|
107
|
+
ao as CovalentCircularProgress,
|
108
|
+
no as CovalentCodeEditor,
|
109
|
+
Co as CovalentCodeSnippet,
|
110
|
+
fo as CovalentDialog,
|
111
|
+
so as CovalentDrawer,
|
112
|
+
go as CovalentEmptyState,
|
113
|
+
So as CovalentExpansionPanel,
|
114
|
+
uo as CovalentExpansionPanelItem,
|
115
|
+
Lo as CovalentFocusedPage,
|
116
|
+
Bo as CovalentFormfield,
|
117
|
+
Ao as CovalentFullscreenDialog,
|
118
|
+
Fo as CovalentIcon,
|
119
|
+
Do as CovalentIconButton,
|
120
|
+
yo as CovalentIconButtonToggle,
|
121
|
+
Ho as CovalentIconCheckToggle,
|
122
|
+
Mo as CovalentIconRadioToggle,
|
123
|
+
qo as CovalentLinearProgress,
|
124
|
+
Ko as CovalentList,
|
125
|
+
Qo as CovalentListItem,
|
126
|
+
Zo as CovalentMenu,
|
127
|
+
Vo as CovalentNavRailListItem,
|
128
|
+
$o as CovalentNotebookCell,
|
129
|
+
tt as CovalentRadio,
|
130
|
+
Xo as CovalentRadioListItem,
|
131
|
+
et as CovalentSelect,
|
132
|
+
mt as CovalentSideSheet,
|
133
|
+
lt as CovalentSlider,
|
134
|
+
it as CovalentSliderRange,
|
135
|
+
xt as CovalentSnackbar,
|
136
|
+
vt as CovalentStatusDialog,
|
137
|
+
dt as CovalentStatusHeader,
|
138
|
+
gt as CovalentStatusHeaderItem,
|
139
|
+
St as CovalentSwitch,
|
140
|
+
ut as CovalentTab,
|
141
|
+
Lt as CovalentTabBar,
|
142
|
+
Bt as CovalentTextArea,
|
143
|
+
At as CovalentTextField,
|
144
|
+
Ft as CovalentTextLockup,
|
145
|
+
Dt as CovalentToolbar,
|
146
|
+
yt as CovalentTooltip,
|
147
|
+
Ht as CovalentTopAppBar,
|
148
|
+
Mt as CovalentTopAppBarFixed,
|
149
|
+
qt as CovalentTreeList,
|
150
|
+
Gt as CovalentTreeListItem,
|
151
|
+
Kt as CovalentTypography
|
153
152
|
};
|
package/package.json
CHANGED
package/side-sheet.js
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./query-assigned-elements-f623705d.js"),c=require("./property-57f6f6fe.js"),l=require("./dialog-83104700.js");require("./tslib.es6-98719205.js");require("./inert.esm-2cee6f2e.js");require("./base-element-58a3f9ea.js");require("./utils-a8190a39.js");require("./observer-a096ab43.js");require("./query-680f1868.js");require("./class-map-0a4c6ca9.js");require("./directive-1186bc23.js");const h=`:host{--cv-side-sheet-width: 800px;--mdc-dialog-heading-ink-color: var(--mdc-theme-text-primary-on-background)}.mdc-dialog{justify-content:flex-end}.mdc-dialog .mdc-dialog__surface{border-radius:0;height:100%;min-height:inherit;max-height:inherit;min-width:var(--cv-side-sheet-width, 400px)}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%);transition:transform .15s cubic-bezier(.4,0,1,1)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0)}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .15s cubic-bezier(0,0,.2,1)}:host([pushed]) .mdc-dialog__surface{min-width:100vw}:host([noPadding]) .mdc-dialog .mdc-dialog__content{padding:0}
|
2
|
+
`;var u=Object.defineProperty,g=Object.getOwnPropertyDescriptor,s=(r,t,o,i)=>{for(var e=i>1?void 0:i?g(t,o):t,n=r.length-1,a;n>=0;n--)(a=r[n])&&(e=(i?a(t,o,e):a(e))||e);return i&&e&&u(t,o,e),e};exports.CovalentSideSheet=class extends l.CovalentDialog{constructor(){super(),this.pushed=!1,this.noPadding=!1,this.hideActions=!0}};exports.CovalentSideSheet.styles=[l.styles,d.i`
|
3
|
+
${d.r(h)}
|
4
|
+
`];s([c.n({type:Boolean,reflect:!0})],exports.CovalentSideSheet.prototype,"pushed",2);s([c.n({type:Boolean,reflect:!0})],exports.CovalentSideSheet.prototype,"noPadding",2);exports.CovalentSideSheet=s([d.e("cv-side-sheet")],exports.CovalentSideSheet);
|
package/side-sheet.mjs
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import { i as
|
2
|
-
import { n as
|
3
|
-
import { s as h, C as
|
4
|
-
import { b as v } from "./side-sheet-0053becf.mjs";
|
1
|
+
import { i as m, r as l, e as p } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
+
import { n as c } from "./property-9b6ea53b.mjs";
|
3
|
+
import { s as h, C as g } from "./dialog-78a9fd0e.mjs";
|
5
4
|
import "./tslib.es6-c4b0f3b1.mjs";
|
6
5
|
import "./inert.esm-359d4581.mjs";
|
7
6
|
import "./base-element-acf30176.mjs";
|
@@ -10,31 +9,33 @@ import "./observer-be7b92e2.mjs";
|
|
10
9
|
import "./query-d843aa92.mjs";
|
11
10
|
import "./class-map-6e504a9a.mjs";
|
12
11
|
import "./directive-daf4e9b6.mjs";
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
const f = `:host{--cv-side-sheet-width: 800px;--mdc-dialog-heading-ink-color: var(--mdc-theme-text-primary-on-background)}.mdc-dialog{justify-content:flex-end}.mdc-dialog .mdc-dialog__surface{border-radius:0;height:100%;min-height:inherit;max-height:inherit;min-width:var(--cv-side-sheet-width, 400px)}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%);transition:transform .15s cubic-bezier(.4,0,1,1)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0)}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .15s cubic-bezier(0,0,.2,1)}:host([pushed]) .mdc-dialog__surface{min-width:100vw}:host([noPadding]) .mdc-dialog .mdc-dialog__content{padding:0}
|
13
|
+
`;
|
14
|
+
var _ = Object.defineProperty, u = Object.getOwnPropertyDescriptor, s = (d, i, r, o) => {
|
15
|
+
for (var t = o > 1 ? void 0 : o ? u(i, r) : i, a = d.length - 1, n; a >= 0; a--)
|
16
|
+
(n = d[a]) && (t = (o ? n(i, r, t) : n(t)) || t);
|
17
|
+
return o && t && _(i, r, t), t;
|
17
18
|
};
|
18
|
-
let
|
19
|
+
let e = class extends g {
|
19
20
|
constructor() {
|
20
21
|
super(), this.pushed = !1, this.noPadding = !1, this.hideActions = !0;
|
21
22
|
}
|
22
23
|
};
|
23
|
-
|
24
|
+
e.styles = [
|
24
25
|
h,
|
25
|
-
|
26
|
-
${f
|
26
|
+
m`
|
27
|
+
${l(f)}
|
27
28
|
`
|
28
29
|
];
|
29
|
-
|
30
|
-
|
31
|
-
],
|
32
|
-
|
33
|
-
|
34
|
-
],
|
35
|
-
|
36
|
-
|
37
|
-
],
|
30
|
+
s([
|
31
|
+
c({ type: Boolean, reflect: !0 })
|
32
|
+
], e.prototype, "pushed", 2);
|
33
|
+
s([
|
34
|
+
c({ type: Boolean, reflect: !0 })
|
35
|
+
], e.prototype, "noPadding", 2);
|
36
|
+
e = s([
|
37
|
+
p("cv-side-sheet")
|
38
|
+
], e);
|
38
39
|
export {
|
39
|
-
|
40
|
+
e as CovalentSideSheet
|
40
41
|
};
|
package/side-sheet-0053becf.mjs
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
const i = `:host{--cv-side-sheet-width: 800px;--mdc-dialog-heading-ink-color: var(--mdc-theme-text-primary-on-background)}.mdc-dialog{justify-content:flex-end}.mdc-dialog .mdc-dialog__surface{border-radius:0;height:100%;min-height:inherit;max-height:inherit;min-width:var(--cv-side-sheet-width, 400px)}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%);transition:transform .15s cubic-bezier(.4,0,1,1)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0)}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .15s cubic-bezier(0,0,.2,1)}:host([pushed]) .mdc-dialog__surface{min-width:100vw}:host([noPadding]) .mdc-dialog .mdc-dialog__content{padding:0}
|
2
|
-
`;
|
3
|
-
export {
|
4
|
-
i as b
|
5
|
-
};
|
package/side-sheet-a99095ce.js
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
"use strict";const i=`:host{--cv-side-sheet-width: 800px;--mdc-dialog-heading-ink-color: var(--mdc-theme-text-primary-on-background)}.mdc-dialog{justify-content:flex-end}.mdc-dialog .mdc-dialog__surface{border-radius:0;height:100%;min-height:inherit;max-height:inherit;min-width:var(--cv-side-sheet-width, 400px)}.mdc-dialog--opening .mdc-dialog__container{transform:translate(100%);transition:transform .15s cubic-bezier(.4,0,1,1)}.mdc-dialog--open .mdc-dialog__container{transform:translate(0)}.mdc-dialog--closing .mdc-dialog__container{opacity:1;transform:translate(100%);transition:transform .15s cubic-bezier(0,0,.2,1)}:host([pushed]) .mdc-dialog__surface{min-width:100vw}:host([noPadding]) .mdc-dialog .mdc-dialog__content{padding:0}
|
2
|
-
`;exports.baseStyles=i;
|