@mittwald/flow-remote-elements 0.2.0-alpha.75 → 0.2.0-alpha.77
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 +274 -255
- package/dist/types/auto-generated/RemoteClearPropsContextElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteClearPropsContextElement.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
|
@@ -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 { isArray as v, isObjectType as b, omit as
|
|
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);
|
|
@@ -19,9 +19,9 @@ class t extends m {
|
|
|
19
19
|
let p = o;
|
|
20
20
|
if (o instanceof g)
|
|
21
21
|
if (!v(o.detail) && b(o.detail)) {
|
|
22
|
-
const d =
|
|
22
|
+
const d = y(
|
|
23
23
|
o.detail,
|
|
24
|
-
|
|
24
|
+
h(o)
|
|
25
25
|
);
|
|
26
26
|
Object.assign(o, d);
|
|
27
27
|
} else
|
|
@@ -1482,6 +1482,24 @@ class A extends t {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
customElements.define("flr-checkbox-group", A);
|
|
1484
1484
|
class L extends t {
|
|
1485
|
+
static get remoteAttributes() {
|
|
1486
|
+
return ["style"];
|
|
1487
|
+
}
|
|
1488
|
+
static get remoteProperties() {
|
|
1489
|
+
return {};
|
|
1490
|
+
}
|
|
1491
|
+
static get remoteEvents() {
|
|
1492
|
+
return {};
|
|
1493
|
+
}
|
|
1494
|
+
static get remoteSlots() {
|
|
1495
|
+
return [];
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
customElements.define(
|
|
1499
|
+
"flr-clear-props-context",
|
|
1500
|
+
L
|
|
1501
|
+
);
|
|
1502
|
+
class z extends t {
|
|
1485
1503
|
static get remoteAttributes() {
|
|
1486
1504
|
return ["style"];
|
|
1487
1505
|
}
|
|
@@ -1500,8 +1518,8 @@ class L extends t {
|
|
|
1500
1518
|
return [];
|
|
1501
1519
|
}
|
|
1502
1520
|
}
|
|
1503
|
-
customElements.define("flr-code-block",
|
|
1504
|
-
class
|
|
1521
|
+
customElements.define("flr-code-block", z);
|
|
1522
|
+
class N extends t {
|
|
1505
1523
|
static get remoteAttributes() {
|
|
1506
1524
|
return ["style"];
|
|
1507
1525
|
}
|
|
@@ -1797,8 +1815,8 @@ class z extends t {
|
|
|
1797
1815
|
return [];
|
|
1798
1816
|
}
|
|
1799
1817
|
}
|
|
1800
|
-
customElements.define("flr-column-layout",
|
|
1801
|
-
class
|
|
1818
|
+
customElements.define("flr-column-layout", N);
|
|
1819
|
+
class F extends t {
|
|
1802
1820
|
static get remoteAttributes() {
|
|
1803
1821
|
return ["style"];
|
|
1804
1822
|
}
|
|
@@ -2089,8 +2107,8 @@ class N extends t {
|
|
|
2089
2107
|
return [];
|
|
2090
2108
|
}
|
|
2091
2109
|
}
|
|
2092
|
-
customElements.define("flr-content",
|
|
2093
|
-
class
|
|
2110
|
+
customElements.define("flr-content", F);
|
|
2111
|
+
class H extends t {
|
|
2094
2112
|
static get remoteAttributes() {
|
|
2095
2113
|
return ["style"];
|
|
2096
2114
|
}
|
|
@@ -2128,9 +2146,9 @@ class F extends t {
|
|
|
2128
2146
|
}
|
|
2129
2147
|
customElements.define(
|
|
2130
2148
|
"flr-context-menu-content",
|
|
2131
|
-
|
|
2149
|
+
H
|
|
2132
2150
|
);
|
|
2133
|
-
class
|
|
2151
|
+
class V extends t {
|
|
2134
2152
|
static get remoteAttributes() {
|
|
2135
2153
|
return ["style"];
|
|
2136
2154
|
}
|
|
@@ -2148,9 +2166,9 @@ class H extends t {
|
|
|
2148
2166
|
}
|
|
2149
2167
|
customElements.define(
|
|
2150
2168
|
"flr-context-menu-section",
|
|
2151
|
-
|
|
2169
|
+
V
|
|
2152
2170
|
);
|
|
2153
|
-
class
|
|
2171
|
+
class W extends t {
|
|
2154
2172
|
static get remoteAttributes() {
|
|
2155
2173
|
return ["style"];
|
|
2156
2174
|
}
|
|
@@ -2192,8 +2210,8 @@ class V extends t {
|
|
|
2192
2210
|
return [];
|
|
2193
2211
|
}
|
|
2194
2212
|
}
|
|
2195
|
-
customElements.define("flr-contextual-help",
|
|
2196
|
-
class
|
|
2213
|
+
customElements.define("flr-contextual-help", W);
|
|
2214
|
+
class K extends t {
|
|
2197
2215
|
static get remoteAttributes() {
|
|
2198
2216
|
return ["style"];
|
|
2199
2217
|
}
|
|
@@ -2211,9 +2229,9 @@ class W extends t {
|
|
|
2211
2229
|
}
|
|
2212
2230
|
customElements.define(
|
|
2213
2231
|
"flr-contextual-help-trigger",
|
|
2214
|
-
|
|
2232
|
+
K
|
|
2215
2233
|
);
|
|
2216
|
-
class
|
|
2234
|
+
class B extends t {
|
|
2217
2235
|
static get remoteAttributes() {
|
|
2218
2236
|
return ["style"];
|
|
2219
2237
|
}
|
|
@@ -2273,8 +2291,8 @@ class K extends t {
|
|
|
2273
2291
|
return ["text"];
|
|
2274
2292
|
}
|
|
2275
2293
|
}
|
|
2276
|
-
customElements.define("flr-copy-button",
|
|
2277
|
-
class
|
|
2294
|
+
customElements.define("flr-copy-button", B);
|
|
2295
|
+
class q extends t {
|
|
2278
2296
|
static get remoteAttributes() {
|
|
2279
2297
|
return ["style"];
|
|
2280
2298
|
}
|
|
@@ -2565,8 +2583,8 @@ class B extends t {
|
|
|
2565
2583
|
return [];
|
|
2566
2584
|
}
|
|
2567
2585
|
}
|
|
2568
|
-
customElements.define("flr-counter-badge",
|
|
2569
|
-
class
|
|
2586
|
+
customElements.define("flr-counter-badge", q);
|
|
2587
|
+
class G extends t {
|
|
2570
2588
|
static get remoteAttributes() {
|
|
2571
2589
|
return ["style"];
|
|
2572
2590
|
}
|
|
@@ -2611,8 +2629,8 @@ class q extends t {
|
|
|
2611
2629
|
return [];
|
|
2612
2630
|
}
|
|
2613
2631
|
}
|
|
2614
|
-
customElements.define("flr-country-options",
|
|
2615
|
-
class
|
|
2632
|
+
customElements.define("flr-country-options", G);
|
|
2633
|
+
class X extends t {
|
|
2616
2634
|
static get remoteAttributes() {
|
|
2617
2635
|
return ["style"];
|
|
2618
2636
|
}
|
|
@@ -2665,8 +2683,8 @@ class G extends t {
|
|
|
2665
2683
|
return ["errorMessage"];
|
|
2666
2684
|
}
|
|
2667
2685
|
}
|
|
2668
|
-
customElements.define("flr-date-picker",
|
|
2669
|
-
class
|
|
2686
|
+
customElements.define("flr-date-picker", X);
|
|
2687
|
+
class Y extends t {
|
|
2670
2688
|
static get remoteAttributes() {
|
|
2671
2689
|
return ["style"];
|
|
2672
2690
|
}
|
|
@@ -2721,8 +2739,8 @@ class X extends t {
|
|
|
2721
2739
|
return ["errorMessage"];
|
|
2722
2740
|
}
|
|
2723
2741
|
}
|
|
2724
|
-
customElements.define("flr-date-range-picker",
|
|
2725
|
-
class
|
|
2742
|
+
customElements.define("flr-date-range-picker", Y);
|
|
2743
|
+
class j extends t {
|
|
2726
2744
|
static get remoteAttributes() {
|
|
2727
2745
|
return ["style"];
|
|
2728
2746
|
}
|
|
@@ -2741,8 +2759,8 @@ class Y extends t {
|
|
|
2741
2759
|
return [];
|
|
2742
2760
|
}
|
|
2743
2761
|
}
|
|
2744
|
-
customElements.define("flr-dialog-trigger",
|
|
2745
|
-
class
|
|
2762
|
+
customElements.define("flr-dialog-trigger", j);
|
|
2763
|
+
class Z extends t {
|
|
2746
2764
|
static get remoteAttributes() {
|
|
2747
2765
|
return ["style"];
|
|
2748
2766
|
}
|
|
@@ -2758,8 +2776,8 @@ class j extends t {
|
|
|
2758
2776
|
return [];
|
|
2759
2777
|
}
|
|
2760
2778
|
}
|
|
2761
|
-
customElements.define("flr-div",
|
|
2762
|
-
class
|
|
2779
|
+
customElements.define("flr-div", Z);
|
|
2780
|
+
class _ extends t {
|
|
2763
2781
|
static get remoteAttributes() {
|
|
2764
2782
|
return ["style"];
|
|
2765
2783
|
}
|
|
@@ -3051,8 +3069,8 @@ class Z extends t {
|
|
|
3051
3069
|
return [];
|
|
3052
3070
|
}
|
|
3053
3071
|
}
|
|
3054
|
-
customElements.define("flr-field-description",
|
|
3055
|
-
class
|
|
3072
|
+
customElements.define("flr-field-description", _);
|
|
3073
|
+
class J extends t {
|
|
3056
3074
|
static get remoteAttributes() {
|
|
3057
3075
|
return ["style"];
|
|
3058
3076
|
}
|
|
@@ -3069,8 +3087,8 @@ class _ extends t {
|
|
|
3069
3087
|
return [];
|
|
3070
3088
|
}
|
|
3071
3089
|
}
|
|
3072
|
-
customElements.define("flr-field-error",
|
|
3073
|
-
class
|
|
3090
|
+
customElements.define("flr-field-error", J);
|
|
3091
|
+
class Q extends t {
|
|
3074
3092
|
static get remoteAttributes() {
|
|
3075
3093
|
return ["style"];
|
|
3076
3094
|
}
|
|
@@ -3369,8 +3387,8 @@ class J extends t {
|
|
|
3369
3387
|
return [];
|
|
3370
3388
|
}
|
|
3371
3389
|
}
|
|
3372
|
-
customElements.define("flr-file-card",
|
|
3373
|
-
class
|
|
3390
|
+
customElements.define("flr-file-card", Q);
|
|
3391
|
+
class $ extends t {
|
|
3374
3392
|
static get remoteAttributes() {
|
|
3375
3393
|
return ["style"];
|
|
3376
3394
|
}
|
|
@@ -3665,8 +3683,8 @@ class Q extends t {
|
|
|
3665
3683
|
return [];
|
|
3666
3684
|
}
|
|
3667
3685
|
}
|
|
3668
|
-
customElements.define("flr-file-card-list",
|
|
3669
|
-
class
|
|
3686
|
+
customElements.define("flr-file-card-list", $);
|
|
3687
|
+
class ee extends t {
|
|
3670
3688
|
static get remoteAttributes() {
|
|
3671
3689
|
return ["style"];
|
|
3672
3690
|
}
|
|
@@ -3690,8 +3708,8 @@ class $ extends t {
|
|
|
3690
3708
|
return [];
|
|
3691
3709
|
}
|
|
3692
3710
|
}
|
|
3693
|
-
customElements.define("flr-file-field",
|
|
3694
|
-
class
|
|
3711
|
+
customElements.define("flr-file-field", ee);
|
|
3712
|
+
class te extends t {
|
|
3695
3713
|
static get remoteAttributes() {
|
|
3696
3714
|
return ["style"];
|
|
3697
3715
|
}
|
|
@@ -3705,8 +3723,8 @@ class ee extends t {
|
|
|
3705
3723
|
return [];
|
|
3706
3724
|
}
|
|
3707
3725
|
}
|
|
3708
|
-
customElements.define("flr-fragment",
|
|
3709
|
-
class
|
|
3726
|
+
customElements.define("flr-fragment", te);
|
|
3727
|
+
class ae extends t {
|
|
3710
3728
|
static get remoteAttributes() {
|
|
3711
3729
|
return ["style"];
|
|
3712
3730
|
}
|
|
@@ -3997,8 +4015,8 @@ class te extends t {
|
|
|
3997
4015
|
return [];
|
|
3998
4016
|
}
|
|
3999
4017
|
}
|
|
4000
|
-
customElements.define("flr-header",
|
|
4001
|
-
class
|
|
4018
|
+
customElements.define("flr-header", ae);
|
|
4019
|
+
class re extends t {
|
|
4002
4020
|
static get remoteAttributes() {
|
|
4003
4021
|
return ["style"];
|
|
4004
4022
|
}
|
|
@@ -4287,8 +4305,8 @@ class ae extends t {
|
|
|
4287
4305
|
return [];
|
|
4288
4306
|
}
|
|
4289
4307
|
}
|
|
4290
|
-
customElements.define("flr-header-navigation",
|
|
4291
|
-
class
|
|
4308
|
+
customElements.define("flr-header-navigation", re);
|
|
4309
|
+
class ie extends t {
|
|
4292
4310
|
static get remoteAttributes() {
|
|
4293
4311
|
return ["style"];
|
|
4294
4312
|
}
|
|
@@ -4579,8 +4597,8 @@ class re extends t {
|
|
|
4579
4597
|
return [];
|
|
4580
4598
|
}
|
|
4581
4599
|
}
|
|
4582
|
-
customElements.define("flr-heading",
|
|
4583
|
-
class
|
|
4600
|
+
customElements.define("flr-heading", ie);
|
|
4601
|
+
class oe extends t {
|
|
4584
4602
|
static get remoteAttributes() {
|
|
4585
4603
|
return ["style"];
|
|
4586
4604
|
}
|
|
@@ -5077,8 +5095,8 @@ class ie extends t {
|
|
|
5077
5095
|
return [];
|
|
5078
5096
|
}
|
|
5079
5097
|
}
|
|
5080
|
-
customElements.define("flr-icon",
|
|
5081
|
-
class
|
|
5098
|
+
customElements.define("flr-icon", oe);
|
|
5099
|
+
class ne extends t {
|
|
5082
5100
|
static get remoteAttributes() {
|
|
5083
5101
|
return ["style"];
|
|
5084
5102
|
}
|
|
@@ -5369,9 +5387,9 @@ class oe extends t {
|
|
|
5369
5387
|
}
|
|
5370
5388
|
customElements.define(
|
|
5371
5389
|
"flr-illustrated-message",
|
|
5372
|
-
|
|
5390
|
+
ne
|
|
5373
5391
|
);
|
|
5374
|
-
class
|
|
5392
|
+
class ue extends t {
|
|
5375
5393
|
static get remoteAttributes() {
|
|
5376
5394
|
return ["style"];
|
|
5377
5395
|
}
|
|
@@ -5673,8 +5691,8 @@ class ne extends t {
|
|
|
5673
5691
|
return [];
|
|
5674
5692
|
}
|
|
5675
5693
|
}
|
|
5676
|
-
customElements.define("flr-image",
|
|
5677
|
-
class
|
|
5694
|
+
customElements.define("flr-image", ue);
|
|
5695
|
+
class se extends t {
|
|
5678
5696
|
static get remoteAttributes() {
|
|
5679
5697
|
return ["style"];
|
|
5680
5698
|
}
|
|
@@ -5691,8 +5709,8 @@ class ue extends t {
|
|
|
5691
5709
|
return [];
|
|
5692
5710
|
}
|
|
5693
5711
|
}
|
|
5694
|
-
customElements.define("flr-initials",
|
|
5695
|
-
class
|
|
5712
|
+
customElements.define("flr-initials", se);
|
|
5713
|
+
class pe extends t {
|
|
5696
5714
|
static get remoteAttributes() {
|
|
5697
5715
|
return ["style"];
|
|
5698
5716
|
}
|
|
@@ -5981,8 +5999,8 @@ class se extends t {
|
|
|
5981
5999
|
return [];
|
|
5982
6000
|
}
|
|
5983
6001
|
}
|
|
5984
|
-
customElements.define("flr-inline-code",
|
|
5985
|
-
class
|
|
6002
|
+
customElements.define("flr-inline-code", pe);
|
|
6003
|
+
class le extends t {
|
|
5986
6004
|
static get remoteAttributes() {
|
|
5987
6005
|
return ["style"];
|
|
5988
6006
|
}
|
|
@@ -6021,8 +6039,8 @@ class pe extends t {
|
|
|
6021
6039
|
return [];
|
|
6022
6040
|
}
|
|
6023
6041
|
}
|
|
6024
|
-
customElements.define("flr-items-grid-list",
|
|
6025
|
-
class
|
|
6042
|
+
customElements.define("flr-items-grid-list", le);
|
|
6043
|
+
class de extends t {
|
|
6026
6044
|
static get remoteAttributes() {
|
|
6027
6045
|
return ["style"];
|
|
6028
6046
|
}
|
|
@@ -6059,9 +6077,9 @@ class le extends t {
|
|
|
6059
6077
|
}
|
|
6060
6078
|
customElements.define(
|
|
6061
6079
|
"flr-items-grid-list-item",
|
|
6062
|
-
|
|
6080
|
+
de
|
|
6063
6081
|
);
|
|
6064
|
-
class
|
|
6082
|
+
class ce extends t {
|
|
6065
6083
|
static get remoteAttributes() {
|
|
6066
6084
|
return ["style"];
|
|
6067
6085
|
}
|
|
@@ -6356,8 +6374,8 @@ class de extends t {
|
|
|
6356
6374
|
return [];
|
|
6357
6375
|
}
|
|
6358
6376
|
}
|
|
6359
|
-
customElements.define("flr-label",
|
|
6360
|
-
class
|
|
6377
|
+
customElements.define("flr-label", ce);
|
|
6378
|
+
class Ce extends t {
|
|
6361
6379
|
static get remoteAttributes() {
|
|
6362
6380
|
return ["style"];
|
|
6363
6381
|
}
|
|
@@ -6373,8 +6391,8 @@ class ce extends t {
|
|
|
6373
6391
|
return [];
|
|
6374
6392
|
}
|
|
6375
6393
|
}
|
|
6376
|
-
customElements.define("flr-labeled-value",
|
|
6377
|
-
class
|
|
6394
|
+
customElements.define("flr-labeled-value", Ce);
|
|
6395
|
+
class me extends t {
|
|
6378
6396
|
static get remoteAttributes() {
|
|
6379
6397
|
return ["style"];
|
|
6380
6398
|
}
|
|
@@ -6664,8 +6682,8 @@ class Ce extends t {
|
|
|
6664
6682
|
return [];
|
|
6665
6683
|
}
|
|
6666
6684
|
}
|
|
6667
|
-
customElements.define("flr-layout-card",
|
|
6668
|
-
class
|
|
6685
|
+
customElements.define("flr-layout-card", me);
|
|
6686
|
+
class ge extends t {
|
|
6669
6687
|
static get remoteAttributes() {
|
|
6670
6688
|
return ["style"];
|
|
6671
6689
|
}
|
|
@@ -6682,8 +6700,8 @@ class me extends t {
|
|
|
6682
6700
|
return [];
|
|
6683
6701
|
}
|
|
6684
6702
|
}
|
|
6685
|
-
customElements.define("flr-light-box",
|
|
6686
|
-
class
|
|
6703
|
+
customElements.define("flr-light-box", ge);
|
|
6704
|
+
class ve extends t {
|
|
6687
6705
|
static get remoteAttributes() {
|
|
6688
6706
|
return ["style"];
|
|
6689
6707
|
}
|
|
@@ -6699,8 +6717,8 @@ class ge extends t {
|
|
|
6699
6717
|
return [];
|
|
6700
6718
|
}
|
|
6701
6719
|
}
|
|
6702
|
-
customElements.define("flr-light-box-trigger",
|
|
6703
|
-
class
|
|
6720
|
+
customElements.define("flr-light-box-trigger", ve);
|
|
6721
|
+
class be extends t {
|
|
6704
6722
|
static get remoteAttributes() {
|
|
6705
6723
|
return ["style"];
|
|
6706
6724
|
}
|
|
@@ -6750,8 +6768,8 @@ class ve extends t {
|
|
|
6750
6768
|
return [];
|
|
6751
6769
|
}
|
|
6752
6770
|
}
|
|
6753
|
-
customElements.define("flr-link",
|
|
6754
|
-
class
|
|
6771
|
+
customElements.define("flr-link", be);
|
|
6772
|
+
class ye extends t {
|
|
6755
6773
|
static get remoteAttributes() {
|
|
6756
6774
|
return ["style"];
|
|
6757
6775
|
}
|
|
@@ -6765,7 +6783,7 @@ class be extends t {
|
|
|
6765
6783
|
return [];
|
|
6766
6784
|
}
|
|
6767
6785
|
}
|
|
6768
|
-
customElements.define("flr-list-empty-view",
|
|
6786
|
+
customElements.define("flr-list-empty-view", ye);
|
|
6769
6787
|
class he extends t {
|
|
6770
6788
|
static get remoteAttributes() {
|
|
6771
6789
|
return ["style"];
|
|
@@ -6786,7 +6804,7 @@ customElements.define(
|
|
|
6786
6804
|
"flr-list-item-view-content",
|
|
6787
6805
|
he
|
|
6788
6806
|
);
|
|
6789
|
-
class
|
|
6807
|
+
class Ee extends t {
|
|
6790
6808
|
static get remoteAttributes() {
|
|
6791
6809
|
return ["style"];
|
|
6792
6810
|
}
|
|
@@ -6800,8 +6818,8 @@ class ye extends t {
|
|
|
6800
6818
|
return [];
|
|
6801
6819
|
}
|
|
6802
6820
|
}
|
|
6803
|
-
customElements.define("flr-list-summary",
|
|
6804
|
-
class
|
|
6821
|
+
customElements.define("flr-list-summary", Ee);
|
|
6822
|
+
class fe extends t {
|
|
6805
6823
|
static get remoteAttributes() {
|
|
6806
6824
|
return ["style"];
|
|
6807
6825
|
}
|
|
@@ -7298,8 +7316,8 @@ class Ee extends t {
|
|
|
7298
7316
|
return [];
|
|
7299
7317
|
}
|
|
7300
7318
|
}
|
|
7301
|
-
customElements.define("flr-loading-spinner",
|
|
7302
|
-
class
|
|
7319
|
+
customElements.define("flr-loading-spinner", fe);
|
|
7320
|
+
class xe extends t {
|
|
7303
7321
|
static get remoteAttributes() {
|
|
7304
7322
|
return ["style"];
|
|
7305
7323
|
}
|
|
@@ -7325,8 +7343,8 @@ class fe extends t {
|
|
|
7325
7343
|
return [];
|
|
7326
7344
|
}
|
|
7327
7345
|
}
|
|
7328
|
-
customElements.define("flr-markdown",
|
|
7329
|
-
class
|
|
7346
|
+
customElements.define("flr-markdown", xe);
|
|
7347
|
+
class ke extends t {
|
|
7330
7348
|
static get remoteAttributes() {
|
|
7331
7349
|
return ["style"];
|
|
7332
7350
|
}
|
|
@@ -7361,8 +7379,8 @@ class xe extends t {
|
|
|
7361
7379
|
return [];
|
|
7362
7380
|
}
|
|
7363
7381
|
}
|
|
7364
|
-
customElements.define("flr-menu-item",
|
|
7365
|
-
class
|
|
7382
|
+
customElements.define("flr-menu-item", ke);
|
|
7383
|
+
class Se extends t {
|
|
7366
7384
|
static get remoteAttributes() {
|
|
7367
7385
|
return ["style"];
|
|
7368
7386
|
}
|
|
@@ -7382,8 +7400,8 @@ class ke extends t {
|
|
|
7382
7400
|
return [];
|
|
7383
7401
|
}
|
|
7384
7402
|
}
|
|
7385
|
-
customElements.define("flr-menu-trigger",
|
|
7386
|
-
class
|
|
7403
|
+
customElements.define("flr-menu-trigger", Se);
|
|
7404
|
+
class we extends t {
|
|
7387
7405
|
static get remoteAttributes() {
|
|
7388
7406
|
return ["style"];
|
|
7389
7407
|
}
|
|
@@ -7400,8 +7418,8 @@ class Se extends t {
|
|
|
7400
7418
|
return [];
|
|
7401
7419
|
}
|
|
7402
7420
|
}
|
|
7403
|
-
customElements.define("flr-message",
|
|
7404
|
-
class
|
|
7421
|
+
customElements.define("flr-message", we);
|
|
7422
|
+
class Pe extends t {
|
|
7405
7423
|
static get remoteAttributes() {
|
|
7406
7424
|
return ["style"];
|
|
7407
7425
|
}
|
|
@@ -7417,8 +7435,8 @@ class we extends t {
|
|
|
7417
7435
|
return [];
|
|
7418
7436
|
}
|
|
7419
7437
|
}
|
|
7420
|
-
customElements.define("flr-message-separator",
|
|
7421
|
-
class
|
|
7438
|
+
customElements.define("flr-message-separator", Pe);
|
|
7439
|
+
class Oe extends t {
|
|
7422
7440
|
static get remoteAttributes() {
|
|
7423
7441
|
return ["style"];
|
|
7424
7442
|
}
|
|
@@ -7434,8 +7452,8 @@ class Pe extends t {
|
|
|
7434
7452
|
return [];
|
|
7435
7453
|
}
|
|
7436
7454
|
}
|
|
7437
|
-
customElements.define("flr-message-thread",
|
|
7438
|
-
class
|
|
7455
|
+
customElements.define("flr-message-thread", Oe);
|
|
7456
|
+
class Me extends t {
|
|
7439
7457
|
static get remoteAttributes() {
|
|
7440
7458
|
return ["style"];
|
|
7441
7459
|
}
|
|
@@ -7724,8 +7742,8 @@ class Oe extends t {
|
|
|
7724
7742
|
return [];
|
|
7725
7743
|
}
|
|
7726
7744
|
}
|
|
7727
|
-
customElements.define("flr-navigation",
|
|
7728
|
-
class
|
|
7745
|
+
customElements.define("flr-navigation", Me);
|
|
7746
|
+
class Ue extends t {
|
|
7729
7747
|
static get remoteAttributes() {
|
|
7730
7748
|
return ["style"];
|
|
7731
7749
|
}
|
|
@@ -8015,8 +8033,8 @@ class Me extends t {
|
|
|
8015
8033
|
return [];
|
|
8016
8034
|
}
|
|
8017
8035
|
}
|
|
8018
|
-
customElements.define("flr-navigation-group",
|
|
8019
|
-
class
|
|
8036
|
+
customElements.define("flr-navigation-group", Ue);
|
|
8037
|
+
class De extends t {
|
|
8020
8038
|
static get remoteAttributes() {
|
|
8021
8039
|
return ["style"];
|
|
8022
8040
|
}
|
|
@@ -8309,8 +8327,8 @@ class Ue extends t {
|
|
|
8309
8327
|
return [];
|
|
8310
8328
|
}
|
|
8311
8329
|
}
|
|
8312
|
-
customElements.define("flr-notification",
|
|
8313
|
-
class
|
|
8330
|
+
customElements.define("flr-notification", De);
|
|
8331
|
+
class Re extends t {
|
|
8314
8332
|
static get remoteAttributes() {
|
|
8315
8333
|
return ["style"];
|
|
8316
8334
|
}
|
|
@@ -8601,9 +8619,9 @@ class De extends t {
|
|
|
8601
8619
|
}
|
|
8602
8620
|
customElements.define(
|
|
8603
8621
|
"flr-notification-provider",
|
|
8604
|
-
|
|
8622
|
+
Re
|
|
8605
8623
|
);
|
|
8606
|
-
class
|
|
8624
|
+
class Te extends t {
|
|
8607
8625
|
static get remoteAttributes() {
|
|
8608
8626
|
return ["style"];
|
|
8609
8627
|
}
|
|
@@ -8658,8 +8676,8 @@ class Re extends t {
|
|
|
8658
8676
|
return [];
|
|
8659
8677
|
}
|
|
8660
8678
|
}
|
|
8661
|
-
customElements.define("flr-number-field",
|
|
8662
|
-
class
|
|
8679
|
+
customElements.define("flr-number-field", Te);
|
|
8680
|
+
class Ie extends t {
|
|
8663
8681
|
static get remoteAttributes() {
|
|
8664
8682
|
return ["style"];
|
|
8665
8683
|
}
|
|
@@ -8692,8 +8710,8 @@ class Te extends t {
|
|
|
8692
8710
|
return [];
|
|
8693
8711
|
}
|
|
8694
8712
|
}
|
|
8695
|
-
customElements.define("flr-option",
|
|
8696
|
-
class
|
|
8713
|
+
customElements.define("flr-option", Ie);
|
|
8714
|
+
class Ae extends t {
|
|
8697
8715
|
static get remoteAttributes() {
|
|
8698
8716
|
return ["style"];
|
|
8699
8717
|
}
|
|
@@ -8713,8 +8731,8 @@ class Ie extends t {
|
|
|
8713
8731
|
return [];
|
|
8714
8732
|
}
|
|
8715
8733
|
}
|
|
8716
|
-
customElements.define("flr-overlay-content",
|
|
8717
|
-
class
|
|
8734
|
+
customElements.define("flr-overlay-content", Ae);
|
|
8735
|
+
class Le extends t {
|
|
8718
8736
|
static get remoteAttributes() {
|
|
8719
8737
|
return ["style"];
|
|
8720
8738
|
}
|
|
@@ -8737,8 +8755,8 @@ class Ae extends t {
|
|
|
8737
8755
|
return [];
|
|
8738
8756
|
}
|
|
8739
8757
|
}
|
|
8740
|
-
customElements.define("flr-popover-content",
|
|
8741
|
-
class
|
|
8758
|
+
customElements.define("flr-popover-content", Le);
|
|
8759
|
+
class ze extends t {
|
|
8742
8760
|
static get remoteAttributes() {
|
|
8743
8761
|
return ["style"];
|
|
8744
8762
|
}
|
|
@@ -8768,8 +8786,8 @@ class Le extends t {
|
|
|
8768
8786
|
return ["valueLabel"];
|
|
8769
8787
|
}
|
|
8770
8788
|
}
|
|
8771
|
-
customElements.define("flr-progress-bar",
|
|
8772
|
-
class
|
|
8789
|
+
customElements.define("flr-progress-bar", ze);
|
|
8790
|
+
class Ne extends t {
|
|
8773
8791
|
static get remoteAttributes() {
|
|
8774
8792
|
return ["style"];
|
|
8775
8793
|
}
|
|
@@ -8804,8 +8822,8 @@ class ze extends t {
|
|
|
8804
8822
|
return [];
|
|
8805
8823
|
}
|
|
8806
8824
|
}
|
|
8807
|
-
customElements.define("flr-radio",
|
|
8808
|
-
class
|
|
8825
|
+
customElements.define("flr-radio", Ne);
|
|
8826
|
+
class Fe extends t {
|
|
8809
8827
|
static get remoteAttributes() {
|
|
8810
8828
|
return ["style"];
|
|
8811
8829
|
}
|
|
@@ -8840,8 +8858,8 @@ class Ne extends t {
|
|
|
8840
8858
|
return [];
|
|
8841
8859
|
}
|
|
8842
8860
|
}
|
|
8843
|
-
customElements.define("flr-radio-button",
|
|
8844
|
-
class
|
|
8861
|
+
customElements.define("flr-radio-button", Fe);
|
|
8862
|
+
class He extends t {
|
|
8845
8863
|
static get remoteAttributes() {
|
|
8846
8864
|
return ["style"];
|
|
8847
8865
|
}
|
|
@@ -8882,8 +8900,8 @@ class Fe extends t {
|
|
|
8882
8900
|
return [];
|
|
8883
8901
|
}
|
|
8884
8902
|
}
|
|
8885
|
-
customElements.define("flr-radio-group",
|
|
8886
|
-
class
|
|
8903
|
+
customElements.define("flr-radio-group", He);
|
|
8904
|
+
class Ve extends t {
|
|
8887
8905
|
static get remoteAttributes() {
|
|
8888
8906
|
return ["style"];
|
|
8889
8907
|
}
|
|
@@ -8947,8 +8965,8 @@ class He extends t {
|
|
|
8947
8965
|
return [];
|
|
8948
8966
|
}
|
|
8949
8967
|
}
|
|
8950
|
-
customElements.define("flr-search-field",
|
|
8951
|
-
class
|
|
8968
|
+
customElements.define("flr-search-field", Ve);
|
|
8969
|
+
class We extends t {
|
|
8952
8970
|
static get remoteAttributes() {
|
|
8953
8971
|
return ["style"];
|
|
8954
8972
|
}
|
|
@@ -9239,8 +9257,8 @@ class Ve extends t {
|
|
|
9239
9257
|
return [];
|
|
9240
9258
|
}
|
|
9241
9259
|
}
|
|
9242
|
-
customElements.define("flr-section",
|
|
9243
|
-
class
|
|
9260
|
+
customElements.define("flr-section", We);
|
|
9261
|
+
class Ke extends t {
|
|
9244
9262
|
static get remoteAttributes() {
|
|
9245
9263
|
return ["style"];
|
|
9246
9264
|
}
|
|
@@ -9275,8 +9293,8 @@ class We extends t {
|
|
|
9275
9293
|
return [];
|
|
9276
9294
|
}
|
|
9277
9295
|
}
|
|
9278
|
-
customElements.define("flr-segment",
|
|
9279
|
-
class
|
|
9296
|
+
customElements.define("flr-segment", Ke);
|
|
9297
|
+
class Be extends t {
|
|
9280
9298
|
static get remoteAttributes() {
|
|
9281
9299
|
return ["style"];
|
|
9282
9300
|
}
|
|
@@ -9315,8 +9333,8 @@ class Ke extends t {
|
|
|
9315
9333
|
return [];
|
|
9316
9334
|
}
|
|
9317
9335
|
}
|
|
9318
|
-
customElements.define("flr-segmented-control",
|
|
9319
|
-
class
|
|
9336
|
+
customElements.define("flr-segmented-control", Be);
|
|
9337
|
+
class qe extends t {
|
|
9320
9338
|
static get remoteAttributes() {
|
|
9321
9339
|
return ["style"];
|
|
9322
9340
|
}
|
|
@@ -9362,8 +9380,8 @@ class Be extends t {
|
|
|
9362
9380
|
return [];
|
|
9363
9381
|
}
|
|
9364
9382
|
}
|
|
9365
|
-
customElements.define("flr-select",
|
|
9366
|
-
class
|
|
9383
|
+
customElements.define("flr-select", qe);
|
|
9384
|
+
class Ge extends t {
|
|
9367
9385
|
static get remoteAttributes() {
|
|
9368
9386
|
return ["style"];
|
|
9369
9387
|
}
|
|
@@ -9386,8 +9404,8 @@ class qe extends t {
|
|
|
9386
9404
|
return [];
|
|
9387
9405
|
}
|
|
9388
9406
|
}
|
|
9389
|
-
customElements.define("flr-separator",
|
|
9390
|
-
class
|
|
9407
|
+
customElements.define("flr-separator", Ge);
|
|
9408
|
+
class Xe extends t {
|
|
9391
9409
|
static get remoteAttributes() {
|
|
9392
9410
|
return ["style"];
|
|
9393
9411
|
}
|
|
@@ -9678,8 +9696,8 @@ class Ge extends t {
|
|
|
9678
9696
|
return [];
|
|
9679
9697
|
}
|
|
9680
9698
|
}
|
|
9681
|
-
customElements.define("flr-skeleton",
|
|
9682
|
-
class
|
|
9699
|
+
customElements.define("flr-skeleton", Xe);
|
|
9700
|
+
class Ye extends t {
|
|
9683
9701
|
static get remoteAttributes() {
|
|
9684
9702
|
return ["style"];
|
|
9685
9703
|
}
|
|
@@ -9969,8 +9987,8 @@ class Xe extends t {
|
|
|
9969
9987
|
return [];
|
|
9970
9988
|
}
|
|
9971
9989
|
}
|
|
9972
|
-
customElements.define("flr-skeleton-text",
|
|
9973
|
-
class
|
|
9990
|
+
customElements.define("flr-skeleton-text", Ye);
|
|
9991
|
+
class je extends t {
|
|
9974
9992
|
static get remoteAttributes() {
|
|
9975
9993
|
return ["style"];
|
|
9976
9994
|
}
|
|
@@ -10005,8 +10023,8 @@ class Ye extends t {
|
|
|
10005
10023
|
return [];
|
|
10006
10024
|
}
|
|
10007
10025
|
}
|
|
10008
|
-
customElements.define("flr-slider",
|
|
10009
|
-
class
|
|
10026
|
+
customElements.define("flr-slider", je);
|
|
10027
|
+
class Ze extends t {
|
|
10010
10028
|
static get remoteAttributes() {
|
|
10011
10029
|
return ["style"];
|
|
10012
10030
|
}
|
|
@@ -10049,8 +10067,8 @@ class je extends t {
|
|
|
10049
10067
|
return [];
|
|
10050
10068
|
}
|
|
10051
10069
|
}
|
|
10052
|
-
customElements.define("flr-switch",
|
|
10053
|
-
class
|
|
10070
|
+
customElements.define("flr-switch", Ze);
|
|
10071
|
+
class _e extends t {
|
|
10054
10072
|
static get remoteAttributes() {
|
|
10055
10073
|
return ["style"];
|
|
10056
10074
|
}
|
|
@@ -10072,8 +10090,8 @@ class Ze extends t {
|
|
|
10072
10090
|
return [];
|
|
10073
10091
|
}
|
|
10074
10092
|
}
|
|
10075
|
-
customElements.define("flr-tab",
|
|
10076
|
-
class
|
|
10093
|
+
customElements.define("flr-tab", _e);
|
|
10094
|
+
class Je extends t {
|
|
10077
10095
|
static get remoteAttributes() {
|
|
10078
10096
|
return ["style"];
|
|
10079
10097
|
}
|
|
@@ -10105,8 +10123,8 @@ class _e extends t {
|
|
|
10105
10123
|
return [];
|
|
10106
10124
|
}
|
|
10107
10125
|
}
|
|
10108
|
-
customElements.define("flr-tab-title",
|
|
10109
|
-
class
|
|
10126
|
+
customElements.define("flr-tab-title", Je);
|
|
10127
|
+
class Qe extends t {
|
|
10110
10128
|
static get remoteAttributes() {
|
|
10111
10129
|
return ["style"];
|
|
10112
10130
|
}
|
|
@@ -10142,8 +10160,8 @@ class Je extends t {
|
|
|
10142
10160
|
return [];
|
|
10143
10161
|
}
|
|
10144
10162
|
}
|
|
10145
|
-
customElements.define("flr-table",
|
|
10146
|
-
class
|
|
10163
|
+
customElements.define("flr-table", Qe);
|
|
10164
|
+
class $e extends t {
|
|
10147
10165
|
static get remoteAttributes() {
|
|
10148
10166
|
return ["style"];
|
|
10149
10167
|
}
|
|
@@ -10163,8 +10181,8 @@ class Qe extends t {
|
|
|
10163
10181
|
return [];
|
|
10164
10182
|
}
|
|
10165
10183
|
}
|
|
10166
|
-
customElements.define("flr-table-body",
|
|
10167
|
-
class
|
|
10184
|
+
customElements.define("flr-table-body", $e);
|
|
10185
|
+
class et extends t {
|
|
10168
10186
|
static get remoteAttributes() {
|
|
10169
10187
|
return ["style"];
|
|
10170
10188
|
}
|
|
@@ -10184,8 +10202,8 @@ class $e extends t {
|
|
|
10184
10202
|
return [];
|
|
10185
10203
|
}
|
|
10186
10204
|
}
|
|
10187
|
-
customElements.define("flr-table-cell",
|
|
10188
|
-
class
|
|
10205
|
+
customElements.define("flr-table-cell", et);
|
|
10206
|
+
class tt extends t {
|
|
10189
10207
|
static get remoteAttributes() {
|
|
10190
10208
|
return ["style"];
|
|
10191
10209
|
}
|
|
@@ -10210,8 +10228,8 @@ class et extends t {
|
|
|
10210
10228
|
return [];
|
|
10211
10229
|
}
|
|
10212
10230
|
}
|
|
10213
|
-
customElements.define("flr-table-column",
|
|
10214
|
-
class
|
|
10231
|
+
customElements.define("flr-table-column", tt);
|
|
10232
|
+
class at extends t {
|
|
10215
10233
|
static get remoteAttributes() {
|
|
10216
10234
|
return ["style"];
|
|
10217
10235
|
}
|
|
@@ -10247,8 +10265,8 @@ class tt extends t {
|
|
|
10247
10265
|
return [];
|
|
10248
10266
|
}
|
|
10249
10267
|
}
|
|
10250
|
-
customElements.define("flr-table-footer-row",
|
|
10251
|
-
class
|
|
10268
|
+
customElements.define("flr-table-footer-row", at);
|
|
10269
|
+
class rt extends t {
|
|
10252
10270
|
static get remoteAttributes() {
|
|
10253
10271
|
return ["style"];
|
|
10254
10272
|
}
|
|
@@ -10270,8 +10288,8 @@ class at extends t {
|
|
|
10270
10288
|
return [];
|
|
10271
10289
|
}
|
|
10272
10290
|
}
|
|
10273
|
-
customElements.define("flr-table-header",
|
|
10274
|
-
class
|
|
10291
|
+
customElements.define("flr-table-header", rt);
|
|
10292
|
+
class it extends t {
|
|
10275
10293
|
static get remoteAttributes() {
|
|
10276
10294
|
return ["style"];
|
|
10277
10295
|
}
|
|
@@ -10307,8 +10325,8 @@ class rt extends t {
|
|
|
10307
10325
|
return [];
|
|
10308
10326
|
}
|
|
10309
10327
|
}
|
|
10310
|
-
customElements.define("flr-table-row",
|
|
10311
|
-
class
|
|
10328
|
+
customElements.define("flr-table-row", it);
|
|
10329
|
+
class ot extends t {
|
|
10312
10330
|
static get remoteAttributes() {
|
|
10313
10331
|
return ["style"];
|
|
10314
10332
|
}
|
|
@@ -10338,8 +10356,8 @@ class it extends t {
|
|
|
10338
10356
|
return [];
|
|
10339
10357
|
}
|
|
10340
10358
|
}
|
|
10341
|
-
customElements.define("flr-tabs",
|
|
10342
|
-
class
|
|
10359
|
+
customElements.define("flr-tabs", ot);
|
|
10360
|
+
class nt extends t {
|
|
10343
10361
|
static get remoteAttributes() {
|
|
10344
10362
|
return ["style"];
|
|
10345
10363
|
}
|
|
@@ -10631,8 +10649,8 @@ class ot extends t {
|
|
|
10631
10649
|
return [];
|
|
10632
10650
|
}
|
|
10633
10651
|
}
|
|
10634
|
-
customElements.define("flr-text",
|
|
10635
|
-
class
|
|
10652
|
+
customElements.define("flr-text", nt);
|
|
10653
|
+
class ut extends t {
|
|
10636
10654
|
static get remoteAttributes() {
|
|
10637
10655
|
return ["style"];
|
|
10638
10656
|
}
|
|
@@ -10698,8 +10716,8 @@ class nt extends t {
|
|
|
10698
10716
|
return [];
|
|
10699
10717
|
}
|
|
10700
10718
|
}
|
|
10701
|
-
customElements.define("flr-text-area",
|
|
10702
|
-
class
|
|
10719
|
+
customElements.define("flr-text-area", ut);
|
|
10720
|
+
class st extends t {
|
|
10703
10721
|
static get remoteAttributes() {
|
|
10704
10722
|
return ["style"];
|
|
10705
10723
|
}
|
|
@@ -10764,8 +10782,8 @@ class ut extends t {
|
|
|
10764
10782
|
return [];
|
|
10765
10783
|
}
|
|
10766
10784
|
}
|
|
10767
|
-
customElements.define("flr-text-field",
|
|
10768
|
-
class
|
|
10785
|
+
customElements.define("flr-text-field", st);
|
|
10786
|
+
class pt extends t {
|
|
10769
10787
|
static get remoteAttributes() {
|
|
10770
10788
|
return ["style"];
|
|
10771
10789
|
}
|
|
@@ -10811,8 +10829,8 @@ class st extends t {
|
|
|
10811
10829
|
return ["errorMessage"];
|
|
10812
10830
|
}
|
|
10813
10831
|
}
|
|
10814
|
-
customElements.define("flr-time-field",
|
|
10815
|
-
class
|
|
10832
|
+
customElements.define("flr-time-field", pt);
|
|
10833
|
+
class lt extends t {
|
|
10816
10834
|
static get remoteAttributes() {
|
|
10817
10835
|
return ["style"];
|
|
10818
10836
|
}
|
|
@@ -10846,8 +10864,8 @@ class pt extends t {
|
|
|
10846
10864
|
return [];
|
|
10847
10865
|
}
|
|
10848
10866
|
}
|
|
10849
|
-
customElements.define("flr-tooltip",
|
|
10850
|
-
class
|
|
10867
|
+
customElements.define("flr-tooltip", lt);
|
|
10868
|
+
class dt extends t {
|
|
10851
10869
|
static get remoteAttributes() {
|
|
10852
10870
|
return ["style"];
|
|
10853
10871
|
}
|
|
@@ -10870,8 +10888,8 @@ class lt extends t {
|
|
|
10870
10888
|
return [];
|
|
10871
10889
|
}
|
|
10872
10890
|
}
|
|
10873
|
-
customElements.define("flr-tooltip-trigger",
|
|
10874
|
-
class
|
|
10891
|
+
customElements.define("flr-tooltip-trigger", dt);
|
|
10892
|
+
class ct extends t {
|
|
10875
10893
|
static get remoteEvents() {
|
|
10876
10894
|
return {
|
|
10877
10895
|
submit: {}
|
|
@@ -10886,7 +10904,7 @@ class dt extends t {
|
|
|
10886
10904
|
};
|
|
10887
10905
|
}
|
|
10888
10906
|
}
|
|
10889
|
-
customElements.define("flr-form",
|
|
10907
|
+
customElements.define("flr-form", ct);
|
|
10890
10908
|
export {
|
|
10891
10909
|
E as RemoteAccordionElement,
|
|
10892
10910
|
f as RemoteActionGroupElement,
|
|
@@ -10903,89 +10921,90 @@ export {
|
|
|
10903
10921
|
I as RemoteCheckboxButtonElement,
|
|
10904
10922
|
T as RemoteCheckboxElement,
|
|
10905
10923
|
A as RemoteCheckboxGroupElement,
|
|
10906
|
-
L as
|
|
10907
|
-
z as
|
|
10908
|
-
N as
|
|
10909
|
-
F as
|
|
10910
|
-
H as
|
|
10911
|
-
V as
|
|
10912
|
-
W as
|
|
10913
|
-
K as
|
|
10914
|
-
B as
|
|
10915
|
-
q as
|
|
10916
|
-
G as
|
|
10917
|
-
X as
|
|
10918
|
-
Y as
|
|
10919
|
-
j as
|
|
10920
|
-
Z as
|
|
10921
|
-
_ as
|
|
10922
|
-
J as
|
|
10923
|
-
Q as
|
|
10924
|
-
$ as
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
te as
|
|
10928
|
-
ae as
|
|
10929
|
-
re as
|
|
10930
|
-
ie as
|
|
10931
|
-
oe as
|
|
10932
|
-
ne as
|
|
10933
|
-
ue as
|
|
10934
|
-
se as
|
|
10935
|
-
pe as
|
|
10936
|
-
le as
|
|
10937
|
-
de as
|
|
10938
|
-
ce as
|
|
10939
|
-
Ce as
|
|
10940
|
-
me as
|
|
10941
|
-
ge as
|
|
10942
|
-
ve as
|
|
10943
|
-
be as
|
|
10924
|
+
L as RemoteClearPropsContextElement,
|
|
10925
|
+
z as RemoteCodeBlockElement,
|
|
10926
|
+
N as RemoteColumnLayoutElement,
|
|
10927
|
+
F as RemoteContentElement,
|
|
10928
|
+
H as RemoteContextMenuContentElement,
|
|
10929
|
+
V as RemoteContextMenuSectionElement,
|
|
10930
|
+
W as RemoteContextualHelpElement,
|
|
10931
|
+
K as RemoteContextualHelpTriggerElement,
|
|
10932
|
+
B as RemoteCopyButtonElement,
|
|
10933
|
+
q as RemoteCounterBadgeElement,
|
|
10934
|
+
G as RemoteCountryOptionsElement,
|
|
10935
|
+
X as RemoteDatePickerElement,
|
|
10936
|
+
Y as RemoteDateRangePickerElement,
|
|
10937
|
+
j as RemoteDialogTriggerElement,
|
|
10938
|
+
Z as RemoteDivElement,
|
|
10939
|
+
_ as RemoteFieldDescriptionElement,
|
|
10940
|
+
J as RemoteFieldErrorElement,
|
|
10941
|
+
Q as RemoteFileCardElement,
|
|
10942
|
+
$ as RemoteFileCardListElement,
|
|
10943
|
+
ee as RemoteFileFieldElement,
|
|
10944
|
+
ct as RemoteFormElement,
|
|
10945
|
+
te as RemoteFragmentElement,
|
|
10946
|
+
ae as RemoteHeaderElement,
|
|
10947
|
+
re as RemoteHeaderNavigationElement,
|
|
10948
|
+
ie as RemoteHeadingElement,
|
|
10949
|
+
oe as RemoteIconElement,
|
|
10950
|
+
ne as RemoteIllustratedMessageElement,
|
|
10951
|
+
ue as RemoteImageElement,
|
|
10952
|
+
se as RemoteInitialsElement,
|
|
10953
|
+
pe as RemoteInlineCodeElement,
|
|
10954
|
+
le as RemoteItemsGridListElement,
|
|
10955
|
+
de as RemoteItemsGridListItemElement,
|
|
10956
|
+
ce as RemoteLabelElement,
|
|
10957
|
+
Ce as RemoteLabeledValueElement,
|
|
10958
|
+
me as RemoteLayoutCardElement,
|
|
10959
|
+
ge as RemoteLightBoxElement,
|
|
10960
|
+
ve as RemoteLightBoxTriggerElement,
|
|
10961
|
+
be as RemoteLinkElement,
|
|
10962
|
+
ye as RemoteListEmptyViewElement,
|
|
10944
10963
|
he as RemoteListItemViewContentElement,
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
|
|
10949
|
-
|
|
10950
|
-
|
|
10951
|
-
|
|
10952
|
-
|
|
10953
|
-
|
|
10954
|
-
|
|
10955
|
-
|
|
10956
|
-
|
|
10957
|
-
|
|
10958
|
-
|
|
10959
|
-
|
|
10960
|
-
|
|
10961
|
-
|
|
10962
|
-
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
|
-
|
|
10969
|
-
|
|
10970
|
-
|
|
10971
|
-
|
|
10972
|
-
|
|
10973
|
-
|
|
10974
|
-
|
|
10975
|
-
|
|
10976
|
-
|
|
10977
|
-
|
|
10978
|
-
|
|
10979
|
-
|
|
10980
|
-
|
|
10981
|
-
|
|
10982
|
-
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10964
|
+
Ee as RemoteListSummaryElement,
|
|
10965
|
+
fe as RemoteLoadingSpinnerElement,
|
|
10966
|
+
xe as RemoteMarkdownElement,
|
|
10967
|
+
ke as RemoteMenuItemElement,
|
|
10968
|
+
Se as RemoteMenuTriggerElement,
|
|
10969
|
+
we as RemoteMessageElement,
|
|
10970
|
+
Pe as RemoteMessageSeparatorElement,
|
|
10971
|
+
Oe as RemoteMessageThreadElement,
|
|
10972
|
+
Me as RemoteNavigationElement,
|
|
10973
|
+
Ue as RemoteNavigationGroupElement,
|
|
10974
|
+
De as RemoteNotificationElement,
|
|
10975
|
+
Re as RemoteNotificationProviderElement,
|
|
10976
|
+
Te as RemoteNumberFieldElement,
|
|
10977
|
+
Ie as RemoteOptionElement,
|
|
10978
|
+
Ae as RemoteOverlayContentElement,
|
|
10979
|
+
Le as RemotePopoverContentElement,
|
|
10980
|
+
ze as RemoteProgressBarElement,
|
|
10981
|
+
Fe as RemoteRadioButtonElement,
|
|
10982
|
+
Ne as RemoteRadioElement,
|
|
10983
|
+
He as RemoteRadioGroupElement,
|
|
10984
|
+
Ve as RemoteSearchFieldElement,
|
|
10985
|
+
We as RemoteSectionElement,
|
|
10986
|
+
Ke as RemoteSegmentElement,
|
|
10987
|
+
Be as RemoteSegmentedControlElement,
|
|
10988
|
+
qe as RemoteSelectElement,
|
|
10989
|
+
Ge as RemoteSeparatorElement,
|
|
10990
|
+
Xe as RemoteSkeletonElement,
|
|
10991
|
+
Ye as RemoteSkeletonTextElement,
|
|
10992
|
+
je as RemoteSliderElement,
|
|
10993
|
+
Ze as RemoteSwitchElement,
|
|
10994
|
+
_e as RemoteTabElement,
|
|
10995
|
+
Je as RemoteTabTitleElement,
|
|
10996
|
+
$e as RemoteTableBodyElement,
|
|
10997
|
+
et as RemoteTableCellElement,
|
|
10998
|
+
tt as RemoteTableColumnElement,
|
|
10999
|
+
Qe as RemoteTableElement,
|
|
11000
|
+
at as RemoteTableFooterRowElement,
|
|
11001
|
+
rt as RemoteTableHeaderElement,
|
|
11002
|
+
it as RemoteTableRowElement,
|
|
11003
|
+
ot as RemoteTabsElement,
|
|
11004
|
+
ut as RemoteTextAreaElement,
|
|
11005
|
+
nt as RemoteTextElement,
|
|
11006
|
+
st as RemoteTextFieldElement,
|
|
11007
|
+
pt as RemoteTimeFieldElement,
|
|
11008
|
+
lt as RemoteTooltipElement,
|
|
11009
|
+
dt as RemoteTooltipTriggerElement
|
|
10991
11010
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ClearPropsContextProps as RemoteClearPropsContextElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { ClearPropsContextProps as RemoteClearPropsContextElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteClearPropsContextElement extends FlowRemoteElement<RemoteClearPropsContextElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {};
|
|
7
|
+
static get remoteEvents(): {};
|
|
8
|
+
static get remoteSlots(): never[];
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
"flr-clear-props-context": InstanceType<typeof RemoteClearPropsContextElement>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteClearPropsContextElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteClearPropsContextElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteClearPropsContextElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,sBAAsB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACrH,YAAY,EAAE,sBAAsB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAErH,qBAAa,8BAA+B,SAAQ,iBAAiB,CAAC,mCAAmC,CAAC;IACxG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB,OAEnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,yBAAyB,EAAE,YAAY,CACrC,OAAO,8BAA8B,CACtC,CAAC;KACH;CACF"}
|
|
@@ -13,6 +13,7 @@ export * from './RemoteChatElement';
|
|
|
13
13
|
export * from './RemoteCheckboxElement';
|
|
14
14
|
export * from './RemoteCheckboxButtonElement';
|
|
15
15
|
export * from './RemoteCheckboxGroupElement';
|
|
16
|
+
export * from './RemoteClearPropsContextElement';
|
|
16
17
|
export * from './RemoteCodeBlockElement';
|
|
17
18
|
export * from './RemoteColumnLayoutElement';
|
|
18
19
|
export * from './RemoteContentElement';
|
|
@@ -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.77",
|
|
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.77",
|
|
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.77",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.4",
|
|
35
35
|
"nx": "^20.4.5",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e1a9ccdf81b632d4dcaee6f9e345ec900cd5aa40"
|
|
49
49
|
}
|