@mittwald/flow-remote-elements 0.2.0-alpha.31 → 0.2.0-alpha.33
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 +325 -293
- package/dist/types/auto-generated/RemoteFallbackItemsElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteFallbackItemsElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteSkeletonViewElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteSkeletonViewElement.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/dist/types/lib/FlowRemoteElement.d.ts +1 -1
- package/dist/types/lib/FlowRemoteElement.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@ var c = Object.defineProperty;
|
|
|
2
2
|
var C = (e, a, r) => a in e ? c(e, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[a] = r;
|
|
3
3
|
var l = (e, a, r) => C(e, typeof a != "symbol" ? a + "" : a, r);
|
|
4
4
|
import { RemoteElement as m, RemoteEvent as g } from "@mittwald/flow-remote-core";
|
|
5
|
-
import {
|
|
6
|
-
const
|
|
5
|
+
import { isArray as v, isObjectType as b, omit as y } from "remeda";
|
|
6
|
+
const h = (e) => {
|
|
7
7
|
const a = [];
|
|
8
8
|
for (const r in e)
|
|
9
9
|
a.push(r);
|
|
@@ -18,10 +18,10 @@ class t extends m {
|
|
|
18
18
|
const n = i ? "handleEvent" in i ? i.handleEvent : i : null, s = (o) => {
|
|
19
19
|
let p = o;
|
|
20
20
|
if (o instanceof g)
|
|
21
|
-
if (v(o.detail)) {
|
|
22
|
-
const d =
|
|
21
|
+
if (!v(o.detail) && b(o.detail)) {
|
|
22
|
+
const d = y(
|
|
23
23
|
o.detail,
|
|
24
|
-
|
|
24
|
+
h(o)
|
|
25
25
|
);
|
|
26
26
|
Object.assign(o, d);
|
|
27
27
|
} else
|
|
@@ -35,7 +35,7 @@ class t extends m {
|
|
|
35
35
|
this.eventListenerMap.delete(i), super.removeEventListener(r, n ?? i, u);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
class
|
|
38
|
+
class E extends t {
|
|
39
39
|
static get remoteAttributes() {
|
|
40
40
|
return ["style"];
|
|
41
41
|
}
|
|
@@ -326,8 +326,8 @@ class h extends t {
|
|
|
326
326
|
return [];
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
customElements.define("flr-accordion",
|
|
330
|
-
class
|
|
329
|
+
customElements.define("flr-accordion", E);
|
|
330
|
+
class f extends t {
|
|
331
331
|
static get remoteAttributes() {
|
|
332
332
|
return ["style"];
|
|
333
333
|
}
|
|
@@ -345,8 +345,8 @@ class E extends t {
|
|
|
345
345
|
return [];
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
customElements.define("flr-action-group",
|
|
349
|
-
class
|
|
348
|
+
customElements.define("flr-action-group", f);
|
|
349
|
+
class x extends t {
|
|
350
350
|
static get remoteAttributes() {
|
|
351
351
|
return ["style"];
|
|
352
352
|
}
|
|
@@ -636,8 +636,8 @@ class f extends t {
|
|
|
636
636
|
return [];
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
customElements.define("flr-alert",
|
|
640
|
-
class
|
|
639
|
+
customElements.define("flr-alert", x);
|
|
640
|
+
class k extends t {
|
|
641
641
|
static get remoteAttributes() {
|
|
642
642
|
return ["style"];
|
|
643
643
|
}
|
|
@@ -654,8 +654,8 @@ class x extends t {
|
|
|
654
654
|
return [];
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
|
-
customElements.define("flr-alert-badge",
|
|
658
|
-
class
|
|
657
|
+
customElements.define("flr-alert-badge", k);
|
|
658
|
+
class S extends t {
|
|
659
659
|
static get remoteAttributes() {
|
|
660
660
|
return ["style"];
|
|
661
661
|
}
|
|
@@ -1152,8 +1152,8 @@ class k extends t {
|
|
|
1152
1152
|
return [];
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
1155
|
-
customElements.define("flr-alert-icon",
|
|
1156
|
-
class
|
|
1155
|
+
customElements.define("flr-alert-icon", S);
|
|
1156
|
+
class w extends t {
|
|
1157
1157
|
static get remoteAttributes() {
|
|
1158
1158
|
return ["style"];
|
|
1159
1159
|
}
|
|
@@ -1169,8 +1169,8 @@ class S extends t {
|
|
|
1169
1169
|
return [];
|
|
1170
1170
|
}
|
|
1171
1171
|
}
|
|
1172
|
-
customElements.define("flr-align",
|
|
1173
|
-
class
|
|
1172
|
+
customElements.define("flr-align", w);
|
|
1173
|
+
class P extends t {
|
|
1174
1174
|
static get remoteAttributes() {
|
|
1175
1175
|
return ["style"];
|
|
1176
1176
|
}
|
|
@@ -1188,8 +1188,8 @@ class w extends t {
|
|
|
1188
1188
|
return [];
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
|
-
customElements.define("flr-avatar",
|
|
1192
|
-
class
|
|
1191
|
+
customElements.define("flr-avatar", P);
|
|
1192
|
+
class O extends t {
|
|
1193
1193
|
static get remoteAttributes() {
|
|
1194
1194
|
return ["style"];
|
|
1195
1195
|
}
|
|
@@ -1210,8 +1210,8 @@ class P extends t {
|
|
|
1210
1210
|
return [];
|
|
1211
1211
|
}
|
|
1212
1212
|
}
|
|
1213
|
-
customElements.define("flr-badge",
|
|
1214
|
-
class
|
|
1213
|
+
customElements.define("flr-badge", O);
|
|
1214
|
+
class M extends t {
|
|
1215
1215
|
static get remoteAttributes() {
|
|
1216
1216
|
return ["style"];
|
|
1217
1217
|
}
|
|
@@ -1239,8 +1239,8 @@ class O extends t {
|
|
|
1239
1239
|
return [];
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
|
-
customElements.define("flr-breadcrumb",
|
|
1243
|
-
class
|
|
1242
|
+
customElements.define("flr-breadcrumb", M);
|
|
1243
|
+
class U extends t {
|
|
1244
1244
|
static get remoteAttributes() {
|
|
1245
1245
|
return ["style"];
|
|
1246
1246
|
}
|
|
@@ -1302,8 +1302,8 @@ class M extends t {
|
|
|
1302
1302
|
return [];
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
|
-
customElements.define("flr-button",
|
|
1306
|
-
class
|
|
1305
|
+
customElements.define("flr-button", U);
|
|
1306
|
+
class D extends t {
|
|
1307
1307
|
static get remoteAttributes() {
|
|
1308
1308
|
return ["style"];
|
|
1309
1309
|
}
|
|
@@ -1351,8 +1351,8 @@ class U extends t {
|
|
|
1351
1351
|
return [];
|
|
1352
1352
|
}
|
|
1353
1353
|
}
|
|
1354
|
-
customElements.define("flr-checkbox",
|
|
1355
|
-
class
|
|
1354
|
+
customElements.define("flr-checkbox", D);
|
|
1355
|
+
class R extends t {
|
|
1356
1356
|
static get remoteAttributes() {
|
|
1357
1357
|
return ["style"];
|
|
1358
1358
|
}
|
|
@@ -1400,8 +1400,8 @@ class D extends t {
|
|
|
1400
1400
|
return [];
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
|
-
customElements.define("flr-checkbox-button",
|
|
1404
|
-
class
|
|
1403
|
+
customElements.define("flr-checkbox-button", R);
|
|
1404
|
+
class T extends t {
|
|
1405
1405
|
static get remoteAttributes() {
|
|
1406
1406
|
return ["style"];
|
|
1407
1407
|
}
|
|
@@ -1441,8 +1441,8 @@ class R extends t {
|
|
|
1441
1441
|
return [];
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
|
-
customElements.define("flr-checkbox-group",
|
|
1445
|
-
class
|
|
1444
|
+
customElements.define("flr-checkbox-group", T);
|
|
1445
|
+
class I extends t {
|
|
1446
1446
|
static get remoteAttributes() {
|
|
1447
1447
|
return ["style"];
|
|
1448
1448
|
}
|
|
@@ -1461,8 +1461,8 @@ class T extends t {
|
|
|
1461
1461
|
return [];
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
|
-
customElements.define("flr-code-block",
|
|
1465
|
-
class
|
|
1464
|
+
customElements.define("flr-code-block", I);
|
|
1465
|
+
class A extends t {
|
|
1466
1466
|
static get remoteAttributes() {
|
|
1467
1467
|
return ["style"];
|
|
1468
1468
|
}
|
|
@@ -1758,8 +1758,8 @@ class I extends t {
|
|
|
1758
1758
|
return [];
|
|
1759
1759
|
}
|
|
1760
1760
|
}
|
|
1761
|
-
customElements.define("flr-column-layout",
|
|
1762
|
-
class
|
|
1761
|
+
customElements.define("flr-column-layout", A);
|
|
1762
|
+
class L extends t {
|
|
1763
1763
|
static get remoteAttributes() {
|
|
1764
1764
|
return ["style"];
|
|
1765
1765
|
}
|
|
@@ -2050,8 +2050,8 @@ class A extends t {
|
|
|
2050
2050
|
return [];
|
|
2051
2051
|
}
|
|
2052
2052
|
}
|
|
2053
|
-
customElements.define("flr-content",
|
|
2054
|
-
class
|
|
2053
|
+
customElements.define("flr-content", L);
|
|
2054
|
+
class z extends t {
|
|
2055
2055
|
static get remoteAttributes() {
|
|
2056
2056
|
return ["style"];
|
|
2057
2057
|
}
|
|
@@ -2089,9 +2089,9 @@ class L extends t {
|
|
|
2089
2089
|
}
|
|
2090
2090
|
customElements.define(
|
|
2091
2091
|
"flr-context-menu-content",
|
|
2092
|
-
|
|
2092
|
+
z
|
|
2093
2093
|
);
|
|
2094
|
-
class
|
|
2094
|
+
class N extends t {
|
|
2095
2095
|
static get remoteAttributes() {
|
|
2096
2096
|
return ["style"];
|
|
2097
2097
|
}
|
|
@@ -2109,9 +2109,9 @@ class z extends t {
|
|
|
2109
2109
|
}
|
|
2110
2110
|
customElements.define(
|
|
2111
2111
|
"flr-context-menu-section",
|
|
2112
|
-
|
|
2112
|
+
N
|
|
2113
2113
|
);
|
|
2114
|
-
class
|
|
2114
|
+
class F extends t {
|
|
2115
2115
|
static get remoteAttributes() {
|
|
2116
2116
|
return ["style"];
|
|
2117
2117
|
}
|
|
@@ -2153,8 +2153,8 @@ class N extends t {
|
|
|
2153
2153
|
return [];
|
|
2154
2154
|
}
|
|
2155
2155
|
}
|
|
2156
|
-
customElements.define("flr-contextual-help",
|
|
2157
|
-
class
|
|
2156
|
+
customElements.define("flr-contextual-help", F);
|
|
2157
|
+
class H extends t {
|
|
2158
2158
|
static get remoteAttributes() {
|
|
2159
2159
|
return ["style"];
|
|
2160
2160
|
}
|
|
@@ -2172,9 +2172,9 @@ class F extends t {
|
|
|
2172
2172
|
}
|
|
2173
2173
|
customElements.define(
|
|
2174
2174
|
"flr-contextual-help-trigger",
|
|
2175
|
-
|
|
2175
|
+
H
|
|
2176
2176
|
);
|
|
2177
|
-
class
|
|
2177
|
+
class V extends t {
|
|
2178
2178
|
static get remoteAttributes() {
|
|
2179
2179
|
return ["style"];
|
|
2180
2180
|
}
|
|
@@ -2234,8 +2234,8 @@ class H extends t {
|
|
|
2234
2234
|
return ["text"];
|
|
2235
2235
|
}
|
|
2236
2236
|
}
|
|
2237
|
-
customElements.define("flr-copy-button",
|
|
2238
|
-
class
|
|
2237
|
+
customElements.define("flr-copy-button", V);
|
|
2238
|
+
class W extends t {
|
|
2239
2239
|
static get remoteAttributes() {
|
|
2240
2240
|
return ["style"];
|
|
2241
2241
|
}
|
|
@@ -2526,8 +2526,8 @@ class V extends t {
|
|
|
2526
2526
|
return [];
|
|
2527
2527
|
}
|
|
2528
2528
|
}
|
|
2529
|
-
customElements.define("flr-counter-badge",
|
|
2530
|
-
class
|
|
2529
|
+
customElements.define("flr-counter-badge", W);
|
|
2530
|
+
class K extends t {
|
|
2531
2531
|
static get remoteAttributes() {
|
|
2532
2532
|
return ["style"];
|
|
2533
2533
|
}
|
|
@@ -2572,8 +2572,8 @@ class W extends t {
|
|
|
2572
2572
|
return [];
|
|
2573
2573
|
}
|
|
2574
2574
|
}
|
|
2575
|
-
customElements.define("flr-country-options",
|
|
2576
|
-
class
|
|
2575
|
+
customElements.define("flr-country-options", K);
|
|
2576
|
+
class B extends t {
|
|
2577
2577
|
static get remoteAttributes() {
|
|
2578
2578
|
return ["style"];
|
|
2579
2579
|
}
|
|
@@ -2626,8 +2626,8 @@ class K extends t {
|
|
|
2626
2626
|
return ["errorMessage"];
|
|
2627
2627
|
}
|
|
2628
2628
|
}
|
|
2629
|
-
customElements.define("flr-date-picker",
|
|
2630
|
-
class
|
|
2629
|
+
customElements.define("flr-date-picker", B);
|
|
2630
|
+
class q extends t {
|
|
2631
2631
|
static get remoteAttributes() {
|
|
2632
2632
|
return ["style"];
|
|
2633
2633
|
}
|
|
@@ -2682,8 +2682,8 @@ class B extends t {
|
|
|
2682
2682
|
return ["errorMessage"];
|
|
2683
2683
|
}
|
|
2684
2684
|
}
|
|
2685
|
-
customElements.define("flr-date-range-picker",
|
|
2686
|
-
class
|
|
2685
|
+
customElements.define("flr-date-range-picker", q);
|
|
2686
|
+
class G extends t {
|
|
2687
2687
|
static get remoteAttributes() {
|
|
2688
2688
|
return ["style"];
|
|
2689
2689
|
}
|
|
@@ -2702,8 +2702,8 @@ class q extends t {
|
|
|
2702
2702
|
return [];
|
|
2703
2703
|
}
|
|
2704
2704
|
}
|
|
2705
|
-
customElements.define("flr-dialog-trigger",
|
|
2706
|
-
class
|
|
2705
|
+
customElements.define("flr-dialog-trigger", G);
|
|
2706
|
+
class X extends t {
|
|
2707
2707
|
static get remoteAttributes() {
|
|
2708
2708
|
return ["style"];
|
|
2709
2709
|
}
|
|
@@ -2719,8 +2719,23 @@ class G extends t {
|
|
|
2719
2719
|
return [];
|
|
2720
2720
|
}
|
|
2721
2721
|
}
|
|
2722
|
-
customElements.define("flr-div",
|
|
2723
|
-
class
|
|
2722
|
+
customElements.define("flr-div", X);
|
|
2723
|
+
class Y extends t {
|
|
2724
|
+
static get remoteAttributes() {
|
|
2725
|
+
return ["style"];
|
|
2726
|
+
}
|
|
2727
|
+
static get remoteProperties() {
|
|
2728
|
+
return {};
|
|
2729
|
+
}
|
|
2730
|
+
static get remoteEvents() {
|
|
2731
|
+
return {};
|
|
2732
|
+
}
|
|
2733
|
+
static get remoteSlots() {
|
|
2734
|
+
return [];
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
customElements.define("flr-fallback-items", Y);
|
|
2738
|
+
class j extends t {
|
|
2724
2739
|
static get remoteAttributes() {
|
|
2725
2740
|
return ["style"];
|
|
2726
2741
|
}
|
|
@@ -3011,8 +3026,8 @@ class X extends t {
|
|
|
3011
3026
|
return [];
|
|
3012
3027
|
}
|
|
3013
3028
|
}
|
|
3014
|
-
customElements.define("flr-field-description",
|
|
3015
|
-
class
|
|
3029
|
+
customElements.define("flr-field-description", j);
|
|
3030
|
+
class Z extends t {
|
|
3016
3031
|
static get remoteAttributes() {
|
|
3017
3032
|
return ["style"];
|
|
3018
3033
|
}
|
|
@@ -3029,8 +3044,8 @@ class Y extends t {
|
|
|
3029
3044
|
return [];
|
|
3030
3045
|
}
|
|
3031
3046
|
}
|
|
3032
|
-
customElements.define("flr-field-error",
|
|
3033
|
-
class
|
|
3047
|
+
customElements.define("flr-field-error", Z);
|
|
3048
|
+
class _ extends t {
|
|
3034
3049
|
static get remoteAttributes() {
|
|
3035
3050
|
return ["style"];
|
|
3036
3051
|
}
|
|
@@ -3329,8 +3344,8 @@ class j extends t {
|
|
|
3329
3344
|
return [];
|
|
3330
3345
|
}
|
|
3331
3346
|
}
|
|
3332
|
-
customElements.define("flr-file-card",
|
|
3333
|
-
class
|
|
3347
|
+
customElements.define("flr-file-card", _);
|
|
3348
|
+
class J extends t {
|
|
3334
3349
|
static get remoteAttributes() {
|
|
3335
3350
|
return ["style"];
|
|
3336
3351
|
}
|
|
@@ -3625,8 +3640,8 @@ class Z extends t {
|
|
|
3625
3640
|
return [];
|
|
3626
3641
|
}
|
|
3627
3642
|
}
|
|
3628
|
-
customElements.define("flr-file-card-list",
|
|
3629
|
-
class
|
|
3643
|
+
customElements.define("flr-file-card-list", J);
|
|
3644
|
+
class Q extends t {
|
|
3630
3645
|
static get remoteAttributes() {
|
|
3631
3646
|
return ["style"];
|
|
3632
3647
|
}
|
|
@@ -3650,8 +3665,8 @@ class _ extends t {
|
|
|
3650
3665
|
return [];
|
|
3651
3666
|
}
|
|
3652
3667
|
}
|
|
3653
|
-
customElements.define("flr-file-field",
|
|
3654
|
-
class
|
|
3668
|
+
customElements.define("flr-file-field", Q);
|
|
3669
|
+
class $ extends t {
|
|
3655
3670
|
static get remoteAttributes() {
|
|
3656
3671
|
return ["style"];
|
|
3657
3672
|
}
|
|
@@ -3665,8 +3680,8 @@ class J extends t {
|
|
|
3665
3680
|
return [];
|
|
3666
3681
|
}
|
|
3667
3682
|
}
|
|
3668
|
-
customElements.define("flr-fragment",
|
|
3669
|
-
class
|
|
3683
|
+
customElements.define("flr-fragment", $);
|
|
3684
|
+
class ee extends t {
|
|
3670
3685
|
static get remoteAttributes() {
|
|
3671
3686
|
return ["style"];
|
|
3672
3687
|
}
|
|
@@ -3957,8 +3972,8 @@ class Q extends t {
|
|
|
3957
3972
|
return [];
|
|
3958
3973
|
}
|
|
3959
3974
|
}
|
|
3960
|
-
customElements.define("flr-header",
|
|
3961
|
-
class
|
|
3975
|
+
customElements.define("flr-header", ee);
|
|
3976
|
+
class te extends t {
|
|
3962
3977
|
static get remoteAttributes() {
|
|
3963
3978
|
return ["style"];
|
|
3964
3979
|
}
|
|
@@ -4247,8 +4262,8 @@ class $ extends t {
|
|
|
4247
4262
|
return [];
|
|
4248
4263
|
}
|
|
4249
4264
|
}
|
|
4250
|
-
customElements.define("flr-header-navigation",
|
|
4251
|
-
class
|
|
4265
|
+
customElements.define("flr-header-navigation", te);
|
|
4266
|
+
class ae extends t {
|
|
4252
4267
|
static get remoteAttributes() {
|
|
4253
4268
|
return ["style"];
|
|
4254
4269
|
}
|
|
@@ -4539,8 +4554,8 @@ class ee extends t {
|
|
|
4539
4554
|
return [];
|
|
4540
4555
|
}
|
|
4541
4556
|
}
|
|
4542
|
-
customElements.define("flr-heading",
|
|
4543
|
-
class
|
|
4557
|
+
customElements.define("flr-heading", ae);
|
|
4558
|
+
class re extends t {
|
|
4544
4559
|
static get remoteAttributes() {
|
|
4545
4560
|
return ["style"];
|
|
4546
4561
|
}
|
|
@@ -5036,8 +5051,8 @@ class te extends t {
|
|
|
5036
5051
|
return [];
|
|
5037
5052
|
}
|
|
5038
5053
|
}
|
|
5039
|
-
customElements.define("flr-icon",
|
|
5040
|
-
class
|
|
5054
|
+
customElements.define("flr-icon", re);
|
|
5055
|
+
class ie extends t {
|
|
5041
5056
|
static get remoteAttributes() {
|
|
5042
5057
|
return ["style"];
|
|
5043
5058
|
}
|
|
@@ -5328,9 +5343,9 @@ class ae extends t {
|
|
|
5328
5343
|
}
|
|
5329
5344
|
customElements.define(
|
|
5330
5345
|
"flr-illustrated-message",
|
|
5331
|
-
|
|
5346
|
+
ie
|
|
5332
5347
|
);
|
|
5333
|
-
class
|
|
5348
|
+
class oe extends t {
|
|
5334
5349
|
static get remoteAttributes() {
|
|
5335
5350
|
return ["style"];
|
|
5336
5351
|
}
|
|
@@ -5631,8 +5646,8 @@ class re extends t {
|
|
|
5631
5646
|
return [];
|
|
5632
5647
|
}
|
|
5633
5648
|
}
|
|
5634
|
-
customElements.define("flr-image",
|
|
5635
|
-
class
|
|
5649
|
+
customElements.define("flr-image", oe);
|
|
5650
|
+
class ne extends t {
|
|
5636
5651
|
static get remoteAttributes() {
|
|
5637
5652
|
return ["style"];
|
|
5638
5653
|
}
|
|
@@ -5648,8 +5663,8 @@ class ie extends t {
|
|
|
5648
5663
|
return [];
|
|
5649
5664
|
}
|
|
5650
5665
|
}
|
|
5651
|
-
customElements.define("flr-initials",
|
|
5652
|
-
class
|
|
5666
|
+
customElements.define("flr-initials", ne);
|
|
5667
|
+
class ue extends t {
|
|
5653
5668
|
static get remoteAttributes() {
|
|
5654
5669
|
return ["style"];
|
|
5655
5670
|
}
|
|
@@ -5938,8 +5953,8 @@ class oe extends t {
|
|
|
5938
5953
|
return [];
|
|
5939
5954
|
}
|
|
5940
5955
|
}
|
|
5941
|
-
customElements.define("flr-inline-code",
|
|
5942
|
-
class
|
|
5956
|
+
customElements.define("flr-inline-code", ue);
|
|
5957
|
+
class se extends t {
|
|
5943
5958
|
static get remoteAttributes() {
|
|
5944
5959
|
return ["style"];
|
|
5945
5960
|
}
|
|
@@ -5978,8 +5993,8 @@ class ne extends t {
|
|
|
5978
5993
|
return [];
|
|
5979
5994
|
}
|
|
5980
5995
|
}
|
|
5981
|
-
customElements.define("flr-items-grid-list",
|
|
5982
|
-
class
|
|
5996
|
+
customElements.define("flr-items-grid-list", se);
|
|
5997
|
+
class pe extends t {
|
|
5983
5998
|
static get remoteAttributes() {
|
|
5984
5999
|
return ["style"];
|
|
5985
6000
|
}
|
|
@@ -6016,9 +6031,9 @@ class ue extends t {
|
|
|
6016
6031
|
}
|
|
6017
6032
|
customElements.define(
|
|
6018
6033
|
"flr-items-grid-list-item",
|
|
6019
|
-
|
|
6034
|
+
pe
|
|
6020
6035
|
);
|
|
6021
|
-
class
|
|
6036
|
+
class le extends t {
|
|
6022
6037
|
static get remoteAttributes() {
|
|
6023
6038
|
return ["style"];
|
|
6024
6039
|
}
|
|
@@ -6313,8 +6328,8 @@ class se extends t {
|
|
|
6313
6328
|
return [];
|
|
6314
6329
|
}
|
|
6315
6330
|
}
|
|
6316
|
-
customElements.define("flr-label",
|
|
6317
|
-
class
|
|
6331
|
+
customElements.define("flr-label", le);
|
|
6332
|
+
class de extends t {
|
|
6318
6333
|
static get remoteAttributes() {
|
|
6319
6334
|
return ["style"];
|
|
6320
6335
|
}
|
|
@@ -6330,8 +6345,8 @@ class pe extends t {
|
|
|
6330
6345
|
return [];
|
|
6331
6346
|
}
|
|
6332
6347
|
}
|
|
6333
|
-
customElements.define("flr-labeled-value",
|
|
6334
|
-
class
|
|
6348
|
+
customElements.define("flr-labeled-value", de);
|
|
6349
|
+
class ce extends t {
|
|
6335
6350
|
static get remoteAttributes() {
|
|
6336
6351
|
return ["style"];
|
|
6337
6352
|
}
|
|
@@ -6621,8 +6636,8 @@ class le extends t {
|
|
|
6621
6636
|
return [];
|
|
6622
6637
|
}
|
|
6623
6638
|
}
|
|
6624
|
-
customElements.define("flr-layout-card",
|
|
6625
|
-
class
|
|
6639
|
+
customElements.define("flr-layout-card", ce);
|
|
6640
|
+
class Ce extends t {
|
|
6626
6641
|
static get remoteAttributes() {
|
|
6627
6642
|
return ["style"];
|
|
6628
6643
|
}
|
|
@@ -6639,8 +6654,8 @@ class de extends t {
|
|
|
6639
6654
|
return [];
|
|
6640
6655
|
}
|
|
6641
6656
|
}
|
|
6642
|
-
customElements.define("flr-light-box",
|
|
6643
|
-
class
|
|
6657
|
+
customElements.define("flr-light-box", Ce);
|
|
6658
|
+
class me extends t {
|
|
6644
6659
|
static get remoteAttributes() {
|
|
6645
6660
|
return ["style"];
|
|
6646
6661
|
}
|
|
@@ -6656,8 +6671,8 @@ class ce extends t {
|
|
|
6656
6671
|
return [];
|
|
6657
6672
|
}
|
|
6658
6673
|
}
|
|
6659
|
-
customElements.define("flr-light-box-trigger",
|
|
6660
|
-
class
|
|
6674
|
+
customElements.define("flr-light-box-trigger", me);
|
|
6675
|
+
class ge extends t {
|
|
6661
6676
|
static get remoteAttributes() {
|
|
6662
6677
|
return ["style"];
|
|
6663
6678
|
}
|
|
@@ -6707,8 +6722,8 @@ class Ce extends t {
|
|
|
6707
6722
|
return [];
|
|
6708
6723
|
}
|
|
6709
6724
|
}
|
|
6710
|
-
customElements.define("flr-link",
|
|
6711
|
-
class
|
|
6725
|
+
customElements.define("flr-link", ge);
|
|
6726
|
+
class ve extends t {
|
|
6712
6727
|
static get remoteAttributes() {
|
|
6713
6728
|
return ["style"];
|
|
6714
6729
|
}
|
|
@@ -6722,8 +6737,8 @@ class me extends t {
|
|
|
6722
6737
|
return [];
|
|
6723
6738
|
}
|
|
6724
6739
|
}
|
|
6725
|
-
customElements.define("flr-list-empty-view",
|
|
6726
|
-
class
|
|
6740
|
+
customElements.define("flr-list-empty-view", ve);
|
|
6741
|
+
class be extends t {
|
|
6727
6742
|
static get remoteAttributes() {
|
|
6728
6743
|
return ["style"];
|
|
6729
6744
|
}
|
|
@@ -6741,9 +6756,9 @@ class ge extends t {
|
|
|
6741
6756
|
}
|
|
6742
6757
|
customElements.define(
|
|
6743
6758
|
"flr-list-item-view-content",
|
|
6744
|
-
|
|
6759
|
+
be
|
|
6745
6760
|
);
|
|
6746
|
-
class
|
|
6761
|
+
class ye extends t {
|
|
6747
6762
|
static get remoteAttributes() {
|
|
6748
6763
|
return ["style"];
|
|
6749
6764
|
}
|
|
@@ -6757,8 +6772,8 @@ class ve extends t {
|
|
|
6757
6772
|
return [];
|
|
6758
6773
|
}
|
|
6759
6774
|
}
|
|
6760
|
-
customElements.define("flr-list-summary",
|
|
6761
|
-
class
|
|
6775
|
+
customElements.define("flr-list-summary", ye);
|
|
6776
|
+
class he extends t {
|
|
6762
6777
|
static get remoteAttributes() {
|
|
6763
6778
|
return ["style"];
|
|
6764
6779
|
}
|
|
@@ -7254,8 +7269,8 @@ class be extends t {
|
|
|
7254
7269
|
return [];
|
|
7255
7270
|
}
|
|
7256
7271
|
}
|
|
7257
|
-
customElements.define("flr-loading-spinner",
|
|
7258
|
-
class
|
|
7272
|
+
customElements.define("flr-loading-spinner", he);
|
|
7273
|
+
class Ee extends t {
|
|
7259
7274
|
static get remoteAttributes() {
|
|
7260
7275
|
return ["style"];
|
|
7261
7276
|
}
|
|
@@ -7281,8 +7296,8 @@ class ye extends t {
|
|
|
7281
7296
|
return [];
|
|
7282
7297
|
}
|
|
7283
7298
|
}
|
|
7284
|
-
customElements.define("flr-markdown",
|
|
7285
|
-
class
|
|
7299
|
+
customElements.define("flr-markdown", Ee);
|
|
7300
|
+
class fe extends t {
|
|
7286
7301
|
static get remoteAttributes() {
|
|
7287
7302
|
return ["style"];
|
|
7288
7303
|
}
|
|
@@ -7317,8 +7332,8 @@ class he extends t {
|
|
|
7317
7332
|
return [];
|
|
7318
7333
|
}
|
|
7319
7334
|
}
|
|
7320
|
-
customElements.define("flr-menu-item",
|
|
7321
|
-
class
|
|
7335
|
+
customElements.define("flr-menu-item", fe);
|
|
7336
|
+
class xe extends t {
|
|
7322
7337
|
static get remoteAttributes() {
|
|
7323
7338
|
return ["style"];
|
|
7324
7339
|
}
|
|
@@ -7338,8 +7353,8 @@ class Ee extends t {
|
|
|
7338
7353
|
return [];
|
|
7339
7354
|
}
|
|
7340
7355
|
}
|
|
7341
|
-
customElements.define("flr-menu-trigger",
|
|
7342
|
-
class
|
|
7356
|
+
customElements.define("flr-menu-trigger", xe);
|
|
7357
|
+
class ke extends t {
|
|
7343
7358
|
static get remoteAttributes() {
|
|
7344
7359
|
return ["style"];
|
|
7345
7360
|
}
|
|
@@ -7356,8 +7371,8 @@ class fe extends t {
|
|
|
7356
7371
|
return [];
|
|
7357
7372
|
}
|
|
7358
7373
|
}
|
|
7359
|
-
customElements.define("flr-message",
|
|
7360
|
-
class
|
|
7374
|
+
customElements.define("flr-message", ke);
|
|
7375
|
+
class Se extends t {
|
|
7361
7376
|
static get remoteAttributes() {
|
|
7362
7377
|
return ["style"];
|
|
7363
7378
|
}
|
|
@@ -7646,8 +7661,8 @@ class xe extends t {
|
|
|
7646
7661
|
return [];
|
|
7647
7662
|
}
|
|
7648
7663
|
}
|
|
7649
|
-
customElements.define("flr-navigation",
|
|
7650
|
-
class
|
|
7664
|
+
customElements.define("flr-navigation", Se);
|
|
7665
|
+
class we extends t {
|
|
7651
7666
|
static get remoteAttributes() {
|
|
7652
7667
|
return ["style"];
|
|
7653
7668
|
}
|
|
@@ -7937,8 +7952,8 @@ class ke extends t {
|
|
|
7937
7952
|
return [];
|
|
7938
7953
|
}
|
|
7939
7954
|
}
|
|
7940
|
-
customElements.define("flr-navigation-group",
|
|
7941
|
-
class
|
|
7955
|
+
customElements.define("flr-navigation-group", we);
|
|
7956
|
+
class Pe extends t {
|
|
7942
7957
|
static get remoteAttributes() {
|
|
7943
7958
|
return ["style"];
|
|
7944
7959
|
}
|
|
@@ -8231,8 +8246,8 @@ class Se extends t {
|
|
|
8231
8246
|
return [];
|
|
8232
8247
|
}
|
|
8233
8248
|
}
|
|
8234
|
-
customElements.define("flr-notification",
|
|
8235
|
-
class
|
|
8249
|
+
customElements.define("flr-notification", Pe);
|
|
8250
|
+
class Oe extends t {
|
|
8236
8251
|
static get remoteAttributes() {
|
|
8237
8252
|
return ["style"];
|
|
8238
8253
|
}
|
|
@@ -8523,9 +8538,9 @@ class we extends t {
|
|
|
8523
8538
|
}
|
|
8524
8539
|
customElements.define(
|
|
8525
8540
|
"flr-notification-provider",
|
|
8526
|
-
|
|
8541
|
+
Oe
|
|
8527
8542
|
);
|
|
8528
|
-
class
|
|
8543
|
+
class Me extends t {
|
|
8529
8544
|
static get remoteAttributes() {
|
|
8530
8545
|
return ["style"];
|
|
8531
8546
|
}
|
|
@@ -8580,8 +8595,8 @@ class Pe extends t {
|
|
|
8580
8595
|
return [];
|
|
8581
8596
|
}
|
|
8582
8597
|
}
|
|
8583
|
-
customElements.define("flr-number-field",
|
|
8584
|
-
class
|
|
8598
|
+
customElements.define("flr-number-field", Me);
|
|
8599
|
+
class Ue extends t {
|
|
8585
8600
|
static get remoteAttributes() {
|
|
8586
8601
|
return ["style"];
|
|
8587
8602
|
}
|
|
@@ -8614,8 +8629,8 @@ class Oe extends t {
|
|
|
8614
8629
|
return [];
|
|
8615
8630
|
}
|
|
8616
8631
|
}
|
|
8617
|
-
customElements.define("flr-option",
|
|
8618
|
-
class
|
|
8632
|
+
customElements.define("flr-option", Ue);
|
|
8633
|
+
class De extends t {
|
|
8619
8634
|
static get remoteAttributes() {
|
|
8620
8635
|
return ["style"];
|
|
8621
8636
|
}
|
|
@@ -8635,8 +8650,8 @@ class Me extends t {
|
|
|
8635
8650
|
return [];
|
|
8636
8651
|
}
|
|
8637
8652
|
}
|
|
8638
|
-
customElements.define("flr-overlay-content",
|
|
8639
|
-
class
|
|
8653
|
+
customElements.define("flr-overlay-content", De);
|
|
8654
|
+
class Re extends t {
|
|
8640
8655
|
static get remoteAttributes() {
|
|
8641
8656
|
return ["style"];
|
|
8642
8657
|
}
|
|
@@ -8659,8 +8674,8 @@ class Ue extends t {
|
|
|
8659
8674
|
return [];
|
|
8660
8675
|
}
|
|
8661
8676
|
}
|
|
8662
|
-
customElements.define("flr-popover-content",
|
|
8663
|
-
class
|
|
8677
|
+
customElements.define("flr-popover-content", Re);
|
|
8678
|
+
class Te extends t {
|
|
8664
8679
|
static get remoteAttributes() {
|
|
8665
8680
|
return ["style"];
|
|
8666
8681
|
}
|
|
@@ -8690,8 +8705,8 @@ class De extends t {
|
|
|
8690
8705
|
return ["valueLabel"];
|
|
8691
8706
|
}
|
|
8692
8707
|
}
|
|
8693
|
-
customElements.define("flr-progress-bar",
|
|
8694
|
-
class
|
|
8708
|
+
customElements.define("flr-progress-bar", Te);
|
|
8709
|
+
class Ie extends t {
|
|
8695
8710
|
static get remoteAttributes() {
|
|
8696
8711
|
return ["style"];
|
|
8697
8712
|
}
|
|
@@ -8726,8 +8741,8 @@ class Re extends t {
|
|
|
8726
8741
|
return [];
|
|
8727
8742
|
}
|
|
8728
8743
|
}
|
|
8729
|
-
customElements.define("flr-radio",
|
|
8730
|
-
class
|
|
8744
|
+
customElements.define("flr-radio", Ie);
|
|
8745
|
+
class Ae extends t {
|
|
8731
8746
|
static get remoteAttributes() {
|
|
8732
8747
|
return ["style"];
|
|
8733
8748
|
}
|
|
@@ -8762,8 +8777,8 @@ class Te extends t {
|
|
|
8762
8777
|
return [];
|
|
8763
8778
|
}
|
|
8764
8779
|
}
|
|
8765
|
-
customElements.define("flr-radio-button",
|
|
8766
|
-
class
|
|
8780
|
+
customElements.define("flr-radio-button", Ae);
|
|
8781
|
+
class Le extends t {
|
|
8767
8782
|
static get remoteAttributes() {
|
|
8768
8783
|
return ["style"];
|
|
8769
8784
|
}
|
|
@@ -8804,8 +8819,8 @@ class Ie extends t {
|
|
|
8804
8819
|
return [];
|
|
8805
8820
|
}
|
|
8806
8821
|
}
|
|
8807
|
-
customElements.define("flr-radio-group",
|
|
8808
|
-
class
|
|
8822
|
+
customElements.define("flr-radio-group", Le);
|
|
8823
|
+
class ze extends t {
|
|
8809
8824
|
static get remoteAttributes() {
|
|
8810
8825
|
return ["style"];
|
|
8811
8826
|
}
|
|
@@ -8869,8 +8884,8 @@ class Ae extends t {
|
|
|
8869
8884
|
return [];
|
|
8870
8885
|
}
|
|
8871
8886
|
}
|
|
8872
|
-
customElements.define("flr-search-field",
|
|
8873
|
-
class
|
|
8887
|
+
customElements.define("flr-search-field", ze);
|
|
8888
|
+
class Ne extends t {
|
|
8874
8889
|
static get remoteAttributes() {
|
|
8875
8890
|
return ["style"];
|
|
8876
8891
|
}
|
|
@@ -9161,8 +9176,8 @@ class Le extends t {
|
|
|
9161
9176
|
return [];
|
|
9162
9177
|
}
|
|
9163
9178
|
}
|
|
9164
|
-
customElements.define("flr-section",
|
|
9165
|
-
class
|
|
9179
|
+
customElements.define("flr-section", Ne);
|
|
9180
|
+
class Fe extends t {
|
|
9166
9181
|
static get remoteAttributes() {
|
|
9167
9182
|
return ["style"];
|
|
9168
9183
|
}
|
|
@@ -9197,8 +9212,8 @@ class ze extends t {
|
|
|
9197
9212
|
return [];
|
|
9198
9213
|
}
|
|
9199
9214
|
}
|
|
9200
|
-
customElements.define("flr-segment",
|
|
9201
|
-
class
|
|
9215
|
+
customElements.define("flr-segment", Fe);
|
|
9216
|
+
class He extends t {
|
|
9202
9217
|
static get remoteAttributes() {
|
|
9203
9218
|
return ["style"];
|
|
9204
9219
|
}
|
|
@@ -9237,8 +9252,8 @@ class Ne extends t {
|
|
|
9237
9252
|
return [];
|
|
9238
9253
|
}
|
|
9239
9254
|
}
|
|
9240
|
-
customElements.define("flr-segmented-control",
|
|
9241
|
-
class
|
|
9255
|
+
customElements.define("flr-segmented-control", He);
|
|
9256
|
+
class Ve extends t {
|
|
9242
9257
|
static get remoteAttributes() {
|
|
9243
9258
|
return ["style"];
|
|
9244
9259
|
}
|
|
@@ -9284,8 +9299,8 @@ class Fe extends t {
|
|
|
9284
9299
|
return [];
|
|
9285
9300
|
}
|
|
9286
9301
|
}
|
|
9287
|
-
customElements.define("flr-select",
|
|
9288
|
-
class
|
|
9302
|
+
customElements.define("flr-select", Ve);
|
|
9303
|
+
class We extends t {
|
|
9289
9304
|
static get remoteAttributes() {
|
|
9290
9305
|
return ["style"];
|
|
9291
9306
|
}
|
|
@@ -9308,8 +9323,8 @@ class He extends t {
|
|
|
9308
9323
|
return [];
|
|
9309
9324
|
}
|
|
9310
9325
|
}
|
|
9311
|
-
customElements.define("flr-separator",
|
|
9312
|
-
class
|
|
9326
|
+
customElements.define("flr-separator", We);
|
|
9327
|
+
class Ke extends t {
|
|
9313
9328
|
static get remoteAttributes() {
|
|
9314
9329
|
return ["style"];
|
|
9315
9330
|
}
|
|
@@ -9600,8 +9615,8 @@ class Ve extends t {
|
|
|
9600
9615
|
return [];
|
|
9601
9616
|
}
|
|
9602
9617
|
}
|
|
9603
|
-
customElements.define("flr-skeleton",
|
|
9604
|
-
class
|
|
9618
|
+
customElements.define("flr-skeleton", Ke);
|
|
9619
|
+
class Be extends t {
|
|
9605
9620
|
static get remoteAttributes() {
|
|
9606
9621
|
return ["style"];
|
|
9607
9622
|
}
|
|
@@ -9891,8 +9906,23 @@ class We extends t {
|
|
|
9891
9906
|
return [];
|
|
9892
9907
|
}
|
|
9893
9908
|
}
|
|
9894
|
-
customElements.define("flr-skeleton-text",
|
|
9895
|
-
class
|
|
9909
|
+
customElements.define("flr-skeleton-text", Be);
|
|
9910
|
+
class qe extends t {
|
|
9911
|
+
static get remoteAttributes() {
|
|
9912
|
+
return ["style"];
|
|
9913
|
+
}
|
|
9914
|
+
static get remoteProperties() {
|
|
9915
|
+
return {};
|
|
9916
|
+
}
|
|
9917
|
+
static get remoteEvents() {
|
|
9918
|
+
return {};
|
|
9919
|
+
}
|
|
9920
|
+
static get remoteSlots() {
|
|
9921
|
+
return [];
|
|
9922
|
+
}
|
|
9923
|
+
}
|
|
9924
|
+
customElements.define("flr-skeleton-view", qe);
|
|
9925
|
+
class Ge extends t {
|
|
9896
9926
|
static get remoteAttributes() {
|
|
9897
9927
|
return ["style"];
|
|
9898
9928
|
}
|
|
@@ -9927,8 +9957,8 @@ class Ke extends t {
|
|
|
9927
9957
|
return [];
|
|
9928
9958
|
}
|
|
9929
9959
|
}
|
|
9930
|
-
customElements.define("flr-slider",
|
|
9931
|
-
class
|
|
9960
|
+
customElements.define("flr-slider", Ge);
|
|
9961
|
+
class Xe extends t {
|
|
9932
9962
|
static get remoteAttributes() {
|
|
9933
9963
|
return ["style"];
|
|
9934
9964
|
}
|
|
@@ -9971,8 +10001,8 @@ class Be extends t {
|
|
|
9971
10001
|
return [];
|
|
9972
10002
|
}
|
|
9973
10003
|
}
|
|
9974
|
-
customElements.define("flr-switch",
|
|
9975
|
-
class
|
|
10004
|
+
customElements.define("flr-switch", Xe);
|
|
10005
|
+
class Ye extends t {
|
|
9976
10006
|
static get remoteAttributes() {
|
|
9977
10007
|
return ["style"];
|
|
9978
10008
|
}
|
|
@@ -9994,8 +10024,8 @@ class qe extends t {
|
|
|
9994
10024
|
return [];
|
|
9995
10025
|
}
|
|
9996
10026
|
}
|
|
9997
|
-
customElements.define("flr-tab",
|
|
9998
|
-
class
|
|
10027
|
+
customElements.define("flr-tab", Ye);
|
|
10028
|
+
class je extends t {
|
|
9999
10029
|
static get remoteAttributes() {
|
|
10000
10030
|
return ["style"];
|
|
10001
10031
|
}
|
|
@@ -10027,8 +10057,8 @@ class Ge extends t {
|
|
|
10027
10057
|
return [];
|
|
10028
10058
|
}
|
|
10029
10059
|
}
|
|
10030
|
-
customElements.define("flr-tab-title",
|
|
10031
|
-
class
|
|
10060
|
+
customElements.define("flr-tab-title", je);
|
|
10061
|
+
class Ze extends t {
|
|
10032
10062
|
static get remoteAttributes() {
|
|
10033
10063
|
return ["style"];
|
|
10034
10064
|
}
|
|
@@ -10064,8 +10094,8 @@ class Xe extends t {
|
|
|
10064
10094
|
return [];
|
|
10065
10095
|
}
|
|
10066
10096
|
}
|
|
10067
|
-
customElements.define("flr-table",
|
|
10068
|
-
class
|
|
10097
|
+
customElements.define("flr-table", Ze);
|
|
10098
|
+
class _e extends t {
|
|
10069
10099
|
static get remoteAttributes() {
|
|
10070
10100
|
return ["style"];
|
|
10071
10101
|
}
|
|
@@ -10085,8 +10115,8 @@ class Ye extends t {
|
|
|
10085
10115
|
return [];
|
|
10086
10116
|
}
|
|
10087
10117
|
}
|
|
10088
|
-
customElements.define("flr-table-body",
|
|
10089
|
-
class
|
|
10118
|
+
customElements.define("flr-table-body", _e);
|
|
10119
|
+
class Je extends t {
|
|
10090
10120
|
static get remoteAttributes() {
|
|
10091
10121
|
return ["style"];
|
|
10092
10122
|
}
|
|
@@ -10105,8 +10135,8 @@ class je extends t {
|
|
|
10105
10135
|
return [];
|
|
10106
10136
|
}
|
|
10107
10137
|
}
|
|
10108
|
-
customElements.define("flr-table-cell",
|
|
10109
|
-
class
|
|
10138
|
+
customElements.define("flr-table-cell", Je);
|
|
10139
|
+
class Qe extends t {
|
|
10110
10140
|
static get remoteAttributes() {
|
|
10111
10141
|
return ["style"];
|
|
10112
10142
|
}
|
|
@@ -10130,8 +10160,8 @@ class Ze extends t {
|
|
|
10130
10160
|
return [];
|
|
10131
10161
|
}
|
|
10132
10162
|
}
|
|
10133
|
-
customElements.define("flr-table-column",
|
|
10134
|
-
class
|
|
10163
|
+
customElements.define("flr-table-column", Qe);
|
|
10164
|
+
class $e extends t {
|
|
10135
10165
|
static get remoteAttributes() {
|
|
10136
10166
|
return ["style"];
|
|
10137
10167
|
}
|
|
@@ -10167,8 +10197,8 @@ class _e extends t {
|
|
|
10167
10197
|
return [];
|
|
10168
10198
|
}
|
|
10169
10199
|
}
|
|
10170
|
-
customElements.define("flr-table-footer-row",
|
|
10171
|
-
class
|
|
10200
|
+
customElements.define("flr-table-footer-row", $e);
|
|
10201
|
+
class et extends t {
|
|
10172
10202
|
static get remoteAttributes() {
|
|
10173
10203
|
return ["style"];
|
|
10174
10204
|
}
|
|
@@ -10190,8 +10220,8 @@ class Je extends t {
|
|
|
10190
10220
|
return [];
|
|
10191
10221
|
}
|
|
10192
10222
|
}
|
|
10193
|
-
customElements.define("flr-table-header",
|
|
10194
|
-
class
|
|
10223
|
+
customElements.define("flr-table-header", et);
|
|
10224
|
+
class tt extends t {
|
|
10195
10225
|
static get remoteAttributes() {
|
|
10196
10226
|
return ["style"];
|
|
10197
10227
|
}
|
|
@@ -10227,8 +10257,8 @@ class Qe extends t {
|
|
|
10227
10257
|
return [];
|
|
10228
10258
|
}
|
|
10229
10259
|
}
|
|
10230
|
-
customElements.define("flr-table-row",
|
|
10231
|
-
class
|
|
10260
|
+
customElements.define("flr-table-row", tt);
|
|
10261
|
+
class at extends t {
|
|
10232
10262
|
static get remoteAttributes() {
|
|
10233
10263
|
return ["style"];
|
|
10234
10264
|
}
|
|
@@ -10258,8 +10288,8 @@ class $e extends t {
|
|
|
10258
10288
|
return [];
|
|
10259
10289
|
}
|
|
10260
10290
|
}
|
|
10261
|
-
customElements.define("flr-tabs",
|
|
10262
|
-
class
|
|
10291
|
+
customElements.define("flr-tabs", at);
|
|
10292
|
+
class rt extends t {
|
|
10263
10293
|
static get remoteAttributes() {
|
|
10264
10294
|
return ["style"];
|
|
10265
10295
|
}
|
|
@@ -10550,8 +10580,8 @@ class et extends t {
|
|
|
10550
10580
|
return [];
|
|
10551
10581
|
}
|
|
10552
10582
|
}
|
|
10553
|
-
customElements.define("flr-text",
|
|
10554
|
-
class
|
|
10583
|
+
customElements.define("flr-text", rt);
|
|
10584
|
+
class it extends t {
|
|
10555
10585
|
static get remoteAttributes() {
|
|
10556
10586
|
return ["style"];
|
|
10557
10587
|
}
|
|
@@ -10617,8 +10647,8 @@ class tt extends t {
|
|
|
10617
10647
|
return [];
|
|
10618
10648
|
}
|
|
10619
10649
|
}
|
|
10620
|
-
customElements.define("flr-text-area",
|
|
10621
|
-
class
|
|
10650
|
+
customElements.define("flr-text-area", it);
|
|
10651
|
+
class ot extends t {
|
|
10622
10652
|
static get remoteAttributes() {
|
|
10623
10653
|
return ["style"];
|
|
10624
10654
|
}
|
|
@@ -10683,8 +10713,8 @@ class at extends t {
|
|
|
10683
10713
|
return [];
|
|
10684
10714
|
}
|
|
10685
10715
|
}
|
|
10686
|
-
customElements.define("flr-text-field",
|
|
10687
|
-
class
|
|
10716
|
+
customElements.define("flr-text-field", ot);
|
|
10717
|
+
class nt extends t {
|
|
10688
10718
|
static get remoteAttributes() {
|
|
10689
10719
|
return ["style"];
|
|
10690
10720
|
}
|
|
@@ -10730,8 +10760,8 @@ class rt extends t {
|
|
|
10730
10760
|
return ["errorMessage"];
|
|
10731
10761
|
}
|
|
10732
10762
|
}
|
|
10733
|
-
customElements.define("flr-time-field",
|
|
10734
|
-
class
|
|
10763
|
+
customElements.define("flr-time-field", nt);
|
|
10764
|
+
class ut extends t {
|
|
10735
10765
|
static get remoteAttributes() {
|
|
10736
10766
|
return ["style"];
|
|
10737
10767
|
}
|
|
@@ -10765,8 +10795,8 @@ class it extends t {
|
|
|
10765
10795
|
return [];
|
|
10766
10796
|
}
|
|
10767
10797
|
}
|
|
10768
|
-
customElements.define("flr-tooltip",
|
|
10769
|
-
class
|
|
10798
|
+
customElements.define("flr-tooltip", ut);
|
|
10799
|
+
class st extends t {
|
|
10770
10800
|
static get remoteAttributes() {
|
|
10771
10801
|
return ["style"];
|
|
10772
10802
|
}
|
|
@@ -10789,8 +10819,8 @@ class ot extends t {
|
|
|
10789
10819
|
return [];
|
|
10790
10820
|
}
|
|
10791
10821
|
}
|
|
10792
|
-
customElements.define("flr-tooltip-trigger",
|
|
10793
|
-
class
|
|
10822
|
+
customElements.define("flr-tooltip-trigger", st);
|
|
10823
|
+
class pt extends t {
|
|
10794
10824
|
static get remoteEvents() {
|
|
10795
10825
|
return {
|
|
10796
10826
|
submit: {}
|
|
@@ -10805,102 +10835,104 @@ class nt extends t {
|
|
|
10805
10835
|
};
|
|
10806
10836
|
}
|
|
10807
10837
|
}
|
|
10808
|
-
customElements.define("flr-form",
|
|
10838
|
+
customElements.define("flr-form", pt);
|
|
10809
10839
|
export {
|
|
10810
|
-
|
|
10811
|
-
|
|
10812
|
-
|
|
10813
|
-
|
|
10814
|
-
|
|
10815
|
-
|
|
10816
|
-
|
|
10817
|
-
|
|
10818
|
-
|
|
10819
|
-
|
|
10820
|
-
|
|
10821
|
-
|
|
10822
|
-
|
|
10823
|
-
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
|
|
10827
|
-
|
|
10828
|
-
|
|
10829
|
-
|
|
10830
|
-
|
|
10831
|
-
|
|
10832
|
-
|
|
10833
|
-
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10840
|
-
|
|
10841
|
-
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
Te as
|
|
10878
|
-
|
|
10879
|
-
Ie as
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
Ye as
|
|
10893
|
-
je as
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
tt as
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
rt as
|
|
10904
|
-
|
|
10905
|
-
|
|
10840
|
+
E as RemoteAccordionElement,
|
|
10841
|
+
f as RemoteActionGroupElement,
|
|
10842
|
+
k as RemoteAlertBadgeElement,
|
|
10843
|
+
x as RemoteAlertElement,
|
|
10844
|
+
S as RemoteAlertIconElement,
|
|
10845
|
+
w as RemoteAlignElement,
|
|
10846
|
+
P as RemoteAvatarElement,
|
|
10847
|
+
O as RemoteBadgeElement,
|
|
10848
|
+
M as RemoteBreadcrumbElement,
|
|
10849
|
+
U as RemoteButtonElement,
|
|
10850
|
+
R as RemoteCheckboxButtonElement,
|
|
10851
|
+
D as RemoteCheckboxElement,
|
|
10852
|
+
T as RemoteCheckboxGroupElement,
|
|
10853
|
+
I as RemoteCodeBlockElement,
|
|
10854
|
+
A as RemoteColumnLayoutElement,
|
|
10855
|
+
L as RemoteContentElement,
|
|
10856
|
+
z as RemoteContextMenuContentElement,
|
|
10857
|
+
N as RemoteContextMenuSectionElement,
|
|
10858
|
+
F as RemoteContextualHelpElement,
|
|
10859
|
+
H as RemoteContextualHelpTriggerElement,
|
|
10860
|
+
V as RemoteCopyButtonElement,
|
|
10861
|
+
W as RemoteCounterBadgeElement,
|
|
10862
|
+
K as RemoteCountryOptionsElement,
|
|
10863
|
+
B as RemoteDatePickerElement,
|
|
10864
|
+
q as RemoteDateRangePickerElement,
|
|
10865
|
+
G as RemoteDialogTriggerElement,
|
|
10866
|
+
X as RemoteDivElement,
|
|
10867
|
+
Y as RemoteFallbackItemsElement,
|
|
10868
|
+
j as RemoteFieldDescriptionElement,
|
|
10869
|
+
Z as RemoteFieldErrorElement,
|
|
10870
|
+
_ as RemoteFileCardElement,
|
|
10871
|
+
J as RemoteFileCardListElement,
|
|
10872
|
+
Q as RemoteFileFieldElement,
|
|
10873
|
+
pt as RemoteFormElement,
|
|
10874
|
+
$ as RemoteFragmentElement,
|
|
10875
|
+
ee as RemoteHeaderElement,
|
|
10876
|
+
te as RemoteHeaderNavigationElement,
|
|
10877
|
+
ae as RemoteHeadingElement,
|
|
10878
|
+
re as RemoteIconElement,
|
|
10879
|
+
ie as RemoteIllustratedMessageElement,
|
|
10880
|
+
oe as RemoteImageElement,
|
|
10881
|
+
ne as RemoteInitialsElement,
|
|
10882
|
+
ue as RemoteInlineCodeElement,
|
|
10883
|
+
se as RemoteItemsGridListElement,
|
|
10884
|
+
pe as RemoteItemsGridListItemElement,
|
|
10885
|
+
le as RemoteLabelElement,
|
|
10886
|
+
de as RemoteLabeledValueElement,
|
|
10887
|
+
ce as RemoteLayoutCardElement,
|
|
10888
|
+
Ce as RemoteLightBoxElement,
|
|
10889
|
+
me as RemoteLightBoxTriggerElement,
|
|
10890
|
+
ge as RemoteLinkElement,
|
|
10891
|
+
ve as RemoteListEmptyViewElement,
|
|
10892
|
+
be as RemoteListItemViewContentElement,
|
|
10893
|
+
ye as RemoteListSummaryElement,
|
|
10894
|
+
he as RemoteLoadingSpinnerElement,
|
|
10895
|
+
Ee as RemoteMarkdownElement,
|
|
10896
|
+
fe as RemoteMenuItemElement,
|
|
10897
|
+
xe as RemoteMenuTriggerElement,
|
|
10898
|
+
ke as RemoteMessageElement,
|
|
10899
|
+
Se as RemoteNavigationElement,
|
|
10900
|
+
we as RemoteNavigationGroupElement,
|
|
10901
|
+
Pe as RemoteNotificationElement,
|
|
10902
|
+
Oe as RemoteNotificationProviderElement,
|
|
10903
|
+
Me as RemoteNumberFieldElement,
|
|
10904
|
+
Ue as RemoteOptionElement,
|
|
10905
|
+
De as RemoteOverlayContentElement,
|
|
10906
|
+
Re as RemotePopoverContentElement,
|
|
10907
|
+
Te as RemoteProgressBarElement,
|
|
10908
|
+
Ae as RemoteRadioButtonElement,
|
|
10909
|
+
Ie as RemoteRadioElement,
|
|
10910
|
+
Le as RemoteRadioGroupElement,
|
|
10911
|
+
ze as RemoteSearchFieldElement,
|
|
10912
|
+
Ne as RemoteSectionElement,
|
|
10913
|
+
Fe as RemoteSegmentElement,
|
|
10914
|
+
He as RemoteSegmentedControlElement,
|
|
10915
|
+
Ve as RemoteSelectElement,
|
|
10916
|
+
We as RemoteSeparatorElement,
|
|
10917
|
+
Ke as RemoteSkeletonElement,
|
|
10918
|
+
Be as RemoteSkeletonTextElement,
|
|
10919
|
+
qe as RemoteSkeletonViewElement,
|
|
10920
|
+
Ge as RemoteSliderElement,
|
|
10921
|
+
Xe as RemoteSwitchElement,
|
|
10922
|
+
Ye as RemoteTabElement,
|
|
10923
|
+
je as RemoteTabTitleElement,
|
|
10924
|
+
_e as RemoteTableBodyElement,
|
|
10925
|
+
Je as RemoteTableCellElement,
|
|
10926
|
+
Qe as RemoteTableColumnElement,
|
|
10927
|
+
Ze as RemoteTableElement,
|
|
10928
|
+
$e as RemoteTableFooterRowElement,
|
|
10929
|
+
et as RemoteTableHeaderElement,
|
|
10930
|
+
tt as RemoteTableRowElement,
|
|
10931
|
+
at as RemoteTabsElement,
|
|
10932
|
+
it as RemoteTextAreaElement,
|
|
10933
|
+
rt as RemoteTextElement,
|
|
10934
|
+
ot as RemoteTextFieldElement,
|
|
10935
|
+
nt as RemoteTimeFieldElement,
|
|
10936
|
+
ut as RemoteTooltipElement,
|
|
10937
|
+
st as RemoteTooltipTriggerElement
|
|
10906
10938
|
};
|