@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
|
@@ -24,9 +24,9 @@ export class Switch {
|
|
|
24
24
|
*/
|
|
25
25
|
this.value = false;
|
|
26
26
|
this.fieldId = createRandomString();
|
|
27
|
-
this.
|
|
27
|
+
this.handleClick = (event) => {
|
|
28
28
|
event.stopPropagation();
|
|
29
|
-
this.change.emit(
|
|
29
|
+
this.change.emit(!this.value);
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
connectedCallback() {
|
|
@@ -48,25 +48,31 @@ export class Switch {
|
|
|
48
48
|
}
|
|
49
49
|
render() {
|
|
50
50
|
return [
|
|
51
|
-
h("
|
|
51
|
+
h("button", { id: this.fieldId, class: {
|
|
52
52
|
'mdc-switch': true,
|
|
53
|
-
'mdc-switch--disabled': this.disabled || this.readonly,
|
|
54
53
|
'lime-switch--readonly': this.readonly,
|
|
55
|
-
|
|
54
|
+
'mdc-switch--unselected': !this.value,
|
|
55
|
+
'mdc-switch--selected': this.value,
|
|
56
|
+
}, type: "button", role: "switch", "aria-checked": this.value, disabled: this.disabled || this.readonly, onClick: this.handleClick },
|
|
56
57
|
h("div", { class: "mdc-switch__track" }),
|
|
57
|
-
h("div", { class: "mdc-
|
|
58
|
-
h("div", { class: "mdc-
|
|
59
|
-
h("
|
|
58
|
+
h("div", { class: "mdc-switch__handle-track" },
|
|
59
|
+
h("div", { class: "mdc-switch__handle" },
|
|
60
|
+
h("div", { class: "mdc-switch__shadow" },
|
|
61
|
+
h("div", { class: "mdc-elevation-overlay" })),
|
|
62
|
+
h("div", { class: "mdc-switch__ripple" }),
|
|
63
|
+
h("div", { class: "mdc-switch__icons" },
|
|
64
|
+
h("svg", { class: "mdc-switch__icon mdc-switch__icon--on", viewBox: "0 0 24 24" },
|
|
65
|
+
h("path", { d: "M19.69,5.23L8.96,15.96l-4.23-4.23L2.96,13.5l6,6L21.46,7L19.69,5.23z" })),
|
|
66
|
+
h("svg", { class: "mdc-switch__icon mdc-switch__icon--off", viewBox: "0 0 24 24" },
|
|
67
|
+
h("path", { d: "M20 13H4v-2h16v2z" })))))),
|
|
60
68
|
h("label", { class: `${this.disabled || this.readonly ? 'disabled' : ''}`, htmlFor: this.fieldId }, this.label),
|
|
61
69
|
];
|
|
62
70
|
}
|
|
63
|
-
valueWatcher(newValue
|
|
71
|
+
valueWatcher(newValue) {
|
|
64
72
|
if (!this.mdcSwitch) {
|
|
65
73
|
return;
|
|
66
74
|
}
|
|
67
|
-
|
|
68
|
-
this.mdcSwitch.checked = newValue;
|
|
69
|
-
}
|
|
75
|
+
this.mdcSwitch.selected = newValue;
|
|
70
76
|
}
|
|
71
77
|
static get is() { return "limel-switch"; }
|
|
72
78
|
static get encapsulation() { return "shadow"; }
|
|
@@ -192,17 +192,6 @@
|
|
|
192
192
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
193
193
|
* THE SOFTWARE.
|
|
194
194
|
*/
|
|
195
|
-
.mdc-tab-indicator {
|
|
196
|
-
display: flex;
|
|
197
|
-
position: absolute;
|
|
198
|
-
top: 0;
|
|
199
|
-
left: 0;
|
|
200
|
-
justify-content: center;
|
|
201
|
-
width: 100%;
|
|
202
|
-
height: 100%;
|
|
203
|
-
pointer-events: none;
|
|
204
|
-
z-index: 1;
|
|
205
|
-
}
|
|
206
195
|
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
|
|
207
196
|
border-color: #26a69a;
|
|
208
197
|
/* @alternate */
|
|
@@ -221,6 +210,18 @@
|
|
|
221
210
|
font-size: 34px;
|
|
222
211
|
}
|
|
223
212
|
|
|
213
|
+
.mdc-tab-indicator {
|
|
214
|
+
display: flex;
|
|
215
|
+
position: absolute;
|
|
216
|
+
top: 0;
|
|
217
|
+
left: 0;
|
|
218
|
+
justify-content: center;
|
|
219
|
+
width: 100%;
|
|
220
|
+
height: 100%;
|
|
221
|
+
pointer-events: none;
|
|
222
|
+
z-index: 1;
|
|
223
|
+
}
|
|
224
|
+
|
|
224
225
|
.mdc-tab-indicator__content {
|
|
225
226
|
transform-origin: left;
|
|
226
227
|
opacity: 0;
|
|
@@ -282,10 +283,46 @@
|
|
|
282
283
|
text-transform: none;
|
|
283
284
|
/* @alternate */
|
|
284
285
|
text-transform: var(--mdc-typography-button-text-transform, none);
|
|
286
|
+
position: relative;
|
|
287
|
+
}
|
|
288
|
+
.mdc-tab .mdc-tab__text-label {
|
|
289
|
+
color: rgba(0, 0, 0, 0.6);
|
|
290
|
+
}
|
|
291
|
+
.mdc-tab .mdc-tab__icon {
|
|
292
|
+
color: rgba(0, 0, 0, 0.54);
|
|
293
|
+
fill: currentColor;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.mdc-tab__content {
|
|
297
|
+
position: relative;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.mdc-tab__icon {
|
|
301
|
+
width: 24px;
|
|
302
|
+
height: 24px;
|
|
303
|
+
font-size: 24px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.mdc-tab--active .mdc-tab__text-label {
|
|
307
|
+
color: #26a69a;
|
|
308
|
+
/* @alternate */
|
|
309
|
+
color: var(--mdc-theme-primary, #26a69a);
|
|
310
|
+
}
|
|
311
|
+
.mdc-tab--active .mdc-tab__icon {
|
|
312
|
+
color: #26a69a;
|
|
313
|
+
/* @alternate */
|
|
314
|
+
color: var(--mdc-theme-primary, #26a69a);
|
|
315
|
+
fill: currentColor;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.mdc-tab {
|
|
319
|
+
background: none;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.mdc-tab {
|
|
323
|
+
min-width: 90px;
|
|
285
324
|
padding-right: 24px;
|
|
286
325
|
padding-left: 24px;
|
|
287
|
-
min-width: 90px;
|
|
288
|
-
position: relative;
|
|
289
326
|
display: flex;
|
|
290
327
|
flex: 1 0 auto;
|
|
291
328
|
justify-content: center;
|
|
@@ -295,20 +332,12 @@
|
|
|
295
332
|
padding-bottom: 0;
|
|
296
333
|
border: none;
|
|
297
334
|
outline: none;
|
|
298
|
-
background: none;
|
|
299
335
|
text-align: center;
|
|
300
336
|
white-space: nowrap;
|
|
301
337
|
cursor: pointer;
|
|
302
338
|
-webkit-appearance: none;
|
|
303
339
|
z-index: 1;
|
|
304
340
|
}
|
|
305
|
-
.mdc-tab .mdc-tab__text-label {
|
|
306
|
-
color: rgba(0, 0, 0, 0.6);
|
|
307
|
-
}
|
|
308
|
-
.mdc-tab .mdc-tab__icon {
|
|
309
|
-
color: rgba(0, 0, 0, 0.54);
|
|
310
|
-
fill: currentColor;
|
|
311
|
-
}
|
|
312
341
|
.mdc-tab::-moz-focus-inner {
|
|
313
342
|
padding: 0;
|
|
314
343
|
border: 0;
|
|
@@ -319,7 +348,6 @@
|
|
|
319
348
|
}
|
|
320
349
|
|
|
321
350
|
.mdc-tab__content {
|
|
322
|
-
position: relative;
|
|
323
351
|
display: flex;
|
|
324
352
|
align-items: center;
|
|
325
353
|
justify-content: center;
|
|
@@ -336,9 +364,6 @@
|
|
|
336
364
|
|
|
337
365
|
.mdc-tab__icon {
|
|
338
366
|
transition: 150ms color linear;
|
|
339
|
-
width: 24px;
|
|
340
|
-
height: 24px;
|
|
341
|
-
font-size: 24px;
|
|
342
367
|
z-index: 2;
|
|
343
368
|
}
|
|
344
369
|
|
|
@@ -352,17 +377,6 @@
|
|
|
352
377
|
padding-bottom: 4px;
|
|
353
378
|
}
|
|
354
379
|
|
|
355
|
-
.mdc-tab--active .mdc-tab__text-label {
|
|
356
|
-
color: #26a69a;
|
|
357
|
-
/* @alternate */
|
|
358
|
-
color: var(--mdc-theme-primary, #26a69a);
|
|
359
|
-
}
|
|
360
|
-
.mdc-tab--active .mdc-tab__icon {
|
|
361
|
-
color: #26a69a;
|
|
362
|
-
/* @alternate */
|
|
363
|
-
color: var(--mdc-theme-primary, #26a69a);
|
|
364
|
-
fill: currentColor;
|
|
365
|
-
}
|
|
366
380
|
.mdc-tab--active .mdc-tab__text-label,
|
|
367
381
|
.mdc-tab--active .mdc-tab__icon {
|
|
368
382
|
transition-delay: 100ms;
|
|
@@ -370,15 +384,21 @@
|
|
|
370
384
|
|
|
371
385
|
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
|
|
372
386
|
/* @noflip */
|
|
387
|
+
/*rtl:ignore*/
|
|
373
388
|
padding-left: 8px;
|
|
374
389
|
/* @noflip */
|
|
390
|
+
/*rtl:ignore*/
|
|
375
391
|
padding-right: 0;
|
|
376
392
|
}
|
|
377
393
|
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
|
|
394
|
+
/*rtl:begin:ignore*/
|
|
378
395
|
/* @noflip */
|
|
396
|
+
/*rtl:ignore*/
|
|
379
397
|
padding-left: 0;
|
|
380
398
|
/* @noflip */
|
|
399
|
+
/*rtl:ignore*/
|
|
381
400
|
padding-right: 8px;
|
|
401
|
+
/*rtl:end:ignore*/
|
|
382
402
|
}
|
|
383
403
|
|
|
384
404
|
@keyframes mdc-ripple-fg-radius-in {
|
|
@@ -442,6 +462,7 @@
|
|
|
442
462
|
.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
|
|
443
463
|
top: 0;
|
|
444
464
|
/* @noflip */
|
|
465
|
+
/*rtl:ignore*/
|
|
445
466
|
left: 0;
|
|
446
467
|
transform: scale(0);
|
|
447
468
|
transform-origin: center center;
|
|
@@ -449,6 +470,7 @@
|
|
|
449
470
|
.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple::after {
|
|
450
471
|
top: var(--mdc-ripple-top, 0);
|
|
451
472
|
/* @noflip */
|
|
473
|
+
/*rtl:ignore*/
|
|
452
474
|
left: var(--mdc-ripple-left, 0);
|
|
453
475
|
}
|
|
454
476
|
.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple::after {
|
|
@@ -462,6 +484,7 @@
|
|
|
462
484
|
.mdc-tab .mdc-tab__ripple::after {
|
|
463
485
|
top: calc(50% - 100%);
|
|
464
486
|
/* @noflip */
|
|
487
|
+
/*rtl:ignore*/
|
|
465
488
|
left: calc(50% - 100%);
|
|
466
489
|
width: 200%;
|
|
467
490
|
height: 200%;
|
|
@@ -608,9 +631,13 @@
|
|
|
608
631
|
letter-spacing: normal;
|
|
609
632
|
padding-right: 1.25rem;
|
|
610
633
|
padding-left: 1.25rem;
|
|
634
|
+
min-width: 2.5rem;
|
|
611
635
|
background-color: transparent;
|
|
612
636
|
flex: 0 0 auto;
|
|
613
637
|
}
|
|
638
|
+
.mdc-tab:not(.mdc-tab--active) {
|
|
639
|
+
--badge-background-color: rgb(var(--contrast-600));
|
|
640
|
+
}
|
|
614
641
|
.mdc-tab:not(.mdc-tab--active):after {
|
|
615
642
|
content: "";
|
|
616
643
|
display: block;
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
|
|
694
694
|
display: inline-block;
|
|
695
695
|
position: absolute;
|
|
696
|
-
top: calc(5px + .4em);
|
|
696
|
+
top: calc(5px + 0.4em);
|
|
697
697
|
right: 10px;
|
|
698
698
|
height: 7px;
|
|
699
699
|
width: 7px;
|
|
@@ -1070,8 +1070,12 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1070
1070
|
max-height: calc(100% - 2.125rem) !important;
|
|
1071
1071
|
}
|
|
1072
1072
|
.tabulator:not(.has-pagination).has-aggregation .tabulator-tableHolder {
|
|
1073
|
-
height: calc(
|
|
1074
|
-
|
|
1073
|
+
height: calc(100% - (
|
|
1074
|
+
2.125rem + 2.25rem
|
|
1075
|
+
)) !important;
|
|
1076
|
+
max-height: calc(100% - (
|
|
1077
|
+
2.125rem + 2.25rem
|
|
1078
|
+
)) !important;
|
|
1075
1079
|
}
|
|
1076
1080
|
.tabulator:not(.has-pagination) .tabulator-footer {
|
|
1077
1081
|
pointer-events: none;
|
|
@@ -1197,7 +1201,9 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1197
1201
|
border-radius: 0 0.375rem 0.375rem 0;
|
|
1198
1202
|
}
|
|
1199
1203
|
:host(.has-low-density) .tabulator-row {
|
|
1200
|
-
width: calc(
|
|
1204
|
+
width: calc(
|
|
1205
|
+
100% - 1rem
|
|
1206
|
+
);
|
|
1201
1207
|
margin-right: auto;
|
|
1202
1208
|
margin-left: auto;
|
|
1203
1209
|
border-radius: 0.5rem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as MDCFoundation, a as MDCComponent } from './component-
|
|
1
|
+
import { M as MDCFoundation, a as MDCComponent } from './component-410aad5a.js';
|
|
2
2
|
import { e as estimateScrollWidth } from './ponyfill-30263d5e.js';
|
|
3
3
|
|
|
4
4
|
/*! *****************************************************************************
|
|
@@ -98,7 +98,9 @@ var MDCFloatingLabelFoundation = /** @class */ (function (_super) {
|
|
|
98
98
|
__extends(MDCFloatingLabelFoundation, _super);
|
|
99
99
|
function MDCFloatingLabelFoundation(adapter) {
|
|
100
100
|
var _this = _super.call(this, __assign(__assign({}, MDCFloatingLabelFoundation.defaultAdapter), adapter)) || this;
|
|
101
|
-
_this.
|
|
101
|
+
_this.shakeAnimationEndHandler = function () {
|
|
102
|
+
_this.handleShakeAnimationEnd();
|
|
103
|
+
};
|
|
102
104
|
return _this;
|
|
103
105
|
}
|
|
104
106
|
Object.defineProperty(MDCFloatingLabelFoundation, "cssClasses", {
|
|
@@ -127,10 +129,10 @@ var MDCFloatingLabelFoundation = /** @class */ (function (_super) {
|
|
|
127
129
|
configurable: true
|
|
128
130
|
});
|
|
129
131
|
MDCFloatingLabelFoundation.prototype.init = function () {
|
|
130
|
-
this.adapter.registerInteractionHandler('animationend', this.
|
|
132
|
+
this.adapter.registerInteractionHandler('animationend', this.shakeAnimationEndHandler);
|
|
131
133
|
};
|
|
132
134
|
MDCFloatingLabelFoundation.prototype.destroy = function () {
|
|
133
|
-
this.adapter.deregisterInteractionHandler('animationend', this.
|
|
135
|
+
this.adapter.deregisterInteractionHandler('animationend', this.shakeAnimationEndHandler);
|
|
134
136
|
};
|
|
135
137
|
/**
|
|
136
138
|
* Returns the width of the label element.
|
|
@@ -178,7 +180,7 @@ var MDCFloatingLabelFoundation = /** @class */ (function (_super) {
|
|
|
178
180
|
this.adapter.removeClass(LABEL_REQUIRED);
|
|
179
181
|
}
|
|
180
182
|
};
|
|
181
|
-
MDCFloatingLabelFoundation.prototype.
|
|
183
|
+
MDCFloatingLabelFoundation.prototype.handleShakeAnimationEnd = function () {
|
|
182
184
|
var LABEL_SHAKE = MDCFloatingLabelFoundation.cssClasses.LABEL_SHAKE;
|
|
183
185
|
this.adapter.removeClass(LABEL_SHAKE);
|
|
184
186
|
};
|