@mittwald/flow-remote-elements 0.2.0-alpha.24 → 0.2.0-alpha.25
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 +283 -270
- package/dist/types/auto-generated/RemoteContextMenuContentElement.d.ts +37 -0
- package/dist/types/auto-generated/RemoteContextMenuContentElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteListItemViewContentElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteListItemViewContentElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteMenuTriggerElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteMenuTriggerElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +3 -2
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/types/auto-generated/RemoteContextMenuElement.d.ts +0 -49
- package/dist/types/auto-generated/RemoteContextMenuElement.d.ts.map +0 -1
- package/dist/types/auto-generated/RemoteContextMenuTriggerElement.d.ts +0 -17
- package/dist/types/auto-generated/RemoteContextMenuTriggerElement.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var C = (e, a, r) => a in e ? c(e, a, { enumerable: !0, configurable: !0, writab
|
|
|
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
5
|
import { isObjectType as v, omit as b } from "remeda";
|
|
6
|
-
const
|
|
6
|
+
const y = (e) => {
|
|
7
7
|
const a = [];
|
|
8
8
|
for (const r in e)
|
|
9
9
|
a.push(r);
|
|
@@ -21,7 +21,7 @@ class t extends m {
|
|
|
21
21
|
if (v(o.detail)) {
|
|
22
22
|
const d = b(
|
|
23
23
|
o.detail,
|
|
24
|
-
|
|
24
|
+
y(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 h extends t {
|
|
39
39
|
static get remoteAttributes() {
|
|
40
40
|
return ["style"];
|
|
41
41
|
}
|
|
@@ -326,7 +326,7 @@ class y extends t {
|
|
|
326
326
|
return [];
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
customElements.define("flr-accordion",
|
|
329
|
+
customElements.define("flr-accordion", h);
|
|
330
330
|
class E extends t {
|
|
331
331
|
static get remoteAttributes() {
|
|
332
332
|
return ["style"];
|
|
@@ -1303,7 +1303,7 @@ class M extends t {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
1305
|
customElements.define("flr-button", M);
|
|
1306
|
-
class
|
|
1306
|
+
class U extends t {
|
|
1307
1307
|
static get remoteAttributes() {
|
|
1308
1308
|
return ["style"];
|
|
1309
1309
|
}
|
|
@@ -1351,8 +1351,8 @@ class D extends t {
|
|
|
1351
1351
|
return [];
|
|
1352
1352
|
}
|
|
1353
1353
|
}
|
|
1354
|
-
customElements.define("flr-checkbox",
|
|
1355
|
-
class
|
|
1354
|
+
customElements.define("flr-checkbox", U);
|
|
1355
|
+
class D extends t {
|
|
1356
1356
|
static get remoteAttributes() {
|
|
1357
1357
|
return ["style"];
|
|
1358
1358
|
}
|
|
@@ -1400,7 +1400,7 @@ class U extends t {
|
|
|
1400
1400
|
return [];
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
|
-
customElements.define("flr-checkbox-button",
|
|
1403
|
+
customElements.define("flr-checkbox-button", D);
|
|
1404
1404
|
class R extends t {
|
|
1405
1405
|
static get remoteAttributes() {
|
|
1406
1406
|
return ["style"];
|
|
@@ -2057,41 +2057,29 @@ class L extends t {
|
|
|
2057
2057
|
}
|
|
2058
2058
|
static get remoteProperties() {
|
|
2059
2059
|
return {
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2060
|
+
"aria-describedby": {},
|
|
2061
|
+
"aria-details": {},
|
|
2062
|
+
"aria-label": {},
|
|
2063
|
+
"aria-labelledby": {},
|
|
2064
|
+
autoFocus: {},
|
|
2063
2065
|
className: {},
|
|
2064
|
-
containerPadding: {},
|
|
2065
|
-
crossOffset: {},
|
|
2066
|
-
defaultOpen: {},
|
|
2067
2066
|
defaultSelectedKeys: {},
|
|
2067
|
+
dependencies: {},
|
|
2068
2068
|
disabledKeys: {},
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
isKeyboardDismissDisabled: {},
|
|
2073
|
-
isNonModal: {},
|
|
2074
|
-
isOpen: {},
|
|
2075
|
-
maxHeight: {},
|
|
2076
|
-
offset: {},
|
|
2077
|
-
padding: {},
|
|
2078
|
-
placement: {},
|
|
2079
|
-
scrollRef: {},
|
|
2069
|
+
disallowEmptySelection: {},
|
|
2070
|
+
id: {},
|
|
2071
|
+
items: {},
|
|
2080
2072
|
selectedKeys: {},
|
|
2081
2073
|
selectionMode: {},
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
shouldUpdatePosition: {},
|
|
2085
|
-
slot: {},
|
|
2086
|
-
trigger: {},
|
|
2087
|
-
triggerRef: {},
|
|
2088
|
-
width: {}
|
|
2074
|
+
shouldFocusWrap: {},
|
|
2075
|
+
slot: {}
|
|
2089
2076
|
};
|
|
2090
2077
|
}
|
|
2091
2078
|
static get remoteEvents() {
|
|
2092
2079
|
return {
|
|
2093
2080
|
action: {},
|
|
2094
|
-
|
|
2081
|
+
close: {},
|
|
2082
|
+
scroll: {},
|
|
2095
2083
|
selectionChange: {}
|
|
2096
2084
|
};
|
|
2097
2085
|
}
|
|
@@ -2099,7 +2087,10 @@ class L extends t {
|
|
|
2099
2087
|
return [];
|
|
2100
2088
|
}
|
|
2101
2089
|
}
|
|
2102
|
-
customElements.define(
|
|
2090
|
+
customElements.define(
|
|
2091
|
+
"flr-context-menu-content",
|
|
2092
|
+
L
|
|
2093
|
+
);
|
|
2103
2094
|
class z extends t {
|
|
2104
2095
|
static get remoteAttributes() {
|
|
2105
2096
|
return ["style"];
|
|
@@ -2121,26 +2112,6 @@ customElements.define(
|
|
|
2121
2112
|
z
|
|
2122
2113
|
);
|
|
2123
2114
|
class N extends t {
|
|
2124
|
-
static get remoteAttributes() {
|
|
2125
|
-
return ["style"];
|
|
2126
|
-
}
|
|
2127
|
-
static get remoteProperties() {
|
|
2128
|
-
return {
|
|
2129
|
-
isDefaultOpen: {}
|
|
2130
|
-
};
|
|
2131
|
-
}
|
|
2132
|
-
static get remoteEvents() {
|
|
2133
|
-
return {};
|
|
2134
|
-
}
|
|
2135
|
-
static get remoteSlots() {
|
|
2136
|
-
return [];
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
customElements.define(
|
|
2140
|
-
"flr-context-menu-trigger",
|
|
2141
|
-
N
|
|
2142
|
-
);
|
|
2143
|
-
class F extends t {
|
|
2144
2115
|
static get remoteAttributes() {
|
|
2145
2116
|
return ["style"];
|
|
2146
2117
|
}
|
|
@@ -2182,8 +2153,8 @@ class F extends t {
|
|
|
2182
2153
|
return [];
|
|
2183
2154
|
}
|
|
2184
2155
|
}
|
|
2185
|
-
customElements.define("flr-contextual-help",
|
|
2186
|
-
class
|
|
2156
|
+
customElements.define("flr-contextual-help", N);
|
|
2157
|
+
class F extends t {
|
|
2187
2158
|
static get remoteAttributes() {
|
|
2188
2159
|
return ["style"];
|
|
2189
2160
|
}
|
|
@@ -2201,9 +2172,9 @@ class H extends t {
|
|
|
2201
2172
|
}
|
|
2202
2173
|
customElements.define(
|
|
2203
2174
|
"flr-contextual-help-trigger",
|
|
2204
|
-
|
|
2175
|
+
F
|
|
2205
2176
|
);
|
|
2206
|
-
class
|
|
2177
|
+
class H extends t {
|
|
2207
2178
|
static get remoteAttributes() {
|
|
2208
2179
|
return ["style"];
|
|
2209
2180
|
}
|
|
@@ -2263,8 +2234,8 @@ class V extends t {
|
|
|
2263
2234
|
return ["text"];
|
|
2264
2235
|
}
|
|
2265
2236
|
}
|
|
2266
|
-
customElements.define("flr-copy-button",
|
|
2267
|
-
class
|
|
2237
|
+
customElements.define("flr-copy-button", H);
|
|
2238
|
+
class V extends t {
|
|
2268
2239
|
static get remoteAttributes() {
|
|
2269
2240
|
return ["style"];
|
|
2270
2241
|
}
|
|
@@ -2555,7 +2526,7 @@ class K extends t {
|
|
|
2555
2526
|
return [];
|
|
2556
2527
|
}
|
|
2557
2528
|
}
|
|
2558
|
-
customElements.define("flr-counter-badge",
|
|
2529
|
+
customElements.define("flr-counter-badge", V);
|
|
2559
2530
|
class W extends t {
|
|
2560
2531
|
static get remoteAttributes() {
|
|
2561
2532
|
return ["style"];
|
|
@@ -2602,7 +2573,7 @@ class W extends t {
|
|
|
2602
2573
|
}
|
|
2603
2574
|
}
|
|
2604
2575
|
customElements.define("flr-country-options", W);
|
|
2605
|
-
class
|
|
2576
|
+
class K extends t {
|
|
2606
2577
|
static get remoteAttributes() {
|
|
2607
2578
|
return ["style"];
|
|
2608
2579
|
}
|
|
@@ -2655,8 +2626,8 @@ class B extends t {
|
|
|
2655
2626
|
return ["errorMessage"];
|
|
2656
2627
|
}
|
|
2657
2628
|
}
|
|
2658
|
-
customElements.define("flr-date-picker",
|
|
2659
|
-
class
|
|
2629
|
+
customElements.define("flr-date-picker", K);
|
|
2630
|
+
class B extends t {
|
|
2660
2631
|
static get remoteAttributes() {
|
|
2661
2632
|
return ["style"];
|
|
2662
2633
|
}
|
|
@@ -2711,8 +2682,8 @@ class q extends t {
|
|
|
2711
2682
|
return ["errorMessage"];
|
|
2712
2683
|
}
|
|
2713
2684
|
}
|
|
2714
|
-
customElements.define("flr-date-range-picker",
|
|
2715
|
-
class
|
|
2685
|
+
customElements.define("flr-date-range-picker", B);
|
|
2686
|
+
class q extends t {
|
|
2716
2687
|
static get remoteAttributes() {
|
|
2717
2688
|
return ["style"];
|
|
2718
2689
|
}
|
|
@@ -2731,8 +2702,8 @@ class G extends t {
|
|
|
2731
2702
|
return [];
|
|
2732
2703
|
}
|
|
2733
2704
|
}
|
|
2734
|
-
customElements.define("flr-dialog-trigger",
|
|
2735
|
-
class
|
|
2705
|
+
customElements.define("flr-dialog-trigger", q);
|
|
2706
|
+
class G extends t {
|
|
2736
2707
|
static get remoteAttributes() {
|
|
2737
2708
|
return ["style"];
|
|
2738
2709
|
}
|
|
@@ -2748,8 +2719,8 @@ class X extends t {
|
|
|
2748
2719
|
return [];
|
|
2749
2720
|
}
|
|
2750
2721
|
}
|
|
2751
|
-
customElements.define("flr-div",
|
|
2752
|
-
class
|
|
2722
|
+
customElements.define("flr-div", G);
|
|
2723
|
+
class X extends t {
|
|
2753
2724
|
static get remoteAttributes() {
|
|
2754
2725
|
return ["style"];
|
|
2755
2726
|
}
|
|
@@ -3040,8 +3011,8 @@ class Y extends t {
|
|
|
3040
3011
|
return [];
|
|
3041
3012
|
}
|
|
3042
3013
|
}
|
|
3043
|
-
customElements.define("flr-field-description",
|
|
3044
|
-
class
|
|
3014
|
+
customElements.define("flr-field-description", X);
|
|
3015
|
+
class Y extends t {
|
|
3045
3016
|
static get remoteAttributes() {
|
|
3046
3017
|
return ["style"];
|
|
3047
3018
|
}
|
|
@@ -3058,8 +3029,8 @@ class j extends t {
|
|
|
3058
3029
|
return [];
|
|
3059
3030
|
}
|
|
3060
3031
|
}
|
|
3061
|
-
customElements.define("flr-field-error",
|
|
3062
|
-
class
|
|
3032
|
+
customElements.define("flr-field-error", Y);
|
|
3033
|
+
class j extends t {
|
|
3063
3034
|
static get remoteAttributes() {
|
|
3064
3035
|
return ["style"];
|
|
3065
3036
|
}
|
|
@@ -3358,8 +3329,8 @@ class Z extends t {
|
|
|
3358
3329
|
return [];
|
|
3359
3330
|
}
|
|
3360
3331
|
}
|
|
3361
|
-
customElements.define("flr-file-card",
|
|
3362
|
-
class
|
|
3332
|
+
customElements.define("flr-file-card", j);
|
|
3333
|
+
class Z extends t {
|
|
3363
3334
|
static get remoteAttributes() {
|
|
3364
3335
|
return ["style"];
|
|
3365
3336
|
}
|
|
@@ -3654,8 +3625,8 @@ class _ extends t {
|
|
|
3654
3625
|
return [];
|
|
3655
3626
|
}
|
|
3656
3627
|
}
|
|
3657
|
-
customElements.define("flr-file-card-list",
|
|
3658
|
-
class
|
|
3628
|
+
customElements.define("flr-file-card-list", Z);
|
|
3629
|
+
class _ extends t {
|
|
3659
3630
|
static get remoteAttributes() {
|
|
3660
3631
|
return ["style"];
|
|
3661
3632
|
}
|
|
@@ -3679,8 +3650,8 @@ class J extends t {
|
|
|
3679
3650
|
return [];
|
|
3680
3651
|
}
|
|
3681
3652
|
}
|
|
3682
|
-
customElements.define("flr-file-field",
|
|
3683
|
-
class
|
|
3653
|
+
customElements.define("flr-file-field", _);
|
|
3654
|
+
class J extends t {
|
|
3684
3655
|
static get remoteAttributes() {
|
|
3685
3656
|
return ["style"];
|
|
3686
3657
|
}
|
|
@@ -3694,8 +3665,8 @@ class Q extends t {
|
|
|
3694
3665
|
return [];
|
|
3695
3666
|
}
|
|
3696
3667
|
}
|
|
3697
|
-
customElements.define("flr-fragment",
|
|
3698
|
-
class
|
|
3668
|
+
customElements.define("flr-fragment", J);
|
|
3669
|
+
class Q extends t {
|
|
3699
3670
|
static get remoteAttributes() {
|
|
3700
3671
|
return ["style"];
|
|
3701
3672
|
}
|
|
@@ -3986,8 +3957,8 @@ class $ extends t {
|
|
|
3986
3957
|
return [];
|
|
3987
3958
|
}
|
|
3988
3959
|
}
|
|
3989
|
-
customElements.define("flr-header",
|
|
3990
|
-
class
|
|
3960
|
+
customElements.define("flr-header", Q);
|
|
3961
|
+
class $ extends t {
|
|
3991
3962
|
static get remoteAttributes() {
|
|
3992
3963
|
return ["style"];
|
|
3993
3964
|
}
|
|
@@ -4276,8 +4247,8 @@ class ee extends t {
|
|
|
4276
4247
|
return [];
|
|
4277
4248
|
}
|
|
4278
4249
|
}
|
|
4279
|
-
customElements.define("flr-header-navigation",
|
|
4280
|
-
class
|
|
4250
|
+
customElements.define("flr-header-navigation", $);
|
|
4251
|
+
class ee extends t {
|
|
4281
4252
|
static get remoteAttributes() {
|
|
4282
4253
|
return ["style"];
|
|
4283
4254
|
}
|
|
@@ -4568,8 +4539,8 @@ class te extends t {
|
|
|
4568
4539
|
return [];
|
|
4569
4540
|
}
|
|
4570
4541
|
}
|
|
4571
|
-
customElements.define("flr-heading",
|
|
4572
|
-
class
|
|
4542
|
+
customElements.define("flr-heading", ee);
|
|
4543
|
+
class te extends t {
|
|
4573
4544
|
static get remoteAttributes() {
|
|
4574
4545
|
return ["style"];
|
|
4575
4546
|
}
|
|
@@ -5065,8 +5036,8 @@ class ae extends t {
|
|
|
5065
5036
|
return [];
|
|
5066
5037
|
}
|
|
5067
5038
|
}
|
|
5068
|
-
customElements.define("flr-icon",
|
|
5069
|
-
class
|
|
5039
|
+
customElements.define("flr-icon", te);
|
|
5040
|
+
class ae extends t {
|
|
5070
5041
|
static get remoteAttributes() {
|
|
5071
5042
|
return ["style"];
|
|
5072
5043
|
}
|
|
@@ -5357,9 +5328,9 @@ class re extends t {
|
|
|
5357
5328
|
}
|
|
5358
5329
|
customElements.define(
|
|
5359
5330
|
"flr-illustrated-message",
|
|
5360
|
-
|
|
5331
|
+
ae
|
|
5361
5332
|
);
|
|
5362
|
-
class
|
|
5333
|
+
class re extends t {
|
|
5363
5334
|
static get remoteAttributes() {
|
|
5364
5335
|
return ["style"];
|
|
5365
5336
|
}
|
|
@@ -5660,8 +5631,8 @@ class ie extends t {
|
|
|
5660
5631
|
return [];
|
|
5661
5632
|
}
|
|
5662
5633
|
}
|
|
5663
|
-
customElements.define("flr-image",
|
|
5664
|
-
class
|
|
5634
|
+
customElements.define("flr-image", re);
|
|
5635
|
+
class ie extends t {
|
|
5665
5636
|
static get remoteAttributes() {
|
|
5666
5637
|
return ["style"];
|
|
5667
5638
|
}
|
|
@@ -5677,8 +5648,8 @@ class oe extends t {
|
|
|
5677
5648
|
return [];
|
|
5678
5649
|
}
|
|
5679
5650
|
}
|
|
5680
|
-
customElements.define("flr-initials",
|
|
5681
|
-
class
|
|
5651
|
+
customElements.define("flr-initials", ie);
|
|
5652
|
+
class oe extends t {
|
|
5682
5653
|
static get remoteAttributes() {
|
|
5683
5654
|
return ["style"];
|
|
5684
5655
|
}
|
|
@@ -5967,8 +5938,8 @@ class ne extends t {
|
|
|
5967
5938
|
return [];
|
|
5968
5939
|
}
|
|
5969
5940
|
}
|
|
5970
|
-
customElements.define("flr-inline-code",
|
|
5971
|
-
class
|
|
5941
|
+
customElements.define("flr-inline-code", oe);
|
|
5942
|
+
class ne extends t {
|
|
5972
5943
|
static get remoteAttributes() {
|
|
5973
5944
|
return ["style"];
|
|
5974
5945
|
}
|
|
@@ -6007,8 +5978,8 @@ class ue extends t {
|
|
|
6007
5978
|
return [];
|
|
6008
5979
|
}
|
|
6009
5980
|
}
|
|
6010
|
-
customElements.define("flr-items-grid-list",
|
|
6011
|
-
class
|
|
5981
|
+
customElements.define("flr-items-grid-list", ne);
|
|
5982
|
+
class ue extends t {
|
|
6012
5983
|
static get remoteAttributes() {
|
|
6013
5984
|
return ["style"];
|
|
6014
5985
|
}
|
|
@@ -6044,9 +6015,9 @@ class se extends t {
|
|
|
6044
6015
|
}
|
|
6045
6016
|
customElements.define(
|
|
6046
6017
|
"flr-items-grid-list-item",
|
|
6047
|
-
|
|
6018
|
+
ue
|
|
6048
6019
|
);
|
|
6049
|
-
class
|
|
6020
|
+
class se extends t {
|
|
6050
6021
|
static get remoteAttributes() {
|
|
6051
6022
|
return ["style"];
|
|
6052
6023
|
}
|
|
@@ -6341,8 +6312,8 @@ class pe extends t {
|
|
|
6341
6312
|
return [];
|
|
6342
6313
|
}
|
|
6343
6314
|
}
|
|
6344
|
-
customElements.define("flr-label",
|
|
6345
|
-
class
|
|
6315
|
+
customElements.define("flr-label", se);
|
|
6316
|
+
class pe extends t {
|
|
6346
6317
|
static get remoteAttributes() {
|
|
6347
6318
|
return ["style"];
|
|
6348
6319
|
}
|
|
@@ -6358,8 +6329,8 @@ class le extends t {
|
|
|
6358
6329
|
return [];
|
|
6359
6330
|
}
|
|
6360
6331
|
}
|
|
6361
|
-
customElements.define("flr-labeled-value",
|
|
6362
|
-
class
|
|
6332
|
+
customElements.define("flr-labeled-value", pe);
|
|
6333
|
+
class le extends t {
|
|
6363
6334
|
static get remoteAttributes() {
|
|
6364
6335
|
return ["style"];
|
|
6365
6336
|
}
|
|
@@ -6649,8 +6620,8 @@ class de extends t {
|
|
|
6649
6620
|
return [];
|
|
6650
6621
|
}
|
|
6651
6622
|
}
|
|
6652
|
-
customElements.define("flr-layout-card",
|
|
6653
|
-
class
|
|
6623
|
+
customElements.define("flr-layout-card", le);
|
|
6624
|
+
class de extends t {
|
|
6654
6625
|
static get remoteAttributes() {
|
|
6655
6626
|
return ["style"];
|
|
6656
6627
|
}
|
|
@@ -6667,8 +6638,8 @@ class ce extends t {
|
|
|
6667
6638
|
return [];
|
|
6668
6639
|
}
|
|
6669
6640
|
}
|
|
6670
|
-
customElements.define("flr-light-box",
|
|
6671
|
-
class
|
|
6641
|
+
customElements.define("flr-light-box", de);
|
|
6642
|
+
class ce extends t {
|
|
6672
6643
|
static get remoteAttributes() {
|
|
6673
6644
|
return ["style"];
|
|
6674
6645
|
}
|
|
@@ -6684,8 +6655,8 @@ class Ce extends t {
|
|
|
6684
6655
|
return [];
|
|
6685
6656
|
}
|
|
6686
6657
|
}
|
|
6687
|
-
customElements.define("flr-light-box-trigger",
|
|
6688
|
-
class
|
|
6658
|
+
customElements.define("flr-light-box-trigger", ce);
|
|
6659
|
+
class Ce extends t {
|
|
6689
6660
|
static get remoteAttributes() {
|
|
6690
6661
|
return ["style"];
|
|
6691
6662
|
}
|
|
@@ -6734,8 +6705,8 @@ class me extends t {
|
|
|
6734
6705
|
return [];
|
|
6735
6706
|
}
|
|
6736
6707
|
}
|
|
6737
|
-
customElements.define("flr-link",
|
|
6738
|
-
class
|
|
6708
|
+
customElements.define("flr-link", Ce);
|
|
6709
|
+
class me extends t {
|
|
6739
6710
|
static get remoteAttributes() {
|
|
6740
6711
|
return ["style"];
|
|
6741
6712
|
}
|
|
@@ -6749,7 +6720,27 @@ class ge extends t {
|
|
|
6749
6720
|
return [];
|
|
6750
6721
|
}
|
|
6751
6722
|
}
|
|
6752
|
-
customElements.define("flr-list-empty-view",
|
|
6723
|
+
customElements.define("flr-list-empty-view", me);
|
|
6724
|
+
class ge extends t {
|
|
6725
|
+
static get remoteAttributes() {
|
|
6726
|
+
return ["style"];
|
|
6727
|
+
}
|
|
6728
|
+
static get remoteProperties() {
|
|
6729
|
+
return {
|
|
6730
|
+
className: {}
|
|
6731
|
+
};
|
|
6732
|
+
}
|
|
6733
|
+
static get remoteEvents() {
|
|
6734
|
+
return {};
|
|
6735
|
+
}
|
|
6736
|
+
static get remoteSlots() {
|
|
6737
|
+
return ["button", "subTitle", "title"];
|
|
6738
|
+
}
|
|
6739
|
+
}
|
|
6740
|
+
customElements.define(
|
|
6741
|
+
"flr-list-item-view-content",
|
|
6742
|
+
ge
|
|
6743
|
+
);
|
|
6753
6744
|
class ve extends t {
|
|
6754
6745
|
static get remoteAttributes() {
|
|
6755
6746
|
return ["style"];
|
|
@@ -7262,7 +7253,7 @@ class be extends t {
|
|
|
7262
7253
|
}
|
|
7263
7254
|
}
|
|
7264
7255
|
customElements.define("flr-loading-spinner", be);
|
|
7265
|
-
class
|
|
7256
|
+
class ye extends t {
|
|
7266
7257
|
static get remoteAttributes() {
|
|
7267
7258
|
return ["style"];
|
|
7268
7259
|
}
|
|
@@ -7288,8 +7279,8 @@ class he extends t {
|
|
|
7288
7279
|
return [];
|
|
7289
7280
|
}
|
|
7290
7281
|
}
|
|
7291
|
-
customElements.define("flr-markdown",
|
|
7292
|
-
class
|
|
7282
|
+
customElements.define("flr-markdown", ye);
|
|
7283
|
+
class he extends t {
|
|
7293
7284
|
static get remoteAttributes() {
|
|
7294
7285
|
return ["style"];
|
|
7295
7286
|
}
|
|
@@ -7324,8 +7315,29 @@ class ye extends t {
|
|
|
7324
7315
|
return [];
|
|
7325
7316
|
}
|
|
7326
7317
|
}
|
|
7327
|
-
customElements.define("flr-menu-item",
|
|
7318
|
+
customElements.define("flr-menu-item", he);
|
|
7328
7319
|
class Ee extends t {
|
|
7320
|
+
static get remoteAttributes() {
|
|
7321
|
+
return ["style"];
|
|
7322
|
+
}
|
|
7323
|
+
static get remoteProperties() {
|
|
7324
|
+
return {
|
|
7325
|
+
defaultOpen: {},
|
|
7326
|
+
isOpen: {},
|
|
7327
|
+
trigger: {}
|
|
7328
|
+
};
|
|
7329
|
+
}
|
|
7330
|
+
static get remoteEvents() {
|
|
7331
|
+
return {
|
|
7332
|
+
openChange: {}
|
|
7333
|
+
};
|
|
7334
|
+
}
|
|
7335
|
+
static get remoteSlots() {
|
|
7336
|
+
return [];
|
|
7337
|
+
}
|
|
7338
|
+
}
|
|
7339
|
+
customElements.define("flr-menu-trigger", Ee);
|
|
7340
|
+
class fe extends t {
|
|
7329
7341
|
static get remoteAttributes() {
|
|
7330
7342
|
return ["style"];
|
|
7331
7343
|
}
|
|
@@ -7343,8 +7355,8 @@ class Ee extends t {
|
|
|
7343
7355
|
return [];
|
|
7344
7356
|
}
|
|
7345
7357
|
}
|
|
7346
|
-
customElements.define("flr-message",
|
|
7347
|
-
class
|
|
7358
|
+
customElements.define("flr-message", fe);
|
|
7359
|
+
class xe extends t {
|
|
7348
7360
|
static get remoteAttributes() {
|
|
7349
7361
|
return ["style"];
|
|
7350
7362
|
}
|
|
@@ -7633,8 +7645,8 @@ class fe extends t {
|
|
|
7633
7645
|
return [];
|
|
7634
7646
|
}
|
|
7635
7647
|
}
|
|
7636
|
-
customElements.define("flr-navigation",
|
|
7637
|
-
class
|
|
7648
|
+
customElements.define("flr-navigation", xe);
|
|
7649
|
+
class ke extends t {
|
|
7638
7650
|
static get remoteAttributes() {
|
|
7639
7651
|
return ["style"];
|
|
7640
7652
|
}
|
|
@@ -7924,8 +7936,8 @@ class xe extends t {
|
|
|
7924
7936
|
return [];
|
|
7925
7937
|
}
|
|
7926
7938
|
}
|
|
7927
|
-
customElements.define("flr-navigation-group",
|
|
7928
|
-
class
|
|
7939
|
+
customElements.define("flr-navigation-group", ke);
|
|
7940
|
+
class Se extends t {
|
|
7929
7941
|
static get remoteAttributes() {
|
|
7930
7942
|
return ["style"];
|
|
7931
7943
|
}
|
|
@@ -8218,8 +8230,8 @@ class ke extends t {
|
|
|
8218
8230
|
return [];
|
|
8219
8231
|
}
|
|
8220
8232
|
}
|
|
8221
|
-
customElements.define("flr-notification",
|
|
8222
|
-
class
|
|
8233
|
+
customElements.define("flr-notification", Se);
|
|
8234
|
+
class we extends t {
|
|
8223
8235
|
static get remoteAttributes() {
|
|
8224
8236
|
return ["style"];
|
|
8225
8237
|
}
|
|
@@ -8510,9 +8522,9 @@ class Se extends t {
|
|
|
8510
8522
|
}
|
|
8511
8523
|
customElements.define(
|
|
8512
8524
|
"flr-notification-provider",
|
|
8513
|
-
|
|
8525
|
+
we
|
|
8514
8526
|
);
|
|
8515
|
-
class
|
|
8527
|
+
class Pe extends t {
|
|
8516
8528
|
static get remoteAttributes() {
|
|
8517
8529
|
return ["style"];
|
|
8518
8530
|
}
|
|
@@ -8567,8 +8579,8 @@ class we extends t {
|
|
|
8567
8579
|
return [];
|
|
8568
8580
|
}
|
|
8569
8581
|
}
|
|
8570
|
-
customElements.define("flr-number-field",
|
|
8571
|
-
class
|
|
8582
|
+
customElements.define("flr-number-field", Pe);
|
|
8583
|
+
class Oe extends t {
|
|
8572
8584
|
static get remoteAttributes() {
|
|
8573
8585
|
return ["style"];
|
|
8574
8586
|
}
|
|
@@ -8601,8 +8613,8 @@ class Pe extends t {
|
|
|
8601
8613
|
return [];
|
|
8602
8614
|
}
|
|
8603
8615
|
}
|
|
8604
|
-
customElements.define("flr-option",
|
|
8605
|
-
class
|
|
8616
|
+
customElements.define("flr-option", Oe);
|
|
8617
|
+
class Me extends t {
|
|
8606
8618
|
static get remoteAttributes() {
|
|
8607
8619
|
return ["style"];
|
|
8608
8620
|
}
|
|
@@ -8622,8 +8634,8 @@ class Oe extends t {
|
|
|
8622
8634
|
return [];
|
|
8623
8635
|
}
|
|
8624
8636
|
}
|
|
8625
|
-
customElements.define("flr-overlay-content",
|
|
8626
|
-
class
|
|
8637
|
+
customElements.define("flr-overlay-content", Me);
|
|
8638
|
+
class Ue extends t {
|
|
8627
8639
|
static get remoteAttributes() {
|
|
8628
8640
|
return ["style"];
|
|
8629
8641
|
}
|
|
@@ -8646,7 +8658,7 @@ class Me extends t {
|
|
|
8646
8658
|
return [];
|
|
8647
8659
|
}
|
|
8648
8660
|
}
|
|
8649
|
-
customElements.define("flr-popover-content",
|
|
8661
|
+
customElements.define("flr-popover-content", Ue);
|
|
8650
8662
|
class De extends t {
|
|
8651
8663
|
static get remoteAttributes() {
|
|
8652
8664
|
return ["style"];
|
|
@@ -8678,7 +8690,7 @@ class De extends t {
|
|
|
8678
8690
|
}
|
|
8679
8691
|
}
|
|
8680
8692
|
customElements.define("flr-progress-bar", De);
|
|
8681
|
-
class
|
|
8693
|
+
class Re extends t {
|
|
8682
8694
|
static get remoteAttributes() {
|
|
8683
8695
|
return ["style"];
|
|
8684
8696
|
}
|
|
@@ -8713,8 +8725,8 @@ class Ue extends t {
|
|
|
8713
8725
|
return [];
|
|
8714
8726
|
}
|
|
8715
8727
|
}
|
|
8716
|
-
customElements.define("flr-radio",
|
|
8717
|
-
class
|
|
8728
|
+
customElements.define("flr-radio", Re);
|
|
8729
|
+
class Te extends t {
|
|
8718
8730
|
static get remoteAttributes() {
|
|
8719
8731
|
return ["style"];
|
|
8720
8732
|
}
|
|
@@ -8749,8 +8761,8 @@ class Re extends t {
|
|
|
8749
8761
|
return [];
|
|
8750
8762
|
}
|
|
8751
8763
|
}
|
|
8752
|
-
customElements.define("flr-radio-button",
|
|
8753
|
-
class
|
|
8764
|
+
customElements.define("flr-radio-button", Te);
|
|
8765
|
+
class Ie extends t {
|
|
8754
8766
|
static get remoteAttributes() {
|
|
8755
8767
|
return ["style"];
|
|
8756
8768
|
}
|
|
@@ -8791,8 +8803,8 @@ class Te extends t {
|
|
|
8791
8803
|
return [];
|
|
8792
8804
|
}
|
|
8793
8805
|
}
|
|
8794
|
-
customElements.define("flr-radio-group",
|
|
8795
|
-
class
|
|
8806
|
+
customElements.define("flr-radio-group", Ie);
|
|
8807
|
+
class Ae extends t {
|
|
8796
8808
|
static get remoteAttributes() {
|
|
8797
8809
|
return ["style"];
|
|
8798
8810
|
}
|
|
@@ -8856,8 +8868,8 @@ class Ie extends t {
|
|
|
8856
8868
|
return [];
|
|
8857
8869
|
}
|
|
8858
8870
|
}
|
|
8859
|
-
customElements.define("flr-search-field",
|
|
8860
|
-
class
|
|
8871
|
+
customElements.define("flr-search-field", Ae);
|
|
8872
|
+
class Le extends t {
|
|
8861
8873
|
static get remoteAttributes() {
|
|
8862
8874
|
return ["style"];
|
|
8863
8875
|
}
|
|
@@ -9148,8 +9160,8 @@ class Ae extends t {
|
|
|
9148
9160
|
return [];
|
|
9149
9161
|
}
|
|
9150
9162
|
}
|
|
9151
|
-
customElements.define("flr-section",
|
|
9152
|
-
class
|
|
9163
|
+
customElements.define("flr-section", Le);
|
|
9164
|
+
class ze extends t {
|
|
9153
9165
|
static get remoteAttributes() {
|
|
9154
9166
|
return ["style"];
|
|
9155
9167
|
}
|
|
@@ -9184,8 +9196,8 @@ class Le extends t {
|
|
|
9184
9196
|
return [];
|
|
9185
9197
|
}
|
|
9186
9198
|
}
|
|
9187
|
-
customElements.define("flr-segment",
|
|
9188
|
-
class
|
|
9199
|
+
customElements.define("flr-segment", ze);
|
|
9200
|
+
class Ne extends t {
|
|
9189
9201
|
static get remoteAttributes() {
|
|
9190
9202
|
return ["style"];
|
|
9191
9203
|
}
|
|
@@ -9224,8 +9236,8 @@ class ze extends t {
|
|
|
9224
9236
|
return [];
|
|
9225
9237
|
}
|
|
9226
9238
|
}
|
|
9227
|
-
customElements.define("flr-segmented-control",
|
|
9228
|
-
class
|
|
9239
|
+
customElements.define("flr-segmented-control", Ne);
|
|
9240
|
+
class Fe extends t {
|
|
9229
9241
|
static get remoteAttributes() {
|
|
9230
9242
|
return ["style"];
|
|
9231
9243
|
}
|
|
@@ -9271,8 +9283,8 @@ class Ne extends t {
|
|
|
9271
9283
|
return [];
|
|
9272
9284
|
}
|
|
9273
9285
|
}
|
|
9274
|
-
customElements.define("flr-select",
|
|
9275
|
-
class
|
|
9286
|
+
customElements.define("flr-select", Fe);
|
|
9287
|
+
class He extends t {
|
|
9276
9288
|
static get remoteAttributes() {
|
|
9277
9289
|
return ["style"];
|
|
9278
9290
|
}
|
|
@@ -9295,8 +9307,8 @@ class Fe extends t {
|
|
|
9295
9307
|
return [];
|
|
9296
9308
|
}
|
|
9297
9309
|
}
|
|
9298
|
-
customElements.define("flr-separator",
|
|
9299
|
-
class
|
|
9310
|
+
customElements.define("flr-separator", He);
|
|
9311
|
+
class Ve extends t {
|
|
9300
9312
|
static get remoteAttributes() {
|
|
9301
9313
|
return ["style"];
|
|
9302
9314
|
}
|
|
@@ -9587,8 +9599,8 @@ class He extends t {
|
|
|
9587
9599
|
return [];
|
|
9588
9600
|
}
|
|
9589
9601
|
}
|
|
9590
|
-
customElements.define("flr-skeleton",
|
|
9591
|
-
class
|
|
9602
|
+
customElements.define("flr-skeleton", Ve);
|
|
9603
|
+
class We extends t {
|
|
9592
9604
|
static get remoteAttributes() {
|
|
9593
9605
|
return ["style"];
|
|
9594
9606
|
}
|
|
@@ -9878,7 +9890,7 @@ class Ve extends t {
|
|
|
9878
9890
|
return [];
|
|
9879
9891
|
}
|
|
9880
9892
|
}
|
|
9881
|
-
customElements.define("flr-skeleton-text",
|
|
9893
|
+
customElements.define("flr-skeleton-text", We);
|
|
9882
9894
|
class Ke extends t {
|
|
9883
9895
|
static get remoteAttributes() {
|
|
9884
9896
|
return ["style"];
|
|
@@ -9915,7 +9927,7 @@ class Ke extends t {
|
|
|
9915
9927
|
}
|
|
9916
9928
|
}
|
|
9917
9929
|
customElements.define("flr-slider", Ke);
|
|
9918
|
-
class
|
|
9930
|
+
class Be extends t {
|
|
9919
9931
|
static get remoteAttributes() {
|
|
9920
9932
|
return ["style"];
|
|
9921
9933
|
}
|
|
@@ -9958,8 +9970,8 @@ class We extends t {
|
|
|
9958
9970
|
return [];
|
|
9959
9971
|
}
|
|
9960
9972
|
}
|
|
9961
|
-
customElements.define("flr-switch",
|
|
9962
|
-
class
|
|
9973
|
+
customElements.define("flr-switch", Be);
|
|
9974
|
+
class qe extends t {
|
|
9963
9975
|
static get remoteAttributes() {
|
|
9964
9976
|
return ["style"];
|
|
9965
9977
|
}
|
|
@@ -9981,8 +9993,8 @@ class Be extends t {
|
|
|
9981
9993
|
return [];
|
|
9982
9994
|
}
|
|
9983
9995
|
}
|
|
9984
|
-
customElements.define("flr-tab",
|
|
9985
|
-
class
|
|
9996
|
+
customElements.define("flr-tab", qe);
|
|
9997
|
+
class Ge extends t {
|
|
9986
9998
|
static get remoteAttributes() {
|
|
9987
9999
|
return ["style"];
|
|
9988
10000
|
}
|
|
@@ -10014,8 +10026,8 @@ class qe extends t {
|
|
|
10014
10026
|
return [];
|
|
10015
10027
|
}
|
|
10016
10028
|
}
|
|
10017
|
-
customElements.define("flr-tab-title",
|
|
10018
|
-
class
|
|
10029
|
+
customElements.define("flr-tab-title", Ge);
|
|
10030
|
+
class Xe extends t {
|
|
10019
10031
|
static get remoteAttributes() {
|
|
10020
10032
|
return ["style"];
|
|
10021
10033
|
}
|
|
@@ -10051,8 +10063,8 @@ class Ge extends t {
|
|
|
10051
10063
|
return [];
|
|
10052
10064
|
}
|
|
10053
10065
|
}
|
|
10054
|
-
customElements.define("flr-table",
|
|
10055
|
-
class
|
|
10066
|
+
customElements.define("flr-table", Xe);
|
|
10067
|
+
class Ye extends t {
|
|
10056
10068
|
static get remoteAttributes() {
|
|
10057
10069
|
return ["style"];
|
|
10058
10070
|
}
|
|
@@ -10072,8 +10084,8 @@ class Xe extends t {
|
|
|
10072
10084
|
return [];
|
|
10073
10085
|
}
|
|
10074
10086
|
}
|
|
10075
|
-
customElements.define("flr-table-body",
|
|
10076
|
-
class
|
|
10087
|
+
customElements.define("flr-table-body", Ye);
|
|
10088
|
+
class je extends t {
|
|
10077
10089
|
static get remoteAttributes() {
|
|
10078
10090
|
return ["style"];
|
|
10079
10091
|
}
|
|
@@ -10092,8 +10104,8 @@ class Ye extends t {
|
|
|
10092
10104
|
return [];
|
|
10093
10105
|
}
|
|
10094
10106
|
}
|
|
10095
|
-
customElements.define("flr-table-cell",
|
|
10096
|
-
class
|
|
10107
|
+
customElements.define("flr-table-cell", je);
|
|
10108
|
+
class Ze extends t {
|
|
10097
10109
|
static get remoteAttributes() {
|
|
10098
10110
|
return ["style"];
|
|
10099
10111
|
}
|
|
@@ -10117,8 +10129,8 @@ class je extends t {
|
|
|
10117
10129
|
return [];
|
|
10118
10130
|
}
|
|
10119
10131
|
}
|
|
10120
|
-
customElements.define("flr-table-column",
|
|
10121
|
-
class
|
|
10132
|
+
customElements.define("flr-table-column", Ze);
|
|
10133
|
+
class _e extends t {
|
|
10122
10134
|
static get remoteAttributes() {
|
|
10123
10135
|
return ["style"];
|
|
10124
10136
|
}
|
|
@@ -10154,8 +10166,8 @@ class Ze extends t {
|
|
|
10154
10166
|
return [];
|
|
10155
10167
|
}
|
|
10156
10168
|
}
|
|
10157
|
-
customElements.define("flr-table-footer-row",
|
|
10158
|
-
class
|
|
10169
|
+
customElements.define("flr-table-footer-row", _e);
|
|
10170
|
+
class Je extends t {
|
|
10159
10171
|
static get remoteAttributes() {
|
|
10160
10172
|
return ["style"];
|
|
10161
10173
|
}
|
|
@@ -10177,8 +10189,8 @@ class _e extends t {
|
|
|
10177
10189
|
return [];
|
|
10178
10190
|
}
|
|
10179
10191
|
}
|
|
10180
|
-
customElements.define("flr-table-header",
|
|
10181
|
-
class
|
|
10192
|
+
customElements.define("flr-table-header", Je);
|
|
10193
|
+
class Qe extends t {
|
|
10182
10194
|
static get remoteAttributes() {
|
|
10183
10195
|
return ["style"];
|
|
10184
10196
|
}
|
|
@@ -10214,8 +10226,8 @@ class Je extends t {
|
|
|
10214
10226
|
return [];
|
|
10215
10227
|
}
|
|
10216
10228
|
}
|
|
10217
|
-
customElements.define("flr-table-row",
|
|
10218
|
-
class
|
|
10229
|
+
customElements.define("flr-table-row", Qe);
|
|
10230
|
+
class $e extends t {
|
|
10219
10231
|
static get remoteAttributes() {
|
|
10220
10232
|
return ["style"];
|
|
10221
10233
|
}
|
|
@@ -10245,8 +10257,8 @@ class Qe extends t {
|
|
|
10245
10257
|
return [];
|
|
10246
10258
|
}
|
|
10247
10259
|
}
|
|
10248
|
-
customElements.define("flr-tabs",
|
|
10249
|
-
class
|
|
10260
|
+
customElements.define("flr-tabs", $e);
|
|
10261
|
+
class et extends t {
|
|
10250
10262
|
static get remoteAttributes() {
|
|
10251
10263
|
return ["style"];
|
|
10252
10264
|
}
|
|
@@ -10537,8 +10549,8 @@ class $e extends t {
|
|
|
10537
10549
|
return [];
|
|
10538
10550
|
}
|
|
10539
10551
|
}
|
|
10540
|
-
customElements.define("flr-text",
|
|
10541
|
-
class
|
|
10552
|
+
customElements.define("flr-text", et);
|
|
10553
|
+
class tt extends t {
|
|
10542
10554
|
static get remoteAttributes() {
|
|
10543
10555
|
return ["style"];
|
|
10544
10556
|
}
|
|
@@ -10604,8 +10616,8 @@ class et extends t {
|
|
|
10604
10616
|
return [];
|
|
10605
10617
|
}
|
|
10606
10618
|
}
|
|
10607
|
-
customElements.define("flr-text-area",
|
|
10608
|
-
class
|
|
10619
|
+
customElements.define("flr-text-area", tt);
|
|
10620
|
+
class at extends t {
|
|
10609
10621
|
static get remoteAttributes() {
|
|
10610
10622
|
return ["style"];
|
|
10611
10623
|
}
|
|
@@ -10670,8 +10682,8 @@ class tt extends t {
|
|
|
10670
10682
|
return [];
|
|
10671
10683
|
}
|
|
10672
10684
|
}
|
|
10673
|
-
customElements.define("flr-text-field",
|
|
10674
|
-
class
|
|
10685
|
+
customElements.define("flr-text-field", at);
|
|
10686
|
+
class rt extends t {
|
|
10675
10687
|
static get remoteAttributes() {
|
|
10676
10688
|
return ["style"];
|
|
10677
10689
|
}
|
|
@@ -10717,8 +10729,8 @@ class at extends t {
|
|
|
10717
10729
|
return ["errorMessage"];
|
|
10718
10730
|
}
|
|
10719
10731
|
}
|
|
10720
|
-
customElements.define("flr-time-field",
|
|
10721
|
-
class
|
|
10732
|
+
customElements.define("flr-time-field", rt);
|
|
10733
|
+
class it extends t {
|
|
10722
10734
|
static get remoteAttributes() {
|
|
10723
10735
|
return ["style"];
|
|
10724
10736
|
}
|
|
@@ -10752,8 +10764,8 @@ class rt extends t {
|
|
|
10752
10764
|
return [];
|
|
10753
10765
|
}
|
|
10754
10766
|
}
|
|
10755
|
-
customElements.define("flr-tooltip",
|
|
10756
|
-
class
|
|
10767
|
+
customElements.define("flr-tooltip", it);
|
|
10768
|
+
class ot extends t {
|
|
10757
10769
|
static get remoteAttributes() {
|
|
10758
10770
|
return ["style"];
|
|
10759
10771
|
}
|
|
@@ -10776,8 +10788,8 @@ class it extends t {
|
|
|
10776
10788
|
return [];
|
|
10777
10789
|
}
|
|
10778
10790
|
}
|
|
10779
|
-
customElements.define("flr-tooltip-trigger",
|
|
10780
|
-
class
|
|
10791
|
+
customElements.define("flr-tooltip-trigger", ot);
|
|
10792
|
+
class nt extends t {
|
|
10781
10793
|
static get remoteEvents() {
|
|
10782
10794
|
return {
|
|
10783
10795
|
submit: {}
|
|
@@ -10792,9 +10804,9 @@ class ot extends t {
|
|
|
10792
10804
|
};
|
|
10793
10805
|
}
|
|
10794
10806
|
}
|
|
10795
|
-
customElements.define("flr-form",
|
|
10807
|
+
customElements.define("flr-form", nt);
|
|
10796
10808
|
export {
|
|
10797
|
-
|
|
10809
|
+
h as RemoteAccordionElement,
|
|
10798
10810
|
E as RemoteActionGroupElement,
|
|
10799
10811
|
x as RemoteAlertBadgeElement,
|
|
10800
10812
|
f as RemoteAlertElement,
|
|
@@ -10804,89 +10816,90 @@ export {
|
|
|
10804
10816
|
P as RemoteBadgeElement,
|
|
10805
10817
|
O as RemoteBreadcrumbElement,
|
|
10806
10818
|
M as RemoteButtonElement,
|
|
10807
|
-
|
|
10808
|
-
|
|
10819
|
+
D as RemoteCheckboxButtonElement,
|
|
10820
|
+
U as RemoteCheckboxElement,
|
|
10809
10821
|
R as RemoteCheckboxGroupElement,
|
|
10810
10822
|
T as RemoteCodeBlockElement,
|
|
10811
10823
|
I as RemoteColumnLayoutElement,
|
|
10812
10824
|
A as RemoteContentElement,
|
|
10813
|
-
L as
|
|
10825
|
+
L as RemoteContextMenuContentElement,
|
|
10814
10826
|
z as RemoteContextMenuSectionElement,
|
|
10815
|
-
N as
|
|
10816
|
-
F as
|
|
10817
|
-
H as
|
|
10818
|
-
V as
|
|
10819
|
-
K as RemoteCounterBadgeElement,
|
|
10827
|
+
N as RemoteContextualHelpElement,
|
|
10828
|
+
F as RemoteContextualHelpTriggerElement,
|
|
10829
|
+
H as RemoteCopyButtonElement,
|
|
10830
|
+
V as RemoteCounterBadgeElement,
|
|
10820
10831
|
W as RemoteCountryOptionsElement,
|
|
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
|
-
|
|
10832
|
+
K as RemoteDatePickerElement,
|
|
10833
|
+
B as RemoteDateRangePickerElement,
|
|
10834
|
+
q as RemoteDialogTriggerElement,
|
|
10835
|
+
G as RemoteDivElement,
|
|
10836
|
+
X as RemoteFieldDescriptionElement,
|
|
10837
|
+
Y as RemoteFieldErrorElement,
|
|
10838
|
+
j as RemoteFileCardElement,
|
|
10839
|
+
Z as RemoteFileCardListElement,
|
|
10840
|
+
_ as RemoteFileFieldElement,
|
|
10841
|
+
nt as RemoteFormElement,
|
|
10842
|
+
J as RemoteFragmentElement,
|
|
10843
|
+
Q as RemoteHeaderElement,
|
|
10844
|
+
$ as RemoteHeaderNavigationElement,
|
|
10845
|
+
ee as RemoteHeadingElement,
|
|
10846
|
+
te as RemoteIconElement,
|
|
10847
|
+
ae as RemoteIllustratedMessageElement,
|
|
10848
|
+
re as RemoteImageElement,
|
|
10849
|
+
ie as RemoteInitialsElement,
|
|
10850
|
+
oe as RemoteInlineCodeElement,
|
|
10851
|
+
ne as RemoteItemsGridListElement,
|
|
10852
|
+
ue as RemoteItemsGridListItemElement,
|
|
10853
|
+
se as RemoteLabelElement,
|
|
10854
|
+
pe as RemoteLabeledValueElement,
|
|
10855
|
+
le as RemoteLayoutCardElement,
|
|
10856
|
+
de as RemoteLightBoxElement,
|
|
10857
|
+
ce as RemoteLightBoxTriggerElement,
|
|
10858
|
+
Ce as RemoteLinkElement,
|
|
10859
|
+
me as RemoteListEmptyViewElement,
|
|
10860
|
+
ge as RemoteListItemViewContentElement,
|
|
10849
10861
|
ve as RemoteListSummaryElement,
|
|
10850
10862
|
be as RemoteLoadingSpinnerElement,
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
Ee as
|
|
10854
|
-
fe as
|
|
10855
|
-
xe as
|
|
10856
|
-
ke as
|
|
10857
|
-
Se as
|
|
10858
|
-
we as
|
|
10859
|
-
Pe as
|
|
10860
|
-
Oe as
|
|
10861
|
-
Me as
|
|
10863
|
+
ye as RemoteMarkdownElement,
|
|
10864
|
+
he as RemoteMenuItemElement,
|
|
10865
|
+
Ee as RemoteMenuTriggerElement,
|
|
10866
|
+
fe as RemoteMessageElement,
|
|
10867
|
+
xe as RemoteNavigationElement,
|
|
10868
|
+
ke as RemoteNavigationGroupElement,
|
|
10869
|
+
Se as RemoteNotificationElement,
|
|
10870
|
+
we as RemoteNotificationProviderElement,
|
|
10871
|
+
Pe as RemoteNumberFieldElement,
|
|
10872
|
+
Oe as RemoteOptionElement,
|
|
10873
|
+
Me as RemoteOverlayContentElement,
|
|
10874
|
+
Ue as RemotePopoverContentElement,
|
|
10862
10875
|
De as RemoteProgressBarElement,
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10876
|
+
Te as RemoteRadioButtonElement,
|
|
10877
|
+
Re as RemoteRadioElement,
|
|
10878
|
+
Ie as RemoteRadioGroupElement,
|
|
10879
|
+
Ae as RemoteSearchFieldElement,
|
|
10880
|
+
Le as RemoteSectionElement,
|
|
10881
|
+
ze as RemoteSegmentElement,
|
|
10882
|
+
Ne as RemoteSegmentedControlElement,
|
|
10883
|
+
Fe as RemoteSelectElement,
|
|
10884
|
+
He as RemoteSeparatorElement,
|
|
10885
|
+
Ve as RemoteSkeletonElement,
|
|
10886
|
+
We as RemoteSkeletonTextElement,
|
|
10874
10887
|
Ke as RemoteSliderElement,
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10888
|
+
Be as RemoteSwitchElement,
|
|
10889
|
+
qe as RemoteTabElement,
|
|
10890
|
+
Ge as RemoteTabTitleElement,
|
|
10891
|
+
Ye as RemoteTableBodyElement,
|
|
10892
|
+
je as RemoteTableCellElement,
|
|
10893
|
+
Ze as RemoteTableColumnElement,
|
|
10894
|
+
Xe as RemoteTableElement,
|
|
10895
|
+
_e as RemoteTableFooterRowElement,
|
|
10896
|
+
Je as RemoteTableHeaderElement,
|
|
10897
|
+
Qe as RemoteTableRowElement,
|
|
10898
|
+
$e as RemoteTabsElement,
|
|
10899
|
+
tt as RemoteTextAreaElement,
|
|
10900
|
+
et as RemoteTextElement,
|
|
10901
|
+
at as RemoteTextFieldElement,
|
|
10902
|
+
rt as RemoteTimeFieldElement,
|
|
10903
|
+
it as RemoteTooltipElement,
|
|
10904
|
+
ot as RemoteTooltipTriggerElement
|
|
10892
10905
|
};
|