@covalent/components 8.3.0-beta.1 → 8.3.0-beta.3
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-2367a3a2.js +1 -0
- package/_commonjsHelpers-de2741aa.mjs +28 -0
- package/action-ribbon.mjs +2 -2
- package/alert.mjs +2 -2
- package/app-shell/app-shell.d.ts.map +1 -1
- package/app-shell.mjs +4 -4
- package/button.mjs +3 -3
- package/check-list-item.mjs +5 -5
- package/checkbox.mjs +4 -4
- package/chip-9c846d01.mjs +3029 -0
- package/chip-d6f5c2bb.js +485 -0
- package/chip-set.js +76 -0
- package/chip-set.mjs +532 -0
- package/chip.js +1 -0
- package/chip.mjs +12 -0
- package/circular-progress.mjs +1 -1
- package/code-snippet.js +13 -1
- package/code-snippet.mjs +12252 -7
- package/{dialog-3ca1b701.mjs → dialog-3444dd4d.mjs} +8 -8
- package/dialog.mjs +2 -2
- package/drawer.mjs +2 -2
- package/empty-state.mjs +2 -2
- package/expansion-panel-item.js +25 -0
- package/expansion-panel-item.mjs +107 -0
- package/expansion-panel.js +7 -0
- package/expansion-panel.mjs +59 -0
- package/{form-element-ffcf59ff.mjs → form-element-7353b3c4.mjs} +1 -1
- package/formfield.js +80 -0
- package/formfield.mjs +277 -0
- package/{foundation-39dc72d2.mjs → foundation-eff81c1e.mjs} +1 -1
- package/icon-button.mjs +2 -2
- package/icon-check-toggle.mjs +4 -4
- package/icon-radio-toggle.mjs +4 -4
- package/icon.mjs +2 -2
- package/index.js +1 -560
- package/index.mjs +112 -3640
- package/linear-progress.mjs +4 -4
- package/list-item.mjs +3 -3
- package/list.mjs +4 -4
- package/menu.mjs +5 -5
- package/{mwc-checkbox-base-f10fd709.mjs → mwc-checkbox-base-afeeff16.mjs} +3 -3
- package/{mwc-drawer-base-135de8a5.mjs → mwc-drawer-base-0c2b4060.mjs} +1 -1
- package/{mwc-icon-bf656cf5.mjs → mwc-icon-28b10c70.mjs} +1 -1
- package/{mwc-line-ripple-directive-b24a914e.mjs → mwc-line-ripple-directive-315e996d.mjs} +1 -1
- package/{mwc-list-base-76e37212.mjs → mwc-list-base-8aa5bfd8.mjs} +2 -2
- package/{mwc-list-item-base-fe4398c3.mjs → mwc-list-item-base-bf1a075b.mjs} +2 -2
- package/{mwc-menu-base-c4bc88ea.mjs → mwc-menu-base-872420a4.mjs} +2 -2
- package/{mwc-radio-base-a374fbd9.mjs → mwc-radio-base-18a887dd.mjs} +3 -3
- package/{mwc-slider.css-8b6f275c.mjs → mwc-slider.css-03537082.mjs} +3 -3
- package/{mwc-tab-base-be0c887f.mjs → mwc-tab-base-cd1570e4.mjs} +2 -2
- package/{mwc-top-app-bar-base-55da3fe4.mjs → mwc-top-app-bar-base-c7380903.mjs} +1 -1
- package/nav-list-item.mjs +3 -3
- package/package.json +1 -1
- package/radio-list-item.mjs +5 -5
- package/radio.mjs +4 -4
- package/{ripple-handlers-f37f21cf.mjs → ripple-handlers-38a43e50.mjs} +1 -1
- package/select.mjs +8 -8
- package/side-sheet.mjs +2 -2
- package/slider-range.mjs +4 -4
- package/slider.mjs +8 -8
- package/snackbar.mjs +1 -1
- package/style.css +1 -1
- package/switch.mjs +3 -3
- package/tab-bar.mjs +3 -3
- package/tab.mjs +3 -3
- package/textarea.mjs +4 -4
- package/{textfield-448f991c.mjs → textfield-1792a6a8.mjs} +3 -3
- package/textfield.mjs +4 -4
- package/toolbar.mjs +2 -2
- package/tooltip.mjs +1 -1
- package/top-app-bar-fixed.mjs +2 -2
- package/top-app-bar.mjs +2 -2
- package/tree-list-item.mjs +2 -2
- package/{tslib.es6-f3e988cd.mjs → tslib.es6-226581a4.mjs} +5 -5
- package/code-snippet-2137b11c.js +0 -13
- package/code-snippet-ccca324f.mjs +0 -12278
package/switch.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { x as f, i as D, r as F, e as T } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { a as B,
|
3
|
-
import { e as M, R as j } from "./ripple-handlers-
|
2
|
+
import { a as B, c as x, _ as P, e as H, f as I, b as n } from "./tslib.es6-226581a4.mjs";
|
3
|
+
import { e as M, R as j } from "./ripple-handlers-38a43e50.mjs";
|
4
4
|
import { a as E } from "./aria-property-fa2717fe.mjs";
|
5
|
-
import { F as X } from "./form-element-
|
5
|
+
import { F as X } from "./form-element-7353b3c4.mjs";
|
6
6
|
import { n as y } from "./property-9b6ea53b.mjs";
|
7
7
|
import { t as G } from "./state-b5e865db.mjs";
|
8
8
|
import { e as U } from "./event-options-78d6cf94.mjs";
|
package/tab-bar.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { b as u, _ as g, a as S, f as P } from "./tslib.es6-226581a4.mjs";
|
2
2
|
import { i as R, e as x, x as I } from "./query-assigned-elements-4a39219d.mjs";
|
3
|
-
import { T as O } from "./mwc-tab-base-
|
3
|
+
import { T as O } from "./mwc-tab-base-cd1570e4.mjs";
|
4
4
|
import { B as w } from "./base-element-67ae173f.mjs";
|
5
5
|
import { e as D } from "./event-options-78d6cf94.mjs";
|
6
6
|
import { i as b } from "./query-d843aa92.mjs";
|
@@ -8,7 +8,7 @@ import { a as M } from "./utils-2932417c.mjs";
|
|
8
8
|
import { o as K } from "./observer-be7b92e2.mjs";
|
9
9
|
import { n as W } from "./property-9b6ea53b.mjs";
|
10
10
|
import "./class-map-4b94b017.mjs";
|
11
|
-
import "./ripple-handlers-
|
11
|
+
import "./ripple-handlers-38a43e50.mjs";
|
12
12
|
import "./state-b5e865db.mjs";
|
13
13
|
import "./style-map-bc3ed3e0.mjs";
|
14
14
|
/**
|
package/tab.mjs
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
import { i as n, r as p, e as m } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { T as l } from "./mwc-tab-base-
|
3
|
-
import "./tslib.es6-
|
2
|
+
import { T as l } from "./mwc-tab-base-cd1570e4.mjs";
|
3
|
+
import "./tslib.es6-226581a4.mjs";
|
4
4
|
import "./base-element-67ae173f.mjs";
|
5
5
|
import "./utils-2932417c.mjs";
|
6
6
|
import "./property-9b6ea53b.mjs";
|
7
7
|
import "./query-d843aa92.mjs";
|
8
8
|
import "./class-map-4b94b017.mjs";
|
9
|
-
import "./ripple-handlers-
|
9
|
+
import "./ripple-handlers-38a43e50.mjs";
|
10
10
|
import "./state-b5e865db.mjs";
|
11
11
|
import "./style-map-bc3ed3e0.mjs";
|
12
12
|
import "./observer-be7b92e2.mjs";
|
package/textarea.mjs
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
import { x as s, i as f, r as p, e as h } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import {
|
3
|
-
import { T as g, l as b, s as u } from "./textfield-
|
2
|
+
import { b as n } from "./tslib.es6-226581a4.mjs";
|
3
|
+
import { T as g, l as b, s as u } from "./textfield-1792a6a8.mjs";
|
4
4
|
import { n as x } from "./property-9b6ea53b.mjs";
|
5
5
|
import { i as _ } from "./query-d843aa92.mjs";
|
6
6
|
import { o as v } from "./class-map-4b94b017.mjs";
|
7
7
|
import { l as o } from "./if-defined-c367f208.mjs";
|
8
|
-
import "./mwc-line-ripple-directive-
|
8
|
+
import "./mwc-line-ripple-directive-315e996d.mjs";
|
9
9
|
import "./base-element-67ae173f.mjs";
|
10
10
|
import "./utils-2932417c.mjs";
|
11
|
-
import "./form-element-
|
11
|
+
import "./form-element-7353b3c4.mjs";
|
12
12
|
import "./observer-be7b92e2.mjs";
|
13
13
|
import "./state-b5e865db.mjs";
|
14
14
|
import "./event-options-78d6cf94.mjs";
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as H, a as C, b,
|
2
|
-
import { f as $, l as w } from "./mwc-line-ripple-directive-
|
3
|
-
import { F as B } from "./form-element-
|
1
|
+
import { _ as H, a as C, c as b, b as a } from "./tslib.es6-226581a4.mjs";
|
2
|
+
import { f as $, l as w } from "./mwc-line-ripple-directive-315e996d.mjs";
|
3
|
+
import { F as B } from "./form-element-7353b3c4.mjs";
|
4
4
|
import { o as E } from "./observer-be7b92e2.mjs";
|
5
5
|
import { T as x, A as U, x as c } from "./query-assigned-elements-4a39219d.mjs";
|
6
6
|
import { n as l } from "./property-9b6ea53b.mjs";
|
package/textfield.mjs
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
import { i as c, r as n, e as m } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { T as f, s as x } from "./textfield-
|
3
|
-
import "./tslib.es6-
|
4
|
-
import "./mwc-line-ripple-directive-
|
2
|
+
import { T as f, s as x } from "./textfield-1792a6a8.mjs";
|
3
|
+
import "./tslib.es6-226581a4.mjs";
|
4
|
+
import "./mwc-line-ripple-directive-315e996d.mjs";
|
5
5
|
import "./base-element-67ae173f.mjs";
|
6
6
|
import "./utils-2932417c.mjs";
|
7
7
|
import "./property-9b6ea53b.mjs";
|
8
8
|
import "./query-d843aa92.mjs";
|
9
9
|
import "./class-map-4b94b017.mjs";
|
10
|
-
import "./form-element-
|
10
|
+
import "./form-element-7353b3c4.mjs";
|
11
11
|
import "./observer-be7b92e2.mjs";
|
12
12
|
import "./state-b5e865db.mjs";
|
13
13
|
import "./event-options-78d6cf94.mjs";
|
package/toolbar.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { i as c, r as n, e as m } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { T as b } from "./mwc-top-app-bar-base-
|
3
|
-
import "./tslib.es6-
|
2
|
+
import { T as b } from "./mwc-top-app-bar-base-c7380903.mjs";
|
3
|
+
import "./tslib.es6-226581a4.mjs";
|
4
4
|
import "./property-9b6ea53b.mjs";
|
5
5
|
import "./base-element-67ae173f.mjs";
|
6
6
|
import "./utils-2932417c.mjs";
|
package/tooltip.mjs
CHANGED
@@ -2,7 +2,7 @@ import { i as nt, r as at, s as st, x as Y, e as lt } from "./query-assigned-ele
|
|
2
2
|
import { n as M } from "./property-9b6ea53b.mjs";
|
3
3
|
import { i as ot } from "./query-d843aa92.mjs";
|
4
4
|
import { a as dt } from "./utils-2932417c.mjs";
|
5
|
-
import { _ as ct, a as J,
|
5
|
+
import { _ as ct, a as J, c as I, e as Z, f as X } from "./tslib.es6-226581a4.mjs";
|
6
6
|
/**
|
7
7
|
* @license
|
8
8
|
* Copyright 2016 Google Inc.
|
package/top-app-bar-fixed.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { i as d, r as h, e as T } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { T as g, p as A } from "./mwc-top-app-bar-base-
|
3
|
-
import { _ as u, a as f } from "./tslib.es6-
|
2
|
+
import { T as g, p as A } from "./mwc-top-app-bar-base-c7380903.mjs";
|
3
|
+
import { _ as u, a as f } from "./tslib.es6-226581a4.mjs";
|
4
4
|
import { s as S, b as _ } from "./top-app-bar-f83386e0.mjs";
|
5
5
|
import "./property-9b6ea53b.mjs";
|
6
6
|
import "./base-element-67ae173f.mjs";
|
package/top-app-bar.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { i as l, r as i, e as f } from "./query-assigned-elements-4a39219d.mjs";
|
2
|
-
import { T as v } from "./mwc-top-app-bar-base-
|
2
|
+
import { T as v } from "./mwc-top-app-bar-base-c7380903.mjs";
|
3
3
|
import { s as n, b as _ } from "./top-app-bar-f83386e0.mjs";
|
4
|
-
import "./tslib.es6-
|
4
|
+
import "./tslib.es6-226581a4.mjs";
|
5
5
|
import "./property-9b6ea53b.mjs";
|
6
6
|
import "./base-element-67ae173f.mjs";
|
7
7
|
import "./utils-2932417c.mjs";
|
package/tree-list-item.mjs
CHANGED
@@ -2,8 +2,8 @@ import { i as m, r as f, s as g, x as s, e as u } from "./query-assigned-element
|
|
2
2
|
import { n } from "./property-9b6ea53b.mjs";
|
3
3
|
import { o as l } from "./class-map-4b94b017.mjs";
|
4
4
|
import "./icon.mjs";
|
5
|
-
import "./mwc-icon-
|
6
|
-
import "./tslib.es6-
|
5
|
+
import "./mwc-icon-28b10c70.mjs";
|
6
|
+
import "./tslib.es6-226581a4.mjs";
|
7
7
|
const h = `.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-ripple-surface:before,.mdc-ripple-surface:after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-ripple-surface:after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-ripple-surface.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface:before,.mdc-ripple-surface:after{top:0%;left:0%;width:100%;height:100%}.mdc-ripple-surface.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 50%);height:var(--mdc-ripple-fg-size, 50%)}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:#000;background-color:var(--mdc-ripple-color, #000)}.mdc-ripple-surface:hover:before,.mdc-ripple-surface.mdc-ripple-surface--hover:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface:after,.mdc-ripple-surface:before{border-radius:0 16px 16px 0}.itemContent{padding:0 32px 0 var(--indent);margin-right:16px}.itemContent:hover{cursor:pointer;background-color:var(--mdc-theme-surface-neutral-highlight-hover);border-radius:0 16px 16px 0}.selected{background-color:var(--mdc-theme-surface-primary-highlight);color:var(--mdc-theme-primary);border-radius:0 16px 16px 0}.selected:hover{background-color:var(--mdc-theme-surface-primary-highlight-hover)}.mainContent{display:flex;flex-direction:row;padding:4px 0}[name=label]::slotted(*){font-family:var(--mdc-typography-body1-font-family);font-size:var(--mdc-typography-body1-font-size);font-weight:var(--mdc-typography-body1-font-weight);line-height:var(--mdc-typography-body1-line-height);letter-spacing:.25px;padding-left:16px}[name=extraContent]::slotted(*){padding-left:64px;padding-bottom:4px;margin-top:-4px;letter-spacing:.4px;color:var(--mdc-theme-text-secondary-on-background);font-family:var(--mdc-typography-caption-font-family);font-size:var(--mdc-typography-caption-font-size);font-weight:var(--mdc-typography-caption-font-weight);line-height:var(--mdc-typography-caption-line-height)}.hidden{display:none}.visible{display:flex;flex-direction:column}.endOfNest{padding:8px;padding-left:calc(var(--indent) + 20px);letter-spacing:.4px;-webkit-user-select:none;user-select:none;color:var(--mdc-theme-text-disabled-on-background);font-family:var(--mdc-typography-caption-font-family);font-size:var(--mdc-typography-caption-font-size);font-weight:var(--mdc-typography-caption-font-weight);line-height:var(--mdc-typography-caption-line-height)}.arrowIcon{color:var(--mdc-theme-text-primary-on-background)}.open{transition:transform .1s ease-out;transform:rotate(90deg)}.close{transition:transform .1s ease-in;transform:rotate(0)}
|
8
8
|
`;
|
9
9
|
var v = Object.defineProperty, y = Object.getOwnPropertyDescriptor, o = (t, i, a, p) => {
|