@mittwald/flow-remote-elements 0.2.0-alpha.54 → 0.2.0-alpha.55
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
CHANGED
|
@@ -1325,6 +1325,24 @@ class D extends t {
|
|
|
1325
1325
|
}
|
|
1326
1326
|
customElements.define("flr-button", D);
|
|
1327
1327
|
class R extends t {
|
|
1328
|
+
static get remoteAttributes() {
|
|
1329
|
+
return ["style"];
|
|
1330
|
+
}
|
|
1331
|
+
static get remoteProperties() {
|
|
1332
|
+
return {
|
|
1333
|
+
className: {},
|
|
1334
|
+
height: {}
|
|
1335
|
+
};
|
|
1336
|
+
}
|
|
1337
|
+
static get remoteEvents() {
|
|
1338
|
+
return {};
|
|
1339
|
+
}
|
|
1340
|
+
static get remoteSlots() {
|
|
1341
|
+
return [];
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
customElements.define("flr-chat", R);
|
|
1345
|
+
class T extends t {
|
|
1328
1346
|
static get remoteAttributes() {
|
|
1329
1347
|
return ["style"];
|
|
1330
1348
|
}
|
|
@@ -1372,8 +1390,8 @@ class R extends t {
|
|
|
1372
1390
|
return [];
|
|
1373
1391
|
}
|
|
1374
1392
|
}
|
|
1375
|
-
customElements.define("flr-checkbox",
|
|
1376
|
-
class
|
|
1393
|
+
customElements.define("flr-checkbox", T);
|
|
1394
|
+
class I extends t {
|
|
1377
1395
|
static get remoteAttributes() {
|
|
1378
1396
|
return ["style"];
|
|
1379
1397
|
}
|
|
@@ -1421,8 +1439,8 @@ class T extends t {
|
|
|
1421
1439
|
return [];
|
|
1422
1440
|
}
|
|
1423
1441
|
}
|
|
1424
|
-
customElements.define("flr-checkbox-button",
|
|
1425
|
-
class
|
|
1442
|
+
customElements.define("flr-checkbox-button", I);
|
|
1443
|
+
class A extends t {
|
|
1426
1444
|
static get remoteAttributes() {
|
|
1427
1445
|
return ["style"];
|
|
1428
1446
|
}
|
|
@@ -1462,8 +1480,8 @@ class I extends t {
|
|
|
1462
1480
|
return [];
|
|
1463
1481
|
}
|
|
1464
1482
|
}
|
|
1465
|
-
customElements.define("flr-checkbox-group",
|
|
1466
|
-
class
|
|
1483
|
+
customElements.define("flr-checkbox-group", A);
|
|
1484
|
+
class L extends t {
|
|
1467
1485
|
static get remoteAttributes() {
|
|
1468
1486
|
return ["style"];
|
|
1469
1487
|
}
|
|
@@ -1482,8 +1500,8 @@ class A extends t {
|
|
|
1482
1500
|
return [];
|
|
1483
1501
|
}
|
|
1484
1502
|
}
|
|
1485
|
-
customElements.define("flr-code-block",
|
|
1486
|
-
class
|
|
1503
|
+
customElements.define("flr-code-block", L);
|
|
1504
|
+
class z extends t {
|
|
1487
1505
|
static get remoteAttributes() {
|
|
1488
1506
|
return ["style"];
|
|
1489
1507
|
}
|
|
@@ -1779,8 +1797,8 @@ class L extends t {
|
|
|
1779
1797
|
return [];
|
|
1780
1798
|
}
|
|
1781
1799
|
}
|
|
1782
|
-
customElements.define("flr-column-layout",
|
|
1783
|
-
class
|
|
1800
|
+
customElements.define("flr-column-layout", z);
|
|
1801
|
+
class N extends t {
|
|
1784
1802
|
static get remoteAttributes() {
|
|
1785
1803
|
return ["style"];
|
|
1786
1804
|
}
|
|
@@ -2071,8 +2089,8 @@ class z extends t {
|
|
|
2071
2089
|
return [];
|
|
2072
2090
|
}
|
|
2073
2091
|
}
|
|
2074
|
-
customElements.define("flr-content",
|
|
2075
|
-
class
|
|
2092
|
+
customElements.define("flr-content", N);
|
|
2093
|
+
class F extends t {
|
|
2076
2094
|
static get remoteAttributes() {
|
|
2077
2095
|
return ["style"];
|
|
2078
2096
|
}
|
|
@@ -2110,9 +2128,9 @@ class N extends t {
|
|
|
2110
2128
|
}
|
|
2111
2129
|
customElements.define(
|
|
2112
2130
|
"flr-context-menu-content",
|
|
2113
|
-
|
|
2131
|
+
F
|
|
2114
2132
|
);
|
|
2115
|
-
class
|
|
2133
|
+
class H extends t {
|
|
2116
2134
|
static get remoteAttributes() {
|
|
2117
2135
|
return ["style"];
|
|
2118
2136
|
}
|
|
@@ -2130,9 +2148,9 @@ class F extends t {
|
|
|
2130
2148
|
}
|
|
2131
2149
|
customElements.define(
|
|
2132
2150
|
"flr-context-menu-section",
|
|
2133
|
-
|
|
2151
|
+
H
|
|
2134
2152
|
);
|
|
2135
|
-
class
|
|
2153
|
+
class V extends t {
|
|
2136
2154
|
static get remoteAttributes() {
|
|
2137
2155
|
return ["style"];
|
|
2138
2156
|
}
|
|
@@ -2174,8 +2192,8 @@ class H extends t {
|
|
|
2174
2192
|
return [];
|
|
2175
2193
|
}
|
|
2176
2194
|
}
|
|
2177
|
-
customElements.define("flr-contextual-help",
|
|
2178
|
-
class
|
|
2195
|
+
customElements.define("flr-contextual-help", V);
|
|
2196
|
+
class W extends t {
|
|
2179
2197
|
static get remoteAttributes() {
|
|
2180
2198
|
return ["style"];
|
|
2181
2199
|
}
|
|
@@ -2193,9 +2211,9 @@ class V extends t {
|
|
|
2193
2211
|
}
|
|
2194
2212
|
customElements.define(
|
|
2195
2213
|
"flr-contextual-help-trigger",
|
|
2196
|
-
|
|
2214
|
+
W
|
|
2197
2215
|
);
|
|
2198
|
-
class
|
|
2216
|
+
class K extends t {
|
|
2199
2217
|
static get remoteAttributes() {
|
|
2200
2218
|
return ["style"];
|
|
2201
2219
|
}
|
|
@@ -2255,8 +2273,8 @@ class W extends t {
|
|
|
2255
2273
|
return ["text"];
|
|
2256
2274
|
}
|
|
2257
2275
|
}
|
|
2258
|
-
customElements.define("flr-copy-button",
|
|
2259
|
-
class
|
|
2276
|
+
customElements.define("flr-copy-button", K);
|
|
2277
|
+
class B extends t {
|
|
2260
2278
|
static get remoteAttributes() {
|
|
2261
2279
|
return ["style"];
|
|
2262
2280
|
}
|
|
@@ -2547,8 +2565,8 @@ class K extends t {
|
|
|
2547
2565
|
return [];
|
|
2548
2566
|
}
|
|
2549
2567
|
}
|
|
2550
|
-
customElements.define("flr-counter-badge",
|
|
2551
|
-
class
|
|
2568
|
+
customElements.define("flr-counter-badge", B);
|
|
2569
|
+
class q extends t {
|
|
2552
2570
|
static get remoteAttributes() {
|
|
2553
2571
|
return ["style"];
|
|
2554
2572
|
}
|
|
@@ -2593,8 +2611,8 @@ class B extends t {
|
|
|
2593
2611
|
return [];
|
|
2594
2612
|
}
|
|
2595
2613
|
}
|
|
2596
|
-
customElements.define("flr-country-options",
|
|
2597
|
-
class
|
|
2614
|
+
customElements.define("flr-country-options", q);
|
|
2615
|
+
class G extends t {
|
|
2598
2616
|
static get remoteAttributes() {
|
|
2599
2617
|
return ["style"];
|
|
2600
2618
|
}
|
|
@@ -2647,8 +2665,8 @@ class q extends t {
|
|
|
2647
2665
|
return ["errorMessage"];
|
|
2648
2666
|
}
|
|
2649
2667
|
}
|
|
2650
|
-
customElements.define("flr-date-picker",
|
|
2651
|
-
class
|
|
2668
|
+
customElements.define("flr-date-picker", G);
|
|
2669
|
+
class X extends t {
|
|
2652
2670
|
static get remoteAttributes() {
|
|
2653
2671
|
return ["style"];
|
|
2654
2672
|
}
|
|
@@ -2703,8 +2721,8 @@ class G extends t {
|
|
|
2703
2721
|
return ["errorMessage"];
|
|
2704
2722
|
}
|
|
2705
2723
|
}
|
|
2706
|
-
customElements.define("flr-date-range-picker",
|
|
2707
|
-
class
|
|
2724
|
+
customElements.define("flr-date-range-picker", X);
|
|
2725
|
+
class Y extends t {
|
|
2708
2726
|
static get remoteAttributes() {
|
|
2709
2727
|
return ["style"];
|
|
2710
2728
|
}
|
|
@@ -2723,8 +2741,8 @@ class X extends t {
|
|
|
2723
2741
|
return [];
|
|
2724
2742
|
}
|
|
2725
2743
|
}
|
|
2726
|
-
customElements.define("flr-dialog-trigger",
|
|
2727
|
-
class
|
|
2744
|
+
customElements.define("flr-dialog-trigger", Y);
|
|
2745
|
+
class j extends t {
|
|
2728
2746
|
static get remoteAttributes() {
|
|
2729
2747
|
return ["style"];
|
|
2730
2748
|
}
|
|
@@ -2740,8 +2758,8 @@ class Y extends t {
|
|
|
2740
2758
|
return [];
|
|
2741
2759
|
}
|
|
2742
2760
|
}
|
|
2743
|
-
customElements.define("flr-div",
|
|
2744
|
-
class
|
|
2761
|
+
customElements.define("flr-div", j);
|
|
2762
|
+
class Z extends t {
|
|
2745
2763
|
static get remoteAttributes() {
|
|
2746
2764
|
return ["style"];
|
|
2747
2765
|
}
|
|
@@ -3033,8 +3051,8 @@ class j extends t {
|
|
|
3033
3051
|
return [];
|
|
3034
3052
|
}
|
|
3035
3053
|
}
|
|
3036
|
-
customElements.define("flr-field-description",
|
|
3037
|
-
class
|
|
3054
|
+
customElements.define("flr-field-description", Z);
|
|
3055
|
+
class _ extends t {
|
|
3038
3056
|
static get remoteAttributes() {
|
|
3039
3057
|
return ["style"];
|
|
3040
3058
|
}
|
|
@@ -3051,8 +3069,8 @@ class Z extends t {
|
|
|
3051
3069
|
return [];
|
|
3052
3070
|
}
|
|
3053
3071
|
}
|
|
3054
|
-
customElements.define("flr-field-error",
|
|
3055
|
-
class
|
|
3072
|
+
customElements.define("flr-field-error", _);
|
|
3073
|
+
class J extends t {
|
|
3056
3074
|
static get remoteAttributes() {
|
|
3057
3075
|
return ["style"];
|
|
3058
3076
|
}
|
|
@@ -3351,8 +3369,8 @@ class _ extends t {
|
|
|
3351
3369
|
return [];
|
|
3352
3370
|
}
|
|
3353
3371
|
}
|
|
3354
|
-
customElements.define("flr-file-card",
|
|
3355
|
-
class
|
|
3372
|
+
customElements.define("flr-file-card", J);
|
|
3373
|
+
class Q extends t {
|
|
3356
3374
|
static get remoteAttributes() {
|
|
3357
3375
|
return ["style"];
|
|
3358
3376
|
}
|
|
@@ -3647,8 +3665,8 @@ class J extends t {
|
|
|
3647
3665
|
return [];
|
|
3648
3666
|
}
|
|
3649
3667
|
}
|
|
3650
|
-
customElements.define("flr-file-card-list",
|
|
3651
|
-
class
|
|
3668
|
+
customElements.define("flr-file-card-list", Q);
|
|
3669
|
+
class $ extends t {
|
|
3652
3670
|
static get remoteAttributes() {
|
|
3653
3671
|
return ["style"];
|
|
3654
3672
|
}
|
|
@@ -3672,8 +3690,8 @@ class Q extends t {
|
|
|
3672
3690
|
return [];
|
|
3673
3691
|
}
|
|
3674
3692
|
}
|
|
3675
|
-
customElements.define("flr-file-field",
|
|
3676
|
-
class
|
|
3693
|
+
customElements.define("flr-file-field", $);
|
|
3694
|
+
class ee extends t {
|
|
3677
3695
|
static get remoteAttributes() {
|
|
3678
3696
|
return ["style"];
|
|
3679
3697
|
}
|
|
@@ -3687,8 +3705,8 @@ class $ extends t {
|
|
|
3687
3705
|
return [];
|
|
3688
3706
|
}
|
|
3689
3707
|
}
|
|
3690
|
-
customElements.define("flr-fragment",
|
|
3691
|
-
class
|
|
3708
|
+
customElements.define("flr-fragment", ee);
|
|
3709
|
+
class te extends t {
|
|
3692
3710
|
static get remoteAttributes() {
|
|
3693
3711
|
return ["style"];
|
|
3694
3712
|
}
|
|
@@ -3979,8 +3997,8 @@ class ee extends t {
|
|
|
3979
3997
|
return [];
|
|
3980
3998
|
}
|
|
3981
3999
|
}
|
|
3982
|
-
customElements.define("flr-header",
|
|
3983
|
-
class
|
|
4000
|
+
customElements.define("flr-header", te);
|
|
4001
|
+
class ae extends t {
|
|
3984
4002
|
static get remoteAttributes() {
|
|
3985
4003
|
return ["style"];
|
|
3986
4004
|
}
|
|
@@ -4269,8 +4287,8 @@ class te extends t {
|
|
|
4269
4287
|
return [];
|
|
4270
4288
|
}
|
|
4271
4289
|
}
|
|
4272
|
-
customElements.define("flr-header-navigation",
|
|
4273
|
-
class
|
|
4290
|
+
customElements.define("flr-header-navigation", ae);
|
|
4291
|
+
class re extends t {
|
|
4274
4292
|
static get remoteAttributes() {
|
|
4275
4293
|
return ["style"];
|
|
4276
4294
|
}
|
|
@@ -4561,8 +4579,8 @@ class ae extends t {
|
|
|
4561
4579
|
return [];
|
|
4562
4580
|
}
|
|
4563
4581
|
}
|
|
4564
|
-
customElements.define("flr-heading",
|
|
4565
|
-
class
|
|
4582
|
+
customElements.define("flr-heading", re);
|
|
4583
|
+
class ie extends t {
|
|
4566
4584
|
static get remoteAttributes() {
|
|
4567
4585
|
return ["style"];
|
|
4568
4586
|
}
|
|
@@ -5058,8 +5076,8 @@ class re extends t {
|
|
|
5058
5076
|
return [];
|
|
5059
5077
|
}
|
|
5060
5078
|
}
|
|
5061
|
-
customElements.define("flr-icon",
|
|
5062
|
-
class
|
|
5079
|
+
customElements.define("flr-icon", ie);
|
|
5080
|
+
class oe extends t {
|
|
5063
5081
|
static get remoteAttributes() {
|
|
5064
5082
|
return ["style"];
|
|
5065
5083
|
}
|
|
@@ -5350,9 +5368,9 @@ class ie extends t {
|
|
|
5350
5368
|
}
|
|
5351
5369
|
customElements.define(
|
|
5352
5370
|
"flr-illustrated-message",
|
|
5353
|
-
|
|
5371
|
+
oe
|
|
5354
5372
|
);
|
|
5355
|
-
class
|
|
5373
|
+
class ne extends t {
|
|
5356
5374
|
static get remoteAttributes() {
|
|
5357
5375
|
return ["style"];
|
|
5358
5376
|
}
|
|
@@ -5654,8 +5672,8 @@ class oe extends t {
|
|
|
5654
5672
|
return [];
|
|
5655
5673
|
}
|
|
5656
5674
|
}
|
|
5657
|
-
customElements.define("flr-image",
|
|
5658
|
-
class
|
|
5675
|
+
customElements.define("flr-image", ne);
|
|
5676
|
+
class ue extends t {
|
|
5659
5677
|
static get remoteAttributes() {
|
|
5660
5678
|
return ["style"];
|
|
5661
5679
|
}
|
|
@@ -5671,8 +5689,8 @@ class ne extends t {
|
|
|
5671
5689
|
return [];
|
|
5672
5690
|
}
|
|
5673
5691
|
}
|
|
5674
|
-
customElements.define("flr-initials",
|
|
5675
|
-
class
|
|
5692
|
+
customElements.define("flr-initials", ue);
|
|
5693
|
+
class se extends t {
|
|
5676
5694
|
static get remoteAttributes() {
|
|
5677
5695
|
return ["style"];
|
|
5678
5696
|
}
|
|
@@ -5961,8 +5979,8 @@ class ue extends t {
|
|
|
5961
5979
|
return [];
|
|
5962
5980
|
}
|
|
5963
5981
|
}
|
|
5964
|
-
customElements.define("flr-inline-code",
|
|
5965
|
-
class
|
|
5982
|
+
customElements.define("flr-inline-code", se);
|
|
5983
|
+
class pe extends t {
|
|
5966
5984
|
static get remoteAttributes() {
|
|
5967
5985
|
return ["style"];
|
|
5968
5986
|
}
|
|
@@ -6001,8 +6019,8 @@ class se extends t {
|
|
|
6001
6019
|
return [];
|
|
6002
6020
|
}
|
|
6003
6021
|
}
|
|
6004
|
-
customElements.define("flr-items-grid-list",
|
|
6005
|
-
class
|
|
6022
|
+
customElements.define("flr-items-grid-list", pe);
|
|
6023
|
+
class le extends t {
|
|
6006
6024
|
static get remoteAttributes() {
|
|
6007
6025
|
return ["style"];
|
|
6008
6026
|
}
|
|
@@ -6039,9 +6057,9 @@ class pe extends t {
|
|
|
6039
6057
|
}
|
|
6040
6058
|
customElements.define(
|
|
6041
6059
|
"flr-items-grid-list-item",
|
|
6042
|
-
|
|
6060
|
+
le
|
|
6043
6061
|
);
|
|
6044
|
-
class
|
|
6062
|
+
class de extends t {
|
|
6045
6063
|
static get remoteAttributes() {
|
|
6046
6064
|
return ["style"];
|
|
6047
6065
|
}
|
|
@@ -6336,8 +6354,8 @@ class le extends t {
|
|
|
6336
6354
|
return [];
|
|
6337
6355
|
}
|
|
6338
6356
|
}
|
|
6339
|
-
customElements.define("flr-label",
|
|
6340
|
-
class
|
|
6357
|
+
customElements.define("flr-label", de);
|
|
6358
|
+
class ce extends t {
|
|
6341
6359
|
static get remoteAttributes() {
|
|
6342
6360
|
return ["style"];
|
|
6343
6361
|
}
|
|
@@ -6353,8 +6371,8 @@ class de extends t {
|
|
|
6353
6371
|
return [];
|
|
6354
6372
|
}
|
|
6355
6373
|
}
|
|
6356
|
-
customElements.define("flr-labeled-value",
|
|
6357
|
-
class
|
|
6374
|
+
customElements.define("flr-labeled-value", ce);
|
|
6375
|
+
class Ce extends t {
|
|
6358
6376
|
static get remoteAttributes() {
|
|
6359
6377
|
return ["style"];
|
|
6360
6378
|
}
|
|
@@ -6644,8 +6662,8 @@ class ce extends t {
|
|
|
6644
6662
|
return [];
|
|
6645
6663
|
}
|
|
6646
6664
|
}
|
|
6647
|
-
customElements.define("flr-layout-card",
|
|
6648
|
-
class
|
|
6665
|
+
customElements.define("flr-layout-card", Ce);
|
|
6666
|
+
class me extends t {
|
|
6649
6667
|
static get remoteAttributes() {
|
|
6650
6668
|
return ["style"];
|
|
6651
6669
|
}
|
|
@@ -6662,8 +6680,8 @@ class Ce extends t {
|
|
|
6662
6680
|
return [];
|
|
6663
6681
|
}
|
|
6664
6682
|
}
|
|
6665
|
-
customElements.define("flr-light-box",
|
|
6666
|
-
class
|
|
6683
|
+
customElements.define("flr-light-box", me);
|
|
6684
|
+
class ge extends t {
|
|
6667
6685
|
static get remoteAttributes() {
|
|
6668
6686
|
return ["style"];
|
|
6669
6687
|
}
|
|
@@ -6679,8 +6697,8 @@ class me extends t {
|
|
|
6679
6697
|
return [];
|
|
6680
6698
|
}
|
|
6681
6699
|
}
|
|
6682
|
-
customElements.define("flr-light-box-trigger",
|
|
6683
|
-
class
|
|
6700
|
+
customElements.define("flr-light-box-trigger", ge);
|
|
6701
|
+
class ve extends t {
|
|
6684
6702
|
static get remoteAttributes() {
|
|
6685
6703
|
return ["style"];
|
|
6686
6704
|
}
|
|
@@ -6730,8 +6748,8 @@ class ge extends t {
|
|
|
6730
6748
|
return [];
|
|
6731
6749
|
}
|
|
6732
6750
|
}
|
|
6733
|
-
customElements.define("flr-link",
|
|
6734
|
-
class
|
|
6751
|
+
customElements.define("flr-link", ve);
|
|
6752
|
+
class be extends t {
|
|
6735
6753
|
static get remoteAttributes() {
|
|
6736
6754
|
return ["style"];
|
|
6737
6755
|
}
|
|
@@ -6745,8 +6763,8 @@ class ve extends t {
|
|
|
6745
6763
|
return [];
|
|
6746
6764
|
}
|
|
6747
6765
|
}
|
|
6748
|
-
customElements.define("flr-list-empty-view",
|
|
6749
|
-
class
|
|
6766
|
+
customElements.define("flr-list-empty-view", be);
|
|
6767
|
+
class ye extends t {
|
|
6750
6768
|
static get remoteAttributes() {
|
|
6751
6769
|
return ["style"];
|
|
6752
6770
|
}
|
|
@@ -6764,9 +6782,9 @@ class be extends t {
|
|
|
6764
6782
|
}
|
|
6765
6783
|
customElements.define(
|
|
6766
6784
|
"flr-list-item-view-content",
|
|
6767
|
-
|
|
6785
|
+
ye
|
|
6768
6786
|
);
|
|
6769
|
-
class
|
|
6787
|
+
class he extends t {
|
|
6770
6788
|
static get remoteAttributes() {
|
|
6771
6789
|
return ["style"];
|
|
6772
6790
|
}
|
|
@@ -6780,8 +6798,8 @@ class ye extends t {
|
|
|
6780
6798
|
return [];
|
|
6781
6799
|
}
|
|
6782
6800
|
}
|
|
6783
|
-
customElements.define("flr-list-summary",
|
|
6784
|
-
class
|
|
6801
|
+
customElements.define("flr-list-summary", he);
|
|
6802
|
+
class Ee extends t {
|
|
6785
6803
|
static get remoteAttributes() {
|
|
6786
6804
|
return ["style"];
|
|
6787
6805
|
}
|
|
@@ -7277,8 +7295,8 @@ class he extends t {
|
|
|
7277
7295
|
return [];
|
|
7278
7296
|
}
|
|
7279
7297
|
}
|
|
7280
|
-
customElements.define("flr-loading-spinner",
|
|
7281
|
-
class
|
|
7298
|
+
customElements.define("flr-loading-spinner", Ee);
|
|
7299
|
+
class fe extends t {
|
|
7282
7300
|
static get remoteAttributes() {
|
|
7283
7301
|
return ["style"];
|
|
7284
7302
|
}
|
|
@@ -7304,8 +7322,8 @@ class Ee extends t {
|
|
|
7304
7322
|
return [];
|
|
7305
7323
|
}
|
|
7306
7324
|
}
|
|
7307
|
-
customElements.define("flr-markdown",
|
|
7308
|
-
class
|
|
7325
|
+
customElements.define("flr-markdown", fe);
|
|
7326
|
+
class xe extends t {
|
|
7309
7327
|
static get remoteAttributes() {
|
|
7310
7328
|
return ["style"];
|
|
7311
7329
|
}
|
|
@@ -7340,8 +7358,8 @@ class fe extends t {
|
|
|
7340
7358
|
return [];
|
|
7341
7359
|
}
|
|
7342
7360
|
}
|
|
7343
|
-
customElements.define("flr-menu-item",
|
|
7344
|
-
class
|
|
7361
|
+
customElements.define("flr-menu-item", xe);
|
|
7362
|
+
class ke extends t {
|
|
7345
7363
|
static get remoteAttributes() {
|
|
7346
7364
|
return ["style"];
|
|
7347
7365
|
}
|
|
@@ -7361,8 +7379,8 @@ class xe extends t {
|
|
|
7361
7379
|
return [];
|
|
7362
7380
|
}
|
|
7363
7381
|
}
|
|
7364
|
-
customElements.define("flr-menu-trigger",
|
|
7365
|
-
class
|
|
7382
|
+
customElements.define("flr-menu-trigger", ke);
|
|
7383
|
+
class Se extends t {
|
|
7366
7384
|
static get remoteAttributes() {
|
|
7367
7385
|
return ["style"];
|
|
7368
7386
|
}
|
|
@@ -7379,8 +7397,8 @@ class ke extends t {
|
|
|
7379
7397
|
return [];
|
|
7380
7398
|
}
|
|
7381
7399
|
}
|
|
7382
|
-
customElements.define("flr-message",
|
|
7383
|
-
class
|
|
7400
|
+
customElements.define("flr-message", Se);
|
|
7401
|
+
class we extends t {
|
|
7384
7402
|
static get remoteAttributes() {
|
|
7385
7403
|
return ["style"];
|
|
7386
7404
|
}
|
|
@@ -7396,8 +7414,8 @@ class Se extends t {
|
|
|
7396
7414
|
return [];
|
|
7397
7415
|
}
|
|
7398
7416
|
}
|
|
7399
|
-
customElements.define("flr-message-separator",
|
|
7400
|
-
class
|
|
7417
|
+
customElements.define("flr-message-separator", we);
|
|
7418
|
+
class Pe extends t {
|
|
7401
7419
|
static get remoteAttributes() {
|
|
7402
7420
|
return ["style"];
|
|
7403
7421
|
}
|
|
@@ -7413,8 +7431,8 @@ class we extends t {
|
|
|
7413
7431
|
return [];
|
|
7414
7432
|
}
|
|
7415
7433
|
}
|
|
7416
|
-
customElements.define("flr-message-thread",
|
|
7417
|
-
class
|
|
7434
|
+
customElements.define("flr-message-thread", Pe);
|
|
7435
|
+
class Oe extends t {
|
|
7418
7436
|
static get remoteAttributes() {
|
|
7419
7437
|
return ["style"];
|
|
7420
7438
|
}
|
|
@@ -7703,8 +7721,8 @@ class Pe extends t {
|
|
|
7703
7721
|
return [];
|
|
7704
7722
|
}
|
|
7705
7723
|
}
|
|
7706
|
-
customElements.define("flr-navigation",
|
|
7707
|
-
class
|
|
7724
|
+
customElements.define("flr-navigation", Oe);
|
|
7725
|
+
class Me extends t {
|
|
7708
7726
|
static get remoteAttributes() {
|
|
7709
7727
|
return ["style"];
|
|
7710
7728
|
}
|
|
@@ -7994,8 +8012,8 @@ class Oe extends t {
|
|
|
7994
8012
|
return [];
|
|
7995
8013
|
}
|
|
7996
8014
|
}
|
|
7997
|
-
customElements.define("flr-navigation-group",
|
|
7998
|
-
class
|
|
8015
|
+
customElements.define("flr-navigation-group", Me);
|
|
8016
|
+
class Ue extends t {
|
|
7999
8017
|
static get remoteAttributes() {
|
|
8000
8018
|
return ["style"];
|
|
8001
8019
|
}
|
|
@@ -8288,8 +8306,8 @@ class Me extends t {
|
|
|
8288
8306
|
return [];
|
|
8289
8307
|
}
|
|
8290
8308
|
}
|
|
8291
|
-
customElements.define("flr-notification",
|
|
8292
|
-
class
|
|
8309
|
+
customElements.define("flr-notification", Ue);
|
|
8310
|
+
class De extends t {
|
|
8293
8311
|
static get remoteAttributes() {
|
|
8294
8312
|
return ["style"];
|
|
8295
8313
|
}
|
|
@@ -8580,9 +8598,9 @@ class Ue extends t {
|
|
|
8580
8598
|
}
|
|
8581
8599
|
customElements.define(
|
|
8582
8600
|
"flr-notification-provider",
|
|
8583
|
-
|
|
8601
|
+
De
|
|
8584
8602
|
);
|
|
8585
|
-
class
|
|
8603
|
+
class Re extends t {
|
|
8586
8604
|
static get remoteAttributes() {
|
|
8587
8605
|
return ["style"];
|
|
8588
8606
|
}
|
|
@@ -8637,8 +8655,8 @@ class De extends t {
|
|
|
8637
8655
|
return [];
|
|
8638
8656
|
}
|
|
8639
8657
|
}
|
|
8640
|
-
customElements.define("flr-number-field",
|
|
8641
|
-
class
|
|
8658
|
+
customElements.define("flr-number-field", Re);
|
|
8659
|
+
class Te extends t {
|
|
8642
8660
|
static get remoteAttributes() {
|
|
8643
8661
|
return ["style"];
|
|
8644
8662
|
}
|
|
@@ -8671,8 +8689,8 @@ class Re extends t {
|
|
|
8671
8689
|
return [];
|
|
8672
8690
|
}
|
|
8673
8691
|
}
|
|
8674
|
-
customElements.define("flr-option",
|
|
8675
|
-
class
|
|
8692
|
+
customElements.define("flr-option", Te);
|
|
8693
|
+
class Ie extends t {
|
|
8676
8694
|
static get remoteAttributes() {
|
|
8677
8695
|
return ["style"];
|
|
8678
8696
|
}
|
|
@@ -8692,8 +8710,8 @@ class Te extends t {
|
|
|
8692
8710
|
return [];
|
|
8693
8711
|
}
|
|
8694
8712
|
}
|
|
8695
|
-
customElements.define("flr-overlay-content",
|
|
8696
|
-
class
|
|
8713
|
+
customElements.define("flr-overlay-content", Ie);
|
|
8714
|
+
class Ae extends t {
|
|
8697
8715
|
static get remoteAttributes() {
|
|
8698
8716
|
return ["style"];
|
|
8699
8717
|
}
|
|
@@ -8716,8 +8734,8 @@ class Ie extends t {
|
|
|
8716
8734
|
return [];
|
|
8717
8735
|
}
|
|
8718
8736
|
}
|
|
8719
|
-
customElements.define("flr-popover-content",
|
|
8720
|
-
class
|
|
8737
|
+
customElements.define("flr-popover-content", Ae);
|
|
8738
|
+
class Le extends t {
|
|
8721
8739
|
static get remoteAttributes() {
|
|
8722
8740
|
return ["style"];
|
|
8723
8741
|
}
|
|
@@ -8747,8 +8765,8 @@ class Ae extends t {
|
|
|
8747
8765
|
return ["valueLabel"];
|
|
8748
8766
|
}
|
|
8749
8767
|
}
|
|
8750
|
-
customElements.define("flr-progress-bar",
|
|
8751
|
-
class
|
|
8768
|
+
customElements.define("flr-progress-bar", Le);
|
|
8769
|
+
class ze extends t {
|
|
8752
8770
|
static get remoteAttributes() {
|
|
8753
8771
|
return ["style"];
|
|
8754
8772
|
}
|
|
@@ -8783,8 +8801,8 @@ class Le extends t {
|
|
|
8783
8801
|
return [];
|
|
8784
8802
|
}
|
|
8785
8803
|
}
|
|
8786
|
-
customElements.define("flr-radio",
|
|
8787
|
-
class
|
|
8804
|
+
customElements.define("flr-radio", ze);
|
|
8805
|
+
class Ne extends t {
|
|
8788
8806
|
static get remoteAttributes() {
|
|
8789
8807
|
return ["style"];
|
|
8790
8808
|
}
|
|
@@ -8819,8 +8837,8 @@ class ze extends t {
|
|
|
8819
8837
|
return [];
|
|
8820
8838
|
}
|
|
8821
8839
|
}
|
|
8822
|
-
customElements.define("flr-radio-button",
|
|
8823
|
-
class
|
|
8840
|
+
customElements.define("flr-radio-button", Ne);
|
|
8841
|
+
class Fe extends t {
|
|
8824
8842
|
static get remoteAttributes() {
|
|
8825
8843
|
return ["style"];
|
|
8826
8844
|
}
|
|
@@ -8861,8 +8879,8 @@ class Ne extends t {
|
|
|
8861
8879
|
return [];
|
|
8862
8880
|
}
|
|
8863
8881
|
}
|
|
8864
|
-
customElements.define("flr-radio-group",
|
|
8865
|
-
class
|
|
8882
|
+
customElements.define("flr-radio-group", Fe);
|
|
8883
|
+
class He extends t {
|
|
8866
8884
|
static get remoteAttributes() {
|
|
8867
8885
|
return ["style"];
|
|
8868
8886
|
}
|
|
@@ -8926,8 +8944,8 @@ class Fe extends t {
|
|
|
8926
8944
|
return [];
|
|
8927
8945
|
}
|
|
8928
8946
|
}
|
|
8929
|
-
customElements.define("flr-search-field",
|
|
8930
|
-
class
|
|
8947
|
+
customElements.define("flr-search-field", He);
|
|
8948
|
+
class Ve extends t {
|
|
8931
8949
|
static get remoteAttributes() {
|
|
8932
8950
|
return ["style"];
|
|
8933
8951
|
}
|
|
@@ -9218,8 +9236,8 @@ class He extends t {
|
|
|
9218
9236
|
return [];
|
|
9219
9237
|
}
|
|
9220
9238
|
}
|
|
9221
|
-
customElements.define("flr-section",
|
|
9222
|
-
class
|
|
9239
|
+
customElements.define("flr-section", Ve);
|
|
9240
|
+
class We extends t {
|
|
9223
9241
|
static get remoteAttributes() {
|
|
9224
9242
|
return ["style"];
|
|
9225
9243
|
}
|
|
@@ -9254,8 +9272,8 @@ class Ve extends t {
|
|
|
9254
9272
|
return [];
|
|
9255
9273
|
}
|
|
9256
9274
|
}
|
|
9257
|
-
customElements.define("flr-segment",
|
|
9258
|
-
class
|
|
9275
|
+
customElements.define("flr-segment", We);
|
|
9276
|
+
class Ke extends t {
|
|
9259
9277
|
static get remoteAttributes() {
|
|
9260
9278
|
return ["style"];
|
|
9261
9279
|
}
|
|
@@ -9294,8 +9312,8 @@ class We extends t {
|
|
|
9294
9312
|
return [];
|
|
9295
9313
|
}
|
|
9296
9314
|
}
|
|
9297
|
-
customElements.define("flr-segmented-control",
|
|
9298
|
-
class
|
|
9315
|
+
customElements.define("flr-segmented-control", Ke);
|
|
9316
|
+
class Be extends t {
|
|
9299
9317
|
static get remoteAttributes() {
|
|
9300
9318
|
return ["style"];
|
|
9301
9319
|
}
|
|
@@ -9341,8 +9359,8 @@ class Ke extends t {
|
|
|
9341
9359
|
return [];
|
|
9342
9360
|
}
|
|
9343
9361
|
}
|
|
9344
|
-
customElements.define("flr-select",
|
|
9345
|
-
class
|
|
9362
|
+
customElements.define("flr-select", Be);
|
|
9363
|
+
class qe extends t {
|
|
9346
9364
|
static get remoteAttributes() {
|
|
9347
9365
|
return ["style"];
|
|
9348
9366
|
}
|
|
@@ -9365,8 +9383,8 @@ class Be extends t {
|
|
|
9365
9383
|
return [];
|
|
9366
9384
|
}
|
|
9367
9385
|
}
|
|
9368
|
-
customElements.define("flr-separator",
|
|
9369
|
-
class
|
|
9386
|
+
customElements.define("flr-separator", qe);
|
|
9387
|
+
class Ge extends t {
|
|
9370
9388
|
static get remoteAttributes() {
|
|
9371
9389
|
return ["style"];
|
|
9372
9390
|
}
|
|
@@ -9657,8 +9675,8 @@ class qe extends t {
|
|
|
9657
9675
|
return [];
|
|
9658
9676
|
}
|
|
9659
9677
|
}
|
|
9660
|
-
customElements.define("flr-skeleton",
|
|
9661
|
-
class
|
|
9678
|
+
customElements.define("flr-skeleton", Ge);
|
|
9679
|
+
class Xe extends t {
|
|
9662
9680
|
static get remoteAttributes() {
|
|
9663
9681
|
return ["style"];
|
|
9664
9682
|
}
|
|
@@ -9948,8 +9966,8 @@ class Ge extends t {
|
|
|
9948
9966
|
return [];
|
|
9949
9967
|
}
|
|
9950
9968
|
}
|
|
9951
|
-
customElements.define("flr-skeleton-text",
|
|
9952
|
-
class
|
|
9969
|
+
customElements.define("flr-skeleton-text", Xe);
|
|
9970
|
+
class Ye extends t {
|
|
9953
9971
|
static get remoteAttributes() {
|
|
9954
9972
|
return ["style"];
|
|
9955
9973
|
}
|
|
@@ -9984,8 +10002,8 @@ class Xe extends t {
|
|
|
9984
10002
|
return [];
|
|
9985
10003
|
}
|
|
9986
10004
|
}
|
|
9987
|
-
customElements.define("flr-slider",
|
|
9988
|
-
class
|
|
10005
|
+
customElements.define("flr-slider", Ye);
|
|
10006
|
+
class je extends t {
|
|
9989
10007
|
static get remoteAttributes() {
|
|
9990
10008
|
return ["style"];
|
|
9991
10009
|
}
|
|
@@ -10028,8 +10046,8 @@ class Ye extends t {
|
|
|
10028
10046
|
return [];
|
|
10029
10047
|
}
|
|
10030
10048
|
}
|
|
10031
|
-
customElements.define("flr-switch",
|
|
10032
|
-
class
|
|
10049
|
+
customElements.define("flr-switch", je);
|
|
10050
|
+
class Ze extends t {
|
|
10033
10051
|
static get remoteAttributes() {
|
|
10034
10052
|
return ["style"];
|
|
10035
10053
|
}
|
|
@@ -10051,8 +10069,8 @@ class je extends t {
|
|
|
10051
10069
|
return [];
|
|
10052
10070
|
}
|
|
10053
10071
|
}
|
|
10054
|
-
customElements.define("flr-tab",
|
|
10055
|
-
class
|
|
10072
|
+
customElements.define("flr-tab", Ze);
|
|
10073
|
+
class _e extends t {
|
|
10056
10074
|
static get remoteAttributes() {
|
|
10057
10075
|
return ["style"];
|
|
10058
10076
|
}
|
|
@@ -10084,8 +10102,8 @@ class Ze extends t {
|
|
|
10084
10102
|
return [];
|
|
10085
10103
|
}
|
|
10086
10104
|
}
|
|
10087
|
-
customElements.define("flr-tab-title",
|
|
10088
|
-
class
|
|
10105
|
+
customElements.define("flr-tab-title", _e);
|
|
10106
|
+
class Je extends t {
|
|
10089
10107
|
static get remoteAttributes() {
|
|
10090
10108
|
return ["style"];
|
|
10091
10109
|
}
|
|
@@ -10121,8 +10139,8 @@ class _e extends t {
|
|
|
10121
10139
|
return [];
|
|
10122
10140
|
}
|
|
10123
10141
|
}
|
|
10124
|
-
customElements.define("flr-table",
|
|
10125
|
-
class
|
|
10142
|
+
customElements.define("flr-table", Je);
|
|
10143
|
+
class Qe extends t {
|
|
10126
10144
|
static get remoteAttributes() {
|
|
10127
10145
|
return ["style"];
|
|
10128
10146
|
}
|
|
@@ -10142,8 +10160,8 @@ class Je extends t {
|
|
|
10142
10160
|
return [];
|
|
10143
10161
|
}
|
|
10144
10162
|
}
|
|
10145
|
-
customElements.define("flr-table-body",
|
|
10146
|
-
class
|
|
10163
|
+
customElements.define("flr-table-body", Qe);
|
|
10164
|
+
class $e extends t {
|
|
10147
10165
|
static get remoteAttributes() {
|
|
10148
10166
|
return ["style"];
|
|
10149
10167
|
}
|
|
@@ -10163,8 +10181,8 @@ class Qe extends t {
|
|
|
10163
10181
|
return [];
|
|
10164
10182
|
}
|
|
10165
10183
|
}
|
|
10166
|
-
customElements.define("flr-table-cell",
|
|
10167
|
-
class
|
|
10184
|
+
customElements.define("flr-table-cell", $e);
|
|
10185
|
+
class et extends t {
|
|
10168
10186
|
static get remoteAttributes() {
|
|
10169
10187
|
return ["style"];
|
|
10170
10188
|
}
|
|
@@ -10189,8 +10207,8 @@ class $e extends t {
|
|
|
10189
10207
|
return [];
|
|
10190
10208
|
}
|
|
10191
10209
|
}
|
|
10192
|
-
customElements.define("flr-table-column",
|
|
10193
|
-
class
|
|
10210
|
+
customElements.define("flr-table-column", et);
|
|
10211
|
+
class tt extends t {
|
|
10194
10212
|
static get remoteAttributes() {
|
|
10195
10213
|
return ["style"];
|
|
10196
10214
|
}
|
|
@@ -10226,8 +10244,8 @@ class et extends t {
|
|
|
10226
10244
|
return [];
|
|
10227
10245
|
}
|
|
10228
10246
|
}
|
|
10229
|
-
customElements.define("flr-table-footer-row",
|
|
10230
|
-
class
|
|
10247
|
+
customElements.define("flr-table-footer-row", tt);
|
|
10248
|
+
class at extends t {
|
|
10231
10249
|
static get remoteAttributes() {
|
|
10232
10250
|
return ["style"];
|
|
10233
10251
|
}
|
|
@@ -10249,8 +10267,8 @@ class tt extends t {
|
|
|
10249
10267
|
return [];
|
|
10250
10268
|
}
|
|
10251
10269
|
}
|
|
10252
|
-
customElements.define("flr-table-header",
|
|
10253
|
-
class
|
|
10270
|
+
customElements.define("flr-table-header", at);
|
|
10271
|
+
class rt extends t {
|
|
10254
10272
|
static get remoteAttributes() {
|
|
10255
10273
|
return ["style"];
|
|
10256
10274
|
}
|
|
@@ -10286,8 +10304,8 @@ class at extends t {
|
|
|
10286
10304
|
return [];
|
|
10287
10305
|
}
|
|
10288
10306
|
}
|
|
10289
|
-
customElements.define("flr-table-row",
|
|
10290
|
-
class
|
|
10307
|
+
customElements.define("flr-table-row", rt);
|
|
10308
|
+
class it extends t {
|
|
10291
10309
|
static get remoteAttributes() {
|
|
10292
10310
|
return ["style"];
|
|
10293
10311
|
}
|
|
@@ -10317,8 +10335,8 @@ class rt extends t {
|
|
|
10317
10335
|
return [];
|
|
10318
10336
|
}
|
|
10319
10337
|
}
|
|
10320
|
-
customElements.define("flr-tabs",
|
|
10321
|
-
class
|
|
10338
|
+
customElements.define("flr-tabs", it);
|
|
10339
|
+
class ot extends t {
|
|
10322
10340
|
static get remoteAttributes() {
|
|
10323
10341
|
return ["style"];
|
|
10324
10342
|
}
|
|
@@ -10610,8 +10628,8 @@ class it extends t {
|
|
|
10610
10628
|
return [];
|
|
10611
10629
|
}
|
|
10612
10630
|
}
|
|
10613
|
-
customElements.define("flr-text",
|
|
10614
|
-
class
|
|
10631
|
+
customElements.define("flr-text", ot);
|
|
10632
|
+
class nt extends t {
|
|
10615
10633
|
static get remoteAttributes() {
|
|
10616
10634
|
return ["style"];
|
|
10617
10635
|
}
|
|
@@ -10677,8 +10695,8 @@ class ot extends t {
|
|
|
10677
10695
|
return [];
|
|
10678
10696
|
}
|
|
10679
10697
|
}
|
|
10680
|
-
customElements.define("flr-text-area",
|
|
10681
|
-
class
|
|
10698
|
+
customElements.define("flr-text-area", nt);
|
|
10699
|
+
class ut extends t {
|
|
10682
10700
|
static get remoteAttributes() {
|
|
10683
10701
|
return ["style"];
|
|
10684
10702
|
}
|
|
@@ -10743,8 +10761,8 @@ class nt extends t {
|
|
|
10743
10761
|
return [];
|
|
10744
10762
|
}
|
|
10745
10763
|
}
|
|
10746
|
-
customElements.define("flr-text-field",
|
|
10747
|
-
class
|
|
10764
|
+
customElements.define("flr-text-field", ut);
|
|
10765
|
+
class st extends t {
|
|
10748
10766
|
static get remoteAttributes() {
|
|
10749
10767
|
return ["style"];
|
|
10750
10768
|
}
|
|
@@ -10790,8 +10808,8 @@ class ut extends t {
|
|
|
10790
10808
|
return ["errorMessage"];
|
|
10791
10809
|
}
|
|
10792
10810
|
}
|
|
10793
|
-
customElements.define("flr-time-field",
|
|
10794
|
-
class
|
|
10811
|
+
customElements.define("flr-time-field", st);
|
|
10812
|
+
class pt extends t {
|
|
10795
10813
|
static get remoteAttributes() {
|
|
10796
10814
|
return ["style"];
|
|
10797
10815
|
}
|
|
@@ -10825,8 +10843,8 @@ class st extends t {
|
|
|
10825
10843
|
return [];
|
|
10826
10844
|
}
|
|
10827
10845
|
}
|
|
10828
|
-
customElements.define("flr-tooltip",
|
|
10829
|
-
class
|
|
10846
|
+
customElements.define("flr-tooltip", pt);
|
|
10847
|
+
class lt extends t {
|
|
10830
10848
|
static get remoteAttributes() {
|
|
10831
10849
|
return ["style"];
|
|
10832
10850
|
}
|
|
@@ -10849,8 +10867,8 @@ class pt extends t {
|
|
|
10849
10867
|
return [];
|
|
10850
10868
|
}
|
|
10851
10869
|
}
|
|
10852
|
-
customElements.define("flr-tooltip-trigger",
|
|
10853
|
-
class
|
|
10870
|
+
customElements.define("flr-tooltip-trigger", lt);
|
|
10871
|
+
class dt extends t {
|
|
10854
10872
|
static get remoteEvents() {
|
|
10855
10873
|
return {
|
|
10856
10874
|
submit: {}
|
|
@@ -10865,7 +10883,7 @@ class lt extends t {
|
|
|
10865
10883
|
};
|
|
10866
10884
|
}
|
|
10867
10885
|
}
|
|
10868
|
-
customElements.define("flr-form",
|
|
10886
|
+
customElements.define("flr-form", dt);
|
|
10869
10887
|
export {
|
|
10870
10888
|
E as RemoteAccordionElement,
|
|
10871
10889
|
f as RemoteActionGroupElement,
|
|
@@ -10878,92 +10896,93 @@ export {
|
|
|
10878
10896
|
M as RemoteBadgeElement,
|
|
10879
10897
|
U as RemoteBreadcrumbElement,
|
|
10880
10898
|
D as RemoteButtonElement,
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
A as
|
|
10885
|
-
L as
|
|
10886
|
-
z as
|
|
10887
|
-
N as
|
|
10888
|
-
F as
|
|
10889
|
-
H as
|
|
10890
|
-
V as
|
|
10891
|
-
W as
|
|
10892
|
-
K as
|
|
10893
|
-
B as
|
|
10894
|
-
q as
|
|
10895
|
-
G as
|
|
10896
|
-
X as
|
|
10897
|
-
Y as
|
|
10898
|
-
j as
|
|
10899
|
-
Z as
|
|
10900
|
-
_ as
|
|
10901
|
-
J as
|
|
10902
|
-
Q as
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
ee as
|
|
10906
|
-
te as
|
|
10907
|
-
ae as
|
|
10908
|
-
re as
|
|
10909
|
-
ie as
|
|
10910
|
-
oe as
|
|
10911
|
-
ne as
|
|
10912
|
-
ue as
|
|
10913
|
-
se as
|
|
10914
|
-
pe as
|
|
10915
|
-
le as
|
|
10916
|
-
de as
|
|
10917
|
-
ce as
|
|
10918
|
-
Ce as
|
|
10919
|
-
me as
|
|
10920
|
-
ge as
|
|
10921
|
-
ve as
|
|
10922
|
-
be as
|
|
10923
|
-
ye as
|
|
10924
|
-
he as
|
|
10925
|
-
Ee as
|
|
10926
|
-
fe as
|
|
10927
|
-
xe as
|
|
10928
|
-
ke as
|
|
10929
|
-
Se as
|
|
10930
|
-
we as
|
|
10931
|
-
Pe as
|
|
10932
|
-
Oe as
|
|
10933
|
-
Me as
|
|
10934
|
-
Ue as
|
|
10935
|
-
De as
|
|
10936
|
-
Re as
|
|
10937
|
-
Te as
|
|
10938
|
-
Ie as
|
|
10939
|
-
Ae as
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
10943
|
-
Fe as
|
|
10944
|
-
He as
|
|
10945
|
-
Ve as
|
|
10946
|
-
We as
|
|
10947
|
-
Ke as
|
|
10948
|
-
Be as
|
|
10949
|
-
qe as
|
|
10950
|
-
Ge as
|
|
10951
|
-
Xe as
|
|
10952
|
-
Ye as
|
|
10953
|
-
je as
|
|
10954
|
-
Ze as
|
|
10955
|
-
|
|
10956
|
-
Qe as
|
|
10957
|
-
$e as
|
|
10958
|
-
|
|
10959
|
-
|
|
10960
|
-
tt as
|
|
10961
|
-
at as
|
|
10962
|
-
rt as
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
|
|
10966
|
-
ut as
|
|
10967
|
-
st as
|
|
10968
|
-
pt as
|
|
10899
|
+
R as RemoteChatElement,
|
|
10900
|
+
I as RemoteCheckboxButtonElement,
|
|
10901
|
+
T as RemoteCheckboxElement,
|
|
10902
|
+
A as RemoteCheckboxGroupElement,
|
|
10903
|
+
L as RemoteCodeBlockElement,
|
|
10904
|
+
z as RemoteColumnLayoutElement,
|
|
10905
|
+
N as RemoteContentElement,
|
|
10906
|
+
F as RemoteContextMenuContentElement,
|
|
10907
|
+
H as RemoteContextMenuSectionElement,
|
|
10908
|
+
V as RemoteContextualHelpElement,
|
|
10909
|
+
W as RemoteContextualHelpTriggerElement,
|
|
10910
|
+
K as RemoteCopyButtonElement,
|
|
10911
|
+
B as RemoteCounterBadgeElement,
|
|
10912
|
+
q as RemoteCountryOptionsElement,
|
|
10913
|
+
G as RemoteDatePickerElement,
|
|
10914
|
+
X as RemoteDateRangePickerElement,
|
|
10915
|
+
Y as RemoteDialogTriggerElement,
|
|
10916
|
+
j as RemoteDivElement,
|
|
10917
|
+
Z as RemoteFieldDescriptionElement,
|
|
10918
|
+
_ as RemoteFieldErrorElement,
|
|
10919
|
+
J as RemoteFileCardElement,
|
|
10920
|
+
Q as RemoteFileCardListElement,
|
|
10921
|
+
$ as RemoteFileFieldElement,
|
|
10922
|
+
dt as RemoteFormElement,
|
|
10923
|
+
ee as RemoteFragmentElement,
|
|
10924
|
+
te as RemoteHeaderElement,
|
|
10925
|
+
ae as RemoteHeaderNavigationElement,
|
|
10926
|
+
re as RemoteHeadingElement,
|
|
10927
|
+
ie as RemoteIconElement,
|
|
10928
|
+
oe as RemoteIllustratedMessageElement,
|
|
10929
|
+
ne as RemoteImageElement,
|
|
10930
|
+
ue as RemoteInitialsElement,
|
|
10931
|
+
se as RemoteInlineCodeElement,
|
|
10932
|
+
pe as RemoteItemsGridListElement,
|
|
10933
|
+
le as RemoteItemsGridListItemElement,
|
|
10934
|
+
de as RemoteLabelElement,
|
|
10935
|
+
ce as RemoteLabeledValueElement,
|
|
10936
|
+
Ce as RemoteLayoutCardElement,
|
|
10937
|
+
me as RemoteLightBoxElement,
|
|
10938
|
+
ge as RemoteLightBoxTriggerElement,
|
|
10939
|
+
ve as RemoteLinkElement,
|
|
10940
|
+
be as RemoteListEmptyViewElement,
|
|
10941
|
+
ye as RemoteListItemViewContentElement,
|
|
10942
|
+
he as RemoteListSummaryElement,
|
|
10943
|
+
Ee as RemoteLoadingSpinnerElement,
|
|
10944
|
+
fe as RemoteMarkdownElement,
|
|
10945
|
+
xe as RemoteMenuItemElement,
|
|
10946
|
+
ke as RemoteMenuTriggerElement,
|
|
10947
|
+
Se as RemoteMessageElement,
|
|
10948
|
+
we as RemoteMessageSeparatorElement,
|
|
10949
|
+
Pe as RemoteMessageThreadElement,
|
|
10950
|
+
Oe as RemoteNavigationElement,
|
|
10951
|
+
Me as RemoteNavigationGroupElement,
|
|
10952
|
+
Ue as RemoteNotificationElement,
|
|
10953
|
+
De as RemoteNotificationProviderElement,
|
|
10954
|
+
Re as RemoteNumberFieldElement,
|
|
10955
|
+
Te as RemoteOptionElement,
|
|
10956
|
+
Ie as RemoteOverlayContentElement,
|
|
10957
|
+
Ae as RemotePopoverContentElement,
|
|
10958
|
+
Le as RemoteProgressBarElement,
|
|
10959
|
+
Ne as RemoteRadioButtonElement,
|
|
10960
|
+
ze as RemoteRadioElement,
|
|
10961
|
+
Fe as RemoteRadioGroupElement,
|
|
10962
|
+
He as RemoteSearchFieldElement,
|
|
10963
|
+
Ve as RemoteSectionElement,
|
|
10964
|
+
We as RemoteSegmentElement,
|
|
10965
|
+
Ke as RemoteSegmentedControlElement,
|
|
10966
|
+
Be as RemoteSelectElement,
|
|
10967
|
+
qe as RemoteSeparatorElement,
|
|
10968
|
+
Ge as RemoteSkeletonElement,
|
|
10969
|
+
Xe as RemoteSkeletonTextElement,
|
|
10970
|
+
Ye as RemoteSliderElement,
|
|
10971
|
+
je as RemoteSwitchElement,
|
|
10972
|
+
Ze as RemoteTabElement,
|
|
10973
|
+
_e as RemoteTabTitleElement,
|
|
10974
|
+
Qe as RemoteTableBodyElement,
|
|
10975
|
+
$e as RemoteTableCellElement,
|
|
10976
|
+
et as RemoteTableColumnElement,
|
|
10977
|
+
Je as RemoteTableElement,
|
|
10978
|
+
tt as RemoteTableFooterRowElement,
|
|
10979
|
+
at as RemoteTableHeaderElement,
|
|
10980
|
+
rt as RemoteTableRowElement,
|
|
10981
|
+
it as RemoteTabsElement,
|
|
10982
|
+
nt as RemoteTextAreaElement,
|
|
10983
|
+
ot as RemoteTextElement,
|
|
10984
|
+
ut as RemoteTextFieldElement,
|
|
10985
|
+
st as RemoteTimeFieldElement,
|
|
10986
|
+
pt as RemoteTooltipElement,
|
|
10987
|
+
lt as RemoteTooltipTriggerElement
|
|
10969
10988
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ChatProps as RemoteChatElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { ChatProps as RemoteChatElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteChatElement extends FlowRemoteElement<RemoteChatElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
className: {};
|
|
8
|
+
height: {};
|
|
9
|
+
};
|
|
10
|
+
static get remoteEvents(): {};
|
|
11
|
+
static get remoteSlots(): never[];
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
"flr-chat": InstanceType<typeof RemoteChatElement>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=RemoteChatElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteChatElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteChatElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC3F,YAAY,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,iBAAiB,CAAC,sBAAsB,CAAC;IAC9E,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;MAKnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;KACpD;CACF"}
|
|
@@ -9,6 +9,7 @@ export * from './RemoteAvatarStackElement';
|
|
|
9
9
|
export * from './RemoteBadgeElement';
|
|
10
10
|
export * from './RemoteBreadcrumbElement';
|
|
11
11
|
export * from './RemoteButtonElement';
|
|
12
|
+
export * from './RemoteChatElement';
|
|
12
13
|
export * from './RemoteCheckboxElement';
|
|
13
14
|
export * from './RemoteCheckboxButtonElement';
|
|
14
15
|
export * from './RemoteCheckboxGroupElement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC"}
|
|
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.55",
|
|
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.55",
|
|
28
28
|
"remeda": "^2.20.2",
|
|
29
29
|
"type-fest": "^4.35.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.55",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.4",
|
|
35
35
|
"nx": "^20.4.5",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "11a0bb5d74db0aea1d5cbd0ed5c974db7c37c13d"
|
|
49
49
|
}
|