@limetech/lime-elements 35.0.0-next.13 → 35.0.0-next.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{component-f7ef9087.js → component-66df95e7.js} +190 -132
- package/dist/cjs/{component-f532119f.js → component-67144c1c.js} +47 -3
- package/dist/cjs/{component-ed21410d.js → component-ae3bfacf.js} +367 -235
- package/dist/cjs/{component-2faaa141.js → component-cf490570.js} +213 -143
- package/dist/cjs/{component-10dbdd60.js → component-dd795ff0.js} +7 -5
- package/dist/cjs/limel-badge.cjs.entry.js +1 -1
- package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
- package/dist/cjs/limel-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-checkbox.cjs.entry.js +129 -84
- package/dist/cjs/limel-chip-set.cjs.entry.js +233 -189
- package/dist/cjs/limel-circular-progress.cjs.entry.js +1 -1
- package/dist/cjs/limel-date-picker.cjs.entry.js +4 -4
- package/dist/cjs/limel-dialog.cjs.entry.js +7 -8
- package/dist/cjs/limel-file.cjs.entry.js +4 -4
- package/dist/cjs/limel-flex-container.cjs.entry.js +4 -0
- package/dist/cjs/limel-form.cjs.entry.js +1 -1
- package/dist/cjs/limel-icon-button.cjs.entry.js +4 -4
- package/dist/cjs/limel-input-field.cjs.entry.js +5 -5
- package/dist/cjs/limel-linear-progress.cjs.entry.js +2 -2
- package/dist/cjs/limel-list_3.cjs.entry.js +5 -5
- package/dist/cjs/limel-menu-list.cjs.entry.js +84 -68
- package/dist/cjs/limel-popover-surface.cjs.entry.js +1 -1
- package/dist/cjs/limel-select.cjs.entry.js +3 -3
- package/dist/cjs/limel-slider.cjs.entry.js +32 -5
- package/dist/cjs/limel-snackbar.cjs.entry.js +77 -71
- package/dist/cjs/limel-switch.cjs.entry.js +496 -200
- package/dist/cjs/limel-tab-bar.cjs.entry.js +261 -184
- package/dist/cjs/limel-table.cjs.entry.js +1 -1
- package/dist/collection/components/badge/badge.css +1 -0
- package/dist/collection/components/button/button.css +333 -145
- package/dist/collection/components/button-group/button-group.css +30 -5
- package/dist/collection/components/checkbox/checkbox.css +45 -13
- package/dist/collection/components/chip-set/chip-set.css +366 -33
- package/dist/collection/components/circular-progress/circular-progress.css +2 -2
- package/dist/collection/components/dialog/dialog.css +153 -109
- package/dist/collection/components/flex-container/flex-container.js +10 -0
- package/dist/collection/components/form/form.css +3 -1
- package/dist/collection/components/icon-button/icon-button.css +116 -59
- package/dist/collection/components/icon-button/icon-button.js +1 -0
- package/dist/collection/components/input-field/input-field.css +337 -29
- package/dist/collection/components/linear-progress/linear-progress.css +14 -2
- package/dist/collection/components/list/list.css +911 -86
- package/dist/collection/components/menu-list/menu-list.css +911 -86
- package/dist/collection/components/menu-surface/menu-surface.css +32 -7
- package/dist/collection/components/popover-surface/popover-surface.css +1 -0
- package/dist/collection/components/select/select.css +424 -17
- package/dist/collection/components/slider/slider.css +49 -2
- package/dist/collection/components/snackbar/snackbar.css +588 -301
- package/dist/collection/components/switch/switch.css +592 -222
- package/dist/collection/components/switch/switch.js +18 -12
- package/dist/collection/components/tab-bar/tab-bar.css +63 -36
- package/dist/collection/components/table/table.css +10 -4
- package/dist/collection/style/functions.scss +3 -1
- package/dist/esm/{component-89e0ce26.js → component-19eb6e2b.js} +7 -5
- package/dist/esm/{component-2630c3d7.js → component-288691f3.js} +367 -235
- package/dist/esm/{component-d682c974.js → component-410aad5a.js} +44 -4
- package/dist/esm/{component-429e92ee.js → component-5b4ac85a.js} +213 -143
- package/dist/esm/{component-834d85a1.js → component-fffa3419.js} +190 -132
- package/dist/esm/limel-badge.entry.js +1 -1
- package/dist/esm/limel-button-group.entry.js +1 -1
- package/dist/esm/limel-button.entry.js +1 -1
- package/dist/esm/limel-checkbox.entry.js +129 -84
- package/dist/esm/limel-chip-set.entry.js +233 -189
- package/dist/esm/limel-circular-progress.entry.js +1 -1
- package/dist/esm/limel-date-picker.entry.js +4 -4
- package/dist/esm/limel-dialog.entry.js +7 -8
- package/dist/esm/limel-file.entry.js +4 -4
- package/dist/esm/limel-flex-container.entry.js +4 -0
- package/dist/esm/limel-form.entry.js +1 -1
- package/dist/esm/limel-icon-button.entry.js +4 -4
- package/dist/esm/limel-input-field.entry.js +5 -5
- package/dist/esm/limel-linear-progress.entry.js +2 -2
- package/dist/esm/limel-list_3.entry.js +5 -5
- package/dist/esm/limel-menu-list.entry.js +84 -68
- package/dist/esm/limel-popover-surface.entry.js +1 -1
- package/dist/esm/limel-select.entry.js +3 -3
- package/dist/esm/limel-slider.entry.js +32 -5
- package/dist/esm/limel-snackbar.entry.js +77 -71
- package/dist/esm/limel-switch.entry.js +496 -200
- package/dist/esm/limel-tab-bar.entry.js +261 -184
- package/dist/esm/limel-table.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-09593e7a.entry.js +1 -0
- package/dist/lime-elements/p-0b43d0dd.entry.js +1 -0
- package/dist/lime-elements/p-0f5cbdea.entry.js +1 -0
- package/dist/lime-elements/p-1c284626.js +73 -0
- package/dist/lime-elements/{p-8ad5e143.entry.js → p-22f5ab58.entry.js} +1 -1
- package/dist/lime-elements/p-3084b02c.entry.js +73 -0
- package/dist/lime-elements/p-433f8f64.entry.js +82 -0
- package/dist/lime-elements/{p-076bd4dc.js → p-48d4ef20.js} +3 -3
- package/dist/lime-elements/p-4e486308.entry.js +82 -0
- package/dist/lime-elements/p-4f1528ab.entry.js +59 -0
- package/dist/lime-elements/{p-3dc1ddbe.entry.js → p-552a5f2c.entry.js} +1 -1
- package/dist/lime-elements/{p-e275f502.entry.js → p-57892079.entry.js} +3 -3
- package/dist/lime-elements/p-6d6f1f8d.entry.js +82 -0
- package/dist/lime-elements/{p-041ae00c.entry.js → p-783e6e99.entry.js} +1 -1
- package/dist/lime-elements/p-7c89ad03.entry.js +1 -0
- package/dist/lime-elements/p-96697356.entry.js +126 -0
- package/dist/lime-elements/{p-8590a1b7.entry.js → p-b4a7d61f.entry.js} +1 -1
- package/dist/lime-elements/p-bcaa52f7.entry.js +1 -0
- package/dist/lime-elements/{p-268cf1fa.entry.js → p-bf4ee462.entry.js} +1 -1
- package/dist/lime-elements/p-c15adec9.entry.js +37 -0
- package/dist/lime-elements/p-cbc43682.js +81 -0
- package/dist/lime-elements/{p-ace9affc.js → p-d0a7de87.js} +2 -2
- package/dist/lime-elements/p-dfba92de.js +126 -0
- package/dist/lime-elements/p-e587e8f6.entry.js +1 -0
- package/dist/lime-elements/p-e632aab7.entry.js +1 -0
- package/dist/lime-elements/p-ec5e5f63.entry.js +131 -0
- package/dist/lime-elements/{p-34c7872e.entry.js → p-f15ab9f4.entry.js} +1 -1
- package/dist/lime-elements/p-ff5b1f0f.entry.js +59 -0
- package/dist/lime-elements/style/functions.scss +3 -1
- package/dist/types/components/flex-container/flex-container.d.ts +7 -0
- package/dist/types/components/switch/switch.d.ts +2 -2
- package/package.json +3 -3
- package/dist/lime-elements/p-0fd208f3.entry.js +0 -82
- package/dist/lime-elements/p-143705b1.entry.js +0 -1
- package/dist/lime-elements/p-169fd2eb.entry.js +0 -131
- package/dist/lime-elements/p-24d97176.entry.js +0 -1
- package/dist/lime-elements/p-4932c029.entry.js +0 -1
- package/dist/lime-elements/p-510bb5a4.entry.js +0 -1
- package/dist/lime-elements/p-51aa6433.entry.js +0 -126
- package/dist/lime-elements/p-668795a7.js +0 -73
- package/dist/lime-elements/p-67a10143.entry.js +0 -37
- package/dist/lime-elements/p-7476efe0.entry.js +0 -1
- package/dist/lime-elements/p-84689828.entry.js +0 -73
- package/dist/lime-elements/p-902347b9.js +0 -81
- package/dist/lime-elements/p-90c6fa15.js +0 -126
- package/dist/lime-elements/p-90f3e17c.entry.js +0 -37
- package/dist/lime-elements/p-c35874db.entry.js +0 -1
- package/dist/lime-elements/p-c8c8a946.entry.js +0 -59
- package/dist/lime-elements/p-ca664c9f.entry.js +0 -1
- package/dist/lime-elements/p-d8167c28.entry.js +0 -82
- package/dist/lime-elements/p-df8faeb4.entry.js +0 -59
|
@@ -12,6 +12,45 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
12
12
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
13
|
PERFORMANCE OF THIS SOFTWARE.
|
|
14
14
|
***************************************************************************** */
|
|
15
|
+
/* global Reflect, Promise */
|
|
16
|
+
|
|
17
|
+
var extendStatics = function(d, b) {
|
|
18
|
+
extendStatics = Object.setPrototypeOf ||
|
|
19
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
20
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
21
|
+
return extendStatics(d, b);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
function __extends(d, b) {
|
|
25
|
+
if (typeof b !== "function" && b !== null)
|
|
26
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
27
|
+
extendStatics(d, b);
|
|
28
|
+
function __() { this.constructor = d; }
|
|
29
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
var __assign = function() {
|
|
33
|
+
__assign = Object.assign || function __assign(t) {
|
|
34
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
35
|
+
s = arguments[i];
|
|
36
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
37
|
+
}
|
|
38
|
+
return t;
|
|
39
|
+
};
|
|
40
|
+
return __assign.apply(this, arguments);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
function __values(o) {
|
|
44
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
45
|
+
if (m) return m.call(o);
|
|
46
|
+
if (o && typeof o.length === "number") return {
|
|
47
|
+
next: function () {
|
|
48
|
+
if (o && i >= o.length) o = void 0;
|
|
49
|
+
return { value: o && o[i++], done: !o };
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
53
|
+
}
|
|
15
54
|
|
|
16
55
|
function __read(o, n) {
|
|
17
56
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
@@ -37,7 +76,7 @@ function __spreadArray(to, from, pack) {
|
|
|
37
76
|
ar[i] = from[i];
|
|
38
77
|
}
|
|
39
78
|
}
|
|
40
|
-
return to.concat(ar || from);
|
|
79
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
41
80
|
}
|
|
42
81
|
|
|
43
82
|
/**
|
|
@@ -143,8 +182,9 @@ var MDCComponent = /** @class */ (function () {
|
|
|
143
182
|
}
|
|
144
183
|
this.root = root;
|
|
145
184
|
this.initialize.apply(this, __spreadArray([], __read(args)));
|
|
146
|
-
// Note that we initialize foundation here and not within the constructor's
|
|
147
|
-
// this.
|
|
185
|
+
// Note that we initialize foundation here and not within the constructor's
|
|
186
|
+
// default param so that this.root is defined and can be used within the
|
|
187
|
+
// foundation class.
|
|
148
188
|
this.foundation =
|
|
149
189
|
foundation === undefined ? this.getDefaultFoundation() : foundation;
|
|
150
190
|
this.foundation.init();
|
|
@@ -211,4 +251,4 @@ var MDCComponent = /** @class */ (function () {
|
|
|
211
251
|
return MDCComponent;
|
|
212
252
|
}());
|
|
213
253
|
|
|
214
|
-
export { MDCFoundation as M, MDCComponent as a };
|
|
254
|
+
export { MDCFoundation as M, __assign as _, MDCComponent as a, __values as b, __extends as c, __spreadArray as d, __read as e };
|