@mittwald/flow-remote-elements 0.2.0-alpha.130 → 0.2.0-alpha.131
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 +317 -299
- package/dist/types/auto-generated/RemoteBigNumberElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteBigNumberElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1570,6 +1570,23 @@ class R extends t {
|
|
|
1570
1570
|
}
|
|
1571
1571
|
customElements.define("flr-badge", R);
|
|
1572
1572
|
class T extends t {
|
|
1573
|
+
static get remoteAttributes() {
|
|
1574
|
+
return ["style"];
|
|
1575
|
+
}
|
|
1576
|
+
static get remoteProperties() {
|
|
1577
|
+
return {
|
|
1578
|
+
className: {}
|
|
1579
|
+
};
|
|
1580
|
+
}
|
|
1581
|
+
static get remoteEvents() {
|
|
1582
|
+
return {};
|
|
1583
|
+
}
|
|
1584
|
+
static get remoteSlots() {
|
|
1585
|
+
return [];
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
customElements.define("flr-big-number", T);
|
|
1589
|
+
class I extends t {
|
|
1573
1590
|
static get remoteAttributes() {
|
|
1574
1591
|
return ["style"];
|
|
1575
1592
|
}
|
|
@@ -1597,8 +1614,8 @@ class T extends t {
|
|
|
1597
1614
|
return [];
|
|
1598
1615
|
}
|
|
1599
1616
|
}
|
|
1600
|
-
customElements.define("flr-breadcrumb",
|
|
1601
|
-
class
|
|
1617
|
+
customElements.define("flr-breadcrumb", I);
|
|
1618
|
+
class A extends t {
|
|
1602
1619
|
static get remoteAttributes() {
|
|
1603
1620
|
return ["style"];
|
|
1604
1621
|
}
|
|
@@ -1661,8 +1678,8 @@ class I extends t {
|
|
|
1661
1678
|
return [];
|
|
1662
1679
|
}
|
|
1663
1680
|
}
|
|
1664
|
-
customElements.define("flr-button",
|
|
1665
|
-
class
|
|
1681
|
+
customElements.define("flr-button", A);
|
|
1682
|
+
class L extends t {
|
|
1666
1683
|
static get remoteAttributes() {
|
|
1667
1684
|
return ["style"];
|
|
1668
1685
|
}
|
|
@@ -1681,8 +1698,8 @@ class A extends t {
|
|
|
1681
1698
|
return [];
|
|
1682
1699
|
}
|
|
1683
1700
|
}
|
|
1684
|
-
customElements.define("flr-cartesian-grid",
|
|
1685
|
-
class
|
|
1701
|
+
customElements.define("flr-cartesian-grid", L);
|
|
1702
|
+
class z extends t {
|
|
1686
1703
|
static get remoteAttributes() {
|
|
1687
1704
|
return ["style"];
|
|
1688
1705
|
}
|
|
@@ -1700,8 +1717,8 @@ class L extends t {
|
|
|
1700
1717
|
return [];
|
|
1701
1718
|
}
|
|
1702
1719
|
}
|
|
1703
|
-
customElements.define("flr-chart-legend",
|
|
1704
|
-
class
|
|
1720
|
+
customElements.define("flr-chart-legend", z);
|
|
1721
|
+
class N extends t {
|
|
1705
1722
|
static get remoteAttributes() {
|
|
1706
1723
|
return ["style"];
|
|
1707
1724
|
}
|
|
@@ -1720,8 +1737,8 @@ class z extends t {
|
|
|
1720
1737
|
return [];
|
|
1721
1738
|
}
|
|
1722
1739
|
}
|
|
1723
|
-
customElements.define("flr-chart-tooltip",
|
|
1724
|
-
class
|
|
1740
|
+
customElements.define("flr-chart-tooltip", N);
|
|
1741
|
+
class F extends t {
|
|
1725
1742
|
static get remoteAttributes() {
|
|
1726
1743
|
return ["style"];
|
|
1727
1744
|
}
|
|
@@ -1738,8 +1755,8 @@ class N extends t {
|
|
|
1738
1755
|
return [];
|
|
1739
1756
|
}
|
|
1740
1757
|
}
|
|
1741
|
-
customElements.define("flr-chat",
|
|
1742
|
-
class
|
|
1758
|
+
customElements.define("flr-chat", F);
|
|
1759
|
+
class H extends t {
|
|
1743
1760
|
static get remoteAttributes() {
|
|
1744
1761
|
return ["style"];
|
|
1745
1762
|
}
|
|
@@ -1787,8 +1804,8 @@ class F extends t {
|
|
|
1787
1804
|
return [];
|
|
1788
1805
|
}
|
|
1789
1806
|
}
|
|
1790
|
-
customElements.define("flr-checkbox",
|
|
1791
|
-
class
|
|
1807
|
+
customElements.define("flr-checkbox", H);
|
|
1808
|
+
class K extends t {
|
|
1792
1809
|
static get remoteAttributes() {
|
|
1793
1810
|
return ["style"];
|
|
1794
1811
|
}
|
|
@@ -1836,8 +1853,8 @@ class H extends t {
|
|
|
1836
1853
|
return [];
|
|
1837
1854
|
}
|
|
1838
1855
|
}
|
|
1839
|
-
customElements.define("flr-checkbox-button",
|
|
1840
|
-
class
|
|
1856
|
+
customElements.define("flr-checkbox-button", K);
|
|
1857
|
+
class V extends t {
|
|
1841
1858
|
static get remoteAttributes() {
|
|
1842
1859
|
return ["style"];
|
|
1843
1860
|
}
|
|
@@ -1877,8 +1894,8 @@ class K extends t {
|
|
|
1877
1894
|
return [];
|
|
1878
1895
|
}
|
|
1879
1896
|
}
|
|
1880
|
-
customElements.define("flr-checkbox-group",
|
|
1881
|
-
class
|
|
1897
|
+
customElements.define("flr-checkbox-group", V);
|
|
1898
|
+
class W extends t {
|
|
1882
1899
|
static get remoteAttributes() {
|
|
1883
1900
|
return ["style"];
|
|
1884
1901
|
}
|
|
@@ -1894,9 +1911,9 @@ class V extends t {
|
|
|
1894
1911
|
}
|
|
1895
1912
|
customElements.define(
|
|
1896
1913
|
"flr-clear-props-context-content",
|
|
1897
|
-
|
|
1914
|
+
W
|
|
1898
1915
|
);
|
|
1899
|
-
class
|
|
1916
|
+
class B extends t {
|
|
1900
1917
|
static get remoteAttributes() {
|
|
1901
1918
|
return ["style"];
|
|
1902
1919
|
}
|
|
@@ -1915,8 +1932,8 @@ class W extends t {
|
|
|
1915
1932
|
return [];
|
|
1916
1933
|
}
|
|
1917
1934
|
}
|
|
1918
|
-
customElements.define("flr-code-block",
|
|
1919
|
-
class
|
|
1935
|
+
customElements.define("flr-code-block", B);
|
|
1936
|
+
class q extends t {
|
|
1920
1937
|
static get remoteAttributes() {
|
|
1921
1938
|
return ["style"];
|
|
1922
1939
|
}
|
|
@@ -1932,8 +1949,8 @@ class B extends t {
|
|
|
1932
1949
|
return [];
|
|
1933
1950
|
}
|
|
1934
1951
|
}
|
|
1935
|
-
customElements.define("flr-color",
|
|
1936
|
-
class
|
|
1952
|
+
customElements.define("flr-color", q);
|
|
1953
|
+
class G extends t {
|
|
1937
1954
|
static get remoteAttributes() {
|
|
1938
1955
|
return ["style"];
|
|
1939
1956
|
}
|
|
@@ -2229,8 +2246,8 @@ class q extends t {
|
|
|
2229
2246
|
return [];
|
|
2230
2247
|
}
|
|
2231
2248
|
}
|
|
2232
|
-
customElements.define("flr-column-layout",
|
|
2233
|
-
class
|
|
2249
|
+
customElements.define("flr-column-layout", G);
|
|
2250
|
+
class X extends t {
|
|
2234
2251
|
static get remoteAttributes() {
|
|
2235
2252
|
return ["style"];
|
|
2236
2253
|
}
|
|
@@ -2521,8 +2538,8 @@ class G extends t {
|
|
|
2521
2538
|
return [];
|
|
2522
2539
|
}
|
|
2523
2540
|
}
|
|
2524
|
-
customElements.define("flr-content",
|
|
2525
|
-
class
|
|
2541
|
+
customElements.define("flr-content", X);
|
|
2542
|
+
class Y extends t {
|
|
2526
2543
|
static get remoteAttributes() {
|
|
2527
2544
|
return ["style"];
|
|
2528
2545
|
}
|
|
@@ -2561,9 +2578,9 @@ class X extends t {
|
|
|
2561
2578
|
}
|
|
2562
2579
|
customElements.define(
|
|
2563
2580
|
"flr-context-menu-content",
|
|
2564
|
-
|
|
2581
|
+
Y
|
|
2565
2582
|
);
|
|
2566
|
-
class
|
|
2583
|
+
class j extends t {
|
|
2567
2584
|
static get remoteAttributes() {
|
|
2568
2585
|
return ["style"];
|
|
2569
2586
|
}
|
|
@@ -2581,9 +2598,9 @@ class Y extends t {
|
|
|
2581
2598
|
}
|
|
2582
2599
|
customElements.define(
|
|
2583
2600
|
"flr-context-menu-section",
|
|
2584
|
-
|
|
2601
|
+
j
|
|
2585
2602
|
);
|
|
2586
|
-
class
|
|
2603
|
+
class Z extends t {
|
|
2587
2604
|
static get remoteAttributes() {
|
|
2588
2605
|
return ["style"];
|
|
2589
2606
|
}
|
|
@@ -2629,8 +2646,8 @@ class j extends t {
|
|
|
2629
2646
|
return [];
|
|
2630
2647
|
}
|
|
2631
2648
|
}
|
|
2632
|
-
customElements.define("flr-contextual-help",
|
|
2633
|
-
class
|
|
2649
|
+
customElements.define("flr-contextual-help", Z);
|
|
2650
|
+
class _ extends t {
|
|
2634
2651
|
static get remoteAttributes() {
|
|
2635
2652
|
return ["style"];
|
|
2636
2653
|
}
|
|
@@ -2648,9 +2665,9 @@ class Z extends t {
|
|
|
2648
2665
|
}
|
|
2649
2666
|
customElements.define(
|
|
2650
2667
|
"flr-contextual-help-trigger",
|
|
2651
|
-
|
|
2668
|
+
_
|
|
2652
2669
|
);
|
|
2653
|
-
class
|
|
2670
|
+
class J extends t {
|
|
2654
2671
|
static get remoteAttributes() {
|
|
2655
2672
|
return ["style"];
|
|
2656
2673
|
}
|
|
@@ -2711,8 +2728,8 @@ class _ extends t {
|
|
|
2711
2728
|
return ["text"];
|
|
2712
2729
|
}
|
|
2713
2730
|
}
|
|
2714
|
-
customElements.define("flr-copy-button",
|
|
2715
|
-
class
|
|
2731
|
+
customElements.define("flr-copy-button", J);
|
|
2732
|
+
class Q extends t {
|
|
2716
2733
|
static get remoteAttributes() {
|
|
2717
2734
|
return ["style"];
|
|
2718
2735
|
}
|
|
@@ -3003,8 +3020,8 @@ class J extends t {
|
|
|
3003
3020
|
return [];
|
|
3004
3021
|
}
|
|
3005
3022
|
}
|
|
3006
|
-
customElements.define("flr-counter-badge",
|
|
3007
|
-
class
|
|
3023
|
+
customElements.define("flr-counter-badge", Q);
|
|
3024
|
+
class $ extends t {
|
|
3008
3025
|
static get remoteAttributes() {
|
|
3009
3026
|
return ["style"];
|
|
3010
3027
|
}
|
|
@@ -3049,8 +3066,8 @@ class Q extends t {
|
|
|
3049
3066
|
return [];
|
|
3050
3067
|
}
|
|
3051
3068
|
}
|
|
3052
|
-
customElements.define("flr-country-options",
|
|
3053
|
-
class
|
|
3069
|
+
customElements.define("flr-country-options", $);
|
|
3070
|
+
class ee extends t {
|
|
3054
3071
|
static get remoteAttributes() {
|
|
3055
3072
|
return ["style"];
|
|
3056
3073
|
}
|
|
@@ -3103,8 +3120,8 @@ class $ extends t {
|
|
|
3103
3120
|
return ["errorMessage"];
|
|
3104
3121
|
}
|
|
3105
3122
|
}
|
|
3106
|
-
customElements.define("flr-date-picker",
|
|
3107
|
-
class
|
|
3123
|
+
customElements.define("flr-date-picker", ee);
|
|
3124
|
+
class te extends t {
|
|
3108
3125
|
static get remoteAttributes() {
|
|
3109
3126
|
return ["style"];
|
|
3110
3127
|
}
|
|
@@ -3159,8 +3176,8 @@ class ee extends t {
|
|
|
3159
3176
|
return ["errorMessage"];
|
|
3160
3177
|
}
|
|
3161
3178
|
}
|
|
3162
|
-
customElements.define("flr-date-range-picker",
|
|
3163
|
-
class
|
|
3179
|
+
customElements.define("flr-date-range-picker", te);
|
|
3180
|
+
class ae extends t {
|
|
3164
3181
|
static get remoteAttributes() {
|
|
3165
3182
|
return ["style"];
|
|
3166
3183
|
}
|
|
@@ -3179,8 +3196,8 @@ class te extends t {
|
|
|
3179
3196
|
return [];
|
|
3180
3197
|
}
|
|
3181
3198
|
}
|
|
3182
|
-
customElements.define("flr-dialog-trigger",
|
|
3183
|
-
class
|
|
3199
|
+
customElements.define("flr-dialog-trigger", ae);
|
|
3200
|
+
class re extends t {
|
|
3184
3201
|
static get remoteAttributes() {
|
|
3185
3202
|
return ["style"];
|
|
3186
3203
|
}
|
|
@@ -3196,8 +3213,8 @@ class ae extends t {
|
|
|
3196
3213
|
return [];
|
|
3197
3214
|
}
|
|
3198
3215
|
}
|
|
3199
|
-
customElements.define("flr-div",
|
|
3200
|
-
class
|
|
3216
|
+
customElements.define("flr-div", re);
|
|
3217
|
+
class ie extends t {
|
|
3201
3218
|
static get remoteAttributes() {
|
|
3202
3219
|
return ["style"];
|
|
3203
3220
|
}
|
|
@@ -3489,8 +3506,8 @@ class re extends t {
|
|
|
3489
3506
|
return [];
|
|
3490
3507
|
}
|
|
3491
3508
|
}
|
|
3492
|
-
customElements.define("flr-field-description",
|
|
3493
|
-
class
|
|
3509
|
+
customElements.define("flr-field-description", ie);
|
|
3510
|
+
class oe extends t {
|
|
3494
3511
|
static get remoteAttributes() {
|
|
3495
3512
|
return ["style"];
|
|
3496
3513
|
}
|
|
@@ -3507,8 +3524,8 @@ class ie extends t {
|
|
|
3507
3524
|
return [];
|
|
3508
3525
|
}
|
|
3509
3526
|
}
|
|
3510
|
-
customElements.define("flr-field-error",
|
|
3511
|
-
class
|
|
3527
|
+
customElements.define("flr-field-error", oe);
|
|
3528
|
+
class ne extends t {
|
|
3512
3529
|
static get remoteAttributes() {
|
|
3513
3530
|
return ["style"];
|
|
3514
3531
|
}
|
|
@@ -3807,8 +3824,8 @@ class oe extends t {
|
|
|
3807
3824
|
return [];
|
|
3808
3825
|
}
|
|
3809
3826
|
}
|
|
3810
|
-
customElements.define("flr-file-card",
|
|
3811
|
-
class
|
|
3827
|
+
customElements.define("flr-file-card", ne);
|
|
3828
|
+
class ue extends t {
|
|
3812
3829
|
static get remoteAttributes() {
|
|
3813
3830
|
return ["style"];
|
|
3814
3831
|
}
|
|
@@ -4103,8 +4120,8 @@ class ne extends t {
|
|
|
4103
4120
|
return [];
|
|
4104
4121
|
}
|
|
4105
4122
|
}
|
|
4106
|
-
customElements.define("flr-file-card-list",
|
|
4107
|
-
class
|
|
4123
|
+
customElements.define("flr-file-card-list", ue);
|
|
4124
|
+
class se extends t {
|
|
4108
4125
|
static get remoteAttributes() {
|
|
4109
4126
|
return ["style"];
|
|
4110
4127
|
}
|
|
@@ -4128,8 +4145,8 @@ class ue extends t {
|
|
|
4128
4145
|
return [];
|
|
4129
4146
|
}
|
|
4130
4147
|
}
|
|
4131
|
-
customElements.define("flr-file-field",
|
|
4132
|
-
class
|
|
4148
|
+
customElements.define("flr-file-field", se);
|
|
4149
|
+
class pe extends t {
|
|
4133
4150
|
static get remoteAttributes() {
|
|
4134
4151
|
return ["style"];
|
|
4135
4152
|
}
|
|
@@ -4158,8 +4175,8 @@ class se extends t {
|
|
|
4158
4175
|
return [];
|
|
4159
4176
|
}
|
|
4160
4177
|
}
|
|
4161
|
-
customElements.define("flr-flex",
|
|
4162
|
-
class
|
|
4178
|
+
customElements.define("flr-flex", pe);
|
|
4179
|
+
class le extends t {
|
|
4163
4180
|
static get remoteAttributes() {
|
|
4164
4181
|
return ["style"];
|
|
4165
4182
|
}
|
|
@@ -4450,8 +4467,8 @@ class pe extends t {
|
|
|
4450
4467
|
return [];
|
|
4451
4468
|
}
|
|
4452
4469
|
}
|
|
4453
|
-
customElements.define("flr-header",
|
|
4454
|
-
class
|
|
4470
|
+
customElements.define("flr-header", le);
|
|
4471
|
+
class de extends t {
|
|
4455
4472
|
static get remoteAttributes() {
|
|
4456
4473
|
return ["style"];
|
|
4457
4474
|
}
|
|
@@ -4740,8 +4757,8 @@ class le extends t {
|
|
|
4740
4757
|
return [];
|
|
4741
4758
|
}
|
|
4742
4759
|
}
|
|
4743
|
-
customElements.define("flr-header-navigation",
|
|
4744
|
-
class
|
|
4760
|
+
customElements.define("flr-header-navigation", de);
|
|
4761
|
+
class ce extends t {
|
|
4745
4762
|
static get remoteAttributes() {
|
|
4746
4763
|
return ["style"];
|
|
4747
4764
|
}
|
|
@@ -5032,8 +5049,8 @@ class de extends t {
|
|
|
5032
5049
|
return [];
|
|
5033
5050
|
}
|
|
5034
5051
|
}
|
|
5035
|
-
customElements.define("flr-heading",
|
|
5036
|
-
class
|
|
5052
|
+
customElements.define("flr-heading", ce);
|
|
5053
|
+
class Ce extends t {
|
|
5037
5054
|
static get remoteAttributes() {
|
|
5038
5055
|
return ["style"];
|
|
5039
5056
|
}
|
|
@@ -5530,8 +5547,8 @@ class ce extends t {
|
|
|
5530
5547
|
return [];
|
|
5531
5548
|
}
|
|
5532
5549
|
}
|
|
5533
|
-
customElements.define("flr-icon",
|
|
5534
|
-
class
|
|
5550
|
+
customElements.define("flr-icon", Ce);
|
|
5551
|
+
class me extends t {
|
|
5535
5552
|
static get remoteAttributes() {
|
|
5536
5553
|
return ["style"];
|
|
5537
5554
|
}
|
|
@@ -5822,9 +5839,9 @@ class Ce extends t {
|
|
|
5822
5839
|
}
|
|
5823
5840
|
customElements.define(
|
|
5824
5841
|
"flr-illustrated-message",
|
|
5825
|
-
|
|
5842
|
+
me
|
|
5826
5843
|
);
|
|
5827
|
-
class
|
|
5844
|
+
class ge extends t {
|
|
5828
5845
|
static get remoteAttributes() {
|
|
5829
5846
|
return ["style"];
|
|
5830
5847
|
}
|
|
@@ -6127,8 +6144,8 @@ class me extends t {
|
|
|
6127
6144
|
return [];
|
|
6128
6145
|
}
|
|
6129
6146
|
}
|
|
6130
|
-
customElements.define("flr-image",
|
|
6131
|
-
class
|
|
6147
|
+
customElements.define("flr-image", ge);
|
|
6148
|
+
class ve extends t {
|
|
6132
6149
|
static get remoteAttributes() {
|
|
6133
6150
|
return ["style"];
|
|
6134
6151
|
}
|
|
@@ -6145,8 +6162,8 @@ class ge extends t {
|
|
|
6145
6162
|
return [];
|
|
6146
6163
|
}
|
|
6147
6164
|
}
|
|
6148
|
-
customElements.define("flr-initials",
|
|
6149
|
-
class
|
|
6165
|
+
customElements.define("flr-initials", ve);
|
|
6166
|
+
class be extends t {
|
|
6150
6167
|
static get remoteAttributes() {
|
|
6151
6168
|
return ["style"];
|
|
6152
6169
|
}
|
|
@@ -6435,8 +6452,8 @@ class ve extends t {
|
|
|
6435
6452
|
return [];
|
|
6436
6453
|
}
|
|
6437
6454
|
}
|
|
6438
|
-
customElements.define("flr-inline-code",
|
|
6439
|
-
class
|
|
6455
|
+
customElements.define("flr-inline-code", be);
|
|
6456
|
+
class ye extends t {
|
|
6440
6457
|
static get remoteAttributes() {
|
|
6441
6458
|
return ["style"];
|
|
6442
6459
|
}
|
|
@@ -6477,8 +6494,8 @@ class be extends t {
|
|
|
6477
6494
|
return [];
|
|
6478
6495
|
}
|
|
6479
6496
|
}
|
|
6480
|
-
customElements.define("flr-items-grid-list",
|
|
6481
|
-
class
|
|
6497
|
+
customElements.define("flr-items-grid-list", ye);
|
|
6498
|
+
class he extends t {
|
|
6482
6499
|
static get remoteAttributes() {
|
|
6483
6500
|
return ["style"];
|
|
6484
6501
|
}
|
|
@@ -6515,9 +6532,9 @@ class ye extends t {
|
|
|
6515
6532
|
}
|
|
6516
6533
|
customElements.define(
|
|
6517
6534
|
"flr-items-grid-list-item",
|
|
6518
|
-
|
|
6535
|
+
he
|
|
6519
6536
|
);
|
|
6520
|
-
class
|
|
6537
|
+
class Ee extends t {
|
|
6521
6538
|
static get remoteAttributes() {
|
|
6522
6539
|
return ["style"];
|
|
6523
6540
|
}
|
|
@@ -6812,8 +6829,8 @@ class he extends t {
|
|
|
6812
6829
|
return [];
|
|
6813
6830
|
}
|
|
6814
6831
|
}
|
|
6815
|
-
customElements.define("flr-label",
|
|
6816
|
-
class
|
|
6832
|
+
customElements.define("flr-label", Ee);
|
|
6833
|
+
class fe extends t {
|
|
6817
6834
|
static get remoteAttributes() {
|
|
6818
6835
|
return ["style"];
|
|
6819
6836
|
}
|
|
@@ -6829,8 +6846,8 @@ class Ee extends t {
|
|
|
6829
6846
|
return [];
|
|
6830
6847
|
}
|
|
6831
6848
|
}
|
|
6832
|
-
customElements.define("flr-labeled-value",
|
|
6833
|
-
class
|
|
6849
|
+
customElements.define("flr-labeled-value", fe);
|
|
6850
|
+
class xe extends t {
|
|
6834
6851
|
static get remoteAttributes() {
|
|
6835
6852
|
return ["style"];
|
|
6836
6853
|
}
|
|
@@ -7120,8 +7137,8 @@ class fe extends t {
|
|
|
7120
7137
|
return [];
|
|
7121
7138
|
}
|
|
7122
7139
|
}
|
|
7123
|
-
customElements.define("flr-layout-card",
|
|
7124
|
-
class
|
|
7140
|
+
customElements.define("flr-layout-card", xe);
|
|
7141
|
+
class ke extends t {
|
|
7125
7142
|
static get remoteAttributes() {
|
|
7126
7143
|
return ["style"];
|
|
7127
7144
|
}
|
|
@@ -7137,8 +7154,8 @@ class xe extends t {
|
|
|
7137
7154
|
return [];
|
|
7138
7155
|
}
|
|
7139
7156
|
}
|
|
7140
|
-
customElements.define("flr-legend",
|
|
7141
|
-
class
|
|
7157
|
+
customElements.define("flr-legend", ke);
|
|
7158
|
+
class Se extends t {
|
|
7142
7159
|
static get remoteAttributes() {
|
|
7143
7160
|
return ["style"];
|
|
7144
7161
|
}
|
|
@@ -7155,8 +7172,8 @@ class ke extends t {
|
|
|
7155
7172
|
return [];
|
|
7156
7173
|
}
|
|
7157
7174
|
}
|
|
7158
|
-
customElements.define("flr-light-box",
|
|
7159
|
-
class
|
|
7175
|
+
customElements.define("flr-light-box", Se);
|
|
7176
|
+
class we extends t {
|
|
7160
7177
|
static get remoteAttributes() {
|
|
7161
7178
|
return ["style"];
|
|
7162
7179
|
}
|
|
@@ -7172,8 +7189,8 @@ class Se extends t {
|
|
|
7172
7189
|
return [];
|
|
7173
7190
|
}
|
|
7174
7191
|
}
|
|
7175
|
-
customElements.define("flr-light-box-trigger",
|
|
7176
|
-
class
|
|
7192
|
+
customElements.define("flr-light-box-trigger", we);
|
|
7193
|
+
class Pe extends t {
|
|
7177
7194
|
static get remoteAttributes() {
|
|
7178
7195
|
return ["style"];
|
|
7179
7196
|
}
|
|
@@ -7223,8 +7240,8 @@ class we extends t {
|
|
|
7223
7240
|
return [];
|
|
7224
7241
|
}
|
|
7225
7242
|
}
|
|
7226
|
-
customElements.define("flr-link",
|
|
7227
|
-
class
|
|
7243
|
+
customElements.define("flr-link", Pe);
|
|
7244
|
+
class Oe extends t {
|
|
7228
7245
|
static get remoteAttributes() {
|
|
7229
7246
|
return ["style"];
|
|
7230
7247
|
}
|
|
@@ -7238,8 +7255,8 @@ class Pe extends t {
|
|
|
7238
7255
|
return [];
|
|
7239
7256
|
}
|
|
7240
7257
|
}
|
|
7241
|
-
customElements.define("flr-list-empty-view",
|
|
7242
|
-
class
|
|
7258
|
+
customElements.define("flr-list-empty-view", Oe);
|
|
7259
|
+
class Me extends t {
|
|
7243
7260
|
static get remoteAttributes() {
|
|
7244
7261
|
return ["style"];
|
|
7245
7262
|
}
|
|
@@ -7257,9 +7274,9 @@ class Oe extends t {
|
|
|
7257
7274
|
}
|
|
7258
7275
|
customElements.define(
|
|
7259
7276
|
"flr-list-item-view-content",
|
|
7260
|
-
|
|
7277
|
+
Me
|
|
7261
7278
|
);
|
|
7262
|
-
class
|
|
7279
|
+
class De extends t {
|
|
7263
7280
|
static get remoteAttributes() {
|
|
7264
7281
|
return ["style"];
|
|
7265
7282
|
}
|
|
@@ -7273,8 +7290,8 @@ class Me extends t {
|
|
|
7273
7290
|
return [];
|
|
7274
7291
|
}
|
|
7275
7292
|
}
|
|
7276
|
-
customElements.define("flr-list-summary",
|
|
7277
|
-
class
|
|
7293
|
+
customElements.define("flr-list-summary", De);
|
|
7294
|
+
class Ue extends t {
|
|
7278
7295
|
static get remoteAttributes() {
|
|
7279
7296
|
return ["style"];
|
|
7280
7297
|
}
|
|
@@ -7771,8 +7788,8 @@ class De extends t {
|
|
|
7771
7788
|
return [];
|
|
7772
7789
|
}
|
|
7773
7790
|
}
|
|
7774
|
-
customElements.define("flr-loading-spinner",
|
|
7775
|
-
class
|
|
7791
|
+
customElements.define("flr-loading-spinner", Ue);
|
|
7792
|
+
class Re extends t {
|
|
7776
7793
|
static get remoteAttributes() {
|
|
7777
7794
|
return ["style"];
|
|
7778
7795
|
}
|
|
@@ -7797,8 +7814,8 @@ class Ue extends t {
|
|
|
7797
7814
|
return [];
|
|
7798
7815
|
}
|
|
7799
7816
|
}
|
|
7800
|
-
customElements.define("flr-markdown",
|
|
7801
|
-
class
|
|
7817
|
+
customElements.define("flr-markdown", Re);
|
|
7818
|
+
class Te extends t {
|
|
7802
7819
|
static get remoteAttributes() {
|
|
7803
7820
|
return ["style"];
|
|
7804
7821
|
}
|
|
@@ -7833,8 +7850,8 @@ class Re extends t {
|
|
|
7833
7850
|
return [];
|
|
7834
7851
|
}
|
|
7835
7852
|
}
|
|
7836
|
-
customElements.define("flr-menu-item",
|
|
7837
|
-
class
|
|
7853
|
+
customElements.define("flr-menu-item", Te);
|
|
7854
|
+
class Ie extends t {
|
|
7838
7855
|
static get remoteAttributes() {
|
|
7839
7856
|
return ["style"];
|
|
7840
7857
|
}
|
|
@@ -7854,8 +7871,8 @@ class Te extends t {
|
|
|
7854
7871
|
return [];
|
|
7855
7872
|
}
|
|
7856
7873
|
}
|
|
7857
|
-
customElements.define("flr-menu-trigger",
|
|
7858
|
-
class
|
|
7874
|
+
customElements.define("flr-menu-trigger", Ie);
|
|
7875
|
+
class Ae extends t {
|
|
7859
7876
|
static get remoteAttributes() {
|
|
7860
7877
|
return ["style"];
|
|
7861
7878
|
}
|
|
@@ -7872,8 +7889,8 @@ class Ie extends t {
|
|
|
7872
7889
|
return [];
|
|
7873
7890
|
}
|
|
7874
7891
|
}
|
|
7875
|
-
customElements.define("flr-message",
|
|
7876
|
-
class
|
|
7892
|
+
customElements.define("flr-message", Ae);
|
|
7893
|
+
class Le extends t {
|
|
7877
7894
|
static get remoteAttributes() {
|
|
7878
7895
|
return ["style"];
|
|
7879
7896
|
}
|
|
@@ -7889,8 +7906,8 @@ class Ae extends t {
|
|
|
7889
7906
|
return [];
|
|
7890
7907
|
}
|
|
7891
7908
|
}
|
|
7892
|
-
customElements.define("flr-message-separator",
|
|
7893
|
-
class
|
|
7909
|
+
customElements.define("flr-message-separator", Le);
|
|
7910
|
+
class ze extends t {
|
|
7894
7911
|
static get remoteAttributes() {
|
|
7895
7912
|
return ["style"];
|
|
7896
7913
|
}
|
|
@@ -7906,8 +7923,8 @@ class Le extends t {
|
|
|
7906
7923
|
return [];
|
|
7907
7924
|
}
|
|
7908
7925
|
}
|
|
7909
|
-
customElements.define("flr-message-thread",
|
|
7910
|
-
class
|
|
7926
|
+
customElements.define("flr-message-thread", ze);
|
|
7927
|
+
class Ne extends t {
|
|
7911
7928
|
static get remoteAttributes() {
|
|
7912
7929
|
return ["style"];
|
|
7913
7930
|
}
|
|
@@ -8196,8 +8213,8 @@ class ze extends t {
|
|
|
8196
8213
|
return [];
|
|
8197
8214
|
}
|
|
8198
8215
|
}
|
|
8199
|
-
customElements.define("flr-navigation",
|
|
8200
|
-
class
|
|
8216
|
+
customElements.define("flr-navigation", Ne);
|
|
8217
|
+
class Fe extends t {
|
|
8201
8218
|
static get remoteAttributes() {
|
|
8202
8219
|
return ["style"];
|
|
8203
8220
|
}
|
|
@@ -8487,8 +8504,8 @@ class Ne extends t {
|
|
|
8487
8504
|
return [];
|
|
8488
8505
|
}
|
|
8489
8506
|
}
|
|
8490
|
-
customElements.define("flr-navigation-group",
|
|
8491
|
-
class
|
|
8507
|
+
customElements.define("flr-navigation-group", Fe);
|
|
8508
|
+
class He extends t {
|
|
8492
8509
|
static get remoteAttributes() {
|
|
8493
8510
|
return ["style"];
|
|
8494
8511
|
}
|
|
@@ -8781,8 +8798,8 @@ class Fe extends t {
|
|
|
8781
8798
|
return [];
|
|
8782
8799
|
}
|
|
8783
8800
|
}
|
|
8784
|
-
customElements.define("flr-notification",
|
|
8785
|
-
class
|
|
8801
|
+
customElements.define("flr-notification", He);
|
|
8802
|
+
class Ke extends t {
|
|
8786
8803
|
static get remoteAttributes() {
|
|
8787
8804
|
return ["style"];
|
|
8788
8805
|
}
|
|
@@ -9073,9 +9090,9 @@ class He extends t {
|
|
|
9073
9090
|
}
|
|
9074
9091
|
customElements.define(
|
|
9075
9092
|
"flr-notification-provider",
|
|
9076
|
-
|
|
9093
|
+
Ke
|
|
9077
9094
|
);
|
|
9078
|
-
class
|
|
9095
|
+
class Ve extends t {
|
|
9079
9096
|
static get remoteAttributes() {
|
|
9080
9097
|
return ["style"];
|
|
9081
9098
|
}
|
|
@@ -9130,8 +9147,8 @@ class Ke extends t {
|
|
|
9130
9147
|
return [];
|
|
9131
9148
|
}
|
|
9132
9149
|
}
|
|
9133
|
-
customElements.define("flr-number-field",
|
|
9134
|
-
class
|
|
9150
|
+
customElements.define("flr-number-field", Ve);
|
|
9151
|
+
class We extends t {
|
|
9135
9152
|
static get remoteAttributes() {
|
|
9136
9153
|
return ["style"];
|
|
9137
9154
|
}
|
|
@@ -9164,8 +9181,8 @@ class Ve extends t {
|
|
|
9164
9181
|
return [];
|
|
9165
9182
|
}
|
|
9166
9183
|
}
|
|
9167
|
-
customElements.define("flr-option",
|
|
9168
|
-
class
|
|
9184
|
+
customElements.define("flr-option", We);
|
|
9185
|
+
class Be extends t {
|
|
9169
9186
|
static get remoteAttributes() {
|
|
9170
9187
|
return ["style"];
|
|
9171
9188
|
}
|
|
@@ -9185,8 +9202,8 @@ class We extends t {
|
|
|
9185
9202
|
return [];
|
|
9186
9203
|
}
|
|
9187
9204
|
}
|
|
9188
|
-
customElements.define("flr-overlay-content",
|
|
9189
|
-
class
|
|
9205
|
+
customElements.define("flr-overlay-content", Be);
|
|
9206
|
+
class qe extends t {
|
|
9190
9207
|
static get remoteAttributes() {
|
|
9191
9208
|
return ["style"];
|
|
9192
9209
|
}
|
|
@@ -9209,8 +9226,8 @@ class Be extends t {
|
|
|
9209
9226
|
return [];
|
|
9210
9227
|
}
|
|
9211
9228
|
}
|
|
9212
|
-
customElements.define("flr-popover-content",
|
|
9213
|
-
class
|
|
9229
|
+
customElements.define("flr-popover-content", qe);
|
|
9230
|
+
class Ge extends t {
|
|
9214
9231
|
static get remoteAttributes() {
|
|
9215
9232
|
return ["style"];
|
|
9216
9233
|
}
|
|
@@ -9240,8 +9257,8 @@ class qe extends t {
|
|
|
9240
9257
|
return ["valueLabel"];
|
|
9241
9258
|
}
|
|
9242
9259
|
}
|
|
9243
|
-
customElements.define("flr-progress-bar",
|
|
9244
|
-
class
|
|
9260
|
+
customElements.define("flr-progress-bar", Ge);
|
|
9261
|
+
class Xe extends t {
|
|
9245
9262
|
static get remoteAttributes() {
|
|
9246
9263
|
return ["style"];
|
|
9247
9264
|
}
|
|
@@ -9276,8 +9293,8 @@ class Ge extends t {
|
|
|
9276
9293
|
return [];
|
|
9277
9294
|
}
|
|
9278
9295
|
}
|
|
9279
|
-
customElements.define("flr-radio",
|
|
9280
|
-
class
|
|
9296
|
+
customElements.define("flr-radio", Xe);
|
|
9297
|
+
class Ye extends t {
|
|
9281
9298
|
static get remoteAttributes() {
|
|
9282
9299
|
return ["style"];
|
|
9283
9300
|
}
|
|
@@ -9312,8 +9329,8 @@ class Xe extends t {
|
|
|
9312
9329
|
return [];
|
|
9313
9330
|
}
|
|
9314
9331
|
}
|
|
9315
|
-
customElements.define("flr-radio-button",
|
|
9316
|
-
class
|
|
9332
|
+
customElements.define("flr-radio-button", Ye);
|
|
9333
|
+
class je extends t {
|
|
9317
9334
|
static get remoteAttributes() {
|
|
9318
9335
|
return ["style"];
|
|
9319
9336
|
}
|
|
@@ -9354,8 +9371,8 @@ class Ye extends t {
|
|
|
9354
9371
|
return [];
|
|
9355
9372
|
}
|
|
9356
9373
|
}
|
|
9357
|
-
customElements.define("flr-radio-group",
|
|
9358
|
-
class
|
|
9374
|
+
customElements.define("flr-radio-group", je);
|
|
9375
|
+
class Ze extends t {
|
|
9359
9376
|
static get remoteAttributes() {
|
|
9360
9377
|
return ["style"];
|
|
9361
9378
|
}
|
|
@@ -9420,8 +9437,8 @@ class je extends t {
|
|
|
9420
9437
|
return [];
|
|
9421
9438
|
}
|
|
9422
9439
|
}
|
|
9423
|
-
customElements.define("flr-search-field",
|
|
9424
|
-
class
|
|
9440
|
+
customElements.define("flr-search-field", Ze);
|
|
9441
|
+
class _e extends t {
|
|
9425
9442
|
static get remoteAttributes() {
|
|
9426
9443
|
return ["style"];
|
|
9427
9444
|
}
|
|
@@ -9712,8 +9729,8 @@ class Ze extends t {
|
|
|
9712
9729
|
return [];
|
|
9713
9730
|
}
|
|
9714
9731
|
}
|
|
9715
|
-
customElements.define("flr-section",
|
|
9716
|
-
class
|
|
9732
|
+
customElements.define("flr-section", _e);
|
|
9733
|
+
class Je extends t {
|
|
9717
9734
|
static get remoteAttributes() {
|
|
9718
9735
|
return ["style"];
|
|
9719
9736
|
}
|
|
@@ -9748,8 +9765,8 @@ class _e extends t {
|
|
|
9748
9765
|
return [];
|
|
9749
9766
|
}
|
|
9750
9767
|
}
|
|
9751
|
-
customElements.define("flr-segment",
|
|
9752
|
-
class
|
|
9768
|
+
customElements.define("flr-segment", Je);
|
|
9769
|
+
class Qe extends t {
|
|
9753
9770
|
static get remoteAttributes() {
|
|
9754
9771
|
return ["style"];
|
|
9755
9772
|
}
|
|
@@ -9788,8 +9805,8 @@ class Je extends t {
|
|
|
9788
9805
|
return [];
|
|
9789
9806
|
}
|
|
9790
9807
|
}
|
|
9791
|
-
customElements.define("flr-segmented-control",
|
|
9792
|
-
class
|
|
9808
|
+
customElements.define("flr-segmented-control", Qe);
|
|
9809
|
+
class $e extends t {
|
|
9793
9810
|
static get remoteAttributes() {
|
|
9794
9811
|
return ["style"];
|
|
9795
9812
|
}
|
|
@@ -9835,8 +9852,8 @@ class Qe extends t {
|
|
|
9835
9852
|
return [];
|
|
9836
9853
|
}
|
|
9837
9854
|
}
|
|
9838
|
-
customElements.define("flr-select",
|
|
9839
|
-
class
|
|
9855
|
+
customElements.define("flr-select", $e);
|
|
9856
|
+
class et extends t {
|
|
9840
9857
|
static get remoteAttributes() {
|
|
9841
9858
|
return ["style"];
|
|
9842
9859
|
}
|
|
@@ -9859,8 +9876,8 @@ class $e extends t {
|
|
|
9859
9876
|
return [];
|
|
9860
9877
|
}
|
|
9861
9878
|
}
|
|
9862
|
-
customElements.define("flr-separator",
|
|
9863
|
-
class
|
|
9879
|
+
customElements.define("flr-separator", et);
|
|
9880
|
+
class tt extends t {
|
|
9864
9881
|
static get remoteAttributes() {
|
|
9865
9882
|
return ["style"];
|
|
9866
9883
|
}
|
|
@@ -10151,8 +10168,8 @@ class et extends t {
|
|
|
10151
10168
|
return [];
|
|
10152
10169
|
}
|
|
10153
10170
|
}
|
|
10154
|
-
customElements.define("flr-skeleton",
|
|
10155
|
-
class
|
|
10171
|
+
customElements.define("flr-skeleton", tt);
|
|
10172
|
+
class at extends t {
|
|
10156
10173
|
static get remoteAttributes() {
|
|
10157
10174
|
return ["style"];
|
|
10158
10175
|
}
|
|
@@ -10442,8 +10459,8 @@ class tt extends t {
|
|
|
10442
10459
|
return [];
|
|
10443
10460
|
}
|
|
10444
10461
|
}
|
|
10445
|
-
customElements.define("flr-skeleton-text",
|
|
10446
|
-
class
|
|
10462
|
+
customElements.define("flr-skeleton-text", at);
|
|
10463
|
+
class rt extends t {
|
|
10447
10464
|
static get remoteAttributes() {
|
|
10448
10465
|
return ["style"];
|
|
10449
10466
|
}
|
|
@@ -10478,8 +10495,8 @@ class at extends t {
|
|
|
10478
10495
|
return [];
|
|
10479
10496
|
}
|
|
10480
10497
|
}
|
|
10481
|
-
customElements.define("flr-slider",
|
|
10482
|
-
class
|
|
10498
|
+
customElements.define("flr-slider", rt);
|
|
10499
|
+
class it extends t {
|
|
10483
10500
|
static get remoteAttributes() {
|
|
10484
10501
|
return ["style"];
|
|
10485
10502
|
}
|
|
@@ -10522,8 +10539,8 @@ class rt extends t {
|
|
|
10522
10539
|
return [];
|
|
10523
10540
|
}
|
|
10524
10541
|
}
|
|
10525
|
-
customElements.define("flr-switch",
|
|
10526
|
-
class
|
|
10542
|
+
customElements.define("flr-switch", it);
|
|
10543
|
+
class ot extends t {
|
|
10527
10544
|
static get remoteAttributes() {
|
|
10528
10545
|
return ["style"];
|
|
10529
10546
|
}
|
|
@@ -10545,8 +10562,8 @@ class it extends t {
|
|
|
10545
10562
|
return [];
|
|
10546
10563
|
}
|
|
10547
10564
|
}
|
|
10548
|
-
customElements.define("flr-tab",
|
|
10549
|
-
class
|
|
10565
|
+
customElements.define("flr-tab", ot);
|
|
10566
|
+
class nt extends t {
|
|
10550
10567
|
static get remoteAttributes() {
|
|
10551
10568
|
return ["style"];
|
|
10552
10569
|
}
|
|
@@ -10578,8 +10595,8 @@ class ot extends t {
|
|
|
10578
10595
|
return [];
|
|
10579
10596
|
}
|
|
10580
10597
|
}
|
|
10581
|
-
customElements.define("flr-tab-title",
|
|
10582
|
-
class
|
|
10598
|
+
customElements.define("flr-tab-title", nt);
|
|
10599
|
+
class ut extends t {
|
|
10583
10600
|
static get remoteAttributes() {
|
|
10584
10601
|
return ["style"];
|
|
10585
10602
|
}
|
|
@@ -10615,8 +10632,8 @@ class nt extends t {
|
|
|
10615
10632
|
return [];
|
|
10616
10633
|
}
|
|
10617
10634
|
}
|
|
10618
|
-
customElements.define("flr-table",
|
|
10619
|
-
class
|
|
10635
|
+
customElements.define("flr-table", ut);
|
|
10636
|
+
class st extends t {
|
|
10620
10637
|
static get remoteAttributes() {
|
|
10621
10638
|
return ["style"];
|
|
10622
10639
|
}
|
|
@@ -10636,8 +10653,8 @@ class ut extends t {
|
|
|
10636
10653
|
return [];
|
|
10637
10654
|
}
|
|
10638
10655
|
}
|
|
10639
|
-
customElements.define("flr-table-body",
|
|
10640
|
-
class
|
|
10656
|
+
customElements.define("flr-table-body", st);
|
|
10657
|
+
class pt extends t {
|
|
10641
10658
|
static get remoteAttributes() {
|
|
10642
10659
|
return ["style"];
|
|
10643
10660
|
}
|
|
@@ -10657,8 +10674,8 @@ class st extends t {
|
|
|
10657
10674
|
return [];
|
|
10658
10675
|
}
|
|
10659
10676
|
}
|
|
10660
|
-
customElements.define("flr-table-cell",
|
|
10661
|
-
class
|
|
10677
|
+
customElements.define("flr-table-cell", pt);
|
|
10678
|
+
class lt extends t {
|
|
10662
10679
|
static get remoteAttributes() {
|
|
10663
10680
|
return ["style"];
|
|
10664
10681
|
}
|
|
@@ -10683,8 +10700,8 @@ class pt extends t {
|
|
|
10683
10700
|
return [];
|
|
10684
10701
|
}
|
|
10685
10702
|
}
|
|
10686
|
-
customElements.define("flr-table-column",
|
|
10687
|
-
class
|
|
10703
|
+
customElements.define("flr-table-column", lt);
|
|
10704
|
+
class dt extends t {
|
|
10688
10705
|
static get remoteAttributes() {
|
|
10689
10706
|
return ["style"];
|
|
10690
10707
|
}
|
|
@@ -10720,8 +10737,8 @@ class lt extends t {
|
|
|
10720
10737
|
return [];
|
|
10721
10738
|
}
|
|
10722
10739
|
}
|
|
10723
|
-
customElements.define("flr-table-footer-row",
|
|
10724
|
-
class
|
|
10740
|
+
customElements.define("flr-table-footer-row", dt);
|
|
10741
|
+
class ct extends t {
|
|
10725
10742
|
static get remoteAttributes() {
|
|
10726
10743
|
return ["style"];
|
|
10727
10744
|
}
|
|
@@ -10743,8 +10760,8 @@ class dt extends t {
|
|
|
10743
10760
|
return [];
|
|
10744
10761
|
}
|
|
10745
10762
|
}
|
|
10746
|
-
customElements.define("flr-table-header",
|
|
10747
|
-
class
|
|
10763
|
+
customElements.define("flr-table-header", ct);
|
|
10764
|
+
class Ct extends t {
|
|
10748
10765
|
static get remoteAttributes() {
|
|
10749
10766
|
return ["style"];
|
|
10750
10767
|
}
|
|
@@ -10780,8 +10797,8 @@ class ct extends t {
|
|
|
10780
10797
|
return [];
|
|
10781
10798
|
}
|
|
10782
10799
|
}
|
|
10783
|
-
customElements.define("flr-table-row",
|
|
10784
|
-
class
|
|
10800
|
+
customElements.define("flr-table-row", Ct);
|
|
10801
|
+
class mt extends t {
|
|
10785
10802
|
static get remoteAttributes() {
|
|
10786
10803
|
return ["style"];
|
|
10787
10804
|
}
|
|
@@ -10811,8 +10828,8 @@ class Ct extends t {
|
|
|
10811
10828
|
return [];
|
|
10812
10829
|
}
|
|
10813
10830
|
}
|
|
10814
|
-
customElements.define("flr-tabs",
|
|
10815
|
-
class
|
|
10831
|
+
customElements.define("flr-tabs", mt);
|
|
10832
|
+
class gt extends t {
|
|
10816
10833
|
static get remoteAttributes() {
|
|
10817
10834
|
return ["style"];
|
|
10818
10835
|
}
|
|
@@ -11104,8 +11121,8 @@ class mt extends t {
|
|
|
11104
11121
|
return [];
|
|
11105
11122
|
}
|
|
11106
11123
|
}
|
|
11107
|
-
customElements.define("flr-text",
|
|
11108
|
-
class
|
|
11124
|
+
customElements.define("flr-text", gt);
|
|
11125
|
+
class vt extends t {
|
|
11109
11126
|
static get remoteAttributes() {
|
|
11110
11127
|
return ["style"];
|
|
11111
11128
|
}
|
|
@@ -11172,8 +11189,8 @@ class gt extends t {
|
|
|
11172
11189
|
return [];
|
|
11173
11190
|
}
|
|
11174
11191
|
}
|
|
11175
|
-
customElements.define("flr-text-area",
|
|
11176
|
-
class
|
|
11192
|
+
customElements.define("flr-text-area", vt);
|
|
11193
|
+
class bt extends t {
|
|
11177
11194
|
static get remoteAttributes() {
|
|
11178
11195
|
return ["style"];
|
|
11179
11196
|
}
|
|
@@ -11239,8 +11256,8 @@ class vt extends t {
|
|
|
11239
11256
|
return [];
|
|
11240
11257
|
}
|
|
11241
11258
|
}
|
|
11242
|
-
customElements.define("flr-text-field",
|
|
11243
|
-
class
|
|
11259
|
+
customElements.define("flr-text-field", bt);
|
|
11260
|
+
class yt extends t {
|
|
11244
11261
|
static get remoteAttributes() {
|
|
11245
11262
|
return ["style"];
|
|
11246
11263
|
}
|
|
@@ -11286,8 +11303,8 @@ class bt extends t {
|
|
|
11286
11303
|
return ["errorMessage"];
|
|
11287
11304
|
}
|
|
11288
11305
|
}
|
|
11289
|
-
customElements.define("flr-time-field",
|
|
11290
|
-
class
|
|
11306
|
+
customElements.define("flr-time-field", yt);
|
|
11307
|
+
class ht extends t {
|
|
11291
11308
|
static get remoteAttributes() {
|
|
11292
11309
|
return ["style"];
|
|
11293
11310
|
}
|
|
@@ -11321,8 +11338,8 @@ class yt extends t {
|
|
|
11321
11338
|
return [];
|
|
11322
11339
|
}
|
|
11323
11340
|
}
|
|
11324
|
-
customElements.define("flr-tooltip",
|
|
11325
|
-
class
|
|
11341
|
+
customElements.define("flr-tooltip", ht);
|
|
11342
|
+
class Et extends t {
|
|
11326
11343
|
static get remoteAttributes() {
|
|
11327
11344
|
return ["style"];
|
|
11328
11345
|
}
|
|
@@ -11345,8 +11362,8 @@ class ht extends t {
|
|
|
11345
11362
|
return [];
|
|
11346
11363
|
}
|
|
11347
11364
|
}
|
|
11348
|
-
customElements.define("flr-tooltip-trigger",
|
|
11349
|
-
class
|
|
11365
|
+
customElements.define("flr-tooltip-trigger", Et);
|
|
11366
|
+
class ft extends t {
|
|
11350
11367
|
static get remoteAttributes() {
|
|
11351
11368
|
return ["style"];
|
|
11352
11369
|
}
|
|
@@ -11372,8 +11389,8 @@ class Et extends t {
|
|
|
11372
11389
|
return [];
|
|
11373
11390
|
}
|
|
11374
11391
|
}
|
|
11375
|
-
customElements.define("flr-x-axis",
|
|
11376
|
-
class
|
|
11392
|
+
customElements.define("flr-x-axis", ft);
|
|
11393
|
+
class xt extends t {
|
|
11377
11394
|
static get remoteAttributes() {
|
|
11378
11395
|
return ["style"];
|
|
11379
11396
|
}
|
|
@@ -11398,8 +11415,8 @@ class ft extends t {
|
|
|
11398
11415
|
return [];
|
|
11399
11416
|
}
|
|
11400
11417
|
}
|
|
11401
|
-
customElements.define("flr-y-axis",
|
|
11402
|
-
class
|
|
11418
|
+
customElements.define("flr-y-axis", xt);
|
|
11419
|
+
class kt extends t {
|
|
11403
11420
|
static get remoteEvents() {
|
|
11404
11421
|
return {
|
|
11405
11422
|
submit: {}
|
|
@@ -11414,8 +11431,8 @@ class xt extends t {
|
|
|
11414
11431
|
};
|
|
11415
11432
|
}
|
|
11416
11433
|
}
|
|
11417
|
-
customElements.define("flr-form",
|
|
11418
|
-
class
|
|
11434
|
+
customElements.define("flr-form", kt);
|
|
11435
|
+
class St extends t {
|
|
11419
11436
|
static get remoteAttributes() {
|
|
11420
11437
|
return [];
|
|
11421
11438
|
}
|
|
@@ -11429,7 +11446,7 @@ class kt extends t {
|
|
|
11429
11446
|
return [];
|
|
11430
11447
|
}
|
|
11431
11448
|
}
|
|
11432
|
-
customElements.define("flr-slot-root-wrapper",
|
|
11449
|
+
customElements.define("flr-slot-root-wrapper", St);
|
|
11433
11450
|
export {
|
|
11434
11451
|
E as RemoteAccentBoxElement,
|
|
11435
11452
|
f as RemoteAccordionElement,
|
|
@@ -11443,104 +11460,105 @@ export {
|
|
|
11443
11460
|
D as RemoteAvatarElement,
|
|
11444
11461
|
U as RemoteAvatarStackElement,
|
|
11445
11462
|
R as RemoteBadgeElement,
|
|
11446
|
-
T as
|
|
11447
|
-
I as
|
|
11448
|
-
A as
|
|
11449
|
-
L as
|
|
11450
|
-
z as
|
|
11451
|
-
N as
|
|
11452
|
-
|
|
11453
|
-
|
|
11454
|
-
|
|
11455
|
-
V as
|
|
11456
|
-
W as
|
|
11457
|
-
B as
|
|
11458
|
-
q as
|
|
11459
|
-
G as
|
|
11460
|
-
X as
|
|
11461
|
-
Y as
|
|
11462
|
-
j as
|
|
11463
|
-
Z as
|
|
11464
|
-
_ as
|
|
11465
|
-
J as
|
|
11466
|
-
Q as
|
|
11467
|
-
$ as
|
|
11468
|
-
ee as
|
|
11469
|
-
te as
|
|
11470
|
-
ae as
|
|
11471
|
-
re as
|
|
11472
|
-
ie as
|
|
11473
|
-
oe as
|
|
11474
|
-
ne as
|
|
11475
|
-
ue as
|
|
11476
|
-
se as
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
le as
|
|
11480
|
-
de as
|
|
11481
|
-
ce as
|
|
11482
|
-
Ce as
|
|
11483
|
-
me as
|
|
11484
|
-
ge as
|
|
11485
|
-
ve as
|
|
11486
|
-
be as
|
|
11487
|
-
ye as
|
|
11488
|
-
he as
|
|
11489
|
-
Ee as
|
|
11490
|
-
fe as
|
|
11491
|
-
xe as
|
|
11492
|
-
ke as
|
|
11493
|
-
Se as
|
|
11494
|
-
we as
|
|
11495
|
-
Pe as
|
|
11496
|
-
Oe as
|
|
11497
|
-
Me as
|
|
11498
|
-
De as
|
|
11499
|
-
Ue as
|
|
11500
|
-
Re as
|
|
11501
|
-
Te as
|
|
11502
|
-
Ie as
|
|
11503
|
-
Ae as
|
|
11504
|
-
Le as
|
|
11505
|
-
ze as
|
|
11506
|
-
Ne as
|
|
11507
|
-
Fe as
|
|
11508
|
-
He as
|
|
11509
|
-
Ke as
|
|
11510
|
-
Ve as
|
|
11511
|
-
We as
|
|
11512
|
-
Be as
|
|
11513
|
-
qe as
|
|
11514
|
-
|
|
11515
|
-
|
|
11516
|
-
|
|
11517
|
-
je as
|
|
11518
|
-
Ze as
|
|
11519
|
-
_e as
|
|
11520
|
-
Je as
|
|
11521
|
-
Qe as
|
|
11522
|
-
$e as
|
|
11523
|
-
et as
|
|
11524
|
-
tt as
|
|
11525
|
-
at as
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
it as
|
|
11529
|
-
ot as
|
|
11530
|
-
|
|
11531
|
-
st as
|
|
11532
|
-
pt as
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
dt as
|
|
11536
|
-
ct as
|
|
11537
|
-
Ct as
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
bt as
|
|
11542
|
-
yt as
|
|
11543
|
-
ht as
|
|
11544
|
-
Et as
|
|
11545
|
-
ft as
|
|
11463
|
+
T as RemoteBigNumberElement,
|
|
11464
|
+
I as RemoteBreadcrumbElement,
|
|
11465
|
+
A as RemoteButtonElement,
|
|
11466
|
+
L as RemoteCartesianGridElement,
|
|
11467
|
+
z as RemoteChartLegendElement,
|
|
11468
|
+
N as RemoteChartTooltipElement,
|
|
11469
|
+
F as RemoteChatElement,
|
|
11470
|
+
K as RemoteCheckboxButtonElement,
|
|
11471
|
+
H as RemoteCheckboxElement,
|
|
11472
|
+
V as RemoteCheckboxGroupElement,
|
|
11473
|
+
W as RemoteClearPropsContextContentElement,
|
|
11474
|
+
B as RemoteCodeBlockElement,
|
|
11475
|
+
q as RemoteColorElement,
|
|
11476
|
+
G as RemoteColumnLayoutElement,
|
|
11477
|
+
X as RemoteContentElement,
|
|
11478
|
+
Y as RemoteContextMenuContentElement,
|
|
11479
|
+
j as RemoteContextMenuSectionElement,
|
|
11480
|
+
Z as RemoteContextualHelpElement,
|
|
11481
|
+
_ as RemoteContextualHelpTriggerElement,
|
|
11482
|
+
J as RemoteCopyButtonElement,
|
|
11483
|
+
Q as RemoteCounterBadgeElement,
|
|
11484
|
+
$ as RemoteCountryOptionsElement,
|
|
11485
|
+
ee as RemoteDatePickerElement,
|
|
11486
|
+
te as RemoteDateRangePickerElement,
|
|
11487
|
+
ae as RemoteDialogTriggerElement,
|
|
11488
|
+
re as RemoteDivElement,
|
|
11489
|
+
ie as RemoteFieldDescriptionElement,
|
|
11490
|
+
oe as RemoteFieldErrorElement,
|
|
11491
|
+
ne as RemoteFileCardElement,
|
|
11492
|
+
ue as RemoteFileCardListElement,
|
|
11493
|
+
se as RemoteFileFieldElement,
|
|
11494
|
+
pe as RemoteFlexElement,
|
|
11495
|
+
kt as RemoteFormElement,
|
|
11496
|
+
le as RemoteHeaderElement,
|
|
11497
|
+
de as RemoteHeaderNavigationElement,
|
|
11498
|
+
ce as RemoteHeadingElement,
|
|
11499
|
+
Ce as RemoteIconElement,
|
|
11500
|
+
me as RemoteIllustratedMessageElement,
|
|
11501
|
+
ge as RemoteImageElement,
|
|
11502
|
+
ve as RemoteInitialsElement,
|
|
11503
|
+
be as RemoteInlineCodeElement,
|
|
11504
|
+
ye as RemoteItemsGridListElement,
|
|
11505
|
+
he as RemoteItemsGridListItemElement,
|
|
11506
|
+
Ee as RemoteLabelElement,
|
|
11507
|
+
fe as RemoteLabeledValueElement,
|
|
11508
|
+
xe as RemoteLayoutCardElement,
|
|
11509
|
+
ke as RemoteLegendElement,
|
|
11510
|
+
Se as RemoteLightBoxElement,
|
|
11511
|
+
we as RemoteLightBoxTriggerElement,
|
|
11512
|
+
Pe as RemoteLinkElement,
|
|
11513
|
+
Oe as RemoteListEmptyViewElement,
|
|
11514
|
+
Me as RemoteListItemViewContentElement,
|
|
11515
|
+
De as RemoteListSummaryElement,
|
|
11516
|
+
Ue as RemoteLoadingSpinnerElement,
|
|
11517
|
+
Re as RemoteMarkdownElement,
|
|
11518
|
+
Te as RemoteMenuItemElement,
|
|
11519
|
+
Ie as RemoteMenuTriggerElement,
|
|
11520
|
+
Ae as RemoteMessageElement,
|
|
11521
|
+
Le as RemoteMessageSeparatorElement,
|
|
11522
|
+
ze as RemoteMessageThreadElement,
|
|
11523
|
+
Ne as RemoteNavigationElement,
|
|
11524
|
+
Fe as RemoteNavigationGroupElement,
|
|
11525
|
+
He as RemoteNotificationElement,
|
|
11526
|
+
Ke as RemoteNotificationProviderElement,
|
|
11527
|
+
Ve as RemoteNumberFieldElement,
|
|
11528
|
+
We as RemoteOptionElement,
|
|
11529
|
+
Be as RemoteOverlayContentElement,
|
|
11530
|
+
qe as RemotePopoverContentElement,
|
|
11531
|
+
Ge as RemoteProgressBarElement,
|
|
11532
|
+
Ye as RemoteRadioButtonElement,
|
|
11533
|
+
Xe as RemoteRadioElement,
|
|
11534
|
+
je as RemoteRadioGroupElement,
|
|
11535
|
+
Ze as RemoteSearchFieldElement,
|
|
11536
|
+
_e as RemoteSectionElement,
|
|
11537
|
+
Je as RemoteSegmentElement,
|
|
11538
|
+
Qe as RemoteSegmentedControlElement,
|
|
11539
|
+
$e as RemoteSelectElement,
|
|
11540
|
+
et as RemoteSeparatorElement,
|
|
11541
|
+
tt as RemoteSkeletonElement,
|
|
11542
|
+
at as RemoteSkeletonTextElement,
|
|
11543
|
+
rt as RemoteSliderElement,
|
|
11544
|
+
St as RemoteSlotRootWrapper,
|
|
11545
|
+
it as RemoteSwitchElement,
|
|
11546
|
+
ot as RemoteTabElement,
|
|
11547
|
+
nt as RemoteTabTitleElement,
|
|
11548
|
+
st as RemoteTableBodyElement,
|
|
11549
|
+
pt as RemoteTableCellElement,
|
|
11550
|
+
lt as RemoteTableColumnElement,
|
|
11551
|
+
ut as RemoteTableElement,
|
|
11552
|
+
dt as RemoteTableFooterRowElement,
|
|
11553
|
+
ct as RemoteTableHeaderElement,
|
|
11554
|
+
Ct as RemoteTableRowElement,
|
|
11555
|
+
mt as RemoteTabsElement,
|
|
11556
|
+
vt as RemoteTextAreaElement,
|
|
11557
|
+
gt as RemoteTextElement,
|
|
11558
|
+
bt as RemoteTextFieldElement,
|
|
11559
|
+
yt as RemoteTimeFieldElement,
|
|
11560
|
+
ht as RemoteTooltipElement,
|
|
11561
|
+
Et as RemoteTooltipTriggerElement,
|
|
11562
|
+
ft as RemoteXAxisElement,
|
|
11563
|
+
xt as RemoteYAxisElement
|
|
11546
11564
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { BigNumberProps as RemoteBigNumberElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { BigNumberProps as RemoteBigNumberElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteBigNumberElement extends FlowRemoteElement<RemoteBigNumberElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
className: {};
|
|
8
|
+
};
|
|
9
|
+
static get remoteEvents(): {};
|
|
10
|
+
static get remoteSlots(): never[];
|
|
11
|
+
}
|
|
12
|
+
declare global {
|
|
13
|
+
interface HTMLElementTagNameMap {
|
|
14
|
+
"flr-big-number": InstanceType<typeof RemoteBigNumberElement>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=RemoteBigNumberElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteBigNumberElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteBigNumberElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACrG,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAErG,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;MAInC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;KAC/D;CACF"}
|
|
@@ -10,6 +10,7 @@ export * from './RemoteAreaChartElement';
|
|
|
10
10
|
export * from './RemoteAvatarElement';
|
|
11
11
|
export * from './RemoteAvatarStackElement';
|
|
12
12
|
export * from './RemoteBadgeElement';
|
|
13
|
+
export * from './RemoteBigNumberElement';
|
|
13
14
|
export * from './RemoteBreadcrumbElement';
|
|
14
15
|
export * from './RemoteButtonElement';
|
|
15
16
|
export * from './RemoteCartesianGridElement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-elements",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.131",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flow compatible remote elements that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"test:compile": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.131",
|
|
28
28
|
"remeda": "^2.21.1",
|
|
29
29
|
"type-fest": "^4.37.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.131",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.10",
|
|
35
35
|
"nx": "^20.5.0",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3f12624737cdb1af4ec4c89190bf409e9af9de34"
|
|
49
49
|
}
|