@mittwald/flow-remote-elements 0.2.0-alpha.113 → 0.2.0-alpha.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +474 -290
- package/dist/types/auto-generated/RemoteAreaChartElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteAreaChartElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteAreaElement.d.ts +26 -0
- package/dist/types/auto-generated/RemoteAreaElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteCartesianGridElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteCartesianGridElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteChartLegendElement.d.ts +19 -0
- package/dist/types/auto-generated/RemoteChartLegendElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteChartTooltipElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteChartTooltipElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteLegendElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteLegendElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteXAxisElement.d.ts +27 -0
- package/dist/types/auto-generated/RemoteXAxisElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteYAxisElement.d.ts +26 -0
- package/dist/types/auto-generated/RemoteYAxisElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +8 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1468,7 +1468,14 @@ class O extends t {
|
|
|
1468
1468
|
return {
|
|
1469
1469
|
className: {},
|
|
1470
1470
|
color: {},
|
|
1471
|
-
|
|
1471
|
+
dataKey: {},
|
|
1472
|
+
fillOpacity: {},
|
|
1473
|
+
onlyDots: {},
|
|
1474
|
+
stackId: {},
|
|
1475
|
+
type: {},
|
|
1476
|
+
unit: {},
|
|
1477
|
+
xAxisId: {},
|
|
1478
|
+
yAxisId: {}
|
|
1472
1479
|
};
|
|
1473
1480
|
}
|
|
1474
1481
|
static get remoteEvents() {
|
|
@@ -1478,8 +1485,48 @@ class O extends t {
|
|
|
1478
1485
|
return [];
|
|
1479
1486
|
}
|
|
1480
1487
|
}
|
|
1481
|
-
customElements.define("flr-
|
|
1488
|
+
customElements.define("flr-area", O);
|
|
1482
1489
|
class M extends t {
|
|
1490
|
+
static get remoteAttributes() {
|
|
1491
|
+
return ["style"];
|
|
1492
|
+
}
|
|
1493
|
+
static get remoteProperties() {
|
|
1494
|
+
return {
|
|
1495
|
+
className: {},
|
|
1496
|
+
data: {},
|
|
1497
|
+
height: {},
|
|
1498
|
+
syncId: {},
|
|
1499
|
+
syncMethod: {}
|
|
1500
|
+
};
|
|
1501
|
+
}
|
|
1502
|
+
static get remoteEvents() {
|
|
1503
|
+
return {};
|
|
1504
|
+
}
|
|
1505
|
+
static get remoteSlots() {
|
|
1506
|
+
return [];
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
customElements.define("flr-area-chart", M);
|
|
1510
|
+
class D extends t {
|
|
1511
|
+
static get remoteAttributes() {
|
|
1512
|
+
return ["style"];
|
|
1513
|
+
}
|
|
1514
|
+
static get remoteProperties() {
|
|
1515
|
+
return {
|
|
1516
|
+
className: {},
|
|
1517
|
+
color: {},
|
|
1518
|
+
size: {}
|
|
1519
|
+
};
|
|
1520
|
+
}
|
|
1521
|
+
static get remoteEvents() {
|
|
1522
|
+
return {};
|
|
1523
|
+
}
|
|
1524
|
+
static get remoteSlots() {
|
|
1525
|
+
return [];
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
customElements.define("flr-avatar", D);
|
|
1529
|
+
class U extends t {
|
|
1483
1530
|
static get remoteAttributes() {
|
|
1484
1531
|
return ["style"];
|
|
1485
1532
|
}
|
|
@@ -1499,8 +1546,8 @@ class M extends t {
|
|
|
1499
1546
|
return [];
|
|
1500
1547
|
}
|
|
1501
1548
|
}
|
|
1502
|
-
customElements.define("flr-avatar-stack",
|
|
1503
|
-
class
|
|
1549
|
+
customElements.define("flr-avatar-stack", U);
|
|
1550
|
+
class R extends t {
|
|
1504
1551
|
static get remoteAttributes() {
|
|
1505
1552
|
return ["style"];
|
|
1506
1553
|
}
|
|
@@ -1521,8 +1568,8 @@ class U extends t {
|
|
|
1521
1568
|
return [];
|
|
1522
1569
|
}
|
|
1523
1570
|
}
|
|
1524
|
-
customElements.define("flr-badge",
|
|
1525
|
-
class
|
|
1571
|
+
customElements.define("flr-badge", R);
|
|
1572
|
+
class T extends t {
|
|
1526
1573
|
static get remoteAttributes() {
|
|
1527
1574
|
return ["style"];
|
|
1528
1575
|
}
|
|
@@ -1550,8 +1597,8 @@ class D extends t {
|
|
|
1550
1597
|
return [];
|
|
1551
1598
|
}
|
|
1552
1599
|
}
|
|
1553
|
-
customElements.define("flr-breadcrumb",
|
|
1554
|
-
class
|
|
1600
|
+
customElements.define("flr-breadcrumb", T);
|
|
1601
|
+
class I extends t {
|
|
1555
1602
|
static get remoteAttributes() {
|
|
1556
1603
|
return ["style"];
|
|
1557
1604
|
}
|
|
@@ -1614,8 +1661,67 @@ class R extends t {
|
|
|
1614
1661
|
return [];
|
|
1615
1662
|
}
|
|
1616
1663
|
}
|
|
1617
|
-
customElements.define("flr-button",
|
|
1618
|
-
class
|
|
1664
|
+
customElements.define("flr-button", I);
|
|
1665
|
+
class A extends t {
|
|
1666
|
+
static get remoteAttributes() {
|
|
1667
|
+
return ["style"];
|
|
1668
|
+
}
|
|
1669
|
+
static get remoteProperties() {
|
|
1670
|
+
return {
|
|
1671
|
+
className: {},
|
|
1672
|
+
horizontal: {},
|
|
1673
|
+
strokeDasharray: {},
|
|
1674
|
+
vertical: {}
|
|
1675
|
+
};
|
|
1676
|
+
}
|
|
1677
|
+
static get remoteEvents() {
|
|
1678
|
+
return {};
|
|
1679
|
+
}
|
|
1680
|
+
static get remoteSlots() {
|
|
1681
|
+
return [];
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
customElements.define("flr-cartesian-grid", A);
|
|
1685
|
+
class L extends t {
|
|
1686
|
+
static get remoteAttributes() {
|
|
1687
|
+
return ["style"];
|
|
1688
|
+
}
|
|
1689
|
+
static get remoteProperties() {
|
|
1690
|
+
return {
|
|
1691
|
+
className: {},
|
|
1692
|
+
formatter: {},
|
|
1693
|
+
verticalAlign: {}
|
|
1694
|
+
};
|
|
1695
|
+
}
|
|
1696
|
+
static get remoteEvents() {
|
|
1697
|
+
return {};
|
|
1698
|
+
}
|
|
1699
|
+
static get remoteSlots() {
|
|
1700
|
+
return [];
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
customElements.define("flr-chart-legend", L);
|
|
1704
|
+
class z extends t {
|
|
1705
|
+
static get remoteAttributes() {
|
|
1706
|
+
return ["style"];
|
|
1707
|
+
}
|
|
1708
|
+
static get remoteProperties() {
|
|
1709
|
+
return {
|
|
1710
|
+
allowEscapeViewBox: {},
|
|
1711
|
+
formatter: {},
|
|
1712
|
+
headingFormatter: {},
|
|
1713
|
+
wrapperClassName: {}
|
|
1714
|
+
};
|
|
1715
|
+
}
|
|
1716
|
+
static get remoteEvents() {
|
|
1717
|
+
return {};
|
|
1718
|
+
}
|
|
1719
|
+
static get remoteSlots() {
|
|
1720
|
+
return [];
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
customElements.define("flr-chart-tooltip", z);
|
|
1724
|
+
class N extends t {
|
|
1619
1725
|
static get remoteAttributes() {
|
|
1620
1726
|
return ["style"];
|
|
1621
1727
|
}
|
|
@@ -1632,8 +1738,8 @@ class T extends t {
|
|
|
1632
1738
|
return [];
|
|
1633
1739
|
}
|
|
1634
1740
|
}
|
|
1635
|
-
customElements.define("flr-chat",
|
|
1636
|
-
class
|
|
1741
|
+
customElements.define("flr-chat", N);
|
|
1742
|
+
class F extends t {
|
|
1637
1743
|
static get remoteAttributes() {
|
|
1638
1744
|
return ["style"];
|
|
1639
1745
|
}
|
|
@@ -1681,8 +1787,8 @@ class I extends t {
|
|
|
1681
1787
|
return [];
|
|
1682
1788
|
}
|
|
1683
1789
|
}
|
|
1684
|
-
customElements.define("flr-checkbox",
|
|
1685
|
-
class
|
|
1790
|
+
customElements.define("flr-checkbox", F);
|
|
1791
|
+
class H extends t {
|
|
1686
1792
|
static get remoteAttributes() {
|
|
1687
1793
|
return ["style"];
|
|
1688
1794
|
}
|
|
@@ -1730,8 +1836,8 @@ class A extends t {
|
|
|
1730
1836
|
return [];
|
|
1731
1837
|
}
|
|
1732
1838
|
}
|
|
1733
|
-
customElements.define("flr-checkbox-button",
|
|
1734
|
-
class
|
|
1839
|
+
customElements.define("flr-checkbox-button", H);
|
|
1840
|
+
class K extends t {
|
|
1735
1841
|
static get remoteAttributes() {
|
|
1736
1842
|
return ["style"];
|
|
1737
1843
|
}
|
|
@@ -1771,8 +1877,8 @@ class L extends t {
|
|
|
1771
1877
|
return [];
|
|
1772
1878
|
}
|
|
1773
1879
|
}
|
|
1774
|
-
customElements.define("flr-checkbox-group",
|
|
1775
|
-
class
|
|
1880
|
+
customElements.define("flr-checkbox-group", K);
|
|
1881
|
+
class V extends t {
|
|
1776
1882
|
static get remoteAttributes() {
|
|
1777
1883
|
return ["style"];
|
|
1778
1884
|
}
|
|
@@ -1788,9 +1894,9 @@ class z extends t {
|
|
|
1788
1894
|
}
|
|
1789
1895
|
customElements.define(
|
|
1790
1896
|
"flr-clear-props-context-content",
|
|
1791
|
-
|
|
1897
|
+
V
|
|
1792
1898
|
);
|
|
1793
|
-
class
|
|
1899
|
+
class W extends t {
|
|
1794
1900
|
static get remoteAttributes() {
|
|
1795
1901
|
return ["style"];
|
|
1796
1902
|
}
|
|
@@ -1809,8 +1915,8 @@ class N extends t {
|
|
|
1809
1915
|
return [];
|
|
1810
1916
|
}
|
|
1811
1917
|
}
|
|
1812
|
-
customElements.define("flr-code-block",
|
|
1813
|
-
class
|
|
1918
|
+
customElements.define("flr-code-block", W);
|
|
1919
|
+
class B extends t {
|
|
1814
1920
|
static get remoteAttributes() {
|
|
1815
1921
|
return ["style"];
|
|
1816
1922
|
}
|
|
@@ -1826,8 +1932,8 @@ class F extends t {
|
|
|
1826
1932
|
return [];
|
|
1827
1933
|
}
|
|
1828
1934
|
}
|
|
1829
|
-
customElements.define("flr-color",
|
|
1830
|
-
class
|
|
1935
|
+
customElements.define("flr-color", B);
|
|
1936
|
+
class q extends t {
|
|
1831
1937
|
static get remoteAttributes() {
|
|
1832
1938
|
return ["style"];
|
|
1833
1939
|
}
|
|
@@ -2123,8 +2229,8 @@ class H extends t {
|
|
|
2123
2229
|
return [];
|
|
2124
2230
|
}
|
|
2125
2231
|
}
|
|
2126
|
-
customElements.define("flr-column-layout",
|
|
2127
|
-
class
|
|
2232
|
+
customElements.define("flr-column-layout", q);
|
|
2233
|
+
class G extends t {
|
|
2128
2234
|
static get remoteAttributes() {
|
|
2129
2235
|
return ["style"];
|
|
2130
2236
|
}
|
|
@@ -2415,8 +2521,8 @@ class K extends t {
|
|
|
2415
2521
|
return [];
|
|
2416
2522
|
}
|
|
2417
2523
|
}
|
|
2418
|
-
customElements.define("flr-content",
|
|
2419
|
-
class
|
|
2524
|
+
customElements.define("flr-content", G);
|
|
2525
|
+
class X extends t {
|
|
2420
2526
|
static get remoteAttributes() {
|
|
2421
2527
|
return ["style"];
|
|
2422
2528
|
}
|
|
@@ -2455,9 +2561,9 @@ class V extends t {
|
|
|
2455
2561
|
}
|
|
2456
2562
|
customElements.define(
|
|
2457
2563
|
"flr-context-menu-content",
|
|
2458
|
-
|
|
2564
|
+
X
|
|
2459
2565
|
);
|
|
2460
|
-
class
|
|
2566
|
+
class Y extends t {
|
|
2461
2567
|
static get remoteAttributes() {
|
|
2462
2568
|
return ["style"];
|
|
2463
2569
|
}
|
|
@@ -2475,9 +2581,9 @@ class W extends t {
|
|
|
2475
2581
|
}
|
|
2476
2582
|
customElements.define(
|
|
2477
2583
|
"flr-context-menu-section",
|
|
2478
|
-
|
|
2584
|
+
Y
|
|
2479
2585
|
);
|
|
2480
|
-
class
|
|
2586
|
+
class j extends t {
|
|
2481
2587
|
static get remoteAttributes() {
|
|
2482
2588
|
return ["style"];
|
|
2483
2589
|
}
|
|
@@ -2523,8 +2629,8 @@ class B extends t {
|
|
|
2523
2629
|
return [];
|
|
2524
2630
|
}
|
|
2525
2631
|
}
|
|
2526
|
-
customElements.define("flr-contextual-help",
|
|
2527
|
-
class
|
|
2632
|
+
customElements.define("flr-contextual-help", j);
|
|
2633
|
+
class Z extends t {
|
|
2528
2634
|
static get remoteAttributes() {
|
|
2529
2635
|
return ["style"];
|
|
2530
2636
|
}
|
|
@@ -2542,9 +2648,9 @@ class q extends t {
|
|
|
2542
2648
|
}
|
|
2543
2649
|
customElements.define(
|
|
2544
2650
|
"flr-contextual-help-trigger",
|
|
2545
|
-
|
|
2651
|
+
Z
|
|
2546
2652
|
);
|
|
2547
|
-
class
|
|
2653
|
+
class _ extends t {
|
|
2548
2654
|
static get remoteAttributes() {
|
|
2549
2655
|
return ["style"];
|
|
2550
2656
|
}
|
|
@@ -2605,8 +2711,8 @@ class G extends t {
|
|
|
2605
2711
|
return ["text"];
|
|
2606
2712
|
}
|
|
2607
2713
|
}
|
|
2608
|
-
customElements.define("flr-copy-button",
|
|
2609
|
-
class
|
|
2714
|
+
customElements.define("flr-copy-button", _);
|
|
2715
|
+
class J extends t {
|
|
2610
2716
|
static get remoteAttributes() {
|
|
2611
2717
|
return ["style"];
|
|
2612
2718
|
}
|
|
@@ -2897,8 +3003,8 @@ class X extends t {
|
|
|
2897
3003
|
return [];
|
|
2898
3004
|
}
|
|
2899
3005
|
}
|
|
2900
|
-
customElements.define("flr-counter-badge",
|
|
2901
|
-
class
|
|
3006
|
+
customElements.define("flr-counter-badge", J);
|
|
3007
|
+
class Q extends t {
|
|
2902
3008
|
static get remoteAttributes() {
|
|
2903
3009
|
return ["style"];
|
|
2904
3010
|
}
|
|
@@ -2943,8 +3049,8 @@ class Y extends t {
|
|
|
2943
3049
|
return [];
|
|
2944
3050
|
}
|
|
2945
3051
|
}
|
|
2946
|
-
customElements.define("flr-country-options",
|
|
2947
|
-
class
|
|
3052
|
+
customElements.define("flr-country-options", Q);
|
|
3053
|
+
class $ extends t {
|
|
2948
3054
|
static get remoteAttributes() {
|
|
2949
3055
|
return ["style"];
|
|
2950
3056
|
}
|
|
@@ -2997,8 +3103,8 @@ class j extends t {
|
|
|
2997
3103
|
return ["errorMessage"];
|
|
2998
3104
|
}
|
|
2999
3105
|
}
|
|
3000
|
-
customElements.define("flr-date-picker",
|
|
3001
|
-
class
|
|
3106
|
+
customElements.define("flr-date-picker", $);
|
|
3107
|
+
class ee extends t {
|
|
3002
3108
|
static get remoteAttributes() {
|
|
3003
3109
|
return ["style"];
|
|
3004
3110
|
}
|
|
@@ -3053,8 +3159,8 @@ class Z extends t {
|
|
|
3053
3159
|
return ["errorMessage"];
|
|
3054
3160
|
}
|
|
3055
3161
|
}
|
|
3056
|
-
customElements.define("flr-date-range-picker",
|
|
3057
|
-
class
|
|
3162
|
+
customElements.define("flr-date-range-picker", ee);
|
|
3163
|
+
class te extends t {
|
|
3058
3164
|
static get remoteAttributes() {
|
|
3059
3165
|
return ["style"];
|
|
3060
3166
|
}
|
|
@@ -3073,8 +3179,8 @@ class _ extends t {
|
|
|
3073
3179
|
return [];
|
|
3074
3180
|
}
|
|
3075
3181
|
}
|
|
3076
|
-
customElements.define("flr-dialog-trigger",
|
|
3077
|
-
class
|
|
3182
|
+
customElements.define("flr-dialog-trigger", te);
|
|
3183
|
+
class ae extends t {
|
|
3078
3184
|
static get remoteAttributes() {
|
|
3079
3185
|
return ["style"];
|
|
3080
3186
|
}
|
|
@@ -3090,8 +3196,8 @@ class J extends t {
|
|
|
3090
3196
|
return [];
|
|
3091
3197
|
}
|
|
3092
3198
|
}
|
|
3093
|
-
customElements.define("flr-div",
|
|
3094
|
-
class
|
|
3199
|
+
customElements.define("flr-div", ae);
|
|
3200
|
+
class re extends t {
|
|
3095
3201
|
static get remoteAttributes() {
|
|
3096
3202
|
return ["style"];
|
|
3097
3203
|
}
|
|
@@ -3383,8 +3489,8 @@ class Q extends t {
|
|
|
3383
3489
|
return [];
|
|
3384
3490
|
}
|
|
3385
3491
|
}
|
|
3386
|
-
customElements.define("flr-field-description",
|
|
3387
|
-
class
|
|
3492
|
+
customElements.define("flr-field-description", re);
|
|
3493
|
+
class ie extends t {
|
|
3388
3494
|
static get remoteAttributes() {
|
|
3389
3495
|
return ["style"];
|
|
3390
3496
|
}
|
|
@@ -3401,8 +3507,8 @@ class $ extends t {
|
|
|
3401
3507
|
return [];
|
|
3402
3508
|
}
|
|
3403
3509
|
}
|
|
3404
|
-
customElements.define("flr-field-error",
|
|
3405
|
-
class
|
|
3510
|
+
customElements.define("flr-field-error", ie);
|
|
3511
|
+
class oe extends t {
|
|
3406
3512
|
static get remoteAttributes() {
|
|
3407
3513
|
return ["style"];
|
|
3408
3514
|
}
|
|
@@ -3701,8 +3807,8 @@ class ee extends t {
|
|
|
3701
3807
|
return [];
|
|
3702
3808
|
}
|
|
3703
3809
|
}
|
|
3704
|
-
customElements.define("flr-file-card",
|
|
3705
|
-
class
|
|
3810
|
+
customElements.define("flr-file-card", oe);
|
|
3811
|
+
class ne extends t {
|
|
3706
3812
|
static get remoteAttributes() {
|
|
3707
3813
|
return ["style"];
|
|
3708
3814
|
}
|
|
@@ -3997,8 +4103,8 @@ class te extends t {
|
|
|
3997
4103
|
return [];
|
|
3998
4104
|
}
|
|
3999
4105
|
}
|
|
4000
|
-
customElements.define("flr-file-card-list",
|
|
4001
|
-
class
|
|
4106
|
+
customElements.define("flr-file-card-list", ne);
|
|
4107
|
+
class ue extends t {
|
|
4002
4108
|
static get remoteAttributes() {
|
|
4003
4109
|
return ["style"];
|
|
4004
4110
|
}
|
|
@@ -4022,8 +4128,8 @@ class ae extends t {
|
|
|
4022
4128
|
return [];
|
|
4023
4129
|
}
|
|
4024
4130
|
}
|
|
4025
|
-
customElements.define("flr-file-field",
|
|
4026
|
-
class
|
|
4131
|
+
customElements.define("flr-file-field", ue);
|
|
4132
|
+
class se extends t {
|
|
4027
4133
|
static get remoteAttributes() {
|
|
4028
4134
|
return ["style"];
|
|
4029
4135
|
}
|
|
@@ -4047,8 +4153,8 @@ class re extends t {
|
|
|
4047
4153
|
return [];
|
|
4048
4154
|
}
|
|
4049
4155
|
}
|
|
4050
|
-
customElements.define("flr-flex",
|
|
4051
|
-
class
|
|
4156
|
+
customElements.define("flr-flex", se);
|
|
4157
|
+
class pe extends t {
|
|
4052
4158
|
static get remoteAttributes() {
|
|
4053
4159
|
return ["style"];
|
|
4054
4160
|
}
|
|
@@ -4062,8 +4168,8 @@ class ie extends t {
|
|
|
4062
4168
|
return [];
|
|
4063
4169
|
}
|
|
4064
4170
|
}
|
|
4065
|
-
customElements.define("flr-fragment",
|
|
4066
|
-
class
|
|
4171
|
+
customElements.define("flr-fragment", pe);
|
|
4172
|
+
class le extends t {
|
|
4067
4173
|
static get remoteAttributes() {
|
|
4068
4174
|
return ["style"];
|
|
4069
4175
|
}
|
|
@@ -4354,8 +4460,8 @@ class oe extends t {
|
|
|
4354
4460
|
return [];
|
|
4355
4461
|
}
|
|
4356
4462
|
}
|
|
4357
|
-
customElements.define("flr-header",
|
|
4358
|
-
class
|
|
4463
|
+
customElements.define("flr-header", le);
|
|
4464
|
+
class de extends t {
|
|
4359
4465
|
static get remoteAttributes() {
|
|
4360
4466
|
return ["style"];
|
|
4361
4467
|
}
|
|
@@ -4644,8 +4750,8 @@ class ne extends t {
|
|
|
4644
4750
|
return [];
|
|
4645
4751
|
}
|
|
4646
4752
|
}
|
|
4647
|
-
customElements.define("flr-header-navigation",
|
|
4648
|
-
class
|
|
4753
|
+
customElements.define("flr-header-navigation", de);
|
|
4754
|
+
class ce extends t {
|
|
4649
4755
|
static get remoteAttributes() {
|
|
4650
4756
|
return ["style"];
|
|
4651
4757
|
}
|
|
@@ -4936,8 +5042,8 @@ class ue extends t {
|
|
|
4936
5042
|
return [];
|
|
4937
5043
|
}
|
|
4938
5044
|
}
|
|
4939
|
-
customElements.define("flr-heading",
|
|
4940
|
-
class
|
|
5045
|
+
customElements.define("flr-heading", ce);
|
|
5046
|
+
class Ce extends t {
|
|
4941
5047
|
static get remoteAttributes() {
|
|
4942
5048
|
return ["style"];
|
|
4943
5049
|
}
|
|
@@ -5434,8 +5540,8 @@ class se extends t {
|
|
|
5434
5540
|
return [];
|
|
5435
5541
|
}
|
|
5436
5542
|
}
|
|
5437
|
-
customElements.define("flr-icon",
|
|
5438
|
-
class
|
|
5543
|
+
customElements.define("flr-icon", Ce);
|
|
5544
|
+
class me extends t {
|
|
5439
5545
|
static get remoteAttributes() {
|
|
5440
5546
|
return ["style"];
|
|
5441
5547
|
}
|
|
@@ -5726,9 +5832,9 @@ class pe extends t {
|
|
|
5726
5832
|
}
|
|
5727
5833
|
customElements.define(
|
|
5728
5834
|
"flr-illustrated-message",
|
|
5729
|
-
|
|
5835
|
+
me
|
|
5730
5836
|
);
|
|
5731
|
-
class
|
|
5837
|
+
class ge extends t {
|
|
5732
5838
|
static get remoteAttributes() {
|
|
5733
5839
|
return ["style"];
|
|
5734
5840
|
}
|
|
@@ -6031,8 +6137,8 @@ class le extends t {
|
|
|
6031
6137
|
return [];
|
|
6032
6138
|
}
|
|
6033
6139
|
}
|
|
6034
|
-
customElements.define("flr-image",
|
|
6035
|
-
class
|
|
6140
|
+
customElements.define("flr-image", ge);
|
|
6141
|
+
class ve extends t {
|
|
6036
6142
|
static get remoteAttributes() {
|
|
6037
6143
|
return ["style"];
|
|
6038
6144
|
}
|
|
@@ -6049,8 +6155,8 @@ class de extends t {
|
|
|
6049
6155
|
return [];
|
|
6050
6156
|
}
|
|
6051
6157
|
}
|
|
6052
|
-
customElements.define("flr-initials",
|
|
6053
|
-
class
|
|
6158
|
+
customElements.define("flr-initials", ve);
|
|
6159
|
+
class be extends t {
|
|
6054
6160
|
static get remoteAttributes() {
|
|
6055
6161
|
return ["style"];
|
|
6056
6162
|
}
|
|
@@ -6339,8 +6445,8 @@ class ce extends t {
|
|
|
6339
6445
|
return [];
|
|
6340
6446
|
}
|
|
6341
6447
|
}
|
|
6342
|
-
customElements.define("flr-inline-code",
|
|
6343
|
-
class
|
|
6448
|
+
customElements.define("flr-inline-code", be);
|
|
6449
|
+
class ye extends t {
|
|
6344
6450
|
static get remoteAttributes() {
|
|
6345
6451
|
return ["style"];
|
|
6346
6452
|
}
|
|
@@ -6381,8 +6487,8 @@ class Ce extends t {
|
|
|
6381
6487
|
return [];
|
|
6382
6488
|
}
|
|
6383
6489
|
}
|
|
6384
|
-
customElements.define("flr-items-grid-list",
|
|
6385
|
-
class
|
|
6490
|
+
customElements.define("flr-items-grid-list", ye);
|
|
6491
|
+
class he extends t {
|
|
6386
6492
|
static get remoteAttributes() {
|
|
6387
6493
|
return ["style"];
|
|
6388
6494
|
}
|
|
@@ -6419,9 +6525,9 @@ class me extends t {
|
|
|
6419
6525
|
}
|
|
6420
6526
|
customElements.define(
|
|
6421
6527
|
"flr-items-grid-list-item",
|
|
6422
|
-
|
|
6528
|
+
he
|
|
6423
6529
|
);
|
|
6424
|
-
class
|
|
6530
|
+
class Ee extends t {
|
|
6425
6531
|
static get remoteAttributes() {
|
|
6426
6532
|
return ["style"];
|
|
6427
6533
|
}
|
|
@@ -6716,8 +6822,8 @@ class ge extends t {
|
|
|
6716
6822
|
return [];
|
|
6717
6823
|
}
|
|
6718
6824
|
}
|
|
6719
|
-
customElements.define("flr-label",
|
|
6720
|
-
class
|
|
6825
|
+
customElements.define("flr-label", Ee);
|
|
6826
|
+
class fe extends t {
|
|
6721
6827
|
static get remoteAttributes() {
|
|
6722
6828
|
return ["style"];
|
|
6723
6829
|
}
|
|
@@ -6733,8 +6839,8 @@ class ve extends t {
|
|
|
6733
6839
|
return [];
|
|
6734
6840
|
}
|
|
6735
6841
|
}
|
|
6736
|
-
customElements.define("flr-labeled-value",
|
|
6737
|
-
class
|
|
6842
|
+
customElements.define("flr-labeled-value", fe);
|
|
6843
|
+
class xe extends t {
|
|
6738
6844
|
static get remoteAttributes() {
|
|
6739
6845
|
return ["style"];
|
|
6740
6846
|
}
|
|
@@ -7024,8 +7130,25 @@ class be extends t {
|
|
|
7024
7130
|
return [];
|
|
7025
7131
|
}
|
|
7026
7132
|
}
|
|
7027
|
-
customElements.define("flr-layout-card",
|
|
7028
|
-
class
|
|
7133
|
+
customElements.define("flr-layout-card", xe);
|
|
7134
|
+
class ke extends t {
|
|
7135
|
+
static get remoteAttributes() {
|
|
7136
|
+
return ["style"];
|
|
7137
|
+
}
|
|
7138
|
+
static get remoteProperties() {
|
|
7139
|
+
return {
|
|
7140
|
+
className: {}
|
|
7141
|
+
};
|
|
7142
|
+
}
|
|
7143
|
+
static get remoteEvents() {
|
|
7144
|
+
return {};
|
|
7145
|
+
}
|
|
7146
|
+
static get remoteSlots() {
|
|
7147
|
+
return [];
|
|
7148
|
+
}
|
|
7149
|
+
}
|
|
7150
|
+
customElements.define("flr-legend", ke);
|
|
7151
|
+
class Se extends t {
|
|
7029
7152
|
static get remoteAttributes() {
|
|
7030
7153
|
return ["style"];
|
|
7031
7154
|
}
|
|
@@ -7042,8 +7165,8 @@ class ye extends t {
|
|
|
7042
7165
|
return [];
|
|
7043
7166
|
}
|
|
7044
7167
|
}
|
|
7045
|
-
customElements.define("flr-light-box",
|
|
7046
|
-
class
|
|
7168
|
+
customElements.define("flr-light-box", Se);
|
|
7169
|
+
class we extends t {
|
|
7047
7170
|
static get remoteAttributes() {
|
|
7048
7171
|
return ["style"];
|
|
7049
7172
|
}
|
|
@@ -7059,8 +7182,8 @@ class he extends t {
|
|
|
7059
7182
|
return [];
|
|
7060
7183
|
}
|
|
7061
7184
|
}
|
|
7062
|
-
customElements.define("flr-light-box-trigger",
|
|
7063
|
-
class
|
|
7185
|
+
customElements.define("flr-light-box-trigger", we);
|
|
7186
|
+
class Pe extends t {
|
|
7064
7187
|
static get remoteAttributes() {
|
|
7065
7188
|
return ["style"];
|
|
7066
7189
|
}
|
|
@@ -7110,8 +7233,8 @@ class Ee extends t {
|
|
|
7110
7233
|
return [];
|
|
7111
7234
|
}
|
|
7112
7235
|
}
|
|
7113
|
-
customElements.define("flr-link",
|
|
7114
|
-
class
|
|
7236
|
+
customElements.define("flr-link", Pe);
|
|
7237
|
+
class Oe extends t {
|
|
7115
7238
|
static get remoteAttributes() {
|
|
7116
7239
|
return ["style"];
|
|
7117
7240
|
}
|
|
@@ -7125,8 +7248,8 @@ class fe extends t {
|
|
|
7125
7248
|
return [];
|
|
7126
7249
|
}
|
|
7127
7250
|
}
|
|
7128
|
-
customElements.define("flr-list-empty-view",
|
|
7129
|
-
class
|
|
7251
|
+
customElements.define("flr-list-empty-view", Oe);
|
|
7252
|
+
class Me extends t {
|
|
7130
7253
|
static get remoteAttributes() {
|
|
7131
7254
|
return ["style"];
|
|
7132
7255
|
}
|
|
@@ -7144,9 +7267,9 @@ class xe extends t {
|
|
|
7144
7267
|
}
|
|
7145
7268
|
customElements.define(
|
|
7146
7269
|
"flr-list-item-view-content",
|
|
7147
|
-
|
|
7270
|
+
Me
|
|
7148
7271
|
);
|
|
7149
|
-
class
|
|
7272
|
+
class De extends t {
|
|
7150
7273
|
static get remoteAttributes() {
|
|
7151
7274
|
return ["style"];
|
|
7152
7275
|
}
|
|
@@ -7160,8 +7283,8 @@ class ke extends t {
|
|
|
7160
7283
|
return [];
|
|
7161
7284
|
}
|
|
7162
7285
|
}
|
|
7163
|
-
customElements.define("flr-list-summary",
|
|
7164
|
-
class
|
|
7286
|
+
customElements.define("flr-list-summary", De);
|
|
7287
|
+
class Ue extends t {
|
|
7165
7288
|
static get remoteAttributes() {
|
|
7166
7289
|
return ["style"];
|
|
7167
7290
|
}
|
|
@@ -7658,8 +7781,8 @@ class Se extends t {
|
|
|
7658
7781
|
return [];
|
|
7659
7782
|
}
|
|
7660
7783
|
}
|
|
7661
|
-
customElements.define("flr-loading-spinner",
|
|
7662
|
-
class
|
|
7784
|
+
customElements.define("flr-loading-spinner", Ue);
|
|
7785
|
+
class Re extends t {
|
|
7663
7786
|
static get remoteAttributes() {
|
|
7664
7787
|
return ["style"];
|
|
7665
7788
|
}
|
|
@@ -7684,8 +7807,8 @@ class we extends t {
|
|
|
7684
7807
|
return [];
|
|
7685
7808
|
}
|
|
7686
7809
|
}
|
|
7687
|
-
customElements.define("flr-markdown",
|
|
7688
|
-
class
|
|
7810
|
+
customElements.define("flr-markdown", Re);
|
|
7811
|
+
class Te extends t {
|
|
7689
7812
|
static get remoteAttributes() {
|
|
7690
7813
|
return ["style"];
|
|
7691
7814
|
}
|
|
@@ -7720,8 +7843,8 @@ class Pe extends t {
|
|
|
7720
7843
|
return [];
|
|
7721
7844
|
}
|
|
7722
7845
|
}
|
|
7723
|
-
customElements.define("flr-menu-item",
|
|
7724
|
-
class
|
|
7846
|
+
customElements.define("flr-menu-item", Te);
|
|
7847
|
+
class Ie extends t {
|
|
7725
7848
|
static get remoteAttributes() {
|
|
7726
7849
|
return ["style"];
|
|
7727
7850
|
}
|
|
@@ -7741,8 +7864,8 @@ class Oe extends t {
|
|
|
7741
7864
|
return [];
|
|
7742
7865
|
}
|
|
7743
7866
|
}
|
|
7744
|
-
customElements.define("flr-menu-trigger",
|
|
7745
|
-
class
|
|
7867
|
+
customElements.define("flr-menu-trigger", Ie);
|
|
7868
|
+
class Ae extends t {
|
|
7746
7869
|
static get remoteAttributes() {
|
|
7747
7870
|
return ["style"];
|
|
7748
7871
|
}
|
|
@@ -7759,8 +7882,8 @@ class Me extends t {
|
|
|
7759
7882
|
return [];
|
|
7760
7883
|
}
|
|
7761
7884
|
}
|
|
7762
|
-
customElements.define("flr-message",
|
|
7763
|
-
class
|
|
7885
|
+
customElements.define("flr-message", Ae);
|
|
7886
|
+
class Le extends t {
|
|
7764
7887
|
static get remoteAttributes() {
|
|
7765
7888
|
return ["style"];
|
|
7766
7889
|
}
|
|
@@ -7776,8 +7899,8 @@ class Ue extends t {
|
|
|
7776
7899
|
return [];
|
|
7777
7900
|
}
|
|
7778
7901
|
}
|
|
7779
|
-
customElements.define("flr-message-separator",
|
|
7780
|
-
class
|
|
7902
|
+
customElements.define("flr-message-separator", Le);
|
|
7903
|
+
class ze extends t {
|
|
7781
7904
|
static get remoteAttributes() {
|
|
7782
7905
|
return ["style"];
|
|
7783
7906
|
}
|
|
@@ -7793,8 +7916,8 @@ class De extends t {
|
|
|
7793
7916
|
return [];
|
|
7794
7917
|
}
|
|
7795
7918
|
}
|
|
7796
|
-
customElements.define("flr-message-thread",
|
|
7797
|
-
class
|
|
7919
|
+
customElements.define("flr-message-thread", ze);
|
|
7920
|
+
class Ne extends t {
|
|
7798
7921
|
static get remoteAttributes() {
|
|
7799
7922
|
return ["style"];
|
|
7800
7923
|
}
|
|
@@ -8083,8 +8206,8 @@ class Re extends t {
|
|
|
8083
8206
|
return [];
|
|
8084
8207
|
}
|
|
8085
8208
|
}
|
|
8086
|
-
customElements.define("flr-navigation",
|
|
8087
|
-
class
|
|
8209
|
+
customElements.define("flr-navigation", Ne);
|
|
8210
|
+
class Fe extends t {
|
|
8088
8211
|
static get remoteAttributes() {
|
|
8089
8212
|
return ["style"];
|
|
8090
8213
|
}
|
|
@@ -8374,8 +8497,8 @@ class Te extends t {
|
|
|
8374
8497
|
return [];
|
|
8375
8498
|
}
|
|
8376
8499
|
}
|
|
8377
|
-
customElements.define("flr-navigation-group",
|
|
8378
|
-
class
|
|
8500
|
+
customElements.define("flr-navigation-group", Fe);
|
|
8501
|
+
class He extends t {
|
|
8379
8502
|
static get remoteAttributes() {
|
|
8380
8503
|
return ["style"];
|
|
8381
8504
|
}
|
|
@@ -8668,8 +8791,8 @@ class Ie extends t {
|
|
|
8668
8791
|
return [];
|
|
8669
8792
|
}
|
|
8670
8793
|
}
|
|
8671
|
-
customElements.define("flr-notification",
|
|
8672
|
-
class
|
|
8794
|
+
customElements.define("flr-notification", He);
|
|
8795
|
+
class Ke extends t {
|
|
8673
8796
|
static get remoteAttributes() {
|
|
8674
8797
|
return ["style"];
|
|
8675
8798
|
}
|
|
@@ -8960,9 +9083,9 @@ class Ae extends t {
|
|
|
8960
9083
|
}
|
|
8961
9084
|
customElements.define(
|
|
8962
9085
|
"flr-notification-provider",
|
|
8963
|
-
|
|
9086
|
+
Ke
|
|
8964
9087
|
);
|
|
8965
|
-
class
|
|
9088
|
+
class Ve extends t {
|
|
8966
9089
|
static get remoteAttributes() {
|
|
8967
9090
|
return ["style"];
|
|
8968
9091
|
}
|
|
@@ -9017,8 +9140,8 @@ class Le extends t {
|
|
|
9017
9140
|
return [];
|
|
9018
9141
|
}
|
|
9019
9142
|
}
|
|
9020
|
-
customElements.define("flr-number-field",
|
|
9021
|
-
class
|
|
9143
|
+
customElements.define("flr-number-field", Ve);
|
|
9144
|
+
class We extends t {
|
|
9022
9145
|
static get remoteAttributes() {
|
|
9023
9146
|
return ["style"];
|
|
9024
9147
|
}
|
|
@@ -9051,8 +9174,8 @@ class ze extends t {
|
|
|
9051
9174
|
return [];
|
|
9052
9175
|
}
|
|
9053
9176
|
}
|
|
9054
|
-
customElements.define("flr-option",
|
|
9055
|
-
class
|
|
9177
|
+
customElements.define("flr-option", We);
|
|
9178
|
+
class Be extends t {
|
|
9056
9179
|
static get remoteAttributes() {
|
|
9057
9180
|
return ["style"];
|
|
9058
9181
|
}
|
|
@@ -9072,8 +9195,8 @@ class Ne extends t {
|
|
|
9072
9195
|
return [];
|
|
9073
9196
|
}
|
|
9074
9197
|
}
|
|
9075
|
-
customElements.define("flr-overlay-content",
|
|
9076
|
-
class
|
|
9198
|
+
customElements.define("flr-overlay-content", Be);
|
|
9199
|
+
class qe extends t {
|
|
9077
9200
|
static get remoteAttributes() {
|
|
9078
9201
|
return ["style"];
|
|
9079
9202
|
}
|
|
@@ -9096,8 +9219,8 @@ class Fe extends t {
|
|
|
9096
9219
|
return [];
|
|
9097
9220
|
}
|
|
9098
9221
|
}
|
|
9099
|
-
customElements.define("flr-popover-content",
|
|
9100
|
-
class
|
|
9222
|
+
customElements.define("flr-popover-content", qe);
|
|
9223
|
+
class Ge extends t {
|
|
9101
9224
|
static get remoteAttributes() {
|
|
9102
9225
|
return ["style"];
|
|
9103
9226
|
}
|
|
@@ -9127,8 +9250,8 @@ class He extends t {
|
|
|
9127
9250
|
return ["valueLabel"];
|
|
9128
9251
|
}
|
|
9129
9252
|
}
|
|
9130
|
-
customElements.define("flr-progress-bar",
|
|
9131
|
-
class
|
|
9253
|
+
customElements.define("flr-progress-bar", Ge);
|
|
9254
|
+
class Xe extends t {
|
|
9132
9255
|
static get remoteAttributes() {
|
|
9133
9256
|
return ["style"];
|
|
9134
9257
|
}
|
|
@@ -9163,8 +9286,8 @@ class Ke extends t {
|
|
|
9163
9286
|
return [];
|
|
9164
9287
|
}
|
|
9165
9288
|
}
|
|
9166
|
-
customElements.define("flr-radio",
|
|
9167
|
-
class
|
|
9289
|
+
customElements.define("flr-radio", Xe);
|
|
9290
|
+
class Ye extends t {
|
|
9168
9291
|
static get remoteAttributes() {
|
|
9169
9292
|
return ["style"];
|
|
9170
9293
|
}
|
|
@@ -9199,8 +9322,8 @@ class Ve extends t {
|
|
|
9199
9322
|
return [];
|
|
9200
9323
|
}
|
|
9201
9324
|
}
|
|
9202
|
-
customElements.define("flr-radio-button",
|
|
9203
|
-
class
|
|
9325
|
+
customElements.define("flr-radio-button", Ye);
|
|
9326
|
+
class je extends t {
|
|
9204
9327
|
static get remoteAttributes() {
|
|
9205
9328
|
return ["style"];
|
|
9206
9329
|
}
|
|
@@ -9241,8 +9364,8 @@ class We extends t {
|
|
|
9241
9364
|
return [];
|
|
9242
9365
|
}
|
|
9243
9366
|
}
|
|
9244
|
-
customElements.define("flr-radio-group",
|
|
9245
|
-
class
|
|
9367
|
+
customElements.define("flr-radio-group", je);
|
|
9368
|
+
class Ze extends t {
|
|
9246
9369
|
static get remoteAttributes() {
|
|
9247
9370
|
return ["style"];
|
|
9248
9371
|
}
|
|
@@ -9307,8 +9430,8 @@ class Be extends t {
|
|
|
9307
9430
|
return [];
|
|
9308
9431
|
}
|
|
9309
9432
|
}
|
|
9310
|
-
customElements.define("flr-search-field",
|
|
9311
|
-
class
|
|
9433
|
+
customElements.define("flr-search-field", Ze);
|
|
9434
|
+
class _e extends t {
|
|
9312
9435
|
static get remoteAttributes() {
|
|
9313
9436
|
return ["style"];
|
|
9314
9437
|
}
|
|
@@ -9599,8 +9722,8 @@ class qe extends t {
|
|
|
9599
9722
|
return [];
|
|
9600
9723
|
}
|
|
9601
9724
|
}
|
|
9602
|
-
customElements.define("flr-section",
|
|
9603
|
-
class
|
|
9725
|
+
customElements.define("flr-section", _e);
|
|
9726
|
+
class Je extends t {
|
|
9604
9727
|
static get remoteAttributes() {
|
|
9605
9728
|
return ["style"];
|
|
9606
9729
|
}
|
|
@@ -9635,8 +9758,8 @@ class Ge extends t {
|
|
|
9635
9758
|
return [];
|
|
9636
9759
|
}
|
|
9637
9760
|
}
|
|
9638
|
-
customElements.define("flr-segment",
|
|
9639
|
-
class
|
|
9761
|
+
customElements.define("flr-segment", Je);
|
|
9762
|
+
class Qe extends t {
|
|
9640
9763
|
static get remoteAttributes() {
|
|
9641
9764
|
return ["style"];
|
|
9642
9765
|
}
|
|
@@ -9675,8 +9798,8 @@ class Xe extends t {
|
|
|
9675
9798
|
return [];
|
|
9676
9799
|
}
|
|
9677
9800
|
}
|
|
9678
|
-
customElements.define("flr-segmented-control",
|
|
9679
|
-
class
|
|
9801
|
+
customElements.define("flr-segmented-control", Qe);
|
|
9802
|
+
class $e extends t {
|
|
9680
9803
|
static get remoteAttributes() {
|
|
9681
9804
|
return ["style"];
|
|
9682
9805
|
}
|
|
@@ -9722,8 +9845,8 @@ class Ye extends t {
|
|
|
9722
9845
|
return [];
|
|
9723
9846
|
}
|
|
9724
9847
|
}
|
|
9725
|
-
customElements.define("flr-select",
|
|
9726
|
-
class
|
|
9848
|
+
customElements.define("flr-select", $e);
|
|
9849
|
+
class et extends t {
|
|
9727
9850
|
static get remoteAttributes() {
|
|
9728
9851
|
return ["style"];
|
|
9729
9852
|
}
|
|
@@ -9746,8 +9869,8 @@ class je extends t {
|
|
|
9746
9869
|
return [];
|
|
9747
9870
|
}
|
|
9748
9871
|
}
|
|
9749
|
-
customElements.define("flr-separator",
|
|
9750
|
-
class
|
|
9872
|
+
customElements.define("flr-separator", et);
|
|
9873
|
+
class tt extends t {
|
|
9751
9874
|
static get remoteAttributes() {
|
|
9752
9875
|
return ["style"];
|
|
9753
9876
|
}
|
|
@@ -10038,8 +10161,8 @@ class Ze extends t {
|
|
|
10038
10161
|
return [];
|
|
10039
10162
|
}
|
|
10040
10163
|
}
|
|
10041
|
-
customElements.define("flr-skeleton",
|
|
10042
|
-
class
|
|
10164
|
+
customElements.define("flr-skeleton", tt);
|
|
10165
|
+
class at extends t {
|
|
10043
10166
|
static get remoteAttributes() {
|
|
10044
10167
|
return ["style"];
|
|
10045
10168
|
}
|
|
@@ -10329,8 +10452,8 @@ class _e extends t {
|
|
|
10329
10452
|
return [];
|
|
10330
10453
|
}
|
|
10331
10454
|
}
|
|
10332
|
-
customElements.define("flr-skeleton-text",
|
|
10333
|
-
class
|
|
10455
|
+
customElements.define("flr-skeleton-text", at);
|
|
10456
|
+
class rt extends t {
|
|
10334
10457
|
static get remoteAttributes() {
|
|
10335
10458
|
return ["style"];
|
|
10336
10459
|
}
|
|
@@ -10365,8 +10488,8 @@ class Je extends t {
|
|
|
10365
10488
|
return [];
|
|
10366
10489
|
}
|
|
10367
10490
|
}
|
|
10368
|
-
customElements.define("flr-slider",
|
|
10369
|
-
class
|
|
10491
|
+
customElements.define("flr-slider", rt);
|
|
10492
|
+
class it extends t {
|
|
10370
10493
|
static get remoteAttributes() {
|
|
10371
10494
|
return ["style"];
|
|
10372
10495
|
}
|
|
@@ -10409,8 +10532,8 @@ class Qe extends t {
|
|
|
10409
10532
|
return [];
|
|
10410
10533
|
}
|
|
10411
10534
|
}
|
|
10412
|
-
customElements.define("flr-switch",
|
|
10413
|
-
class
|
|
10535
|
+
customElements.define("flr-switch", it);
|
|
10536
|
+
class ot extends t {
|
|
10414
10537
|
static get remoteAttributes() {
|
|
10415
10538
|
return ["style"];
|
|
10416
10539
|
}
|
|
@@ -10432,8 +10555,8 @@ class $e extends t {
|
|
|
10432
10555
|
return [];
|
|
10433
10556
|
}
|
|
10434
10557
|
}
|
|
10435
|
-
customElements.define("flr-tab",
|
|
10436
|
-
class
|
|
10558
|
+
customElements.define("flr-tab", ot);
|
|
10559
|
+
class nt extends t {
|
|
10437
10560
|
static get remoteAttributes() {
|
|
10438
10561
|
return ["style"];
|
|
10439
10562
|
}
|
|
@@ -10465,8 +10588,8 @@ class et extends t {
|
|
|
10465
10588
|
return [];
|
|
10466
10589
|
}
|
|
10467
10590
|
}
|
|
10468
|
-
customElements.define("flr-tab-title",
|
|
10469
|
-
class
|
|
10591
|
+
customElements.define("flr-tab-title", nt);
|
|
10592
|
+
class ut extends t {
|
|
10470
10593
|
static get remoteAttributes() {
|
|
10471
10594
|
return ["style"];
|
|
10472
10595
|
}
|
|
@@ -10502,8 +10625,8 @@ class tt extends t {
|
|
|
10502
10625
|
return [];
|
|
10503
10626
|
}
|
|
10504
10627
|
}
|
|
10505
|
-
customElements.define("flr-table",
|
|
10506
|
-
class
|
|
10628
|
+
customElements.define("flr-table", ut);
|
|
10629
|
+
class st extends t {
|
|
10507
10630
|
static get remoteAttributes() {
|
|
10508
10631
|
return ["style"];
|
|
10509
10632
|
}
|
|
@@ -10523,8 +10646,8 @@ class at extends t {
|
|
|
10523
10646
|
return [];
|
|
10524
10647
|
}
|
|
10525
10648
|
}
|
|
10526
|
-
customElements.define("flr-table-body",
|
|
10527
|
-
class
|
|
10649
|
+
customElements.define("flr-table-body", st);
|
|
10650
|
+
class pt extends t {
|
|
10528
10651
|
static get remoteAttributes() {
|
|
10529
10652
|
return ["style"];
|
|
10530
10653
|
}
|
|
@@ -10544,8 +10667,8 @@ class rt extends t {
|
|
|
10544
10667
|
return [];
|
|
10545
10668
|
}
|
|
10546
10669
|
}
|
|
10547
|
-
customElements.define("flr-table-cell",
|
|
10548
|
-
class
|
|
10670
|
+
customElements.define("flr-table-cell", pt);
|
|
10671
|
+
class lt extends t {
|
|
10549
10672
|
static get remoteAttributes() {
|
|
10550
10673
|
return ["style"];
|
|
10551
10674
|
}
|
|
@@ -10570,8 +10693,8 @@ class it extends t {
|
|
|
10570
10693
|
return [];
|
|
10571
10694
|
}
|
|
10572
10695
|
}
|
|
10573
|
-
customElements.define("flr-table-column",
|
|
10574
|
-
class
|
|
10696
|
+
customElements.define("flr-table-column", lt);
|
|
10697
|
+
class dt extends t {
|
|
10575
10698
|
static get remoteAttributes() {
|
|
10576
10699
|
return ["style"];
|
|
10577
10700
|
}
|
|
@@ -10607,8 +10730,8 @@ class ot extends t {
|
|
|
10607
10730
|
return [];
|
|
10608
10731
|
}
|
|
10609
10732
|
}
|
|
10610
|
-
customElements.define("flr-table-footer-row",
|
|
10611
|
-
class
|
|
10733
|
+
customElements.define("flr-table-footer-row", dt);
|
|
10734
|
+
class ct extends t {
|
|
10612
10735
|
static get remoteAttributes() {
|
|
10613
10736
|
return ["style"];
|
|
10614
10737
|
}
|
|
@@ -10630,8 +10753,8 @@ class nt extends t {
|
|
|
10630
10753
|
return [];
|
|
10631
10754
|
}
|
|
10632
10755
|
}
|
|
10633
|
-
customElements.define("flr-table-header",
|
|
10634
|
-
class
|
|
10756
|
+
customElements.define("flr-table-header", ct);
|
|
10757
|
+
class Ct extends t {
|
|
10635
10758
|
static get remoteAttributes() {
|
|
10636
10759
|
return ["style"];
|
|
10637
10760
|
}
|
|
@@ -10667,8 +10790,8 @@ class ut extends t {
|
|
|
10667
10790
|
return [];
|
|
10668
10791
|
}
|
|
10669
10792
|
}
|
|
10670
|
-
customElements.define("flr-table-row",
|
|
10671
|
-
class
|
|
10793
|
+
customElements.define("flr-table-row", Ct);
|
|
10794
|
+
class mt extends t {
|
|
10672
10795
|
static get remoteAttributes() {
|
|
10673
10796
|
return ["style"];
|
|
10674
10797
|
}
|
|
@@ -10698,8 +10821,8 @@ class st extends t {
|
|
|
10698
10821
|
return [];
|
|
10699
10822
|
}
|
|
10700
10823
|
}
|
|
10701
|
-
customElements.define("flr-tabs",
|
|
10702
|
-
class
|
|
10824
|
+
customElements.define("flr-tabs", mt);
|
|
10825
|
+
class gt extends t {
|
|
10703
10826
|
static get remoteAttributes() {
|
|
10704
10827
|
return ["style"];
|
|
10705
10828
|
}
|
|
@@ -10991,8 +11114,8 @@ class pt extends t {
|
|
|
10991
11114
|
return [];
|
|
10992
11115
|
}
|
|
10993
11116
|
}
|
|
10994
|
-
customElements.define("flr-text",
|
|
10995
|
-
class
|
|
11117
|
+
customElements.define("flr-text", gt);
|
|
11118
|
+
class vt extends t {
|
|
10996
11119
|
static get remoteAttributes() {
|
|
10997
11120
|
return ["style"];
|
|
10998
11121
|
}
|
|
@@ -11059,8 +11182,8 @@ class lt extends t {
|
|
|
11059
11182
|
return [];
|
|
11060
11183
|
}
|
|
11061
11184
|
}
|
|
11062
|
-
customElements.define("flr-text-area",
|
|
11063
|
-
class
|
|
11185
|
+
customElements.define("flr-text-area", vt);
|
|
11186
|
+
class bt extends t {
|
|
11064
11187
|
static get remoteAttributes() {
|
|
11065
11188
|
return ["style"];
|
|
11066
11189
|
}
|
|
@@ -11126,8 +11249,8 @@ class dt extends t {
|
|
|
11126
11249
|
return [];
|
|
11127
11250
|
}
|
|
11128
11251
|
}
|
|
11129
|
-
customElements.define("flr-text-field",
|
|
11130
|
-
class
|
|
11252
|
+
customElements.define("flr-text-field", bt);
|
|
11253
|
+
class yt extends t {
|
|
11131
11254
|
static get remoteAttributes() {
|
|
11132
11255
|
return ["style"];
|
|
11133
11256
|
}
|
|
@@ -11173,8 +11296,8 @@ class ct extends t {
|
|
|
11173
11296
|
return ["errorMessage"];
|
|
11174
11297
|
}
|
|
11175
11298
|
}
|
|
11176
|
-
customElements.define("flr-time-field",
|
|
11177
|
-
class
|
|
11299
|
+
customElements.define("flr-time-field", yt);
|
|
11300
|
+
class ht extends t {
|
|
11178
11301
|
static get remoteAttributes() {
|
|
11179
11302
|
return ["style"];
|
|
11180
11303
|
}
|
|
@@ -11208,8 +11331,8 @@ class Ct extends t {
|
|
|
11208
11331
|
return [];
|
|
11209
11332
|
}
|
|
11210
11333
|
}
|
|
11211
|
-
customElements.define("flr-tooltip",
|
|
11212
|
-
class
|
|
11334
|
+
customElements.define("flr-tooltip", ht);
|
|
11335
|
+
class Et extends t {
|
|
11213
11336
|
static get remoteAttributes() {
|
|
11214
11337
|
return ["style"];
|
|
11215
11338
|
}
|
|
@@ -11232,8 +11355,61 @@ class mt extends t {
|
|
|
11232
11355
|
return [];
|
|
11233
11356
|
}
|
|
11234
11357
|
}
|
|
11235
|
-
customElements.define("flr-tooltip-trigger",
|
|
11236
|
-
class
|
|
11358
|
+
customElements.define("flr-tooltip-trigger", Et);
|
|
11359
|
+
class ft extends t {
|
|
11360
|
+
static get remoteAttributes() {
|
|
11361
|
+
return ["style"];
|
|
11362
|
+
}
|
|
11363
|
+
static get remoteProperties() {
|
|
11364
|
+
return {
|
|
11365
|
+
allowDataOverflow: {},
|
|
11366
|
+
allowDecimals: {},
|
|
11367
|
+
className: {},
|
|
11368
|
+
dataKey: {},
|
|
11369
|
+
domain: {},
|
|
11370
|
+
hide: {},
|
|
11371
|
+
interval: {},
|
|
11372
|
+
minTickGap: {},
|
|
11373
|
+
orientation: {},
|
|
11374
|
+
scale: {},
|
|
11375
|
+
type: {}
|
|
11376
|
+
};
|
|
11377
|
+
}
|
|
11378
|
+
static get remoteEvents() {
|
|
11379
|
+
return {};
|
|
11380
|
+
}
|
|
11381
|
+
static get remoteSlots() {
|
|
11382
|
+
return [];
|
|
11383
|
+
}
|
|
11384
|
+
}
|
|
11385
|
+
customElements.define("flr-x-axis", ft);
|
|
11386
|
+
class xt extends t {
|
|
11387
|
+
static get remoteAttributes() {
|
|
11388
|
+
return ["style"];
|
|
11389
|
+
}
|
|
11390
|
+
static get remoteProperties() {
|
|
11391
|
+
return {
|
|
11392
|
+
allowDecimals: {},
|
|
11393
|
+
className: {},
|
|
11394
|
+
dataKey: {},
|
|
11395
|
+
domain: {},
|
|
11396
|
+
hide: {},
|
|
11397
|
+
interval: {},
|
|
11398
|
+
minTickGap: {},
|
|
11399
|
+
orientation: {},
|
|
11400
|
+
scale: {},
|
|
11401
|
+
type: {}
|
|
11402
|
+
};
|
|
11403
|
+
}
|
|
11404
|
+
static get remoteEvents() {
|
|
11405
|
+
return {};
|
|
11406
|
+
}
|
|
11407
|
+
static get remoteSlots() {
|
|
11408
|
+
return [];
|
|
11409
|
+
}
|
|
11410
|
+
}
|
|
11411
|
+
customElements.define("flr-y-axis", xt);
|
|
11412
|
+
class kt extends t {
|
|
11237
11413
|
static get remoteEvents() {
|
|
11238
11414
|
return {
|
|
11239
11415
|
submit: {}
|
|
@@ -11248,7 +11424,7 @@ class gt extends t {
|
|
|
11248
11424
|
};
|
|
11249
11425
|
}
|
|
11250
11426
|
}
|
|
11251
|
-
customElements.define("flr-form",
|
|
11427
|
+
customElements.define("flr-form", kt);
|
|
11252
11428
|
export {
|
|
11253
11429
|
E as RemoteAccentBoxElement,
|
|
11254
11430
|
f as RemoteAccordionElement,
|
|
@@ -11257,101 +11433,109 @@ export {
|
|
|
11257
11433
|
k as RemoteAlertElement,
|
|
11258
11434
|
w as RemoteAlertIconElement,
|
|
11259
11435
|
P as RemoteAlignElement,
|
|
11260
|
-
|
|
11261
|
-
|
|
11262
|
-
|
|
11263
|
-
|
|
11264
|
-
R as
|
|
11265
|
-
T as
|
|
11266
|
-
|
|
11267
|
-
|
|
11268
|
-
L as
|
|
11269
|
-
z as
|
|
11270
|
-
N as
|
|
11271
|
-
|
|
11272
|
-
|
|
11273
|
-
K as
|
|
11274
|
-
V as
|
|
11275
|
-
W as
|
|
11276
|
-
B as
|
|
11277
|
-
q as
|
|
11278
|
-
G as
|
|
11279
|
-
X as
|
|
11280
|
-
Y as
|
|
11281
|
-
j as
|
|
11282
|
-
Z as
|
|
11283
|
-
_ as
|
|
11284
|
-
J as
|
|
11285
|
-
Q as
|
|
11286
|
-
$ as
|
|
11287
|
-
ee as
|
|
11288
|
-
te as
|
|
11289
|
-
ae as
|
|
11290
|
-
re as
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
pe as
|
|
11298
|
-
le as
|
|
11299
|
-
de as
|
|
11300
|
-
ce as
|
|
11301
|
-
Ce as
|
|
11302
|
-
me as
|
|
11303
|
-
ge as
|
|
11304
|
-
ve as
|
|
11305
|
-
be as
|
|
11306
|
-
ye as
|
|
11307
|
-
he as
|
|
11308
|
-
Ee as
|
|
11309
|
-
fe as
|
|
11310
|
-
xe as
|
|
11311
|
-
ke as
|
|
11312
|
-
Se as
|
|
11313
|
-
we as
|
|
11314
|
-
Pe as
|
|
11315
|
-
Oe as
|
|
11316
|
-
Me as
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
Re as
|
|
11320
|
-
Te as
|
|
11321
|
-
Ie as
|
|
11322
|
-
Ae as
|
|
11323
|
-
Le as
|
|
11324
|
-
ze as
|
|
11325
|
-
Ne as
|
|
11326
|
-
Fe as
|
|
11327
|
-
He as
|
|
11328
|
-
|
|
11329
|
-
|
|
11330
|
-
We as
|
|
11331
|
-
Be as
|
|
11332
|
-
qe as
|
|
11333
|
-
Ge as
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
je as
|
|
11337
|
-
Ze as
|
|
11338
|
-
_e as
|
|
11339
|
-
Je as
|
|
11340
|
-
Qe as
|
|
11341
|
-
$e as
|
|
11342
|
-
et as
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
ot as
|
|
11348
|
-
nt as
|
|
11349
|
-
|
|
11350
|
-
|
|
11351
|
-
lt as
|
|
11352
|
-
|
|
11353
|
-
dt as
|
|
11354
|
-
ct as
|
|
11355
|
-
Ct as
|
|
11356
|
-
mt as
|
|
11436
|
+
M as RemoteAreaChartElement,
|
|
11437
|
+
O as RemoteAreaElement,
|
|
11438
|
+
D as RemoteAvatarElement,
|
|
11439
|
+
U as RemoteAvatarStackElement,
|
|
11440
|
+
R as RemoteBadgeElement,
|
|
11441
|
+
T as RemoteBreadcrumbElement,
|
|
11442
|
+
I as RemoteButtonElement,
|
|
11443
|
+
A as RemoteCartesianGridElement,
|
|
11444
|
+
L as RemoteChartLegendElement,
|
|
11445
|
+
z as RemoteChartTooltipElement,
|
|
11446
|
+
N as RemoteChatElement,
|
|
11447
|
+
H as RemoteCheckboxButtonElement,
|
|
11448
|
+
F as RemoteCheckboxElement,
|
|
11449
|
+
K as RemoteCheckboxGroupElement,
|
|
11450
|
+
V as RemoteClearPropsContextContentElement,
|
|
11451
|
+
W as RemoteCodeBlockElement,
|
|
11452
|
+
B as RemoteColorElement,
|
|
11453
|
+
q as RemoteColumnLayoutElement,
|
|
11454
|
+
G as RemoteContentElement,
|
|
11455
|
+
X as RemoteContextMenuContentElement,
|
|
11456
|
+
Y as RemoteContextMenuSectionElement,
|
|
11457
|
+
j as RemoteContextualHelpElement,
|
|
11458
|
+
Z as RemoteContextualHelpTriggerElement,
|
|
11459
|
+
_ as RemoteCopyButtonElement,
|
|
11460
|
+
J as RemoteCounterBadgeElement,
|
|
11461
|
+
Q as RemoteCountryOptionsElement,
|
|
11462
|
+
$ as RemoteDatePickerElement,
|
|
11463
|
+
ee as RemoteDateRangePickerElement,
|
|
11464
|
+
te as RemoteDialogTriggerElement,
|
|
11465
|
+
ae as RemoteDivElement,
|
|
11466
|
+
re as RemoteFieldDescriptionElement,
|
|
11467
|
+
ie as RemoteFieldErrorElement,
|
|
11468
|
+
oe as RemoteFileCardElement,
|
|
11469
|
+
ne as RemoteFileCardListElement,
|
|
11470
|
+
ue as RemoteFileFieldElement,
|
|
11471
|
+
se as RemoteFlexElement,
|
|
11472
|
+
kt as RemoteFormElement,
|
|
11473
|
+
pe as RemoteFragmentElement,
|
|
11474
|
+
le as RemoteHeaderElement,
|
|
11475
|
+
de as RemoteHeaderNavigationElement,
|
|
11476
|
+
ce as RemoteHeadingElement,
|
|
11477
|
+
Ce as RemoteIconElement,
|
|
11478
|
+
me as RemoteIllustratedMessageElement,
|
|
11479
|
+
ge as RemoteImageElement,
|
|
11480
|
+
ve as RemoteInitialsElement,
|
|
11481
|
+
be as RemoteInlineCodeElement,
|
|
11482
|
+
ye as RemoteItemsGridListElement,
|
|
11483
|
+
he as RemoteItemsGridListItemElement,
|
|
11484
|
+
Ee as RemoteLabelElement,
|
|
11485
|
+
fe as RemoteLabeledValueElement,
|
|
11486
|
+
xe as RemoteLayoutCardElement,
|
|
11487
|
+
ke as RemoteLegendElement,
|
|
11488
|
+
Se as RemoteLightBoxElement,
|
|
11489
|
+
we as RemoteLightBoxTriggerElement,
|
|
11490
|
+
Pe as RemoteLinkElement,
|
|
11491
|
+
Oe as RemoteListEmptyViewElement,
|
|
11492
|
+
Me as RemoteListItemViewContentElement,
|
|
11493
|
+
De as RemoteListSummaryElement,
|
|
11494
|
+
Ue as RemoteLoadingSpinnerElement,
|
|
11495
|
+
Re as RemoteMarkdownElement,
|
|
11496
|
+
Te as RemoteMenuItemElement,
|
|
11497
|
+
Ie as RemoteMenuTriggerElement,
|
|
11498
|
+
Ae as RemoteMessageElement,
|
|
11499
|
+
Le as RemoteMessageSeparatorElement,
|
|
11500
|
+
ze as RemoteMessageThreadElement,
|
|
11501
|
+
Ne as RemoteNavigationElement,
|
|
11502
|
+
Fe as RemoteNavigationGroupElement,
|
|
11503
|
+
He as RemoteNotificationElement,
|
|
11504
|
+
Ke as RemoteNotificationProviderElement,
|
|
11505
|
+
Ve as RemoteNumberFieldElement,
|
|
11506
|
+
We as RemoteOptionElement,
|
|
11507
|
+
Be as RemoteOverlayContentElement,
|
|
11508
|
+
qe as RemotePopoverContentElement,
|
|
11509
|
+
Ge as RemoteProgressBarElement,
|
|
11510
|
+
Ye as RemoteRadioButtonElement,
|
|
11511
|
+
Xe as RemoteRadioElement,
|
|
11512
|
+
je as RemoteRadioGroupElement,
|
|
11513
|
+
Ze as RemoteSearchFieldElement,
|
|
11514
|
+
_e as RemoteSectionElement,
|
|
11515
|
+
Je as RemoteSegmentElement,
|
|
11516
|
+
Qe as RemoteSegmentedControlElement,
|
|
11517
|
+
$e as RemoteSelectElement,
|
|
11518
|
+
et as RemoteSeparatorElement,
|
|
11519
|
+
tt as RemoteSkeletonElement,
|
|
11520
|
+
at as RemoteSkeletonTextElement,
|
|
11521
|
+
rt as RemoteSliderElement,
|
|
11522
|
+
it as RemoteSwitchElement,
|
|
11523
|
+
ot as RemoteTabElement,
|
|
11524
|
+
nt as RemoteTabTitleElement,
|
|
11525
|
+
st as RemoteTableBodyElement,
|
|
11526
|
+
pt as RemoteTableCellElement,
|
|
11527
|
+
lt as RemoteTableColumnElement,
|
|
11528
|
+
ut as RemoteTableElement,
|
|
11529
|
+
dt as RemoteTableFooterRowElement,
|
|
11530
|
+
ct as RemoteTableHeaderElement,
|
|
11531
|
+
Ct as RemoteTableRowElement,
|
|
11532
|
+
mt as RemoteTabsElement,
|
|
11533
|
+
vt as RemoteTextAreaElement,
|
|
11534
|
+
gt as RemoteTextElement,
|
|
11535
|
+
bt as RemoteTextFieldElement,
|
|
11536
|
+
yt as RemoteTimeFieldElement,
|
|
11537
|
+
ht as RemoteTooltipElement,
|
|
11538
|
+
Et as RemoteTooltipTriggerElement,
|
|
11539
|
+
ft as RemoteXAxisElement,
|
|
11540
|
+
xt as RemoteYAxisElement
|
|
11357
11541
|
};
|