@covalent/components 8.7.0-beta.2 → 8.7.0-beta.4
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/{_commonjsHelpers-de2741aa.mjs → _commonjsHelpers-2f131a27.mjs} +2 -2
- package/action-ribbon.mjs +3 -3
- package/alert.mjs +3 -3
- package/app-shell.mjs +6 -6
- package/{base-element-67ae173f.mjs → base-element-acf30176.mjs} +1 -1
- package/button.mjs +5 -5
- package/check-list-item.mjs +7 -7
- package/checkbox.mjs +6 -6
- package/{chip-eb043df9.mjs → chip-cbf1145c.mjs} +3 -3
- package/chip-set.mjs +4 -4
- package/chip.mjs +4 -4
- package/circular-progress.mjs +1 -1
- package/code-snippet.mjs +1 -1
- package/data-table/_data-table.theme.scss +39 -0
- package/{dialog-3444dd4d.mjs → dialog-c9dbe94d.mjs} +3 -3
- package/dialog.mjs +4 -4
- package/drawer.mjs +4 -4
- package/empty-state.mjs +2 -2
- package/expansion-panel-item.mjs +2 -2
- package/{form-element-7353b3c4.mjs → form-element-abadd335.mjs} +2 -2
- package/formfield.mjs +4 -4
- package/{foundation-b3e4efcd.mjs → foundation-d533452a.mjs} +1 -1
- package/icon/_icon.theme.scss +10 -0
- package/icon-button.mjs +4 -4
- package/icon-check-toggle.mjs +6 -6
- package/icon-radio-toggle.mjs +6 -6
- package/icon.mjs +2 -2
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.mjs +31 -31
- package/index.scss +3 -0
- package/linear-progress.mjs +8 -8
- package/list-item.mjs +5 -5
- package/list.mjs +6 -6
- package/menu.mjs +7 -7
- package/{mwc-checkbox-base-afeeff16.mjs → mwc-checkbox-base-c40d16d2.mjs} +3 -3
- package/{mwc-drawer-base-0c2b4060.mjs → mwc-drawer-base-9c77129c.mjs} +3 -3
- package/{mwc-icon-28b10c70.mjs → mwc-icon-5227aec3.mjs} +1 -1
- package/{mwc-line-ripple-directive-315e996d.mjs → mwc-line-ripple-directive-f9dd7fe3.mjs} +2 -2
- package/{mwc-list-base-8aa5bfd8.mjs → mwc-list-base-495cbb3b.mjs} +4 -4
- package/{mwc-list-item-base-bf1a075b.mjs → mwc-list-item-base-6449e812.mjs} +2 -2
- package/{mwc-menu-base-872420a4.mjs → mwc-menu-base-9704207e.mjs} +4 -4
- package/{mwc-radio-base-18a887dd.mjs → mwc-radio-base-4dbe9e38.mjs} +4 -4
- package/{mwc-slider.css-03537082.mjs → mwc-slider.css-30c91236.mjs} +3 -3
- package/{mwc-tab-base-cd1570e4.mjs → mwc-tab-base-effde6e4.mjs} +4 -4
- package/{mwc-top-app-bar-base-c7380903.mjs → mwc-top-app-bar-base-28c4192d.mjs} +3 -3
- package/nav-list-item.mjs +5 -5
- package/package.json +4 -3
- package/radio-list-item.mjs +7 -7
- package/radio.mjs +6 -6
- package/{ripple-handlers-38a43e50.mjs → ripple-handlers-0d9ad7c2.mjs} +2 -2
- package/select.mjs +10 -10
- package/side-sheet.mjs +4 -4
- package/slider-range.mjs +6 -6
- package/slider.mjs +10 -10
- package/snackbar.mjs +3 -3
- package/switch.mjs +5 -5
- package/tab-bar.mjs +5 -5
- package/tab.mjs +5 -5
- package/textarea.mjs +6 -6
- package/{textfield-1792a6a8.mjs → textfield-902f3ad3.mjs} +4 -4
- package/textfield.mjs +6 -6
- package/toolbar.mjs +4 -4
- package/tooltip.mjs +2 -2
- package/top-app-bar-fixed.mjs +4 -4
- package/top-app-bar.mjs +4 -4
- package/tree-list-item.mjs +2 -2
- package/{tslib.es6-226581a4.mjs → tslib.es6-c4b0f3b1.mjs} +6 -6
- package/{utils-2932417c.mjs → utils-dc65fdc9.mjs} +2 -2
- package/style.css +0 -1
package/index.mjs
CHANGED
@@ -4,16 +4,16 @@ import { CovalentAppShell as O } from "./app-shell.mjs";
|
|
4
4
|
import { CovalentButton as U } from "./button.mjs";
|
5
5
|
import { CovalentCheckbox as W } from "./checkbox.mjs";
|
6
6
|
import { CovalentCard as Y } from "./card.mjs";
|
7
|
-
import { C as _ } from "./chip-
|
7
|
+
import { C as _ } from "./chip-cbf1145c.mjs";
|
8
8
|
import { CovalentChipSet as oo } from "./chip-set.mjs";
|
9
9
|
import { CovalentCircularProgress as ro } from "./circular-progress.mjs";
|
10
10
|
import { CovalentCodeSnippet as po } from "./code-snippet.mjs";
|
11
|
-
import { C as ao } from "./dialog-
|
12
|
-
import { CovalentDrawer as
|
11
|
+
import { C as ao } from "./dialog-c9dbe94d.mjs";
|
12
|
+
import { CovalentDrawer as no } from "./drawer.mjs";
|
13
13
|
import { CovalentEmptyState as Co } from "./empty-state.mjs";
|
14
14
|
import { CovalentExpansionPanel as fo } from "./expansion-panel.mjs";
|
15
15
|
import { CovalentExpansionPanelItem as so } from "./expansion-panel-item.mjs";
|
16
|
-
import { CovalentFormfield as
|
16
|
+
import { CovalentFormfield as co } from "./formfield.mjs";
|
17
17
|
import { CovalentIcon as Io } from "./icon.mjs";
|
18
18
|
import { CovalentIconButton as ho } from "./icon-button.mjs";
|
19
19
|
import { CovalentIconCheckToggle as bo } from "./icon-check-toggle.mjs";
|
@@ -35,54 +35,54 @@ import { CovalentStatusHeader as $o } from "./status-header.mjs";
|
|
35
35
|
import { CovalentStatusHeaderItem as tt } from "./status-header-item.mjs";
|
36
36
|
import { CovalentSwitch as et } from "./switch.mjs";
|
37
37
|
import { CovalentTab as mt } from "./tab.mjs";
|
38
|
-
import { CovalentTabBar as
|
38
|
+
import { CovalentTabBar as it } from "./tab-bar.mjs";
|
39
39
|
import { CovalentTextArea as lt } from "./textarea.mjs";
|
40
40
|
import { CovalentTextField as xt } from "./textfield.mjs";
|
41
41
|
import { CovalentTextLockup as vt } from "./text-lockup.mjs";
|
42
|
-
import { CovalentToolbar as
|
43
|
-
import { CovalentTooltip as
|
42
|
+
import { CovalentToolbar as Tt } from "./toolbar.mjs";
|
43
|
+
import { CovalentTooltip as dt } from "./tooltip.mjs";
|
44
44
|
import { CovalentTopAppBar as It } from "./top-app-bar.mjs";
|
45
45
|
import { CovalentTopAppBarFixed as ht } from "./top-app-bar-fixed.mjs";
|
46
46
|
import { CovalentTreeList as bt } from "./tree-list.mjs";
|
47
47
|
import { CovalentTreeListItem as At } from "./tree-list-item.mjs";
|
48
48
|
import { CovalentTypography as kt } from "./typography.mjs";
|
49
49
|
import "./query-assigned-elements-4a39219d.mjs";
|
50
|
-
import "./utils-
|
50
|
+
import "./utils-dc65fdc9.mjs";
|
51
51
|
import "./observer-be7b92e2.mjs";
|
52
|
-
import "./foundation-
|
53
|
-
import "./tslib.es6-
|
52
|
+
import "./foundation-d533452a.mjs";
|
53
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
54
54
|
import "./foundation-2334d146.mjs";
|
55
55
|
import "./class-map-4b94b017.mjs";
|
56
56
|
import "./property-9b6ea53b.mjs";
|
57
57
|
import "./query-d843aa92.mjs";
|
58
|
-
import "./mwc-drawer-base-
|
58
|
+
import "./mwc-drawer-base-9c77129c.mjs";
|
59
59
|
import "./inert.esm-359d4581.mjs";
|
60
|
-
import "./base-element-
|
61
|
-
import "./mwc-icon-
|
62
|
-
import "./ripple-handlers-
|
60
|
+
import "./base-element-acf30176.mjs";
|
61
|
+
import "./mwc-icon-5227aec3.mjs";
|
62
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
63
63
|
import "./state-b5e865db.mjs";
|
64
64
|
import "./style-map-bc3ed3e0.mjs";
|
65
65
|
import "./aria-property-fa2717fe.mjs";
|
66
66
|
import "./event-options-78d6cf94.mjs";
|
67
67
|
import "./if-defined-c367f208.mjs";
|
68
|
-
import "./mwc-checkbox-base-
|
69
|
-
import "./form-element-
|
68
|
+
import "./mwc-checkbox-base-c40d16d2.mjs";
|
69
|
+
import "./form-element-abadd335.mjs";
|
70
70
|
import "./mwc-checkbox.css-8f4f1a9b.mjs";
|
71
71
|
import "./keyboard-983b121c.mjs";
|
72
|
-
import "./_commonjsHelpers-
|
72
|
+
import "./_commonjsHelpers-2f131a27.mjs";
|
73
73
|
import "./query-assigned-nodes-df691e78.mjs";
|
74
|
-
import "./mwc-radio-base-
|
74
|
+
import "./mwc-radio-base-4dbe9e38.mjs";
|
75
75
|
import "./mwc-radio.css-7454bb11.mjs";
|
76
|
-
import "./mwc-list-item-base-
|
76
|
+
import "./mwc-list-item-base-6449e812.mjs";
|
77
77
|
import "./list-item-29a11302.mjs";
|
78
|
-
import "./mwc-list-base-
|
79
|
-
import "./mwc-menu-base-
|
80
|
-
import "./mwc-line-ripple-directive-
|
81
|
-
import "./mwc-slider.css-
|
78
|
+
import "./mwc-list-base-495cbb3b.mjs";
|
79
|
+
import "./mwc-menu-base-9704207e.mjs";
|
80
|
+
import "./mwc-line-ripple-directive-f9dd7fe3.mjs";
|
81
|
+
import "./mwc-slider.css-30c91236.mjs";
|
82
82
|
import "./directive-helpers-e3ea6592.mjs";
|
83
|
-
import "./mwc-tab-base-
|
84
|
-
import "./textfield-
|
85
|
-
import "./mwc-top-app-bar-base-
|
83
|
+
import "./mwc-tab-base-effde6e4.mjs";
|
84
|
+
import "./textfield-902f3ad3.mjs";
|
85
|
+
import "./mwc-top-app-bar-base-28c4192d.mjs";
|
86
86
|
import "./top-app-bar-f83386e0.mjs";
|
87
87
|
export {
|
88
88
|
z as CovalentActionRibbon,
|
@@ -97,11 +97,11 @@ export {
|
|
97
97
|
ro as CovalentCircularProgress,
|
98
98
|
po as CovalentCodeSnippet,
|
99
99
|
ao as CovalentDialog,
|
100
|
-
|
100
|
+
no as CovalentDrawer,
|
101
101
|
Co as CovalentEmptyState,
|
102
102
|
fo as CovalentExpansionPanel,
|
103
103
|
so as CovalentExpansionPanelItem,
|
104
|
-
|
104
|
+
co as CovalentFormfield,
|
105
105
|
Io as CovalentIcon,
|
106
106
|
ho as CovalentIconButton,
|
107
107
|
bo as CovalentIconCheckToggle,
|
@@ -122,12 +122,12 @@ export {
|
|
122
122
|
tt as CovalentStatusHeaderItem,
|
123
123
|
et as CovalentSwitch,
|
124
124
|
mt as CovalentTab,
|
125
|
-
|
125
|
+
it as CovalentTabBar,
|
126
126
|
lt as CovalentTextArea,
|
127
127
|
xt as CovalentTextField,
|
128
128
|
vt as CovalentTextLockup,
|
129
|
-
|
130
|
-
|
129
|
+
Tt as CovalentToolbar,
|
130
|
+
dt as CovalentTooltip,
|
131
131
|
It as CovalentTopAppBar,
|
132
132
|
ht as CovalentTopAppBarFixed,
|
133
133
|
bt as CovalentTreeList,
|
package/index.scss
ADDED
package/linear-progress.mjs
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import { s as y, x as
|
2
|
-
import {
|
3
|
-
import { a as
|
1
|
+
import { s as y, x as u, i as g, r as b, e as h } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
+
import { _ as a } from "./tslib.es6-c4b0f3b1.mjs";
|
3
|
+
import { a as _ } from "./aria-property-fa2717fe.mjs";
|
4
4
|
import { n as o } from "./property-9b6ea53b.mjs";
|
5
5
|
import { t } from "./state-b5e865db.mjs";
|
6
|
-
import { i as
|
6
|
+
import { i as v } from "./query-d843aa92.mjs";
|
7
7
|
import { o as x } from "./class-map-4b94b017.mjs";
|
8
8
|
import { l as p } from "./if-defined-c367f208.mjs";
|
9
9
|
import { o as f } from "./style-map-bc3ed3e0.mjs";
|
@@ -45,7 +45,7 @@ class e extends y {
|
|
45
45
|
}, s = {
|
46
46
|
transform: this.indeterminate ? "scaleX(1)" : `scaleX(${this.progress})`
|
47
47
|
};
|
48
|
-
return
|
48
|
+
return u`
|
49
49
|
<div
|
50
50
|
role="progressbar"
|
51
51
|
class="mdc-linear-progress ${x(r)}"
|
@@ -118,7 +118,7 @@ class e extends y {
|
|
118
118
|
}
|
119
119
|
}
|
120
120
|
a([
|
121
|
-
|
121
|
+
v(".mdc-linear-progress")
|
122
122
|
], e.prototype, "rootEl", void 0);
|
123
123
|
a([
|
124
124
|
o({ type: Boolean, reflect: !0 })
|
@@ -136,7 +136,7 @@ a([
|
|
136
136
|
o({ type: Boolean, reflect: !0 })
|
137
137
|
], e.prototype, "closed", void 0);
|
138
138
|
a([
|
139
|
-
|
139
|
+
_,
|
140
140
|
o({ attribute: "aria-label" })
|
141
141
|
], e.prototype, "ariaLabel", void 0);
|
142
142
|
a([
|
@@ -174,7 +174,7 @@ var z = Object.defineProperty, k = Object.getOwnPropertyDescriptor, S = (c, r, i
|
|
174
174
|
};
|
175
175
|
let d = class extends e {
|
176
176
|
};
|
177
|
-
d.styles = [w, g`${
|
177
|
+
d.styles = [w, g`${b(X)}`];
|
178
178
|
d = S([
|
179
179
|
h("cv-linear-progress")
|
180
180
|
], d);
|
package/list-item.mjs
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import { L as v } from "./mwc-list-item-base-
|
1
|
+
import { L as v } from "./mwc-list-item-base-6449e812.mjs";
|
2
2
|
import { i as p, r as l, e as f } from "./query-assigned-elements-4a39219d.mjs";
|
3
3
|
import { s as c, a as n, c as _ } from "./list-item-29a11302.mjs";
|
4
|
-
import "./tslib.es6-
|
5
|
-
import "./ripple-handlers-
|
6
|
-
import "./base-element-
|
7
|
-
import "./utils-
|
4
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
5
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
6
|
+
import "./base-element-acf30176.mjs";
|
7
|
+
import "./utils-dc65fdc9.mjs";
|
8
8
|
import "./property-9b6ea53b.mjs";
|
9
9
|
import "./state-b5e865db.mjs";
|
10
10
|
import "./query-d843aa92.mjs";
|
package/list.mjs
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import { i as n, r as l, e as p } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { L as c } from "./mwc-list-base-
|
3
|
-
import "./tslib.es6-
|
4
|
-
import "./mwc-list-item-base-
|
5
|
-
import "./ripple-handlers-
|
6
|
-
import "./base-element-
|
7
|
-
import "./utils-
|
2
|
+
import { L as c } from "./mwc-list-base-495cbb3b.mjs";
|
3
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
4
|
+
import "./mwc-list-item-base-6449e812.mjs";
|
5
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
6
|
+
import "./base-element-acf30176.mjs";
|
7
|
+
import "./utils-dc65fdc9.mjs";
|
8
8
|
import "./property-9b6ea53b.mjs";
|
9
9
|
import "./state-b5e865db.mjs";
|
10
10
|
import "./query-d843aa92.mjs";
|
package/menu.mjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
import { M as n } from "./mwc-menu-base-
|
1
|
+
import { M as n } from "./mwc-menu-base-9704207e.mjs";
|
2
2
|
import { i as l, e as c } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import "./tslib.es6-
|
4
|
-
import "./mwc-list-base-
|
5
|
-
import "./mwc-list-item-base-
|
6
|
-
import "./ripple-handlers-
|
7
|
-
import "./base-element-
|
8
|
-
import "./utils-
|
3
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
4
|
+
import "./mwc-list-base-495cbb3b.mjs";
|
5
|
+
import "./mwc-list-item-base-6449e812.mjs";
|
6
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
7
|
+
import "./base-element-acf30176.mjs";
|
8
|
+
import "./utils-dc65fdc9.mjs";
|
9
9
|
import "./property-9b6ea53b.mjs";
|
10
10
|
import "./state-b5e865db.mjs";
|
11
11
|
import "./query-d843aa92.mjs";
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { e as u, R as k } from "./ripple-handlers-
|
1
|
+
import { _ as t } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import { e as u, R as k } from "./ripple-handlers-0d9ad7c2.mjs";
|
3
3
|
import { a as r } from "./aria-property-fa2717fe.mjs";
|
4
|
-
import { F as b } from "./form-element-
|
4
|
+
import { F as b } from "./form-element-abadd335.mjs";
|
5
5
|
import { x as l } from "./query-assigned-elements-4a39219d.mjs";
|
6
6
|
import { n as d } from "./property-9b6ea53b.mjs";
|
7
7
|
import { t as c } from "./state-b5e865db.mjs";
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import {
|
1
|
+
import { a as h, b as p, _ as r } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import "./inert.esm-359d4581.mjs";
|
3
|
-
import { B as F } from "./base-element-
|
3
|
+
import { B as F } from "./base-element-acf30176.mjs";
|
4
4
|
import { o as b } from "./observer-be7b92e2.mjs";
|
5
5
|
import { x as c } from "./query-assigned-elements-4a39219d.mjs";
|
6
6
|
import { n as l } from "./property-9b6ea53b.mjs";
|
7
7
|
import { i as C } from "./query-d843aa92.mjs";
|
8
8
|
import { o as g } from "./class-map-4b94b017.mjs";
|
9
|
-
import { a as N } from "./utils-
|
9
|
+
import { a as N } from "./utils-dc65fdc9.mjs";
|
10
10
|
/**
|
11
11
|
* @license
|
12
12
|
* Copyright 2016 Google Inc.
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { a as u, b as d, _ as a } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { x as _, i as v, e as E } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { B as y } from "./base-element-
|
3
|
+
import { B as y } from "./base-element-acf30176.mjs";
|
4
4
|
import { n as h } from "./property-9b6ea53b.mjs";
|
5
5
|
import { i as f } from "./query-d843aa92.mjs";
|
6
6
|
import { o as L, e as m, i as b, t as l } from "./class-map-4b94b017.mjs";
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { _ as p } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { i as z, e as B, x as P } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { L as H } from "./mwc-list-item-base-
|
4
|
-
import { B as K } from "./base-element-
|
3
|
+
import { L as H } from "./mwc-list-item-base-6449e812.mjs";
|
4
|
+
import { B as K } from "./base-element-acf30176.mjs";
|
5
5
|
import { o as L } from "./observer-be7b92e2.mjs";
|
6
|
-
import { i as V,
|
6
|
+
import { i as V, b as X, d as G } from "./utils-dc65fdc9.mjs";
|
7
7
|
import { n as I } from "./property-9b6ea53b.mjs";
|
8
8
|
import { i as $ } from "./query-d843aa92.mjs";
|
9
9
|
import { o as k } from "./query-assigned-nodes-df691e78.mjs";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import { e as c, R as d } from "./ripple-handlers-
|
1
|
+
import { _ as t } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import { e as c, R as d } from "./ripple-handlers-0d9ad7c2.mjs";
|
3
3
|
import { o as l } from "./observer-be7b92e2.mjs";
|
4
4
|
import { s as h, x as n } from "./query-assigned-elements-4a39219d.mjs";
|
5
5
|
import { n as r } from "./property-9b6ea53b.mjs";
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { _ as o, a as U, b as B, c as q } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { i as V, e as K, x as F } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { L as Q } from "./mwc-list-base-
|
4
|
-
import { B as j } from "./base-element-
|
3
|
+
import { L as Q } from "./mwc-list-base-495cbb3b.mjs";
|
4
|
+
import { B as j } from "./base-element-acf30176.mjs";
|
5
5
|
import { o as g } from "./observer-be7b92e2.mjs";
|
6
|
-
import { a as Y,
|
6
|
+
import { a as Y, b as Z, d as J } from "./utils-dc65fdc9.mjs";
|
7
7
|
import { n as a } from "./property-9b6ea53b.mjs";
|
8
8
|
import { t as b } from "./state-b5e865db.mjs";
|
9
9
|
import { i as D } from "./query-d843aa92.mjs";
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { e as g, R as y } from "./ripple-handlers-
|
1
|
+
import { a as v, b as c, _ as i } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import { e as g, R as y } from "./ripple-handlers-0d9ad7c2.mjs";
|
3
3
|
import { a as f } from "./aria-property-fa2717fe.mjs";
|
4
|
-
import { F as R } from "./form-element-
|
4
|
+
import { F as R } from "./form-element-abadd335.mjs";
|
5
5
|
import { o as m } from "./observer-be7b92e2.mjs";
|
6
6
|
import { x as u } from "./query-assigned-elements-4a39219d.mjs";
|
7
7
|
import { n as a } from "./property-9b6ea53b.mjs";
|
@@ -10,7 +10,7 @@ import { e as C } from "./event-options-78d6cf94.mjs";
|
|
10
10
|
import { i as b } from "./query-d843aa92.mjs";
|
11
11
|
import { o as E } from "./class-map-4b94b017.mjs";
|
12
12
|
import { l as h } from "./if-defined-c367f208.mjs";
|
13
|
-
import { a as k } from "./utils-
|
13
|
+
import { a as k } from "./utils-dc65fdc9.mjs";
|
14
14
|
/**
|
15
15
|
* @license
|
16
16
|
* Copyright 2020 Google LLC
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { e as H, R as O } from "./ripple-handlers-
|
1
|
+
import { a as F, b as x, _ as o } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import { e as H, R as O } from "./ripple-handlers-0d9ad7c2.mjs";
|
3
3
|
import { a as w } from "./aria-property-fa2717fe.mjs";
|
4
|
-
import { F as B } from "./form-element-
|
4
|
+
import { F as B } from "./form-element-abadd335.mjs";
|
5
5
|
import { x as _, A as g, i as $ } from "./query-assigned-elements-4a39219d.mjs";
|
6
6
|
import { n as f } from "./property-9b6ea53b.mjs";
|
7
7
|
import { t as b } from "./state-b5e865db.mjs";
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { a as m, b as h, _ as i } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { x as c, i as R, e as A } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { B as g } from "./base-element-
|
3
|
+
import { B as g } from "./base-element-acf30176.mjs";
|
4
4
|
import { n as r } from "./property-9b6ea53b.mjs";
|
5
5
|
import { i as l } from "./query-d843aa92.mjs";
|
6
6
|
import { o as v } from "./class-map-4b94b017.mjs";
|
7
|
-
import { a as I } from "./utils-
|
8
|
-
import { e as T, R as E } from "./ripple-handlers-
|
7
|
+
import { a as I } from "./utils-dc65fdc9.mjs";
|
8
|
+
import { e as T, R as E } from "./ripple-handlers-0d9ad7c2.mjs";
|
9
9
|
import { o as F } from "./observer-be7b92e2.mjs";
|
10
10
|
import { t as _ } from "./state-b5e865db.mjs";
|
11
11
|
import { e as O } from "./event-options-78d6cf94.mjs";
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { a as f, b as u, _ as s } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { n as p } from "./property-9b6ea53b.mjs";
|
3
3
|
import { x as c } from "./query-assigned-elements-4a39219d.mjs";
|
4
|
-
import { B as _ } from "./base-element-
|
5
|
-
import { a as A, s as S } from "./utils-
|
4
|
+
import { B as _ } from "./base-element-acf30176.mjs";
|
5
|
+
import { a as A, s as S } from "./utils-dc65fdc9.mjs";
|
6
6
|
import { i as g } from "./query-d843aa92.mjs";
|
7
7
|
import { o as h } from "./class-map-4b94b017.mjs";
|
8
8
|
/**
|
package/nav-list-item.mjs
CHANGED
@@ -2,11 +2,11 @@ import { i as o, r as n, l as m, A as g, x as h, e as f } from "./query-assigned
|
|
2
2
|
import { n as c } from "./property-9b6ea53b.mjs";
|
3
3
|
import { CovalentListItem as u } from "./list-item.mjs";
|
4
4
|
import { s as v, a as x, c as y } from "./list-item-29a11302.mjs";
|
5
|
-
import "./mwc-list-item-base-
|
6
|
-
import "./tslib.es6-
|
7
|
-
import "./ripple-handlers-
|
8
|
-
import "./base-element-
|
9
|
-
import "./utils-
|
5
|
+
import "./mwc-list-item-base-6449e812.mjs";
|
6
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
7
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
8
|
+
import "./base-element-acf30176.mjs";
|
9
|
+
import "./utils-dc65fdc9.mjs";
|
10
10
|
import "./state-b5e865db.mjs";
|
11
11
|
import "./query-d843aa92.mjs";
|
12
12
|
import "./class-map-4b94b017.mjs";
|
package/package.json
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@covalent/components",
|
3
|
-
"version": "8.7.0-beta.
|
3
|
+
"version": "8.7.0-beta.4",
|
4
4
|
"description": "a catalog of material components for covalent",
|
5
5
|
"main": "./index.js",
|
6
6
|
"module": "./index.mjs",
|
7
7
|
"types": "./index.d.ts",
|
8
8
|
"exports": {
|
9
9
|
".": {
|
10
|
-
"
|
10
|
+
"sass": "./index.scss",
|
11
11
|
"import": "./index.mjs",
|
12
12
|
"require": "./index.js"
|
13
13
|
},
|
14
|
-
"./
|
14
|
+
"./icon/icon.theme": "./icon/_icon.theme.scss",
|
15
|
+
"./data-table.theme": "./data-table/_data-table.theme.scss",
|
15
16
|
"./theme": {
|
16
17
|
"sass": "./theme/_index.scss"
|
17
18
|
},
|
package/radio-list-item.mjs
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
import {
|
1
|
+
import { _ as e } from "./tslib.es6-c4b0f3b1.mjs";
|
2
2
|
import { i as _, e as b, x as s, r as h } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { R as g } from "./mwc-radio-base-
|
3
|
+
import { R as g } from "./mwc-radio-base-4dbe9e38.mjs";
|
4
4
|
import { n as p } from "./property-9b6ea53b.mjs";
|
5
5
|
import { i as u } from "./query-d843aa92.mjs";
|
6
6
|
import { o as f } from "./class-map-4b94b017.mjs";
|
7
7
|
import { l as k } from "./if-defined-c367f208.mjs";
|
8
|
-
import { L as v } from "./mwc-list-item-base-
|
8
|
+
import { L as v } from "./mwc-list-item-base-6449e812.mjs";
|
9
9
|
import { s as x, a as y, c as w } from "./list-item-29a11302.mjs";
|
10
|
-
import "./ripple-handlers-
|
11
|
-
import "./base-element-
|
12
|
-
import "./utils-
|
10
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
11
|
+
import "./base-element-acf30176.mjs";
|
12
|
+
import "./utils-dc65fdc9.mjs";
|
13
13
|
import "./state-b5e865db.mjs";
|
14
14
|
import "./style-map-bc3ed3e0.mjs";
|
15
15
|
import "./aria-property-fa2717fe.mjs";
|
16
|
-
import "./form-element-
|
16
|
+
import "./form-element-abadd335.mjs";
|
17
17
|
import "./observer-be7b92e2.mjs";
|
18
18
|
import "./event-options-78d6cf94.mjs";
|
19
19
|
/**
|
package/radio.mjs
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
import { i as a, r as c, e as l } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { R as n } from "./mwc-radio-base-
|
2
|
+
import { R as n } from "./mwc-radio-base-4dbe9e38.mjs";
|
3
3
|
import { s as v } from "./mwc-radio.css-7454bb11.mjs";
|
4
|
-
import "./tslib.es6-
|
5
|
-
import "./ripple-handlers-
|
6
|
-
import "./base-element-
|
7
|
-
import "./utils-
|
4
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
5
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
6
|
+
import "./base-element-acf30176.mjs";
|
7
|
+
import "./utils-dc65fdc9.mjs";
|
8
8
|
import "./property-9b6ea53b.mjs";
|
9
9
|
import "./state-b5e865db.mjs";
|
10
10
|
import "./query-d843aa92.mjs";
|
11
11
|
import "./class-map-4b94b017.mjs";
|
12
12
|
import "./style-map-bc3ed3e0.mjs";
|
13
13
|
import "./aria-property-fa2717fe.mjs";
|
14
|
-
import "./form-element-
|
14
|
+
import "./form-element-abadd335.mjs";
|
15
15
|
import "./observer-be7b92e2.mjs";
|
16
16
|
import "./event-options-78d6cf94.mjs";
|
17
17
|
import "./if-defined-c367f208.mjs";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { o as H, x as D, i as k, e as x } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import {
|
3
|
-
import { B } from "./base-element-
|
2
|
+
import { a as z, b as y, c as v, _ as p } from "./tslib.es6-c4b0f3b1.mjs";
|
3
|
+
import { B } from "./base-element-acf30176.mjs";
|
4
4
|
import { n as u } from "./property-9b6ea53b.mjs";
|
5
5
|
import { t as l } from "./state-b5e865db.mjs";
|
6
6
|
import { i as M } from "./query-d843aa92.mjs";
|
package/select.mjs
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
import { i as P, e as Y, x, A as w, r as ee } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import {
|
3
|
-
import { f as ie, l as le } from "./mwc-line-ripple-directive-
|
4
|
-
import { M as de } from "./mwc-menu-base-
|
5
|
-
import "./mwc-icon-
|
6
|
-
import { F as ce } from "./form-element-
|
2
|
+
import { _ as o, a as te, b as V } from "./tslib.es6-c4b0f3b1.mjs";
|
3
|
+
import { f as ie, l as le } from "./mwc-line-ripple-directive-f9dd7fe3.mjs";
|
4
|
+
import { M as de } from "./mwc-menu-base-9704207e.mjs";
|
5
|
+
import "./mwc-icon-5227aec3.mjs";
|
6
|
+
import { F as ce } from "./form-element-abadd335.mjs";
|
7
7
|
import { o as R } from "./observer-be7b92e2.mjs";
|
8
|
-
import { a as ne, i as oe } from "./utils-
|
8
|
+
import { a as ne, i as oe } from "./utils-dc65fdc9.mjs";
|
9
9
|
import { n as g } from "./property-9b6ea53b.mjs";
|
10
10
|
import { t as S } from "./state-b5e865db.mjs";
|
11
11
|
import { e as re } from "./event-options-78d6cf94.mjs";
|
12
12
|
import { i as v } from "./query-d843aa92.mjs";
|
13
13
|
import { o as M } from "./class-map-4b94b017.mjs";
|
14
14
|
import { l as z } from "./if-defined-c367f208.mjs";
|
15
|
-
import "./base-element-
|
16
|
-
import "./mwc-list-base-
|
17
|
-
import "./mwc-list-item-base-
|
18
|
-
import "./ripple-handlers-
|
15
|
+
import "./base-element-acf30176.mjs";
|
16
|
+
import "./mwc-list-base-495cbb3b.mjs";
|
17
|
+
import "./mwc-list-item-base-6449e812.mjs";
|
18
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
19
19
|
import "./style-map-bc3ed3e0.mjs";
|
20
20
|
import "./query-assigned-nodes-df691e78.mjs";
|
21
21
|
/**
|
package/side-sheet.mjs
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import { i as m, r as l, e as p } from "./query-assigned-elements-4a39219d.mjs";
|
2
2
|
import { n as c } from "./property-9b6ea53b.mjs";
|
3
|
-
import { s as h, C as g } from "./dialog-
|
4
|
-
import "./tslib.es6-
|
3
|
+
import { s as h, C as g } from "./dialog-c9dbe94d.mjs";
|
4
|
+
import "./tslib.es6-c4b0f3b1.mjs";
|
5
5
|
import "./inert.esm-359d4581.mjs";
|
6
|
-
import "./base-element-
|
7
|
-
import "./utils-
|
6
|
+
import "./base-element-acf30176.mjs";
|
7
|
+
import "./utils-dc65fdc9.mjs";
|
8
8
|
import "./observer-be7b92e2.mjs";
|
9
9
|
import "./query-d843aa92.mjs";
|
10
10
|
import "./class-map-4b94b017.mjs";
|
package/slider-range.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { e as T, R as S } from "./ripple-handlers-
|
3
|
-
import {
|
4
|
-
import { S as g, T as r, s as y } from "./mwc-slider.css-
|
1
|
+
import { _ as a } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import { e as T, R as S } from "./ripple-handlers-0d9ad7c2.mjs";
|
3
|
+
import { d as f } from "./utils-dc65fdc9.mjs";
|
4
|
+
import { S as g, T as r, s as y } from "./mwc-slider.css-30c91236.mjs";
|
5
5
|
import { x as d, A as _, e as R } from "./query-assigned-elements-4a39219d.mjs";
|
6
6
|
import { n as k } from "./property-9b6ea53b.mjs";
|
7
7
|
import { t as l } from "./state-b5e865db.mjs";
|
@@ -9,9 +9,9 @@ import { i as u } from "./query-d843aa92.mjs";
|
|
9
9
|
import { o as b } from "./class-map-4b94b017.mjs";
|
10
10
|
import { l as n } from "./if-defined-c367f208.mjs";
|
11
11
|
import { o as v } from "./style-map-bc3ed3e0.mjs";
|
12
|
-
import "./base-element-
|
12
|
+
import "./base-element-acf30176.mjs";
|
13
13
|
import "./aria-property-fa2717fe.mjs";
|
14
|
-
import "./form-element-
|
14
|
+
import "./form-element-abadd335.mjs";
|
15
15
|
/**
|
16
16
|
* @license
|
17
17
|
* Copyright 2021 Google LLC
|
package/slider.mjs
CHANGED
@@ -1,16 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
import "./ripple-handlers-
|
3
|
-
import {
|
4
|
-
import { S as h, T as r, s as m } from "./mwc-slider.css-
|
5
|
-
import { x as T, e as
|
6
|
-
import { n as
|
1
|
+
import { _ as u } from "./tslib.es6-c4b0f3b1.mjs";
|
2
|
+
import "./ripple-handlers-0d9ad7c2.mjs";
|
3
|
+
import { d as c } from "./utils-dc65fdc9.mjs";
|
4
|
+
import { S as h, T as r, s as m } from "./mwc-slider.css-30c91236.mjs";
|
5
|
+
import { x as T, e as v } from "./query-assigned-elements-4a39219d.mjs";
|
6
|
+
import { n as b } from "./property-9b6ea53b.mjs";
|
7
7
|
import { o as f } from "./style-map-bc3ed3e0.mjs";
|
8
|
-
import "./base-element-
|
8
|
+
import "./base-element-acf30176.mjs";
|
9
9
|
import "./state-b5e865db.mjs";
|
10
10
|
import "./query-d843aa92.mjs";
|
11
11
|
import "./class-map-4b94b017.mjs";
|
12
12
|
import "./aria-property-fa2717fe.mjs";
|
13
|
-
import "./form-element-
|
13
|
+
import "./form-element-abadd335.mjs";
|
14
14
|
import "./if-defined-c367f208.mjs";
|
15
15
|
/**
|
16
16
|
* @license
|
@@ -239,7 +239,7 @@ class o extends h {
|
|
239
239
|
}
|
240
240
|
}
|
241
241
|
u([
|
242
|
-
|
242
|
+
b({ type: Number })
|
243
243
|
], o.prototype, "value", null);
|
244
244
|
var p = Object.defineProperty, g = Object.getOwnPropertyDescriptor, S = (a, t, e, i) => {
|
245
245
|
for (var s = i > 1 ? void 0 : i ? g(t, e) : t, d = a.length - 1, l; d >= 0; d--)
|
@@ -250,7 +250,7 @@ let n = class extends o {
|
|
250
250
|
};
|
251
251
|
n.styles = [m];
|
252
252
|
n = S([
|
253
|
-
|
253
|
+
v("cv-slider")
|
254
254
|
], n);
|
255
255
|
const V = n;
|
256
256
|
export {
|
package/snackbar.mjs
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
import { D as M, x as b, i as C, r as D, e as w } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import {
|
3
|
-
import { B as F } from "./base-element-
|
2
|
+
import { a as $, b as x, _ as m } from "./tslib.es6-c4b0f3b1.mjs";
|
3
|
+
import { B as F } from "./base-element-acf30176.mjs";
|
4
4
|
import { o as g } from "./observer-be7b92e2.mjs";
|
5
5
|
import { n as l } from "./property-9b6ea53b.mjs";
|
6
6
|
import { i as O } from "./query-d843aa92.mjs";
|
7
7
|
import { i as L, t as S, e as P, o as R } from "./class-map-4b94b017.mjs";
|
8
8
|
import { e as z } from "./directive-helpers-e3ea6592.mjs";
|
9
|
-
import { a as U } from "./utils-
|
9
|
+
import { a as U } from "./utils-dc65fdc9.mjs";
|
10
10
|
/**
|
11
11
|
* @license
|
12
12
|
* Copyright 2016 Google Inc.
|