@mittwald/flow-remote-elements 0.2.0-alpha.41 → 0.2.0-alpha.43
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 +288 -266
- package/dist/types/auto-generated/RemoteAvatarStackElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteAvatarStackElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1190,6 +1190,27 @@ class P extends t {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
customElements.define("flr-avatar", P);
|
|
1192
1192
|
class O extends t {
|
|
1193
|
+
static get remoteAttributes() {
|
|
1194
|
+
return ["style"];
|
|
1195
|
+
}
|
|
1196
|
+
static get remoteProperties() {
|
|
1197
|
+
return {
|
|
1198
|
+
className: {},
|
|
1199
|
+
size: {},
|
|
1200
|
+
totalCount: {}
|
|
1201
|
+
};
|
|
1202
|
+
}
|
|
1203
|
+
static get remoteEvents() {
|
|
1204
|
+
return {
|
|
1205
|
+
countPress: {}
|
|
1206
|
+
};
|
|
1207
|
+
}
|
|
1208
|
+
static get remoteSlots() {
|
|
1209
|
+
return [];
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
customElements.define("flr-avatar-stack", O);
|
|
1213
|
+
class M extends t {
|
|
1193
1214
|
static get remoteAttributes() {
|
|
1194
1215
|
return ["style"];
|
|
1195
1216
|
}
|
|
@@ -1210,8 +1231,8 @@ class O extends t {
|
|
|
1210
1231
|
return [];
|
|
1211
1232
|
}
|
|
1212
1233
|
}
|
|
1213
|
-
customElements.define("flr-badge",
|
|
1214
|
-
class
|
|
1234
|
+
customElements.define("flr-badge", M);
|
|
1235
|
+
class U extends t {
|
|
1215
1236
|
static get remoteAttributes() {
|
|
1216
1237
|
return ["style"];
|
|
1217
1238
|
}
|
|
@@ -1239,8 +1260,8 @@ class M extends t {
|
|
|
1239
1260
|
return [];
|
|
1240
1261
|
}
|
|
1241
1262
|
}
|
|
1242
|
-
customElements.define("flr-breadcrumb",
|
|
1243
|
-
class
|
|
1263
|
+
customElements.define("flr-breadcrumb", U);
|
|
1264
|
+
class D extends t {
|
|
1244
1265
|
static get remoteAttributes() {
|
|
1245
1266
|
return ["style"];
|
|
1246
1267
|
}
|
|
@@ -1302,8 +1323,8 @@ class U extends t {
|
|
|
1302
1323
|
return [];
|
|
1303
1324
|
}
|
|
1304
1325
|
}
|
|
1305
|
-
customElements.define("flr-button",
|
|
1306
|
-
class
|
|
1326
|
+
customElements.define("flr-button", D);
|
|
1327
|
+
class R extends t {
|
|
1307
1328
|
static get remoteAttributes() {
|
|
1308
1329
|
return ["style"];
|
|
1309
1330
|
}
|
|
@@ -1351,8 +1372,8 @@ class D extends t {
|
|
|
1351
1372
|
return [];
|
|
1352
1373
|
}
|
|
1353
1374
|
}
|
|
1354
|
-
customElements.define("flr-checkbox",
|
|
1355
|
-
class
|
|
1375
|
+
customElements.define("flr-checkbox", R);
|
|
1376
|
+
class T extends t {
|
|
1356
1377
|
static get remoteAttributes() {
|
|
1357
1378
|
return ["style"];
|
|
1358
1379
|
}
|
|
@@ -1400,8 +1421,8 @@ class R extends t {
|
|
|
1400
1421
|
return [];
|
|
1401
1422
|
}
|
|
1402
1423
|
}
|
|
1403
|
-
customElements.define("flr-checkbox-button",
|
|
1404
|
-
class
|
|
1424
|
+
customElements.define("flr-checkbox-button", T);
|
|
1425
|
+
class I extends t {
|
|
1405
1426
|
static get remoteAttributes() {
|
|
1406
1427
|
return ["style"];
|
|
1407
1428
|
}
|
|
@@ -1441,8 +1462,8 @@ class T extends t {
|
|
|
1441
1462
|
return [];
|
|
1442
1463
|
}
|
|
1443
1464
|
}
|
|
1444
|
-
customElements.define("flr-checkbox-group",
|
|
1445
|
-
class
|
|
1465
|
+
customElements.define("flr-checkbox-group", I);
|
|
1466
|
+
class A extends t {
|
|
1446
1467
|
static get remoteAttributes() {
|
|
1447
1468
|
return ["style"];
|
|
1448
1469
|
}
|
|
@@ -1461,8 +1482,8 @@ class I extends t {
|
|
|
1461
1482
|
return [];
|
|
1462
1483
|
}
|
|
1463
1484
|
}
|
|
1464
|
-
customElements.define("flr-code-block",
|
|
1465
|
-
class
|
|
1485
|
+
customElements.define("flr-code-block", A);
|
|
1486
|
+
class L extends t {
|
|
1466
1487
|
static get remoteAttributes() {
|
|
1467
1488
|
return ["style"];
|
|
1468
1489
|
}
|
|
@@ -1758,8 +1779,8 @@ class A extends t {
|
|
|
1758
1779
|
return [];
|
|
1759
1780
|
}
|
|
1760
1781
|
}
|
|
1761
|
-
customElements.define("flr-column-layout",
|
|
1762
|
-
class
|
|
1782
|
+
customElements.define("flr-column-layout", L);
|
|
1783
|
+
class z extends t {
|
|
1763
1784
|
static get remoteAttributes() {
|
|
1764
1785
|
return ["style"];
|
|
1765
1786
|
}
|
|
@@ -2050,8 +2071,8 @@ class L extends t {
|
|
|
2050
2071
|
return [];
|
|
2051
2072
|
}
|
|
2052
2073
|
}
|
|
2053
|
-
customElements.define("flr-content",
|
|
2054
|
-
class
|
|
2074
|
+
customElements.define("flr-content", z);
|
|
2075
|
+
class N extends t {
|
|
2055
2076
|
static get remoteAttributes() {
|
|
2056
2077
|
return ["style"];
|
|
2057
2078
|
}
|
|
@@ -2089,9 +2110,9 @@ class z extends t {
|
|
|
2089
2110
|
}
|
|
2090
2111
|
customElements.define(
|
|
2091
2112
|
"flr-context-menu-content",
|
|
2092
|
-
|
|
2113
|
+
N
|
|
2093
2114
|
);
|
|
2094
|
-
class
|
|
2115
|
+
class F extends t {
|
|
2095
2116
|
static get remoteAttributes() {
|
|
2096
2117
|
return ["style"];
|
|
2097
2118
|
}
|
|
@@ -2109,9 +2130,9 @@ class N extends t {
|
|
|
2109
2130
|
}
|
|
2110
2131
|
customElements.define(
|
|
2111
2132
|
"flr-context-menu-section",
|
|
2112
|
-
|
|
2133
|
+
F
|
|
2113
2134
|
);
|
|
2114
|
-
class
|
|
2135
|
+
class H extends t {
|
|
2115
2136
|
static get remoteAttributes() {
|
|
2116
2137
|
return ["style"];
|
|
2117
2138
|
}
|
|
@@ -2153,8 +2174,8 @@ class F extends t {
|
|
|
2153
2174
|
return [];
|
|
2154
2175
|
}
|
|
2155
2176
|
}
|
|
2156
|
-
customElements.define("flr-contextual-help",
|
|
2157
|
-
class
|
|
2177
|
+
customElements.define("flr-contextual-help", H);
|
|
2178
|
+
class V extends t {
|
|
2158
2179
|
static get remoteAttributes() {
|
|
2159
2180
|
return ["style"];
|
|
2160
2181
|
}
|
|
@@ -2172,9 +2193,9 @@ class H extends t {
|
|
|
2172
2193
|
}
|
|
2173
2194
|
customElements.define(
|
|
2174
2195
|
"flr-contextual-help-trigger",
|
|
2175
|
-
|
|
2196
|
+
V
|
|
2176
2197
|
);
|
|
2177
|
-
class
|
|
2198
|
+
class W extends t {
|
|
2178
2199
|
static get remoteAttributes() {
|
|
2179
2200
|
return ["style"];
|
|
2180
2201
|
}
|
|
@@ -2234,8 +2255,8 @@ class V extends t {
|
|
|
2234
2255
|
return ["text"];
|
|
2235
2256
|
}
|
|
2236
2257
|
}
|
|
2237
|
-
customElements.define("flr-copy-button",
|
|
2238
|
-
class
|
|
2258
|
+
customElements.define("flr-copy-button", W);
|
|
2259
|
+
class K extends t {
|
|
2239
2260
|
static get remoteAttributes() {
|
|
2240
2261
|
return ["style"];
|
|
2241
2262
|
}
|
|
@@ -2526,8 +2547,8 @@ class W extends t {
|
|
|
2526
2547
|
return [];
|
|
2527
2548
|
}
|
|
2528
2549
|
}
|
|
2529
|
-
customElements.define("flr-counter-badge",
|
|
2530
|
-
class
|
|
2550
|
+
customElements.define("flr-counter-badge", K);
|
|
2551
|
+
class B extends t {
|
|
2531
2552
|
static get remoteAttributes() {
|
|
2532
2553
|
return ["style"];
|
|
2533
2554
|
}
|
|
@@ -2572,8 +2593,8 @@ class K extends t {
|
|
|
2572
2593
|
return [];
|
|
2573
2594
|
}
|
|
2574
2595
|
}
|
|
2575
|
-
customElements.define("flr-country-options",
|
|
2576
|
-
class
|
|
2596
|
+
customElements.define("flr-country-options", B);
|
|
2597
|
+
class q extends t {
|
|
2577
2598
|
static get remoteAttributes() {
|
|
2578
2599
|
return ["style"];
|
|
2579
2600
|
}
|
|
@@ -2626,8 +2647,8 @@ class B extends t {
|
|
|
2626
2647
|
return ["errorMessage"];
|
|
2627
2648
|
}
|
|
2628
2649
|
}
|
|
2629
|
-
customElements.define("flr-date-picker",
|
|
2630
|
-
class
|
|
2650
|
+
customElements.define("flr-date-picker", q);
|
|
2651
|
+
class G extends t {
|
|
2631
2652
|
static get remoteAttributes() {
|
|
2632
2653
|
return ["style"];
|
|
2633
2654
|
}
|
|
@@ -2682,8 +2703,8 @@ class q extends t {
|
|
|
2682
2703
|
return ["errorMessage"];
|
|
2683
2704
|
}
|
|
2684
2705
|
}
|
|
2685
|
-
customElements.define("flr-date-range-picker",
|
|
2686
|
-
class
|
|
2706
|
+
customElements.define("flr-date-range-picker", G);
|
|
2707
|
+
class X extends t {
|
|
2687
2708
|
static get remoteAttributes() {
|
|
2688
2709
|
return ["style"];
|
|
2689
2710
|
}
|
|
@@ -2702,8 +2723,8 @@ class G extends t {
|
|
|
2702
2723
|
return [];
|
|
2703
2724
|
}
|
|
2704
2725
|
}
|
|
2705
|
-
customElements.define("flr-dialog-trigger",
|
|
2706
|
-
class
|
|
2726
|
+
customElements.define("flr-dialog-trigger", X);
|
|
2727
|
+
class Y extends t {
|
|
2707
2728
|
static get remoteAttributes() {
|
|
2708
2729
|
return ["style"];
|
|
2709
2730
|
}
|
|
@@ -2719,8 +2740,8 @@ class X extends t {
|
|
|
2719
2740
|
return [];
|
|
2720
2741
|
}
|
|
2721
2742
|
}
|
|
2722
|
-
customElements.define("flr-div",
|
|
2723
|
-
class
|
|
2743
|
+
customElements.define("flr-div", Y);
|
|
2744
|
+
class j extends t {
|
|
2724
2745
|
static get remoteAttributes() {
|
|
2725
2746
|
return ["style"];
|
|
2726
2747
|
}
|
|
@@ -3012,8 +3033,8 @@ class Y extends t {
|
|
|
3012
3033
|
return [];
|
|
3013
3034
|
}
|
|
3014
3035
|
}
|
|
3015
|
-
customElements.define("flr-field-description",
|
|
3016
|
-
class
|
|
3036
|
+
customElements.define("flr-field-description", j);
|
|
3037
|
+
class Z extends t {
|
|
3017
3038
|
static get remoteAttributes() {
|
|
3018
3039
|
return ["style"];
|
|
3019
3040
|
}
|
|
@@ -3030,8 +3051,8 @@ class j extends t {
|
|
|
3030
3051
|
return [];
|
|
3031
3052
|
}
|
|
3032
3053
|
}
|
|
3033
|
-
customElements.define("flr-field-error",
|
|
3034
|
-
class
|
|
3054
|
+
customElements.define("flr-field-error", Z);
|
|
3055
|
+
class _ extends t {
|
|
3035
3056
|
static get remoteAttributes() {
|
|
3036
3057
|
return ["style"];
|
|
3037
3058
|
}
|
|
@@ -3330,8 +3351,8 @@ class Z extends t {
|
|
|
3330
3351
|
return [];
|
|
3331
3352
|
}
|
|
3332
3353
|
}
|
|
3333
|
-
customElements.define("flr-file-card",
|
|
3334
|
-
class
|
|
3354
|
+
customElements.define("flr-file-card", _);
|
|
3355
|
+
class J extends t {
|
|
3335
3356
|
static get remoteAttributes() {
|
|
3336
3357
|
return ["style"];
|
|
3337
3358
|
}
|
|
@@ -3626,8 +3647,8 @@ class _ extends t {
|
|
|
3626
3647
|
return [];
|
|
3627
3648
|
}
|
|
3628
3649
|
}
|
|
3629
|
-
customElements.define("flr-file-card-list",
|
|
3630
|
-
class
|
|
3650
|
+
customElements.define("flr-file-card-list", J);
|
|
3651
|
+
class Q extends t {
|
|
3631
3652
|
static get remoteAttributes() {
|
|
3632
3653
|
return ["style"];
|
|
3633
3654
|
}
|
|
@@ -3651,8 +3672,8 @@ class J extends t {
|
|
|
3651
3672
|
return [];
|
|
3652
3673
|
}
|
|
3653
3674
|
}
|
|
3654
|
-
customElements.define("flr-file-field",
|
|
3655
|
-
class
|
|
3675
|
+
customElements.define("flr-file-field", Q);
|
|
3676
|
+
class $ extends t {
|
|
3656
3677
|
static get remoteAttributes() {
|
|
3657
3678
|
return ["style"];
|
|
3658
3679
|
}
|
|
@@ -3666,8 +3687,8 @@ class Q extends t {
|
|
|
3666
3687
|
return [];
|
|
3667
3688
|
}
|
|
3668
3689
|
}
|
|
3669
|
-
customElements.define("flr-fragment",
|
|
3670
|
-
class
|
|
3690
|
+
customElements.define("flr-fragment", $);
|
|
3691
|
+
class ee extends t {
|
|
3671
3692
|
static get remoteAttributes() {
|
|
3672
3693
|
return ["style"];
|
|
3673
3694
|
}
|
|
@@ -3958,8 +3979,8 @@ class $ extends t {
|
|
|
3958
3979
|
return [];
|
|
3959
3980
|
}
|
|
3960
3981
|
}
|
|
3961
|
-
customElements.define("flr-header",
|
|
3962
|
-
class
|
|
3982
|
+
customElements.define("flr-header", ee);
|
|
3983
|
+
class te extends t {
|
|
3963
3984
|
static get remoteAttributes() {
|
|
3964
3985
|
return ["style"];
|
|
3965
3986
|
}
|
|
@@ -4248,8 +4269,8 @@ class ee extends t {
|
|
|
4248
4269
|
return [];
|
|
4249
4270
|
}
|
|
4250
4271
|
}
|
|
4251
|
-
customElements.define("flr-header-navigation",
|
|
4252
|
-
class
|
|
4272
|
+
customElements.define("flr-header-navigation", te);
|
|
4273
|
+
class ae extends t {
|
|
4253
4274
|
static get remoteAttributes() {
|
|
4254
4275
|
return ["style"];
|
|
4255
4276
|
}
|
|
@@ -4540,8 +4561,8 @@ class te extends t {
|
|
|
4540
4561
|
return [];
|
|
4541
4562
|
}
|
|
4542
4563
|
}
|
|
4543
|
-
customElements.define("flr-heading",
|
|
4544
|
-
class
|
|
4564
|
+
customElements.define("flr-heading", ae);
|
|
4565
|
+
class re extends t {
|
|
4545
4566
|
static get remoteAttributes() {
|
|
4546
4567
|
return ["style"];
|
|
4547
4568
|
}
|
|
@@ -5037,8 +5058,8 @@ class ae extends t {
|
|
|
5037
5058
|
return [];
|
|
5038
5059
|
}
|
|
5039
5060
|
}
|
|
5040
|
-
customElements.define("flr-icon",
|
|
5041
|
-
class
|
|
5061
|
+
customElements.define("flr-icon", re);
|
|
5062
|
+
class ie extends t {
|
|
5042
5063
|
static get remoteAttributes() {
|
|
5043
5064
|
return ["style"];
|
|
5044
5065
|
}
|
|
@@ -5329,9 +5350,9 @@ class re extends t {
|
|
|
5329
5350
|
}
|
|
5330
5351
|
customElements.define(
|
|
5331
5352
|
"flr-illustrated-message",
|
|
5332
|
-
|
|
5353
|
+
ie
|
|
5333
5354
|
);
|
|
5334
|
-
class
|
|
5355
|
+
class oe extends t {
|
|
5335
5356
|
static get remoteAttributes() {
|
|
5336
5357
|
return ["style"];
|
|
5337
5358
|
}
|
|
@@ -5633,8 +5654,8 @@ class ie extends t {
|
|
|
5633
5654
|
return [];
|
|
5634
5655
|
}
|
|
5635
5656
|
}
|
|
5636
|
-
customElements.define("flr-image",
|
|
5637
|
-
class
|
|
5657
|
+
customElements.define("flr-image", oe);
|
|
5658
|
+
class ne extends t {
|
|
5638
5659
|
static get remoteAttributes() {
|
|
5639
5660
|
return ["style"];
|
|
5640
5661
|
}
|
|
@@ -5650,8 +5671,8 @@ class oe extends t {
|
|
|
5650
5671
|
return [];
|
|
5651
5672
|
}
|
|
5652
5673
|
}
|
|
5653
|
-
customElements.define("flr-initials",
|
|
5654
|
-
class
|
|
5674
|
+
customElements.define("flr-initials", ne);
|
|
5675
|
+
class ue extends t {
|
|
5655
5676
|
static get remoteAttributes() {
|
|
5656
5677
|
return ["style"];
|
|
5657
5678
|
}
|
|
@@ -5940,8 +5961,8 @@ class ne extends t {
|
|
|
5940
5961
|
return [];
|
|
5941
5962
|
}
|
|
5942
5963
|
}
|
|
5943
|
-
customElements.define("flr-inline-code",
|
|
5944
|
-
class
|
|
5964
|
+
customElements.define("flr-inline-code", ue);
|
|
5965
|
+
class se extends t {
|
|
5945
5966
|
static get remoteAttributes() {
|
|
5946
5967
|
return ["style"];
|
|
5947
5968
|
}
|
|
@@ -5980,8 +6001,8 @@ class ue extends t {
|
|
|
5980
6001
|
return [];
|
|
5981
6002
|
}
|
|
5982
6003
|
}
|
|
5983
|
-
customElements.define("flr-items-grid-list",
|
|
5984
|
-
class
|
|
6004
|
+
customElements.define("flr-items-grid-list", se);
|
|
6005
|
+
class pe extends t {
|
|
5985
6006
|
static get remoteAttributes() {
|
|
5986
6007
|
return ["style"];
|
|
5987
6008
|
}
|
|
@@ -6018,9 +6039,9 @@ class se extends t {
|
|
|
6018
6039
|
}
|
|
6019
6040
|
customElements.define(
|
|
6020
6041
|
"flr-items-grid-list-item",
|
|
6021
|
-
|
|
6042
|
+
pe
|
|
6022
6043
|
);
|
|
6023
|
-
class
|
|
6044
|
+
class le extends t {
|
|
6024
6045
|
static get remoteAttributes() {
|
|
6025
6046
|
return ["style"];
|
|
6026
6047
|
}
|
|
@@ -6315,8 +6336,8 @@ class pe extends t {
|
|
|
6315
6336
|
return [];
|
|
6316
6337
|
}
|
|
6317
6338
|
}
|
|
6318
|
-
customElements.define("flr-label",
|
|
6319
|
-
class
|
|
6339
|
+
customElements.define("flr-label", le);
|
|
6340
|
+
class de extends t {
|
|
6320
6341
|
static get remoteAttributes() {
|
|
6321
6342
|
return ["style"];
|
|
6322
6343
|
}
|
|
@@ -6332,8 +6353,8 @@ class le extends t {
|
|
|
6332
6353
|
return [];
|
|
6333
6354
|
}
|
|
6334
6355
|
}
|
|
6335
|
-
customElements.define("flr-labeled-value",
|
|
6336
|
-
class
|
|
6356
|
+
customElements.define("flr-labeled-value", de);
|
|
6357
|
+
class ce extends t {
|
|
6337
6358
|
static get remoteAttributes() {
|
|
6338
6359
|
return ["style"];
|
|
6339
6360
|
}
|
|
@@ -6623,8 +6644,8 @@ class de extends t {
|
|
|
6623
6644
|
return [];
|
|
6624
6645
|
}
|
|
6625
6646
|
}
|
|
6626
|
-
customElements.define("flr-layout-card",
|
|
6627
|
-
class
|
|
6647
|
+
customElements.define("flr-layout-card", ce);
|
|
6648
|
+
class Ce extends t {
|
|
6628
6649
|
static get remoteAttributes() {
|
|
6629
6650
|
return ["style"];
|
|
6630
6651
|
}
|
|
@@ -6641,8 +6662,8 @@ class ce extends t {
|
|
|
6641
6662
|
return [];
|
|
6642
6663
|
}
|
|
6643
6664
|
}
|
|
6644
|
-
customElements.define("flr-light-box",
|
|
6645
|
-
class
|
|
6665
|
+
customElements.define("flr-light-box", Ce);
|
|
6666
|
+
class me extends t {
|
|
6646
6667
|
static get remoteAttributes() {
|
|
6647
6668
|
return ["style"];
|
|
6648
6669
|
}
|
|
@@ -6658,8 +6679,8 @@ class Ce extends t {
|
|
|
6658
6679
|
return [];
|
|
6659
6680
|
}
|
|
6660
6681
|
}
|
|
6661
|
-
customElements.define("flr-light-box-trigger",
|
|
6662
|
-
class
|
|
6682
|
+
customElements.define("flr-light-box-trigger", me);
|
|
6683
|
+
class ge extends t {
|
|
6663
6684
|
static get remoteAttributes() {
|
|
6664
6685
|
return ["style"];
|
|
6665
6686
|
}
|
|
@@ -6709,8 +6730,8 @@ class me extends t {
|
|
|
6709
6730
|
return [];
|
|
6710
6731
|
}
|
|
6711
6732
|
}
|
|
6712
|
-
customElements.define("flr-link",
|
|
6713
|
-
class
|
|
6733
|
+
customElements.define("flr-link", ge);
|
|
6734
|
+
class ve extends t {
|
|
6714
6735
|
static get remoteAttributes() {
|
|
6715
6736
|
return ["style"];
|
|
6716
6737
|
}
|
|
@@ -6724,8 +6745,8 @@ class ge extends t {
|
|
|
6724
6745
|
return [];
|
|
6725
6746
|
}
|
|
6726
6747
|
}
|
|
6727
|
-
customElements.define("flr-list-empty-view",
|
|
6728
|
-
class
|
|
6748
|
+
customElements.define("flr-list-empty-view", ve);
|
|
6749
|
+
class be extends t {
|
|
6729
6750
|
static get remoteAttributes() {
|
|
6730
6751
|
return ["style"];
|
|
6731
6752
|
}
|
|
@@ -6743,9 +6764,9 @@ class ve extends t {
|
|
|
6743
6764
|
}
|
|
6744
6765
|
customElements.define(
|
|
6745
6766
|
"flr-list-item-view-content",
|
|
6746
|
-
|
|
6767
|
+
be
|
|
6747
6768
|
);
|
|
6748
|
-
class
|
|
6769
|
+
class ye extends t {
|
|
6749
6770
|
static get remoteAttributes() {
|
|
6750
6771
|
return ["style"];
|
|
6751
6772
|
}
|
|
@@ -6759,8 +6780,8 @@ class be extends t {
|
|
|
6759
6780
|
return [];
|
|
6760
6781
|
}
|
|
6761
6782
|
}
|
|
6762
|
-
customElements.define("flr-list-summary",
|
|
6763
|
-
class
|
|
6783
|
+
customElements.define("flr-list-summary", ye);
|
|
6784
|
+
class he extends t {
|
|
6764
6785
|
static get remoteAttributes() {
|
|
6765
6786
|
return ["style"];
|
|
6766
6787
|
}
|
|
@@ -7256,8 +7277,8 @@ class ye extends t {
|
|
|
7256
7277
|
return [];
|
|
7257
7278
|
}
|
|
7258
7279
|
}
|
|
7259
|
-
customElements.define("flr-loading-spinner",
|
|
7260
|
-
class
|
|
7280
|
+
customElements.define("flr-loading-spinner", he);
|
|
7281
|
+
class Ee extends t {
|
|
7261
7282
|
static get remoteAttributes() {
|
|
7262
7283
|
return ["style"];
|
|
7263
7284
|
}
|
|
@@ -7283,8 +7304,8 @@ class he extends t {
|
|
|
7283
7304
|
return [];
|
|
7284
7305
|
}
|
|
7285
7306
|
}
|
|
7286
|
-
customElements.define("flr-markdown",
|
|
7287
|
-
class
|
|
7307
|
+
customElements.define("flr-markdown", Ee);
|
|
7308
|
+
class fe extends t {
|
|
7288
7309
|
static get remoteAttributes() {
|
|
7289
7310
|
return ["style"];
|
|
7290
7311
|
}
|
|
@@ -7319,8 +7340,8 @@ class Ee extends t {
|
|
|
7319
7340
|
return [];
|
|
7320
7341
|
}
|
|
7321
7342
|
}
|
|
7322
|
-
customElements.define("flr-menu-item",
|
|
7323
|
-
class
|
|
7343
|
+
customElements.define("flr-menu-item", fe);
|
|
7344
|
+
class xe extends t {
|
|
7324
7345
|
static get remoteAttributes() {
|
|
7325
7346
|
return ["style"];
|
|
7326
7347
|
}
|
|
@@ -7340,8 +7361,8 @@ class fe extends t {
|
|
|
7340
7361
|
return [];
|
|
7341
7362
|
}
|
|
7342
7363
|
}
|
|
7343
|
-
customElements.define("flr-menu-trigger",
|
|
7344
|
-
class
|
|
7364
|
+
customElements.define("flr-menu-trigger", xe);
|
|
7365
|
+
class ke extends t {
|
|
7345
7366
|
static get remoteAttributes() {
|
|
7346
7367
|
return ["style"];
|
|
7347
7368
|
}
|
|
@@ -7358,8 +7379,8 @@ class xe extends t {
|
|
|
7358
7379
|
return [];
|
|
7359
7380
|
}
|
|
7360
7381
|
}
|
|
7361
|
-
customElements.define("flr-message",
|
|
7362
|
-
class
|
|
7382
|
+
customElements.define("flr-message", ke);
|
|
7383
|
+
class Se extends t {
|
|
7363
7384
|
static get remoteAttributes() {
|
|
7364
7385
|
return ["style"];
|
|
7365
7386
|
}
|
|
@@ -7648,8 +7669,8 @@ class ke extends t {
|
|
|
7648
7669
|
return [];
|
|
7649
7670
|
}
|
|
7650
7671
|
}
|
|
7651
|
-
customElements.define("flr-navigation",
|
|
7652
|
-
class
|
|
7672
|
+
customElements.define("flr-navigation", Se);
|
|
7673
|
+
class we extends t {
|
|
7653
7674
|
static get remoteAttributes() {
|
|
7654
7675
|
return ["style"];
|
|
7655
7676
|
}
|
|
@@ -7939,8 +7960,8 @@ class Se extends t {
|
|
|
7939
7960
|
return [];
|
|
7940
7961
|
}
|
|
7941
7962
|
}
|
|
7942
|
-
customElements.define("flr-navigation-group",
|
|
7943
|
-
class
|
|
7963
|
+
customElements.define("flr-navigation-group", we);
|
|
7964
|
+
class Pe extends t {
|
|
7944
7965
|
static get remoteAttributes() {
|
|
7945
7966
|
return ["style"];
|
|
7946
7967
|
}
|
|
@@ -8233,8 +8254,8 @@ class we extends t {
|
|
|
8233
8254
|
return [];
|
|
8234
8255
|
}
|
|
8235
8256
|
}
|
|
8236
|
-
customElements.define("flr-notification",
|
|
8237
|
-
class
|
|
8257
|
+
customElements.define("flr-notification", Pe);
|
|
8258
|
+
class Oe extends t {
|
|
8238
8259
|
static get remoteAttributes() {
|
|
8239
8260
|
return ["style"];
|
|
8240
8261
|
}
|
|
@@ -8525,9 +8546,9 @@ class Pe extends t {
|
|
|
8525
8546
|
}
|
|
8526
8547
|
customElements.define(
|
|
8527
8548
|
"flr-notification-provider",
|
|
8528
|
-
|
|
8549
|
+
Oe
|
|
8529
8550
|
);
|
|
8530
|
-
class
|
|
8551
|
+
class Me extends t {
|
|
8531
8552
|
static get remoteAttributes() {
|
|
8532
8553
|
return ["style"];
|
|
8533
8554
|
}
|
|
@@ -8582,8 +8603,8 @@ class Oe extends t {
|
|
|
8582
8603
|
return [];
|
|
8583
8604
|
}
|
|
8584
8605
|
}
|
|
8585
|
-
customElements.define("flr-number-field",
|
|
8586
|
-
class
|
|
8606
|
+
customElements.define("flr-number-field", Me);
|
|
8607
|
+
class Ue extends t {
|
|
8587
8608
|
static get remoteAttributes() {
|
|
8588
8609
|
return ["style"];
|
|
8589
8610
|
}
|
|
@@ -8616,8 +8637,8 @@ class Me extends t {
|
|
|
8616
8637
|
return [];
|
|
8617
8638
|
}
|
|
8618
8639
|
}
|
|
8619
|
-
customElements.define("flr-option",
|
|
8620
|
-
class
|
|
8640
|
+
customElements.define("flr-option", Ue);
|
|
8641
|
+
class De extends t {
|
|
8621
8642
|
static get remoteAttributes() {
|
|
8622
8643
|
return ["style"];
|
|
8623
8644
|
}
|
|
@@ -8637,8 +8658,8 @@ class Ue extends t {
|
|
|
8637
8658
|
return [];
|
|
8638
8659
|
}
|
|
8639
8660
|
}
|
|
8640
|
-
customElements.define("flr-overlay-content",
|
|
8641
|
-
class
|
|
8661
|
+
customElements.define("flr-overlay-content", De);
|
|
8662
|
+
class Re extends t {
|
|
8642
8663
|
static get remoteAttributes() {
|
|
8643
8664
|
return ["style"];
|
|
8644
8665
|
}
|
|
@@ -8661,8 +8682,8 @@ class De extends t {
|
|
|
8661
8682
|
return [];
|
|
8662
8683
|
}
|
|
8663
8684
|
}
|
|
8664
|
-
customElements.define("flr-popover-content",
|
|
8665
|
-
class
|
|
8685
|
+
customElements.define("flr-popover-content", Re);
|
|
8686
|
+
class Te extends t {
|
|
8666
8687
|
static get remoteAttributes() {
|
|
8667
8688
|
return ["style"];
|
|
8668
8689
|
}
|
|
@@ -8692,8 +8713,8 @@ class Re extends t {
|
|
|
8692
8713
|
return ["valueLabel"];
|
|
8693
8714
|
}
|
|
8694
8715
|
}
|
|
8695
|
-
customElements.define("flr-progress-bar",
|
|
8696
|
-
class
|
|
8716
|
+
customElements.define("flr-progress-bar", Te);
|
|
8717
|
+
class Ie extends t {
|
|
8697
8718
|
static get remoteAttributes() {
|
|
8698
8719
|
return ["style"];
|
|
8699
8720
|
}
|
|
@@ -8728,8 +8749,8 @@ class Te extends t {
|
|
|
8728
8749
|
return [];
|
|
8729
8750
|
}
|
|
8730
8751
|
}
|
|
8731
|
-
customElements.define("flr-radio",
|
|
8732
|
-
class
|
|
8752
|
+
customElements.define("flr-radio", Ie);
|
|
8753
|
+
class Ae extends t {
|
|
8733
8754
|
static get remoteAttributes() {
|
|
8734
8755
|
return ["style"];
|
|
8735
8756
|
}
|
|
@@ -8764,8 +8785,8 @@ class Ie extends t {
|
|
|
8764
8785
|
return [];
|
|
8765
8786
|
}
|
|
8766
8787
|
}
|
|
8767
|
-
customElements.define("flr-radio-button",
|
|
8768
|
-
class
|
|
8788
|
+
customElements.define("flr-radio-button", Ae);
|
|
8789
|
+
class Le extends t {
|
|
8769
8790
|
static get remoteAttributes() {
|
|
8770
8791
|
return ["style"];
|
|
8771
8792
|
}
|
|
@@ -8806,8 +8827,8 @@ class Ae extends t {
|
|
|
8806
8827
|
return [];
|
|
8807
8828
|
}
|
|
8808
8829
|
}
|
|
8809
|
-
customElements.define("flr-radio-group",
|
|
8810
|
-
class
|
|
8830
|
+
customElements.define("flr-radio-group", Le);
|
|
8831
|
+
class ze extends t {
|
|
8811
8832
|
static get remoteAttributes() {
|
|
8812
8833
|
return ["style"];
|
|
8813
8834
|
}
|
|
@@ -8871,8 +8892,8 @@ class Le extends t {
|
|
|
8871
8892
|
return [];
|
|
8872
8893
|
}
|
|
8873
8894
|
}
|
|
8874
|
-
customElements.define("flr-search-field",
|
|
8875
|
-
class
|
|
8895
|
+
customElements.define("flr-search-field", ze);
|
|
8896
|
+
class Ne extends t {
|
|
8876
8897
|
static get remoteAttributes() {
|
|
8877
8898
|
return ["style"];
|
|
8878
8899
|
}
|
|
@@ -9163,8 +9184,8 @@ class ze extends t {
|
|
|
9163
9184
|
return [];
|
|
9164
9185
|
}
|
|
9165
9186
|
}
|
|
9166
|
-
customElements.define("flr-section",
|
|
9167
|
-
class
|
|
9187
|
+
customElements.define("flr-section", Ne);
|
|
9188
|
+
class Fe extends t {
|
|
9168
9189
|
static get remoteAttributes() {
|
|
9169
9190
|
return ["style"];
|
|
9170
9191
|
}
|
|
@@ -9199,8 +9220,8 @@ class Ne extends t {
|
|
|
9199
9220
|
return [];
|
|
9200
9221
|
}
|
|
9201
9222
|
}
|
|
9202
|
-
customElements.define("flr-segment",
|
|
9203
|
-
class
|
|
9223
|
+
customElements.define("flr-segment", Fe);
|
|
9224
|
+
class He extends t {
|
|
9204
9225
|
static get remoteAttributes() {
|
|
9205
9226
|
return ["style"];
|
|
9206
9227
|
}
|
|
@@ -9239,8 +9260,8 @@ class Fe extends t {
|
|
|
9239
9260
|
return [];
|
|
9240
9261
|
}
|
|
9241
9262
|
}
|
|
9242
|
-
customElements.define("flr-segmented-control",
|
|
9243
|
-
class
|
|
9263
|
+
customElements.define("flr-segmented-control", He);
|
|
9264
|
+
class Ve extends t {
|
|
9244
9265
|
static get remoteAttributes() {
|
|
9245
9266
|
return ["style"];
|
|
9246
9267
|
}
|
|
@@ -9286,8 +9307,8 @@ class He extends t {
|
|
|
9286
9307
|
return [];
|
|
9287
9308
|
}
|
|
9288
9309
|
}
|
|
9289
|
-
customElements.define("flr-select",
|
|
9290
|
-
class
|
|
9310
|
+
customElements.define("flr-select", Ve);
|
|
9311
|
+
class We extends t {
|
|
9291
9312
|
static get remoteAttributes() {
|
|
9292
9313
|
return ["style"];
|
|
9293
9314
|
}
|
|
@@ -9310,8 +9331,8 @@ class Ve extends t {
|
|
|
9310
9331
|
return [];
|
|
9311
9332
|
}
|
|
9312
9333
|
}
|
|
9313
|
-
customElements.define("flr-separator",
|
|
9314
|
-
class
|
|
9334
|
+
customElements.define("flr-separator", We);
|
|
9335
|
+
class Ke extends t {
|
|
9315
9336
|
static get remoteAttributes() {
|
|
9316
9337
|
return ["style"];
|
|
9317
9338
|
}
|
|
@@ -9602,8 +9623,8 @@ class We extends t {
|
|
|
9602
9623
|
return [];
|
|
9603
9624
|
}
|
|
9604
9625
|
}
|
|
9605
|
-
customElements.define("flr-skeleton",
|
|
9606
|
-
class
|
|
9626
|
+
customElements.define("flr-skeleton", Ke);
|
|
9627
|
+
class Be extends t {
|
|
9607
9628
|
static get remoteAttributes() {
|
|
9608
9629
|
return ["style"];
|
|
9609
9630
|
}
|
|
@@ -9893,8 +9914,8 @@ class Ke extends t {
|
|
|
9893
9914
|
return [];
|
|
9894
9915
|
}
|
|
9895
9916
|
}
|
|
9896
|
-
customElements.define("flr-skeleton-text",
|
|
9897
|
-
class
|
|
9917
|
+
customElements.define("flr-skeleton-text", Be);
|
|
9918
|
+
class qe extends t {
|
|
9898
9919
|
static get remoteAttributes() {
|
|
9899
9920
|
return ["style"];
|
|
9900
9921
|
}
|
|
@@ -9929,8 +9950,8 @@ class Be extends t {
|
|
|
9929
9950
|
return [];
|
|
9930
9951
|
}
|
|
9931
9952
|
}
|
|
9932
|
-
customElements.define("flr-slider",
|
|
9933
|
-
class
|
|
9953
|
+
customElements.define("flr-slider", qe);
|
|
9954
|
+
class Ge extends t {
|
|
9934
9955
|
static get remoteAttributes() {
|
|
9935
9956
|
return ["style"];
|
|
9936
9957
|
}
|
|
@@ -9973,8 +9994,8 @@ class qe extends t {
|
|
|
9973
9994
|
return [];
|
|
9974
9995
|
}
|
|
9975
9996
|
}
|
|
9976
|
-
customElements.define("flr-switch",
|
|
9977
|
-
class
|
|
9997
|
+
customElements.define("flr-switch", Ge);
|
|
9998
|
+
class Xe extends t {
|
|
9978
9999
|
static get remoteAttributes() {
|
|
9979
10000
|
return ["style"];
|
|
9980
10001
|
}
|
|
@@ -9996,8 +10017,8 @@ class Ge extends t {
|
|
|
9996
10017
|
return [];
|
|
9997
10018
|
}
|
|
9998
10019
|
}
|
|
9999
|
-
customElements.define("flr-tab",
|
|
10000
|
-
class
|
|
10020
|
+
customElements.define("flr-tab", Xe);
|
|
10021
|
+
class Ye extends t {
|
|
10001
10022
|
static get remoteAttributes() {
|
|
10002
10023
|
return ["style"];
|
|
10003
10024
|
}
|
|
@@ -10029,8 +10050,8 @@ class Xe extends t {
|
|
|
10029
10050
|
return [];
|
|
10030
10051
|
}
|
|
10031
10052
|
}
|
|
10032
|
-
customElements.define("flr-tab-title",
|
|
10033
|
-
class
|
|
10053
|
+
customElements.define("flr-tab-title", Ye);
|
|
10054
|
+
class je extends t {
|
|
10034
10055
|
static get remoteAttributes() {
|
|
10035
10056
|
return ["style"];
|
|
10036
10057
|
}
|
|
@@ -10066,8 +10087,8 @@ class Ye extends t {
|
|
|
10066
10087
|
return [];
|
|
10067
10088
|
}
|
|
10068
10089
|
}
|
|
10069
|
-
customElements.define("flr-table",
|
|
10070
|
-
class
|
|
10090
|
+
customElements.define("flr-table", je);
|
|
10091
|
+
class Ze extends t {
|
|
10071
10092
|
static get remoteAttributes() {
|
|
10072
10093
|
return ["style"];
|
|
10073
10094
|
}
|
|
@@ -10087,8 +10108,8 @@ class je extends t {
|
|
|
10087
10108
|
return [];
|
|
10088
10109
|
}
|
|
10089
10110
|
}
|
|
10090
|
-
customElements.define("flr-table-body",
|
|
10091
|
-
class
|
|
10111
|
+
customElements.define("flr-table-body", Ze);
|
|
10112
|
+
class _e extends t {
|
|
10092
10113
|
static get remoteAttributes() {
|
|
10093
10114
|
return ["style"];
|
|
10094
10115
|
}
|
|
@@ -10108,8 +10129,8 @@ class Ze extends t {
|
|
|
10108
10129
|
return [];
|
|
10109
10130
|
}
|
|
10110
10131
|
}
|
|
10111
|
-
customElements.define("flr-table-cell",
|
|
10112
|
-
class
|
|
10132
|
+
customElements.define("flr-table-cell", _e);
|
|
10133
|
+
class Je extends t {
|
|
10113
10134
|
static get remoteAttributes() {
|
|
10114
10135
|
return ["style"];
|
|
10115
10136
|
}
|
|
@@ -10134,8 +10155,8 @@ class _e extends t {
|
|
|
10134
10155
|
return [];
|
|
10135
10156
|
}
|
|
10136
10157
|
}
|
|
10137
|
-
customElements.define("flr-table-column",
|
|
10138
|
-
class
|
|
10158
|
+
customElements.define("flr-table-column", Je);
|
|
10159
|
+
class Qe extends t {
|
|
10139
10160
|
static get remoteAttributes() {
|
|
10140
10161
|
return ["style"];
|
|
10141
10162
|
}
|
|
@@ -10171,8 +10192,8 @@ class Je extends t {
|
|
|
10171
10192
|
return [];
|
|
10172
10193
|
}
|
|
10173
10194
|
}
|
|
10174
|
-
customElements.define("flr-table-footer-row",
|
|
10175
|
-
class
|
|
10195
|
+
customElements.define("flr-table-footer-row", Qe);
|
|
10196
|
+
class $e extends t {
|
|
10176
10197
|
static get remoteAttributes() {
|
|
10177
10198
|
return ["style"];
|
|
10178
10199
|
}
|
|
@@ -10194,8 +10215,8 @@ class Qe extends t {
|
|
|
10194
10215
|
return [];
|
|
10195
10216
|
}
|
|
10196
10217
|
}
|
|
10197
|
-
customElements.define("flr-table-header",
|
|
10198
|
-
class
|
|
10218
|
+
customElements.define("flr-table-header", $e);
|
|
10219
|
+
class et extends t {
|
|
10199
10220
|
static get remoteAttributes() {
|
|
10200
10221
|
return ["style"];
|
|
10201
10222
|
}
|
|
@@ -10231,8 +10252,8 @@ class $e extends t {
|
|
|
10231
10252
|
return [];
|
|
10232
10253
|
}
|
|
10233
10254
|
}
|
|
10234
|
-
customElements.define("flr-table-row",
|
|
10235
|
-
class
|
|
10255
|
+
customElements.define("flr-table-row", et);
|
|
10256
|
+
class tt extends t {
|
|
10236
10257
|
static get remoteAttributes() {
|
|
10237
10258
|
return ["style"];
|
|
10238
10259
|
}
|
|
@@ -10262,8 +10283,8 @@ class et extends t {
|
|
|
10262
10283
|
return [];
|
|
10263
10284
|
}
|
|
10264
10285
|
}
|
|
10265
|
-
customElements.define("flr-tabs",
|
|
10266
|
-
class
|
|
10286
|
+
customElements.define("flr-tabs", tt);
|
|
10287
|
+
class at extends t {
|
|
10267
10288
|
static get remoteAttributes() {
|
|
10268
10289
|
return ["style"];
|
|
10269
10290
|
}
|
|
@@ -10555,8 +10576,8 @@ class tt extends t {
|
|
|
10555
10576
|
return [];
|
|
10556
10577
|
}
|
|
10557
10578
|
}
|
|
10558
|
-
customElements.define("flr-text",
|
|
10559
|
-
class
|
|
10579
|
+
customElements.define("flr-text", at);
|
|
10580
|
+
class rt extends t {
|
|
10560
10581
|
static get remoteAttributes() {
|
|
10561
10582
|
return ["style"];
|
|
10562
10583
|
}
|
|
@@ -10622,8 +10643,8 @@ class at extends t {
|
|
|
10622
10643
|
return [];
|
|
10623
10644
|
}
|
|
10624
10645
|
}
|
|
10625
|
-
customElements.define("flr-text-area",
|
|
10626
|
-
class
|
|
10646
|
+
customElements.define("flr-text-area", rt);
|
|
10647
|
+
class it extends t {
|
|
10627
10648
|
static get remoteAttributes() {
|
|
10628
10649
|
return ["style"];
|
|
10629
10650
|
}
|
|
@@ -10688,8 +10709,8 @@ class rt extends t {
|
|
|
10688
10709
|
return [];
|
|
10689
10710
|
}
|
|
10690
10711
|
}
|
|
10691
|
-
customElements.define("flr-text-field",
|
|
10692
|
-
class
|
|
10712
|
+
customElements.define("flr-text-field", it);
|
|
10713
|
+
class ot extends t {
|
|
10693
10714
|
static get remoteAttributes() {
|
|
10694
10715
|
return ["style"];
|
|
10695
10716
|
}
|
|
@@ -10735,8 +10756,8 @@ class it extends t {
|
|
|
10735
10756
|
return ["errorMessage"];
|
|
10736
10757
|
}
|
|
10737
10758
|
}
|
|
10738
|
-
customElements.define("flr-time-field",
|
|
10739
|
-
class
|
|
10759
|
+
customElements.define("flr-time-field", ot);
|
|
10760
|
+
class nt extends t {
|
|
10740
10761
|
static get remoteAttributes() {
|
|
10741
10762
|
return ["style"];
|
|
10742
10763
|
}
|
|
@@ -10770,8 +10791,8 @@ class ot extends t {
|
|
|
10770
10791
|
return [];
|
|
10771
10792
|
}
|
|
10772
10793
|
}
|
|
10773
|
-
customElements.define("flr-tooltip",
|
|
10774
|
-
class
|
|
10794
|
+
customElements.define("flr-tooltip", nt);
|
|
10795
|
+
class ut extends t {
|
|
10775
10796
|
static get remoteAttributes() {
|
|
10776
10797
|
return ["style"];
|
|
10777
10798
|
}
|
|
@@ -10794,8 +10815,8 @@ class nt extends t {
|
|
|
10794
10815
|
return [];
|
|
10795
10816
|
}
|
|
10796
10817
|
}
|
|
10797
|
-
customElements.define("flr-tooltip-trigger",
|
|
10798
|
-
class
|
|
10818
|
+
customElements.define("flr-tooltip-trigger", ut);
|
|
10819
|
+
class st extends t {
|
|
10799
10820
|
static get remoteEvents() {
|
|
10800
10821
|
return {
|
|
10801
10822
|
submit: {}
|
|
@@ -10810,7 +10831,7 @@ class ut extends t {
|
|
|
10810
10831
|
};
|
|
10811
10832
|
}
|
|
10812
10833
|
}
|
|
10813
|
-
customElements.define("flr-form",
|
|
10834
|
+
customElements.define("flr-form", st);
|
|
10814
10835
|
export {
|
|
10815
10836
|
E as RemoteAccordionElement,
|
|
10816
10837
|
f as RemoteActionGroupElement,
|
|
@@ -10819,93 +10840,94 @@ export {
|
|
|
10819
10840
|
S as RemoteAlertIconElement,
|
|
10820
10841
|
w as RemoteAlignElement,
|
|
10821
10842
|
P as RemoteAvatarElement,
|
|
10822
|
-
O as
|
|
10823
|
-
M as
|
|
10824
|
-
U as
|
|
10825
|
-
|
|
10826
|
-
|
|
10827
|
-
|
|
10828
|
-
I as
|
|
10829
|
-
A as
|
|
10830
|
-
L as
|
|
10831
|
-
z as
|
|
10832
|
-
N as
|
|
10833
|
-
F as
|
|
10834
|
-
H as
|
|
10835
|
-
V as
|
|
10836
|
-
W as
|
|
10837
|
-
K as
|
|
10838
|
-
B as
|
|
10839
|
-
q as
|
|
10840
|
-
G as
|
|
10841
|
-
X as
|
|
10842
|
-
Y as
|
|
10843
|
-
j as
|
|
10844
|
-
Z as
|
|
10845
|
-
_ as
|
|
10846
|
-
J as
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
$ as
|
|
10850
|
-
ee as
|
|
10851
|
-
te as
|
|
10852
|
-
ae as
|
|
10853
|
-
re as
|
|
10854
|
-
ie as
|
|
10855
|
-
oe as
|
|
10856
|
-
ne as
|
|
10857
|
-
ue as
|
|
10858
|
-
se as
|
|
10859
|
-
pe as
|
|
10860
|
-
le as
|
|
10861
|
-
de as
|
|
10862
|
-
ce as
|
|
10863
|
-
Ce as
|
|
10864
|
-
me as
|
|
10865
|
-
ge as
|
|
10866
|
-
ve as
|
|
10867
|
-
be as
|
|
10868
|
-
ye as
|
|
10869
|
-
he as
|
|
10870
|
-
Ee as
|
|
10871
|
-
fe as
|
|
10872
|
-
xe as
|
|
10873
|
-
ke as
|
|
10874
|
-
Se as
|
|
10875
|
-
we as
|
|
10876
|
-
Pe as
|
|
10877
|
-
Oe as
|
|
10878
|
-
Me as
|
|
10879
|
-
Ue as
|
|
10880
|
-
De as
|
|
10881
|
-
Re as
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
Le as
|
|
10886
|
-
ze as
|
|
10887
|
-
Ne as
|
|
10888
|
-
Fe as
|
|
10889
|
-
He as
|
|
10890
|
-
Ve as
|
|
10891
|
-
We as
|
|
10892
|
-
Ke as
|
|
10893
|
-
Be as
|
|
10894
|
-
qe as
|
|
10895
|
-
Ge as
|
|
10896
|
-
Xe as
|
|
10897
|
-
|
|
10898
|
-
Ze as
|
|
10899
|
-
_e as
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
Qe as
|
|
10903
|
-
$e as
|
|
10904
|
-
et as
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
it as
|
|
10909
|
-
ot as
|
|
10910
|
-
nt as
|
|
10843
|
+
O as RemoteAvatarStackElement,
|
|
10844
|
+
M as RemoteBadgeElement,
|
|
10845
|
+
U as RemoteBreadcrumbElement,
|
|
10846
|
+
D as RemoteButtonElement,
|
|
10847
|
+
T as RemoteCheckboxButtonElement,
|
|
10848
|
+
R as RemoteCheckboxElement,
|
|
10849
|
+
I as RemoteCheckboxGroupElement,
|
|
10850
|
+
A as RemoteCodeBlockElement,
|
|
10851
|
+
L as RemoteColumnLayoutElement,
|
|
10852
|
+
z as RemoteContentElement,
|
|
10853
|
+
N as RemoteContextMenuContentElement,
|
|
10854
|
+
F as RemoteContextMenuSectionElement,
|
|
10855
|
+
H as RemoteContextualHelpElement,
|
|
10856
|
+
V as RemoteContextualHelpTriggerElement,
|
|
10857
|
+
W as RemoteCopyButtonElement,
|
|
10858
|
+
K as RemoteCounterBadgeElement,
|
|
10859
|
+
B as RemoteCountryOptionsElement,
|
|
10860
|
+
q as RemoteDatePickerElement,
|
|
10861
|
+
G as RemoteDateRangePickerElement,
|
|
10862
|
+
X as RemoteDialogTriggerElement,
|
|
10863
|
+
Y as RemoteDivElement,
|
|
10864
|
+
j as RemoteFieldDescriptionElement,
|
|
10865
|
+
Z as RemoteFieldErrorElement,
|
|
10866
|
+
_ as RemoteFileCardElement,
|
|
10867
|
+
J as RemoteFileCardListElement,
|
|
10868
|
+
Q as RemoteFileFieldElement,
|
|
10869
|
+
st as RemoteFormElement,
|
|
10870
|
+
$ as RemoteFragmentElement,
|
|
10871
|
+
ee as RemoteHeaderElement,
|
|
10872
|
+
te as RemoteHeaderNavigationElement,
|
|
10873
|
+
ae as RemoteHeadingElement,
|
|
10874
|
+
re as RemoteIconElement,
|
|
10875
|
+
ie as RemoteIllustratedMessageElement,
|
|
10876
|
+
oe as RemoteImageElement,
|
|
10877
|
+
ne as RemoteInitialsElement,
|
|
10878
|
+
ue as RemoteInlineCodeElement,
|
|
10879
|
+
se as RemoteItemsGridListElement,
|
|
10880
|
+
pe as RemoteItemsGridListItemElement,
|
|
10881
|
+
le as RemoteLabelElement,
|
|
10882
|
+
de as RemoteLabeledValueElement,
|
|
10883
|
+
ce as RemoteLayoutCardElement,
|
|
10884
|
+
Ce as RemoteLightBoxElement,
|
|
10885
|
+
me as RemoteLightBoxTriggerElement,
|
|
10886
|
+
ge as RemoteLinkElement,
|
|
10887
|
+
ve as RemoteListEmptyViewElement,
|
|
10888
|
+
be as RemoteListItemViewContentElement,
|
|
10889
|
+
ye as RemoteListSummaryElement,
|
|
10890
|
+
he as RemoteLoadingSpinnerElement,
|
|
10891
|
+
Ee as RemoteMarkdownElement,
|
|
10892
|
+
fe as RemoteMenuItemElement,
|
|
10893
|
+
xe as RemoteMenuTriggerElement,
|
|
10894
|
+
ke as RemoteMessageElement,
|
|
10895
|
+
Se as RemoteNavigationElement,
|
|
10896
|
+
we as RemoteNavigationGroupElement,
|
|
10897
|
+
Pe as RemoteNotificationElement,
|
|
10898
|
+
Oe as RemoteNotificationProviderElement,
|
|
10899
|
+
Me as RemoteNumberFieldElement,
|
|
10900
|
+
Ue as RemoteOptionElement,
|
|
10901
|
+
De as RemoteOverlayContentElement,
|
|
10902
|
+
Re as RemotePopoverContentElement,
|
|
10903
|
+
Te as RemoteProgressBarElement,
|
|
10904
|
+
Ae as RemoteRadioButtonElement,
|
|
10905
|
+
Ie as RemoteRadioElement,
|
|
10906
|
+
Le as RemoteRadioGroupElement,
|
|
10907
|
+
ze as RemoteSearchFieldElement,
|
|
10908
|
+
Ne as RemoteSectionElement,
|
|
10909
|
+
Fe as RemoteSegmentElement,
|
|
10910
|
+
He as RemoteSegmentedControlElement,
|
|
10911
|
+
Ve as RemoteSelectElement,
|
|
10912
|
+
We as RemoteSeparatorElement,
|
|
10913
|
+
Ke as RemoteSkeletonElement,
|
|
10914
|
+
Be as RemoteSkeletonTextElement,
|
|
10915
|
+
qe as RemoteSliderElement,
|
|
10916
|
+
Ge as RemoteSwitchElement,
|
|
10917
|
+
Xe as RemoteTabElement,
|
|
10918
|
+
Ye as RemoteTabTitleElement,
|
|
10919
|
+
Ze as RemoteTableBodyElement,
|
|
10920
|
+
_e as RemoteTableCellElement,
|
|
10921
|
+
Je as RemoteTableColumnElement,
|
|
10922
|
+
je as RemoteTableElement,
|
|
10923
|
+
Qe as RemoteTableFooterRowElement,
|
|
10924
|
+
$e as RemoteTableHeaderElement,
|
|
10925
|
+
et as RemoteTableRowElement,
|
|
10926
|
+
tt as RemoteTabsElement,
|
|
10927
|
+
rt as RemoteTextAreaElement,
|
|
10928
|
+
at as RemoteTextElement,
|
|
10929
|
+
it as RemoteTextFieldElement,
|
|
10930
|
+
ot as RemoteTimeFieldElement,
|
|
10931
|
+
nt as RemoteTooltipElement,
|
|
10932
|
+
ut as RemoteTooltipTriggerElement
|
|
10911
10933
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { AvatarStackProps as RemoteAvatarStackElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { AvatarStackProps as RemoteAvatarStackElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteAvatarStackElement extends FlowRemoteElement<RemoteAvatarStackElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
className: {};
|
|
8
|
+
size: {};
|
|
9
|
+
totalCount: {};
|
|
10
|
+
};
|
|
11
|
+
static get remoteEvents(): {
|
|
12
|
+
countPress: {};
|
|
13
|
+
};
|
|
14
|
+
static get remoteSlots(): never[];
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
"flr-avatar-stack": InstanceType<typeof RemoteAvatarStackElement>;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=RemoteAvatarStackElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteAvatarStackElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteAvatarStackElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;MAMnC;IAED,WAAoB,YAAY;;MAI/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
|
|
@@ -5,6 +5,7 @@ export * from './RemoteAlertBadgeElement';
|
|
|
5
5
|
export * from './RemoteAlertIconElement';
|
|
6
6
|
export * from './RemoteAlignElement';
|
|
7
7
|
export * from './RemoteAvatarElement';
|
|
8
|
+
export * from './RemoteAvatarStackElement';
|
|
8
9
|
export * from './RemoteBadgeElement';
|
|
9
10
|
export * from './RemoteBreadcrumbElement';
|
|
10
11
|
export * from './RemoteButtonElement';
|
|
@@ -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.43",
|
|
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.43",
|
|
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.43",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.4",
|
|
35
35
|
"nx": "^20.4.4",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6bddfcbd4de5466d3977b55710298843e075ade0"
|
|
49
49
|
}
|