@easemate/web-kit 0.3.3 → 0.3.5
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/README.md +105 -17
- package/build/decorators.cjs +7 -7
- package/build/decorators.cjs.map +1 -1
- package/build/decorators.js +7 -7
- package/build/decorators.js.map +1 -1
- package/build/elements.cjs +2003 -887
- package/build/elements.cjs.map +1 -1
- package/build/elements.d.cts +55 -6
- package/build/elements.d.ts +55 -6
- package/build/elements.js +2002 -888
- package/build/elements.js.map +1 -1
- package/build/{index-NzGpn7ai.d.cts → index-BKwMPyPy.d.cts} +3 -0
- package/build/{index-NzGpn7ai.d.ts → index-BKwMPyPy.d.ts} +3 -0
- package/build/index.cjs +2021 -873
- package/build/index.cjs.map +1 -1
- package/build/index.d.cts +4 -4
- package/build/index.d.ts +4 -4
- package/build/index.js +2016 -870
- package/build/index.js.map +1 -1
- package/build/{init-CaP7khA2.d.ts → init-C4Q5EEAr.d.ts} +1 -1
- package/build/{init-DmqoRv6_.d.cts → init-yLajTNMT.d.cts} +1 -1
- package/build/jsx.cjs.map +1 -1
- package/build/jsx.d.cts +21 -1
- package/build/jsx.d.ts +21 -1
- package/build/jsx.js.map +1 -1
- package/build/react.cjs +571 -512
- package/build/react.cjs.map +1 -1
- package/build/react.d.cts +4 -4
- package/build/react.d.ts +4 -4
- package/build/react.js +571 -512
- package/build/react.js.map +1 -1
- package/build/register.cjs +2504 -1392
- package/build/register.cjs.map +1 -1
- package/build/register.js +2485 -1373
- package/build/register.js.map +1 -1
- package/build/{registry-YCv1Ctoe.d.cts → registry-GVSJPmus.d.cts} +1 -0
- package/build/{registry-YCv1Ctoe.d.ts → registry-GVSJPmus.d.ts} +1 -0
- package/build/theme.cjs +34 -3
- package/build/theme.cjs.map +1 -1
- package/build/theme.d.cts +2 -2
- package/build/theme.d.ts +2 -2
- package/build/theme.js +34 -3
- package/build/theme.js.map +1 -1
- package/build/utils.cjs +3 -3
- package/build/utils.cjs.map +1 -1
- package/build/utils.js +3 -3
- package/build/utils.js.map +1 -1
- package/package.json +1 -1
package/build/elements.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// swc:/
|
|
1
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/button/index.ts
|
|
2
2
|
import { html as html2 } from "lit-html";
|
|
3
3
|
|
|
4
4
|
// src/decorators/Component.ts
|
|
@@ -400,7 +400,7 @@ function Prop(options = {}) {
|
|
|
400
400
|
};
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
// swc:/
|
|
403
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/button/index.ts
|
|
404
404
|
function applyDecs2203RFactory() {
|
|
405
405
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
406
406
|
return function addInitializer(initializer) {
|
|
@@ -1083,10 +1083,10 @@ var Button = class extends (_HTMLElement = HTMLElement) {
|
|
|
1083
1083
|
}
|
|
1084
1084
|
};
|
|
1085
1085
|
|
|
1086
|
-
// swc:/
|
|
1086
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/checkbox/index.ts
|
|
1087
1087
|
import { html as html3 } from "lit-html";
|
|
1088
1088
|
|
|
1089
|
-
// swc:/
|
|
1089
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/shared.ts
|
|
1090
1090
|
var CONTROL_CHANGE_EVENT = "control-change";
|
|
1091
1091
|
var dispatchControlEvent = (host, type, detail) => {
|
|
1092
1092
|
host.dispatchEvent(new CustomEvent(type, {
|
|
@@ -1350,7 +1350,7 @@ function Query(selector, userOptions) {
|
|
|
1350
1350
|
return createQueryDecorator(selector, merged);
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
|
-
// swc:/
|
|
1353
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/checkbox/index.ts
|
|
1354
1354
|
function applyDecs2203RFactory2() {
|
|
1355
1355
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
1356
1356
|
return function addInitializer(initializer) {
|
|
@@ -2123,10 +2123,10 @@ var Checkbox = class extends (_HTMLElement2 = HTMLElement) {
|
|
|
2123
2123
|
}
|
|
2124
2124
|
};
|
|
2125
2125
|
|
|
2126
|
-
// swc:/
|
|
2126
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/index.ts
|
|
2127
2127
|
import { html as html11 } from "lit-html";
|
|
2128
2128
|
|
|
2129
|
-
// swc:/
|
|
2129
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/popover/index.ts
|
|
2130
2130
|
import { html as html4 } from "lit-html";
|
|
2131
2131
|
function applyDecs2203RFactory3() {
|
|
2132
2132
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -2506,11 +2506,13 @@ var _HTMLElement3;
|
|
|
2506
2506
|
var _dec13;
|
|
2507
2507
|
var _dec23;
|
|
2508
2508
|
var _dec33;
|
|
2509
|
+
var _dec43;
|
|
2510
|
+
var _init_contentElement;
|
|
2509
2511
|
var _init_placement;
|
|
2510
2512
|
var _init_offset;
|
|
2511
2513
|
var _init_open;
|
|
2512
2514
|
var _initProto3;
|
|
2513
|
-
var nextAnchorName = () => `--ease-popover-anchor-${crypto.randomUUID()}`;
|
|
2515
|
+
var nextAnchorName = () => `--ease-popover-anchor-${crypto.randomUUID().slice(0, 8)}`;
|
|
2514
2516
|
var _Popover;
|
|
2515
2517
|
_dec8 = Component({
|
|
2516
2518
|
tag: "ease-popover",
|
|
@@ -2520,7 +2522,6 @@ _dec8 = Component({
|
|
|
2520
2522
|
:host {
|
|
2521
2523
|
display: contents;
|
|
2522
2524
|
--ease-popover-offset: 8px;
|
|
2523
|
-
--ease-popover-anchor-name: --ease-popover-anchor;
|
|
2524
2525
|
--ease-popover-transform-origin: center center;
|
|
2525
2526
|
--ease-popover-duration: 200ms;
|
|
2526
2527
|
--ease-popover-content-min-width: auto;
|
|
@@ -2533,140 +2534,110 @@ _dec8 = Component({
|
|
|
2533
2534
|
}
|
|
2534
2535
|
|
|
2535
2536
|
[part="content"] {
|
|
2536
|
-
position-anchor: var(--ease-popover-anchor-name);
|
|
2537
2537
|
position: fixed;
|
|
2538
|
+
position-anchor: var(--ease-popover-anchor-name);
|
|
2538
2539
|
margin: 0;
|
|
2539
|
-
|
|
2540
|
+
padding: 0;
|
|
2541
|
+
border: none;
|
|
2542
|
+
background: transparent;
|
|
2543
|
+
overflow: visible;
|
|
2540
2544
|
width: var(--ease-popover-content-width);
|
|
2541
2545
|
min-width: var(--ease-popover-content-min-width);
|
|
2542
2546
|
max-width: var(--ease-popover-content-max-width);
|
|
2543
2547
|
box-sizing: border-box;
|
|
2544
|
-
overscroll-behavior: contain;
|
|
2545
|
-
z-index: 100;
|
|
2546
|
-
display: none;
|
|
2547
2548
|
}
|
|
2548
2549
|
|
|
2549
|
-
|
|
2550
|
+
[part="content"]:popover-open {
|
|
2550
2551
|
display: block;
|
|
2551
2552
|
}
|
|
2552
2553
|
|
|
2553
2554
|
:host([placement="top-start"]) [part="content"] {
|
|
2554
|
-
position-area: top right;
|
|
2555
|
-
|
|
2556
|
-
left: anchor(left);
|
|
2557
|
-
translate: 0 calc(var(--ease-popover-offset) * -1);
|
|
2555
|
+
position-area: top span-right;
|
|
2556
|
+
margin-bottom: var(--ease-popover-offset);
|
|
2558
2557
|
}
|
|
2559
|
-
|
|
2560
2558
|
:host([placement="top-center"]) [part="content"] {
|
|
2561
2559
|
position-area: top center;
|
|
2562
|
-
|
|
2563
|
-
left: anchor(center);
|
|
2564
|
-
translate: 0 calc(var(--ease-popover-offset) * -1);
|
|
2560
|
+
margin-bottom: var(--ease-popover-offset);
|
|
2565
2561
|
}
|
|
2566
|
-
|
|
2567
2562
|
:host([placement="top-end"]) [part="content"] {
|
|
2568
|
-
position-area: top
|
|
2569
|
-
|
|
2570
|
-
right: anchor(right);
|
|
2571
|
-
translate: 0 calc(var(--ease-popover-offset) * -1);
|
|
2563
|
+
position-area: top span-left;
|
|
2564
|
+
margin-bottom: var(--ease-popover-offset);
|
|
2572
2565
|
}
|
|
2573
|
-
|
|
2574
2566
|
:host([placement="bottom-start"]) [part="content"] {
|
|
2575
|
-
position-area: bottom right;
|
|
2576
|
-
top:
|
|
2577
|
-
left: anchor(left);
|
|
2578
|
-
translate: 0 var(--ease-popover-offset);
|
|
2567
|
+
position-area: bottom span-right;
|
|
2568
|
+
margin-top: var(--ease-popover-offset);
|
|
2579
2569
|
}
|
|
2580
|
-
|
|
2581
2570
|
:host([placement="bottom-center"]) [part="content"] {
|
|
2582
2571
|
position-area: bottom center;
|
|
2583
|
-
top:
|
|
2584
|
-
left: anchor(left);
|
|
2585
|
-
translate: 0 var(--ease-popover-offset);
|
|
2572
|
+
margin-top: var(--ease-popover-offset);
|
|
2586
2573
|
}
|
|
2587
|
-
|
|
2588
2574
|
:host([placement="bottom-end"]) [part="content"] {
|
|
2589
|
-
position-area: bottom left;
|
|
2590
|
-
top:
|
|
2591
|
-
right: anchor(right);
|
|
2592
|
-
translate: 0 var(--ease-popover-offset);
|
|
2575
|
+
position-area: bottom span-left;
|
|
2576
|
+
margin-top: var(--ease-popover-offset);
|
|
2593
2577
|
}
|
|
2594
|
-
|
|
2595
2578
|
:host([placement="left-start"]) [part="content"] {
|
|
2596
|
-
position-area: left bottom;
|
|
2597
|
-
|
|
2598
|
-
left: anchor(left);
|
|
2599
|
-
translate: calc(var(--ease-popover-offset) * -1) 0;
|
|
2579
|
+
position-area: left span-bottom;
|
|
2580
|
+
margin-right: var(--ease-popover-offset);
|
|
2600
2581
|
}
|
|
2601
|
-
|
|
2602
2582
|
:host([placement="left-center"]) [part="content"] {
|
|
2603
2583
|
position-area: left center;
|
|
2604
|
-
|
|
2605
|
-
left: anchor(left);
|
|
2606
|
-
translate: calc(var(--ease-popover-offset) * -1) 0;
|
|
2584
|
+
margin-right: var(--ease-popover-offset);
|
|
2607
2585
|
}
|
|
2608
|
-
|
|
2609
2586
|
:host([placement="left-end"]) [part="content"] {
|
|
2610
|
-
position-area: left top;
|
|
2611
|
-
|
|
2612
|
-
left: anchor(left);
|
|
2613
|
-
translate: calc(var(--ease-popover-offset) * -1) 0;
|
|
2587
|
+
position-area: left span-top;
|
|
2588
|
+
margin-right: var(--ease-popover-offset);
|
|
2614
2589
|
}
|
|
2615
|
-
|
|
2616
2590
|
:host([placement="right-start"]) [part="content"] {
|
|
2617
|
-
position-area: right
|
|
2618
|
-
|
|
2619
|
-
left: anchor(right);
|
|
2620
|
-
translate: var(--ease-popover-offset) 0;
|
|
2591
|
+
position-area: right span-bottom;
|
|
2592
|
+
margin-left: var(--ease-popover-offset);
|
|
2621
2593
|
}
|
|
2622
|
-
|
|
2623
2594
|
:host([placement="right-center"]) [part="content"] {
|
|
2624
2595
|
position-area: right center;
|
|
2625
|
-
|
|
2626
|
-
left: anchor(right);
|
|
2627
|
-
translate: var(--ease-popover-offset) 0;
|
|
2596
|
+
margin-left: var(--ease-popover-offset);
|
|
2628
2597
|
}
|
|
2629
|
-
|
|
2630
2598
|
:host([placement="right-end"]) [part="content"] {
|
|
2631
|
-
position-area: right
|
|
2632
|
-
|
|
2633
|
-
left: anchor(right);
|
|
2634
|
-
translate: var(--ease-popover-offset) 0;
|
|
2599
|
+
position-area: right span-top;
|
|
2600
|
+
margin-left: var(--ease-popover-offset);
|
|
2635
2601
|
}
|
|
2636
2602
|
`
|
|
2637
|
-
}), _dec13 = Prop({
|
|
2603
|
+
}), _dec13 = Query('[part="content"]'), _dec23 = Prop({
|
|
2638
2604
|
reflect: true,
|
|
2639
|
-
defaultValue: "bottom-start"
|
|
2640
|
-
|
|
2641
|
-
this.handlePlacementChange();
|
|
2642
|
-
}
|
|
2643
|
-
}), _dec23 = Prop({
|
|
2605
|
+
defaultValue: "bottom-start"
|
|
2606
|
+
}), _dec33 = Prop({
|
|
2644
2607
|
type: Number,
|
|
2645
2608
|
reflect: true,
|
|
2646
2609
|
defaultValue: 8,
|
|
2647
2610
|
onChange() {
|
|
2648
2611
|
this.handleOffsetChange();
|
|
2649
2612
|
}
|
|
2650
|
-
}),
|
|
2613
|
+
}), _dec43 = Prop({
|
|
2651
2614
|
type: Boolean,
|
|
2652
|
-
reflect: true
|
|
2615
|
+
reflect: true,
|
|
2616
|
+
onChange() {
|
|
2617
|
+
this.handleOpenChange();
|
|
2618
|
+
}
|
|
2653
2619
|
});
|
|
2654
2620
|
var Popover = class extends (_HTMLElement3 = HTMLElement) {
|
|
2655
2621
|
static {
|
|
2656
|
-
({ e: [_init_placement, _init_offset, _init_open, _initProto3], c: [_Popover, _initClass3] } = _apply_decs_2203_r3(this, [
|
|
2622
|
+
({ e: [_init_contentElement, _init_placement, _init_offset, _init_open, _initProto3], c: [_Popover, _initClass3] } = _apply_decs_2203_r3(this, [
|
|
2657
2623
|
[
|
|
2658
2624
|
_dec13,
|
|
2659
2625
|
1,
|
|
2660
|
-
"
|
|
2626
|
+
"contentElement"
|
|
2661
2627
|
],
|
|
2662
2628
|
[
|
|
2663
2629
|
_dec23,
|
|
2664
2630
|
1,
|
|
2665
|
-
"
|
|
2631
|
+
"placement"
|
|
2666
2632
|
],
|
|
2667
2633
|
[
|
|
2668
2634
|
_dec33,
|
|
2669
2635
|
1,
|
|
2636
|
+
"offset"
|
|
2637
|
+
],
|
|
2638
|
+
[
|
|
2639
|
+
_dec43,
|
|
2640
|
+
1,
|
|
2670
2641
|
"open"
|
|
2671
2642
|
]
|
|
2672
2643
|
], [
|
|
@@ -2674,89 +2645,79 @@ var Popover = class extends (_HTMLElement3 = HTMLElement) {
|
|
|
2674
2645
|
], _HTMLElement3));
|
|
2675
2646
|
}
|
|
2676
2647
|
#anchorName;
|
|
2677
|
-
#
|
|
2678
|
-
#initialized;
|
|
2648
|
+
#___private_contentElement_1;
|
|
2679
2649
|
get contentElement() {
|
|
2680
|
-
return this.#
|
|
2650
|
+
return this.#___private_contentElement_1;
|
|
2651
|
+
}
|
|
2652
|
+
set contentElement(_v) {
|
|
2653
|
+
this.#___private_contentElement_1 = _v;
|
|
2681
2654
|
}
|
|
2682
|
-
#
|
|
2655
|
+
#___private_placement_2;
|
|
2683
2656
|
get placement() {
|
|
2684
|
-
return this.#
|
|
2657
|
+
return this.#___private_placement_2;
|
|
2685
2658
|
}
|
|
2686
2659
|
set placement(_v) {
|
|
2687
|
-
this.#
|
|
2660
|
+
this.#___private_placement_2 = _v;
|
|
2688
2661
|
}
|
|
2689
|
-
#
|
|
2662
|
+
#___private_offset_3;
|
|
2690
2663
|
get offset() {
|
|
2691
|
-
return this.#
|
|
2664
|
+
return this.#___private_offset_3;
|
|
2692
2665
|
}
|
|
2693
2666
|
set offset(_v) {
|
|
2694
|
-
this.#
|
|
2667
|
+
this.#___private_offset_3 = _v;
|
|
2695
2668
|
}
|
|
2696
|
-
#
|
|
2669
|
+
#___private_open_4;
|
|
2697
2670
|
get open() {
|
|
2698
|
-
return this.#
|
|
2671
|
+
return this.#___private_open_4;
|
|
2699
2672
|
}
|
|
2700
2673
|
set open(_v) {
|
|
2701
|
-
this.#
|
|
2674
|
+
this.#___private_open_4 = _v;
|
|
2675
|
+
}
|
|
2676
|
+
handleOffsetChange() {
|
|
2677
|
+
const offset = Number.isFinite(this.offset) ? this.offset : 8;
|
|
2678
|
+
this.style.setProperty("--ease-popover-offset", `${offset}px`);
|
|
2679
|
+
}
|
|
2680
|
+
handleOpenChange() {
|
|
2681
|
+
const content = this.contentElement;
|
|
2682
|
+
if (!content) {
|
|
2683
|
+
return;
|
|
2684
|
+
}
|
|
2685
|
+
if (this.open) {
|
|
2686
|
+
content.showPopover();
|
|
2687
|
+
} else {
|
|
2688
|
+
content.hidePopover();
|
|
2689
|
+
}
|
|
2702
2690
|
}
|
|
2703
2691
|
connectedCallback() {
|
|
2704
|
-
this.#
|
|
2705
|
-
this
|
|
2692
|
+
this.style.setProperty("--ease-popover-anchor-name", this.#anchorName);
|
|
2693
|
+
this.handleOffsetChange();
|
|
2706
2694
|
}
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
this
|
|
2695
|
+
afterRender() {
|
|
2696
|
+
const content = this.contentElement;
|
|
2697
|
+
if (content && this.open) {
|
|
2698
|
+
try {
|
|
2699
|
+
content.showPopover();
|
|
2700
|
+
} catch (_e) {
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2710
2703
|
}
|
|
2711
2704
|
render() {
|
|
2712
2705
|
return html4`
|
|
2713
|
-
<slot
|
|
2714
|
-
<div
|
|
2715
|
-
part="content"
|
|
2716
|
-
data-popover-content
|
|
2717
|
-
role="region"
|
|
2718
|
-
data-placement=${this.placement}
|
|
2719
|
-
>
|
|
2706
|
+
<slot name="trigger"></slot>
|
|
2707
|
+
<div part="content" popover="manual" role="region">
|
|
2720
2708
|
<slot></slot>
|
|
2721
2709
|
</div>
|
|
2722
2710
|
`;
|
|
2723
2711
|
}
|
|
2724
|
-
handlePlacementChange() {
|
|
2725
|
-
if (!this.#initialized) {
|
|
2726
|
-
this.requestRender();
|
|
2727
|
-
return;
|
|
2728
|
-
}
|
|
2729
|
-
this.#syncPlacement();
|
|
2730
|
-
}
|
|
2731
|
-
handleOffsetChange() {
|
|
2732
|
-
if (!this.#initialized) {
|
|
2733
|
-
this.requestRender();
|
|
2734
|
-
return;
|
|
2735
|
-
}
|
|
2736
|
-
this.#syncOffset();
|
|
2737
|
-
}
|
|
2738
|
-
#syncPlacement() {
|
|
2739
|
-
this.dataset.placement = this.placement;
|
|
2740
|
-
if (this.#contentElement) {
|
|
2741
|
-
this.#contentElement.dataset.placement = this.placement;
|
|
2742
|
-
}
|
|
2743
|
-
}
|
|
2744
|
-
#syncOffset() {
|
|
2745
|
-
const offset = Number.isFinite(this.offset) ? this.offset : 0;
|
|
2746
|
-
this.style.setProperty("--ease-popover-offset", `${offset}px`);
|
|
2747
|
-
}
|
|
2748
|
-
#syncAnchorName() {
|
|
2749
|
-
this.style.setProperty("--ease-popover-anchor-name", this.#anchorName);
|
|
2750
|
-
}
|
|
2751
2712
|
static {
|
|
2752
2713
|
_initClass3();
|
|
2753
2714
|
}
|
|
2754
2715
|
constructor(...args) {
|
|
2755
|
-
super(...args), this.#anchorName = (_initProto3(this), nextAnchorName()), this.#
|
|
2716
|
+
super(...args), this.#anchorName = (_initProto3(this), nextAnchorName()), this.#___private_contentElement_1 = _init_contentElement(this), this.#___private_placement_2 = _init_placement(this), this.#___private_offset_3 = _init_offset(this, 8), this.#___private_open_4 = _init_open(this, false);
|
|
2756
2717
|
}
|
|
2757
2718
|
};
|
|
2758
2719
|
|
|
2759
|
-
// swc:/
|
|
2720
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/chevron.ts
|
|
2760
2721
|
import { html as html5 } from "lit-html";
|
|
2761
2722
|
function applyDecs2203RFactory4() {
|
|
2762
2723
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -3220,10 +3181,10 @@ var IconChevron = class extends (_HTMLElement4 = HTMLElement) {
|
|
|
3220
3181
|
}
|
|
3221
3182
|
};
|
|
3222
3183
|
|
|
3223
|
-
// swc:/
|
|
3184
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/dropdown/index.ts
|
|
3224
3185
|
import { html as html6 } from "lit-html";
|
|
3225
3186
|
|
|
3226
|
-
// swc:/
|
|
3187
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/utils/dismiss-controller.ts
|
|
3227
3188
|
var DismissController = class {
|
|
3228
3189
|
#onDismiss;
|
|
3229
3190
|
#context;
|
|
@@ -3435,7 +3396,7 @@ function OutsideClick(options = {}) {
|
|
|
3435
3396
|
};
|
|
3436
3397
|
}
|
|
3437
3398
|
|
|
3438
|
-
// swc:/
|
|
3399
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/dropdown/index.ts
|
|
3439
3400
|
function applyDecs2203RFactory5() {
|
|
3440
3401
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
3441
3402
|
return function addInitializer(initializer) {
|
|
@@ -3814,7 +3775,7 @@ var _HTMLElement5;
|
|
|
3814
3775
|
var _dec15;
|
|
3815
3776
|
var _dec24;
|
|
3816
3777
|
var _dec34;
|
|
3817
|
-
var
|
|
3778
|
+
var _dec44;
|
|
3818
3779
|
var _dec53;
|
|
3819
3780
|
var _dec63;
|
|
3820
3781
|
var _dec72;
|
|
@@ -4111,7 +4072,7 @@ _dec10 = Component({
|
|
|
4111
4072
|
}), _dec34 = Prop({
|
|
4112
4073
|
type: Boolean,
|
|
4113
4074
|
reflect: true
|
|
4114
|
-
}),
|
|
4075
|
+
}), _dec44 = Prop({
|
|
4115
4076
|
type: Boolean,
|
|
4116
4077
|
reflect: true
|
|
4117
4078
|
}), _dec53 = Prop({
|
|
@@ -4170,7 +4131,7 @@ var Dropdown = class extends (_HTMLElement5 = HTMLElement) {
|
|
|
4170
4131
|
"pill"
|
|
4171
4132
|
],
|
|
4172
4133
|
[
|
|
4173
|
-
|
|
4134
|
+
_dec44,
|
|
4174
4135
|
1,
|
|
4175
4136
|
"headless"
|
|
4176
4137
|
],
|
|
@@ -4907,7 +4868,7 @@ var Dropdown = class extends (_HTMLElement5 = HTMLElement) {
|
|
|
4907
4868
|
}
|
|
4908
4869
|
};
|
|
4909
4870
|
|
|
4910
|
-
// swc:/
|
|
4871
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/input/index.ts
|
|
4911
4872
|
import { html as html7 } from "lit-html";
|
|
4912
4873
|
function applyDecs2203RFactory6() {
|
|
4913
4874
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -5287,7 +5248,7 @@ var _HTMLElement6;
|
|
|
5287
5248
|
var _dec18;
|
|
5288
5249
|
var _dec25;
|
|
5289
5250
|
var _dec35;
|
|
5290
|
-
var
|
|
5251
|
+
var _dec45;
|
|
5291
5252
|
var _dec54;
|
|
5292
5253
|
var _dec64;
|
|
5293
5254
|
var _dec73;
|
|
@@ -5498,7 +5459,7 @@ _dec17 = Component({
|
|
|
5498
5459
|
}), _dec35 = Prop({
|
|
5499
5460
|
reflect: true,
|
|
5500
5461
|
defaultValue: "text"
|
|
5501
|
-
}),
|
|
5462
|
+
}), _dec45 = Prop({
|
|
5502
5463
|
reflect: true
|
|
5503
5464
|
}), _dec54 = Prop({
|
|
5504
5465
|
type: Boolean,
|
|
@@ -5536,7 +5497,7 @@ var Input = class extends (_HTMLElement6 = HTMLElement) {
|
|
|
5536
5497
|
"type"
|
|
5537
5498
|
],
|
|
5538
5499
|
[
|
|
5539
|
-
|
|
5500
|
+
_dec45,
|
|
5540
5501
|
1,
|
|
5541
5502
|
"name"
|
|
5542
5503
|
],
|
|
@@ -5701,10 +5662,10 @@ var Input = class extends (_HTMLElement6 = HTMLElement) {
|
|
|
5701
5662
|
}
|
|
5702
5663
|
};
|
|
5703
5664
|
|
|
5704
|
-
// swc:/
|
|
5665
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/picker.ts
|
|
5705
5666
|
import { html as html10 } from "lit-html";
|
|
5706
5667
|
|
|
5707
|
-
// swc:/
|
|
5668
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/utils.ts
|
|
5708
5669
|
var clamp01 = (value) => Math.max(0, Math.min(1, value));
|
|
5709
5670
|
function hsvToRgb(h, s, v) {
|
|
5710
5671
|
let hue = (h % 360 + 360) % 360;
|
|
@@ -6018,7 +5979,7 @@ function styleObject(input) {
|
|
|
6018
5979
|
return styleMap(definedEntries);
|
|
6019
5980
|
}
|
|
6020
5981
|
|
|
6021
|
-
// swc:/
|
|
5982
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/arrows-vertical.ts
|
|
6022
5983
|
import { html as html8 } from "lit-html";
|
|
6023
5984
|
function applyDecs2203RFactory7() {
|
|
6024
5985
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -6429,7 +6390,7 @@ var IconArrowsVertical = class extends (_HTMLElement7 = HTMLElement) {
|
|
|
6429
6390
|
}
|
|
6430
6391
|
};
|
|
6431
6392
|
|
|
6432
|
-
// swc:/
|
|
6393
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/picker.ts
|
|
6433
6394
|
import { html as html9 } from "lit-html";
|
|
6434
6395
|
function applyDecs2203RFactory8() {
|
|
6435
6396
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -6844,7 +6805,7 @@ var IconPicker = class extends (_HTMLElement8 = HTMLElement) {
|
|
|
6844
6805
|
}
|
|
6845
6806
|
};
|
|
6846
6807
|
|
|
6847
|
-
// swc:/
|
|
6808
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/picker.ts
|
|
6848
6809
|
function applyDecs2203RFactory9() {
|
|
6849
6810
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
6850
6811
|
return function addInitializer(initializer) {
|
|
@@ -7223,7 +7184,7 @@ var _HTMLElement9;
|
|
|
7223
7184
|
var _dec110;
|
|
7224
7185
|
var _dec26;
|
|
7225
7186
|
var _dec36;
|
|
7226
|
-
var
|
|
7187
|
+
var _dec46;
|
|
7227
7188
|
var _init_saturationArea;
|
|
7228
7189
|
var _init_hueArea;
|
|
7229
7190
|
var _init_hexInput;
|
|
@@ -7546,7 +7507,7 @@ _dec21 = Component({
|
|
|
7546
7507
|
</div>
|
|
7547
7508
|
`;
|
|
7548
7509
|
}
|
|
7549
|
-
}), _dec110 = Query('[part="saturation"]'), _dec26 = Query('[part="hue"]'), _dec36 = Query('[part="hex-input"]'),
|
|
7510
|
+
}), _dec110 = Query('[part="saturation"]'), _dec26 = Query('[part="hue"]'), _dec36 = Query('[part="hex-input"]'), _dec46 = Prop({
|
|
7550
7511
|
reflect: true,
|
|
7551
7512
|
defaultValue: "#FF0000",
|
|
7552
7513
|
onChange(value) {
|
|
@@ -7574,7 +7535,7 @@ var ColorPicker = class extends (_HTMLElement9 = HTMLElement) {
|
|
|
7574
7535
|
"hexInput"
|
|
7575
7536
|
],
|
|
7576
7537
|
[
|
|
7577
|
-
|
|
7538
|
+
_dec46,
|
|
7578
7539
|
1,
|
|
7579
7540
|
"value"
|
|
7580
7541
|
]
|
|
@@ -7811,7 +7772,7 @@ var ColorPicker = class extends (_HTMLElement9 = HTMLElement) {
|
|
|
7811
7772
|
}
|
|
7812
7773
|
};
|
|
7813
7774
|
|
|
7814
|
-
// swc:/
|
|
7775
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/index.ts
|
|
7815
7776
|
function applyDecs2203RFactory10() {
|
|
7816
7777
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
7817
7778
|
return function addInitializer(initializer) {
|
|
@@ -8190,7 +8151,7 @@ var _HTMLElement10;
|
|
|
8190
8151
|
var _dec111;
|
|
8191
8152
|
var _dec28;
|
|
8192
8153
|
var _dec37;
|
|
8193
|
-
var
|
|
8154
|
+
var _dec47;
|
|
8194
8155
|
var _init_dropdown;
|
|
8195
8156
|
var _init_value5;
|
|
8196
8157
|
var _init_disabled5;
|
|
@@ -8267,7 +8228,7 @@ _dec27 = Component({
|
|
|
8267
8228
|
}), _dec37 = Prop({
|
|
8268
8229
|
type: Boolean,
|
|
8269
8230
|
reflect: true
|
|
8270
|
-
}),
|
|
8231
|
+
}), _dec47 = Prop({
|
|
8271
8232
|
reflect: true,
|
|
8272
8233
|
defaultValue: "bottom-start"
|
|
8273
8234
|
});
|
|
@@ -8290,7 +8251,7 @@ var ColorInput = class extends (_HTMLElement10 = HTMLElement) {
|
|
|
8290
8251
|
"disabled"
|
|
8291
8252
|
],
|
|
8292
8253
|
[
|
|
8293
|
-
|
|
8254
|
+
_dec47,
|
|
8294
8255
|
1,
|
|
8295
8256
|
"placement"
|
|
8296
8257
|
]
|
|
@@ -8407,7 +8368,7 @@ var ColorInput = class extends (_HTMLElement10 = HTMLElement) {
|
|
|
8407
8368
|
}
|
|
8408
8369
|
};
|
|
8409
8370
|
|
|
8410
|
-
// swc:/
|
|
8371
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/field/index.ts
|
|
8411
8372
|
import { html as html12 } from "lit-html";
|
|
8412
8373
|
function applyDecs2203RFactory11() {
|
|
8413
8374
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -8801,6 +8762,7 @@ _dec29 = Component({
|
|
|
8801
8762
|
}
|
|
8802
8763
|
|
|
8803
8764
|
[part="field"] {
|
|
8765
|
+
scroll-snap-align: start;
|
|
8804
8766
|
display: grid;
|
|
8805
8767
|
grid-template-columns: var(--ease-field-label-width, 36%) auto;
|
|
8806
8768
|
column-gap: var(--ease-field-column-gap, 12px);
|
|
@@ -8903,7 +8865,7 @@ var Field = class extends (_HTMLElement11 = HTMLElement) {
|
|
|
8903
8865
|
}
|
|
8904
8866
|
};
|
|
8905
8867
|
|
|
8906
|
-
// swc:/
|
|
8868
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/folder/index.ts
|
|
8907
8869
|
import { html as html13 } from "lit-html";
|
|
8908
8870
|
function applyDecs2203RFactory12() {
|
|
8909
8871
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -9280,85 +9242,240 @@ function _apply_decs_2203_r12(targetClass, memberDecs, classDecs, parentClass) {
|
|
|
9280
9242
|
var _dec30;
|
|
9281
9243
|
var _initClass12;
|
|
9282
9244
|
var _HTMLElement12;
|
|
9283
|
-
var
|
|
9245
|
+
var _dec114;
|
|
9246
|
+
var _dec211;
|
|
9247
|
+
var _dec38;
|
|
9248
|
+
var _init_open3;
|
|
9249
|
+
var _init_headline;
|
|
9250
|
+
var _init_maxHeight2;
|
|
9251
|
+
var _initProto10;
|
|
9252
|
+
var _Folder;
|
|
9284
9253
|
_dec30 = Component({
|
|
9285
|
-
tag: "ease-
|
|
9254
|
+
tag: "ease-folder",
|
|
9255
|
+
shadowMode: "open",
|
|
9286
9256
|
styles: `
|
|
9257
|
+
@property --top-fade {
|
|
9258
|
+
syntax: "<length>";
|
|
9259
|
+
inherits: false;
|
|
9260
|
+
initial-value: 0px;
|
|
9261
|
+
}
|
|
9262
|
+
|
|
9263
|
+
@property --bottom-fade {
|
|
9264
|
+
syntax: "<length>";
|
|
9265
|
+
inherits: false;
|
|
9266
|
+
initial-value: 0px;
|
|
9267
|
+
}
|
|
9268
|
+
|
|
9269
|
+
@keyframes scroll-fade {
|
|
9270
|
+
0% {
|
|
9271
|
+
--top-fade: 0px;
|
|
9272
|
+
}
|
|
9273
|
+
10%, 100% {
|
|
9274
|
+
--top-fade: 8px;
|
|
9275
|
+
}
|
|
9276
|
+
0%, 90% {
|
|
9277
|
+
--bottom-fade: 8px;
|
|
9278
|
+
}
|
|
9279
|
+
100% {
|
|
9280
|
+
--bottom-fade: 0px;
|
|
9281
|
+
}
|
|
9282
|
+
}
|
|
9283
|
+
|
|
9284
|
+
|
|
9287
9285
|
:host {
|
|
9288
9286
|
display: block;
|
|
9289
|
-
width:
|
|
9290
|
-
height: var(--ease-icon-size, 16px);
|
|
9291
|
-
fill: none;
|
|
9292
|
-
stroke: currentColor;
|
|
9293
|
-
stroke-width: .75;
|
|
9294
|
-
stroke-linecap: round;
|
|
9295
|
-
stroke-linejoin: round;
|
|
9287
|
+
width: 100%;
|
|
9296
9288
|
}
|
|
9297
9289
|
|
|
9298
|
-
[part="
|
|
9299
|
-
|
|
9290
|
+
[part="section"] {
|
|
9291
|
+
display: block;
|
|
9292
|
+
width: 100%;
|
|
9293
|
+
border-radius: var(--ease-folder-radius);
|
|
9294
|
+
border: 1px solid var(--ease-folder-border-color);
|
|
9295
|
+
background-color: var(--ease-folder-background);
|
|
9296
|
+
background-clip: padding-box;
|
|
9297
|
+
box-sizing: border-box;
|
|
9298
|
+
overflow: hidden;
|
|
9299
|
+
}
|
|
9300
9300
|
|
|
9301
|
-
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9301
|
+
[part="header"] {
|
|
9302
|
+
display: flex;
|
|
9303
|
+
align-items: center;
|
|
9304
|
+
gap: 8px;
|
|
9305
|
+
width: 100%;
|
|
9306
|
+
padding: var(--ease-folder-padding);
|
|
9307
|
+
box-sizing: border-box;
|
|
9308
|
+
cursor: pointer;
|
|
9309
|
+
user-select: none;
|
|
9310
|
+
}
|
|
9306
9311
|
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9312
|
-
|
|
9313
|
-
|
|
9312
|
+
[part="icon"] {
|
|
9313
|
+
flex: 0 0 auto;
|
|
9314
|
+
display: flex;
|
|
9315
|
+
align-items: center;
|
|
9316
|
+
justify-content: center;
|
|
9317
|
+
color: var(--ease-folder-icon-color);
|
|
9318
|
+
}
|
|
9314
9319
|
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
+
[part="headline"] {
|
|
9321
|
+
flex: 1 1 auto;
|
|
9322
|
+
font-size: var(--ease-folder-title-font-size);
|
|
9323
|
+
font-weight: var(--ease-folder-title-font-weight);
|
|
9324
|
+
line-height: 16px;
|
|
9325
|
+
font-family: var(--ease-font-family);
|
|
9326
|
+
color: var(--ease-folder-title-color);
|
|
9327
|
+
margin: 0;
|
|
9328
|
+
overflow: hidden;
|
|
9329
|
+
text-overflow: ellipsis;
|
|
9330
|
+
white-space: nowrap;
|
|
9331
|
+
}
|
|
9320
9332
|
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9333
|
+
[part="chevron"] {
|
|
9334
|
+
flex: 0 0 auto;
|
|
9335
|
+
display: flex;
|
|
9336
|
+
align-items: center;
|
|
9337
|
+
justify-content: center;
|
|
9338
|
+
color: var(--ease-folder-chevron-color);
|
|
9339
|
+
transition: color 200ms cubic-bezier(.25, 0, .5, 1);
|
|
9340
|
+
}
|
|
9326
9341
|
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
-
|
|
9332
|
-
|
|
9342
|
+
[part="header"]:hover [part="chevron"] {
|
|
9343
|
+
color: var(--ease-folder-chevron-color-hover);
|
|
9344
|
+
}
|
|
9345
|
+
|
|
9346
|
+
[part="content"] {
|
|
9347
|
+
height: 0;
|
|
9348
|
+
overflow: hidden;
|
|
9349
|
+
transition: height 200ms cubic-bezier(.25, 0, .5, 1);
|
|
9350
|
+
}
|
|
9351
|
+
|
|
9352
|
+
:host([open]) [part="content"] {
|
|
9353
|
+
height: auto;
|
|
9354
|
+
}
|
|
9355
|
+
|
|
9356
|
+
[part="body"] {
|
|
9357
|
+
display: grid;
|
|
9358
|
+
grid-gap: var(--ease-folder-gap);
|
|
9359
|
+
padding: var(--ease-folder-padding);
|
|
9360
|
+
overflow-y: auto;
|
|
9361
|
+
overscroll-behavior: contain;
|
|
9362
|
+
mask-image: linear-gradient(to bottom, #0000, #ffff var(--top-fade) calc(100% - var(--bottom-fade)), #0000);
|
|
9363
|
+
animation-name: scroll-fade;
|
|
9364
|
+
animation-timeline: scroll(self y);
|
|
9365
|
+
scroll-snap-type: y mandatory;
|
|
9366
|
+
scrollbar-width: none;
|
|
9367
|
+
|
|
9368
|
+
&::-webkit-scrollbar {
|
|
9369
|
+
display: none;
|
|
9333
9370
|
}
|
|
9334
9371
|
}
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
|
|
9347
|
-
|
|
9348
|
-
|
|
9372
|
+
|
|
9373
|
+
`
|
|
9374
|
+
}), _dec114 = Prop({
|
|
9375
|
+
type: Boolean,
|
|
9376
|
+
reflect: true,
|
|
9377
|
+
attribute: "open",
|
|
9378
|
+
defaultValue: false
|
|
9379
|
+
}), _dec211 = Prop({
|
|
9380
|
+
reflect: true,
|
|
9381
|
+
attribute: "headline",
|
|
9382
|
+
defaultValue: ""
|
|
9383
|
+
}), _dec38 = Prop({
|
|
9384
|
+
reflect: true,
|
|
9385
|
+
attribute: "max-height",
|
|
9386
|
+
defaultValue: null
|
|
9349
9387
|
});
|
|
9350
|
-
var
|
|
9388
|
+
var Folder = class extends (_HTMLElement12 = HTMLElement) {
|
|
9351
9389
|
static {
|
|
9352
|
-
({ c: [
|
|
9390
|
+
({ e: [_init_open3, _init_headline, _init_maxHeight2, _initProto10], c: [_Folder, _initClass12] } = _apply_decs_2203_r12(this, [
|
|
9391
|
+
[
|
|
9392
|
+
_dec114,
|
|
9393
|
+
1,
|
|
9394
|
+
"open"
|
|
9395
|
+
],
|
|
9396
|
+
[
|
|
9397
|
+
_dec211,
|
|
9398
|
+
1,
|
|
9399
|
+
"headline"
|
|
9400
|
+
],
|
|
9401
|
+
[
|
|
9402
|
+
_dec38,
|
|
9403
|
+
1,
|
|
9404
|
+
"maxHeight"
|
|
9405
|
+
]
|
|
9406
|
+
], [
|
|
9353
9407
|
_dec30
|
|
9354
9408
|
], _HTMLElement12));
|
|
9355
9409
|
}
|
|
9356
|
-
|
|
9357
|
-
|
|
9410
|
+
#___private_open_1;
|
|
9411
|
+
get open() {
|
|
9412
|
+
return this.#___private_open_1;
|
|
9358
9413
|
}
|
|
9359
|
-
|
|
9360
|
-
|
|
9361
|
-
|
|
9414
|
+
set open(_v) {
|
|
9415
|
+
this.#___private_open_1 = _v;
|
|
9416
|
+
}
|
|
9417
|
+
#___private_headline_2;
|
|
9418
|
+
get headline() {
|
|
9419
|
+
return this.#___private_headline_2;
|
|
9420
|
+
}
|
|
9421
|
+
set headline(_v) {
|
|
9422
|
+
this.#___private_headline_2 = _v;
|
|
9423
|
+
}
|
|
9424
|
+
#___private_maxHeight_3;
|
|
9425
|
+
get maxHeight() {
|
|
9426
|
+
return this.#___private_maxHeight_3;
|
|
9427
|
+
}
|
|
9428
|
+
set maxHeight(_v) {
|
|
9429
|
+
this.#___private_maxHeight_3 = _v;
|
|
9430
|
+
}
|
|
9431
|
+
render() {
|
|
9432
|
+
return html13`
|
|
9433
|
+
<section part="section">
|
|
9434
|
+
<div part="header" @click=${this.#handleHeaderClick}>
|
|
9435
|
+
<span part="icon">
|
|
9436
|
+
<ease-icon-folder state=${this.open ? "open" : "close"}></ease-icon-folder>
|
|
9437
|
+
</span>
|
|
9438
|
+
<span part="headline">
|
|
9439
|
+
${this.headline}
|
|
9440
|
+
</span>
|
|
9441
|
+
<span part="chevron">
|
|
9442
|
+
<ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
|
|
9443
|
+
</span>
|
|
9444
|
+
</div>
|
|
9445
|
+
<div part="content" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
|
|
9446
|
+
<div part="body">
|
|
9447
|
+
<slot></slot>
|
|
9448
|
+
</div>
|
|
9449
|
+
</div>
|
|
9450
|
+
</section>
|
|
9451
|
+
`;
|
|
9452
|
+
}
|
|
9453
|
+
toggle() {
|
|
9454
|
+
this.open = !this.open;
|
|
9455
|
+
}
|
|
9456
|
+
#handleHeaderClick;
|
|
9457
|
+
#stopPropagation;
|
|
9458
|
+
static {
|
|
9459
|
+
_initClass12();
|
|
9460
|
+
}
|
|
9461
|
+
constructor(...args) {
|
|
9462
|
+
super(...args), this.#___private_open_1 = (_initProto10(this), _init_open3(this, false)), this.#___private_headline_2 = _init_headline(this, null), this.#___private_maxHeight_3 = _init_maxHeight2(this, null), this.#handleHeaderClick = (event) => {
|
|
9463
|
+
this.toggle();
|
|
9464
|
+
this.dispatchEvent(new CustomEvent("folder-toggle", {
|
|
9465
|
+
detail: {
|
|
9466
|
+
open: this.open,
|
|
9467
|
+
event
|
|
9468
|
+
},
|
|
9469
|
+
bubbles: true,
|
|
9470
|
+
composed: true
|
|
9471
|
+
}));
|
|
9472
|
+
}, this.#stopPropagation = (event) => {
|
|
9473
|
+
event.stopPropagation();
|
|
9474
|
+
};
|
|
9475
|
+
}
|
|
9476
|
+
};
|
|
9477
|
+
|
|
9478
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/clear.ts
|
|
9362
9479
|
import { html as html14 } from "lit-html";
|
|
9363
9480
|
function applyDecs2203RFactory13() {
|
|
9364
9481
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
@@ -9729,17 +9846,941 @@ function applyDecs2203RFactory13() {
|
|
|
9729
9846
|
};
|
|
9730
9847
|
};
|
|
9731
9848
|
}
|
|
9732
|
-
function _apply_decs_2203_r13(targetClass, memberDecs, classDecs, parentClass) {
|
|
9733
|
-
return (_apply_decs_2203_r13 = applyDecs2203RFactory13())(targetClass, memberDecs, classDecs, parentClass);
|
|
9849
|
+
function _apply_decs_2203_r13(targetClass, memberDecs, classDecs, parentClass) {
|
|
9850
|
+
return (_apply_decs_2203_r13 = applyDecs2203RFactory13())(targetClass, memberDecs, classDecs, parentClass);
|
|
9851
|
+
}
|
|
9852
|
+
var _dec31;
|
|
9853
|
+
var _initClass13;
|
|
9854
|
+
var _HTMLElement13;
|
|
9855
|
+
var _IconClear;
|
|
9856
|
+
_dec31 = Component({
|
|
9857
|
+
tag: "ease-icon-clear",
|
|
9858
|
+
styles: `
|
|
9859
|
+
:host {
|
|
9860
|
+
display: block;
|
|
9861
|
+
width: var(--ease-icon-size, 16px);
|
|
9862
|
+
height: var(--ease-icon-size, 16px);
|
|
9863
|
+
fill: none;
|
|
9864
|
+
stroke: currentColor;
|
|
9865
|
+
stroke-width: .75;
|
|
9866
|
+
stroke-linecap: round;
|
|
9867
|
+
stroke-linejoin: round;
|
|
9868
|
+
}
|
|
9869
|
+
|
|
9870
|
+
[part="clear"] {
|
|
9871
|
+
& > path {
|
|
9872
|
+
|
|
9873
|
+
&:first-child {
|
|
9874
|
+
translate: var(--ease-icon-clear-path-translate, 0);
|
|
9875
|
+
transition: translate var(--ease-icon-clear-path-duration, 0.2s);
|
|
9876
|
+
transition-delay: var(--ease-icon-clear-path-delay, 0s);
|
|
9877
|
+
}
|
|
9878
|
+
|
|
9879
|
+
&:not(:first-child) {
|
|
9880
|
+
stroke-dasharray: 100 0 100;
|
|
9881
|
+
stroke-dashoffset: var(--ease-icon-clear-lines-offset, 100);
|
|
9882
|
+
transition: stroke-dashoffset var(--ease-icon-clear-lines-duration, 0.2s);
|
|
9883
|
+
transition-delay: var(--ease-icon-clear-lines-delay, 0s);
|
|
9884
|
+
}
|
|
9885
|
+
}
|
|
9886
|
+
|
|
9887
|
+
g {
|
|
9888
|
+
path {
|
|
9889
|
+
transform-box: fill-box;
|
|
9890
|
+
transform-origin: 50% 50%;
|
|
9891
|
+
transition: rotate var(--ease-icon-clear-star-duration, 0.2s), scale var(--ease-icon-clear-star-duration, 0.2s);
|
|
9892
|
+
|
|
9893
|
+
&:first-child {
|
|
9894
|
+
rotate: var(--ease-icon-clear-star-1-rotate, 0deg);
|
|
9895
|
+
scale: var(--ease-icon-clear-star-1-scale, 1);
|
|
9896
|
+
transition-delay: var(--ease-icon-clear-star-1-delay, 0s);
|
|
9897
|
+
}
|
|
9898
|
+
|
|
9899
|
+
&:last-child {
|
|
9900
|
+
rotate: var(--ease-icon-clear-star-2-rotate, 0deg);
|
|
9901
|
+
scale: var(--ease-icon-clear-star-2-scale, 1);
|
|
9902
|
+
transition-delay: var(--ease-icon-clear-star-2-delay, 0s);
|
|
9903
|
+
}
|
|
9904
|
+
}
|
|
9905
|
+
}
|
|
9906
|
+
}
|
|
9907
|
+
`,
|
|
9908
|
+
template() {
|
|
9909
|
+
return html14`
|
|
9910
|
+
<svg part="clear" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
9911
|
+
<path d="M11.7613 10.334L13.7071 12.2798C14.1011 12.6739 14.1011 13.3127 13.7071 13.7067C13.3131 14.1007 12.6742 14.1007 12.2802 13.7067L10.3344 11.7609M11.7613 10.334L10.9541 8.08932M11.7613 10.334L10.3344 11.7609M10.3344 11.7609L8.08973 10.9537M6.69581 12.3476L12.348 6.69544C12.6942 6.34922 12.6942 5.7879 12.348 5.44168L11.892 4.98574C11.5458 4.63952 10.9845 4.63952 10.6383 4.98574L4.9861 10.6379C4.63989 10.9841 4.63989 11.5454 4.9861 11.8917L5.44204 12.3476C5.78826 12.6938 6.34959 12.6938 6.69581 12.3476Z" />
|
|
9912
|
+
<g>
|
|
9913
|
+
<path d="M3.3313 2.6645H4.66519M3.99824 1.99756V3.33145" />
|
|
9914
|
+
<path d="M4.66516 5.99946H5.99905M5.33211 5.33252V6.66641" />
|
|
9915
|
+
</g>
|
|
9916
|
+
<path d="M7.33301 1.99756L8.6669 3.33145" pathlength="100" />
|
|
9917
|
+
<path d="M3.6648 8.33386L1.99744 6.6665" pathlength="100" />
|
|
9918
|
+
</svg>
|
|
9919
|
+
`;
|
|
9920
|
+
}
|
|
9921
|
+
});
|
|
9922
|
+
var IconClear = class extends (_HTMLElement13 = HTMLElement) {
|
|
9923
|
+
static {
|
|
9924
|
+
({ c: [_IconClear, _initClass13] } = _apply_decs_2203_r13(this, [], [
|
|
9925
|
+
_dec31
|
|
9926
|
+
], _HTMLElement13));
|
|
9927
|
+
}
|
|
9928
|
+
static {
|
|
9929
|
+
_initClass13();
|
|
9930
|
+
}
|
|
9931
|
+
};
|
|
9932
|
+
|
|
9933
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/folder.ts
|
|
9934
|
+
import { html as html15 } from "lit-html";
|
|
9935
|
+
function applyDecs2203RFactory14() {
|
|
9936
|
+
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
9937
|
+
return function addInitializer(initializer) {
|
|
9938
|
+
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
9939
|
+
assertCallable(initializer, "An initializer");
|
|
9940
|
+
initializers.push(initializer);
|
|
9941
|
+
};
|
|
9942
|
+
}
|
|
9943
|
+
function memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value) {
|
|
9944
|
+
var kindStr;
|
|
9945
|
+
switch (kind) {
|
|
9946
|
+
case 1:
|
|
9947
|
+
kindStr = "accessor";
|
|
9948
|
+
break;
|
|
9949
|
+
case 2:
|
|
9950
|
+
kindStr = "method";
|
|
9951
|
+
break;
|
|
9952
|
+
case 3:
|
|
9953
|
+
kindStr = "getter";
|
|
9954
|
+
break;
|
|
9955
|
+
case 4:
|
|
9956
|
+
kindStr = "setter";
|
|
9957
|
+
break;
|
|
9958
|
+
default:
|
|
9959
|
+
kindStr = "field";
|
|
9960
|
+
}
|
|
9961
|
+
var ctx = {
|
|
9962
|
+
kind: kindStr,
|
|
9963
|
+
name: isPrivate ? "#" + name : name,
|
|
9964
|
+
static: isStatic,
|
|
9965
|
+
private: isPrivate,
|
|
9966
|
+
metadata
|
|
9967
|
+
};
|
|
9968
|
+
var decoratorFinishedRef = {
|
|
9969
|
+
v: false
|
|
9970
|
+
};
|
|
9971
|
+
ctx.addInitializer = createAddInitializerMethod(initializers, decoratorFinishedRef);
|
|
9972
|
+
var get, set;
|
|
9973
|
+
if (kind === 0) {
|
|
9974
|
+
if (isPrivate) {
|
|
9975
|
+
get = desc.get;
|
|
9976
|
+
set = desc.set;
|
|
9977
|
+
} else {
|
|
9978
|
+
get = function() {
|
|
9979
|
+
return this[name];
|
|
9980
|
+
};
|
|
9981
|
+
set = function(v) {
|
|
9982
|
+
this[name] = v;
|
|
9983
|
+
};
|
|
9984
|
+
}
|
|
9985
|
+
} else if (kind === 2) {
|
|
9986
|
+
get = function() {
|
|
9987
|
+
return desc.value;
|
|
9988
|
+
};
|
|
9989
|
+
} else {
|
|
9990
|
+
if (kind === 1 || kind === 3) {
|
|
9991
|
+
get = function() {
|
|
9992
|
+
return desc.get.call(this);
|
|
9993
|
+
};
|
|
9994
|
+
}
|
|
9995
|
+
if (kind === 1 || kind === 4) {
|
|
9996
|
+
set = function(v) {
|
|
9997
|
+
desc.set.call(this, v);
|
|
9998
|
+
};
|
|
9999
|
+
}
|
|
10000
|
+
}
|
|
10001
|
+
ctx.access = get && set ? {
|
|
10002
|
+
get,
|
|
10003
|
+
set
|
|
10004
|
+
} : get ? {
|
|
10005
|
+
get
|
|
10006
|
+
} : {
|
|
10007
|
+
set
|
|
10008
|
+
};
|
|
10009
|
+
try {
|
|
10010
|
+
return dec(value, ctx);
|
|
10011
|
+
} finally {
|
|
10012
|
+
decoratorFinishedRef.v = true;
|
|
10013
|
+
}
|
|
10014
|
+
}
|
|
10015
|
+
function assertNotFinished(decoratorFinishedRef, fnName) {
|
|
10016
|
+
if (decoratorFinishedRef.v) {
|
|
10017
|
+
throw new Error("attempted to call " + fnName + " after decoration was finished");
|
|
10018
|
+
}
|
|
10019
|
+
}
|
|
10020
|
+
function assertCallable(fn, hint) {
|
|
10021
|
+
if (typeof fn !== "function") {
|
|
10022
|
+
throw new TypeError(hint + " must be a function");
|
|
10023
|
+
}
|
|
10024
|
+
}
|
|
10025
|
+
function assertValidReturnValue(kind, value) {
|
|
10026
|
+
var type = typeof value;
|
|
10027
|
+
if (kind === 1) {
|
|
10028
|
+
if (type !== "object" || value === null) {
|
|
10029
|
+
throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
10030
|
+
}
|
|
10031
|
+
if (value.get !== void 0) {
|
|
10032
|
+
assertCallable(value.get, "accessor.get");
|
|
10033
|
+
}
|
|
10034
|
+
if (value.set !== void 0) {
|
|
10035
|
+
assertCallable(value.set, "accessor.set");
|
|
10036
|
+
}
|
|
10037
|
+
if (value.init !== void 0) {
|
|
10038
|
+
assertCallable(value.init, "accessor.init");
|
|
10039
|
+
}
|
|
10040
|
+
} else if (type !== "function") {
|
|
10041
|
+
var hint;
|
|
10042
|
+
if (kind === 0) {
|
|
10043
|
+
hint = "field";
|
|
10044
|
+
} else if (kind === 10) {
|
|
10045
|
+
hint = "class";
|
|
10046
|
+
} else {
|
|
10047
|
+
hint = "method";
|
|
10048
|
+
}
|
|
10049
|
+
throw new TypeError(hint + " decorators must return a function or void 0");
|
|
10050
|
+
}
|
|
10051
|
+
}
|
|
10052
|
+
function applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata) {
|
|
10053
|
+
var decs = decInfo[0];
|
|
10054
|
+
var desc, init, value;
|
|
10055
|
+
if (isPrivate) {
|
|
10056
|
+
if (kind === 0 || kind === 1) {
|
|
10057
|
+
desc = {
|
|
10058
|
+
get: decInfo[3],
|
|
10059
|
+
set: decInfo[4]
|
|
10060
|
+
};
|
|
10061
|
+
} else if (kind === 3) {
|
|
10062
|
+
desc = {
|
|
10063
|
+
get: decInfo[3]
|
|
10064
|
+
};
|
|
10065
|
+
} else if (kind === 4) {
|
|
10066
|
+
desc = {
|
|
10067
|
+
set: decInfo[3]
|
|
10068
|
+
};
|
|
10069
|
+
} else {
|
|
10070
|
+
desc = {
|
|
10071
|
+
value: decInfo[3]
|
|
10072
|
+
};
|
|
10073
|
+
}
|
|
10074
|
+
} else if (kind !== 0) {
|
|
10075
|
+
desc = Object.getOwnPropertyDescriptor(base, name);
|
|
10076
|
+
}
|
|
10077
|
+
if (kind === 1) {
|
|
10078
|
+
value = {
|
|
10079
|
+
get: desc.get,
|
|
10080
|
+
set: desc.set
|
|
10081
|
+
};
|
|
10082
|
+
} else if (kind === 2) {
|
|
10083
|
+
value = desc.value;
|
|
10084
|
+
} else if (kind === 3) {
|
|
10085
|
+
value = desc.get;
|
|
10086
|
+
} else if (kind === 4) {
|
|
10087
|
+
value = desc.set;
|
|
10088
|
+
}
|
|
10089
|
+
var newValue, get, set;
|
|
10090
|
+
if (typeof decs === "function") {
|
|
10091
|
+
newValue = memberDec(decs, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
|
|
10092
|
+
if (newValue !== void 0) {
|
|
10093
|
+
assertValidReturnValue(kind, newValue);
|
|
10094
|
+
if (kind === 0) {
|
|
10095
|
+
init = newValue;
|
|
10096
|
+
} else if (kind === 1) {
|
|
10097
|
+
init = newValue.init;
|
|
10098
|
+
get = newValue.get || value.get;
|
|
10099
|
+
set = newValue.set || value.set;
|
|
10100
|
+
value = {
|
|
10101
|
+
get,
|
|
10102
|
+
set
|
|
10103
|
+
};
|
|
10104
|
+
} else {
|
|
10105
|
+
value = newValue;
|
|
10106
|
+
}
|
|
10107
|
+
}
|
|
10108
|
+
} else {
|
|
10109
|
+
for (var i = decs.length - 1; i >= 0; i--) {
|
|
10110
|
+
var dec = decs[i];
|
|
10111
|
+
newValue = memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
|
|
10112
|
+
if (newValue !== void 0) {
|
|
10113
|
+
assertValidReturnValue(kind, newValue);
|
|
10114
|
+
var newInit;
|
|
10115
|
+
if (kind === 0) {
|
|
10116
|
+
newInit = newValue;
|
|
10117
|
+
} else if (kind === 1) {
|
|
10118
|
+
newInit = newValue.init;
|
|
10119
|
+
get = newValue.get || value.get;
|
|
10120
|
+
set = newValue.set || value.set;
|
|
10121
|
+
value = {
|
|
10122
|
+
get,
|
|
10123
|
+
set
|
|
10124
|
+
};
|
|
10125
|
+
} else {
|
|
10126
|
+
value = newValue;
|
|
10127
|
+
}
|
|
10128
|
+
if (newInit !== void 0) {
|
|
10129
|
+
if (init === void 0) {
|
|
10130
|
+
init = newInit;
|
|
10131
|
+
} else if (typeof init === "function") {
|
|
10132
|
+
init = [
|
|
10133
|
+
init,
|
|
10134
|
+
newInit
|
|
10135
|
+
];
|
|
10136
|
+
} else {
|
|
10137
|
+
init.push(newInit);
|
|
10138
|
+
}
|
|
10139
|
+
}
|
|
10140
|
+
}
|
|
10141
|
+
}
|
|
10142
|
+
}
|
|
10143
|
+
if (kind === 0 || kind === 1) {
|
|
10144
|
+
if (init === void 0) {
|
|
10145
|
+
init = function(instance, init2) {
|
|
10146
|
+
return init2;
|
|
10147
|
+
};
|
|
10148
|
+
} else if (typeof init !== "function") {
|
|
10149
|
+
var ownInitializers = init;
|
|
10150
|
+
init = function(instance, init2) {
|
|
10151
|
+
var value2 = init2;
|
|
10152
|
+
for (var i2 = 0; i2 < ownInitializers.length; i2++) {
|
|
10153
|
+
value2 = ownInitializers[i2].call(instance, value2);
|
|
10154
|
+
}
|
|
10155
|
+
return value2;
|
|
10156
|
+
};
|
|
10157
|
+
} else {
|
|
10158
|
+
var originalInitializer = init;
|
|
10159
|
+
init = function(instance, init2) {
|
|
10160
|
+
return originalInitializer.call(instance, init2);
|
|
10161
|
+
};
|
|
10162
|
+
}
|
|
10163
|
+
ret.push(init);
|
|
10164
|
+
}
|
|
10165
|
+
if (kind !== 0) {
|
|
10166
|
+
if (kind === 1) {
|
|
10167
|
+
desc.get = value.get;
|
|
10168
|
+
desc.set = value.set;
|
|
10169
|
+
} else if (kind === 2) {
|
|
10170
|
+
desc.value = value;
|
|
10171
|
+
} else if (kind === 3) {
|
|
10172
|
+
desc.get = value;
|
|
10173
|
+
} else if (kind === 4) {
|
|
10174
|
+
desc.set = value;
|
|
10175
|
+
}
|
|
10176
|
+
if (isPrivate) {
|
|
10177
|
+
if (kind === 1) {
|
|
10178
|
+
ret.push(function(instance, args) {
|
|
10179
|
+
return value.get.call(instance, args);
|
|
10180
|
+
});
|
|
10181
|
+
ret.push(function(instance, args) {
|
|
10182
|
+
return value.set.call(instance, args);
|
|
10183
|
+
});
|
|
10184
|
+
} else if (kind === 2) {
|
|
10185
|
+
ret.push(value);
|
|
10186
|
+
} else {
|
|
10187
|
+
ret.push(function(instance, args) {
|
|
10188
|
+
return value.call(instance, args);
|
|
10189
|
+
});
|
|
10190
|
+
}
|
|
10191
|
+
} else {
|
|
10192
|
+
Object.defineProperty(base, name, desc);
|
|
10193
|
+
}
|
|
10194
|
+
}
|
|
10195
|
+
}
|
|
10196
|
+
function applyMemberDecs(Class, decInfos, metadata) {
|
|
10197
|
+
var ret = [];
|
|
10198
|
+
var protoInitializers;
|
|
10199
|
+
var staticInitializers;
|
|
10200
|
+
var existingProtoNonFields = /* @__PURE__ */ new Map();
|
|
10201
|
+
var existingStaticNonFields = /* @__PURE__ */ new Map();
|
|
10202
|
+
for (var i = 0; i < decInfos.length; i++) {
|
|
10203
|
+
var decInfo = decInfos[i];
|
|
10204
|
+
if (!Array.isArray(decInfo)) continue;
|
|
10205
|
+
var kind = decInfo[1];
|
|
10206
|
+
var name = decInfo[2];
|
|
10207
|
+
var isPrivate = decInfo.length > 3;
|
|
10208
|
+
var isStatic = kind >= 5;
|
|
10209
|
+
var base;
|
|
10210
|
+
var initializers;
|
|
10211
|
+
if (isStatic) {
|
|
10212
|
+
base = Class;
|
|
10213
|
+
kind = kind - 5;
|
|
10214
|
+
staticInitializers = staticInitializers || [];
|
|
10215
|
+
initializers = staticInitializers;
|
|
10216
|
+
} else {
|
|
10217
|
+
base = Class.prototype;
|
|
10218
|
+
protoInitializers = protoInitializers || [];
|
|
10219
|
+
initializers = protoInitializers;
|
|
10220
|
+
}
|
|
10221
|
+
if (kind !== 0 && !isPrivate) {
|
|
10222
|
+
var existingNonFields = isStatic ? existingStaticNonFields : existingProtoNonFields;
|
|
10223
|
+
var existingKind = existingNonFields.get(name) || 0;
|
|
10224
|
+
if (existingKind === true || existingKind === 3 && kind !== 4 || existingKind === 4 && kind !== 3) {
|
|
10225
|
+
throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + name);
|
|
10226
|
+
} else if (!existingKind && kind > 2) {
|
|
10227
|
+
existingNonFields.set(name, kind);
|
|
10228
|
+
} else {
|
|
10229
|
+
existingNonFields.set(name, true);
|
|
10230
|
+
}
|
|
10231
|
+
}
|
|
10232
|
+
applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata);
|
|
10233
|
+
}
|
|
10234
|
+
pushInitializers(ret, protoInitializers);
|
|
10235
|
+
pushInitializers(ret, staticInitializers);
|
|
10236
|
+
return ret;
|
|
10237
|
+
}
|
|
10238
|
+
function pushInitializers(ret, initializers) {
|
|
10239
|
+
if (initializers) {
|
|
10240
|
+
ret.push(function(instance) {
|
|
10241
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
10242
|
+
initializers[i].call(instance);
|
|
10243
|
+
}
|
|
10244
|
+
return instance;
|
|
10245
|
+
});
|
|
10246
|
+
}
|
|
10247
|
+
}
|
|
10248
|
+
function applyClassDecs(targetClass, classDecs, metadata) {
|
|
10249
|
+
if (classDecs.length > 0) {
|
|
10250
|
+
var initializers = [];
|
|
10251
|
+
var newClass = targetClass;
|
|
10252
|
+
var name = targetClass.name;
|
|
10253
|
+
for (var i = classDecs.length - 1; i >= 0; i--) {
|
|
10254
|
+
var decoratorFinishedRef = {
|
|
10255
|
+
v: false
|
|
10256
|
+
};
|
|
10257
|
+
try {
|
|
10258
|
+
var nextNewClass = classDecs[i](newClass, {
|
|
10259
|
+
kind: "class",
|
|
10260
|
+
name,
|
|
10261
|
+
addInitializer: createAddInitializerMethod(initializers, decoratorFinishedRef),
|
|
10262
|
+
metadata
|
|
10263
|
+
});
|
|
10264
|
+
} finally {
|
|
10265
|
+
decoratorFinishedRef.v = true;
|
|
10266
|
+
}
|
|
10267
|
+
if (nextNewClass !== void 0) {
|
|
10268
|
+
assertValidReturnValue(10, nextNewClass);
|
|
10269
|
+
newClass = nextNewClass;
|
|
10270
|
+
}
|
|
10271
|
+
}
|
|
10272
|
+
return [
|
|
10273
|
+
defineMetadata(newClass, metadata),
|
|
10274
|
+
function() {
|
|
10275
|
+
for (var i2 = 0; i2 < initializers.length; i2++) {
|
|
10276
|
+
initializers[i2].call(newClass);
|
|
10277
|
+
}
|
|
10278
|
+
}
|
|
10279
|
+
];
|
|
10280
|
+
}
|
|
10281
|
+
}
|
|
10282
|
+
function defineMetadata(Class, metadata) {
|
|
10283
|
+
return Object.defineProperty(Class, Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata"), {
|
|
10284
|
+
configurable: true,
|
|
10285
|
+
enumerable: true,
|
|
10286
|
+
value: metadata
|
|
10287
|
+
});
|
|
10288
|
+
}
|
|
10289
|
+
return function applyDecs2203R(targetClass, memberDecs, classDecs, parentClass) {
|
|
10290
|
+
if (parentClass !== void 0) {
|
|
10291
|
+
var parentMetadata = parentClass[Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata")];
|
|
10292
|
+
}
|
|
10293
|
+
var metadata = Object.create(parentMetadata === void 0 ? null : parentMetadata);
|
|
10294
|
+
var e = applyMemberDecs(targetClass, memberDecs, metadata);
|
|
10295
|
+
if (!classDecs.length) defineMetadata(targetClass, metadata);
|
|
10296
|
+
return {
|
|
10297
|
+
e,
|
|
10298
|
+
get c() {
|
|
10299
|
+
return applyClassDecs(targetClass, classDecs, metadata);
|
|
10300
|
+
}
|
|
10301
|
+
};
|
|
10302
|
+
};
|
|
10303
|
+
}
|
|
10304
|
+
function _apply_decs_2203_r14(targetClass, memberDecs, classDecs, parentClass) {
|
|
10305
|
+
return (_apply_decs_2203_r14 = applyDecs2203RFactory14())(targetClass, memberDecs, classDecs, parentClass);
|
|
10306
|
+
}
|
|
10307
|
+
var _dec39;
|
|
10308
|
+
var _initClass14;
|
|
10309
|
+
var _HTMLElement14;
|
|
10310
|
+
var _dec115;
|
|
10311
|
+
var _init_state2;
|
|
10312
|
+
var _initProto11;
|
|
10313
|
+
var _IconFolder;
|
|
10314
|
+
_dec39 = Component({
|
|
10315
|
+
tag: "ease-icon-folder",
|
|
10316
|
+
styles: `
|
|
10317
|
+
:host {
|
|
10318
|
+
display: contents;
|
|
10319
|
+
}
|
|
10320
|
+
|
|
10321
|
+
[part="folder"] {
|
|
10322
|
+
display: block;
|
|
10323
|
+
position: relative;
|
|
10324
|
+
width: var(--ease-icon-size, 16px);
|
|
10325
|
+
height: var(--ease-icon-size, 16px);
|
|
10326
|
+
}
|
|
10327
|
+
|
|
10328
|
+
[part="folder"]::before {
|
|
10329
|
+
content: '';
|
|
10330
|
+
position: absolute;
|
|
10331
|
+
z-index: 1;
|
|
10332
|
+
width: 12px;
|
|
10333
|
+
height: 6px;
|
|
10334
|
+
top: 6px;
|
|
10335
|
+
left: 50%;
|
|
10336
|
+
transform: translate(-50%, .5px);
|
|
10337
|
+
background-color: currentColor;
|
|
10338
|
+
border-radius: 3px 3px 1px 1px;
|
|
10339
|
+
transform-origin: 50% 100%;
|
|
10340
|
+
transition: transform 200ms cubic-bezier(.25, 0, .5, 1);
|
|
10341
|
+
}
|
|
10342
|
+
|
|
10343
|
+
[part="folder"][data-state="open"]::before {
|
|
10344
|
+
transform: translate(-50%, .5px) scaleY(0.85) skewX(-28deg);
|
|
10345
|
+
}
|
|
10346
|
+
|
|
10347
|
+
svg {
|
|
10348
|
+
display: block;
|
|
10349
|
+
width: var(--ease-icon-size, 16px);
|
|
10350
|
+
height: var(--ease-icon-size, 16px);
|
|
10351
|
+
fill: none;
|
|
10352
|
+
stroke: currentColor;
|
|
10353
|
+
stroke-width: 1.5;
|
|
10354
|
+
stroke-linecap: round;
|
|
10355
|
+
stroke-linejoin: round;
|
|
10356
|
+
}
|
|
10357
|
+
`,
|
|
10358
|
+
observedAttributes: [
|
|
10359
|
+
"state"
|
|
10360
|
+
]
|
|
10361
|
+
}), _dec115 = Prop({
|
|
10362
|
+
reflect: true,
|
|
10363
|
+
attribute: "state",
|
|
10364
|
+
defaultValue: "close"
|
|
10365
|
+
});
|
|
10366
|
+
var IconFolder = class extends (_HTMLElement14 = HTMLElement) {
|
|
10367
|
+
static {
|
|
10368
|
+
({ e: [_init_state2, _initProto11], c: [_IconFolder, _initClass14] } = _apply_decs_2203_r14(this, [
|
|
10369
|
+
[
|
|
10370
|
+
_dec115,
|
|
10371
|
+
1,
|
|
10372
|
+
"state"
|
|
10373
|
+
]
|
|
10374
|
+
], [
|
|
10375
|
+
_dec39
|
|
10376
|
+
], _HTMLElement14));
|
|
10377
|
+
}
|
|
10378
|
+
#___private_state_1;
|
|
10379
|
+
get state() {
|
|
10380
|
+
return this.#___private_state_1;
|
|
10381
|
+
}
|
|
10382
|
+
set state(_v) {
|
|
10383
|
+
this.#___private_state_1 = _v;
|
|
10384
|
+
}
|
|
10385
|
+
render() {
|
|
10386
|
+
return html15`
|
|
10387
|
+
<div part="folder" data-state=${this.state}>
|
|
10388
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
10389
|
+
<path d="M2 11V5C2 3.89543 2.89543 3 4 3H5.5C6.12951 3 6.72229 3.29639 7.1 3.8L7.4 4.2C7.77771 4.70361 8.37049 5 9 5H12C13.1046 5 14 5.89543 14 7V11C14 12.1046 13.1046 13 12 13H4C2.89543 13 2 12.1046 2 11Z" />
|
|
10390
|
+
</svg>
|
|
10391
|
+
</div>
|
|
10392
|
+
`;
|
|
10393
|
+
}
|
|
10394
|
+
static {
|
|
10395
|
+
_initClass14();
|
|
10396
|
+
}
|
|
10397
|
+
constructor(...args) {
|
|
10398
|
+
super(...args), this.#___private_state_1 = (_initProto11(this), _init_state2(this));
|
|
10399
|
+
}
|
|
10400
|
+
};
|
|
10401
|
+
|
|
10402
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/grid.ts
|
|
10403
|
+
import { html as html16 } from "lit-html";
|
|
10404
|
+
function applyDecs2203RFactory15() {
|
|
10405
|
+
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
10406
|
+
return function addInitializer(initializer) {
|
|
10407
|
+
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
10408
|
+
assertCallable(initializer, "An initializer");
|
|
10409
|
+
initializers.push(initializer);
|
|
10410
|
+
};
|
|
10411
|
+
}
|
|
10412
|
+
function memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value) {
|
|
10413
|
+
var kindStr;
|
|
10414
|
+
switch (kind) {
|
|
10415
|
+
case 1:
|
|
10416
|
+
kindStr = "accessor";
|
|
10417
|
+
break;
|
|
10418
|
+
case 2:
|
|
10419
|
+
kindStr = "method";
|
|
10420
|
+
break;
|
|
10421
|
+
case 3:
|
|
10422
|
+
kindStr = "getter";
|
|
10423
|
+
break;
|
|
10424
|
+
case 4:
|
|
10425
|
+
kindStr = "setter";
|
|
10426
|
+
break;
|
|
10427
|
+
default:
|
|
10428
|
+
kindStr = "field";
|
|
10429
|
+
}
|
|
10430
|
+
var ctx = {
|
|
10431
|
+
kind: kindStr,
|
|
10432
|
+
name: isPrivate ? "#" + name : name,
|
|
10433
|
+
static: isStatic,
|
|
10434
|
+
private: isPrivate,
|
|
10435
|
+
metadata
|
|
10436
|
+
};
|
|
10437
|
+
var decoratorFinishedRef = {
|
|
10438
|
+
v: false
|
|
10439
|
+
};
|
|
10440
|
+
ctx.addInitializer = createAddInitializerMethod(initializers, decoratorFinishedRef);
|
|
10441
|
+
var get, set;
|
|
10442
|
+
if (kind === 0) {
|
|
10443
|
+
if (isPrivate) {
|
|
10444
|
+
get = desc.get;
|
|
10445
|
+
set = desc.set;
|
|
10446
|
+
} else {
|
|
10447
|
+
get = function() {
|
|
10448
|
+
return this[name];
|
|
10449
|
+
};
|
|
10450
|
+
set = function(v) {
|
|
10451
|
+
this[name] = v;
|
|
10452
|
+
};
|
|
10453
|
+
}
|
|
10454
|
+
} else if (kind === 2) {
|
|
10455
|
+
get = function() {
|
|
10456
|
+
return desc.value;
|
|
10457
|
+
};
|
|
10458
|
+
} else {
|
|
10459
|
+
if (kind === 1 || kind === 3) {
|
|
10460
|
+
get = function() {
|
|
10461
|
+
return desc.get.call(this);
|
|
10462
|
+
};
|
|
10463
|
+
}
|
|
10464
|
+
if (kind === 1 || kind === 4) {
|
|
10465
|
+
set = function(v) {
|
|
10466
|
+
desc.set.call(this, v);
|
|
10467
|
+
};
|
|
10468
|
+
}
|
|
10469
|
+
}
|
|
10470
|
+
ctx.access = get && set ? {
|
|
10471
|
+
get,
|
|
10472
|
+
set
|
|
10473
|
+
} : get ? {
|
|
10474
|
+
get
|
|
10475
|
+
} : {
|
|
10476
|
+
set
|
|
10477
|
+
};
|
|
10478
|
+
try {
|
|
10479
|
+
return dec(value, ctx);
|
|
10480
|
+
} finally {
|
|
10481
|
+
decoratorFinishedRef.v = true;
|
|
10482
|
+
}
|
|
10483
|
+
}
|
|
10484
|
+
function assertNotFinished(decoratorFinishedRef, fnName) {
|
|
10485
|
+
if (decoratorFinishedRef.v) {
|
|
10486
|
+
throw new Error("attempted to call " + fnName + " after decoration was finished");
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10489
|
+
function assertCallable(fn, hint) {
|
|
10490
|
+
if (typeof fn !== "function") {
|
|
10491
|
+
throw new TypeError(hint + " must be a function");
|
|
10492
|
+
}
|
|
10493
|
+
}
|
|
10494
|
+
function assertValidReturnValue(kind, value) {
|
|
10495
|
+
var type = typeof value;
|
|
10496
|
+
if (kind === 1) {
|
|
10497
|
+
if (type !== "object" || value === null) {
|
|
10498
|
+
throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
10499
|
+
}
|
|
10500
|
+
if (value.get !== void 0) {
|
|
10501
|
+
assertCallable(value.get, "accessor.get");
|
|
10502
|
+
}
|
|
10503
|
+
if (value.set !== void 0) {
|
|
10504
|
+
assertCallable(value.set, "accessor.set");
|
|
10505
|
+
}
|
|
10506
|
+
if (value.init !== void 0) {
|
|
10507
|
+
assertCallable(value.init, "accessor.init");
|
|
10508
|
+
}
|
|
10509
|
+
} else if (type !== "function") {
|
|
10510
|
+
var hint;
|
|
10511
|
+
if (kind === 0) {
|
|
10512
|
+
hint = "field";
|
|
10513
|
+
} else if (kind === 10) {
|
|
10514
|
+
hint = "class";
|
|
10515
|
+
} else {
|
|
10516
|
+
hint = "method";
|
|
10517
|
+
}
|
|
10518
|
+
throw new TypeError(hint + " decorators must return a function or void 0");
|
|
10519
|
+
}
|
|
10520
|
+
}
|
|
10521
|
+
function applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata) {
|
|
10522
|
+
var decs = decInfo[0];
|
|
10523
|
+
var desc, init, value;
|
|
10524
|
+
if (isPrivate) {
|
|
10525
|
+
if (kind === 0 || kind === 1) {
|
|
10526
|
+
desc = {
|
|
10527
|
+
get: decInfo[3],
|
|
10528
|
+
set: decInfo[4]
|
|
10529
|
+
};
|
|
10530
|
+
} else if (kind === 3) {
|
|
10531
|
+
desc = {
|
|
10532
|
+
get: decInfo[3]
|
|
10533
|
+
};
|
|
10534
|
+
} else if (kind === 4) {
|
|
10535
|
+
desc = {
|
|
10536
|
+
set: decInfo[3]
|
|
10537
|
+
};
|
|
10538
|
+
} else {
|
|
10539
|
+
desc = {
|
|
10540
|
+
value: decInfo[3]
|
|
10541
|
+
};
|
|
10542
|
+
}
|
|
10543
|
+
} else if (kind !== 0) {
|
|
10544
|
+
desc = Object.getOwnPropertyDescriptor(base, name);
|
|
10545
|
+
}
|
|
10546
|
+
if (kind === 1) {
|
|
10547
|
+
value = {
|
|
10548
|
+
get: desc.get,
|
|
10549
|
+
set: desc.set
|
|
10550
|
+
};
|
|
10551
|
+
} else if (kind === 2) {
|
|
10552
|
+
value = desc.value;
|
|
10553
|
+
} else if (kind === 3) {
|
|
10554
|
+
value = desc.get;
|
|
10555
|
+
} else if (kind === 4) {
|
|
10556
|
+
value = desc.set;
|
|
10557
|
+
}
|
|
10558
|
+
var newValue, get, set;
|
|
10559
|
+
if (typeof decs === "function") {
|
|
10560
|
+
newValue = memberDec(decs, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
|
|
10561
|
+
if (newValue !== void 0) {
|
|
10562
|
+
assertValidReturnValue(kind, newValue);
|
|
10563
|
+
if (kind === 0) {
|
|
10564
|
+
init = newValue;
|
|
10565
|
+
} else if (kind === 1) {
|
|
10566
|
+
init = newValue.init;
|
|
10567
|
+
get = newValue.get || value.get;
|
|
10568
|
+
set = newValue.set || value.set;
|
|
10569
|
+
value = {
|
|
10570
|
+
get,
|
|
10571
|
+
set
|
|
10572
|
+
};
|
|
10573
|
+
} else {
|
|
10574
|
+
value = newValue;
|
|
10575
|
+
}
|
|
10576
|
+
}
|
|
10577
|
+
} else {
|
|
10578
|
+
for (var i = decs.length - 1; i >= 0; i--) {
|
|
10579
|
+
var dec = decs[i];
|
|
10580
|
+
newValue = memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
|
|
10581
|
+
if (newValue !== void 0) {
|
|
10582
|
+
assertValidReturnValue(kind, newValue);
|
|
10583
|
+
var newInit;
|
|
10584
|
+
if (kind === 0) {
|
|
10585
|
+
newInit = newValue;
|
|
10586
|
+
} else if (kind === 1) {
|
|
10587
|
+
newInit = newValue.init;
|
|
10588
|
+
get = newValue.get || value.get;
|
|
10589
|
+
set = newValue.set || value.set;
|
|
10590
|
+
value = {
|
|
10591
|
+
get,
|
|
10592
|
+
set
|
|
10593
|
+
};
|
|
10594
|
+
} else {
|
|
10595
|
+
value = newValue;
|
|
10596
|
+
}
|
|
10597
|
+
if (newInit !== void 0) {
|
|
10598
|
+
if (init === void 0) {
|
|
10599
|
+
init = newInit;
|
|
10600
|
+
} else if (typeof init === "function") {
|
|
10601
|
+
init = [
|
|
10602
|
+
init,
|
|
10603
|
+
newInit
|
|
10604
|
+
];
|
|
10605
|
+
} else {
|
|
10606
|
+
init.push(newInit);
|
|
10607
|
+
}
|
|
10608
|
+
}
|
|
10609
|
+
}
|
|
10610
|
+
}
|
|
10611
|
+
}
|
|
10612
|
+
if (kind === 0 || kind === 1) {
|
|
10613
|
+
if (init === void 0) {
|
|
10614
|
+
init = function(instance, init2) {
|
|
10615
|
+
return init2;
|
|
10616
|
+
};
|
|
10617
|
+
} else if (typeof init !== "function") {
|
|
10618
|
+
var ownInitializers = init;
|
|
10619
|
+
init = function(instance, init2) {
|
|
10620
|
+
var value2 = init2;
|
|
10621
|
+
for (var i2 = 0; i2 < ownInitializers.length; i2++) {
|
|
10622
|
+
value2 = ownInitializers[i2].call(instance, value2);
|
|
10623
|
+
}
|
|
10624
|
+
return value2;
|
|
10625
|
+
};
|
|
10626
|
+
} else {
|
|
10627
|
+
var originalInitializer = init;
|
|
10628
|
+
init = function(instance, init2) {
|
|
10629
|
+
return originalInitializer.call(instance, init2);
|
|
10630
|
+
};
|
|
10631
|
+
}
|
|
10632
|
+
ret.push(init);
|
|
10633
|
+
}
|
|
10634
|
+
if (kind !== 0) {
|
|
10635
|
+
if (kind === 1) {
|
|
10636
|
+
desc.get = value.get;
|
|
10637
|
+
desc.set = value.set;
|
|
10638
|
+
} else if (kind === 2) {
|
|
10639
|
+
desc.value = value;
|
|
10640
|
+
} else if (kind === 3) {
|
|
10641
|
+
desc.get = value;
|
|
10642
|
+
} else if (kind === 4) {
|
|
10643
|
+
desc.set = value;
|
|
10644
|
+
}
|
|
10645
|
+
if (isPrivate) {
|
|
10646
|
+
if (kind === 1) {
|
|
10647
|
+
ret.push(function(instance, args) {
|
|
10648
|
+
return value.get.call(instance, args);
|
|
10649
|
+
});
|
|
10650
|
+
ret.push(function(instance, args) {
|
|
10651
|
+
return value.set.call(instance, args);
|
|
10652
|
+
});
|
|
10653
|
+
} else if (kind === 2) {
|
|
10654
|
+
ret.push(value);
|
|
10655
|
+
} else {
|
|
10656
|
+
ret.push(function(instance, args) {
|
|
10657
|
+
return value.call(instance, args);
|
|
10658
|
+
});
|
|
10659
|
+
}
|
|
10660
|
+
} else {
|
|
10661
|
+
Object.defineProperty(base, name, desc);
|
|
10662
|
+
}
|
|
10663
|
+
}
|
|
10664
|
+
}
|
|
10665
|
+
function applyMemberDecs(Class, decInfos, metadata) {
|
|
10666
|
+
var ret = [];
|
|
10667
|
+
var protoInitializers;
|
|
10668
|
+
var staticInitializers;
|
|
10669
|
+
var existingProtoNonFields = /* @__PURE__ */ new Map();
|
|
10670
|
+
var existingStaticNonFields = /* @__PURE__ */ new Map();
|
|
10671
|
+
for (var i = 0; i < decInfos.length; i++) {
|
|
10672
|
+
var decInfo = decInfos[i];
|
|
10673
|
+
if (!Array.isArray(decInfo)) continue;
|
|
10674
|
+
var kind = decInfo[1];
|
|
10675
|
+
var name = decInfo[2];
|
|
10676
|
+
var isPrivate = decInfo.length > 3;
|
|
10677
|
+
var isStatic = kind >= 5;
|
|
10678
|
+
var base;
|
|
10679
|
+
var initializers;
|
|
10680
|
+
if (isStatic) {
|
|
10681
|
+
base = Class;
|
|
10682
|
+
kind = kind - 5;
|
|
10683
|
+
staticInitializers = staticInitializers || [];
|
|
10684
|
+
initializers = staticInitializers;
|
|
10685
|
+
} else {
|
|
10686
|
+
base = Class.prototype;
|
|
10687
|
+
protoInitializers = protoInitializers || [];
|
|
10688
|
+
initializers = protoInitializers;
|
|
10689
|
+
}
|
|
10690
|
+
if (kind !== 0 && !isPrivate) {
|
|
10691
|
+
var existingNonFields = isStatic ? existingStaticNonFields : existingProtoNonFields;
|
|
10692
|
+
var existingKind = existingNonFields.get(name) || 0;
|
|
10693
|
+
if (existingKind === true || existingKind === 3 && kind !== 4 || existingKind === 4 && kind !== 3) {
|
|
10694
|
+
throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + name);
|
|
10695
|
+
} else if (!existingKind && kind > 2) {
|
|
10696
|
+
existingNonFields.set(name, kind);
|
|
10697
|
+
} else {
|
|
10698
|
+
existingNonFields.set(name, true);
|
|
10699
|
+
}
|
|
10700
|
+
}
|
|
10701
|
+
applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata);
|
|
10702
|
+
}
|
|
10703
|
+
pushInitializers(ret, protoInitializers);
|
|
10704
|
+
pushInitializers(ret, staticInitializers);
|
|
10705
|
+
return ret;
|
|
10706
|
+
}
|
|
10707
|
+
function pushInitializers(ret, initializers) {
|
|
10708
|
+
if (initializers) {
|
|
10709
|
+
ret.push(function(instance) {
|
|
10710
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
10711
|
+
initializers[i].call(instance);
|
|
10712
|
+
}
|
|
10713
|
+
return instance;
|
|
10714
|
+
});
|
|
10715
|
+
}
|
|
10716
|
+
}
|
|
10717
|
+
function applyClassDecs(targetClass, classDecs, metadata) {
|
|
10718
|
+
if (classDecs.length > 0) {
|
|
10719
|
+
var initializers = [];
|
|
10720
|
+
var newClass = targetClass;
|
|
10721
|
+
var name = targetClass.name;
|
|
10722
|
+
for (var i = classDecs.length - 1; i >= 0; i--) {
|
|
10723
|
+
var decoratorFinishedRef = {
|
|
10724
|
+
v: false
|
|
10725
|
+
};
|
|
10726
|
+
try {
|
|
10727
|
+
var nextNewClass = classDecs[i](newClass, {
|
|
10728
|
+
kind: "class",
|
|
10729
|
+
name,
|
|
10730
|
+
addInitializer: createAddInitializerMethod(initializers, decoratorFinishedRef),
|
|
10731
|
+
metadata
|
|
10732
|
+
});
|
|
10733
|
+
} finally {
|
|
10734
|
+
decoratorFinishedRef.v = true;
|
|
10735
|
+
}
|
|
10736
|
+
if (nextNewClass !== void 0) {
|
|
10737
|
+
assertValidReturnValue(10, nextNewClass);
|
|
10738
|
+
newClass = nextNewClass;
|
|
10739
|
+
}
|
|
10740
|
+
}
|
|
10741
|
+
return [
|
|
10742
|
+
defineMetadata(newClass, metadata),
|
|
10743
|
+
function() {
|
|
10744
|
+
for (var i2 = 0; i2 < initializers.length; i2++) {
|
|
10745
|
+
initializers[i2].call(newClass);
|
|
10746
|
+
}
|
|
10747
|
+
}
|
|
10748
|
+
];
|
|
10749
|
+
}
|
|
10750
|
+
}
|
|
10751
|
+
function defineMetadata(Class, metadata) {
|
|
10752
|
+
return Object.defineProperty(Class, Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata"), {
|
|
10753
|
+
configurable: true,
|
|
10754
|
+
enumerable: true,
|
|
10755
|
+
value: metadata
|
|
10756
|
+
});
|
|
10757
|
+
}
|
|
10758
|
+
return function applyDecs2203R(targetClass, memberDecs, classDecs, parentClass) {
|
|
10759
|
+
if (parentClass !== void 0) {
|
|
10760
|
+
var parentMetadata = parentClass[Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata")];
|
|
10761
|
+
}
|
|
10762
|
+
var metadata = Object.create(parentMetadata === void 0 ? null : parentMetadata);
|
|
10763
|
+
var e = applyMemberDecs(targetClass, memberDecs, metadata);
|
|
10764
|
+
if (!classDecs.length) defineMetadata(targetClass, metadata);
|
|
10765
|
+
return {
|
|
10766
|
+
e,
|
|
10767
|
+
get c() {
|
|
10768
|
+
return applyClassDecs(targetClass, classDecs, metadata);
|
|
10769
|
+
}
|
|
10770
|
+
};
|
|
10771
|
+
};
|
|
10772
|
+
}
|
|
10773
|
+
function _apply_decs_2203_r15(targetClass, memberDecs, classDecs, parentClass) {
|
|
10774
|
+
return (_apply_decs_2203_r15 = applyDecs2203RFactory15())(targetClass, memberDecs, classDecs, parentClass);
|
|
9734
10775
|
}
|
|
9735
|
-
var
|
|
9736
|
-
var
|
|
9737
|
-
var
|
|
9738
|
-
var
|
|
9739
|
-
var
|
|
9740
|
-
var
|
|
10776
|
+
var _dec40;
|
|
10777
|
+
var _initClass15;
|
|
10778
|
+
var _HTMLElement15;
|
|
10779
|
+
var _dec116;
|
|
10780
|
+
var _init_state3;
|
|
10781
|
+
var _initProto12;
|
|
9741
10782
|
var _IconGrid;
|
|
9742
|
-
|
|
10783
|
+
_dec40 = Component({
|
|
9743
10784
|
tag: "ease-icon-grid",
|
|
9744
10785
|
styles: `
|
|
9745
10786
|
:host {
|
|
@@ -9784,22 +10825,22 @@ _dec31 = Component({
|
|
|
9784
10825
|
observedAttributes: [
|
|
9785
10826
|
"state"
|
|
9786
10827
|
]
|
|
9787
|
-
}),
|
|
10828
|
+
}), _dec116 = Prop({
|
|
9788
10829
|
reflect: true,
|
|
9789
10830
|
attribute: "state",
|
|
9790
10831
|
defaultValue: "show"
|
|
9791
10832
|
});
|
|
9792
|
-
var IconGrid = class extends (
|
|
10833
|
+
var IconGrid = class extends (_HTMLElement15 = HTMLElement) {
|
|
9793
10834
|
static {
|
|
9794
|
-
({ e: [
|
|
10835
|
+
({ e: [_init_state3, _initProto12], c: [_IconGrid, _initClass15] } = _apply_decs_2203_r15(this, [
|
|
9795
10836
|
[
|
|
9796
|
-
|
|
10837
|
+
_dec116,
|
|
9797
10838
|
1,
|
|
9798
10839
|
"state"
|
|
9799
10840
|
]
|
|
9800
10841
|
], [
|
|
9801
|
-
|
|
9802
|
-
],
|
|
10842
|
+
_dec40
|
|
10843
|
+
], _HTMLElement15));
|
|
9803
10844
|
}
|
|
9804
10845
|
#___private_state_1;
|
|
9805
10846
|
get state() {
|
|
@@ -9809,7 +10850,7 @@ var IconGrid = class extends (_HTMLElement13 = HTMLElement) {
|
|
|
9809
10850
|
this.#___private_state_1 = _v;
|
|
9810
10851
|
}
|
|
9811
10852
|
render() {
|
|
9812
|
-
return
|
|
10853
|
+
return html16`
|
|
9813
10854
|
<svg part="grid" viewBox="0 0 12 12" state=${this.state} xmlns="http://www.w3.org/2000/svg">
|
|
9814
10855
|
<path d="M10.5018 5.49971V3.99909C10.5018 2.6178 9.38204 1.49805 8.00076 1.49805H3.99909C2.6178 1.49805 1.49805 2.6178 1.49805 3.99909V8.00076C1.49805 9.38204 2.6178 10.5018 3.99909 10.5018H5.49971" />
|
|
9815
10856
|
<g data-state=${this.state}>
|
|
@@ -9827,16 +10868,16 @@ var IconGrid = class extends (_HTMLElement13 = HTMLElement) {
|
|
|
9827
10868
|
`;
|
|
9828
10869
|
}
|
|
9829
10870
|
static {
|
|
9830
|
-
|
|
10871
|
+
_initClass15();
|
|
9831
10872
|
}
|
|
9832
10873
|
constructor(...args) {
|
|
9833
|
-
super(...args), this.#___private_state_1 = (
|
|
10874
|
+
super(...args), this.#___private_state_1 = (_initProto12(this), _init_state3(this));
|
|
9834
10875
|
}
|
|
9835
10876
|
};
|
|
9836
10877
|
|
|
9837
|
-
// swc:/
|
|
9838
|
-
import { html as
|
|
9839
|
-
function
|
|
10878
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/loading.ts
|
|
10879
|
+
import { html as html17 } from "lit-html";
|
|
10880
|
+
function applyDecs2203RFactory16() {
|
|
9840
10881
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
9841
10882
|
return function addInitializer(initializer) {
|
|
9842
10883
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -10205,14 +11246,14 @@ function applyDecs2203RFactory14() {
|
|
|
10205
11246
|
};
|
|
10206
11247
|
};
|
|
10207
11248
|
}
|
|
10208
|
-
function
|
|
10209
|
-
return (
|
|
11249
|
+
function _apply_decs_2203_r16(targetClass, memberDecs, classDecs, parentClass) {
|
|
11250
|
+
return (_apply_decs_2203_r16 = applyDecs2203RFactory16())(targetClass, memberDecs, classDecs, parentClass);
|
|
10210
11251
|
}
|
|
10211
|
-
var
|
|
10212
|
-
var
|
|
10213
|
-
var
|
|
11252
|
+
var _dec41;
|
|
11253
|
+
var _initClass16;
|
|
11254
|
+
var _HTMLElement16;
|
|
10214
11255
|
var _Loading;
|
|
10215
|
-
|
|
11256
|
+
_dec41 = Component({
|
|
10216
11257
|
tag: "ease-icon-loading",
|
|
10217
11258
|
styles: `
|
|
10218
11259
|
:host {
|
|
@@ -10264,7 +11305,7 @@ _dec38 = Component({
|
|
|
10264
11305
|
}
|
|
10265
11306
|
`,
|
|
10266
11307
|
template() {
|
|
10267
|
-
return
|
|
11308
|
+
return html17`
|
|
10268
11309
|
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10269
11310
|
<circle cx="6" cy="6" r="4.5" stroke-opacity="0.25" />
|
|
10270
11311
|
<circle cx="6" cy="6" r="4.5" part="loading" pathlength="100" />
|
|
@@ -10272,20 +11313,20 @@ _dec38 = Component({
|
|
|
10272
11313
|
`;
|
|
10273
11314
|
}
|
|
10274
11315
|
});
|
|
10275
|
-
var Loading = class extends (
|
|
11316
|
+
var Loading = class extends (_HTMLElement16 = HTMLElement) {
|
|
10276
11317
|
static {
|
|
10277
|
-
({ c: [_Loading,
|
|
10278
|
-
|
|
10279
|
-
],
|
|
11318
|
+
({ c: [_Loading, _initClass16] } = _apply_decs_2203_r16(this, [], [
|
|
11319
|
+
_dec41
|
|
11320
|
+
], _HTMLElement16));
|
|
10280
11321
|
}
|
|
10281
11322
|
static {
|
|
10282
|
-
|
|
11323
|
+
_initClass16();
|
|
10283
11324
|
}
|
|
10284
11325
|
};
|
|
10285
11326
|
|
|
10286
|
-
// swc:/
|
|
10287
|
-
import { html as
|
|
10288
|
-
function
|
|
11327
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/snap.ts
|
|
11328
|
+
import { html as html18 } from "lit-html";
|
|
11329
|
+
function applyDecs2203RFactory17() {
|
|
10289
11330
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
10290
11331
|
return function addInitializer(initializer) {
|
|
10291
11332
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -10654,17 +11695,17 @@ function applyDecs2203RFactory15() {
|
|
|
10654
11695
|
};
|
|
10655
11696
|
};
|
|
10656
11697
|
}
|
|
10657
|
-
function
|
|
10658
|
-
return (
|
|
11698
|
+
function _apply_decs_2203_r17(targetClass, memberDecs, classDecs, parentClass) {
|
|
11699
|
+
return (_apply_decs_2203_r17 = applyDecs2203RFactory17())(targetClass, memberDecs, classDecs, parentClass);
|
|
10659
11700
|
}
|
|
10660
|
-
var
|
|
10661
|
-
var
|
|
10662
|
-
var
|
|
10663
|
-
var
|
|
10664
|
-
var
|
|
10665
|
-
var
|
|
11701
|
+
var _dec48;
|
|
11702
|
+
var _initClass17;
|
|
11703
|
+
var _HTMLElement17;
|
|
11704
|
+
var _dec117;
|
|
11705
|
+
var _init_state4;
|
|
11706
|
+
var _initProto13;
|
|
10666
11707
|
var _Snap;
|
|
10667
|
-
|
|
11708
|
+
_dec48 = Component({
|
|
10668
11709
|
tag: "ease-icon-snap",
|
|
10669
11710
|
styles: `
|
|
10670
11711
|
:host {
|
|
@@ -10751,22 +11792,22 @@ _dec39 = Component({
|
|
|
10751
11792
|
observedAttributes: [
|
|
10752
11793
|
"state"
|
|
10753
11794
|
]
|
|
10754
|
-
}),
|
|
11795
|
+
}), _dec117 = Prop({
|
|
10755
11796
|
reflect: true,
|
|
10756
11797
|
attribute: "state",
|
|
10757
11798
|
defaultValue: "default"
|
|
10758
11799
|
});
|
|
10759
|
-
var Snap = class extends (
|
|
11800
|
+
var Snap = class extends (_HTMLElement17 = HTMLElement) {
|
|
10760
11801
|
static {
|
|
10761
|
-
({ e: [
|
|
11802
|
+
({ e: [_init_state4, _initProto13], c: [_Snap, _initClass17] } = _apply_decs_2203_r17(this, [
|
|
10762
11803
|
[
|
|
10763
|
-
|
|
11804
|
+
_dec117,
|
|
10764
11805
|
1,
|
|
10765
11806
|
"state"
|
|
10766
11807
|
]
|
|
10767
11808
|
], [
|
|
10768
|
-
|
|
10769
|
-
],
|
|
11809
|
+
_dec48
|
|
11810
|
+
], _HTMLElement17));
|
|
10770
11811
|
}
|
|
10771
11812
|
#___private_state_1;
|
|
10772
11813
|
get state() {
|
|
@@ -10782,7 +11823,7 @@ var Snap = class extends (_HTMLElement15 = HTMLElement) {
|
|
|
10782
11823
|
const activePath2 = "M6.30855 7.08196C6.48218 6.9692 6.71426 7.01871 6.8271 7.19231C6.93984 7.36595 6.89035 7.59803 6.71675 7.71087C6.55769 7.8143 6.51399 7.8829 6.50288 7.9052C6.50718 7.91375 6.51671 7.92905 6.53804 7.95208C6.59186 8.01016 6.676 8.06871 6.76265 8.11614C6.80333 8.1384 6.83994 8.15555 6.86519 8.16692C6.87727 8.17236 6.88667 8.1762 6.89253 8.17864C6.89522 8.17976 6.89739 8.18117 6.89839 8.18157C6.92411 8.19492 6.94982 8.20826 6.97554 8.22161C7.34059 8.4726 7.44425 8.52362 7.48433 8.54387C7.51885 8.56133 7.56761 8.58533 7.62788 8.63665C7.66711 8.67009 7.71609 8.719 7.77827 8.78118C7.84064 8.84354 7.88955 8.89167 7.9228 8.93059C7.97354 8.98999 7.99693 9.03787 8.0146 9.07219C8.02503 9.09247 8.04365 9.12833 8.09077 9.20501C8.1741 9.33099 8.25744 9.45696 8.34077 9.58294C8.35477 9.60931 8.36876 9.63567 8.38276 9.66204C8.38276 9.66171 8.38276 9.66139 8.38276 9.66106C8.38311 9.66194 8.3836 9.6642 8.38472 9.66692C8.38713 9.67278 8.39182 9.68272 8.39741 9.69524C8.40866 9.72041 8.42527 9.75637 8.44722 9.7968C8.49432 9.88353 8.55171 9.96872 8.60933 10.0224C8.63022 10.0418 8.64563 10.0499 8.65425 10.0546C8.67716 10.0429 8.74616 9.99929 8.84858 9.84173C8.96155 9.66836 9.19361 9.61954 9.36714 9.73235C9.54063 9.84525 9.59026 10.0773 9.47749 10.2509C9.29202 10.5362 9.06335 10.7493 8.77534 10.7988C8.47563 10.8502 8.24137 10.7041 8.09858 10.5712C7.95494 10.4374 7.85125 10.2716 7.78804 10.1552C7.75497 10.0943 7.72938 10.0401 7.71187 10.0009C7.70702 9.99006 7.70284 9.98022 7.69917 9.97161C7.45448 9.61671 7.38641 9.49034 7.34761 9.41497C7.34662 9.41306 7.34544 9.41155 7.34468 9.41009C7.33244 9.39698 7.30693 9.37136 7.24702 9.31145C7.18316 9.24759 7.15849 9.22387 7.14644 9.21282C7.07033 9.17434 6.9431 9.10751 6.58589 8.86321C6.57737 8.85954 6.56726 8.85532 6.55659 8.85052C6.51749 8.83289 6.46383 8.80746 6.40327 8.77434C6.28687 8.71066 6.12089 8.60606 5.98726 8.46184C5.85457 8.31851 5.70938 8.0836 5.76069 7.78411C5.81025 7.49606 6.02305 7.26752 6.30855 7.08196C6.30855 7.08196 6.30855 7.08196 6.30855 7.08196Z";
|
|
10783
11824
|
const path1 = this.state === "active" ? activePath : defaultPath;
|
|
10784
11825
|
const path2 = this.state === "active" ? activePath2 : defaultPath2;
|
|
10785
|
-
return
|
|
11826
|
+
return html18`
|
|
10786
11827
|
<svg part="snap" viewBox="0 0 12 12" state=${this.state} xmlns="http://www.w3.org/2000/svg">
|
|
10787
11828
|
<g part="cursor">
|
|
10788
11829
|
<path d=${path1} />
|
|
@@ -10808,16 +11849,16 @@ var Snap = class extends (_HTMLElement15 = HTMLElement) {
|
|
|
10808
11849
|
`;
|
|
10809
11850
|
}
|
|
10810
11851
|
static {
|
|
10811
|
-
|
|
11852
|
+
_initClass17();
|
|
10812
11853
|
}
|
|
10813
11854
|
constructor(...args) {
|
|
10814
|
-
super(...args), this.#___private_state_1 = (
|
|
11855
|
+
super(...args), this.#___private_state_1 = (_initProto13(this), _init_state4(this));
|
|
10815
11856
|
}
|
|
10816
11857
|
};
|
|
10817
11858
|
|
|
10818
|
-
// swc:/
|
|
10819
|
-
import { html as
|
|
10820
|
-
function
|
|
11859
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/anchor-add.ts
|
|
11860
|
+
import { html as html19 } from "lit-html";
|
|
11861
|
+
function applyDecs2203RFactory18() {
|
|
10821
11862
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
10822
11863
|
return function addInitializer(initializer) {
|
|
10823
11864
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -11186,14 +12227,14 @@ function applyDecs2203RFactory16() {
|
|
|
11186
12227
|
};
|
|
11187
12228
|
};
|
|
11188
12229
|
}
|
|
11189
|
-
function
|
|
11190
|
-
return (
|
|
12230
|
+
function _apply_decs_2203_r18(targetClass, memberDecs, classDecs, parentClass) {
|
|
12231
|
+
return (_apply_decs_2203_r18 = applyDecs2203RFactory18())(targetClass, memberDecs, classDecs, parentClass);
|
|
11191
12232
|
}
|
|
11192
|
-
var
|
|
11193
|
-
var
|
|
11194
|
-
var
|
|
12233
|
+
var _dec49;
|
|
12234
|
+
var _initClass18;
|
|
12235
|
+
var _HTMLElement18;
|
|
11195
12236
|
var _IconAnchorAdd;
|
|
11196
|
-
|
|
12237
|
+
_dec49 = Component({
|
|
11197
12238
|
tag: "ease-icon-anchor-add",
|
|
11198
12239
|
styles: `
|
|
11199
12240
|
:host {
|
|
@@ -11208,7 +12249,7 @@ _dec40 = Component({
|
|
|
11208
12249
|
}
|
|
11209
12250
|
`,
|
|
11210
12251
|
template() {
|
|
11211
|
-
return
|
|
12252
|
+
return html19`
|
|
11212
12253
|
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11213
12254
|
<path d="M2.70508 10.5003L5.30008 7.90527" />
|
|
11214
12255
|
<path d="M6.59557 6.61121C6.95348 6.96913 6.95348 7.54942 6.59557 7.90734C6.23765 8.26525 5.65736 8.26525 5.29944 7.90734C4.94153 7.54942 4.94153 6.96913 5.29944 6.61121C5.65736 6.25329 6.23765 6.25329 6.59557 6.61121" />
|
|
@@ -11220,20 +12261,20 @@ _dec40 = Component({
|
|
|
11220
12261
|
`;
|
|
11221
12262
|
}
|
|
11222
12263
|
});
|
|
11223
|
-
var IconAnchorAdd = class extends (
|
|
12264
|
+
var IconAnchorAdd = class extends (_HTMLElement18 = HTMLElement) {
|
|
11224
12265
|
static {
|
|
11225
|
-
({ c: [_IconAnchorAdd,
|
|
11226
|
-
|
|
11227
|
-
],
|
|
12266
|
+
({ c: [_IconAnchorAdd, _initClass18] } = _apply_decs_2203_r18(this, [], [
|
|
12267
|
+
_dec49
|
|
12268
|
+
], _HTMLElement18));
|
|
11228
12269
|
}
|
|
11229
12270
|
static {
|
|
11230
|
-
|
|
12271
|
+
_initClass18();
|
|
11231
12272
|
}
|
|
11232
12273
|
};
|
|
11233
12274
|
|
|
11234
|
-
// swc:/
|
|
11235
|
-
import { html as
|
|
11236
|
-
function
|
|
12275
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/anchor-remove.ts
|
|
12276
|
+
import { html as html20 } from "lit-html";
|
|
12277
|
+
function applyDecs2203RFactory19() {
|
|
11237
12278
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
11238
12279
|
return function addInitializer(initializer) {
|
|
11239
12280
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -11602,14 +12643,14 @@ function applyDecs2203RFactory17() {
|
|
|
11602
12643
|
};
|
|
11603
12644
|
};
|
|
11604
12645
|
}
|
|
11605
|
-
function
|
|
11606
|
-
return (
|
|
12646
|
+
function _apply_decs_2203_r19(targetClass, memberDecs, classDecs, parentClass) {
|
|
12647
|
+
return (_apply_decs_2203_r19 = applyDecs2203RFactory19())(targetClass, memberDecs, classDecs, parentClass);
|
|
11607
12648
|
}
|
|
11608
|
-
var
|
|
11609
|
-
var
|
|
11610
|
-
var
|
|
12649
|
+
var _dec50;
|
|
12650
|
+
var _initClass19;
|
|
12651
|
+
var _HTMLElement19;
|
|
11611
12652
|
var _IconAnchorRemove;
|
|
11612
|
-
|
|
12653
|
+
_dec50 = Component({
|
|
11613
12654
|
tag: "ease-icon-anchor-remove",
|
|
11614
12655
|
styles: `
|
|
11615
12656
|
:host {
|
|
@@ -11624,7 +12665,7 @@ _dec41 = Component({
|
|
|
11624
12665
|
}
|
|
11625
12666
|
`,
|
|
11626
12667
|
template() {
|
|
11627
|
-
return
|
|
12668
|
+
return html20`
|
|
11628
12669
|
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11629
12670
|
<path d="M2.70508 10.5003L5.30008 7.90527" />
|
|
11630
12671
|
<path d="M6.59557 6.61121C6.95348 6.96913 6.95348 7.54942 6.59557 7.90734C6.23765 8.26525 5.65736 8.26525 5.29944 7.90734C4.94153 7.54942 4.94153 6.96913 5.29944 6.61121C5.65736 6.25329 6.23765 6.25329 6.59557 6.61121" />
|
|
@@ -11635,20 +12676,20 @@ _dec41 = Component({
|
|
|
11635
12676
|
`;
|
|
11636
12677
|
}
|
|
11637
12678
|
});
|
|
11638
|
-
var IconAnchorRemove = class extends (
|
|
12679
|
+
var IconAnchorRemove = class extends (_HTMLElement19 = HTMLElement) {
|
|
11639
12680
|
static {
|
|
11640
|
-
({ c: [_IconAnchorRemove,
|
|
11641
|
-
|
|
11642
|
-
],
|
|
12681
|
+
({ c: [_IconAnchorRemove, _initClass19] } = _apply_decs_2203_r19(this, [], [
|
|
12682
|
+
_dec50
|
|
12683
|
+
], _HTMLElement19));
|
|
11643
12684
|
}
|
|
11644
12685
|
static {
|
|
11645
|
-
|
|
12686
|
+
_initClass19();
|
|
11646
12687
|
}
|
|
11647
12688
|
};
|
|
11648
12689
|
|
|
11649
|
-
// swc:/
|
|
11650
|
-
import { html as
|
|
11651
|
-
function
|
|
12690
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/arrow-up.ts
|
|
12691
|
+
import { html as html21 } from "lit-html";
|
|
12692
|
+
function applyDecs2203RFactory20() {
|
|
11652
12693
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
11653
12694
|
return function addInitializer(initializer) {
|
|
11654
12695
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -12017,14 +13058,14 @@ function applyDecs2203RFactory18() {
|
|
|
12017
13058
|
};
|
|
12018
13059
|
};
|
|
12019
13060
|
}
|
|
12020
|
-
function
|
|
12021
|
-
return (
|
|
13061
|
+
function _apply_decs_2203_r20(targetClass, memberDecs, classDecs, parentClass) {
|
|
13062
|
+
return (_apply_decs_2203_r20 = applyDecs2203RFactory20())(targetClass, memberDecs, classDecs, parentClass);
|
|
12022
13063
|
}
|
|
12023
|
-
var
|
|
12024
|
-
var
|
|
12025
|
-
var
|
|
13064
|
+
var _dec51;
|
|
13065
|
+
var _initClass20;
|
|
13066
|
+
var _HTMLElement20;
|
|
12026
13067
|
var _ArrowUp;
|
|
12027
|
-
|
|
13068
|
+
_dec51 = Component({
|
|
12028
13069
|
tag: "ease-icon-arrow-up",
|
|
12029
13070
|
styles: `
|
|
12030
13071
|
:host {
|
|
@@ -12039,27 +13080,27 @@ _dec47 = Component({
|
|
|
12039
13080
|
}
|
|
12040
13081
|
`,
|
|
12041
13082
|
template() {
|
|
12042
|
-
return
|
|
13083
|
+
return html21`
|
|
12043
13084
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
12044
13085
|
<path d="M6.99992 12.6666V3.33331M6.99992 3.33331L2.33325 7.99998M6.99992 3.33331L11.6666 7.99998" />
|
|
12045
13086
|
</svg>
|
|
12046
13087
|
`;
|
|
12047
13088
|
}
|
|
12048
13089
|
});
|
|
12049
|
-
var ArrowUp = class extends (
|
|
13090
|
+
var ArrowUp = class extends (_HTMLElement20 = HTMLElement) {
|
|
12050
13091
|
static {
|
|
12051
|
-
({ c: [_ArrowUp,
|
|
12052
|
-
|
|
12053
|
-
],
|
|
13092
|
+
({ c: [_ArrowUp, _initClass20] } = _apply_decs_2203_r20(this, [], [
|
|
13093
|
+
_dec51
|
|
13094
|
+
], _HTMLElement20));
|
|
12054
13095
|
}
|
|
12055
13096
|
static {
|
|
12056
|
-
|
|
13097
|
+
_initClass20();
|
|
12057
13098
|
}
|
|
12058
13099
|
};
|
|
12059
13100
|
|
|
12060
|
-
// swc:/
|
|
12061
|
-
import { html as
|
|
12062
|
-
function
|
|
13101
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier.ts
|
|
13102
|
+
import { html as html22 } from "lit-html";
|
|
13103
|
+
function applyDecs2203RFactory21() {
|
|
12063
13104
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
12064
13105
|
return function addInitializer(initializer) {
|
|
12065
13106
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -12428,14 +13469,14 @@ function applyDecs2203RFactory19() {
|
|
|
12428
13469
|
};
|
|
12429
13470
|
};
|
|
12430
13471
|
}
|
|
12431
|
-
function
|
|
12432
|
-
return (
|
|
13472
|
+
function _apply_decs_2203_r21(targetClass, memberDecs, classDecs, parentClass) {
|
|
13473
|
+
return (_apply_decs_2203_r21 = applyDecs2203RFactory21())(targetClass, memberDecs, classDecs, parentClass);
|
|
12433
13474
|
}
|
|
12434
|
-
var
|
|
12435
|
-
var
|
|
12436
|
-
var
|
|
13475
|
+
var _dec55;
|
|
13476
|
+
var _initClass21;
|
|
13477
|
+
var _HTMLElement21;
|
|
12437
13478
|
var _IconBezier;
|
|
12438
|
-
|
|
13479
|
+
_dec55 = Component({
|
|
12439
13480
|
tag: "ease-icon-bezier",
|
|
12440
13481
|
styles: `
|
|
12441
13482
|
:host {
|
|
@@ -12446,27 +13487,27 @@ _dec48 = Component({
|
|
|
12446
13487
|
}
|
|
12447
13488
|
`,
|
|
12448
13489
|
template() {
|
|
12449
|
-
return
|
|
13490
|
+
return html22`
|
|
12450
13491
|
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
12451
13492
|
<path d="M9.44279 8.84005C9.56156 9.00972 9.79538 9.05098 9.96505 8.93221C10.1347 8.81344 10.176 8.57962 10.0572 8.40995L9.75 8.625L9.44279 8.84005ZM1.94279 8.40995C1.82402 8.57962 1.86528 8.81344 2.03495 8.93221C2.20462 9.05098 2.43844 9.00972 2.55721 8.84005L2.25 8.625L1.94279 8.40995ZM7.21875 4.21875H6.84375C6.84375 4.68474 6.46599 5.0625 6 5.0625V5.4375V5.8125C6.8802 5.8125 7.59375 5.09895 7.59375 4.21875H7.21875ZM6 5.4375V5.0625C5.53401 5.0625 5.15625 4.68474 5.15625 4.21875H4.78125H4.40625C4.40625 5.09895 5.1198 5.8125 6 5.8125V5.4375ZM4.78125 4.21875H5.15625C5.15625 3.75276 5.53401 3.375 6 3.375V3V2.625C5.1198 2.625 4.40625 3.33855 4.40625 4.21875H4.78125ZM6 3V3.375C6.46599 3.375 6.84375 3.75276 6.84375 4.21875H7.21875H7.59375C7.59375 3.33855 6.8802 2.625 6 2.625V3ZM7.125 4.875L6.81779 5.09005L9.44279 8.84005L9.75 8.625L10.0572 8.40995L7.43221 4.65995L7.125 4.875ZM4.875 4.875L4.56779 4.65995L1.94279 8.40995L2.25 8.625L2.55721 8.84005L5.18221 5.09005L4.875 4.875Z" />
|
|
12452
13493
|
</svg>
|
|
12453
13494
|
`;
|
|
12454
13495
|
}
|
|
12455
13496
|
});
|
|
12456
|
-
var IconBezier = class extends (
|
|
13497
|
+
var IconBezier = class extends (_HTMLElement21 = HTMLElement) {
|
|
12457
13498
|
static {
|
|
12458
|
-
({ c: [_IconBezier,
|
|
12459
|
-
|
|
12460
|
-
],
|
|
13499
|
+
({ c: [_IconBezier, _initClass21] } = _apply_decs_2203_r21(this, [], [
|
|
13500
|
+
_dec55
|
|
13501
|
+
], _HTMLElement21));
|
|
12461
13502
|
}
|
|
12462
13503
|
static {
|
|
12463
|
-
|
|
13504
|
+
_initClass21();
|
|
12464
13505
|
}
|
|
12465
13506
|
};
|
|
12466
13507
|
|
|
12467
|
-
// swc:/
|
|
12468
|
-
import { html as
|
|
12469
|
-
function
|
|
13508
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-angle.ts
|
|
13509
|
+
import { html as html23 } from "lit-html";
|
|
13510
|
+
function applyDecs2203RFactory22() {
|
|
12470
13511
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
12471
13512
|
return function addInitializer(initializer) {
|
|
12472
13513
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -12835,14 +13876,14 @@ function applyDecs2203RFactory20() {
|
|
|
12835
13876
|
};
|
|
12836
13877
|
};
|
|
12837
13878
|
}
|
|
12838
|
-
function
|
|
12839
|
-
return (
|
|
13879
|
+
function _apply_decs_2203_r22(targetClass, memberDecs, classDecs, parentClass) {
|
|
13880
|
+
return (_apply_decs_2203_r22 = applyDecs2203RFactory22())(targetClass, memberDecs, classDecs, parentClass);
|
|
12840
13881
|
}
|
|
12841
|
-
var
|
|
12842
|
-
var
|
|
12843
|
-
var
|
|
13882
|
+
var _dec56;
|
|
13883
|
+
var _initClass22;
|
|
13884
|
+
var _HTMLElement22;
|
|
12844
13885
|
var _IconBezierAngle;
|
|
12845
|
-
|
|
13886
|
+
_dec56 = Component({
|
|
12846
13887
|
tag: "ease-icon-bezier-angle",
|
|
12847
13888
|
styles: `
|
|
12848
13889
|
:host {
|
|
@@ -12853,7 +13894,7 @@ _dec49 = Component({
|
|
|
12853
13894
|
}
|
|
12854
13895
|
`,
|
|
12855
13896
|
template() {
|
|
12856
|
-
return
|
|
13897
|
+
return html23`
|
|
12857
13898
|
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
12858
13899
|
<path d="M1.875 4.21875C1.875 4.63296 1.53921 4.96875 1.125 4.96875C0.710786 4.96875 0.375 4.63296 0.375 4.21875C0.375 3.80454 0.710786 3.46875 1.125 3.46875C1.53921 3.46875 1.875 3.80454 1.875 4.21875Z" fill-opacity="0.9"/>
|
|
12859
13900
|
<path d="M1.64062 4.21875C1.64062 3.93398 1.40977 3.70312 1.125 3.70312C0.840228 3.70312 0.609375 3.93398 0.609375 4.21875C0.609375 4.50352 0.840228 4.73438 1.125 4.73438C1.40977 4.73438 1.64062 4.50352 1.64062 4.21875ZM2.10938 4.21875C2.10938 4.76241 1.66866 5.20312 1.125 5.20312C0.581345 5.20312 0.140625 4.76241 0.140625 4.21875C0.140625 3.67509 0.581345 3.23438 1.125 3.23438C1.66866 3.23438 2.10938 3.67509 2.10938 4.21875Z" />
|
|
@@ -12867,20 +13908,20 @@ _dec49 = Component({
|
|
|
12867
13908
|
`;
|
|
12868
13909
|
}
|
|
12869
13910
|
});
|
|
12870
|
-
var IconBezierAngle = class extends (
|
|
13911
|
+
var IconBezierAngle = class extends (_HTMLElement22 = HTMLElement) {
|
|
12871
13912
|
static {
|
|
12872
|
-
({ c: [_IconBezierAngle,
|
|
12873
|
-
|
|
12874
|
-
],
|
|
13913
|
+
({ c: [_IconBezierAngle, _initClass22] } = _apply_decs_2203_r22(this, [], [
|
|
13914
|
+
_dec56
|
|
13915
|
+
], _HTMLElement22));
|
|
12875
13916
|
}
|
|
12876
13917
|
static {
|
|
12877
|
-
|
|
13918
|
+
_initClass22();
|
|
12878
13919
|
}
|
|
12879
13920
|
};
|
|
12880
13921
|
|
|
12881
|
-
// swc:/
|
|
12882
|
-
import { html as
|
|
12883
|
-
function
|
|
13922
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-distribute.ts
|
|
13923
|
+
import { html as html24 } from "lit-html";
|
|
13924
|
+
function applyDecs2203RFactory23() {
|
|
12884
13925
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
12885
13926
|
return function addInitializer(initializer) {
|
|
12886
13927
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -13249,14 +14290,14 @@ function applyDecs2203RFactory21() {
|
|
|
13249
14290
|
};
|
|
13250
14291
|
};
|
|
13251
14292
|
}
|
|
13252
|
-
function
|
|
13253
|
-
return (
|
|
13254
|
-
}
|
|
13255
|
-
var
|
|
13256
|
-
var
|
|
13257
|
-
var
|
|
14293
|
+
function _apply_decs_2203_r23(targetClass, memberDecs, classDecs, parentClass) {
|
|
14294
|
+
return (_apply_decs_2203_r23 = applyDecs2203RFactory23())(targetClass, memberDecs, classDecs, parentClass);
|
|
14295
|
+
}
|
|
14296
|
+
var _dec57;
|
|
14297
|
+
var _initClass23;
|
|
14298
|
+
var _HTMLElement23;
|
|
13258
14299
|
var _IconBezierDistribute;
|
|
13259
|
-
|
|
14300
|
+
_dec57 = Component({
|
|
13260
14301
|
tag: "ease-icon-bezier-distribute",
|
|
13261
14302
|
styles: `
|
|
13262
14303
|
:host {
|
|
@@ -13267,7 +14308,7 @@ _dec50 = Component({
|
|
|
13267
14308
|
}
|
|
13268
14309
|
`,
|
|
13269
14310
|
template() {
|
|
13270
|
-
return
|
|
14311
|
+
return html24`
|
|
13271
14312
|
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
13272
14313
|
<path d="M5.125 5.64502C5.33211 5.64502 5.5 5.81291 5.5 6.02002C5.5 6.22713 5.33211 6.39502 5.125 6.39502H2.5C2.29289 6.39502 2.125 6.22713 2.125 6.02002C2.125 5.81291 2.29289 5.64502 2.5 5.64502H5.125Z" />
|
|
13273
14314
|
<path d="M2.125 6.02002C2.125 5.81313 1.95689 5.64502 1.75 5.64502C1.54311 5.64502 1.375 5.81313 1.375 6.02002C1.375 6.22691 1.54311 6.39502 1.75 6.39502C1.95689 6.39502 2.125 6.22691 2.125 6.02002ZM2.875 6.02002C2.875 6.64113 2.37111 7.14502 1.75 7.14502C1.12889 7.14502 0.625 6.64113 0.625 6.02002C0.625 5.39891 1.12889 4.89502 1.75 4.89502C2.37111 4.89502 2.875 5.39891 2.875 6.02002Z" />
|
|
@@ -13282,20 +14323,20 @@ _dec50 = Component({
|
|
|
13282
14323
|
`;
|
|
13283
14324
|
}
|
|
13284
14325
|
});
|
|
13285
|
-
var IconBezierDistribute = class extends (
|
|
14326
|
+
var IconBezierDistribute = class extends (_HTMLElement23 = HTMLElement) {
|
|
13286
14327
|
static {
|
|
13287
|
-
({ c: [_IconBezierDistribute,
|
|
13288
|
-
|
|
13289
|
-
],
|
|
14328
|
+
({ c: [_IconBezierDistribute, _initClass23] } = _apply_decs_2203_r23(this, [], [
|
|
14329
|
+
_dec57
|
|
14330
|
+
], _HTMLElement23));
|
|
13290
14331
|
}
|
|
13291
14332
|
static {
|
|
13292
|
-
|
|
14333
|
+
_initClass23();
|
|
13293
14334
|
}
|
|
13294
14335
|
};
|
|
13295
14336
|
|
|
13296
|
-
// swc:/
|
|
13297
|
-
import { html as
|
|
13298
|
-
function
|
|
14337
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-length.ts
|
|
14338
|
+
import { html as html25 } from "lit-html";
|
|
14339
|
+
function applyDecs2203RFactory24() {
|
|
13299
14340
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
13300
14341
|
return function addInitializer(initializer) {
|
|
13301
14342
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -13664,14 +14705,14 @@ function applyDecs2203RFactory22() {
|
|
|
13664
14705
|
};
|
|
13665
14706
|
};
|
|
13666
14707
|
}
|
|
13667
|
-
function
|
|
13668
|
-
return (
|
|
14708
|
+
function _apply_decs_2203_r24(targetClass, memberDecs, classDecs, parentClass) {
|
|
14709
|
+
return (_apply_decs_2203_r24 = applyDecs2203RFactory24())(targetClass, memberDecs, classDecs, parentClass);
|
|
13669
14710
|
}
|
|
13670
|
-
var
|
|
13671
|
-
var
|
|
13672
|
-
var
|
|
14711
|
+
var _dec58;
|
|
14712
|
+
var _initClass24;
|
|
14713
|
+
var _HTMLElement24;
|
|
13673
14714
|
var _IconBezierLength;
|
|
13674
|
-
|
|
14715
|
+
_dec58 = Component({
|
|
13675
14716
|
tag: "ease-icon-bezier-length",
|
|
13676
14717
|
styles: `
|
|
13677
14718
|
:host {
|
|
@@ -13682,7 +14723,7 @@ _dec51 = Component({
|
|
|
13682
14723
|
}
|
|
13683
14724
|
`,
|
|
13684
14725
|
template() {
|
|
13685
|
-
return
|
|
14726
|
+
return html25`
|
|
13686
14727
|
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
13687
14728
|
<path d="M6.84375 4.21875C6.84375 3.75276 6.46599 3.375 6 3.375C5.53401 3.375 5.15625 3.75276 5.15625 4.21875C5.15625 4.68474 5.53401 5.0625 6 5.0625C6.46599 5.0625 6.84375 4.68474 6.84375 4.21875ZM7.59375 4.21875C7.59375 5.09895 6.8802 5.8125 6 5.8125C5.1198 5.8125 4.40625 5.09895 4.40625 4.21875C4.40625 3.33855 5.1198 2.625 6 2.625C6.8802 2.625 7.59375 3.33855 7.59375 4.21875Z" />
|
|
13688
14729
|
<path d="M2.48438 4.21875C2.48438 4.76241 2.04366 5.20312 1.5 5.20312C0.956345 5.20312 0.515625 4.76241 0.515625 4.21875C0.515625 3.67509 0.956345 3.23438 1.5 3.23438C2.04366 3.23438 2.48438 3.67509 2.48438 4.21875Z" />
|
|
@@ -13694,20 +14735,20 @@ _dec51 = Component({
|
|
|
13694
14735
|
`;
|
|
13695
14736
|
}
|
|
13696
14737
|
});
|
|
13697
|
-
var IconBezierLength = class extends (
|
|
14738
|
+
var IconBezierLength = class extends (_HTMLElement24 = HTMLElement) {
|
|
13698
14739
|
static {
|
|
13699
|
-
({ c: [_IconBezierLength,
|
|
13700
|
-
|
|
13701
|
-
],
|
|
14740
|
+
({ c: [_IconBezierLength, _initClass24] } = _apply_decs_2203_r24(this, [], [
|
|
14741
|
+
_dec58
|
|
14742
|
+
], _HTMLElement24));
|
|
13702
14743
|
}
|
|
13703
14744
|
static {
|
|
13704
|
-
|
|
14745
|
+
_initClass24();
|
|
13705
14746
|
}
|
|
13706
14747
|
};
|
|
13707
14748
|
|
|
13708
|
-
// swc:/
|
|
13709
|
-
import { html as
|
|
13710
|
-
function
|
|
14749
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-mirror.ts
|
|
14750
|
+
import { html as html26 } from "lit-html";
|
|
14751
|
+
function applyDecs2203RFactory25() {
|
|
13711
14752
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
13712
14753
|
return function addInitializer(initializer) {
|
|
13713
14754
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -14076,14 +15117,14 @@ function applyDecs2203RFactory23() {
|
|
|
14076
15117
|
};
|
|
14077
15118
|
};
|
|
14078
15119
|
}
|
|
14079
|
-
function
|
|
14080
|
-
return (
|
|
15120
|
+
function _apply_decs_2203_r25(targetClass, memberDecs, classDecs, parentClass) {
|
|
15121
|
+
return (_apply_decs_2203_r25 = applyDecs2203RFactory25())(targetClass, memberDecs, classDecs, parentClass);
|
|
14081
15122
|
}
|
|
14082
|
-
var
|
|
14083
|
-
var
|
|
14084
|
-
var
|
|
15123
|
+
var _dec59;
|
|
15124
|
+
var _initClass25;
|
|
15125
|
+
var _HTMLElement25;
|
|
14085
15126
|
var _IconBezierMirror;
|
|
14086
|
-
|
|
15127
|
+
_dec59 = Component({
|
|
14087
15128
|
tag: "ease-icon-bezier-mirror",
|
|
14088
15129
|
styles: `
|
|
14089
15130
|
:host {
|
|
@@ -14094,7 +15135,7 @@ _dec55 = Component({
|
|
|
14094
15135
|
}
|
|
14095
15136
|
`,
|
|
14096
15137
|
template() {
|
|
14097
|
-
return
|
|
15138
|
+
return html26`
|
|
14098
15139
|
<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
14099
15140
|
<path d="M6.84375 4.21875C6.84375 3.75276 6.46599 3.375 6 3.375C5.53401 3.375 5.15625 3.75276 5.15625 4.21875C5.15625 4.68474 5.53401 5.0625 6 5.0625C6.46599 5.0625 6.84375 4.68474 6.84375 4.21875ZM7.59375 4.21875C7.59375 5.09895 6.8802 5.8125 6 5.8125C5.1198 5.8125 4.40625 5.09895 4.40625 4.21875C4.40625 3.33855 5.1198 2.625 6 2.625C6.8802 2.625 7.59375 3.33855 7.59375 4.21875Z" />
|
|
14100
15141
|
<path d="M2.48438 4.21875C2.48438 4.76241 2.04366 5.20312 1.5 5.20312C0.956345 5.20312 0.515625 4.76241 0.515625 4.21875C0.515625 3.67509 0.956345 3.23438 1.5 3.23438C2.04366 3.23438 2.48438 3.67509 2.48438 4.21875Z" />
|
|
@@ -14106,20 +15147,20 @@ _dec55 = Component({
|
|
|
14106
15147
|
`;
|
|
14107
15148
|
}
|
|
14108
15149
|
});
|
|
14109
|
-
var IconBezierMirror = class extends (
|
|
15150
|
+
var IconBezierMirror = class extends (_HTMLElement25 = HTMLElement) {
|
|
14110
15151
|
static {
|
|
14111
|
-
({ c: [_IconBezierMirror,
|
|
14112
|
-
|
|
14113
|
-
],
|
|
15152
|
+
({ c: [_IconBezierMirror, _initClass25] } = _apply_decs_2203_r25(this, [], [
|
|
15153
|
+
_dec59
|
|
15154
|
+
], _HTMLElement25));
|
|
14114
15155
|
}
|
|
14115
15156
|
static {
|
|
14116
|
-
|
|
15157
|
+
_initClass25();
|
|
14117
15158
|
}
|
|
14118
15159
|
};
|
|
14119
15160
|
|
|
14120
|
-
// swc:/
|
|
14121
|
-
import { html as
|
|
14122
|
-
function
|
|
15161
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/check.ts
|
|
15162
|
+
import { html as html27 } from "lit-html";
|
|
15163
|
+
function applyDecs2203RFactory26() {
|
|
14123
15164
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
14124
15165
|
return function addInitializer(initializer) {
|
|
14125
15166
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -14488,14 +15529,14 @@ function applyDecs2203RFactory24() {
|
|
|
14488
15529
|
};
|
|
14489
15530
|
};
|
|
14490
15531
|
}
|
|
14491
|
-
function
|
|
14492
|
-
return (
|
|
15532
|
+
function _apply_decs_2203_r26(targetClass, memberDecs, classDecs, parentClass) {
|
|
15533
|
+
return (_apply_decs_2203_r26 = applyDecs2203RFactory26())(targetClass, memberDecs, classDecs, parentClass);
|
|
14493
15534
|
}
|
|
14494
|
-
var
|
|
14495
|
-
var
|
|
14496
|
-
var
|
|
15535
|
+
var _dec60;
|
|
15536
|
+
var _initClass26;
|
|
15537
|
+
var _HTMLElement26;
|
|
14497
15538
|
var _IconCheck;
|
|
14498
|
-
|
|
15539
|
+
_dec60 = Component({
|
|
14499
15540
|
tag: "ease-icon-check",
|
|
14500
15541
|
styles: `
|
|
14501
15542
|
:host {
|
|
@@ -14510,27 +15551,27 @@ _dec56 = Component({
|
|
|
14510
15551
|
}
|
|
14511
15552
|
`,
|
|
14512
15553
|
template() {
|
|
14513
|
-
return
|
|
15554
|
+
return html27`
|
|
14514
15555
|
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
14515
15556
|
<path d="M3 6.5L5.33333 9L10 4" path-length="100" />
|
|
14516
15557
|
</svg>
|
|
14517
15558
|
`;
|
|
14518
15559
|
}
|
|
14519
15560
|
});
|
|
14520
|
-
var IconCheck = class extends (
|
|
15561
|
+
var IconCheck = class extends (_HTMLElement26 = HTMLElement) {
|
|
14521
15562
|
static {
|
|
14522
|
-
({ c: [_IconCheck,
|
|
14523
|
-
|
|
14524
|
-
],
|
|
15563
|
+
({ c: [_IconCheck, _initClass26] } = _apply_decs_2203_r26(this, [], [
|
|
15564
|
+
_dec60
|
|
15565
|
+
], _HTMLElement26));
|
|
14525
15566
|
}
|
|
14526
15567
|
static {
|
|
14527
|
-
|
|
15568
|
+
_initClass26();
|
|
14528
15569
|
}
|
|
14529
15570
|
};
|
|
14530
15571
|
|
|
14531
|
-
// swc:/
|
|
14532
|
-
import { html as
|
|
14533
|
-
function
|
|
15572
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/circle-arrow-left.ts
|
|
15573
|
+
import { html as html28 } from "lit-html";
|
|
15574
|
+
function applyDecs2203RFactory27() {
|
|
14534
15575
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
14535
15576
|
return function addInitializer(initializer) {
|
|
14536
15577
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -14899,14 +15940,14 @@ function applyDecs2203RFactory25() {
|
|
|
14899
15940
|
};
|
|
14900
15941
|
};
|
|
14901
15942
|
}
|
|
14902
|
-
function
|
|
14903
|
-
return (
|
|
15943
|
+
function _apply_decs_2203_r27(targetClass, memberDecs, classDecs, parentClass) {
|
|
15944
|
+
return (_apply_decs_2203_r27 = applyDecs2203RFactory27())(targetClass, memberDecs, classDecs, parentClass);
|
|
14904
15945
|
}
|
|
14905
|
-
var
|
|
14906
|
-
var
|
|
14907
|
-
var
|
|
15946
|
+
var _dec61;
|
|
15947
|
+
var _initClass27;
|
|
15948
|
+
var _HTMLElement27;
|
|
14908
15949
|
var _IconCircleArrowLeft;
|
|
14909
|
-
|
|
15950
|
+
_dec61 = Component({
|
|
14910
15951
|
tag: "ease-icon-circle-arrow-left",
|
|
14911
15952
|
styles: `
|
|
14912
15953
|
:host {
|
|
@@ -14921,27 +15962,27 @@ _dec57 = Component({
|
|
|
14921
15962
|
}
|
|
14922
15963
|
`,
|
|
14923
15964
|
template() {
|
|
14924
|
-
return
|
|
15965
|
+
return html28`
|
|
14925
15966
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
14926
15967
|
<path d="M14.6667 6.66667C14.6667 6.66667 13.33 4.84548 12.2441 3.75883C11.1582 2.67218 9.6576 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C10.7354 14 13.0433 12.1695 13.7655 9.66667M14.6667 6.66667V2.66667M14.6667 6.66667H10.6667" />
|
|
14927
15968
|
</svg>
|
|
14928
15969
|
`;
|
|
14929
15970
|
}
|
|
14930
15971
|
});
|
|
14931
|
-
var IconCircleArrowLeft = class extends (
|
|
15972
|
+
var IconCircleArrowLeft = class extends (_HTMLElement27 = HTMLElement) {
|
|
14932
15973
|
static {
|
|
14933
|
-
({ c: [_IconCircleArrowLeft,
|
|
14934
|
-
|
|
14935
|
-
],
|
|
15974
|
+
({ c: [_IconCircleArrowLeft, _initClass27] } = _apply_decs_2203_r27(this, [], [
|
|
15975
|
+
_dec61
|
|
15976
|
+
], _HTMLElement27));
|
|
14936
15977
|
}
|
|
14937
15978
|
static {
|
|
14938
|
-
|
|
15979
|
+
_initClass27();
|
|
14939
15980
|
}
|
|
14940
15981
|
};
|
|
14941
15982
|
|
|
14942
|
-
// swc:/
|
|
14943
|
-
import { html as
|
|
14944
|
-
function
|
|
15983
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/circle-arrow-right.ts
|
|
15984
|
+
import { html as html29 } from "lit-html";
|
|
15985
|
+
function applyDecs2203RFactory28() {
|
|
14945
15986
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
14946
15987
|
return function addInitializer(initializer) {
|
|
14947
15988
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -15310,14 +16351,14 @@ function applyDecs2203RFactory26() {
|
|
|
15310
16351
|
};
|
|
15311
16352
|
};
|
|
15312
16353
|
}
|
|
15313
|
-
function
|
|
15314
|
-
return (
|
|
16354
|
+
function _apply_decs_2203_r28(targetClass, memberDecs, classDecs, parentClass) {
|
|
16355
|
+
return (_apply_decs_2203_r28 = applyDecs2203RFactory28())(targetClass, memberDecs, classDecs, parentClass);
|
|
15315
16356
|
}
|
|
15316
|
-
var
|
|
15317
|
-
var
|
|
15318
|
-
var
|
|
16357
|
+
var _dec65;
|
|
16358
|
+
var _initClass28;
|
|
16359
|
+
var _HTMLElement28;
|
|
15319
16360
|
var _IconCircleArrowRight;
|
|
15320
|
-
|
|
16361
|
+
_dec65 = Component({
|
|
15321
16362
|
tag: "ease-icon-circle-arrow-right",
|
|
15322
16363
|
styles: `
|
|
15323
16364
|
:host {
|
|
@@ -15332,27 +16373,27 @@ _dec58 = Component({
|
|
|
15332
16373
|
}
|
|
15333
16374
|
`,
|
|
15334
16375
|
template() {
|
|
15335
|
-
return
|
|
16376
|
+
return html29`
|
|
15336
16377
|
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
15337
16378
|
<path d="M1.33333 6.66667C1.33333 6.66667 2.66999 4.84548 3.75589 3.75883C4.84179 2.67218 6.3424 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C5.2646 14 2.95674 12.1695 2.23451 9.66667M1.33333 6.66667V2.66667M1.33333 6.66667H5.33333" />
|
|
15338
16379
|
</svg>
|
|
15339
16380
|
`;
|
|
15340
16381
|
}
|
|
15341
16382
|
});
|
|
15342
|
-
var IconCircleArrowRight = class extends (
|
|
16383
|
+
var IconCircleArrowRight = class extends (_HTMLElement28 = HTMLElement) {
|
|
15343
16384
|
static {
|
|
15344
|
-
({ c: [_IconCircleArrowRight,
|
|
15345
|
-
|
|
15346
|
-
],
|
|
16385
|
+
({ c: [_IconCircleArrowRight, _initClass28] } = _apply_decs_2203_r28(this, [], [
|
|
16386
|
+
_dec65
|
|
16387
|
+
], _HTMLElement28));
|
|
15347
16388
|
}
|
|
15348
16389
|
static {
|
|
15349
|
-
|
|
16390
|
+
_initClass28();
|
|
15350
16391
|
}
|
|
15351
16392
|
};
|
|
15352
16393
|
|
|
15353
|
-
// swc:/
|
|
15354
|
-
import { html as
|
|
15355
|
-
function
|
|
16394
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/code.ts
|
|
16395
|
+
import { html as html30 } from "lit-html";
|
|
16396
|
+
function applyDecs2203RFactory29() {
|
|
15356
16397
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
15357
16398
|
return function addInitializer(initializer) {
|
|
15358
16399
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -15721,14 +16762,14 @@ function applyDecs2203RFactory27() {
|
|
|
15721
16762
|
};
|
|
15722
16763
|
};
|
|
15723
16764
|
}
|
|
15724
|
-
function
|
|
15725
|
-
return (
|
|
16765
|
+
function _apply_decs_2203_r29(targetClass, memberDecs, classDecs, parentClass) {
|
|
16766
|
+
return (_apply_decs_2203_r29 = applyDecs2203RFactory29())(targetClass, memberDecs, classDecs, parentClass);
|
|
15726
16767
|
}
|
|
15727
|
-
var
|
|
15728
|
-
var
|
|
15729
|
-
var
|
|
16768
|
+
var _dec66;
|
|
16769
|
+
var _initClass29;
|
|
16770
|
+
var _HTMLElement29;
|
|
15730
16771
|
var _IconCode;
|
|
15731
|
-
|
|
16772
|
+
_dec66 = Component({
|
|
15732
16773
|
tag: "ease-icon-code",
|
|
15733
16774
|
styles: `
|
|
15734
16775
|
:host {
|
|
@@ -15743,27 +16784,27 @@ _dec59 = Component({
|
|
|
15743
16784
|
}
|
|
15744
16785
|
`,
|
|
15745
16786
|
template() {
|
|
15746
|
-
return
|
|
16787
|
+
return html30`
|
|
15747
16788
|
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
15748
16789
|
<path d="M8 9L11 6L8 3M4 3L1 6L4 9" />
|
|
15749
16790
|
</svg>
|
|
15750
16791
|
`;
|
|
15751
16792
|
}
|
|
15752
16793
|
});
|
|
15753
|
-
var IconCode = class extends (
|
|
16794
|
+
var IconCode = class extends (_HTMLElement29 = HTMLElement) {
|
|
15754
16795
|
static {
|
|
15755
|
-
({ c: [_IconCode,
|
|
15756
|
-
|
|
15757
|
-
],
|
|
16796
|
+
({ c: [_IconCode, _initClass29] } = _apply_decs_2203_r29(this, [], [
|
|
16797
|
+
_dec66
|
|
16798
|
+
], _HTMLElement29));
|
|
15758
16799
|
}
|
|
15759
16800
|
static {
|
|
15760
|
-
|
|
16801
|
+
_initClass29();
|
|
15761
16802
|
}
|
|
15762
16803
|
};
|
|
15763
16804
|
|
|
15764
|
-
// swc:/
|
|
15765
|
-
import { html as
|
|
15766
|
-
function
|
|
16805
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/dots.ts
|
|
16806
|
+
import { html as html31 } from "lit-html";
|
|
16807
|
+
function applyDecs2203RFactory30() {
|
|
15767
16808
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
15768
16809
|
return function addInitializer(initializer) {
|
|
15769
16810
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -16132,14 +17173,14 @@ function applyDecs2203RFactory28() {
|
|
|
16132
17173
|
};
|
|
16133
17174
|
};
|
|
16134
17175
|
}
|
|
16135
|
-
function
|
|
16136
|
-
return (
|
|
17176
|
+
function _apply_decs_2203_r30(targetClass, memberDecs, classDecs, parentClass) {
|
|
17177
|
+
return (_apply_decs_2203_r30 = applyDecs2203RFactory30())(targetClass, memberDecs, classDecs, parentClass);
|
|
16137
17178
|
}
|
|
16138
|
-
var
|
|
16139
|
-
var
|
|
16140
|
-
var
|
|
17179
|
+
var _dec67;
|
|
17180
|
+
var _initClass30;
|
|
17181
|
+
var _HTMLElement30;
|
|
16141
17182
|
var _IconDots;
|
|
16142
|
-
|
|
17183
|
+
_dec67 = Component({
|
|
16143
17184
|
tag: "ease-icon-dots",
|
|
16144
17185
|
styles: `
|
|
16145
17186
|
:host {
|
|
@@ -16154,7 +17195,7 @@ _dec60 = Component({
|
|
|
16154
17195
|
}
|
|
16155
17196
|
`,
|
|
16156
17197
|
template() {
|
|
16157
|
-
return
|
|
17198
|
+
return html31`
|
|
16158
17199
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16159
17200
|
<path d="M8.00008 8.66655C8.36827 8.66655 8.66675 8.36808 8.66675 7.99989C8.66675 7.6317 8.36827 7.33322 8.00008 7.33322C7.63189 7.33322 7.33341 7.6317 7.33341 7.99989C7.33341 8.36808 7.63189 8.66655 8.00008 8.66655Z" />
|
|
16160
17201
|
<path d="M12.6667 8.66655C13.0349 8.66655 13.3334 8.36808 13.3334 7.99989C13.3334 7.6317 13.0349 7.33322 12.6667 7.33322C12.2986 7.33322 12.0001 7.6317 12.0001 7.99989C12.0001 8.36808 12.2986 8.66655 12.6667 8.66655Z" />
|
|
@@ -16163,20 +17204,20 @@ _dec60 = Component({
|
|
|
16163
17204
|
`;
|
|
16164
17205
|
}
|
|
16165
17206
|
});
|
|
16166
|
-
var IconDots = class extends (
|
|
17207
|
+
var IconDots = class extends (_HTMLElement30 = HTMLElement) {
|
|
16167
17208
|
static {
|
|
16168
|
-
({ c: [_IconDots,
|
|
16169
|
-
|
|
16170
|
-
],
|
|
17209
|
+
({ c: [_IconDots, _initClass30] } = _apply_decs_2203_r30(this, [], [
|
|
17210
|
+
_dec67
|
|
17211
|
+
], _HTMLElement30));
|
|
16171
17212
|
}
|
|
16172
17213
|
static {
|
|
16173
|
-
|
|
17214
|
+
_initClass30();
|
|
16174
17215
|
}
|
|
16175
17216
|
};
|
|
16176
17217
|
|
|
16177
|
-
// swc:/
|
|
16178
|
-
import { html as
|
|
16179
|
-
function
|
|
17218
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/mention.ts
|
|
17219
|
+
import { html as html32 } from "lit-html";
|
|
17220
|
+
function applyDecs2203RFactory31() {
|
|
16180
17221
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
16181
17222
|
return function addInitializer(initializer) {
|
|
16182
17223
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -16545,14 +17586,14 @@ function applyDecs2203RFactory29() {
|
|
|
16545
17586
|
};
|
|
16546
17587
|
};
|
|
16547
17588
|
}
|
|
16548
|
-
function
|
|
16549
|
-
return (
|
|
17589
|
+
function _apply_decs_2203_r31(targetClass, memberDecs, classDecs, parentClass) {
|
|
17590
|
+
return (_apply_decs_2203_r31 = applyDecs2203RFactory31())(targetClass, memberDecs, classDecs, parentClass);
|
|
16550
17591
|
}
|
|
16551
|
-
var
|
|
16552
|
-
var
|
|
16553
|
-
var
|
|
17592
|
+
var _dec68;
|
|
17593
|
+
var _initClass31;
|
|
17594
|
+
var _HTMLElement31;
|
|
16554
17595
|
var _IconMention;
|
|
16555
|
-
|
|
17596
|
+
_dec68 = Component({
|
|
16556
17597
|
tag: "ease-icon-mention",
|
|
16557
17598
|
styles: `
|
|
16558
17599
|
:host {
|
|
@@ -16567,27 +17608,27 @@ _dec61 = Component({
|
|
|
16567
17608
|
}
|
|
16568
17609
|
`,
|
|
16569
17610
|
template() {
|
|
16570
|
-
return
|
|
17611
|
+
return html32`
|
|
16571
17612
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16572
17613
|
<path d="M10.4 5.59963V8.59962C10.4 9.07701 10.5896 9.53485 10.9272 9.87242C11.2648 10.21 11.7226 10.3996 12.2 10.3996C12.6774 10.3996 13.1352 10.21 13.4728 9.87242C13.8104 9.53485 14 9.07701 14 8.59962V7.99962C13.9999 6.64544 13.5417 5.33111 12.7 4.27035C11.8582 3.20958 10.6823 2.46476 9.36359 2.15701C8.04484 1.84925 6.66076 1.99665 5.43641 2.57525C4.21206 3.15384 3.21944 4.1296 2.61996 5.34386C2.02048 6.55812 1.84939 7.93947 2.13451 9.26329C2.41963 10.5871 3.14419 11.7756 4.19038 12.6354C5.23657 13.4952 6.54286 13.9758 7.89684 13.9991C9.25083 14.0224 10.5729 13.587 11.648 12.7636M10.4 7.99962C10.4 9.32511 9.32549 10.3996 8 10.3996C6.67452 10.3996 5.6 9.32511 5.6 7.99962C5.6 6.67414 6.67452 5.59963 8 5.59963C9.32549 5.59963 10.4 6.67414 10.4 7.99962Z" />
|
|
16573
17614
|
</svg>
|
|
16574
17615
|
`;
|
|
16575
17616
|
}
|
|
16576
17617
|
});
|
|
16577
|
-
var IconMention = class extends (
|
|
17618
|
+
var IconMention = class extends (_HTMLElement31 = HTMLElement) {
|
|
16578
17619
|
static {
|
|
16579
|
-
({ c: [_IconMention,
|
|
16580
|
-
|
|
16581
|
-
],
|
|
17620
|
+
({ c: [_IconMention, _initClass31] } = _apply_decs_2203_r31(this, [], [
|
|
17621
|
+
_dec68
|
|
17622
|
+
], _HTMLElement31));
|
|
16582
17623
|
}
|
|
16583
17624
|
static {
|
|
16584
|
-
|
|
17625
|
+
_initClass31();
|
|
16585
17626
|
}
|
|
16586
17627
|
};
|
|
16587
17628
|
|
|
16588
|
-
// swc:/
|
|
16589
|
-
import { html as
|
|
16590
|
-
function
|
|
17629
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/minus.ts
|
|
17630
|
+
import { html as html33 } from "lit-html";
|
|
17631
|
+
function applyDecs2203RFactory32() {
|
|
16591
17632
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
16592
17633
|
return function addInitializer(initializer) {
|
|
16593
17634
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -16956,14 +17997,14 @@ function applyDecs2203RFactory30() {
|
|
|
16956
17997
|
};
|
|
16957
17998
|
};
|
|
16958
17999
|
}
|
|
16959
|
-
function
|
|
16960
|
-
return (
|
|
18000
|
+
function _apply_decs_2203_r32(targetClass, memberDecs, classDecs, parentClass) {
|
|
18001
|
+
return (_apply_decs_2203_r32 = applyDecs2203RFactory32())(targetClass, memberDecs, classDecs, parentClass);
|
|
16961
18002
|
}
|
|
16962
|
-
var
|
|
16963
|
-
var
|
|
16964
|
-
var
|
|
18003
|
+
var _dec69;
|
|
18004
|
+
var _initClass32;
|
|
18005
|
+
var _HTMLElement32;
|
|
16965
18006
|
var _IconMinus;
|
|
16966
|
-
|
|
18007
|
+
_dec69 = Component({
|
|
16967
18008
|
tag: "ease-icon-minus",
|
|
16968
18009
|
styles: `
|
|
16969
18010
|
:host {
|
|
@@ -16978,27 +18019,27 @@ _dec65 = Component({
|
|
|
16978
18019
|
}
|
|
16979
18020
|
`,
|
|
16980
18021
|
template() {
|
|
16981
|
-
return
|
|
18022
|
+
return html33`
|
|
16982
18023
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16983
18024
|
<path d="M5 7.99995H11" />
|
|
16984
18025
|
</svg>
|
|
16985
18026
|
`;
|
|
16986
18027
|
}
|
|
16987
18028
|
});
|
|
16988
|
-
var IconMinus = class extends (
|
|
18029
|
+
var IconMinus = class extends (_HTMLElement32 = HTMLElement) {
|
|
16989
18030
|
static {
|
|
16990
|
-
({ c: [_IconMinus,
|
|
16991
|
-
|
|
16992
|
-
],
|
|
18031
|
+
({ c: [_IconMinus, _initClass32] } = _apply_decs_2203_r32(this, [], [
|
|
18032
|
+
_dec69
|
|
18033
|
+
], _HTMLElement32));
|
|
16993
18034
|
}
|
|
16994
18035
|
static {
|
|
16995
|
-
|
|
18036
|
+
_initClass32();
|
|
16996
18037
|
}
|
|
16997
18038
|
};
|
|
16998
18039
|
|
|
16999
|
-
// swc:/
|
|
17000
|
-
import { html as
|
|
17001
|
-
function
|
|
18040
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/plus.ts
|
|
18041
|
+
import { html as html34 } from "lit-html";
|
|
18042
|
+
function applyDecs2203RFactory33() {
|
|
17002
18043
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
17003
18044
|
return function addInitializer(initializer) {
|
|
17004
18045
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -17367,14 +18408,14 @@ function applyDecs2203RFactory31() {
|
|
|
17367
18408
|
};
|
|
17368
18409
|
};
|
|
17369
18410
|
}
|
|
17370
|
-
function
|
|
17371
|
-
return (
|
|
18411
|
+
function _apply_decs_2203_r33(targetClass, memberDecs, classDecs, parentClass) {
|
|
18412
|
+
return (_apply_decs_2203_r33 = applyDecs2203RFactory33())(targetClass, memberDecs, classDecs, parentClass);
|
|
17372
18413
|
}
|
|
17373
|
-
var
|
|
17374
|
-
var
|
|
17375
|
-
var
|
|
18414
|
+
var _dec70;
|
|
18415
|
+
var _initClass33;
|
|
18416
|
+
var _HTMLElement33;
|
|
17376
18417
|
var _IconPlus;
|
|
17377
|
-
|
|
18418
|
+
_dec70 = Component({
|
|
17378
18419
|
tag: "ease-icon-plus",
|
|
17379
18420
|
styles: `
|
|
17380
18421
|
:host {
|
|
@@ -17389,27 +18430,27 @@ _dec66 = Component({
|
|
|
17389
18430
|
}
|
|
17390
18431
|
`,
|
|
17391
18432
|
template() {
|
|
17392
|
-
return
|
|
18433
|
+
return html34`
|
|
17393
18434
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
17394
18435
|
<path d="M8.00018 4.28591C8.00018 4.28591 8.00018 8.42263 8.00018 11.714M4.28613 7.99995H11.7142" />
|
|
17395
18436
|
</svg>
|
|
17396
18437
|
`;
|
|
17397
18438
|
}
|
|
17398
18439
|
});
|
|
17399
|
-
var IconPlus = class extends (
|
|
17400
|
-
static {
|
|
17401
|
-
({ c: [_IconPlus,
|
|
17402
|
-
|
|
17403
|
-
],
|
|
18440
|
+
var IconPlus = class extends (_HTMLElement33 = HTMLElement) {
|
|
18441
|
+
static {
|
|
18442
|
+
({ c: [_IconPlus, _initClass33] } = _apply_decs_2203_r33(this, [], [
|
|
18443
|
+
_dec70
|
|
18444
|
+
], _HTMLElement33));
|
|
17404
18445
|
}
|
|
17405
18446
|
static {
|
|
17406
|
-
|
|
18447
|
+
_initClass33();
|
|
17407
18448
|
}
|
|
17408
18449
|
};
|
|
17409
18450
|
|
|
17410
|
-
// swc:/
|
|
17411
|
-
import { html as
|
|
17412
|
-
function
|
|
18451
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/settings.ts
|
|
18452
|
+
import { html as html35 } from "lit-html";
|
|
18453
|
+
function applyDecs2203RFactory34() {
|
|
17413
18454
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
17414
18455
|
return function addInitializer(initializer) {
|
|
17415
18456
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -17778,14 +18819,14 @@ function applyDecs2203RFactory32() {
|
|
|
17778
18819
|
};
|
|
17779
18820
|
};
|
|
17780
18821
|
}
|
|
17781
|
-
function
|
|
17782
|
-
return (
|
|
18822
|
+
function _apply_decs_2203_r34(targetClass, memberDecs, classDecs, parentClass) {
|
|
18823
|
+
return (_apply_decs_2203_r34 = applyDecs2203RFactory34())(targetClass, memberDecs, classDecs, parentClass);
|
|
17783
18824
|
}
|
|
17784
|
-
var
|
|
17785
|
-
var
|
|
17786
|
-
var
|
|
18825
|
+
var _dec71;
|
|
18826
|
+
var _initClass34;
|
|
18827
|
+
var _HTMLElement34;
|
|
17787
18828
|
var _Settings;
|
|
17788
|
-
|
|
18829
|
+
_dec71 = Component({
|
|
17789
18830
|
tag: "ease-icon-settings",
|
|
17790
18831
|
styles: `
|
|
17791
18832
|
:host {
|
|
@@ -17800,27 +18841,27 @@ _dec67 = Component({
|
|
|
17800
18841
|
}
|
|
17801
18842
|
`,
|
|
17802
18843
|
template() {
|
|
17803
|
-
return
|
|
18844
|
+
return html35`
|
|
17804
18845
|
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
17805
18846
|
<path d="M2 5.33319L10 5.33319M10 5.33319C10 6.43776 10.8954 7.33319 12 7.33319C13.1046 7.33319 14 6.43776 14 5.33319C14 4.22862 13.1046 3.33319 12 3.33319C10.8954 3.33319 10 4.22862 10 5.33319ZM6 10.6665L14 10.6665M6 10.6665C6 11.7711 5.10457 12.6665 4 12.6665C2.89543 12.6665 2 11.7711 2 10.6665C2 9.56195 2.89543 8.66652 4 8.66652C5.10457 8.66652 6 9.56195 6 10.6665Z" />
|
|
17806
18847
|
</svg>
|
|
17807
18848
|
`;
|
|
17808
18849
|
}
|
|
17809
18850
|
});
|
|
17810
|
-
var Settings = class extends (
|
|
18851
|
+
var Settings = class extends (_HTMLElement34 = HTMLElement) {
|
|
17811
18852
|
static {
|
|
17812
|
-
({ c: [_Settings,
|
|
17813
|
-
|
|
17814
|
-
],
|
|
18853
|
+
({ c: [_Settings, _initClass34] } = _apply_decs_2203_r34(this, [], [
|
|
18854
|
+
_dec71
|
|
18855
|
+
], _HTMLElement34));
|
|
17815
18856
|
}
|
|
17816
18857
|
static {
|
|
17817
|
-
|
|
18858
|
+
_initClass34();
|
|
17818
18859
|
}
|
|
17819
18860
|
};
|
|
17820
18861
|
|
|
17821
|
-
// swc:/
|
|
17822
|
-
import { html as
|
|
17823
|
-
function
|
|
18862
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/logo/index.ts
|
|
18863
|
+
import { html as html36 } from "lit-html";
|
|
18864
|
+
function applyDecs2203RFactory35() {
|
|
17824
18865
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
17825
18866
|
return function addInitializer(initializer) {
|
|
17826
18867
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -18189,21 +19230,21 @@ function applyDecs2203RFactory33() {
|
|
|
18189
19230
|
};
|
|
18190
19231
|
};
|
|
18191
19232
|
}
|
|
18192
|
-
function
|
|
18193
|
-
return (
|
|
19233
|
+
function _apply_decs_2203_r35(targetClass, memberDecs, classDecs, parentClass) {
|
|
19234
|
+
return (_apply_decs_2203_r35 = applyDecs2203RFactory35())(targetClass, memberDecs, classDecs, parentClass);
|
|
18194
19235
|
}
|
|
18195
|
-
var
|
|
18196
|
-
var
|
|
18197
|
-
var
|
|
18198
|
-
var
|
|
18199
|
-
var
|
|
19236
|
+
var _dec74;
|
|
19237
|
+
var _initClass35;
|
|
19238
|
+
var _HTMLElement35;
|
|
19239
|
+
var _dec118;
|
|
19240
|
+
var _dec212;
|
|
18200
19241
|
var _dec310;
|
|
18201
19242
|
var _dec410;
|
|
18202
19243
|
var _init_loading;
|
|
18203
19244
|
var _init_intro;
|
|
18204
19245
|
var _init_size;
|
|
18205
19246
|
var _init_ariaLabel;
|
|
18206
|
-
var
|
|
19247
|
+
var _initProto14;
|
|
18207
19248
|
var CENTER = {
|
|
18208
19249
|
x: 74,
|
|
18209
19250
|
y: 74
|
|
@@ -18352,7 +19393,7 @@ var sortByAngle = (ids) => ids.map((id) => DOTS_DATA.find((d) => d.id === id)).f
|
|
|
18352
19393
|
var LOOP_DURATION = 1500;
|
|
18353
19394
|
var ROTATION_DURATION = 600;
|
|
18354
19395
|
var _LogoLoader;
|
|
18355
|
-
|
|
19396
|
+
_dec74 = Component({
|
|
18356
19397
|
tag: "ease-logo-loader",
|
|
18357
19398
|
styles: `
|
|
18358
19399
|
:host {
|
|
@@ -18532,7 +19573,7 @@ _dec68 = Component({
|
|
|
18532
19573
|
const state = host.state;
|
|
18533
19574
|
const ariaLabel = host.ariaLabel;
|
|
18534
19575
|
const ariaLabelTrimmed = ariaLabel?.trim() ?? "";
|
|
18535
|
-
return
|
|
19576
|
+
return html36`
|
|
18536
19577
|
<div
|
|
18537
19578
|
class="logo-loader"
|
|
18538
19579
|
data-state=${state}
|
|
@@ -18581,14 +19622,14 @@ _dec68 = Component({
|
|
|
18581
19622
|
</div>
|
|
18582
19623
|
`;
|
|
18583
19624
|
}
|
|
18584
|
-
}),
|
|
19625
|
+
}), _dec118 = Prop({
|
|
18585
19626
|
type: Boolean,
|
|
18586
19627
|
attribute: "loading",
|
|
18587
19628
|
defaultValue: false,
|
|
18588
19629
|
onChange(next) {
|
|
18589
19630
|
this.handleLoadingChange(next);
|
|
18590
19631
|
}
|
|
18591
|
-
}),
|
|
19632
|
+
}), _dec212 = Prop({
|
|
18592
19633
|
type: "string",
|
|
18593
19634
|
attribute: "intro",
|
|
18594
19635
|
defaultValue: "wave"
|
|
@@ -18601,16 +19642,16 @@ _dec68 = Component({
|
|
|
18601
19642
|
attribute: "aria-label",
|
|
18602
19643
|
defaultValue: null
|
|
18603
19644
|
});
|
|
18604
|
-
var LogoLoader = class extends (
|
|
19645
|
+
var LogoLoader = class extends (_HTMLElement35 = HTMLElement) {
|
|
18605
19646
|
static {
|
|
18606
|
-
({ e: [_init_loading, _init_intro, _init_size, _init_ariaLabel,
|
|
19647
|
+
({ e: [_init_loading, _init_intro, _init_size, _init_ariaLabel, _initProto14], c: [_LogoLoader, _initClass35] } = _apply_decs_2203_r35(this, [
|
|
18607
19648
|
[
|
|
18608
|
-
|
|
19649
|
+
_dec118,
|
|
18609
19650
|
1,
|
|
18610
19651
|
"loading"
|
|
18611
19652
|
],
|
|
18612
19653
|
[
|
|
18613
|
-
|
|
19654
|
+
_dec212,
|
|
18614
19655
|
1,
|
|
18615
19656
|
"intro"
|
|
18616
19657
|
],
|
|
@@ -18625,8 +19666,8 @@ var LogoLoader = class extends (_HTMLElement33 = HTMLElement) {
|
|
|
18625
19666
|
"ariaLabel"
|
|
18626
19667
|
]
|
|
18627
19668
|
], [
|
|
18628
|
-
|
|
18629
|
-
],
|
|
19669
|
+
_dec74
|
|
19670
|
+
], _HTMLElement35));
|
|
18630
19671
|
}
|
|
18631
19672
|
#___private_loading_1;
|
|
18632
19673
|
get loading() {
|
|
@@ -19054,15 +20095,15 @@ var LogoLoader = class extends (_HTMLElement33 = HTMLElement) {
|
|
|
19054
20095
|
}
|
|
19055
20096
|
}
|
|
19056
20097
|
static {
|
|
19057
|
-
|
|
20098
|
+
_initClass35();
|
|
19058
20099
|
}
|
|
19059
20100
|
constructor(...args) {
|
|
19060
|
-
super(...args), this.#___private_loading_1 = (
|
|
20101
|
+
super(...args), this.#___private_loading_1 = (_initProto14(this), _init_loading(this, false)), this.#___private_intro_2 = _init_intro(this, "wave"), this.#___private_size_3 = _init_size(this, 36), this.#___private_ariaLabel_4 = _init_ariaLabel(this, null), this.#state = "intro", this.#loopStartTime = 0, this.#animationTimers = [], this.#introCompleted = false;
|
|
19061
20102
|
}
|
|
19062
20103
|
};
|
|
19063
20104
|
|
|
19064
|
-
// swc:/
|
|
19065
|
-
import { html as
|
|
20105
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/index.ts
|
|
20106
|
+
import { html as html38 } from "lit-html";
|
|
19066
20107
|
|
|
19067
20108
|
// src/decorators/Watch.ts
|
|
19068
20109
|
var renderQueue2 = /* @__PURE__ */ new WeakMap();
|
|
@@ -19115,9 +20156,9 @@ function Watch(options = {}) {
|
|
|
19115
20156
|
};
|
|
19116
20157
|
}
|
|
19117
20158
|
|
|
19118
|
-
// swc:/
|
|
19119
|
-
import { html as
|
|
19120
|
-
function
|
|
20159
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/fps.ts
|
|
20160
|
+
import { html as html37 } from "lit-html";
|
|
20161
|
+
function applyDecs2203RFactory36() {
|
|
19121
20162
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
19122
20163
|
return function addInitializer(initializer) {
|
|
19123
20164
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -19486,17 +20527,17 @@ function applyDecs2203RFactory34() {
|
|
|
19486
20527
|
};
|
|
19487
20528
|
};
|
|
19488
20529
|
}
|
|
19489
|
-
function
|
|
19490
|
-
return (
|
|
20530
|
+
function _apply_decs_2203_r36(targetClass, memberDecs, classDecs, parentClass) {
|
|
20531
|
+
return (_apply_decs_2203_r36 = applyDecs2203RFactory36())(targetClass, memberDecs, classDecs, parentClass);
|
|
19491
20532
|
}
|
|
19492
|
-
var
|
|
19493
|
-
var
|
|
19494
|
-
var
|
|
19495
|
-
var
|
|
19496
|
-
var
|
|
20533
|
+
var _dec75;
|
|
20534
|
+
var _initClass36;
|
|
20535
|
+
var _HTMLElement36;
|
|
20536
|
+
var _dec119;
|
|
20537
|
+
var _dec213;
|
|
19497
20538
|
var _init_paused;
|
|
19498
20539
|
var _init_canvasEl;
|
|
19499
|
-
var
|
|
20540
|
+
var _initProto15;
|
|
19500
20541
|
var clamp = (value, min, max) => Math.max(min, Math.min(max, value));
|
|
19501
20542
|
var mean = (values) => {
|
|
19502
20543
|
if (values.length === 0) {
|
|
@@ -19553,7 +20594,7 @@ var rateFps = (fps, targetFps) => {
|
|
|
19553
20594
|
return "poor";
|
|
19554
20595
|
};
|
|
19555
20596
|
var _MonitorFps;
|
|
19556
|
-
|
|
20597
|
+
_dec75 = Component({
|
|
19557
20598
|
tag: "ease-monitor-fps",
|
|
19558
20599
|
autoSlot: false,
|
|
19559
20600
|
shadowMode: "open",
|
|
@@ -19653,27 +20694,27 @@ _dec69 = Component({
|
|
|
19653
20694
|
color: var(--color-gray-700);
|
|
19654
20695
|
}
|
|
19655
20696
|
`
|
|
19656
|
-
}),
|
|
20697
|
+
}), _dec119 = Prop({
|
|
19657
20698
|
type: Boolean,
|
|
19658
20699
|
reflect: true,
|
|
19659
20700
|
defaultValue: false
|
|
19660
|
-
}),
|
|
19661
|
-
var MonitorFps = class extends (
|
|
20701
|
+
}), _dec213 = Query('canvas[part="graph"]');
|
|
20702
|
+
var MonitorFps = class extends (_HTMLElement36 = HTMLElement) {
|
|
19662
20703
|
static {
|
|
19663
|
-
({ e: [_init_paused, _init_canvasEl,
|
|
20704
|
+
({ e: [_init_paused, _init_canvasEl, _initProto15], c: [_MonitorFps, _initClass36] } = _apply_decs_2203_r36(this, [
|
|
19664
20705
|
[
|
|
19665
|
-
|
|
20706
|
+
_dec119,
|
|
19666
20707
|
1,
|
|
19667
20708
|
"paused"
|
|
19668
20709
|
],
|
|
19669
20710
|
[
|
|
19670
|
-
|
|
20711
|
+
_dec213,
|
|
19671
20712
|
1,
|
|
19672
20713
|
"canvasEl"
|
|
19673
20714
|
]
|
|
19674
20715
|
], [
|
|
19675
|
-
|
|
19676
|
-
],
|
|
20716
|
+
_dec75
|
|
20717
|
+
], _HTMLElement36));
|
|
19677
20718
|
}
|
|
19678
20719
|
#___private_paused_1;
|
|
19679
20720
|
get paused() {
|
|
@@ -19722,7 +20763,7 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
|
|
|
19722
20763
|
this.#data.frameTimeAvg !== null ? `avg ${formatMs(this.#data.frameTimeAvg)}` : null,
|
|
19723
20764
|
this.#data.frameTimeP95 !== null ? `p95 ${formatMs(this.#data.frameTimeP95)}` : null
|
|
19724
20765
|
].filter(Boolean);
|
|
19725
|
-
return
|
|
20766
|
+
return html37`
|
|
19726
20767
|
<div part="container">
|
|
19727
20768
|
<div part="header">
|
|
19728
20769
|
<div part="title">
|
|
@@ -19902,10 +20943,10 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
|
|
|
19902
20943
|
ctx.stroke();
|
|
19903
20944
|
}
|
|
19904
20945
|
static {
|
|
19905
|
-
|
|
20946
|
+
_initClass36();
|
|
19906
20947
|
}
|
|
19907
20948
|
constructor(...args) {
|
|
19908
|
-
super(...args), this.#___private_paused_1 = (
|
|
20949
|
+
super(...args), this.#___private_paused_1 = (_initProto15(this), _init_paused(this, false)), this.#___private_canvasEl_2 = _init_canvasEl(this), this.#rafId = null, this.#lastNow = 0, this.#lastSampleNow = 0, this.#framesSinceSample = 0, this.#frameDeltas = [], this.#fpsSamples = [], this.#maxFrameDeltas = 240, this.#maxFpsSamples = 90, this.#sampleIntervalMs = 250, this.#statsWindowFrames = 120, this.#data = {
|
|
19909
20950
|
fps: null,
|
|
19910
20951
|
refreshRate: null,
|
|
19911
20952
|
frameTimeAvg: null,
|
|
@@ -19954,8 +20995,8 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
|
|
|
19954
20995
|
}
|
|
19955
20996
|
};
|
|
19956
20997
|
|
|
19957
|
-
// swc:/
|
|
19958
|
-
function
|
|
20998
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/index.ts
|
|
20999
|
+
function applyDecs2203RFactory37() {
|
|
19959
21000
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
19960
21001
|
return function addInitializer(initializer) {
|
|
19961
21002
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -20324,18 +21365,18 @@ function applyDecs2203RFactory35() {
|
|
|
20324
21365
|
};
|
|
20325
21366
|
};
|
|
20326
21367
|
}
|
|
20327
|
-
function
|
|
20328
|
-
return (
|
|
21368
|
+
function _apply_decs_2203_r37(targetClass, memberDecs, classDecs, parentClass) {
|
|
21369
|
+
return (_apply_decs_2203_r37 = applyDecs2203RFactory37())(targetClass, memberDecs, classDecs, parentClass);
|
|
20329
21370
|
}
|
|
20330
|
-
var
|
|
20331
|
-
var
|
|
20332
|
-
var
|
|
20333
|
-
var
|
|
20334
|
-
var
|
|
21371
|
+
var _dec76;
|
|
21372
|
+
var _initClass37;
|
|
21373
|
+
var _HTMLElement37;
|
|
21374
|
+
var _dec120;
|
|
21375
|
+
var _dec214;
|
|
20335
21376
|
var _dec311;
|
|
20336
21377
|
var _init_metrics;
|
|
20337
21378
|
var _init_network;
|
|
20338
|
-
var
|
|
21379
|
+
var _initProto16;
|
|
20339
21380
|
var METRIC_THRESHOLDS = {
|
|
20340
21381
|
LCP: {
|
|
20341
21382
|
good: 2500,
|
|
@@ -20445,7 +21486,7 @@ var estimateCarbonFootprint = (totalBytes) => {
|
|
|
20445
21486
|
return `${emissions.toFixed(3)}g CO2 eq.`;
|
|
20446
21487
|
};
|
|
20447
21488
|
var _Monitor;
|
|
20448
|
-
|
|
21489
|
+
_dec76 = Component({
|
|
20449
21490
|
tag: "ease-monitor",
|
|
20450
21491
|
styles: `
|
|
20451
21492
|
:host {
|
|
@@ -20569,17 +21610,17 @@ _dec70 = Component({
|
|
|
20569
21610
|
text-align: center;
|
|
20570
21611
|
}
|
|
20571
21612
|
`
|
|
20572
|
-
}),
|
|
20573
|
-
var Monitor = class extends (
|
|
21613
|
+
}), _dec120 = Watch({}), _dec214 = Watch({}), _dec311 = Listen("monitor-fps");
|
|
21614
|
+
var Monitor = class extends (_HTMLElement37 = HTMLElement) {
|
|
20574
21615
|
static {
|
|
20575
|
-
({ e: [_init_metrics, _init_network,
|
|
21616
|
+
({ e: [_init_metrics, _init_network, _initProto16], c: [_Monitor, _initClass37] } = _apply_decs_2203_r37(this, [
|
|
20576
21617
|
[
|
|
20577
|
-
|
|
21618
|
+
_dec120,
|
|
20578
21619
|
1,
|
|
20579
21620
|
"metrics"
|
|
20580
21621
|
],
|
|
20581
21622
|
[
|
|
20582
|
-
|
|
21623
|
+
_dec214,
|
|
20583
21624
|
1,
|
|
20584
21625
|
"network"
|
|
20585
21626
|
],
|
|
@@ -20589,8 +21630,8 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20589
21630
|
"handleFpsUpdate"
|
|
20590
21631
|
]
|
|
20591
21632
|
], [
|
|
20592
|
-
|
|
20593
|
-
],
|
|
21633
|
+
_dec76
|
|
21634
|
+
], _HTMLElement37));
|
|
20594
21635
|
}
|
|
20595
21636
|
#___private_metrics_1;
|
|
20596
21637
|
get metrics() {
|
|
@@ -20895,14 +21936,14 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20895
21936
|
return "unknown";
|
|
20896
21937
|
}
|
|
20897
21938
|
render() {
|
|
20898
|
-
return
|
|
21939
|
+
return html38`
|
|
20899
21940
|
<div part="container">
|
|
20900
21941
|
${this.renderExpanded()}
|
|
20901
21942
|
</div>
|
|
20902
21943
|
`;
|
|
20903
21944
|
}
|
|
20904
21945
|
renderExpanded() {
|
|
20905
|
-
return
|
|
21946
|
+
return html38`
|
|
20906
21947
|
<div part="header">
|
|
20907
21948
|
<div part="title">
|
|
20908
21949
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline></svg>
|
|
@@ -20923,7 +21964,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20923
21964
|
const trend = this.getTrendDirection(key);
|
|
20924
21965
|
const benchmark = GLOBAL_BENCHMARKS[key];
|
|
20925
21966
|
const vsBenchmark = benchmark ? ` (vs avg ${formatMetric(key, benchmark)})` : "";
|
|
20926
|
-
return
|
|
21967
|
+
return html38`
|
|
20927
21968
|
<div class="metric-box" title="${description}${vsBenchmark}">
|
|
20928
21969
|
<div part="metric-label" class="metric-label">${label}</div>
|
|
20929
21970
|
<div part="metric-value" class="metric-value rating-${rating}" data-rating=${rating}>
|
|
@@ -20936,7 +21977,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20936
21977
|
renderVitalsAndTiming() {
|
|
20937
21978
|
const { LCP, INP, CLS, FCP, TBT } = this.metrics.coreWebVitals;
|
|
20938
21979
|
const { ttfb, loadTime } = this.metrics.navigation;
|
|
20939
|
-
return
|
|
21980
|
+
return html38`
|
|
20940
21981
|
<section>
|
|
20941
21982
|
<div part="section-title" class="section-title">Vitals & Timing</div>
|
|
20942
21983
|
<div class="metrics-grid">
|
|
@@ -20953,7 +21994,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20953
21994
|
}
|
|
20954
21995
|
renderRealtime() {
|
|
20955
21996
|
const { memory, longTasks } = this.metrics;
|
|
20956
|
-
return
|
|
21997
|
+
return html38`
|
|
20957
21998
|
<section>
|
|
20958
21999
|
<div part="section-title" class="section-title">Realtime Monitoring</div>
|
|
20959
22000
|
<ease-monitor-fps></ease-monitor-fps>
|
|
@@ -20967,7 +22008,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20967
22008
|
}
|
|
20968
22009
|
renderMemory(memory) {
|
|
20969
22010
|
if (!memory) {
|
|
20970
|
-
return
|
|
22011
|
+
return html38`
|
|
20971
22012
|
<div class="memory-usage">
|
|
20972
22013
|
(performance.memory API not supported)
|
|
20973
22014
|
</div>
|
|
@@ -20980,7 +22021,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
20980
22021
|
} else if (usedPercent > 60) {
|
|
20981
22022
|
rating = "needs-improvement";
|
|
20982
22023
|
}
|
|
20983
|
-
return
|
|
22024
|
+
return html38`
|
|
20984
22025
|
<div class="memory-usage">
|
|
20985
22026
|
<div class="resource-item">
|
|
20986
22027
|
<span>Used / Total Heap</span>
|
|
@@ -21000,7 +22041,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
21000
22041
|
}
|
|
21001
22042
|
renderNetworkInfo() {
|
|
21002
22043
|
const { effectiveType, rtt } = this.network;
|
|
21003
|
-
return
|
|
22044
|
+
return html38`
|
|
21004
22045
|
<section>
|
|
21005
22046
|
<div part="section-title" class="section-title">Network Connection</div>
|
|
21006
22047
|
<div class="network-info">
|
|
@@ -21019,13 +22060,13 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
21019
22060
|
renderResources() {
|
|
21020
22061
|
const { js, css, img, other, totalSize } = this.metrics.resources;
|
|
21021
22062
|
const totalCount = js.count + css.count + img.count + other.count;
|
|
21022
|
-
const renderItem = (label, data) =>
|
|
22063
|
+
const renderItem = (label, data) => html38`
|
|
21023
22064
|
<div class="resource-item">
|
|
21024
22065
|
<span>${label} (${data.count})</span>
|
|
21025
22066
|
<span>${formatBytes(data.size)}</span>
|
|
21026
22067
|
</div>
|
|
21027
22068
|
`;
|
|
21028
|
-
return
|
|
22069
|
+
return html38`
|
|
21029
22070
|
<section>
|
|
21030
22071
|
<div part="section-title" class="section-title">Resources (Total: ${formatBytes(totalSize)} / ${totalCount} reqs)</div>
|
|
21031
22072
|
<div class="resource-list">
|
|
@@ -21044,10 +22085,10 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
21044
22085
|
`;
|
|
21045
22086
|
}
|
|
21046
22087
|
static {
|
|
21047
|
-
|
|
22088
|
+
_initClass37();
|
|
21048
22089
|
}
|
|
21049
22090
|
constructor(...args) {
|
|
21050
|
-
super(...args), this.#___private_metrics_1 = (
|
|
22091
|
+
super(...args), this.#___private_metrics_1 = (_initProto16(this), _init_metrics(this, {
|
|
21051
22092
|
navigation: {
|
|
21052
22093
|
loadTime: null,
|
|
21053
22094
|
domInteractive: null,
|
|
@@ -21104,9 +22145,9 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
|
|
|
21104
22145
|
}
|
|
21105
22146
|
};
|
|
21106
22147
|
|
|
21107
|
-
// swc:/
|
|
21108
|
-
import { html as
|
|
21109
|
-
function
|
|
22148
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/number/index.ts
|
|
22149
|
+
import { html as html39 } from "lit-html";
|
|
22150
|
+
function applyDecs2203RFactory38() {
|
|
21110
22151
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
21111
22152
|
return function addInitializer(initializer) {
|
|
21112
22153
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -21475,19 +22516,19 @@ function applyDecs2203RFactory36() {
|
|
|
21475
22516
|
};
|
|
21476
22517
|
};
|
|
21477
22518
|
}
|
|
21478
|
-
function
|
|
21479
|
-
return (
|
|
22519
|
+
function _apply_decs_2203_r38(targetClass, memberDecs, classDecs, parentClass) {
|
|
22520
|
+
return (_apply_decs_2203_r38 = applyDecs2203RFactory38())(targetClass, memberDecs, classDecs, parentClass);
|
|
21480
22521
|
}
|
|
21481
|
-
var
|
|
21482
|
-
var
|
|
21483
|
-
var
|
|
21484
|
-
var
|
|
21485
|
-
var
|
|
22522
|
+
var _dec77;
|
|
22523
|
+
var _initClass38;
|
|
22524
|
+
var _HTMLElement38;
|
|
22525
|
+
var _dec121;
|
|
22526
|
+
var _dec215;
|
|
21486
22527
|
var _dec312;
|
|
21487
22528
|
var _dec411;
|
|
21488
22529
|
var _dec510;
|
|
21489
22530
|
var _dec610;
|
|
21490
|
-
var
|
|
22531
|
+
var _dec78;
|
|
21491
22532
|
var _dec84;
|
|
21492
22533
|
var _dec94;
|
|
21493
22534
|
var _init_value6;
|
|
@@ -21497,9 +22538,9 @@ var _init_step;
|
|
|
21497
22538
|
var _init_name4;
|
|
21498
22539
|
var _init_disabled6;
|
|
21499
22540
|
var _init_control3;
|
|
21500
|
-
var
|
|
22541
|
+
var _initProto17;
|
|
21501
22542
|
var _NumberInput;
|
|
21502
|
-
|
|
22543
|
+
_dec77 = Component({
|
|
21503
22544
|
tag: "ease-number-input",
|
|
21504
22545
|
styles: `
|
|
21505
22546
|
:host {
|
|
@@ -21544,7 +22585,7 @@ _dec71 = Component({
|
|
|
21544
22585
|
}
|
|
21545
22586
|
`,
|
|
21546
22587
|
template() {
|
|
21547
|
-
return
|
|
22588
|
+
return html39`
|
|
21548
22589
|
<div part="container">
|
|
21549
22590
|
<ease-input
|
|
21550
22591
|
part="control"
|
|
@@ -21581,10 +22622,10 @@ _dec71 = Component({
|
|
|
21581
22622
|
</div>
|
|
21582
22623
|
`;
|
|
21583
22624
|
}
|
|
21584
|
-
}),
|
|
22625
|
+
}), _dec121 = Prop({
|
|
21585
22626
|
type: Number,
|
|
21586
22627
|
reflect: true
|
|
21587
|
-
}),
|
|
22628
|
+
}), _dec215 = Prop({
|
|
21588
22629
|
type: Number,
|
|
21589
22630
|
reflect: true
|
|
21590
22631
|
}), _dec312 = Prop({
|
|
@@ -21598,21 +22639,21 @@ _dec71 = Component({
|
|
|
21598
22639
|
}), _dec610 = Prop({
|
|
21599
22640
|
type: Boolean,
|
|
21600
22641
|
reflect: true
|
|
21601
|
-
}),
|
|
22642
|
+
}), _dec78 = Query("input"), _dec84 = Listen("input", {
|
|
21602
22643
|
selector: "input"
|
|
21603
22644
|
}), _dec94 = Listen("change", {
|
|
21604
22645
|
selector: "input"
|
|
21605
22646
|
});
|
|
21606
|
-
var NumberInput = class extends (
|
|
22647
|
+
var NumberInput = class extends (_HTMLElement38 = HTMLElement) {
|
|
21607
22648
|
static {
|
|
21608
|
-
({ e: [_init_value6, _init_min, _init_max, _init_step, _init_name4, _init_disabled6, _init_control3,
|
|
22649
|
+
({ e: [_init_value6, _init_min, _init_max, _init_step, _init_name4, _init_disabled6, _init_control3, _initProto17], c: [_NumberInput, _initClass38] } = _apply_decs_2203_r38(this, [
|
|
21609
22650
|
[
|
|
21610
|
-
|
|
22651
|
+
_dec121,
|
|
21611
22652
|
1,
|
|
21612
22653
|
"value"
|
|
21613
22654
|
],
|
|
21614
22655
|
[
|
|
21615
|
-
|
|
22656
|
+
_dec215,
|
|
21616
22657
|
1,
|
|
21617
22658
|
"min"
|
|
21618
22659
|
],
|
|
@@ -21637,7 +22678,7 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
|
|
|
21637
22678
|
"disabled"
|
|
21638
22679
|
],
|
|
21639
22680
|
[
|
|
21640
|
-
|
|
22681
|
+
_dec78,
|
|
21641
22682
|
1,
|
|
21642
22683
|
"control"
|
|
21643
22684
|
],
|
|
@@ -21652,8 +22693,8 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
|
|
|
21652
22693
|
"handleChange"
|
|
21653
22694
|
]
|
|
21654
22695
|
], [
|
|
21655
|
-
|
|
21656
|
-
],
|
|
22696
|
+
_dec77
|
|
22697
|
+
], _HTMLElement38));
|
|
21657
22698
|
}
|
|
21658
22699
|
#___private_value_1;
|
|
21659
22700
|
get value() {
|
|
@@ -21770,16 +22811,16 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
|
|
|
21770
22811
|
}
|
|
21771
22812
|
}
|
|
21772
22813
|
static {
|
|
21773
|
-
|
|
22814
|
+
_initClass38();
|
|
21774
22815
|
}
|
|
21775
22816
|
constructor(...args) {
|
|
21776
|
-
super(...args), this.#___private_value_1 = (
|
|
22817
|
+
super(...args), this.#___private_value_1 = (_initProto17(this), _init_value6(this)), this.#___private_min_2 = _init_min(this), this.#___private_max_3 = _init_max(this), this.#___private_step_4 = _init_step(this), this.#___private_name_5 = _init_name4(this), this.#___private_disabled_6 = _init_disabled6(this), this.#___private_control_7 = _init_control3(this);
|
|
21777
22818
|
}
|
|
21778
22819
|
};
|
|
21779
22820
|
|
|
21780
|
-
// swc:/
|
|
21781
|
-
import { html as
|
|
21782
|
-
function
|
|
22821
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/origin/index.ts
|
|
22822
|
+
import { html as html40 } from "lit-html";
|
|
22823
|
+
function applyDecs2203RFactory39() {
|
|
21783
22824
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
21784
22825
|
return function addInitializer(initializer) {
|
|
21785
22826
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -22148,14 +23189,14 @@ function applyDecs2203RFactory37() {
|
|
|
22148
23189
|
};
|
|
22149
23190
|
};
|
|
22150
23191
|
}
|
|
22151
|
-
function
|
|
22152
|
-
return (
|
|
23192
|
+
function _apply_decs_2203_r39(targetClass, memberDecs, classDecs, parentClass) {
|
|
23193
|
+
return (_apply_decs_2203_r39 = applyDecs2203RFactory39())(targetClass, memberDecs, classDecs, parentClass);
|
|
22153
23194
|
}
|
|
22154
|
-
var
|
|
22155
|
-
var
|
|
22156
|
-
var
|
|
22157
|
-
var
|
|
22158
|
-
var
|
|
23195
|
+
var _dec79;
|
|
23196
|
+
var _initClass39;
|
|
23197
|
+
var _HTMLElement39;
|
|
23198
|
+
var _dec123;
|
|
23199
|
+
var _dec216;
|
|
22159
23200
|
var _dec313;
|
|
22160
23201
|
var _dec412;
|
|
22161
23202
|
var _dec511;
|
|
@@ -22163,9 +23204,9 @@ var _init_value7;
|
|
|
22163
23204
|
var _init_disabled7;
|
|
22164
23205
|
var _init_control4;
|
|
22165
23206
|
var _init_name5;
|
|
22166
|
-
var
|
|
23207
|
+
var _initProto18;
|
|
22167
23208
|
var _Origin;
|
|
22168
|
-
|
|
23209
|
+
_dec79 = Component({
|
|
22169
23210
|
tag: "ease-origin",
|
|
22170
23211
|
styles: `
|
|
22171
23212
|
:host {
|
|
@@ -22277,7 +23318,7 @@ _dec75 = Component({
|
|
|
22277
23318
|
}
|
|
22278
23319
|
`,
|
|
22279
23320
|
template() {
|
|
22280
|
-
return
|
|
23321
|
+
return html40`
|
|
22281
23322
|
<div part="container">
|
|
22282
23323
|
<div part="preview" data-value=${this.value ?? "center-center"}></div>
|
|
22283
23324
|
|
|
@@ -22297,10 +23338,10 @@ _dec75 = Component({
|
|
|
22297
23338
|
</div>
|
|
22298
23339
|
`;
|
|
22299
23340
|
}
|
|
22300
|
-
}),
|
|
23341
|
+
}), _dec123 = Prop({
|
|
22301
23342
|
reflect: true,
|
|
22302
23343
|
defaultValue: "center-center"
|
|
22303
|
-
}),
|
|
23344
|
+
}), _dec216 = Prop({
|
|
22304
23345
|
type: Boolean,
|
|
22305
23346
|
reflect: true
|
|
22306
23347
|
}), _dec313 = Query("ease-dropdown"), _dec412 = Prop({
|
|
@@ -22309,16 +23350,16 @@ _dec75 = Component({
|
|
|
22309
23350
|
}), _dec511 = Listen("change", {
|
|
22310
23351
|
selector: "ease-dropdown"
|
|
22311
23352
|
});
|
|
22312
|
-
var Origin = class extends (
|
|
23353
|
+
var Origin = class extends (_HTMLElement39 = HTMLElement) {
|
|
22313
23354
|
static {
|
|
22314
|
-
({ e: [_init_value7, _init_disabled7, _init_control4, _init_name5,
|
|
23355
|
+
({ e: [_init_value7, _init_disabled7, _init_control4, _init_name5, _initProto18], c: [_Origin, _initClass39] } = _apply_decs_2203_r39(this, [
|
|
22315
23356
|
[
|
|
22316
|
-
|
|
23357
|
+
_dec123,
|
|
22317
23358
|
1,
|
|
22318
23359
|
"value"
|
|
22319
23360
|
],
|
|
22320
23361
|
[
|
|
22321
|
-
|
|
23362
|
+
_dec216,
|
|
22322
23363
|
1,
|
|
22323
23364
|
"disabled"
|
|
22324
23365
|
],
|
|
@@ -22338,8 +23379,8 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
|
|
|
22338
23379
|
"handleChange"
|
|
22339
23380
|
]
|
|
22340
23381
|
], [
|
|
22341
|
-
|
|
22342
|
-
],
|
|
23382
|
+
_dec79
|
|
23383
|
+
], _HTMLElement39));
|
|
22343
23384
|
}
|
|
22344
23385
|
#___private_value_1;
|
|
22345
23386
|
get value() {
|
|
@@ -22383,10 +23424,10 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
|
|
|
22383
23424
|
});
|
|
22384
23425
|
}
|
|
22385
23426
|
static {
|
|
22386
|
-
|
|
23427
|
+
_initClass39();
|
|
22387
23428
|
}
|
|
22388
23429
|
constructor(...args) {
|
|
22389
|
-
super(...args), this.#___private_value_1 = (
|
|
23430
|
+
super(...args), this.#___private_value_1 = (_initProto18(this), _init_value7(this, "center-center")), this.#___private_disabled_2 = _init_disabled7(this), this.#___private_control_3 = _init_control4(this), this.#___private_name_4 = _init_name5(this, ""), this.handleValueChange = (event) => {
|
|
22390
23431
|
this.value = String(this.control?.value ?? "center-center");
|
|
22391
23432
|
dispatchControlEvent(this, "change", {
|
|
22392
23433
|
value: this.value,
|
|
@@ -22396,9 +23437,9 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
|
|
|
22396
23437
|
}
|
|
22397
23438
|
};
|
|
22398
23439
|
|
|
22399
|
-
// swc:/
|
|
22400
|
-
import { html as
|
|
22401
|
-
function
|
|
23440
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/panel/index.ts
|
|
23441
|
+
import { html as html41, nothing as nothing2 } from "lit-html";
|
|
23442
|
+
function applyDecs2203RFactory40() {
|
|
22402
23443
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
22403
23444
|
return function addInitializer(initializer) {
|
|
22404
23445
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -22767,42 +23808,53 @@ function applyDecs2203RFactory38() {
|
|
|
22767
23808
|
};
|
|
22768
23809
|
};
|
|
22769
23810
|
}
|
|
22770
|
-
function
|
|
22771
|
-
return (
|
|
23811
|
+
function _apply_decs_2203_r40(targetClass, memberDecs, classDecs, parentClass) {
|
|
23812
|
+
return (_apply_decs_2203_r40 = applyDecs2203RFactory40())(targetClass, memberDecs, classDecs, parentClass);
|
|
22772
23813
|
}
|
|
22773
|
-
var
|
|
22774
|
-
var
|
|
22775
|
-
var
|
|
22776
|
-
var
|
|
22777
|
-
var
|
|
23814
|
+
var _dec80;
|
|
23815
|
+
var _initClass40;
|
|
23816
|
+
var _HTMLElement40;
|
|
23817
|
+
var _dec124;
|
|
23818
|
+
var _dec217;
|
|
22778
23819
|
var _dec314;
|
|
22779
23820
|
var _dec413;
|
|
22780
23821
|
var _dec512;
|
|
23822
|
+
var _dec611;
|
|
23823
|
+
var _dec710;
|
|
22781
23824
|
var _init_activeTab;
|
|
22782
|
-
var
|
|
23825
|
+
var _init_headline2;
|
|
23826
|
+
var _init_maxHeight3;
|
|
23827
|
+
var _init_contentElement2;
|
|
22783
23828
|
var _init_bodyElement;
|
|
22784
|
-
var
|
|
23829
|
+
var _initProto19;
|
|
22785
23830
|
var _Panel;
|
|
22786
|
-
|
|
23831
|
+
_dec80 = Component({
|
|
22787
23832
|
tag: "ease-panel",
|
|
22788
23833
|
shadowMode: "open",
|
|
22789
23834
|
styles: `
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
23835
|
+
@property --top-fade {
|
|
23836
|
+
syntax: "<length>";
|
|
23837
|
+
inherits: false;
|
|
23838
|
+
initial-value: 0px;
|
|
23839
|
+
}
|
|
23840
|
+
|
|
23841
|
+
@property --bottom-fade {
|
|
23842
|
+
syntax: "<length>";
|
|
23843
|
+
inherits: false;
|
|
23844
|
+
initial-value: 0px;
|
|
22793
23845
|
}
|
|
22794
23846
|
|
|
22795
23847
|
[part="section"] {
|
|
22796
23848
|
display: block;
|
|
22797
23849
|
width: 100%;
|
|
22798
|
-
max-width: var(--ease-panel-max-width
|
|
22799
|
-
border-radius: var(--ease-panel-radius
|
|
22800
|
-
border: 1px solid var(--ease-panel-border-color
|
|
23850
|
+
max-width: var(--ease-panel-max-width);
|
|
23851
|
+
border-radius: var(--ease-panel-radius);
|
|
23852
|
+
border: 1px solid var(--ease-panel-border-color);
|
|
22801
23853
|
background-clip: padding-box;
|
|
22802
|
-
background: var(--ease-panel-background
|
|
22803
|
-
box-shadow: var(--ease-panel-shadow
|
|
23854
|
+
background-color: var(--ease-panel-background);
|
|
23855
|
+
box-shadow: var(--ease-panel-shadow);
|
|
22804
23856
|
box-sizing: border-box;
|
|
22805
|
-
padding: var(--ease-panel-padding
|
|
23857
|
+
padding: var(--ease-panel-padding);
|
|
22806
23858
|
margin: auto;
|
|
22807
23859
|
}
|
|
22808
23860
|
|
|
@@ -22811,7 +23863,7 @@ _dec76 = Component({
|
|
|
22811
23863
|
align-items: center;
|
|
22812
23864
|
gap: 8px;
|
|
22813
23865
|
width: 100%;
|
|
22814
|
-
margin-bottom:
|
|
23866
|
+
margin-bottom: var(--ease-panel-header-spacing);
|
|
22815
23867
|
}
|
|
22816
23868
|
|
|
22817
23869
|
[part="header"]:not(:has([part="headline"] slot[name="headline"]::slotted(*))):not(:has([part="tabs"]:not(:empty))):not(:has([part="actions"] slot[name="actions"]::slotted(*))) {
|
|
@@ -22820,14 +23872,14 @@ _dec76 = Component({
|
|
|
22820
23872
|
}
|
|
22821
23873
|
|
|
22822
23874
|
[part="headline"] {
|
|
22823
|
-
font-size: var(--ease-panel-title-font-size
|
|
22824
|
-
font-weight: var(--ease-panel-title-font-weight
|
|
22825
|
-
line-height:
|
|
22826
|
-
font-family: var(--ease-font-family
|
|
22827
|
-
color: var(--ease-panel-title-color
|
|
23875
|
+
font-size: var(--ease-panel-title-font-size);
|
|
23876
|
+
font-weight: var(--ease-panel-title-font-weight);
|
|
23877
|
+
line-height: 24px;
|
|
23878
|
+
font-family: var(--ease-font-family);
|
|
23879
|
+
color: var(--ease-panel-title-color);
|
|
22828
23880
|
margin: 0 0 0 4px;
|
|
22829
23881
|
flex-grow: 1;
|
|
22830
|
-
text-
|
|
23882
|
+
text-overflow: ellipsis;
|
|
22831
23883
|
overflow: hidden;
|
|
22832
23884
|
white-space: nowrap;
|
|
22833
23885
|
}
|
|
@@ -22850,27 +23902,28 @@ _dec76 = Component({
|
|
|
22850
23902
|
|
|
22851
23903
|
[part="tab"] {
|
|
22852
23904
|
appearance: none;
|
|
22853
|
-
font-size: var(--ease-panel-tab-font-size
|
|
22854
|
-
font-weight: var(--ease-panel-tab-font-weight
|
|
22855
|
-
line-height:
|
|
22856
|
-
font-family: var(--ease-font-family
|
|
22857
|
-
color: var(--ease-panel-tab-color
|
|
22858
|
-
background: transparent;
|
|
23905
|
+
font-size: var(--ease-panel-tab-font-size);
|
|
23906
|
+
font-weight: var(--ease-panel-tab-font-weight);
|
|
23907
|
+
line-height: 24px;
|
|
23908
|
+
font-family: var(--ease-font-family);
|
|
23909
|
+
color: var(--ease-panel-tab-color);
|
|
23910
|
+
background-color: transparent;
|
|
22859
23911
|
border: none;
|
|
22860
23912
|
padding: 4px 8px;
|
|
22861
23913
|
margin: 0;
|
|
22862
23914
|
cursor: pointer;
|
|
22863
|
-
border-radius: var(--ease-panel-tab-radius
|
|
22864
|
-
transition: color
|
|
23915
|
+
border-radius: var(--ease-panel-tab-radius);
|
|
23916
|
+
transition: color 200ms, background-color 200ms;
|
|
23917
|
+
transition-timing-function: cubic-bezier(.25, 0, .5, 1);
|
|
22865
23918
|
}
|
|
22866
23919
|
|
|
22867
23920
|
[part="tab"]:hover {
|
|
22868
|
-
color: var(--ease-panel-tab-color-hover
|
|
23921
|
+
color: var(--ease-panel-tab-color-hover);
|
|
22869
23922
|
}
|
|
22870
23923
|
|
|
22871
23924
|
[part="tab"][aria-selected="true"] {
|
|
22872
|
-
color: var(--ease-panel-tab-color-active
|
|
22873
|
-
background: var(--ease-panel-tab-background-active
|
|
23925
|
+
color: var(--ease-panel-tab-color-active);
|
|
23926
|
+
background-color: var(--ease-panel-tab-background-active);
|
|
22874
23927
|
}
|
|
22875
23928
|
|
|
22876
23929
|
[part="actions"] {
|
|
@@ -22882,7 +23935,7 @@ _dec76 = Component({
|
|
|
22882
23935
|
|
|
22883
23936
|
slot[name="actions"]::slotted(button),
|
|
22884
23937
|
slot[name="actions"]::slotted(a) {
|
|
22885
|
-
--ease-icon-size: var(--ease-panel-action-icon-size
|
|
23938
|
+
--ease-icon-size: var(--ease-panel-action-icon-size);
|
|
22886
23939
|
|
|
22887
23940
|
appearance: none;
|
|
22888
23941
|
flex: 0 0 24px;
|
|
@@ -22893,7 +23946,8 @@ _dec76 = Component({
|
|
|
22893
23946
|
margin: 0;
|
|
22894
23947
|
cursor: pointer;
|
|
22895
23948
|
color: var(--color-gray-600);
|
|
22896
|
-
transition: color
|
|
23949
|
+
transition: color 200ms;
|
|
23950
|
+
transition-timing-function: cubic-bezier(.25, 0, .5, 1);
|
|
22897
23951
|
text-decoration: none;
|
|
22898
23952
|
display: flex;
|
|
22899
23953
|
align-items: center;
|
|
@@ -22935,12 +23989,37 @@ _dec76 = Component({
|
|
|
22935
23989
|
}
|
|
22936
23990
|
|
|
22937
23991
|
[part="content"][data-animating="true"] {
|
|
22938
|
-
transition: height
|
|
23992
|
+
transition: height 200ms cubic-bezier(.25, 0, .5, 1);
|
|
22939
23993
|
}
|
|
22940
23994
|
|
|
22941
23995
|
[part="body"] {
|
|
22942
23996
|
width: 100%;
|
|
22943
23997
|
position: relative;
|
|
23998
|
+
overflow-y: auto;
|
|
23999
|
+
mask-image: linear-gradient(to bottom, #0000, #ffff var(--top-fade) calc(100% - var(--bottom-fade)), #0000);
|
|
24000
|
+
animation-name: scroll-fade;
|
|
24001
|
+
animation-timeline: scroll(self y);
|
|
24002
|
+
scroll-snap-type: y mandatory;
|
|
24003
|
+
scrollbar-width: none;
|
|
24004
|
+
|
|
24005
|
+
&::-webkit-scrollbar {
|
|
24006
|
+
display: none;
|
|
24007
|
+
}
|
|
24008
|
+
}
|
|
24009
|
+
|
|
24010
|
+
@keyframes scroll-fade {
|
|
24011
|
+
0% {
|
|
24012
|
+
--top-fade: 0px;
|
|
24013
|
+
}
|
|
24014
|
+
10%, 100% {
|
|
24015
|
+
--top-fade: var(--ease-panel-fade-size);
|
|
24016
|
+
}
|
|
24017
|
+
0%, 90% {
|
|
24018
|
+
--bottom-fade: var(--ease-panel-fade-size);
|
|
24019
|
+
}
|
|
24020
|
+
100% {
|
|
24021
|
+
--bottom-fade: 0px;
|
|
24022
|
+
}
|
|
22944
24023
|
}
|
|
22945
24024
|
|
|
22946
24025
|
[part="tab-panel"] {
|
|
@@ -22964,7 +24043,7 @@ _dec76 = Component({
|
|
|
22964
24043
|
align-items: center;
|
|
22965
24044
|
justify-content: space-between;
|
|
22966
24045
|
width: 100%;
|
|
22967
|
-
padding: var(--ease-panel-footer-padding
|
|
24046
|
+
padding: var(--ease-panel-footer-padding);
|
|
22968
24047
|
box-sizing: border-box;
|
|
22969
24048
|
border-top: 1px solid var(--color-white-4);
|
|
22970
24049
|
|
|
@@ -22973,15 +24052,14 @@ _dec76 = Component({
|
|
|
22973
24052
|
}
|
|
22974
24053
|
}
|
|
22975
24054
|
|
|
22976
|
-
|
|
22977
|
-
::slotted([slot^="tab-"]) {
|
|
24055
|
+
[part="items"] {
|
|
22978
24056
|
display: grid;
|
|
22979
|
-
gap:
|
|
24057
|
+
grid-gap: var(--ease-panel-gap);
|
|
22980
24058
|
box-sizing: border-box;
|
|
22981
24059
|
width: 100%;
|
|
22982
24060
|
}
|
|
22983
24061
|
`
|
|
22984
|
-
}),
|
|
24062
|
+
}), _dec124 = Prop({
|
|
22985
24063
|
type: Number,
|
|
22986
24064
|
reflect: true,
|
|
22987
24065
|
attribute: "active-tab",
|
|
@@ -22992,42 +24070,60 @@ _dec76 = Component({
|
|
|
22992
24070
|
self.handleActiveTabChange(previous, next);
|
|
22993
24071
|
}
|
|
22994
24072
|
}
|
|
22995
|
-
}),
|
|
24073
|
+
}), _dec217 = Prop({
|
|
24074
|
+
reflect: true,
|
|
24075
|
+
attribute: "headline",
|
|
24076
|
+
defaultValue: ""
|
|
24077
|
+
}), _dec314 = Prop({
|
|
24078
|
+
reflect: true,
|
|
24079
|
+
attribute: "max-height",
|
|
24080
|
+
defaultValue: null
|
|
24081
|
+
}), _dec413 = Query('[part="content"]'), _dec512 = Query('[part="body"]'), _dec611 = Listen("slotchange", {
|
|
22996
24082
|
selector: 'slot[name="footer"]'
|
|
22997
|
-
}),
|
|
24083
|
+
}), _dec710 = Listen("slotchange", {
|
|
22998
24084
|
selector: "slot:not([name])"
|
|
22999
24085
|
});
|
|
23000
|
-
var Panel = class extends (
|
|
24086
|
+
var Panel = class extends (_HTMLElement40 = HTMLElement) {
|
|
23001
24087
|
static {
|
|
23002
|
-
({ e: [_init_activeTab,
|
|
24088
|
+
({ e: [_init_activeTab, _init_headline2, _init_maxHeight3, _init_contentElement2, _init_bodyElement, _initProto19], c: [_Panel, _initClass40] } = _apply_decs_2203_r40(this, [
|
|
23003
24089
|
[
|
|
23004
|
-
|
|
24090
|
+
_dec124,
|
|
23005
24091
|
1,
|
|
23006
24092
|
"activeTab"
|
|
23007
24093
|
],
|
|
23008
24094
|
[
|
|
23009
|
-
|
|
24095
|
+
_dec217,
|
|
23010
24096
|
1,
|
|
23011
|
-
"
|
|
24097
|
+
"headline"
|
|
23012
24098
|
],
|
|
23013
24099
|
[
|
|
23014
24100
|
_dec314,
|
|
23015
24101
|
1,
|
|
23016
|
-
"
|
|
24102
|
+
"maxHeight"
|
|
23017
24103
|
],
|
|
23018
24104
|
[
|
|
23019
24105
|
_dec413,
|
|
24106
|
+
1,
|
|
24107
|
+
"contentElement"
|
|
24108
|
+
],
|
|
24109
|
+
[
|
|
24110
|
+
_dec512,
|
|
24111
|
+
1,
|
|
24112
|
+
"bodyElement"
|
|
24113
|
+
],
|
|
24114
|
+
[
|
|
24115
|
+
_dec611,
|
|
23020
24116
|
2,
|
|
23021
24117
|
"onFooterSlotChange"
|
|
23022
24118
|
],
|
|
23023
24119
|
[
|
|
23024
|
-
|
|
24120
|
+
_dec710,
|
|
23025
24121
|
2,
|
|
23026
24122
|
"onDefaultSlotChange"
|
|
23027
24123
|
]
|
|
23028
24124
|
], [
|
|
23029
|
-
|
|
23030
|
-
],
|
|
24125
|
+
_dec80
|
|
24126
|
+
], _HTMLElement40));
|
|
23031
24127
|
}
|
|
23032
24128
|
#tabs;
|
|
23033
24129
|
#isAnimating;
|
|
@@ -23038,23 +24134,37 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23038
24134
|
set activeTab(_v) {
|
|
23039
24135
|
this.#___private_activeTab_1 = _v;
|
|
23040
24136
|
}
|
|
24137
|
+
#___private_headline_2;
|
|
24138
|
+
get headline() {
|
|
24139
|
+
return this.#___private_headline_2;
|
|
24140
|
+
}
|
|
24141
|
+
set headline(_v) {
|
|
24142
|
+
this.#___private_headline_2 = _v;
|
|
24143
|
+
}
|
|
24144
|
+
#___private_maxHeight_3;
|
|
24145
|
+
get maxHeight() {
|
|
24146
|
+
return this.#___private_maxHeight_3;
|
|
24147
|
+
}
|
|
24148
|
+
set maxHeight(_v) {
|
|
24149
|
+
this.#___private_maxHeight_3 = _v;
|
|
24150
|
+
}
|
|
23041
24151
|
/** @internal */
|
|
23042
24152
|
handleActiveTabChange(previous, next) {
|
|
23043
24153
|
this.performTabAnimation(previous, next);
|
|
23044
24154
|
}
|
|
23045
|
-
#
|
|
24155
|
+
#___private_contentElement_4;
|
|
23046
24156
|
get contentElement() {
|
|
23047
|
-
return this.#
|
|
24157
|
+
return this.#___private_contentElement_4;
|
|
23048
24158
|
}
|
|
23049
24159
|
set contentElement(_v) {
|
|
23050
|
-
this.#
|
|
24160
|
+
this.#___private_contentElement_4 = _v;
|
|
23051
24161
|
}
|
|
23052
|
-
#
|
|
24162
|
+
#___private_bodyElement_5;
|
|
23053
24163
|
get bodyElement() {
|
|
23054
|
-
return this.#
|
|
24164
|
+
return this.#___private_bodyElement_5;
|
|
23055
24165
|
}
|
|
23056
24166
|
set bodyElement(_v) {
|
|
23057
|
-
this.#
|
|
24167
|
+
this.#___private_bodyElement_5 = _v;
|
|
23058
24168
|
}
|
|
23059
24169
|
/**
|
|
23060
24170
|
* Get the tab configuration
|
|
@@ -23079,18 +24189,18 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23079
24189
|
}
|
|
23080
24190
|
render() {
|
|
23081
24191
|
const hasTabs = this.#tabs.length > 0;
|
|
23082
|
-
return
|
|
24192
|
+
return html41`
|
|
23083
24193
|
<section part="section">
|
|
23084
24194
|
<div part="header">
|
|
23085
|
-
<h3 part="headline"
|
|
24195
|
+
<h3 part="headline">${this.headline}</h3>
|
|
23086
24196
|
${this.#renderTabs()}
|
|
23087
24197
|
<div part="actions">
|
|
23088
24198
|
<slot name="actions"></slot>
|
|
23089
24199
|
</div>
|
|
23090
24200
|
</div>
|
|
23091
24201
|
<div part="content">
|
|
23092
|
-
<div part="body">
|
|
23093
|
-
${hasTabs ? this.#renderTabPanels() :
|
|
24202
|
+
<div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight};` : ""}>
|
|
24203
|
+
${hasTabs ? this.#renderTabPanels() : html41`<div part="items"><slot></slot></div>`}
|
|
23094
24204
|
</div>
|
|
23095
24205
|
</div>
|
|
23096
24206
|
<div part="footer">
|
|
@@ -23103,9 +24213,9 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23103
24213
|
if (this.#tabs.length === 0) {
|
|
23104
24214
|
return nothing2;
|
|
23105
24215
|
}
|
|
23106
|
-
return
|
|
24216
|
+
return html41`
|
|
23107
24217
|
<div part="tabs" role="tablist">
|
|
23108
|
-
${this.#tabs.map((tab, index) =>
|
|
24218
|
+
${this.#tabs.map((tab, index) => html41`
|
|
23109
24219
|
<button
|
|
23110
24220
|
part="tab"
|
|
23111
24221
|
role="tab"
|
|
@@ -23122,8 +24232,8 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23122
24232
|
`;
|
|
23123
24233
|
}
|
|
23124
24234
|
#renderTabPanels() {
|
|
23125
|
-
return
|
|
23126
|
-
${this.#tabs.map((tab, index) =>
|
|
24235
|
+
return html41`
|
|
24236
|
+
${this.#tabs.map((tab, index) => html41`
|
|
23127
24237
|
<div
|
|
23128
24238
|
part="tab-panel"
|
|
23129
24239
|
role="tabpanel"
|
|
@@ -23132,7 +24242,9 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23132
24242
|
data-state=${index === this.activeTab ? "active" : "hidden"}
|
|
23133
24243
|
data-index=${index}
|
|
23134
24244
|
>
|
|
23135
|
-
<
|
|
24245
|
+
<div part="items">
|
|
24246
|
+
<slot name=${`tab-${tab.id}`}></slot>
|
|
24247
|
+
</div>
|
|
23136
24248
|
</div>
|
|
23137
24249
|
`)}
|
|
23138
24250
|
`;
|
|
@@ -23307,17 +24419,17 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
|
|
|
23307
24419
|
setBooleanAttribute(footer, "data-has-content", hasFooter);
|
|
23308
24420
|
}
|
|
23309
24421
|
static {
|
|
23310
|
-
|
|
24422
|
+
_initClass40();
|
|
23311
24423
|
}
|
|
23312
24424
|
constructor(...args) {
|
|
23313
|
-
super(...args), this.#tabs = (
|
|
24425
|
+
super(...args), this.#tabs = (_initProto19(this), []), this.#isAnimating = false, this.#___private_activeTab_1 = _init_activeTab(this, 0), this.#___private_headline_2 = _init_headline2(this, null), this.#___private_maxHeight_3 = _init_maxHeight3(this, null), this.#___private_contentElement_4 = _init_contentElement2(this), this.#___private_bodyElement_5 = _init_bodyElement(this);
|
|
23314
24426
|
}
|
|
23315
24427
|
};
|
|
23316
24428
|
|
|
23317
|
-
// swc:/
|
|
23318
|
-
import { html as
|
|
24429
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/index.ts
|
|
24430
|
+
import { html as html42 } from "lit-html";
|
|
23319
24431
|
|
|
23320
|
-
// swc:/
|
|
24432
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/option.ts
|
|
23321
24433
|
var RadioOption = class extends HTMLElement {
|
|
23322
24434
|
connectedCallback() {
|
|
23323
24435
|
this.hidden = true;
|
|
@@ -23330,8 +24442,8 @@ if (!customElements.get("radio-option")) {
|
|
|
23330
24442
|
customElements.define("radio-option", RadioOption);
|
|
23331
24443
|
}
|
|
23332
24444
|
|
|
23333
|
-
// swc:/
|
|
23334
|
-
function
|
|
24445
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/index.ts
|
|
24446
|
+
function applyDecs2203RFactory41() {
|
|
23335
24447
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
23336
24448
|
return function addInitializer(initializer) {
|
|
23337
24449
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -23700,19 +24812,19 @@ function applyDecs2203RFactory39() {
|
|
|
23700
24812
|
};
|
|
23701
24813
|
};
|
|
23702
24814
|
}
|
|
23703
|
-
function
|
|
23704
|
-
return (
|
|
24815
|
+
function _apply_decs_2203_r41(targetClass, memberDecs, classDecs, parentClass) {
|
|
24816
|
+
return (_apply_decs_2203_r41 = applyDecs2203RFactory41())(targetClass, memberDecs, classDecs, parentClass);
|
|
23705
24817
|
}
|
|
23706
|
-
var
|
|
23707
|
-
var
|
|
23708
|
-
var
|
|
23709
|
-
var
|
|
23710
|
-
var
|
|
24818
|
+
var _dec81;
|
|
24819
|
+
var _initClass41;
|
|
24820
|
+
var _HTMLElement41;
|
|
24821
|
+
var _dec125;
|
|
24822
|
+
var _dec218;
|
|
23711
24823
|
var _dec315;
|
|
23712
24824
|
var _init_value8;
|
|
23713
24825
|
var _init_groupElement;
|
|
23714
24826
|
var _init_contentSlot2;
|
|
23715
|
-
var
|
|
24827
|
+
var _initProto20;
|
|
23716
24828
|
var nextOptionId2 = /* @__PURE__ */ (() => {
|
|
23717
24829
|
let counter = 0;
|
|
23718
24830
|
return () => {
|
|
@@ -23728,7 +24840,7 @@ var nextPanelId2 = /* @__PURE__ */ (() => {
|
|
|
23728
24840
|
};
|
|
23729
24841
|
})();
|
|
23730
24842
|
var _RadioGroup;
|
|
23731
|
-
|
|
24843
|
+
_dec81 = Component({
|
|
23732
24844
|
tag: "ease-radio-group",
|
|
23733
24845
|
shadowMode: "open",
|
|
23734
24846
|
styles: `
|
|
@@ -23785,13 +24897,13 @@ _dec77 = Component({
|
|
|
23785
24897
|
}
|
|
23786
24898
|
`,
|
|
23787
24899
|
template() {
|
|
23788
|
-
return
|
|
24900
|
+
return html42`
|
|
23789
24901
|
<div part="group">
|
|
23790
24902
|
<slot name="content"></slot>
|
|
23791
24903
|
</div>
|
|
23792
24904
|
`;
|
|
23793
24905
|
}
|
|
23794
|
-
}),
|
|
24906
|
+
}), _dec125 = Prop({
|
|
23795
24907
|
reflect: true,
|
|
23796
24908
|
defaultValue: null,
|
|
23797
24909
|
onChange(next, previous) {
|
|
@@ -23800,17 +24912,17 @@ _dec77 = Component({
|
|
|
23800
24912
|
}
|
|
23801
24913
|
this.updateOptionSelectionState();
|
|
23802
24914
|
}
|
|
23803
|
-
}),
|
|
23804
|
-
var RadioGroup = class extends (
|
|
24915
|
+
}), _dec218 = Query('[part="group"]'), _dec315 = Query('slot[name="content"]');
|
|
24916
|
+
var RadioGroup = class extends (_HTMLElement41 = HTMLElement) {
|
|
23805
24917
|
static {
|
|
23806
|
-
({ e: [_init_value8, _init_groupElement, _init_contentSlot2,
|
|
24918
|
+
({ e: [_init_value8, _init_groupElement, _init_contentSlot2, _initProto20], c: [_RadioGroup, _initClass41] } = _apply_decs_2203_r41(this, [
|
|
23807
24919
|
[
|
|
23808
|
-
|
|
24920
|
+
_dec125,
|
|
23809
24921
|
1,
|
|
23810
24922
|
"value"
|
|
23811
24923
|
],
|
|
23812
24924
|
[
|
|
23813
|
-
|
|
24925
|
+
_dec218,
|
|
23814
24926
|
1,
|
|
23815
24927
|
"groupElement"
|
|
23816
24928
|
],
|
|
@@ -23820,8 +24932,8 @@ var RadioGroup = class extends (_HTMLElement39 = HTMLElement) {
|
|
|
23820
24932
|
"contentSlot"
|
|
23821
24933
|
]
|
|
23822
24934
|
], [
|
|
23823
|
-
|
|
23824
|
-
],
|
|
24935
|
+
_dec81
|
|
24936
|
+
], _HTMLElement41));
|
|
23825
24937
|
}
|
|
23826
24938
|
#___private_value_1;
|
|
23827
24939
|
get value() {
|
|
@@ -24038,18 +25150,18 @@ var RadioGroup = class extends (_HTMLElement39 = HTMLElement) {
|
|
|
24038
25150
|
}));
|
|
24039
25151
|
}
|
|
24040
25152
|
static {
|
|
24041
|
-
|
|
25153
|
+
_initClass41();
|
|
24042
25154
|
}
|
|
24043
25155
|
constructor(...args) {
|
|
24044
|
-
super(...args), this.#___private_value_1 = (
|
|
25156
|
+
super(...args), this.#___private_value_1 = (_initProto20(this), _init_value8(this, null)), this.#___private_groupElement_2 = _init_groupElement(this), this.#___private_contentSlot_3 = _init_contentSlot2(this), this.#options = [], this.#currentSlot = null, this.#optionsInitialized = false, this.#handleSlotChange = () => {
|
|
24045
25157
|
this.#syncOptions();
|
|
24046
25158
|
};
|
|
24047
25159
|
}
|
|
24048
25160
|
};
|
|
24049
25161
|
|
|
24050
|
-
// swc:/
|
|
24051
|
-
import { html as
|
|
24052
|
-
function
|
|
25162
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/input.ts
|
|
25163
|
+
import { html as html43 } from "lit-html";
|
|
25164
|
+
function applyDecs2203RFactory42() {
|
|
24053
25165
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
24054
25166
|
return function addInitializer(initializer) {
|
|
24055
25167
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -24418,26 +25530,26 @@ function applyDecs2203RFactory40() {
|
|
|
24418
25530
|
};
|
|
24419
25531
|
};
|
|
24420
25532
|
}
|
|
24421
|
-
function
|
|
24422
|
-
return (
|
|
25533
|
+
function _apply_decs_2203_r42(targetClass, memberDecs, classDecs, parentClass) {
|
|
25534
|
+
return (_apply_decs_2203_r42 = applyDecs2203RFactory42())(targetClass, memberDecs, classDecs, parentClass);
|
|
24423
25535
|
}
|
|
24424
|
-
var
|
|
24425
|
-
var
|
|
24426
|
-
var
|
|
24427
|
-
var
|
|
24428
|
-
var
|
|
25536
|
+
var _dec85;
|
|
25537
|
+
var _initClass42;
|
|
25538
|
+
var _HTMLElement42;
|
|
25539
|
+
var _dec126;
|
|
25540
|
+
var _dec219;
|
|
24429
25541
|
var _dec316;
|
|
24430
25542
|
var _dec414;
|
|
24431
25543
|
var _dec513;
|
|
24432
|
-
var
|
|
25544
|
+
var _dec612;
|
|
24433
25545
|
var _init_checked2;
|
|
24434
25546
|
var _init_name6;
|
|
24435
25547
|
var _init_value9;
|
|
24436
25548
|
var _init_disabled8;
|
|
24437
25549
|
var _init_control5;
|
|
24438
|
-
var
|
|
25550
|
+
var _initProto21;
|
|
24439
25551
|
var _RadioInput;
|
|
24440
|
-
|
|
25552
|
+
_dec85 = Component({
|
|
24441
25553
|
tag: "ease-radio-input",
|
|
24442
25554
|
shadowMode: "open",
|
|
24443
25555
|
styles: `
|
|
@@ -24654,7 +25766,7 @@ _dec78 = Component({
|
|
|
24654
25766
|
}
|
|
24655
25767
|
`,
|
|
24656
25768
|
template() {
|
|
24657
|
-
return
|
|
25769
|
+
return html43`
|
|
24658
25770
|
<button part="radio" type="button" role="radio" aria-checked=${this.checked} ?disabled=${this.disabled}>
|
|
24659
25771
|
<div class="radio">
|
|
24660
25772
|
<input part="control" name=${this.name} value=${this.value} ?checked=${this.checked} ?disabled=${this.disabled} type="radio" />
|
|
@@ -24677,7 +25789,7 @@ _dec78 = Component({
|
|
|
24677
25789
|
</button>
|
|
24678
25790
|
`;
|
|
24679
25791
|
}
|
|
24680
|
-
}),
|
|
25792
|
+
}), _dec126 = Prop({
|
|
24681
25793
|
type: Boolean,
|
|
24682
25794
|
reflect: true,
|
|
24683
25795
|
onChange(next) {
|
|
@@ -24692,26 +25804,26 @@ _dec78 = Component({
|
|
|
24692
25804
|
});
|
|
24693
25805
|
}
|
|
24694
25806
|
}
|
|
24695
|
-
}),
|
|
25807
|
+
}), _dec219 = Prop({
|
|
24696
25808
|
reflect: true
|
|
24697
25809
|
}), _dec316 = Prop({
|
|
24698
25810
|
reflect: true
|
|
24699
25811
|
}), _dec414 = Prop({
|
|
24700
25812
|
type: Boolean,
|
|
24701
25813
|
reflect: true
|
|
24702
|
-
}), _dec513 = Query("button"),
|
|
25814
|
+
}), _dec513 = Query("button"), _dec612 = Listen("click", {
|
|
24703
25815
|
selector: "button"
|
|
24704
25816
|
});
|
|
24705
|
-
var RadioInput = class extends (
|
|
25817
|
+
var RadioInput = class extends (_HTMLElement42 = HTMLElement) {
|
|
24706
25818
|
static {
|
|
24707
|
-
({ e: [_init_checked2, _init_name6, _init_value9, _init_disabled8, _init_control5,
|
|
25819
|
+
({ e: [_init_checked2, _init_name6, _init_value9, _init_disabled8, _init_control5, _initProto21], c: [_RadioInput, _initClass42] } = _apply_decs_2203_r42(this, [
|
|
24708
25820
|
[
|
|
24709
|
-
|
|
25821
|
+
_dec126,
|
|
24710
25822
|
1,
|
|
24711
25823
|
"checked"
|
|
24712
25824
|
],
|
|
24713
25825
|
[
|
|
24714
|
-
|
|
25826
|
+
_dec219,
|
|
24715
25827
|
1,
|
|
24716
25828
|
"name"
|
|
24717
25829
|
],
|
|
@@ -24731,13 +25843,13 @@ var RadioInput = class extends (_HTMLElement40 = HTMLElement) {
|
|
|
24731
25843
|
"control"
|
|
24732
25844
|
],
|
|
24733
25845
|
[
|
|
24734
|
-
|
|
25846
|
+
_dec612,
|
|
24735
25847
|
2,
|
|
24736
25848
|
"handleClick"
|
|
24737
25849
|
]
|
|
24738
25850
|
], [
|
|
24739
|
-
|
|
24740
|
-
],
|
|
25851
|
+
_dec85
|
|
25852
|
+
], _HTMLElement42));
|
|
24741
25853
|
}
|
|
24742
25854
|
#___private_checked_1;
|
|
24743
25855
|
get checked() {
|
|
@@ -24825,16 +25937,16 @@ var RadioInput = class extends (_HTMLElement40 = HTMLElement) {
|
|
|
24825
25937
|
});
|
|
24826
25938
|
}
|
|
24827
25939
|
static {
|
|
24828
|
-
|
|
25940
|
+
_initClass42();
|
|
24829
25941
|
}
|
|
24830
25942
|
constructor(...args) {
|
|
24831
|
-
super(...args), this.#___private_checked_1 = (
|
|
25943
|
+
super(...args), this.#___private_checked_1 = (_initProto21(this), _init_checked2(this)), this.#___private_name_2 = _init_name6(this), this.#___private_value_3 = _init_value9(this), this.#___private_disabled_4 = _init_disabled8(this), this.#___private_control_5 = _init_control5(this), this._firstRender = true, this.filterId = `goo-${crypto.randomUUID()}`;
|
|
24832
25944
|
}
|
|
24833
25945
|
};
|
|
24834
25946
|
|
|
24835
|
-
// swc:/
|
|
24836
|
-
import { html as
|
|
24837
|
-
function
|
|
25947
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/slider/index.ts
|
|
25948
|
+
import { html as html44 } from "lit-html";
|
|
25949
|
+
function applyDecs2203RFactory43() {
|
|
24838
25950
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
24839
25951
|
return function addInitializer(initializer) {
|
|
24840
25952
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -25203,20 +26315,20 @@ function applyDecs2203RFactory41() {
|
|
|
25203
26315
|
};
|
|
25204
26316
|
};
|
|
25205
26317
|
}
|
|
25206
|
-
function
|
|
25207
|
-
return (
|
|
26318
|
+
function _apply_decs_2203_r43(targetClass, memberDecs, classDecs, parentClass) {
|
|
26319
|
+
return (_apply_decs_2203_r43 = applyDecs2203RFactory43())(targetClass, memberDecs, classDecs, parentClass);
|
|
25208
26320
|
}
|
|
25209
|
-
var
|
|
25210
|
-
var
|
|
25211
|
-
var
|
|
25212
|
-
var
|
|
25213
|
-
var
|
|
26321
|
+
var _dec86;
|
|
26322
|
+
var _initClass43;
|
|
26323
|
+
var _HTMLElement43;
|
|
26324
|
+
var _dec127;
|
|
26325
|
+
var _dec220;
|
|
25214
26326
|
var _dec317;
|
|
25215
26327
|
var _dec415;
|
|
25216
26328
|
var _dec514;
|
|
25217
|
-
var
|
|
25218
|
-
var
|
|
25219
|
-
var
|
|
26329
|
+
var _dec613;
|
|
26330
|
+
var _dec711;
|
|
26331
|
+
var _dec87;
|
|
25220
26332
|
var _dec95;
|
|
25221
26333
|
var _dec104;
|
|
25222
26334
|
var _dec1110;
|
|
@@ -25227,9 +26339,9 @@ var _init_step2;
|
|
|
25227
26339
|
var _init_disabled9;
|
|
25228
26340
|
var _init_control6;
|
|
25229
26341
|
var _init_valueControl;
|
|
25230
|
-
var
|
|
26342
|
+
var _initProto22;
|
|
25231
26343
|
var _Slider;
|
|
25232
|
-
|
|
26344
|
+
_dec86 = Component({
|
|
25233
26345
|
tag: "ease-slider",
|
|
25234
26346
|
styles: `
|
|
25235
26347
|
:host {
|
|
@@ -25330,7 +26442,7 @@ _dec79 = Component({
|
|
|
25330
26442
|
}
|
|
25331
26443
|
`,
|
|
25332
26444
|
template() {
|
|
25333
|
-
return
|
|
26445
|
+
return html44`
|
|
25334
26446
|
<div part="container">
|
|
25335
26447
|
<input
|
|
25336
26448
|
part="control"
|
|
@@ -25353,10 +26465,10 @@ _dec79 = Component({
|
|
|
25353
26465
|
</div>
|
|
25354
26466
|
`;
|
|
25355
26467
|
}
|
|
25356
|
-
}),
|
|
26468
|
+
}), _dec127 = Prop({
|
|
25357
26469
|
type: Number,
|
|
25358
26470
|
reflect: true
|
|
25359
|
-
}),
|
|
26471
|
+
}), _dec220 = Prop({
|
|
25360
26472
|
type: Number,
|
|
25361
26473
|
reflect: true
|
|
25362
26474
|
}), _dec317 = Prop({
|
|
@@ -25368,7 +26480,7 @@ _dec79 = Component({
|
|
|
25368
26480
|
}), _dec514 = Prop({
|
|
25369
26481
|
type: Boolean,
|
|
25370
26482
|
reflect: true
|
|
25371
|
-
}),
|
|
26483
|
+
}), _dec613 = Query("input"), _dec711 = Query("ease-input"), _dec87 = Listen("input", {
|
|
25372
26484
|
selector: 'input[type="range"]'
|
|
25373
26485
|
}), _dec95 = Listen("change", {
|
|
25374
26486
|
selector: 'input[type="range"]'
|
|
@@ -25379,16 +26491,16 @@ _dec79 = Component({
|
|
|
25379
26491
|
selector: "ease-input",
|
|
25380
26492
|
when: (event) => event instanceof CustomEvent && typeof event.detail?.value === "string"
|
|
25381
26493
|
});
|
|
25382
|
-
var Slider = class extends (
|
|
26494
|
+
var Slider = class extends (_HTMLElement43 = HTMLElement) {
|
|
25383
26495
|
static {
|
|
25384
|
-
({ e: [_init_value10, _init_min2, _init_max2, _init_step2, _init_disabled9, _init_control6, _init_valueControl,
|
|
26496
|
+
({ e: [_init_value10, _init_min2, _init_max2, _init_step2, _init_disabled9, _init_control6, _init_valueControl, _initProto22], c: [_Slider, _initClass43] } = _apply_decs_2203_r43(this, [
|
|
25385
26497
|
[
|
|
25386
|
-
|
|
26498
|
+
_dec127,
|
|
25387
26499
|
1,
|
|
25388
26500
|
"value"
|
|
25389
26501
|
],
|
|
25390
26502
|
[
|
|
25391
|
-
|
|
26503
|
+
_dec220,
|
|
25392
26504
|
1,
|
|
25393
26505
|
"min"
|
|
25394
26506
|
],
|
|
@@ -25408,17 +26520,17 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
|
|
|
25408
26520
|
"disabled"
|
|
25409
26521
|
],
|
|
25410
26522
|
[
|
|
25411
|
-
|
|
26523
|
+
_dec613,
|
|
25412
26524
|
1,
|
|
25413
26525
|
"control"
|
|
25414
26526
|
],
|
|
25415
26527
|
[
|
|
25416
|
-
|
|
26528
|
+
_dec711,
|
|
25417
26529
|
1,
|
|
25418
26530
|
"valueControl"
|
|
25419
26531
|
],
|
|
25420
26532
|
[
|
|
25421
|
-
|
|
26533
|
+
_dec87,
|
|
25422
26534
|
2,
|
|
25423
26535
|
"handleRangeInput"
|
|
25424
26536
|
],
|
|
@@ -25438,8 +26550,8 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
|
|
|
25438
26550
|
"handleValueChange"
|
|
25439
26551
|
]
|
|
25440
26552
|
], [
|
|
25441
|
-
|
|
25442
|
-
],
|
|
26553
|
+
_dec86
|
|
26554
|
+
], _HTMLElement43));
|
|
25443
26555
|
}
|
|
25444
26556
|
#___private_value_1;
|
|
25445
26557
|
get value() {
|
|
@@ -25572,16 +26684,16 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
|
|
|
25572
26684
|
this.control.style.setProperty("--progress", `${Math.max(0, Math.min(100, percent))}%`);
|
|
25573
26685
|
}
|
|
25574
26686
|
static {
|
|
25575
|
-
|
|
26687
|
+
_initClass43();
|
|
25576
26688
|
}
|
|
25577
26689
|
constructor(...args) {
|
|
25578
|
-
super(...args), this.#___private_value_1 = (
|
|
26690
|
+
super(...args), this.#___private_value_1 = (_initProto22(this), _init_value10(this)), this.#___private_min_2 = _init_min2(this), this.#___private_max_3 = _init_max2(this), this.#___private_step_4 = _init_step2(this), this.#___private_disabled_5 = _init_disabled9(this), this.#___private_control_6 = _init_control6(this), this.#___private_valueControl_7 = _init_valueControl(this);
|
|
25579
26691
|
}
|
|
25580
26692
|
};
|
|
25581
26693
|
|
|
25582
|
-
// swc:/
|
|
25583
|
-
import { html as
|
|
25584
|
-
function
|
|
26694
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/state/index.ts
|
|
26695
|
+
import { html as html45 } from "lit-html";
|
|
26696
|
+
function applyDecs2203RFactory44() {
|
|
25585
26697
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
25586
26698
|
return function addInitializer(initializer) {
|
|
25587
26699
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -25950,20 +27062,20 @@ function applyDecs2203RFactory42() {
|
|
|
25950
27062
|
};
|
|
25951
27063
|
};
|
|
25952
27064
|
}
|
|
25953
|
-
function
|
|
25954
|
-
return (
|
|
27065
|
+
function _apply_decs_2203_r44(targetClass, memberDecs, classDecs, parentClass) {
|
|
27066
|
+
return (_apply_decs_2203_r44 = applyDecs2203RFactory44())(targetClass, memberDecs, classDecs, parentClass);
|
|
25955
27067
|
}
|
|
25956
|
-
var
|
|
25957
|
-
var
|
|
25958
|
-
var
|
|
25959
|
-
var
|
|
25960
|
-
var
|
|
27068
|
+
var _dec88;
|
|
27069
|
+
var _initClass44;
|
|
27070
|
+
var _HTMLElement44;
|
|
27071
|
+
var _dec128;
|
|
27072
|
+
var _dec221;
|
|
25961
27073
|
var _dec318;
|
|
25962
27074
|
var _dec416;
|
|
25963
27075
|
var _dec515;
|
|
25964
27076
|
var _init_value11;
|
|
25965
27077
|
var _init_defaultSlot;
|
|
25966
|
-
var
|
|
27078
|
+
var _initProto23;
|
|
25967
27079
|
var readControlValue2 = (element) => {
|
|
25968
27080
|
if (typeof element.value === "string" || typeof element.value === "number") {
|
|
25969
27081
|
return element.value;
|
|
@@ -25986,7 +27098,7 @@ var getControlName = (element) => {
|
|
|
25986
27098
|
return element.getAttribute?.("name") ?? null;
|
|
25987
27099
|
};
|
|
25988
27100
|
var _State;
|
|
25989
|
-
|
|
27101
|
+
_dec88 = Component({
|
|
25990
27102
|
tag: "ease-state",
|
|
25991
27103
|
shadowMode: "open",
|
|
25992
27104
|
styles: `
|
|
@@ -25996,30 +27108,30 @@ _dec80 = Component({
|
|
|
25996
27108
|
|
|
25997
27109
|
[part="container"] {
|
|
25998
27110
|
display: grid;
|
|
25999
|
-
gap: var(--ease-
|
|
27111
|
+
grid-gap: var(--ease-panel-gap);
|
|
26000
27112
|
box-sizing: border-box;
|
|
26001
27113
|
width: 100%;
|
|
26002
27114
|
}
|
|
26003
27115
|
`
|
|
26004
|
-
}),
|
|
27116
|
+
}), _dec128 = Prop({
|
|
26005
27117
|
reflect: true
|
|
26006
|
-
}),
|
|
27118
|
+
}), _dec221 = Query("slot"), _dec318 = Listen("input", {
|
|
26007
27119
|
target: (host) => host
|
|
26008
27120
|
}), _dec416 = Listen("change", {
|
|
26009
27121
|
target: (host) => host
|
|
26010
27122
|
}), _dec515 = Listen(CONTROL_CHANGE_EVENT, {
|
|
26011
27123
|
target: (host) => host
|
|
26012
27124
|
});
|
|
26013
|
-
var State = class extends (
|
|
27125
|
+
var State = class extends (_HTMLElement44 = HTMLElement) {
|
|
26014
27126
|
static {
|
|
26015
|
-
({ e: [_init_value11, _init_defaultSlot,
|
|
27127
|
+
({ e: [_init_value11, _init_defaultSlot, _initProto23], c: [_State, _initClass44] } = _apply_decs_2203_r44(this, [
|
|
26016
27128
|
[
|
|
26017
|
-
|
|
27129
|
+
_dec128,
|
|
26018
27130
|
1,
|
|
26019
27131
|
"value"
|
|
26020
27132
|
],
|
|
26021
27133
|
[
|
|
26022
|
-
|
|
27134
|
+
_dec221,
|
|
26023
27135
|
1,
|
|
26024
27136
|
"defaultSlot"
|
|
26025
27137
|
],
|
|
@@ -26039,8 +27151,8 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
|
|
|
26039
27151
|
"handleControlChange"
|
|
26040
27152
|
]
|
|
26041
27153
|
], [
|
|
26042
|
-
|
|
26043
|
-
],
|
|
27154
|
+
_dec88
|
|
27155
|
+
], _HTMLElement44));
|
|
26044
27156
|
}
|
|
26045
27157
|
#controls;
|
|
26046
27158
|
#state;
|
|
@@ -26132,7 +27244,7 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
|
|
|
26132
27244
|
this.defaultSlot?.removeEventListener("slotchange", this.#handleSlotChange);
|
|
26133
27245
|
}
|
|
26134
27246
|
render() {
|
|
26135
|
-
return
|
|
27247
|
+
return html45`
|
|
26136
27248
|
<div part="container">
|
|
26137
27249
|
<slot></slot>
|
|
26138
27250
|
</div>
|
|
@@ -26238,19 +27350,19 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
|
|
|
26238
27350
|
});
|
|
26239
27351
|
}
|
|
26240
27352
|
static {
|
|
26241
|
-
|
|
27353
|
+
_initClass44();
|
|
26242
27354
|
}
|
|
26243
27355
|
constructor(...args) {
|
|
26244
|
-
super(...args), this.#controls = (
|
|
27356
|
+
super(...args), this.#controls = (_initProto23(this), /* @__PURE__ */ new Map()), this.#state = {}, this.#initialState = {}, this.#subscribers = /* @__PURE__ */ new Map(), this.#___private_value_1 = _init_value11(this), this.#___private_defaultSlot_2 = _init_defaultSlot(this), this.#handleSlotChange = () => {
|
|
26245
27357
|
this.#detach();
|
|
26246
27358
|
this.#attach();
|
|
26247
27359
|
};
|
|
26248
27360
|
}
|
|
26249
27361
|
};
|
|
26250
27362
|
|
|
26251
|
-
// swc:/
|
|
26252
|
-
import { html as
|
|
26253
|
-
function
|
|
27363
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/toggle/index.ts
|
|
27364
|
+
import { html as html46 } from "lit-html";
|
|
27365
|
+
function applyDecs2203RFactory45() {
|
|
26254
27366
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
26255
27367
|
return function addInitializer(initializer) {
|
|
26256
27368
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -26619,22 +27731,22 @@ function applyDecs2203RFactory43() {
|
|
|
26619
27731
|
};
|
|
26620
27732
|
};
|
|
26621
27733
|
}
|
|
26622
|
-
function
|
|
26623
|
-
return (
|
|
27734
|
+
function _apply_decs_2203_r45(targetClass, memberDecs, classDecs, parentClass) {
|
|
27735
|
+
return (_apply_decs_2203_r45 = applyDecs2203RFactory45())(targetClass, memberDecs, classDecs, parentClass);
|
|
26624
27736
|
}
|
|
26625
|
-
var
|
|
26626
|
-
var
|
|
26627
|
-
var
|
|
26628
|
-
var
|
|
26629
|
-
var
|
|
27737
|
+
var _dec89;
|
|
27738
|
+
var _initClass45;
|
|
27739
|
+
var _HTMLElement45;
|
|
27740
|
+
var _dec129;
|
|
27741
|
+
var _dec222;
|
|
26630
27742
|
var _dec319;
|
|
26631
27743
|
var _dec417;
|
|
26632
27744
|
var _init_checked3;
|
|
26633
27745
|
var _init_disabled10;
|
|
26634
27746
|
var _init_control7;
|
|
26635
|
-
var
|
|
27747
|
+
var _initProto24;
|
|
26636
27748
|
var _Toggle;
|
|
26637
|
-
|
|
27749
|
+
_dec89 = Component({
|
|
26638
27750
|
tag: "ease-toggle",
|
|
26639
27751
|
styles: `
|
|
26640
27752
|
:host {
|
|
@@ -26727,7 +27839,7 @@ _dec81 = Component({
|
|
|
26727
27839
|
}
|
|
26728
27840
|
`,
|
|
26729
27841
|
template() {
|
|
26730
|
-
return
|
|
27842
|
+
return html46`
|
|
26731
27843
|
<button part="control" type="button" aria-pressed="false">
|
|
26732
27844
|
<svg viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg" filter="url(#${this.filterId})">
|
|
26733
27845
|
<path part="default" d="M0 6C0 2.68629 2.68629 0 6 0V0C9.31371 0 12 2.68629 12 6V6C12 9.31371 9.31371 12 6 12V12C2.68629 12 0 9.31371 0 6V6Z" />
|
|
@@ -26746,25 +27858,25 @@ _dec81 = Component({
|
|
|
26746
27858
|
</button>
|
|
26747
27859
|
`;
|
|
26748
27860
|
}
|
|
26749
|
-
}),
|
|
27861
|
+
}), _dec129 = Prop({
|
|
26750
27862
|
type: Boolean,
|
|
26751
27863
|
reflect: true
|
|
26752
|
-
}),
|
|
27864
|
+
}), _dec222 = Prop({
|
|
26753
27865
|
type: Boolean,
|
|
26754
27866
|
reflect: true
|
|
26755
27867
|
}), _dec319 = Query("button"), _dec417 = Listen("click", {
|
|
26756
27868
|
selector: "button"
|
|
26757
27869
|
});
|
|
26758
|
-
var Toggle = class extends (
|
|
27870
|
+
var Toggle = class extends (_HTMLElement45 = HTMLElement) {
|
|
26759
27871
|
static {
|
|
26760
|
-
({ e: [_init_checked3, _init_disabled10, _init_control7,
|
|
27872
|
+
({ e: [_init_checked3, _init_disabled10, _init_control7, _initProto24], c: [_Toggle, _initClass45] } = _apply_decs_2203_r45(this, [
|
|
26761
27873
|
[
|
|
26762
|
-
|
|
27874
|
+
_dec129,
|
|
26763
27875
|
1,
|
|
26764
27876
|
"checked"
|
|
26765
27877
|
],
|
|
26766
27878
|
[
|
|
26767
|
-
|
|
27879
|
+
_dec222,
|
|
26768
27880
|
1,
|
|
26769
27881
|
"disabled"
|
|
26770
27882
|
],
|
|
@@ -26779,8 +27891,8 @@ var Toggle = class extends (_HTMLElement43 = HTMLElement) {
|
|
|
26779
27891
|
"handleClick"
|
|
26780
27892
|
]
|
|
26781
27893
|
], [
|
|
26782
|
-
|
|
26783
|
-
],
|
|
27894
|
+
_dec89
|
|
27895
|
+
], _HTMLElement45));
|
|
26784
27896
|
}
|
|
26785
27897
|
#___private_checked_1;
|
|
26786
27898
|
get checked() {
|
|
@@ -26825,16 +27937,16 @@ var Toggle = class extends (_HTMLElement43 = HTMLElement) {
|
|
|
26825
27937
|
});
|
|
26826
27938
|
}
|
|
26827
27939
|
static {
|
|
26828
|
-
|
|
27940
|
+
_initClass45();
|
|
26829
27941
|
}
|
|
26830
27942
|
constructor(...args) {
|
|
26831
|
-
super(...args), this.#___private_checked_1 = (
|
|
27943
|
+
super(...args), this.#___private_checked_1 = (_initProto24(this), _init_checked3(this)), this.#___private_disabled_2 = _init_disabled10(this), this.#___private_control_3 = _init_control7(this), this.filterId = `filter-${crypto.randomUUID()}`;
|
|
26832
27944
|
}
|
|
26833
27945
|
};
|
|
26834
27946
|
|
|
26835
|
-
// swc:/
|
|
26836
|
-
import { html as
|
|
26837
|
-
function
|
|
27947
|
+
// swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/tooltip/index.ts
|
|
27948
|
+
import { html as html47 } from "lit-html";
|
|
27949
|
+
function applyDecs2203RFactory46() {
|
|
26838
27950
|
function createAddInitializerMethod(initializers, decoratorFinishedRef) {
|
|
26839
27951
|
return function addInitializer(initializer) {
|
|
26840
27952
|
assertNotFinished(decoratorFinishedRef, "addInitializer");
|
|
@@ -27203,26 +28315,26 @@ function applyDecs2203RFactory44() {
|
|
|
27203
28315
|
};
|
|
27204
28316
|
};
|
|
27205
28317
|
}
|
|
27206
|
-
function
|
|
27207
|
-
return (
|
|
28318
|
+
function _apply_decs_2203_r46(targetClass, memberDecs, classDecs, parentClass) {
|
|
28319
|
+
return (_apply_decs_2203_r46 = applyDecs2203RFactory46())(targetClass, memberDecs, classDecs, parentClass);
|
|
27208
28320
|
}
|
|
27209
|
-
var
|
|
27210
|
-
var
|
|
27211
|
-
var
|
|
27212
|
-
var
|
|
27213
|
-
var
|
|
28321
|
+
var _dec90;
|
|
28322
|
+
var _initClass46;
|
|
28323
|
+
var _HTMLElement46;
|
|
28324
|
+
var _dec130;
|
|
28325
|
+
var _dec223;
|
|
27214
28326
|
var _dec320;
|
|
27215
28327
|
var _dec418;
|
|
27216
28328
|
var _dec516;
|
|
27217
|
-
var
|
|
27218
|
-
var
|
|
28329
|
+
var _dec614;
|
|
28330
|
+
var _init_open4;
|
|
27219
28331
|
var _init_delay;
|
|
27220
28332
|
var _init_placement4;
|
|
27221
28333
|
var _init_triggerElement;
|
|
27222
|
-
var
|
|
27223
|
-
var
|
|
28334
|
+
var _init_contentElement3;
|
|
28335
|
+
var _initProto25;
|
|
27224
28336
|
var _Tooltip;
|
|
27225
|
-
|
|
28337
|
+
_dec90 = Component({
|
|
27226
28338
|
tag: "ease-tooltip",
|
|
27227
28339
|
shadowMode: "open",
|
|
27228
28340
|
styles: `
|
|
@@ -27252,36 +28364,36 @@ _dec86 = Component({
|
|
|
27252
28364
|
display: block;
|
|
27253
28365
|
}
|
|
27254
28366
|
`
|
|
27255
|
-
}),
|
|
28367
|
+
}), _dec130 = Prop({
|
|
27256
28368
|
type: Boolean,
|
|
27257
28369
|
reflect: true,
|
|
27258
28370
|
onChange(next, previous) {
|
|
27259
28371
|
this._handleOpenChange(next, previous);
|
|
27260
28372
|
}
|
|
27261
|
-
}),
|
|
28373
|
+
}), _dec223 = Prop({
|
|
27262
28374
|
type: Number,
|
|
27263
28375
|
reflect: true,
|
|
27264
28376
|
defaultValue: 300
|
|
27265
28377
|
}), _dec320 = Prop({
|
|
27266
28378
|
reflect: true,
|
|
27267
28379
|
defaultValue: "top-center"
|
|
27268
|
-
}), _dec418 = Query('[slot="trigger"]'), _dec516 = Query("[data-tooltip-content]"),
|
|
28380
|
+
}), _dec418 = Query('[slot="trigger"]'), _dec516 = Query("[data-tooltip-content]"), _dec614 = OutsideClick({
|
|
27269
28381
|
content: (host) => host.contentElement,
|
|
27270
28382
|
triggers: (host) => [
|
|
27271
28383
|
host.triggerElement
|
|
27272
28384
|
],
|
|
27273
28385
|
disabled: (host) => !host.open
|
|
27274
28386
|
});
|
|
27275
|
-
var Tooltip = class extends (
|
|
28387
|
+
var Tooltip = class extends (_HTMLElement46 = HTMLElement) {
|
|
27276
28388
|
static {
|
|
27277
|
-
({ e: [
|
|
28389
|
+
({ e: [_init_open4, _init_delay, _init_placement4, _init_triggerElement, _init_contentElement3, _initProto25], c: [_Tooltip, _initClass46] } = _apply_decs_2203_r46(this, [
|
|
27278
28390
|
[
|
|
27279
|
-
|
|
28391
|
+
_dec130,
|
|
27280
28392
|
1,
|
|
27281
28393
|
"open"
|
|
27282
28394
|
],
|
|
27283
28395
|
[
|
|
27284
|
-
|
|
28396
|
+
_dec223,
|
|
27285
28397
|
1,
|
|
27286
28398
|
"delay"
|
|
27287
28399
|
],
|
|
@@ -27301,13 +28413,13 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
|
|
|
27301
28413
|
"contentElement"
|
|
27302
28414
|
],
|
|
27303
28415
|
[
|
|
27304
|
-
|
|
28416
|
+
_dec614,
|
|
27305
28417
|
2,
|
|
27306
28418
|
"handleOutsideDismiss"
|
|
27307
28419
|
]
|
|
27308
28420
|
], [
|
|
27309
|
-
|
|
27310
|
-
],
|
|
28421
|
+
_dec90
|
|
28422
|
+
], _HTMLElement46));
|
|
27311
28423
|
}
|
|
27312
28424
|
#hoverTimer;
|
|
27313
28425
|
#trigger;
|
|
@@ -27374,7 +28486,7 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
|
|
|
27374
28486
|
}
|
|
27375
28487
|
}
|
|
27376
28488
|
render() {
|
|
27377
|
-
return
|
|
28489
|
+
return html47`
|
|
27378
28490
|
<ease-popover .placement=${this.placement} ?open=${this.open}>
|
|
27379
28491
|
<slot name="trigger" slot="trigger"></slot>
|
|
27380
28492
|
<div
|
|
@@ -27454,10 +28566,10 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
|
|
|
27454
28566
|
}
|
|
27455
28567
|
}
|
|
27456
28568
|
static {
|
|
27457
|
-
|
|
28569
|
+
_initClass46();
|
|
27458
28570
|
}
|
|
27459
28571
|
constructor(...args) {
|
|
27460
|
-
super(...args), this.#hoverTimer = (
|
|
28572
|
+
super(...args), this.#hoverTimer = (_initProto25(this), null), this.#trigger = null, this.#content = null, this.#___private_open_1 = _init_open4(this, false), this.#___private_delay_2 = _init_delay(this, 300), this.#___private_placement_3 = _init_placement4(this, "top-center"), this.#___private_triggerElement_4 = _init_triggerElement(this), this.#___private_contentElement_5 = _init_contentElement3(this), this.#handleEnter = () => {
|
|
27461
28573
|
this.#startTimer(() => {
|
|
27462
28574
|
this.open = true;
|
|
27463
28575
|
});
|
|
@@ -27482,6 +28594,7 @@ export {
|
|
|
27482
28594
|
_ColorPicker as ColorPicker,
|
|
27483
28595
|
_Dropdown as Dropdown,
|
|
27484
28596
|
_Field as Field,
|
|
28597
|
+
_Folder as Folder,
|
|
27485
28598
|
_IconAnchorAdd as IconAnchorAdd,
|
|
27486
28599
|
_IconAnchorRemove as IconAnchorRemove,
|
|
27487
28600
|
_IconArrowsVertical as IconArrowsVertical,
|
|
@@ -27497,6 +28610,7 @@ export {
|
|
|
27497
28610
|
_IconClear as IconClear,
|
|
27498
28611
|
_IconCode as IconCode,
|
|
27499
28612
|
_IconDots as IconDots,
|
|
28613
|
+
_IconFolder as IconFolder,
|
|
27500
28614
|
_IconGrid as IconGrid,
|
|
27501
28615
|
_IconMention as IconMention,
|
|
27502
28616
|
_IconMinus as IconMinus,
|