@mittwald/flow-remote-elements 0.2.0-alpha.53 → 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 +297 -260
- package/dist/types/auto-generated/RemoteChatElement.d.ts +18 -0
- package/dist/types/auto-generated/RemoteChatElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteMessageSeparatorElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteMessageSeparatorElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +2 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
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,25 @@ class Se extends t {
|
|
|
7396
7414
|
return [];
|
|
7397
7415
|
}
|
|
7398
7416
|
}
|
|
7399
|
-
customElements.define("flr-message-
|
|
7400
|
-
class
|
|
7417
|
+
customElements.define("flr-message-separator", we);
|
|
7418
|
+
class Pe extends t {
|
|
7419
|
+
static get remoteAttributes() {
|
|
7420
|
+
return ["style"];
|
|
7421
|
+
}
|
|
7422
|
+
static get remoteProperties() {
|
|
7423
|
+
return {
|
|
7424
|
+
className: {}
|
|
7425
|
+
};
|
|
7426
|
+
}
|
|
7427
|
+
static get remoteEvents() {
|
|
7428
|
+
return {};
|
|
7429
|
+
}
|
|
7430
|
+
static get remoteSlots() {
|
|
7431
|
+
return [];
|
|
7432
|
+
}
|
|
7433
|
+
}
|
|
7434
|
+
customElements.define("flr-message-thread", Pe);
|
|
7435
|
+
class Oe extends t {
|
|
7401
7436
|
static get remoteAttributes() {
|
|
7402
7437
|
return ["style"];
|
|
7403
7438
|
}
|
|
@@ -7686,8 +7721,8 @@ class we extends t {
|
|
|
7686
7721
|
return [];
|
|
7687
7722
|
}
|
|
7688
7723
|
}
|
|
7689
|
-
customElements.define("flr-navigation",
|
|
7690
|
-
class
|
|
7724
|
+
customElements.define("flr-navigation", Oe);
|
|
7725
|
+
class Me extends t {
|
|
7691
7726
|
static get remoteAttributes() {
|
|
7692
7727
|
return ["style"];
|
|
7693
7728
|
}
|
|
@@ -7977,8 +8012,8 @@ class Pe extends t {
|
|
|
7977
8012
|
return [];
|
|
7978
8013
|
}
|
|
7979
8014
|
}
|
|
7980
|
-
customElements.define("flr-navigation-group",
|
|
7981
|
-
class
|
|
8015
|
+
customElements.define("flr-navigation-group", Me);
|
|
8016
|
+
class Ue extends t {
|
|
7982
8017
|
static get remoteAttributes() {
|
|
7983
8018
|
return ["style"];
|
|
7984
8019
|
}
|
|
@@ -8271,8 +8306,8 @@ class Oe extends t {
|
|
|
8271
8306
|
return [];
|
|
8272
8307
|
}
|
|
8273
8308
|
}
|
|
8274
|
-
customElements.define("flr-notification",
|
|
8275
|
-
class
|
|
8309
|
+
customElements.define("flr-notification", Ue);
|
|
8310
|
+
class De extends t {
|
|
8276
8311
|
static get remoteAttributes() {
|
|
8277
8312
|
return ["style"];
|
|
8278
8313
|
}
|
|
@@ -8563,9 +8598,9 @@ class Me extends t {
|
|
|
8563
8598
|
}
|
|
8564
8599
|
customElements.define(
|
|
8565
8600
|
"flr-notification-provider",
|
|
8566
|
-
|
|
8601
|
+
De
|
|
8567
8602
|
);
|
|
8568
|
-
class
|
|
8603
|
+
class Re extends t {
|
|
8569
8604
|
static get remoteAttributes() {
|
|
8570
8605
|
return ["style"];
|
|
8571
8606
|
}
|
|
@@ -8620,8 +8655,8 @@ class Ue extends t {
|
|
|
8620
8655
|
return [];
|
|
8621
8656
|
}
|
|
8622
8657
|
}
|
|
8623
|
-
customElements.define("flr-number-field",
|
|
8624
|
-
class
|
|
8658
|
+
customElements.define("flr-number-field", Re);
|
|
8659
|
+
class Te extends t {
|
|
8625
8660
|
static get remoteAttributes() {
|
|
8626
8661
|
return ["style"];
|
|
8627
8662
|
}
|
|
@@ -8654,8 +8689,8 @@ class De extends t {
|
|
|
8654
8689
|
return [];
|
|
8655
8690
|
}
|
|
8656
8691
|
}
|
|
8657
|
-
customElements.define("flr-option",
|
|
8658
|
-
class
|
|
8692
|
+
customElements.define("flr-option", Te);
|
|
8693
|
+
class Ie extends t {
|
|
8659
8694
|
static get remoteAttributes() {
|
|
8660
8695
|
return ["style"];
|
|
8661
8696
|
}
|
|
@@ -8675,8 +8710,8 @@ class Re extends t {
|
|
|
8675
8710
|
return [];
|
|
8676
8711
|
}
|
|
8677
8712
|
}
|
|
8678
|
-
customElements.define("flr-overlay-content",
|
|
8679
|
-
class
|
|
8713
|
+
customElements.define("flr-overlay-content", Ie);
|
|
8714
|
+
class Ae extends t {
|
|
8680
8715
|
static get remoteAttributes() {
|
|
8681
8716
|
return ["style"];
|
|
8682
8717
|
}
|
|
@@ -8699,8 +8734,8 @@ class Te extends t {
|
|
|
8699
8734
|
return [];
|
|
8700
8735
|
}
|
|
8701
8736
|
}
|
|
8702
|
-
customElements.define("flr-popover-content",
|
|
8703
|
-
class
|
|
8737
|
+
customElements.define("flr-popover-content", Ae);
|
|
8738
|
+
class Le extends t {
|
|
8704
8739
|
static get remoteAttributes() {
|
|
8705
8740
|
return ["style"];
|
|
8706
8741
|
}
|
|
@@ -8730,8 +8765,8 @@ class Ie extends t {
|
|
|
8730
8765
|
return ["valueLabel"];
|
|
8731
8766
|
}
|
|
8732
8767
|
}
|
|
8733
|
-
customElements.define("flr-progress-bar",
|
|
8734
|
-
class
|
|
8768
|
+
customElements.define("flr-progress-bar", Le);
|
|
8769
|
+
class ze extends t {
|
|
8735
8770
|
static get remoteAttributes() {
|
|
8736
8771
|
return ["style"];
|
|
8737
8772
|
}
|
|
@@ -8766,8 +8801,8 @@ class Ae extends t {
|
|
|
8766
8801
|
return [];
|
|
8767
8802
|
}
|
|
8768
8803
|
}
|
|
8769
|
-
customElements.define("flr-radio",
|
|
8770
|
-
class
|
|
8804
|
+
customElements.define("flr-radio", ze);
|
|
8805
|
+
class Ne extends t {
|
|
8771
8806
|
static get remoteAttributes() {
|
|
8772
8807
|
return ["style"];
|
|
8773
8808
|
}
|
|
@@ -8802,8 +8837,8 @@ class Le extends t {
|
|
|
8802
8837
|
return [];
|
|
8803
8838
|
}
|
|
8804
8839
|
}
|
|
8805
|
-
customElements.define("flr-radio-button",
|
|
8806
|
-
class
|
|
8840
|
+
customElements.define("flr-radio-button", Ne);
|
|
8841
|
+
class Fe extends t {
|
|
8807
8842
|
static get remoteAttributes() {
|
|
8808
8843
|
return ["style"];
|
|
8809
8844
|
}
|
|
@@ -8844,8 +8879,8 @@ class ze extends t {
|
|
|
8844
8879
|
return [];
|
|
8845
8880
|
}
|
|
8846
8881
|
}
|
|
8847
|
-
customElements.define("flr-radio-group",
|
|
8848
|
-
class
|
|
8882
|
+
customElements.define("flr-radio-group", Fe);
|
|
8883
|
+
class He extends t {
|
|
8849
8884
|
static get remoteAttributes() {
|
|
8850
8885
|
return ["style"];
|
|
8851
8886
|
}
|
|
@@ -8909,8 +8944,8 @@ class Ne extends t {
|
|
|
8909
8944
|
return [];
|
|
8910
8945
|
}
|
|
8911
8946
|
}
|
|
8912
|
-
customElements.define("flr-search-field",
|
|
8913
|
-
class
|
|
8947
|
+
customElements.define("flr-search-field", He);
|
|
8948
|
+
class Ve extends t {
|
|
8914
8949
|
static get remoteAttributes() {
|
|
8915
8950
|
return ["style"];
|
|
8916
8951
|
}
|
|
@@ -9201,8 +9236,8 @@ class Fe extends t {
|
|
|
9201
9236
|
return [];
|
|
9202
9237
|
}
|
|
9203
9238
|
}
|
|
9204
|
-
customElements.define("flr-section",
|
|
9205
|
-
class
|
|
9239
|
+
customElements.define("flr-section", Ve);
|
|
9240
|
+
class We extends t {
|
|
9206
9241
|
static get remoteAttributes() {
|
|
9207
9242
|
return ["style"];
|
|
9208
9243
|
}
|
|
@@ -9237,8 +9272,8 @@ class He extends t {
|
|
|
9237
9272
|
return [];
|
|
9238
9273
|
}
|
|
9239
9274
|
}
|
|
9240
|
-
customElements.define("flr-segment",
|
|
9241
|
-
class
|
|
9275
|
+
customElements.define("flr-segment", We);
|
|
9276
|
+
class Ke extends t {
|
|
9242
9277
|
static get remoteAttributes() {
|
|
9243
9278
|
return ["style"];
|
|
9244
9279
|
}
|
|
@@ -9277,8 +9312,8 @@ class Ve extends t {
|
|
|
9277
9312
|
return [];
|
|
9278
9313
|
}
|
|
9279
9314
|
}
|
|
9280
|
-
customElements.define("flr-segmented-control",
|
|
9281
|
-
class
|
|
9315
|
+
customElements.define("flr-segmented-control", Ke);
|
|
9316
|
+
class Be extends t {
|
|
9282
9317
|
static get remoteAttributes() {
|
|
9283
9318
|
return ["style"];
|
|
9284
9319
|
}
|
|
@@ -9324,8 +9359,8 @@ class We extends t {
|
|
|
9324
9359
|
return [];
|
|
9325
9360
|
}
|
|
9326
9361
|
}
|
|
9327
|
-
customElements.define("flr-select",
|
|
9328
|
-
class
|
|
9362
|
+
customElements.define("flr-select", Be);
|
|
9363
|
+
class qe extends t {
|
|
9329
9364
|
static get remoteAttributes() {
|
|
9330
9365
|
return ["style"];
|
|
9331
9366
|
}
|
|
@@ -9348,8 +9383,8 @@ class Ke extends t {
|
|
|
9348
9383
|
return [];
|
|
9349
9384
|
}
|
|
9350
9385
|
}
|
|
9351
|
-
customElements.define("flr-separator",
|
|
9352
|
-
class
|
|
9386
|
+
customElements.define("flr-separator", qe);
|
|
9387
|
+
class Ge extends t {
|
|
9353
9388
|
static get remoteAttributes() {
|
|
9354
9389
|
return ["style"];
|
|
9355
9390
|
}
|
|
@@ -9640,8 +9675,8 @@ class Be extends t {
|
|
|
9640
9675
|
return [];
|
|
9641
9676
|
}
|
|
9642
9677
|
}
|
|
9643
|
-
customElements.define("flr-skeleton",
|
|
9644
|
-
class
|
|
9678
|
+
customElements.define("flr-skeleton", Ge);
|
|
9679
|
+
class Xe extends t {
|
|
9645
9680
|
static get remoteAttributes() {
|
|
9646
9681
|
return ["style"];
|
|
9647
9682
|
}
|
|
@@ -9931,8 +9966,8 @@ class qe extends t {
|
|
|
9931
9966
|
return [];
|
|
9932
9967
|
}
|
|
9933
9968
|
}
|
|
9934
|
-
customElements.define("flr-skeleton-text",
|
|
9935
|
-
class
|
|
9969
|
+
customElements.define("flr-skeleton-text", Xe);
|
|
9970
|
+
class Ye extends t {
|
|
9936
9971
|
static get remoteAttributes() {
|
|
9937
9972
|
return ["style"];
|
|
9938
9973
|
}
|
|
@@ -9967,8 +10002,8 @@ class Ge extends t {
|
|
|
9967
10002
|
return [];
|
|
9968
10003
|
}
|
|
9969
10004
|
}
|
|
9970
|
-
customElements.define("flr-slider",
|
|
9971
|
-
class
|
|
10005
|
+
customElements.define("flr-slider", Ye);
|
|
10006
|
+
class je extends t {
|
|
9972
10007
|
static get remoteAttributes() {
|
|
9973
10008
|
return ["style"];
|
|
9974
10009
|
}
|
|
@@ -10011,8 +10046,8 @@ class Xe extends t {
|
|
|
10011
10046
|
return [];
|
|
10012
10047
|
}
|
|
10013
10048
|
}
|
|
10014
|
-
customElements.define("flr-switch",
|
|
10015
|
-
class
|
|
10049
|
+
customElements.define("flr-switch", je);
|
|
10050
|
+
class Ze extends t {
|
|
10016
10051
|
static get remoteAttributes() {
|
|
10017
10052
|
return ["style"];
|
|
10018
10053
|
}
|
|
@@ -10034,8 +10069,8 @@ class Ye extends t {
|
|
|
10034
10069
|
return [];
|
|
10035
10070
|
}
|
|
10036
10071
|
}
|
|
10037
|
-
customElements.define("flr-tab",
|
|
10038
|
-
class
|
|
10072
|
+
customElements.define("flr-tab", Ze);
|
|
10073
|
+
class _e extends t {
|
|
10039
10074
|
static get remoteAttributes() {
|
|
10040
10075
|
return ["style"];
|
|
10041
10076
|
}
|
|
@@ -10067,8 +10102,8 @@ class je extends t {
|
|
|
10067
10102
|
return [];
|
|
10068
10103
|
}
|
|
10069
10104
|
}
|
|
10070
|
-
customElements.define("flr-tab-title",
|
|
10071
|
-
class
|
|
10105
|
+
customElements.define("flr-tab-title", _e);
|
|
10106
|
+
class Je extends t {
|
|
10072
10107
|
static get remoteAttributes() {
|
|
10073
10108
|
return ["style"];
|
|
10074
10109
|
}
|
|
@@ -10104,8 +10139,8 @@ class Ze extends t {
|
|
|
10104
10139
|
return [];
|
|
10105
10140
|
}
|
|
10106
10141
|
}
|
|
10107
|
-
customElements.define("flr-table",
|
|
10108
|
-
class
|
|
10142
|
+
customElements.define("flr-table", Je);
|
|
10143
|
+
class Qe extends t {
|
|
10109
10144
|
static get remoteAttributes() {
|
|
10110
10145
|
return ["style"];
|
|
10111
10146
|
}
|
|
@@ -10125,8 +10160,8 @@ class _e extends t {
|
|
|
10125
10160
|
return [];
|
|
10126
10161
|
}
|
|
10127
10162
|
}
|
|
10128
|
-
customElements.define("flr-table-body",
|
|
10129
|
-
class
|
|
10163
|
+
customElements.define("flr-table-body", Qe);
|
|
10164
|
+
class $e extends t {
|
|
10130
10165
|
static get remoteAttributes() {
|
|
10131
10166
|
return ["style"];
|
|
10132
10167
|
}
|
|
@@ -10146,8 +10181,8 @@ class Je extends t {
|
|
|
10146
10181
|
return [];
|
|
10147
10182
|
}
|
|
10148
10183
|
}
|
|
10149
|
-
customElements.define("flr-table-cell",
|
|
10150
|
-
class
|
|
10184
|
+
customElements.define("flr-table-cell", $e);
|
|
10185
|
+
class et extends t {
|
|
10151
10186
|
static get remoteAttributes() {
|
|
10152
10187
|
return ["style"];
|
|
10153
10188
|
}
|
|
@@ -10172,8 +10207,8 @@ class Qe extends t {
|
|
|
10172
10207
|
return [];
|
|
10173
10208
|
}
|
|
10174
10209
|
}
|
|
10175
|
-
customElements.define("flr-table-column",
|
|
10176
|
-
class
|
|
10210
|
+
customElements.define("flr-table-column", et);
|
|
10211
|
+
class tt extends t {
|
|
10177
10212
|
static get remoteAttributes() {
|
|
10178
10213
|
return ["style"];
|
|
10179
10214
|
}
|
|
@@ -10209,8 +10244,8 @@ class $e extends t {
|
|
|
10209
10244
|
return [];
|
|
10210
10245
|
}
|
|
10211
10246
|
}
|
|
10212
|
-
customElements.define("flr-table-footer-row",
|
|
10213
|
-
class
|
|
10247
|
+
customElements.define("flr-table-footer-row", tt);
|
|
10248
|
+
class at extends t {
|
|
10214
10249
|
static get remoteAttributes() {
|
|
10215
10250
|
return ["style"];
|
|
10216
10251
|
}
|
|
@@ -10232,8 +10267,8 @@ class et extends t {
|
|
|
10232
10267
|
return [];
|
|
10233
10268
|
}
|
|
10234
10269
|
}
|
|
10235
|
-
customElements.define("flr-table-header",
|
|
10236
|
-
class
|
|
10270
|
+
customElements.define("flr-table-header", at);
|
|
10271
|
+
class rt extends t {
|
|
10237
10272
|
static get remoteAttributes() {
|
|
10238
10273
|
return ["style"];
|
|
10239
10274
|
}
|
|
@@ -10269,8 +10304,8 @@ class tt extends t {
|
|
|
10269
10304
|
return [];
|
|
10270
10305
|
}
|
|
10271
10306
|
}
|
|
10272
|
-
customElements.define("flr-table-row",
|
|
10273
|
-
class
|
|
10307
|
+
customElements.define("flr-table-row", rt);
|
|
10308
|
+
class it extends t {
|
|
10274
10309
|
static get remoteAttributes() {
|
|
10275
10310
|
return ["style"];
|
|
10276
10311
|
}
|
|
@@ -10300,8 +10335,8 @@ class at extends t {
|
|
|
10300
10335
|
return [];
|
|
10301
10336
|
}
|
|
10302
10337
|
}
|
|
10303
|
-
customElements.define("flr-tabs",
|
|
10304
|
-
class
|
|
10338
|
+
customElements.define("flr-tabs", it);
|
|
10339
|
+
class ot extends t {
|
|
10305
10340
|
static get remoteAttributes() {
|
|
10306
10341
|
return ["style"];
|
|
10307
10342
|
}
|
|
@@ -10593,8 +10628,8 @@ class rt extends t {
|
|
|
10593
10628
|
return [];
|
|
10594
10629
|
}
|
|
10595
10630
|
}
|
|
10596
|
-
customElements.define("flr-text",
|
|
10597
|
-
class
|
|
10631
|
+
customElements.define("flr-text", ot);
|
|
10632
|
+
class nt extends t {
|
|
10598
10633
|
static get remoteAttributes() {
|
|
10599
10634
|
return ["style"];
|
|
10600
10635
|
}
|
|
@@ -10660,8 +10695,8 @@ class it extends t {
|
|
|
10660
10695
|
return [];
|
|
10661
10696
|
}
|
|
10662
10697
|
}
|
|
10663
|
-
customElements.define("flr-text-area",
|
|
10664
|
-
class
|
|
10698
|
+
customElements.define("flr-text-area", nt);
|
|
10699
|
+
class ut extends t {
|
|
10665
10700
|
static get remoteAttributes() {
|
|
10666
10701
|
return ["style"];
|
|
10667
10702
|
}
|
|
@@ -10726,8 +10761,8 @@ class ot extends t {
|
|
|
10726
10761
|
return [];
|
|
10727
10762
|
}
|
|
10728
10763
|
}
|
|
10729
|
-
customElements.define("flr-text-field",
|
|
10730
|
-
class
|
|
10764
|
+
customElements.define("flr-text-field", ut);
|
|
10765
|
+
class st extends t {
|
|
10731
10766
|
static get remoteAttributes() {
|
|
10732
10767
|
return ["style"];
|
|
10733
10768
|
}
|
|
@@ -10773,8 +10808,8 @@ class nt extends t {
|
|
|
10773
10808
|
return ["errorMessage"];
|
|
10774
10809
|
}
|
|
10775
10810
|
}
|
|
10776
|
-
customElements.define("flr-time-field",
|
|
10777
|
-
class
|
|
10811
|
+
customElements.define("flr-time-field", st);
|
|
10812
|
+
class pt extends t {
|
|
10778
10813
|
static get remoteAttributes() {
|
|
10779
10814
|
return ["style"];
|
|
10780
10815
|
}
|
|
@@ -10808,8 +10843,8 @@ class ut extends t {
|
|
|
10808
10843
|
return [];
|
|
10809
10844
|
}
|
|
10810
10845
|
}
|
|
10811
|
-
customElements.define("flr-tooltip",
|
|
10812
|
-
class
|
|
10846
|
+
customElements.define("flr-tooltip", pt);
|
|
10847
|
+
class lt extends t {
|
|
10813
10848
|
static get remoteAttributes() {
|
|
10814
10849
|
return ["style"];
|
|
10815
10850
|
}
|
|
@@ -10832,8 +10867,8 @@ class st extends t {
|
|
|
10832
10867
|
return [];
|
|
10833
10868
|
}
|
|
10834
10869
|
}
|
|
10835
|
-
customElements.define("flr-tooltip-trigger",
|
|
10836
|
-
class
|
|
10870
|
+
customElements.define("flr-tooltip-trigger", lt);
|
|
10871
|
+
class dt extends t {
|
|
10837
10872
|
static get remoteEvents() {
|
|
10838
10873
|
return {
|
|
10839
10874
|
submit: {}
|
|
@@ -10848,7 +10883,7 @@ class pt extends t {
|
|
|
10848
10883
|
};
|
|
10849
10884
|
}
|
|
10850
10885
|
}
|
|
10851
|
-
customElements.define("flr-form",
|
|
10886
|
+
customElements.define("flr-form", dt);
|
|
10852
10887
|
export {
|
|
10853
10888
|
E as RemoteAccordionElement,
|
|
10854
10889
|
f as RemoteActionGroupElement,
|
|
@@ -10861,91 +10896,93 @@ export {
|
|
|
10861
10896
|
M as RemoteBadgeElement,
|
|
10862
10897
|
U as RemoteBreadcrumbElement,
|
|
10863
10898
|
D as RemoteButtonElement,
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
A as
|
|
10868
|
-
L as
|
|
10869
|
-
z as
|
|
10870
|
-
N as
|
|
10871
|
-
F as
|
|
10872
|
-
H as
|
|
10873
|
-
V as
|
|
10874
|
-
W as
|
|
10875
|
-
K as
|
|
10876
|
-
B as
|
|
10877
|
-
q as
|
|
10878
|
-
G as
|
|
10879
|
-
X as
|
|
10880
|
-
Y as
|
|
10881
|
-
j as
|
|
10882
|
-
Z as
|
|
10883
|
-
_ as
|
|
10884
|
-
J as
|
|
10885
|
-
Q as
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
ee as
|
|
10889
|
-
te as
|
|
10890
|
-
ae as
|
|
10891
|
-
re as
|
|
10892
|
-
ie as
|
|
10893
|
-
oe as
|
|
10894
|
-
ne as
|
|
10895
|
-
ue as
|
|
10896
|
-
se as
|
|
10897
|
-
pe as
|
|
10898
|
-
le as
|
|
10899
|
-
de as
|
|
10900
|
-
ce as
|
|
10901
|
-
Ce as
|
|
10902
|
-
me as
|
|
10903
|
-
ge as
|
|
10904
|
-
ve as
|
|
10905
|
-
be as
|
|
10906
|
-
ye as
|
|
10907
|
-
he as
|
|
10908
|
-
Ee as
|
|
10909
|
-
fe as
|
|
10910
|
-
xe as
|
|
10911
|
-
ke as
|
|
10912
|
-
Se as
|
|
10913
|
-
we as
|
|
10914
|
-
Pe as
|
|
10915
|
-
Oe as
|
|
10916
|
-
Me as
|
|
10917
|
-
Ue as
|
|
10918
|
-
De as
|
|
10919
|
-
Re as
|
|
10920
|
-
Te as
|
|
10921
|
-
Ie as
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
Fe as
|
|
10927
|
-
He as
|
|
10928
|
-
Ve as
|
|
10929
|
-
We as
|
|
10930
|
-
Ke as
|
|
10931
|
-
Be as
|
|
10932
|
-
qe as
|
|
10933
|
-
Ge as
|
|
10934
|
-
Xe as
|
|
10935
|
-
Ye as
|
|
10936
|
-
je as
|
|
10937
|
-
|
|
10938
|
-
|
|
10939
|
-
Qe as
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
10943
|
-
tt as
|
|
10944
|
-
at as
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
|
|
10949
|
-
ut as
|
|
10950
|
-
st 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
|
|
10951
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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { MessageSeparatorProps as RemoteMessageSeparatorElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { MessageSeparatorProps as RemoteMessageSeparatorElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteMessageSeparatorElement extends FlowRemoteElement<RemoteMessageSeparatorElementProps> {
|
|
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-message-separator": InstanceType<typeof RemoteMessageSeparatorElement>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=RemoteMessageSeparatorElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteMessageSeparatorElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageSeparatorElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,qBAAqB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AACnH,YAAY,EAAE,qBAAqB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAEnH,qBAAa,6BAA8B,SAAQ,iBAAiB,CAAC,kCAAkC,CAAC;IACtG,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,uBAAuB,EAAE,YAAY,CAAC,OAAO,6BAA6B,CAAC,CAAC;KAC7E;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';
|
|
@@ -56,6 +57,7 @@ export * from './RemoteMarkdownElement';
|
|
|
56
57
|
export * from './RemoteMenuItemElement';
|
|
57
58
|
export * from './RemoteMenuTriggerElement';
|
|
58
59
|
export * from './RemoteMessageElement';
|
|
60
|
+
export * from './RemoteMessageSeparatorElement';
|
|
59
61
|
export * from './RemoteMessageThreadElement';
|
|
60
62
|
export * from './RemoteNavigationElement';
|
|
61
63
|
export * from './RemoteNavigationGroupElement';
|
|
@@ -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.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
|
}
|