@mittwald/flow-remote-elements 0.2.0-alpha.31 → 0.2.0-alpha.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -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,8 @@ 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
2724
|
static get remoteAttributes() {
|
|
2725
2725
|
return ["style"];
|
|
2726
2726
|
}
|
|
@@ -3011,8 +3011,8 @@ class X extends t {
|
|
|
3011
3011
|
return [];
|
|
3012
3012
|
}
|
|
3013
3013
|
}
|
|
3014
|
-
customElements.define("flr-field-description",
|
|
3015
|
-
class
|
|
3014
|
+
customElements.define("flr-field-description", Y);
|
|
3015
|
+
class j extends t {
|
|
3016
3016
|
static get remoteAttributes() {
|
|
3017
3017
|
return ["style"];
|
|
3018
3018
|
}
|
|
@@ -3029,8 +3029,8 @@ class Y extends t {
|
|
|
3029
3029
|
return [];
|
|
3030
3030
|
}
|
|
3031
3031
|
}
|
|
3032
|
-
customElements.define("flr-field-error",
|
|
3033
|
-
class
|
|
3032
|
+
customElements.define("flr-field-error", j);
|
|
3033
|
+
class Z extends t {
|
|
3034
3034
|
static get remoteAttributes() {
|
|
3035
3035
|
return ["style"];
|
|
3036
3036
|
}
|
|
@@ -3329,8 +3329,8 @@ class j extends t {
|
|
|
3329
3329
|
return [];
|
|
3330
3330
|
}
|
|
3331
3331
|
}
|
|
3332
|
-
customElements.define("flr-file-card",
|
|
3333
|
-
class
|
|
3332
|
+
customElements.define("flr-file-card", Z);
|
|
3333
|
+
class _ extends t {
|
|
3334
3334
|
static get remoteAttributes() {
|
|
3335
3335
|
return ["style"];
|
|
3336
3336
|
}
|
|
@@ -3625,8 +3625,8 @@ class Z extends t {
|
|
|
3625
3625
|
return [];
|
|
3626
3626
|
}
|
|
3627
3627
|
}
|
|
3628
|
-
customElements.define("flr-file-card-list",
|
|
3629
|
-
class
|
|
3628
|
+
customElements.define("flr-file-card-list", _);
|
|
3629
|
+
class J extends t {
|
|
3630
3630
|
static get remoteAttributes() {
|
|
3631
3631
|
return ["style"];
|
|
3632
3632
|
}
|
|
@@ -3650,8 +3650,8 @@ class _ extends t {
|
|
|
3650
3650
|
return [];
|
|
3651
3651
|
}
|
|
3652
3652
|
}
|
|
3653
|
-
customElements.define("flr-file-field",
|
|
3654
|
-
class
|
|
3653
|
+
customElements.define("flr-file-field", J);
|
|
3654
|
+
class Q extends t {
|
|
3655
3655
|
static get remoteAttributes() {
|
|
3656
3656
|
return ["style"];
|
|
3657
3657
|
}
|
|
@@ -3665,8 +3665,8 @@ class J extends t {
|
|
|
3665
3665
|
return [];
|
|
3666
3666
|
}
|
|
3667
3667
|
}
|
|
3668
|
-
customElements.define("flr-fragment",
|
|
3669
|
-
class
|
|
3668
|
+
customElements.define("flr-fragment", Q);
|
|
3669
|
+
class $ extends t {
|
|
3670
3670
|
static get remoteAttributes() {
|
|
3671
3671
|
return ["style"];
|
|
3672
3672
|
}
|
|
@@ -3957,8 +3957,8 @@ class Q extends t {
|
|
|
3957
3957
|
return [];
|
|
3958
3958
|
}
|
|
3959
3959
|
}
|
|
3960
|
-
customElements.define("flr-header",
|
|
3961
|
-
class
|
|
3960
|
+
customElements.define("flr-header", $);
|
|
3961
|
+
class ee extends t {
|
|
3962
3962
|
static get remoteAttributes() {
|
|
3963
3963
|
return ["style"];
|
|
3964
3964
|
}
|
|
@@ -4247,8 +4247,8 @@ class $ extends t {
|
|
|
4247
4247
|
return [];
|
|
4248
4248
|
}
|
|
4249
4249
|
}
|
|
4250
|
-
customElements.define("flr-header-navigation",
|
|
4251
|
-
class
|
|
4250
|
+
customElements.define("flr-header-navigation", ee);
|
|
4251
|
+
class te extends t {
|
|
4252
4252
|
static get remoteAttributes() {
|
|
4253
4253
|
return ["style"];
|
|
4254
4254
|
}
|
|
@@ -4539,8 +4539,8 @@ class ee extends t {
|
|
|
4539
4539
|
return [];
|
|
4540
4540
|
}
|
|
4541
4541
|
}
|
|
4542
|
-
customElements.define("flr-heading",
|
|
4543
|
-
class
|
|
4542
|
+
customElements.define("flr-heading", te);
|
|
4543
|
+
class ae extends t {
|
|
4544
4544
|
static get remoteAttributes() {
|
|
4545
4545
|
return ["style"];
|
|
4546
4546
|
}
|
|
@@ -5036,8 +5036,8 @@ class te extends t {
|
|
|
5036
5036
|
return [];
|
|
5037
5037
|
}
|
|
5038
5038
|
}
|
|
5039
|
-
customElements.define("flr-icon",
|
|
5040
|
-
class
|
|
5039
|
+
customElements.define("flr-icon", ae);
|
|
5040
|
+
class re extends t {
|
|
5041
5041
|
static get remoteAttributes() {
|
|
5042
5042
|
return ["style"];
|
|
5043
5043
|
}
|
|
@@ -5328,9 +5328,9 @@ class ae extends t {
|
|
|
5328
5328
|
}
|
|
5329
5329
|
customElements.define(
|
|
5330
5330
|
"flr-illustrated-message",
|
|
5331
|
-
|
|
5331
|
+
re
|
|
5332
5332
|
);
|
|
5333
|
-
class
|
|
5333
|
+
class ie extends t {
|
|
5334
5334
|
static get remoteAttributes() {
|
|
5335
5335
|
return ["style"];
|
|
5336
5336
|
}
|
|
@@ -5631,8 +5631,8 @@ class re extends t {
|
|
|
5631
5631
|
return [];
|
|
5632
5632
|
}
|
|
5633
5633
|
}
|
|
5634
|
-
customElements.define("flr-image",
|
|
5635
|
-
class
|
|
5634
|
+
customElements.define("flr-image", ie);
|
|
5635
|
+
class oe extends t {
|
|
5636
5636
|
static get remoteAttributes() {
|
|
5637
5637
|
return ["style"];
|
|
5638
5638
|
}
|
|
@@ -5648,8 +5648,8 @@ class ie extends t {
|
|
|
5648
5648
|
return [];
|
|
5649
5649
|
}
|
|
5650
5650
|
}
|
|
5651
|
-
customElements.define("flr-initials",
|
|
5652
|
-
class
|
|
5651
|
+
customElements.define("flr-initials", oe);
|
|
5652
|
+
class ne extends t {
|
|
5653
5653
|
static get remoteAttributes() {
|
|
5654
5654
|
return ["style"];
|
|
5655
5655
|
}
|
|
@@ -5938,8 +5938,8 @@ class oe extends t {
|
|
|
5938
5938
|
return [];
|
|
5939
5939
|
}
|
|
5940
5940
|
}
|
|
5941
|
-
customElements.define("flr-inline-code",
|
|
5942
|
-
class
|
|
5941
|
+
customElements.define("flr-inline-code", ne);
|
|
5942
|
+
class ue extends t {
|
|
5943
5943
|
static get remoteAttributes() {
|
|
5944
5944
|
return ["style"];
|
|
5945
5945
|
}
|
|
@@ -5978,8 +5978,8 @@ class ne extends t {
|
|
|
5978
5978
|
return [];
|
|
5979
5979
|
}
|
|
5980
5980
|
}
|
|
5981
|
-
customElements.define("flr-items-grid-list",
|
|
5982
|
-
class
|
|
5981
|
+
customElements.define("flr-items-grid-list", ue);
|
|
5982
|
+
class se extends t {
|
|
5983
5983
|
static get remoteAttributes() {
|
|
5984
5984
|
return ["style"];
|
|
5985
5985
|
}
|
|
@@ -6016,9 +6016,9 @@ class ue extends t {
|
|
|
6016
6016
|
}
|
|
6017
6017
|
customElements.define(
|
|
6018
6018
|
"flr-items-grid-list-item",
|
|
6019
|
-
|
|
6019
|
+
se
|
|
6020
6020
|
);
|
|
6021
|
-
class
|
|
6021
|
+
class pe extends t {
|
|
6022
6022
|
static get remoteAttributes() {
|
|
6023
6023
|
return ["style"];
|
|
6024
6024
|
}
|
|
@@ -6313,8 +6313,8 @@ class se extends t {
|
|
|
6313
6313
|
return [];
|
|
6314
6314
|
}
|
|
6315
6315
|
}
|
|
6316
|
-
customElements.define("flr-label",
|
|
6317
|
-
class
|
|
6316
|
+
customElements.define("flr-label", pe);
|
|
6317
|
+
class le extends t {
|
|
6318
6318
|
static get remoteAttributes() {
|
|
6319
6319
|
return ["style"];
|
|
6320
6320
|
}
|
|
@@ -6330,8 +6330,8 @@ class pe extends t {
|
|
|
6330
6330
|
return [];
|
|
6331
6331
|
}
|
|
6332
6332
|
}
|
|
6333
|
-
customElements.define("flr-labeled-value",
|
|
6334
|
-
class
|
|
6333
|
+
customElements.define("flr-labeled-value", le);
|
|
6334
|
+
class de extends t {
|
|
6335
6335
|
static get remoteAttributes() {
|
|
6336
6336
|
return ["style"];
|
|
6337
6337
|
}
|
|
@@ -6621,8 +6621,8 @@ class le extends t {
|
|
|
6621
6621
|
return [];
|
|
6622
6622
|
}
|
|
6623
6623
|
}
|
|
6624
|
-
customElements.define("flr-layout-card",
|
|
6625
|
-
class
|
|
6624
|
+
customElements.define("flr-layout-card", de);
|
|
6625
|
+
class ce extends t {
|
|
6626
6626
|
static get remoteAttributes() {
|
|
6627
6627
|
return ["style"];
|
|
6628
6628
|
}
|
|
@@ -6639,8 +6639,8 @@ class de extends t {
|
|
|
6639
6639
|
return [];
|
|
6640
6640
|
}
|
|
6641
6641
|
}
|
|
6642
|
-
customElements.define("flr-light-box",
|
|
6643
|
-
class
|
|
6642
|
+
customElements.define("flr-light-box", ce);
|
|
6643
|
+
class Ce extends t {
|
|
6644
6644
|
static get remoteAttributes() {
|
|
6645
6645
|
return ["style"];
|
|
6646
6646
|
}
|
|
@@ -6656,8 +6656,8 @@ class ce extends t {
|
|
|
6656
6656
|
return [];
|
|
6657
6657
|
}
|
|
6658
6658
|
}
|
|
6659
|
-
customElements.define("flr-light-box-trigger",
|
|
6660
|
-
class
|
|
6659
|
+
customElements.define("flr-light-box-trigger", Ce);
|
|
6660
|
+
class me extends t {
|
|
6661
6661
|
static get remoteAttributes() {
|
|
6662
6662
|
return ["style"];
|
|
6663
6663
|
}
|
|
@@ -6707,8 +6707,8 @@ class Ce extends t {
|
|
|
6707
6707
|
return [];
|
|
6708
6708
|
}
|
|
6709
6709
|
}
|
|
6710
|
-
customElements.define("flr-link",
|
|
6711
|
-
class
|
|
6710
|
+
customElements.define("flr-link", me);
|
|
6711
|
+
class ge extends t {
|
|
6712
6712
|
static get remoteAttributes() {
|
|
6713
6713
|
return ["style"];
|
|
6714
6714
|
}
|
|
@@ -6722,8 +6722,8 @@ class me extends t {
|
|
|
6722
6722
|
return [];
|
|
6723
6723
|
}
|
|
6724
6724
|
}
|
|
6725
|
-
customElements.define("flr-list-empty-view",
|
|
6726
|
-
class
|
|
6725
|
+
customElements.define("flr-list-empty-view", ge);
|
|
6726
|
+
class ve extends t {
|
|
6727
6727
|
static get remoteAttributes() {
|
|
6728
6728
|
return ["style"];
|
|
6729
6729
|
}
|
|
@@ -6741,9 +6741,9 @@ class ge extends t {
|
|
|
6741
6741
|
}
|
|
6742
6742
|
customElements.define(
|
|
6743
6743
|
"flr-list-item-view-content",
|
|
6744
|
-
|
|
6744
|
+
ve
|
|
6745
6745
|
);
|
|
6746
|
-
class
|
|
6746
|
+
class be extends t {
|
|
6747
6747
|
static get remoteAttributes() {
|
|
6748
6748
|
return ["style"];
|
|
6749
6749
|
}
|
|
@@ -6757,8 +6757,8 @@ class ve extends t {
|
|
|
6757
6757
|
return [];
|
|
6758
6758
|
}
|
|
6759
6759
|
}
|
|
6760
|
-
customElements.define("flr-list-summary",
|
|
6761
|
-
class
|
|
6760
|
+
customElements.define("flr-list-summary", be);
|
|
6761
|
+
class ye extends t {
|
|
6762
6762
|
static get remoteAttributes() {
|
|
6763
6763
|
return ["style"];
|
|
6764
6764
|
}
|
|
@@ -7254,8 +7254,8 @@ class be extends t {
|
|
|
7254
7254
|
return [];
|
|
7255
7255
|
}
|
|
7256
7256
|
}
|
|
7257
|
-
customElements.define("flr-loading-spinner",
|
|
7258
|
-
class
|
|
7257
|
+
customElements.define("flr-loading-spinner", ye);
|
|
7258
|
+
class he extends t {
|
|
7259
7259
|
static get remoteAttributes() {
|
|
7260
7260
|
return ["style"];
|
|
7261
7261
|
}
|
|
@@ -7281,8 +7281,8 @@ class ye extends t {
|
|
|
7281
7281
|
return [];
|
|
7282
7282
|
}
|
|
7283
7283
|
}
|
|
7284
|
-
customElements.define("flr-markdown",
|
|
7285
|
-
class
|
|
7284
|
+
customElements.define("flr-markdown", he);
|
|
7285
|
+
class Ee extends t {
|
|
7286
7286
|
static get remoteAttributes() {
|
|
7287
7287
|
return ["style"];
|
|
7288
7288
|
}
|
|
@@ -7317,8 +7317,8 @@ class he extends t {
|
|
|
7317
7317
|
return [];
|
|
7318
7318
|
}
|
|
7319
7319
|
}
|
|
7320
|
-
customElements.define("flr-menu-item",
|
|
7321
|
-
class
|
|
7320
|
+
customElements.define("flr-menu-item", Ee);
|
|
7321
|
+
class fe extends t {
|
|
7322
7322
|
static get remoteAttributes() {
|
|
7323
7323
|
return ["style"];
|
|
7324
7324
|
}
|
|
@@ -7338,8 +7338,8 @@ class Ee extends t {
|
|
|
7338
7338
|
return [];
|
|
7339
7339
|
}
|
|
7340
7340
|
}
|
|
7341
|
-
customElements.define("flr-menu-trigger",
|
|
7342
|
-
class
|
|
7341
|
+
customElements.define("flr-menu-trigger", fe);
|
|
7342
|
+
class xe extends t {
|
|
7343
7343
|
static get remoteAttributes() {
|
|
7344
7344
|
return ["style"];
|
|
7345
7345
|
}
|
|
@@ -7356,8 +7356,8 @@ class fe extends t {
|
|
|
7356
7356
|
return [];
|
|
7357
7357
|
}
|
|
7358
7358
|
}
|
|
7359
|
-
customElements.define("flr-message",
|
|
7360
|
-
class
|
|
7359
|
+
customElements.define("flr-message", xe);
|
|
7360
|
+
class ke extends t {
|
|
7361
7361
|
static get remoteAttributes() {
|
|
7362
7362
|
return ["style"];
|
|
7363
7363
|
}
|
|
@@ -7646,8 +7646,8 @@ class xe extends t {
|
|
|
7646
7646
|
return [];
|
|
7647
7647
|
}
|
|
7648
7648
|
}
|
|
7649
|
-
customElements.define("flr-navigation",
|
|
7650
|
-
class
|
|
7649
|
+
customElements.define("flr-navigation", ke);
|
|
7650
|
+
class Se extends t {
|
|
7651
7651
|
static get remoteAttributes() {
|
|
7652
7652
|
return ["style"];
|
|
7653
7653
|
}
|
|
@@ -7937,8 +7937,8 @@ class ke extends t {
|
|
|
7937
7937
|
return [];
|
|
7938
7938
|
}
|
|
7939
7939
|
}
|
|
7940
|
-
customElements.define("flr-navigation-group",
|
|
7941
|
-
class
|
|
7940
|
+
customElements.define("flr-navigation-group", Se);
|
|
7941
|
+
class we extends t {
|
|
7942
7942
|
static get remoteAttributes() {
|
|
7943
7943
|
return ["style"];
|
|
7944
7944
|
}
|
|
@@ -8231,8 +8231,8 @@ class Se extends t {
|
|
|
8231
8231
|
return [];
|
|
8232
8232
|
}
|
|
8233
8233
|
}
|
|
8234
|
-
customElements.define("flr-notification",
|
|
8235
|
-
class
|
|
8234
|
+
customElements.define("flr-notification", we);
|
|
8235
|
+
class Pe extends t {
|
|
8236
8236
|
static get remoteAttributes() {
|
|
8237
8237
|
return ["style"];
|
|
8238
8238
|
}
|
|
@@ -8523,9 +8523,9 @@ class we extends t {
|
|
|
8523
8523
|
}
|
|
8524
8524
|
customElements.define(
|
|
8525
8525
|
"flr-notification-provider",
|
|
8526
|
-
|
|
8526
|
+
Pe
|
|
8527
8527
|
);
|
|
8528
|
-
class
|
|
8528
|
+
class Oe extends t {
|
|
8529
8529
|
static get remoteAttributes() {
|
|
8530
8530
|
return ["style"];
|
|
8531
8531
|
}
|
|
@@ -8580,8 +8580,8 @@ class Pe extends t {
|
|
|
8580
8580
|
return [];
|
|
8581
8581
|
}
|
|
8582
8582
|
}
|
|
8583
|
-
customElements.define("flr-number-field",
|
|
8584
|
-
class
|
|
8583
|
+
customElements.define("flr-number-field", Oe);
|
|
8584
|
+
class Me extends t {
|
|
8585
8585
|
static get remoteAttributes() {
|
|
8586
8586
|
return ["style"];
|
|
8587
8587
|
}
|
|
@@ -8614,8 +8614,8 @@ class Oe extends t {
|
|
|
8614
8614
|
return [];
|
|
8615
8615
|
}
|
|
8616
8616
|
}
|
|
8617
|
-
customElements.define("flr-option",
|
|
8618
|
-
class
|
|
8617
|
+
customElements.define("flr-option", Me);
|
|
8618
|
+
class Ue extends t {
|
|
8619
8619
|
static get remoteAttributes() {
|
|
8620
8620
|
return ["style"];
|
|
8621
8621
|
}
|
|
@@ -8635,8 +8635,8 @@ class Me extends t {
|
|
|
8635
8635
|
return [];
|
|
8636
8636
|
}
|
|
8637
8637
|
}
|
|
8638
|
-
customElements.define("flr-overlay-content",
|
|
8639
|
-
class
|
|
8638
|
+
customElements.define("flr-overlay-content", Ue);
|
|
8639
|
+
class De extends t {
|
|
8640
8640
|
static get remoteAttributes() {
|
|
8641
8641
|
return ["style"];
|
|
8642
8642
|
}
|
|
@@ -8659,8 +8659,8 @@ class Ue extends t {
|
|
|
8659
8659
|
return [];
|
|
8660
8660
|
}
|
|
8661
8661
|
}
|
|
8662
|
-
customElements.define("flr-popover-content",
|
|
8663
|
-
class
|
|
8662
|
+
customElements.define("flr-popover-content", De);
|
|
8663
|
+
class Re extends t {
|
|
8664
8664
|
static get remoteAttributes() {
|
|
8665
8665
|
return ["style"];
|
|
8666
8666
|
}
|
|
@@ -8690,8 +8690,8 @@ class De extends t {
|
|
|
8690
8690
|
return ["valueLabel"];
|
|
8691
8691
|
}
|
|
8692
8692
|
}
|
|
8693
|
-
customElements.define("flr-progress-bar",
|
|
8694
|
-
class
|
|
8693
|
+
customElements.define("flr-progress-bar", Re);
|
|
8694
|
+
class Te extends t {
|
|
8695
8695
|
static get remoteAttributes() {
|
|
8696
8696
|
return ["style"];
|
|
8697
8697
|
}
|
|
@@ -8726,8 +8726,8 @@ class Re extends t {
|
|
|
8726
8726
|
return [];
|
|
8727
8727
|
}
|
|
8728
8728
|
}
|
|
8729
|
-
customElements.define("flr-radio",
|
|
8730
|
-
class
|
|
8729
|
+
customElements.define("flr-radio", Te);
|
|
8730
|
+
class Ie extends t {
|
|
8731
8731
|
static get remoteAttributes() {
|
|
8732
8732
|
return ["style"];
|
|
8733
8733
|
}
|
|
@@ -8762,8 +8762,8 @@ class Te extends t {
|
|
|
8762
8762
|
return [];
|
|
8763
8763
|
}
|
|
8764
8764
|
}
|
|
8765
|
-
customElements.define("flr-radio-button",
|
|
8766
|
-
class
|
|
8765
|
+
customElements.define("flr-radio-button", Ie);
|
|
8766
|
+
class Ae extends t {
|
|
8767
8767
|
static get remoteAttributes() {
|
|
8768
8768
|
return ["style"];
|
|
8769
8769
|
}
|
|
@@ -8804,8 +8804,8 @@ class Ie extends t {
|
|
|
8804
8804
|
return [];
|
|
8805
8805
|
}
|
|
8806
8806
|
}
|
|
8807
|
-
customElements.define("flr-radio-group",
|
|
8808
|
-
class
|
|
8807
|
+
customElements.define("flr-radio-group", Ae);
|
|
8808
|
+
class Le extends t {
|
|
8809
8809
|
static get remoteAttributes() {
|
|
8810
8810
|
return ["style"];
|
|
8811
8811
|
}
|
|
@@ -8869,8 +8869,8 @@ class Ae extends t {
|
|
|
8869
8869
|
return [];
|
|
8870
8870
|
}
|
|
8871
8871
|
}
|
|
8872
|
-
customElements.define("flr-search-field",
|
|
8873
|
-
class
|
|
8872
|
+
customElements.define("flr-search-field", Le);
|
|
8873
|
+
class ze extends t {
|
|
8874
8874
|
static get remoteAttributes() {
|
|
8875
8875
|
return ["style"];
|
|
8876
8876
|
}
|
|
@@ -9161,8 +9161,8 @@ class Le extends t {
|
|
|
9161
9161
|
return [];
|
|
9162
9162
|
}
|
|
9163
9163
|
}
|
|
9164
|
-
customElements.define("flr-section",
|
|
9165
|
-
class
|
|
9164
|
+
customElements.define("flr-section", ze);
|
|
9165
|
+
class Ne extends t {
|
|
9166
9166
|
static get remoteAttributes() {
|
|
9167
9167
|
return ["style"];
|
|
9168
9168
|
}
|
|
@@ -9197,8 +9197,8 @@ class ze extends t {
|
|
|
9197
9197
|
return [];
|
|
9198
9198
|
}
|
|
9199
9199
|
}
|
|
9200
|
-
customElements.define("flr-segment",
|
|
9201
|
-
class
|
|
9200
|
+
customElements.define("flr-segment", Ne);
|
|
9201
|
+
class Fe extends t {
|
|
9202
9202
|
static get remoteAttributes() {
|
|
9203
9203
|
return ["style"];
|
|
9204
9204
|
}
|
|
@@ -9237,8 +9237,8 @@ class Ne extends t {
|
|
|
9237
9237
|
return [];
|
|
9238
9238
|
}
|
|
9239
9239
|
}
|
|
9240
|
-
customElements.define("flr-segmented-control",
|
|
9241
|
-
class
|
|
9240
|
+
customElements.define("flr-segmented-control", Fe);
|
|
9241
|
+
class He extends t {
|
|
9242
9242
|
static get remoteAttributes() {
|
|
9243
9243
|
return ["style"];
|
|
9244
9244
|
}
|
|
@@ -9284,8 +9284,8 @@ class Fe extends t {
|
|
|
9284
9284
|
return [];
|
|
9285
9285
|
}
|
|
9286
9286
|
}
|
|
9287
|
-
customElements.define("flr-select",
|
|
9288
|
-
class
|
|
9287
|
+
customElements.define("flr-select", He);
|
|
9288
|
+
class Ve extends t {
|
|
9289
9289
|
static get remoteAttributes() {
|
|
9290
9290
|
return ["style"];
|
|
9291
9291
|
}
|
|
@@ -9308,8 +9308,8 @@ class He extends t {
|
|
|
9308
9308
|
return [];
|
|
9309
9309
|
}
|
|
9310
9310
|
}
|
|
9311
|
-
customElements.define("flr-separator",
|
|
9312
|
-
class
|
|
9311
|
+
customElements.define("flr-separator", Ve);
|
|
9312
|
+
class We extends t {
|
|
9313
9313
|
static get remoteAttributes() {
|
|
9314
9314
|
return ["style"];
|
|
9315
9315
|
}
|
|
@@ -9600,8 +9600,8 @@ class Ve extends t {
|
|
|
9600
9600
|
return [];
|
|
9601
9601
|
}
|
|
9602
9602
|
}
|
|
9603
|
-
customElements.define("flr-skeleton",
|
|
9604
|
-
class
|
|
9603
|
+
customElements.define("flr-skeleton", We);
|
|
9604
|
+
class Ke extends t {
|
|
9605
9605
|
static get remoteAttributes() {
|
|
9606
9606
|
return ["style"];
|
|
9607
9607
|
}
|
|
@@ -9891,8 +9891,8 @@ class We extends t {
|
|
|
9891
9891
|
return [];
|
|
9892
9892
|
}
|
|
9893
9893
|
}
|
|
9894
|
-
customElements.define("flr-skeleton-text",
|
|
9895
|
-
class
|
|
9894
|
+
customElements.define("flr-skeleton-text", Ke);
|
|
9895
|
+
class Be extends t {
|
|
9896
9896
|
static get remoteAttributes() {
|
|
9897
9897
|
return ["style"];
|
|
9898
9898
|
}
|
|
@@ -9927,8 +9927,8 @@ class Ke extends t {
|
|
|
9927
9927
|
return [];
|
|
9928
9928
|
}
|
|
9929
9929
|
}
|
|
9930
|
-
customElements.define("flr-slider",
|
|
9931
|
-
class
|
|
9930
|
+
customElements.define("flr-slider", Be);
|
|
9931
|
+
class qe extends t {
|
|
9932
9932
|
static get remoteAttributes() {
|
|
9933
9933
|
return ["style"];
|
|
9934
9934
|
}
|
|
@@ -9971,8 +9971,8 @@ class Be extends t {
|
|
|
9971
9971
|
return [];
|
|
9972
9972
|
}
|
|
9973
9973
|
}
|
|
9974
|
-
customElements.define("flr-switch",
|
|
9975
|
-
class
|
|
9974
|
+
customElements.define("flr-switch", qe);
|
|
9975
|
+
class Ge extends t {
|
|
9976
9976
|
static get remoteAttributes() {
|
|
9977
9977
|
return ["style"];
|
|
9978
9978
|
}
|
|
@@ -9994,8 +9994,8 @@ class qe extends t {
|
|
|
9994
9994
|
return [];
|
|
9995
9995
|
}
|
|
9996
9996
|
}
|
|
9997
|
-
customElements.define("flr-tab",
|
|
9998
|
-
class
|
|
9997
|
+
customElements.define("flr-tab", Ge);
|
|
9998
|
+
class Xe extends t {
|
|
9999
9999
|
static get remoteAttributes() {
|
|
10000
10000
|
return ["style"];
|
|
10001
10001
|
}
|
|
@@ -10027,8 +10027,8 @@ class Ge extends t {
|
|
|
10027
10027
|
return [];
|
|
10028
10028
|
}
|
|
10029
10029
|
}
|
|
10030
|
-
customElements.define("flr-tab-title",
|
|
10031
|
-
class
|
|
10030
|
+
customElements.define("flr-tab-title", Xe);
|
|
10031
|
+
class Ye extends t {
|
|
10032
10032
|
static get remoteAttributes() {
|
|
10033
10033
|
return ["style"];
|
|
10034
10034
|
}
|
|
@@ -10064,8 +10064,8 @@ class Xe extends t {
|
|
|
10064
10064
|
return [];
|
|
10065
10065
|
}
|
|
10066
10066
|
}
|
|
10067
|
-
customElements.define("flr-table",
|
|
10068
|
-
class
|
|
10067
|
+
customElements.define("flr-table", Ye);
|
|
10068
|
+
class je extends t {
|
|
10069
10069
|
static get remoteAttributes() {
|
|
10070
10070
|
return ["style"];
|
|
10071
10071
|
}
|
|
@@ -10085,8 +10085,8 @@ class Ye extends t {
|
|
|
10085
10085
|
return [];
|
|
10086
10086
|
}
|
|
10087
10087
|
}
|
|
10088
|
-
customElements.define("flr-table-body",
|
|
10089
|
-
class
|
|
10088
|
+
customElements.define("flr-table-body", je);
|
|
10089
|
+
class Ze extends t {
|
|
10090
10090
|
static get remoteAttributes() {
|
|
10091
10091
|
return ["style"];
|
|
10092
10092
|
}
|
|
@@ -10105,8 +10105,8 @@ class je extends t {
|
|
|
10105
10105
|
return [];
|
|
10106
10106
|
}
|
|
10107
10107
|
}
|
|
10108
|
-
customElements.define("flr-table-cell",
|
|
10109
|
-
class
|
|
10108
|
+
customElements.define("flr-table-cell", Ze);
|
|
10109
|
+
class _e extends t {
|
|
10110
10110
|
static get remoteAttributes() {
|
|
10111
10111
|
return ["style"];
|
|
10112
10112
|
}
|
|
@@ -10130,8 +10130,8 @@ class Ze extends t {
|
|
|
10130
10130
|
return [];
|
|
10131
10131
|
}
|
|
10132
10132
|
}
|
|
10133
|
-
customElements.define("flr-table-column",
|
|
10134
|
-
class
|
|
10133
|
+
customElements.define("flr-table-column", _e);
|
|
10134
|
+
class Je extends t {
|
|
10135
10135
|
static get remoteAttributes() {
|
|
10136
10136
|
return ["style"];
|
|
10137
10137
|
}
|
|
@@ -10167,8 +10167,8 @@ class _e extends t {
|
|
|
10167
10167
|
return [];
|
|
10168
10168
|
}
|
|
10169
10169
|
}
|
|
10170
|
-
customElements.define("flr-table-footer-row",
|
|
10171
|
-
class
|
|
10170
|
+
customElements.define("flr-table-footer-row", Je);
|
|
10171
|
+
class Qe extends t {
|
|
10172
10172
|
static get remoteAttributes() {
|
|
10173
10173
|
return ["style"];
|
|
10174
10174
|
}
|
|
@@ -10190,8 +10190,8 @@ class Je extends t {
|
|
|
10190
10190
|
return [];
|
|
10191
10191
|
}
|
|
10192
10192
|
}
|
|
10193
|
-
customElements.define("flr-table-header",
|
|
10194
|
-
class
|
|
10193
|
+
customElements.define("flr-table-header", Qe);
|
|
10194
|
+
class $e extends t {
|
|
10195
10195
|
static get remoteAttributes() {
|
|
10196
10196
|
return ["style"];
|
|
10197
10197
|
}
|
|
@@ -10227,8 +10227,8 @@ class Qe extends t {
|
|
|
10227
10227
|
return [];
|
|
10228
10228
|
}
|
|
10229
10229
|
}
|
|
10230
|
-
customElements.define("flr-table-row",
|
|
10231
|
-
class
|
|
10230
|
+
customElements.define("flr-table-row", $e);
|
|
10231
|
+
class et extends t {
|
|
10232
10232
|
static get remoteAttributes() {
|
|
10233
10233
|
return ["style"];
|
|
10234
10234
|
}
|
|
@@ -10258,8 +10258,8 @@ class $e extends t {
|
|
|
10258
10258
|
return [];
|
|
10259
10259
|
}
|
|
10260
10260
|
}
|
|
10261
|
-
customElements.define("flr-tabs",
|
|
10262
|
-
class
|
|
10261
|
+
customElements.define("flr-tabs", et);
|
|
10262
|
+
class tt extends t {
|
|
10263
10263
|
static get remoteAttributes() {
|
|
10264
10264
|
return ["style"];
|
|
10265
10265
|
}
|
|
@@ -10550,8 +10550,8 @@ class et extends t {
|
|
|
10550
10550
|
return [];
|
|
10551
10551
|
}
|
|
10552
10552
|
}
|
|
10553
|
-
customElements.define("flr-text",
|
|
10554
|
-
class
|
|
10553
|
+
customElements.define("flr-text", tt);
|
|
10554
|
+
class at extends t {
|
|
10555
10555
|
static get remoteAttributes() {
|
|
10556
10556
|
return ["style"];
|
|
10557
10557
|
}
|
|
@@ -10617,8 +10617,8 @@ class tt extends t {
|
|
|
10617
10617
|
return [];
|
|
10618
10618
|
}
|
|
10619
10619
|
}
|
|
10620
|
-
customElements.define("flr-text-area",
|
|
10621
|
-
class
|
|
10620
|
+
customElements.define("flr-text-area", at);
|
|
10621
|
+
class rt extends t {
|
|
10622
10622
|
static get remoteAttributes() {
|
|
10623
10623
|
return ["style"];
|
|
10624
10624
|
}
|
|
@@ -10683,8 +10683,8 @@ class at extends t {
|
|
|
10683
10683
|
return [];
|
|
10684
10684
|
}
|
|
10685
10685
|
}
|
|
10686
|
-
customElements.define("flr-text-field",
|
|
10687
|
-
class
|
|
10686
|
+
customElements.define("flr-text-field", rt);
|
|
10687
|
+
class it extends t {
|
|
10688
10688
|
static get remoteAttributes() {
|
|
10689
10689
|
return ["style"];
|
|
10690
10690
|
}
|
|
@@ -10730,8 +10730,8 @@ class rt extends t {
|
|
|
10730
10730
|
return ["errorMessage"];
|
|
10731
10731
|
}
|
|
10732
10732
|
}
|
|
10733
|
-
customElements.define("flr-time-field",
|
|
10734
|
-
class
|
|
10733
|
+
customElements.define("flr-time-field", it);
|
|
10734
|
+
class ot extends t {
|
|
10735
10735
|
static get remoteAttributes() {
|
|
10736
10736
|
return ["style"];
|
|
10737
10737
|
}
|
|
@@ -10765,8 +10765,8 @@ class it extends t {
|
|
|
10765
10765
|
return [];
|
|
10766
10766
|
}
|
|
10767
10767
|
}
|
|
10768
|
-
customElements.define("flr-tooltip",
|
|
10769
|
-
class
|
|
10768
|
+
customElements.define("flr-tooltip", ot);
|
|
10769
|
+
class nt extends t {
|
|
10770
10770
|
static get remoteAttributes() {
|
|
10771
10771
|
return ["style"];
|
|
10772
10772
|
}
|
|
@@ -10789,8 +10789,8 @@ class ot extends t {
|
|
|
10789
10789
|
return [];
|
|
10790
10790
|
}
|
|
10791
10791
|
}
|
|
10792
|
-
customElements.define("flr-tooltip-trigger",
|
|
10793
|
-
class
|
|
10792
|
+
customElements.define("flr-tooltip-trigger", nt);
|
|
10793
|
+
class ut extends t {
|
|
10794
10794
|
static get remoteEvents() {
|
|
10795
10795
|
return {
|
|
10796
10796
|
submit: {}
|
|
@@ -10805,102 +10805,102 @@ class nt extends t {
|
|
|
10805
10805
|
};
|
|
10806
10806
|
}
|
|
10807
10807
|
}
|
|
10808
|
-
customElements.define("flr-form",
|
|
10808
|
+
customElements.define("flr-form", ut);
|
|
10809
10809
|
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
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10810
|
+
E as RemoteAccordionElement,
|
|
10811
|
+
f as RemoteActionGroupElement,
|
|
10812
|
+
k as RemoteAlertBadgeElement,
|
|
10813
|
+
x as RemoteAlertElement,
|
|
10814
|
+
S as RemoteAlertIconElement,
|
|
10815
|
+
w as RemoteAlignElement,
|
|
10816
|
+
P as RemoteAvatarElement,
|
|
10817
|
+
O as RemoteBadgeElement,
|
|
10818
|
+
M as RemoteBreadcrumbElement,
|
|
10819
|
+
U as RemoteButtonElement,
|
|
10820
|
+
R as RemoteCheckboxButtonElement,
|
|
10821
|
+
D as RemoteCheckboxElement,
|
|
10822
|
+
T as RemoteCheckboxGroupElement,
|
|
10823
|
+
I as RemoteCodeBlockElement,
|
|
10824
|
+
A as RemoteColumnLayoutElement,
|
|
10825
|
+
L as RemoteContentElement,
|
|
10826
|
+
z as RemoteContextMenuContentElement,
|
|
10827
|
+
N as RemoteContextMenuSectionElement,
|
|
10828
|
+
F as RemoteContextualHelpElement,
|
|
10829
|
+
H as RemoteContextualHelpTriggerElement,
|
|
10830
|
+
V as RemoteCopyButtonElement,
|
|
10831
|
+
W as RemoteCounterBadgeElement,
|
|
10832
|
+
K as RemoteCountryOptionsElement,
|
|
10833
|
+
B as RemoteDatePickerElement,
|
|
10834
|
+
q as RemoteDateRangePickerElement,
|
|
10835
|
+
G as RemoteDialogTriggerElement,
|
|
10836
|
+
X as RemoteDivElement,
|
|
10837
|
+
Y as RemoteFieldDescriptionElement,
|
|
10838
|
+
j as RemoteFieldErrorElement,
|
|
10839
|
+
Z as RemoteFileCardElement,
|
|
10840
|
+
_ as RemoteFileCardListElement,
|
|
10841
|
+
J as RemoteFileFieldElement,
|
|
10842
|
+
ut as RemoteFormElement,
|
|
10843
|
+
Q as RemoteFragmentElement,
|
|
10844
|
+
$ as RemoteHeaderElement,
|
|
10845
|
+
ee as RemoteHeaderNavigationElement,
|
|
10846
|
+
te as RemoteHeadingElement,
|
|
10847
|
+
ae as RemoteIconElement,
|
|
10848
|
+
re as RemoteIllustratedMessageElement,
|
|
10849
|
+
ie as RemoteImageElement,
|
|
10850
|
+
oe as RemoteInitialsElement,
|
|
10851
|
+
ne as RemoteInlineCodeElement,
|
|
10852
|
+
ue as RemoteItemsGridListElement,
|
|
10853
|
+
se as RemoteItemsGridListItemElement,
|
|
10854
|
+
pe as RemoteLabelElement,
|
|
10855
|
+
le as RemoteLabeledValueElement,
|
|
10856
|
+
de as RemoteLayoutCardElement,
|
|
10857
|
+
ce as RemoteLightBoxElement,
|
|
10858
|
+
Ce as RemoteLightBoxTriggerElement,
|
|
10859
|
+
me as RemoteLinkElement,
|
|
10860
|
+
ge as RemoteListEmptyViewElement,
|
|
10861
|
+
ve as RemoteListItemViewContentElement,
|
|
10862
|
+
be as RemoteListSummaryElement,
|
|
10863
|
+
ye as RemoteLoadingSpinnerElement,
|
|
10864
|
+
he as RemoteMarkdownElement,
|
|
10865
|
+
Ee as RemoteMenuItemElement,
|
|
10866
|
+
fe as RemoteMenuTriggerElement,
|
|
10867
|
+
xe as RemoteMessageElement,
|
|
10868
|
+
ke as RemoteNavigationElement,
|
|
10869
|
+
Se as RemoteNavigationGroupElement,
|
|
10870
|
+
we as RemoteNotificationElement,
|
|
10871
|
+
Pe as RemoteNotificationProviderElement,
|
|
10872
|
+
Oe as RemoteNumberFieldElement,
|
|
10873
|
+
Me as RemoteOptionElement,
|
|
10874
|
+
Ue as RemoteOverlayContentElement,
|
|
10875
|
+
De as RemotePopoverContentElement,
|
|
10876
|
+
Re as RemoteProgressBarElement,
|
|
10877
|
+
Ie as RemoteRadioButtonElement,
|
|
10878
|
+
Te as RemoteRadioElement,
|
|
10879
|
+
Ae as RemoteRadioGroupElement,
|
|
10880
|
+
Le as RemoteSearchFieldElement,
|
|
10881
|
+
ze as RemoteSectionElement,
|
|
10882
|
+
Ne as RemoteSegmentElement,
|
|
10883
|
+
Fe as RemoteSegmentedControlElement,
|
|
10884
|
+
He as RemoteSelectElement,
|
|
10885
|
+
Ve as RemoteSeparatorElement,
|
|
10886
|
+
We as RemoteSkeletonElement,
|
|
10887
|
+
Ke as RemoteSkeletonTextElement,
|
|
10888
|
+
Be as RemoteSliderElement,
|
|
10889
|
+
qe as RemoteSwitchElement,
|
|
10890
|
+
Ge as RemoteTabElement,
|
|
10891
|
+
Xe as RemoteTabTitleElement,
|
|
10892
|
+
je as RemoteTableBodyElement,
|
|
10893
|
+
Ze as RemoteTableCellElement,
|
|
10894
|
+
_e as RemoteTableColumnElement,
|
|
10895
|
+
Ye as RemoteTableElement,
|
|
10896
|
+
Je as RemoteTableFooterRowElement,
|
|
10897
|
+
Qe as RemoteTableHeaderElement,
|
|
10898
|
+
$e as RemoteTableRowElement,
|
|
10899
|
+
et as RemoteTabsElement,
|
|
10900
|
+
at as RemoteTextAreaElement,
|
|
10901
|
+
tt as RemoteTextElement,
|
|
10902
|
+
rt as RemoteTextFieldElement,
|
|
10903
|
+
it as RemoteTimeFieldElement,
|
|
10904
|
+
ot as RemoteTooltipElement,
|
|
10905
|
+
nt as RemoteTooltipTriggerElement
|
|
10906
10906
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EmptyObject } from 'type-fest';
|
|
2
1
|
import { RemoteElement } from '@mittwald/flow-remote-core';
|
|
2
|
+
import { EmptyObject } from 'type-fest';
|
|
3
3
|
type ExplicitAny = any;
|
|
4
4
|
export declare class FlowRemoteElement<Properties extends Record<string, ExplicitAny> = EmptyObject, Methods extends Record<string, (...args: ExplicitAny[]) => void> = EmptyObject, Slots extends Record<string, ExplicitAny> = EmptyObject, EventListeners extends Record<string, ExplicitAny> = EmptyObject> extends RemoteElement<Properties, Methods, Slots, EventListeners> {
|
|
5
5
|
private eventListenerMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowRemoteElement.d.ts","sourceRoot":"","sources":["../../../src/lib/FlowRemoteElement.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FlowRemoteElement.d.ts","sourceRoot":"","sources":["../../../src/lib/FlowRemoteElement.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAe,MAAM,4BAA4B,CAAC;AAExE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG,GAAG,CAAC;AAEvB,qBAAa,iBAAiB,CAC5B,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,EAC5D,OAAO,SAAS,MAAM,CACpB,MAAM,EACN,CAAC,GAAG,IAAI,EAAE,WAAW,EAAE,KAAK,IAAI,CACjC,GAAG,WAAW,EACf,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,EACvD,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,CAChE,SAAQ,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc,CAAC;IACjE,OAAO,CAAC,gBAAgB,CAGpB;IAEY,gBAAgB,CAC9B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI;IA8BS,mBAAmB,CACjC,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,oBAAoB;CAM3C"}
|
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.32",
|
|
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.32",
|
|
28
28
|
"remeda": "^2.20.1",
|
|
29
29
|
"type-fest": "^4.34.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.32",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.1",
|
|
35
35
|
"nx": "^20.4.2",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3bd915a308d33f96725739fafe830414e255259f"
|
|
49
49
|
}
|