@covalent/components 6.2.0 → 6.2.2

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.
Files changed (184) hide show
  1. package/action-ribbon.js +1 -1
  2. package/action-ribbon.mjs +9 -9
  3. package/alert.js +1 -1
  4. package/alert.mjs +9 -9
  5. package/app-shell/app-shell.d.ts +2 -0
  6. package/app-shell/app-shell.d.ts.map +1 -1
  7. package/app-shell.js +7 -7
  8. package/app-shell.mjs +50 -42
  9. package/{base-element-d5abe37a.js → base-element.mjs} +1 -1
  10. package/button.js +1 -1
  11. package/button.mjs +14 -14
  12. package/card.js +1 -1
  13. package/card.mjs +3 -3
  14. package/check-list-item.js +1 -1
  15. package/check-list-item.mjs +18 -18
  16. package/checkbox.js +1 -1
  17. package/checkbox.mjs +16 -16
  18. package/circular-progress.js +1 -1
  19. package/circular-progress.mjs +7 -7
  20. package/{class-map-50b8edb4.js → class-map.mjs} +3 -3
  21. package/code-snippet.js +1 -1
  22. package/code-snippet.mjs +4 -4
  23. package/dialog.js +1 -1
  24. package/dialog.mjs +162 -14
  25. package/{dialog-85c21333.mjs → dialog2.mjs} +9 -9
  26. package/directive-helpers.mjs +5 -0
  27. package/drawer.js +1 -1
  28. package/drawer.mjs +10 -10
  29. package/empty-state.js +1 -1
  30. package/empty-state.mjs +4 -4
  31. package/event-options.mjs +5 -0
  32. package/{form-element-d4e7bcdb.js → form-element.mjs} +1 -1
  33. package/{foundation-3f55a9dc.js → foundation.mjs} +3 -3
  34. package/icon-button.js +1 -1
  35. package/icon-button.mjs +13 -13
  36. package/icon-check-toggle.js +1 -1
  37. package/icon-check-toggle.mjs +16 -16
  38. package/icon-radio/icon-radio-toggle.d.ts +2 -3
  39. package/icon-radio/icon-radio-toggle.d.ts.map +1 -1
  40. package/icon-radio-toggle.js +8 -14
  41. package/icon-radio-toggle.mjs +45 -63
  42. package/icon.js +1 -1
  43. package/icon.mjs +3 -3
  44. package/if-defined.mjs +5 -0
  45. package/index.js +1 -1
  46. package/index.mjs +39 -39
  47. package/linear-progress.js +1 -1
  48. package/linear-progress.mjs +9 -9
  49. package/list/list-expansion.d.ts +3 -2
  50. package/list/list-expansion.d.ts.map +1 -1
  51. package/list/list-item.d.ts.map +1 -1
  52. package/list/list.d.ts +5 -0
  53. package/list/list.d.ts.map +1 -1
  54. package/list-expansion.js +8 -8
  55. package/list-expansion.mjs +45 -40
  56. package/list-item.js +1 -1
  57. package/list-item.mjs +9 -18
  58. package/list-item2.mjs +44 -0
  59. package/list.js +1 -1
  60. package/list.mjs +5 -20
  61. package/{list-28b77a61.mjs → list2.mjs} +36 -16
  62. package/menu.js +1 -1
  63. package/menu.mjs +16 -16
  64. package/{mwc-checkbox-base-435c1f1d.js → mwc-checkbox-base.mjs} +1 -1
  65. package/{mwc-checkbox.css-956e3d6c.js → mwc-checkbox.css.mjs} +1 -1
  66. package/{mwc-drawer-base-f44fcf34.js → mwc-drawer-base.mjs} +1 -1
  67. package/{mwc-icon-b96fb867.js → mwc-icon.mjs} +3 -3
  68. package/{mwc-line-ripple-directive-a97ce725.js → mwc-line-ripple-directive.mjs} +1 -1
  69. package/{mwc-list-base-7d5f7278.js → mwc-list-base.mjs} +1 -1
  70. package/{mwc-list-item-base-803b9771.js → mwc-list-item-base.mjs} +1 -1
  71. package/{mwc-list-item.css-401e2407.js → mwc-list-item.css.mjs} +1 -1
  72. package/{mwc-menu-base-ac49fe54.js → mwc-menu-base.mjs} +1 -1
  73. package/{mwc-radio-base-442d495a.js → mwc-radio-base.mjs} +1 -1
  74. package/{mwc-radio.css-388ad26d.js → mwc-radio.css.mjs} +1 -1
  75. package/{mwc-slider.css-48f02f1e.js → mwc-slider.css.mjs} +16 -16
  76. package/{mwc-tab-base-1a19b299.js → mwc-tab-base.mjs} +1 -1
  77. package/{mwc-top-app-bar-base-14e0a018.js → mwc-top-app-bar-base.mjs} +1 -1
  78. package/nav-list-item.js +1 -1
  79. package/nav-list-item.mjs +14 -14
  80. package/{observer-a096ab43.js → observer.mjs} +1 -1
  81. package/package.json +1 -1
  82. package/{property-074570d1.js → property.mjs} +1 -1
  83. package/{query-assigned-nodes-9ec0fa5f.js → query-assigned-nodes.mjs} +1 -1
  84. package/query.mjs +5 -0
  85. package/radio-list-item.js +1 -1
  86. package/radio-list-item.mjs +18 -18
  87. package/radio.js +1 -1
  88. package/radio.mjs +17 -17
  89. package/{ripple-handlers-2176f137.js → ripple-handlers.mjs} +7 -7
  90. package/select.js +1 -1
  91. package/select.mjs +20 -20
  92. package/side-sheet.js +1 -1
  93. package/side-sheet.mjs +10 -10
  94. package/slider-range.js +1 -1
  95. package/slider-range.mjs +14 -14
  96. package/slider.js +1 -1
  97. package/slider.mjs +14 -14
  98. package/snackbar.js +1 -1
  99. package/snackbar.mjs +9 -9
  100. package/{state-949232e6.js → state.mjs} +1 -1
  101. package/status-header-item.js +1 -1
  102. package/status-header-item.mjs +2 -2
  103. package/status-header.js +1 -1
  104. package/status-header.mjs +3 -3
  105. package/{style-map-3056a771.js → style-map.mjs} +1 -1
  106. package/style.css +1 -1
  107. package/switch.js +1 -1
  108. package/switch.mjs +14 -14
  109. package/tab-bar.js +1 -1
  110. package/tab-bar.mjs +13 -13
  111. package/tab.js +1 -1
  112. package/tab.mjs +13 -13
  113. package/text-lockup.js +1 -1
  114. package/text-lockup.mjs +3 -3
  115. package/textarea.js +1 -1
  116. package/textarea.mjs +15 -15
  117. package/textfield.js +1 -1
  118. package/textfield.mjs +132 -41
  119. package/{textfield-276b0ded.mjs → textfield2.mjs} +13 -13
  120. package/toolbar.js +1 -1
  121. package/toolbar.mjs +8 -8
  122. package/tooltip.js +1 -1
  123. package/tooltip.mjs +6 -6
  124. package/top-app-bar-fixed.js +1 -1
  125. package/top-app-bar-fixed.mjs +9 -9
  126. package/top-app-bar.js +1 -1
  127. package/top-app-bar.mjs +6 -30
  128. package/{top-app-bar-a236c3bc.mjs → top-app-bar2.mjs} +1 -1
  129. package/tree-list-item.js +1 -1
  130. package/tree-list-item.mjs +3 -3
  131. package/tree-list.js +1 -1
  132. package/tree-list.mjs +1 -1
  133. package/{tslib.es6-6b53b818.js → tslib.es6.mjs} +1 -1
  134. package/typography.js +1 -1
  135. package/typography.mjs +2 -2
  136. package/{utils-a8190a39.js → utils.mjs} +1 -1
  137. package/aria-property-fa2717fe.mjs +0 -41
  138. package/base-element-c3dc926e.mjs +0 -28
  139. package/class-map-08c84aeb.mjs +0 -62
  140. package/dialog-8ee07177.js +0 -162
  141. package/directive-helpers-725a181d.mjs +0 -11
  142. package/directive-helpers-fce8cf91.js +0 -5
  143. package/event-options-3937d997.mjs +0 -14
  144. package/event-options-7bc382d8.js +0 -5
  145. package/form-element-6dbd7afa.mjs +0 -50
  146. package/foundation-2334d146.mjs +0 -60
  147. package/foundation-c580100a.mjs +0 -152
  148. package/if-defined-639ed018.mjs +0 -10
  149. package/if-defined-cb12d481.js +0 -5
  150. package/inert.esm-359d4581.mjs +0 -640
  151. package/list-170cca53.js +0 -5
  152. package/list-item-26ddcc43.js +0 -8
  153. package/list-item-c1e72538.mjs +0 -43
  154. package/mwc-checkbox-base-10e977f2.mjs +0 -198
  155. package/mwc-checkbox.css-b7abc7fd.mjs +0 -10
  156. package/mwc-drawer-base-b2b772c3.mjs +0 -335
  157. package/mwc-icon-c7013880.mjs +0 -26
  158. package/mwc-line-ripple-directive-c3e1f04a.mjs +0 -653
  159. package/mwc-list-base-c0f8af1c.mjs +0 -840
  160. package/mwc-list-item-base-acef0223.mjs +0 -202
  161. package/mwc-list-item.css-b5481d96.mjs +0 -17
  162. package/mwc-menu-base-8970b43d.mjs +0 -1145
  163. package/mwc-radio-base-c29e6f42.mjs +0 -528
  164. package/mwc-radio.css-4694aa9c.mjs +0 -10
  165. package/mwc-slider.css-336f809b.mjs +0 -956
  166. package/mwc-tab-base-7fb3d339.mjs +0 -694
  167. package/mwc-top-app-bar-base-79c87e69.mjs +0 -380
  168. package/observer-be7b92e2.mjs +0 -32
  169. package/property-ca27685b.mjs +0 -20
  170. package/query-1e7846ea.mjs +0 -25
  171. package/query-2ba749b7.js +0 -5
  172. package/query-assigned-elements-514e5265.mjs +0 -615
  173. package/query-assigned-nodes-bea12e0c.mjs +0 -17
  174. package/ripple-handlers-227497d3.mjs +0 -761
  175. package/state-6f7e570d.mjs +0 -12
  176. package/style-map-2cb0fb63.mjs +0 -40
  177. package/textfield-507c6a06.js +0 -133
  178. package/top-app-bar-34e85527.js +0 -6
  179. package/tslib.es6-b5e819a6.mjs +0 -82
  180. package/utils-dc65fdc9.mjs +0 -52
  181. /package/{aria-property-849c8816.js → aria-property.mjs} +0 -0
  182. /package/{foundation-e830bd94.js → foundation2.mjs} +0 -0
  183. /package/{inert.esm-2cee6f2e.js → inert.esm.mjs} +0 -0
  184. /package/{query-assigned-elements-07e38f46.js → query-assigned-elements.mjs} +0 -0
@@ -1,202 +0,0 @@
1
- import { _ as t } from "./tslib.es6-b5e819a6.mjs";
2
- import { e as c, R as d } from "./ripple-handlers-227497d3.mjs";
3
- import { o as l } from "./observer-be7b92e2.mjs";
4
- import { s as h, y as n } from "./query-assigned-elements-514e5265.mjs";
5
- import { e as r } from "./property-ca27685b.mjs";
6
- import { t as p } from "./state-6f7e570d.mjs";
7
- import { i as u } from "./query-1e7846ea.mjs";
8
- import { o as m } from "./class-map-08c84aeb.mjs";
9
- /**
10
- * @license
11
- * Copyright 2020 Google LLC
12
- * SPDX-License-Identifier: Apache-2.0
13
- */
14
- class s extends h {
15
- constructor() {
16
- super(...arguments), this.value = "", this.group = null, this.tabindex = -1, this.disabled = !1, this.twoline = !1, this.activated = !1, this.graphic = null, this.multipleGraphics = !1, this.hasMeta = !1, this.noninteractive = !1, this.selected = !1, this.shouldRenderRipple = !1, this._managingList = null, this.boundOnClick = this.onClick.bind(this), this._firstChanged = !0, this._skipPropRequest = !1, this.rippleHandlers = new d(() => (this.shouldRenderRipple = !0, this.ripple)), this.listeners = [
17
- {
18
- target: this,
19
- eventNames: ["click"],
20
- cb: () => {
21
- this.onClick();
22
- }
23
- },
24
- {
25
- target: this,
26
- eventNames: ["mouseenter"],
27
- cb: this.rippleHandlers.startHover
28
- },
29
- {
30
- target: this,
31
- eventNames: ["mouseleave"],
32
- cb: this.rippleHandlers.endHover
33
- },
34
- {
35
- target: this,
36
- eventNames: ["focus"],
37
- cb: this.rippleHandlers.startFocus
38
- },
39
- {
40
- target: this,
41
- eventNames: ["blur"],
42
- cb: this.rippleHandlers.endFocus
43
- },
44
- {
45
- target: this,
46
- eventNames: ["mousedown", "touchstart"],
47
- cb: (e) => {
48
- const i = e.type;
49
- this.onDown(i === "mousedown" ? "mouseup" : "touchend", e);
50
- }
51
- }
52
- ];
53
- }
54
- get text() {
55
- const e = this.textContent;
56
- return e ? e.trim() : "";
57
- }
58
- render() {
59
- const e = this.renderText(), i = this.graphic ? this.renderGraphic() : n``, a = this.hasMeta ? this.renderMeta() : n``;
60
- return n`
61
- ${this.renderRipple()}
62
- ${i}
63
- ${e}
64
- ${a}`;
65
- }
66
- renderRipple() {
67
- return this.shouldRenderRipple ? n`
68
- <mwc-ripple
69
- .activated=${this.activated}>
70
- </mwc-ripple>` : this.activated ? n`<div class="fake-activated-ripple"></div>` : "";
71
- }
72
- renderGraphic() {
73
- const e = {
74
- multi: this.multipleGraphics
75
- };
76
- return n`
77
- <span class="mdc-deprecated-list-item__graphic material-icons ${m(e)}">
78
- <slot name="graphic"></slot>
79
- </span>`;
80
- }
81
- renderMeta() {
82
- return n`
83
- <span class="mdc-deprecated-list-item__meta material-icons">
84
- <slot name="meta"></slot>
85
- </span>`;
86
- }
87
- renderText() {
88
- const e = this.twoline ? this.renderTwoline() : this.renderSingleLine();
89
- return n`
90
- <span class="mdc-deprecated-list-item__text">
91
- ${e}
92
- </span>`;
93
- }
94
- renderSingleLine() {
95
- return n`<slot></slot>`;
96
- }
97
- renderTwoline() {
98
- return n`
99
- <span class="mdc-deprecated-list-item__primary-text">
100
- <slot></slot>
101
- </span>
102
- <span class="mdc-deprecated-list-item__secondary-text">
103
- <slot name="secondary"></slot>
104
- </span>
105
- `;
106
- }
107
- onClick() {
108
- this.fireRequestSelected(!this.selected, "interaction");
109
- }
110
- onDown(e, i) {
111
- const a = () => {
112
- window.removeEventListener(e, a), this.rippleHandlers.endPress();
113
- };
114
- window.addEventListener(e, a), this.rippleHandlers.startPress(i);
115
- }
116
- fireRequestSelected(e, i) {
117
- if (this.noninteractive)
118
- return;
119
- const a = new CustomEvent("request-selected", { bubbles: !0, composed: !0, detail: { source: i, selected: e } });
120
- this.dispatchEvent(a);
121
- }
122
- connectedCallback() {
123
- super.connectedCallback(), this.noninteractive || this.setAttribute("mwc-list-item", "");
124
- for (const e of this.listeners)
125
- for (const i of e.eventNames)
126
- e.target.addEventListener(i, e.cb, { passive: !0 });
127
- }
128
- disconnectedCallback() {
129
- super.disconnectedCallback();
130
- for (const e of this.listeners)
131
- for (const i of e.eventNames)
132
- e.target.removeEventListener(i, e.cb);
133
- this._managingList && (this._managingList.debouncedLayout ? this._managingList.debouncedLayout(!0) : this._managingList.layout(!0));
134
- }
135
- // composed flag, event fire through shadow root and up through composed tree
136
- firstUpdated() {
137
- const e = new Event("list-item-rendered", { bubbles: !0, composed: !0 });
138
- this.dispatchEvent(e);
139
- }
140
- }
141
- t([
142
- u("slot")
143
- ], s.prototype, "slotElement", void 0);
144
- t([
145
- c("mwc-ripple")
146
- ], s.prototype, "ripple", void 0);
147
- t([
148
- r({ type: String })
149
- ], s.prototype, "value", void 0);
150
- t([
151
- r({ type: String, reflect: !0 })
152
- ], s.prototype, "group", void 0);
153
- t([
154
- r({ type: Number, reflect: !0 })
155
- ], s.prototype, "tabindex", void 0);
156
- t([
157
- r({ type: Boolean, reflect: !0 }),
158
- l(function(o) {
159
- o ? this.setAttribute("aria-disabled", "true") : this.setAttribute("aria-disabled", "false");
160
- })
161
- ], s.prototype, "disabled", void 0);
162
- t([
163
- r({ type: Boolean, reflect: !0 })
164
- ], s.prototype, "twoline", void 0);
165
- t([
166
- r({ type: Boolean, reflect: !0 })
167
- ], s.prototype, "activated", void 0);
168
- t([
169
- r({ type: String, reflect: !0 })
170
- ], s.prototype, "graphic", void 0);
171
- t([
172
- r({ type: Boolean })
173
- ], s.prototype, "multipleGraphics", void 0);
174
- t([
175
- r({ type: Boolean })
176
- ], s.prototype, "hasMeta", void 0);
177
- t([
178
- r({ type: Boolean, reflect: !0 }),
179
- l(function(o) {
180
- o ? (this.removeAttribute("aria-checked"), this.removeAttribute("mwc-list-item"), this.selected = !1, this.activated = !1, this.tabIndex = -1) : this.setAttribute("mwc-list-item", "");
181
- })
182
- ], s.prototype, "noninteractive", void 0);
183
- t([
184
- r({ type: Boolean, reflect: !0 }),
185
- l(function(o) {
186
- const e = this.getAttribute("role"), i = e === "gridcell" || e === "option" || e === "row" || e === "tab";
187
- if (i && o ? this.setAttribute("aria-selected", "true") : i && this.setAttribute("aria-selected", "false"), this._firstChanged) {
188
- this._firstChanged = !1;
189
- return;
190
- }
191
- this._skipPropRequest || this.fireRequestSelected(o, "property");
192
- })
193
- ], s.prototype, "selected", void 0);
194
- t([
195
- p()
196
- ], s.prototype, "shouldRenderRipple", void 0);
197
- t([
198
- p()
199
- ], s.prototype, "_managingList", void 0);
200
- export {
201
- s as L
202
- };
@@ -1,17 +0,0 @@
1
- import { i as t } from "./query-assigned-elements-514e5265.mjs";
2
- /**
3
- * @license
4
- * Copyright 2021 Google LLC
5
- * SPDX-LIcense-Identifier: Apache-2.0
6
- */
7
- const i = t`:host(:not([twoline])){height:56px}:host(:not([left])) .mdc-deprecated-list-item__meta{height:40px;width:40px}`;
8
- /**
9
- * @license
10
- * Copyright 2021 Google LLC
11
- * SPDX-LIcense-Identifier: Apache-2.0
12
- */
13
- const r = t`:host{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;height:48px;display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:var(--mdc-list-side-padding, 16px);padding-right:var(--mdc-list-side-padding, 16px);outline:none;height:48px;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}:host:focus{outline:none}:host([activated]){color:#6200ee;color:var(--mdc-theme-primary, #6200ee);--mdc-ripple-color: var( --mdc-theme-primary, #6200ee )}:host([activated]) .mdc-deprecated-list-item__graphic{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host([activated]) .fake-activated-ripple::before{position:absolute;display:block;top:0;bottom:0;left:0;right:0;width:100%;height:100%;pointer-events:none;z-index:1;content:"";opacity:0.12;opacity:var(--mdc-ripple-activated-opacity, 0.12);background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-deprecated-list-item__graphic{flex-shrink:0;align-items:center;justify-content:center;fill:currentColor;display:inline-flex}.mdc-deprecated-list-item__graphic ::slotted(*){flex-shrink:0;align-items:center;justify-content:center;fill:currentColor;width:100%;height:100%;text-align:center}.mdc-deprecated-list-item__meta{width:var(--mdc-list-item-meta-size, 24px);height:var(--mdc-list-item-meta-size, 24px);margin-left:auto;margin-right:0;color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-deprecated-list-item__meta.multi{width:auto}.mdc-deprecated-list-item__meta ::slotted(*){width:var(--mdc-list-item-meta-size, 24px);line-height:var(--mdc-list-item-meta-size, 24px)}.mdc-deprecated-list-item__meta ::slotted(.material-icons),.mdc-deprecated-list-item__meta ::slotted(mwc-icon){line-height:var(--mdc-list-item-meta-size, 24px) !important}.mdc-deprecated-list-item__meta ::slotted(:not(.material-icons):not(mwc-icon)){-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit)}[dir=rtl] .mdc-deprecated-list-item__meta,.mdc-deprecated-list-item__meta[dir=rtl]{margin-left:0;margin-right:auto}.mdc-deprecated-list-item__meta ::slotted(*){width:100%;height:100%}.mdc-deprecated-list-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-deprecated-list-item__text ::slotted([for]),.mdc-deprecated-list-item__text[for]{pointer-events:none}.mdc-deprecated-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;margin-bottom:-20px;display:block}.mdc-deprecated-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-deprecated-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-deprecated-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.875rem;font-size:var(--mdc-typography-body2-font-size, 0.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:0.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, 0.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;display:block}.mdc-deprecated-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text{font-size:inherit}* ::slotted(a),a{color:inherit;text-decoration:none}:host([twoline]){height:72px}:host([twoline]) .mdc-deprecated-list-item__text{align-self:flex-start}:host([disabled]),:host([noninteractive]){cursor:default;pointer-events:none}:host([disabled]) .mdc-deprecated-list-item__text ::slotted(*){opacity:.38}:host([disabled]) .mdc-deprecated-list-item__text ::slotted(*),:host([disabled]) .mdc-deprecated-list-item__primary-text ::slotted(*),:host([disabled]) .mdc-deprecated-list-item__secondary-text ::slotted(*){color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-deprecated-list-item__secondary-text ::slotted(*){color:rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-deprecated-list-item__graphic ::slotted(*){background-color:transparent;color:rgba(0, 0, 0, 0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-deprecated-list-group__subheader ::slotted(*){color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic{width:var(--mdc-list-item-graphic-size, 40px);height:var(--mdc-list-item-graphic-size, 40px)}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic.multi{width:auto}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic ::slotted(*){width:var(--mdc-list-item-graphic-size, 40px);line-height:var(--mdc-list-item-graphic-size, 40px)}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic ::slotted(.material-icons),:host([graphic=avatar]) .mdc-deprecated-list-item__graphic ::slotted(mwc-icon){line-height:var(--mdc-list-item-graphic-size, 40px) !important}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic ::slotted(*){border-radius:50%}:host([graphic=avatar]) .mdc-deprecated-list-item__graphic,:host([graphic=medium]) .mdc-deprecated-list-item__graphic,:host([graphic=large]) .mdc-deprecated-list-item__graphic,:host([graphic=control]) .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:var(--mdc-list-item-graphic-margin, 16px)}[dir=rtl] :host([graphic=avatar]) .mdc-deprecated-list-item__graphic,[dir=rtl] :host([graphic=medium]) .mdc-deprecated-list-item__graphic,[dir=rtl] :host([graphic=large]) .mdc-deprecated-list-item__graphic,[dir=rtl] :host([graphic=control]) .mdc-deprecated-list-item__graphic,:host([graphic=avatar]) .mdc-deprecated-list-item__graphic[dir=rtl],:host([graphic=medium]) .mdc-deprecated-list-item__graphic[dir=rtl],:host([graphic=large]) .mdc-deprecated-list-item__graphic[dir=rtl],:host([graphic=control]) .mdc-deprecated-list-item__graphic[dir=rtl]{margin-left:var(--mdc-list-item-graphic-margin, 16px);margin-right:0}:host([graphic=icon]) .mdc-deprecated-list-item__graphic{width:var(--mdc-list-item-graphic-size, 24px);height:var(--mdc-list-item-graphic-size, 24px);margin-left:0;margin-right:var(--mdc-list-item-graphic-margin, 32px)}:host([graphic=icon]) .mdc-deprecated-list-item__graphic.multi{width:auto}:host([graphic=icon]) .mdc-deprecated-list-item__graphic ::slotted(*){width:var(--mdc-list-item-graphic-size, 24px);line-height:var(--mdc-list-item-graphic-size, 24px)}:host([graphic=icon]) .mdc-deprecated-list-item__graphic ::slotted(.material-icons),:host([graphic=icon]) .mdc-deprecated-list-item__graphic ::slotted(mwc-icon){line-height:var(--mdc-list-item-graphic-size, 24px) !important}[dir=rtl] :host([graphic=icon]) .mdc-deprecated-list-item__graphic,:host([graphic=icon]) .mdc-deprecated-list-item__graphic[dir=rtl]{margin-left:var(--mdc-list-item-graphic-margin, 32px);margin-right:0}:host([graphic=avatar]:not([twoLine])),:host([graphic=icon]:not([twoLine])){height:56px}:host([graphic=medium]:not([twoLine])),:host([graphic=large]:not([twoLine])){height:72px}:host([graphic=medium]) .mdc-deprecated-list-item__graphic,:host([graphic=large]) .mdc-deprecated-list-item__graphic{width:var(--mdc-list-item-graphic-size, 56px);height:var(--mdc-list-item-graphic-size, 56px)}:host([graphic=medium]) .mdc-deprecated-list-item__graphic.multi,:host([graphic=large]) .mdc-deprecated-list-item__graphic.multi{width:auto}:host([graphic=medium]) .mdc-deprecated-list-item__graphic ::slotted(*),:host([graphic=large]) .mdc-deprecated-list-item__graphic ::slotted(*){width:var(--mdc-list-item-graphic-size, 56px);line-height:var(--mdc-list-item-graphic-size, 56px)}:host([graphic=medium]) .mdc-deprecated-list-item__graphic ::slotted(.material-icons),:host([graphic=medium]) .mdc-deprecated-list-item__graphic ::slotted(mwc-icon),:host([graphic=large]) .mdc-deprecated-list-item__graphic ::slotted(.material-icons),:host([graphic=large]) .mdc-deprecated-list-item__graphic ::slotted(mwc-icon){line-height:var(--mdc-list-item-graphic-size, 56px) !important}:host([graphic=large]){padding-left:0px}`;
14
- export {
15
- i as a,
16
- r as s
17
- };