@mittwald/flow-remote-elements 0.2.0-alpha.94 → 0.2.0-alpha.96
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 +592 -300
- package/dist/types/auto-generated/RemoteAccentBoxElement.d.ts +291 -0
- package/dist/types/auto-generated/RemoteAccentBoxElement.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
|
@@ -36,6 +36,297 @@ class t extends m {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
class E extends t {
|
|
39
|
+
static get remoteAttributes() {
|
|
40
|
+
return ["style"];
|
|
41
|
+
}
|
|
42
|
+
static get remoteProperties() {
|
|
43
|
+
return {
|
|
44
|
+
about: {},
|
|
45
|
+
accessKey: {},
|
|
46
|
+
"aria-activedescendant": {},
|
|
47
|
+
"aria-atomic": {},
|
|
48
|
+
"aria-autocomplete": {},
|
|
49
|
+
"aria-braillelabel": {},
|
|
50
|
+
"aria-brailleroledescription": {},
|
|
51
|
+
"aria-busy": {},
|
|
52
|
+
"aria-checked": {},
|
|
53
|
+
"aria-colcount": {},
|
|
54
|
+
"aria-colindex": {},
|
|
55
|
+
"aria-colindextext": {},
|
|
56
|
+
"aria-colspan": {},
|
|
57
|
+
"aria-controls": {},
|
|
58
|
+
"aria-current": {},
|
|
59
|
+
"aria-describedby": {},
|
|
60
|
+
"aria-description": {},
|
|
61
|
+
"aria-details": {},
|
|
62
|
+
"aria-disabled": {},
|
|
63
|
+
"aria-dropeffect": {},
|
|
64
|
+
"aria-errormessage": {},
|
|
65
|
+
"aria-expanded": {},
|
|
66
|
+
"aria-flowto": {},
|
|
67
|
+
"aria-grabbed": {},
|
|
68
|
+
"aria-haspopup": {},
|
|
69
|
+
"aria-hidden": {},
|
|
70
|
+
"aria-invalid": {},
|
|
71
|
+
"aria-keyshortcuts": {},
|
|
72
|
+
"aria-label": {},
|
|
73
|
+
"aria-labelledby": {},
|
|
74
|
+
"aria-level": {},
|
|
75
|
+
"aria-live": {},
|
|
76
|
+
"aria-modal": {},
|
|
77
|
+
"aria-multiline": {},
|
|
78
|
+
"aria-multiselectable": {},
|
|
79
|
+
"aria-orientation": {},
|
|
80
|
+
"aria-owns": {},
|
|
81
|
+
"aria-placeholder": {},
|
|
82
|
+
"aria-posinset": {},
|
|
83
|
+
"aria-pressed": {},
|
|
84
|
+
"aria-readonly": {},
|
|
85
|
+
"aria-relevant": {},
|
|
86
|
+
"aria-required": {},
|
|
87
|
+
"aria-roledescription": {},
|
|
88
|
+
"aria-rowcount": {},
|
|
89
|
+
"aria-rowindex": {},
|
|
90
|
+
"aria-rowindextext": {},
|
|
91
|
+
"aria-rowspan": {},
|
|
92
|
+
"aria-selected": {},
|
|
93
|
+
"aria-setsize": {},
|
|
94
|
+
"aria-sort": {},
|
|
95
|
+
"aria-valuemax": {},
|
|
96
|
+
"aria-valuemin": {},
|
|
97
|
+
"aria-valuenow": {},
|
|
98
|
+
"aria-valuetext": {},
|
|
99
|
+
autoCapitalize: {},
|
|
100
|
+
autoCorrect: {},
|
|
101
|
+
autoFocus: {},
|
|
102
|
+
autoSave: {},
|
|
103
|
+
className: {},
|
|
104
|
+
color: {},
|
|
105
|
+
content: {},
|
|
106
|
+
contentEditable: {},
|
|
107
|
+
contextMenu: {},
|
|
108
|
+
datatype: {},
|
|
109
|
+
defaultChecked: {},
|
|
110
|
+
defaultValue: {},
|
|
111
|
+
dir: {},
|
|
112
|
+
draggable: {},
|
|
113
|
+
elementType: {},
|
|
114
|
+
enterKeyHint: {},
|
|
115
|
+
hidden: {},
|
|
116
|
+
id: {},
|
|
117
|
+
inert: {},
|
|
118
|
+
inlist: {},
|
|
119
|
+
inputMode: {},
|
|
120
|
+
is: {},
|
|
121
|
+
itemID: {},
|
|
122
|
+
itemProp: {},
|
|
123
|
+
itemRef: {},
|
|
124
|
+
itemScope: {},
|
|
125
|
+
itemType: {},
|
|
126
|
+
lang: {},
|
|
127
|
+
nonce: {},
|
|
128
|
+
popover: {},
|
|
129
|
+
popoverTarget: {},
|
|
130
|
+
popoverTargetAction: {},
|
|
131
|
+
prefix: {},
|
|
132
|
+
property: {},
|
|
133
|
+
radioGroup: {},
|
|
134
|
+
rel: {},
|
|
135
|
+
resource: {},
|
|
136
|
+
results: {},
|
|
137
|
+
rev: {},
|
|
138
|
+
role: {},
|
|
139
|
+
security: {},
|
|
140
|
+
slot: {},
|
|
141
|
+
spellCheck: {},
|
|
142
|
+
suppressContentEditableWarning: {},
|
|
143
|
+
suppressHydrationWarning: {},
|
|
144
|
+
tabIndex: {},
|
|
145
|
+
title: {},
|
|
146
|
+
translate: {},
|
|
147
|
+
typeof: {},
|
|
148
|
+
unselectable: {},
|
|
149
|
+
vocab: {}
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
static get remoteEvents() {
|
|
153
|
+
return {
|
|
154
|
+
abort: {},
|
|
155
|
+
abortCapture: {},
|
|
156
|
+
animationEnd: {},
|
|
157
|
+
animationEndCapture: {},
|
|
158
|
+
animationIteration: {},
|
|
159
|
+
animationIterationCapture: {},
|
|
160
|
+
animationStart: {},
|
|
161
|
+
animationStartCapture: {},
|
|
162
|
+
auxClick: {},
|
|
163
|
+
auxClickCapture: {},
|
|
164
|
+
beforeInput: {},
|
|
165
|
+
beforeInputCapture: {},
|
|
166
|
+
beforeToggle: {},
|
|
167
|
+
blur: {},
|
|
168
|
+
blurCapture: {},
|
|
169
|
+
canPlay: {},
|
|
170
|
+
canPlayCapture: {},
|
|
171
|
+
canPlayThrough: {},
|
|
172
|
+
canPlayThroughCapture: {},
|
|
173
|
+
change: {},
|
|
174
|
+
changeCapture: {},
|
|
175
|
+
click: {},
|
|
176
|
+
clickCapture: {},
|
|
177
|
+
compositionEnd: {},
|
|
178
|
+
compositionEndCapture: {},
|
|
179
|
+
compositionStart: {},
|
|
180
|
+
compositionStartCapture: {},
|
|
181
|
+
compositionUpdate: {},
|
|
182
|
+
compositionUpdateCapture: {},
|
|
183
|
+
contextMenu: {},
|
|
184
|
+
contextMenuCapture: {},
|
|
185
|
+
copy: {},
|
|
186
|
+
copyCapture: {},
|
|
187
|
+
cut: {},
|
|
188
|
+
cutCapture: {},
|
|
189
|
+
doubleClick: {},
|
|
190
|
+
doubleClickCapture: {},
|
|
191
|
+
drag: {},
|
|
192
|
+
dragCapture: {},
|
|
193
|
+
dragEnd: {},
|
|
194
|
+
dragEndCapture: {},
|
|
195
|
+
dragEnter: {},
|
|
196
|
+
dragEnterCapture: {},
|
|
197
|
+
dragExit: {},
|
|
198
|
+
dragExitCapture: {},
|
|
199
|
+
dragLeave: {},
|
|
200
|
+
dragLeaveCapture: {},
|
|
201
|
+
dragOver: {},
|
|
202
|
+
dragOverCapture: {},
|
|
203
|
+
dragStart: {},
|
|
204
|
+
dragStartCapture: {},
|
|
205
|
+
drop: {},
|
|
206
|
+
dropCapture: {},
|
|
207
|
+
durationChange: {},
|
|
208
|
+
durationChangeCapture: {},
|
|
209
|
+
emptied: {},
|
|
210
|
+
emptiedCapture: {},
|
|
211
|
+
encrypted: {},
|
|
212
|
+
encryptedCapture: {},
|
|
213
|
+
ended: {},
|
|
214
|
+
endedCapture: {},
|
|
215
|
+
error: {},
|
|
216
|
+
errorCapture: {},
|
|
217
|
+
focus: {},
|
|
218
|
+
focusCapture: {},
|
|
219
|
+
gotPointerCapture: {},
|
|
220
|
+
gotPointerCaptureCapture: {},
|
|
221
|
+
input: {},
|
|
222
|
+
inputCapture: {},
|
|
223
|
+
invalid: {},
|
|
224
|
+
invalidCapture: {},
|
|
225
|
+
keyDown: {},
|
|
226
|
+
keyDownCapture: {},
|
|
227
|
+
keyPress: {},
|
|
228
|
+
keyPressCapture: {},
|
|
229
|
+
keyUp: {},
|
|
230
|
+
keyUpCapture: {},
|
|
231
|
+
load: {},
|
|
232
|
+
loadCapture: {},
|
|
233
|
+
loadStart: {},
|
|
234
|
+
loadStartCapture: {},
|
|
235
|
+
loadedData: {},
|
|
236
|
+
loadedDataCapture: {},
|
|
237
|
+
loadedMetadata: {},
|
|
238
|
+
loadedMetadataCapture: {},
|
|
239
|
+
lostPointerCapture: {},
|
|
240
|
+
lostPointerCaptureCapture: {},
|
|
241
|
+
mouseDown: {},
|
|
242
|
+
mouseDownCapture: {},
|
|
243
|
+
mouseEnter: {},
|
|
244
|
+
mouseLeave: {},
|
|
245
|
+
mouseMove: {},
|
|
246
|
+
mouseMoveCapture: {},
|
|
247
|
+
mouseOut: {},
|
|
248
|
+
mouseOutCapture: {},
|
|
249
|
+
mouseOver: {},
|
|
250
|
+
mouseOverCapture: {},
|
|
251
|
+
mouseUp: {},
|
|
252
|
+
mouseUpCapture: {},
|
|
253
|
+
paste: {},
|
|
254
|
+
pasteCapture: {},
|
|
255
|
+
pause: {},
|
|
256
|
+
pauseCapture: {},
|
|
257
|
+
play: {},
|
|
258
|
+
playCapture: {},
|
|
259
|
+
playing: {},
|
|
260
|
+
playingCapture: {},
|
|
261
|
+
pointerCancel: {},
|
|
262
|
+
pointerCancelCapture: {},
|
|
263
|
+
pointerDown: {},
|
|
264
|
+
pointerDownCapture: {},
|
|
265
|
+
pointerEnter: {},
|
|
266
|
+
pointerLeave: {},
|
|
267
|
+
pointerMove: {},
|
|
268
|
+
pointerMoveCapture: {},
|
|
269
|
+
pointerOut: {},
|
|
270
|
+
pointerOutCapture: {},
|
|
271
|
+
pointerOver: {},
|
|
272
|
+
pointerOverCapture: {},
|
|
273
|
+
pointerUp: {},
|
|
274
|
+
pointerUpCapture: {},
|
|
275
|
+
progress: {},
|
|
276
|
+
progressCapture: {},
|
|
277
|
+
rateChange: {},
|
|
278
|
+
rateChangeCapture: {},
|
|
279
|
+
reset: {},
|
|
280
|
+
resetCapture: {},
|
|
281
|
+
resize: {},
|
|
282
|
+
resizeCapture: {},
|
|
283
|
+
scroll: {},
|
|
284
|
+
scrollCapture: {},
|
|
285
|
+
seeked: {},
|
|
286
|
+
seekedCapture: {},
|
|
287
|
+
seeking: {},
|
|
288
|
+
seekingCapture: {},
|
|
289
|
+
select: {},
|
|
290
|
+
selectCapture: {},
|
|
291
|
+
stalled: {},
|
|
292
|
+
stalledCapture: {},
|
|
293
|
+
submit: {},
|
|
294
|
+
submitCapture: {},
|
|
295
|
+
suspend: {},
|
|
296
|
+
suspendCapture: {},
|
|
297
|
+
timeUpdate: {},
|
|
298
|
+
timeUpdateCapture: {},
|
|
299
|
+
toggle: {},
|
|
300
|
+
touchCancel: {},
|
|
301
|
+
touchCancelCapture: {},
|
|
302
|
+
touchEnd: {},
|
|
303
|
+
touchEndCapture: {},
|
|
304
|
+
touchMove: {},
|
|
305
|
+
touchMoveCapture: {},
|
|
306
|
+
touchStart: {},
|
|
307
|
+
touchStartCapture: {},
|
|
308
|
+
transitionCancel: {},
|
|
309
|
+
transitionCancelCapture: {},
|
|
310
|
+
transitionEnd: {},
|
|
311
|
+
transitionEndCapture: {},
|
|
312
|
+
transitionRun: {},
|
|
313
|
+
transitionRunCapture: {},
|
|
314
|
+
transitionStart: {},
|
|
315
|
+
transitionStartCapture: {},
|
|
316
|
+
volumeChange: {},
|
|
317
|
+
volumeChangeCapture: {},
|
|
318
|
+
waiting: {},
|
|
319
|
+
waitingCapture: {},
|
|
320
|
+
wheel: {},
|
|
321
|
+
wheelCapture: {}
|
|
322
|
+
};
|
|
323
|
+
}
|
|
324
|
+
static get remoteSlots() {
|
|
325
|
+
return [];
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
customElements.define("flr-accent-box", E);
|
|
329
|
+
class f extends t {
|
|
39
330
|
static get remoteAttributes() {
|
|
40
331
|
return ["style"];
|
|
41
332
|
}
|
|
@@ -326,8 +617,8 @@ class E extends t {
|
|
|
326
617
|
return [];
|
|
327
618
|
}
|
|
328
619
|
}
|
|
329
|
-
customElements.define("flr-accordion",
|
|
330
|
-
class
|
|
620
|
+
customElements.define("flr-accordion", f);
|
|
621
|
+
class x extends t {
|
|
331
622
|
static get remoteAttributes() {
|
|
332
623
|
return ["style"];
|
|
333
624
|
}
|
|
@@ -344,8 +635,8 @@ class f extends t {
|
|
|
344
635
|
return [];
|
|
345
636
|
}
|
|
346
637
|
}
|
|
347
|
-
customElements.define("flr-action-group",
|
|
348
|
-
class
|
|
638
|
+
customElements.define("flr-action-group", x);
|
|
639
|
+
class k extends t {
|
|
349
640
|
static get remoteAttributes() {
|
|
350
641
|
return ["style"];
|
|
351
642
|
}
|
|
@@ -635,8 +926,8 @@ class x extends t {
|
|
|
635
926
|
return [];
|
|
636
927
|
}
|
|
637
928
|
}
|
|
638
|
-
customElements.define("flr-alert",
|
|
639
|
-
class
|
|
929
|
+
customElements.define("flr-alert", k);
|
|
930
|
+
class S extends t {
|
|
640
931
|
static get remoteAttributes() {
|
|
641
932
|
return ["style"];
|
|
642
933
|
}
|
|
@@ -653,8 +944,8 @@ class k extends t {
|
|
|
653
944
|
return [];
|
|
654
945
|
}
|
|
655
946
|
}
|
|
656
|
-
customElements.define("flr-alert-badge",
|
|
657
|
-
class
|
|
947
|
+
customElements.define("flr-alert-badge", S);
|
|
948
|
+
class w extends t {
|
|
658
949
|
static get remoteAttributes() {
|
|
659
950
|
return ["style"];
|
|
660
951
|
}
|
|
@@ -1151,8 +1442,8 @@ class S extends t {
|
|
|
1151
1442
|
return [];
|
|
1152
1443
|
}
|
|
1153
1444
|
}
|
|
1154
|
-
customElements.define("flr-alert-icon",
|
|
1155
|
-
class
|
|
1445
|
+
customElements.define("flr-alert-icon", w);
|
|
1446
|
+
class P extends t {
|
|
1156
1447
|
static get remoteAttributes() {
|
|
1157
1448
|
return ["style"];
|
|
1158
1449
|
}
|
|
@@ -1168,8 +1459,8 @@ class w extends t {
|
|
|
1168
1459
|
return [];
|
|
1169
1460
|
}
|
|
1170
1461
|
}
|
|
1171
|
-
customElements.define("flr-align",
|
|
1172
|
-
class
|
|
1462
|
+
customElements.define("flr-align", P);
|
|
1463
|
+
class O extends t {
|
|
1173
1464
|
static get remoteAttributes() {
|
|
1174
1465
|
return ["style"];
|
|
1175
1466
|
}
|
|
@@ -1187,8 +1478,8 @@ class P extends t {
|
|
|
1187
1478
|
return [];
|
|
1188
1479
|
}
|
|
1189
1480
|
}
|
|
1190
|
-
customElements.define("flr-avatar",
|
|
1191
|
-
class
|
|
1481
|
+
customElements.define("flr-avatar", O);
|
|
1482
|
+
class M extends t {
|
|
1192
1483
|
static get remoteAttributes() {
|
|
1193
1484
|
return ["style"];
|
|
1194
1485
|
}
|
|
@@ -1208,8 +1499,8 @@ class O extends t {
|
|
|
1208
1499
|
return [];
|
|
1209
1500
|
}
|
|
1210
1501
|
}
|
|
1211
|
-
customElements.define("flr-avatar-stack",
|
|
1212
|
-
class
|
|
1502
|
+
customElements.define("flr-avatar-stack", M);
|
|
1503
|
+
class U extends t {
|
|
1213
1504
|
static get remoteAttributes() {
|
|
1214
1505
|
return ["style"];
|
|
1215
1506
|
}
|
|
@@ -1230,8 +1521,8 @@ class M extends t {
|
|
|
1230
1521
|
return [];
|
|
1231
1522
|
}
|
|
1232
1523
|
}
|
|
1233
|
-
customElements.define("flr-badge",
|
|
1234
|
-
class
|
|
1524
|
+
customElements.define("flr-badge", U);
|
|
1525
|
+
class D extends t {
|
|
1235
1526
|
static get remoteAttributes() {
|
|
1236
1527
|
return ["style"];
|
|
1237
1528
|
}
|
|
@@ -1259,8 +1550,8 @@ class U extends t {
|
|
|
1259
1550
|
return [];
|
|
1260
1551
|
}
|
|
1261
1552
|
}
|
|
1262
|
-
customElements.define("flr-breadcrumb",
|
|
1263
|
-
class
|
|
1553
|
+
customElements.define("flr-breadcrumb", D);
|
|
1554
|
+
class R extends t {
|
|
1264
1555
|
static get remoteAttributes() {
|
|
1265
1556
|
return ["style"];
|
|
1266
1557
|
}
|
|
@@ -1323,8 +1614,8 @@ class D extends t {
|
|
|
1323
1614
|
return [];
|
|
1324
1615
|
}
|
|
1325
1616
|
}
|
|
1326
|
-
customElements.define("flr-button",
|
|
1327
|
-
class
|
|
1617
|
+
customElements.define("flr-button", R);
|
|
1618
|
+
class T extends t {
|
|
1328
1619
|
static get remoteAttributes() {
|
|
1329
1620
|
return ["style"];
|
|
1330
1621
|
}
|
|
@@ -1341,8 +1632,8 @@ class R extends t {
|
|
|
1341
1632
|
return [];
|
|
1342
1633
|
}
|
|
1343
1634
|
}
|
|
1344
|
-
customElements.define("flr-chat",
|
|
1345
|
-
class
|
|
1635
|
+
customElements.define("flr-chat", T);
|
|
1636
|
+
class I extends t {
|
|
1346
1637
|
static get remoteAttributes() {
|
|
1347
1638
|
return ["style"];
|
|
1348
1639
|
}
|
|
@@ -1390,8 +1681,8 @@ class T extends t {
|
|
|
1390
1681
|
return [];
|
|
1391
1682
|
}
|
|
1392
1683
|
}
|
|
1393
|
-
customElements.define("flr-checkbox",
|
|
1394
|
-
class
|
|
1684
|
+
customElements.define("flr-checkbox", I);
|
|
1685
|
+
class A extends t {
|
|
1395
1686
|
static get remoteAttributes() {
|
|
1396
1687
|
return ["style"];
|
|
1397
1688
|
}
|
|
@@ -1439,8 +1730,8 @@ class I extends t {
|
|
|
1439
1730
|
return [];
|
|
1440
1731
|
}
|
|
1441
1732
|
}
|
|
1442
|
-
customElements.define("flr-checkbox-button",
|
|
1443
|
-
class
|
|
1733
|
+
customElements.define("flr-checkbox-button", A);
|
|
1734
|
+
class L extends t {
|
|
1444
1735
|
static get remoteAttributes() {
|
|
1445
1736
|
return ["style"];
|
|
1446
1737
|
}
|
|
@@ -1480,8 +1771,8 @@ class A extends t {
|
|
|
1480
1771
|
return [];
|
|
1481
1772
|
}
|
|
1482
1773
|
}
|
|
1483
|
-
customElements.define("flr-checkbox-group",
|
|
1484
|
-
class
|
|
1774
|
+
customElements.define("flr-checkbox-group", L);
|
|
1775
|
+
class z extends t {
|
|
1485
1776
|
static get remoteAttributes() {
|
|
1486
1777
|
return ["style"];
|
|
1487
1778
|
}
|
|
@@ -1497,9 +1788,9 @@ class L extends t {
|
|
|
1497
1788
|
}
|
|
1498
1789
|
customElements.define(
|
|
1499
1790
|
"flr-clear-props-context-content",
|
|
1500
|
-
|
|
1791
|
+
z
|
|
1501
1792
|
);
|
|
1502
|
-
class
|
|
1793
|
+
class N extends t {
|
|
1503
1794
|
static get remoteAttributes() {
|
|
1504
1795
|
return ["style"];
|
|
1505
1796
|
}
|
|
@@ -1518,8 +1809,8 @@ class z extends t {
|
|
|
1518
1809
|
return [];
|
|
1519
1810
|
}
|
|
1520
1811
|
}
|
|
1521
|
-
customElements.define("flr-code-block",
|
|
1522
|
-
class
|
|
1812
|
+
customElements.define("flr-code-block", N);
|
|
1813
|
+
class F extends t {
|
|
1523
1814
|
static get remoteAttributes() {
|
|
1524
1815
|
return ["style"];
|
|
1525
1816
|
}
|
|
@@ -1815,8 +2106,8 @@ class N extends t {
|
|
|
1815
2106
|
return [];
|
|
1816
2107
|
}
|
|
1817
2108
|
}
|
|
1818
|
-
customElements.define("flr-column-layout",
|
|
1819
|
-
class
|
|
2109
|
+
customElements.define("flr-column-layout", F);
|
|
2110
|
+
class H extends t {
|
|
1820
2111
|
static get remoteAttributes() {
|
|
1821
2112
|
return ["style"];
|
|
1822
2113
|
}
|
|
@@ -2107,8 +2398,8 @@ class F extends t {
|
|
|
2107
2398
|
return [];
|
|
2108
2399
|
}
|
|
2109
2400
|
}
|
|
2110
|
-
customElements.define("flr-content",
|
|
2111
|
-
class
|
|
2401
|
+
customElements.define("flr-content", H);
|
|
2402
|
+
class K extends t {
|
|
2112
2403
|
static get remoteAttributes() {
|
|
2113
2404
|
return ["style"];
|
|
2114
2405
|
}
|
|
@@ -2147,7 +2438,7 @@ class H extends t {
|
|
|
2147
2438
|
}
|
|
2148
2439
|
customElements.define(
|
|
2149
2440
|
"flr-context-menu-content",
|
|
2150
|
-
|
|
2441
|
+
K
|
|
2151
2442
|
);
|
|
2152
2443
|
class V extends t {
|
|
2153
2444
|
static get remoteAttributes() {
|
|
@@ -2169,7 +2460,7 @@ customElements.define(
|
|
|
2169
2460
|
"flr-context-menu-section",
|
|
2170
2461
|
V
|
|
2171
2462
|
);
|
|
2172
|
-
class
|
|
2463
|
+
class W extends t {
|
|
2173
2464
|
static get remoteAttributes() {
|
|
2174
2465
|
return ["style"];
|
|
2175
2466
|
}
|
|
@@ -2215,8 +2506,8 @@ class K extends t {
|
|
|
2215
2506
|
return [];
|
|
2216
2507
|
}
|
|
2217
2508
|
}
|
|
2218
|
-
customElements.define("flr-contextual-help",
|
|
2219
|
-
class
|
|
2509
|
+
customElements.define("flr-contextual-help", W);
|
|
2510
|
+
class B extends t {
|
|
2220
2511
|
static get remoteAttributes() {
|
|
2221
2512
|
return ["style"];
|
|
2222
2513
|
}
|
|
@@ -2234,9 +2525,9 @@ class W extends t {
|
|
|
2234
2525
|
}
|
|
2235
2526
|
customElements.define(
|
|
2236
2527
|
"flr-contextual-help-trigger",
|
|
2237
|
-
|
|
2528
|
+
B
|
|
2238
2529
|
);
|
|
2239
|
-
class
|
|
2530
|
+
class q extends t {
|
|
2240
2531
|
static get remoteAttributes() {
|
|
2241
2532
|
return ["style"];
|
|
2242
2533
|
}
|
|
@@ -2297,8 +2588,8 @@ class B extends t {
|
|
|
2297
2588
|
return ["text"];
|
|
2298
2589
|
}
|
|
2299
2590
|
}
|
|
2300
|
-
customElements.define("flr-copy-button",
|
|
2301
|
-
class
|
|
2591
|
+
customElements.define("flr-copy-button", q);
|
|
2592
|
+
class G extends t {
|
|
2302
2593
|
static get remoteAttributes() {
|
|
2303
2594
|
return ["style"];
|
|
2304
2595
|
}
|
|
@@ -2589,8 +2880,8 @@ class q extends t {
|
|
|
2589
2880
|
return [];
|
|
2590
2881
|
}
|
|
2591
2882
|
}
|
|
2592
|
-
customElements.define("flr-counter-badge",
|
|
2593
|
-
class
|
|
2883
|
+
customElements.define("flr-counter-badge", G);
|
|
2884
|
+
class X extends t {
|
|
2594
2885
|
static get remoteAttributes() {
|
|
2595
2886
|
return ["style"];
|
|
2596
2887
|
}
|
|
@@ -2635,8 +2926,8 @@ class G extends t {
|
|
|
2635
2926
|
return [];
|
|
2636
2927
|
}
|
|
2637
2928
|
}
|
|
2638
|
-
customElements.define("flr-country-options",
|
|
2639
|
-
class
|
|
2929
|
+
customElements.define("flr-country-options", X);
|
|
2930
|
+
class Y extends t {
|
|
2640
2931
|
static get remoteAttributes() {
|
|
2641
2932
|
return ["style"];
|
|
2642
2933
|
}
|
|
@@ -2689,8 +2980,8 @@ class X extends t {
|
|
|
2689
2980
|
return ["errorMessage"];
|
|
2690
2981
|
}
|
|
2691
2982
|
}
|
|
2692
|
-
customElements.define("flr-date-picker",
|
|
2693
|
-
class
|
|
2983
|
+
customElements.define("flr-date-picker", Y);
|
|
2984
|
+
class j extends t {
|
|
2694
2985
|
static get remoteAttributes() {
|
|
2695
2986
|
return ["style"];
|
|
2696
2987
|
}
|
|
@@ -2745,8 +3036,8 @@ class Y extends t {
|
|
|
2745
3036
|
return ["errorMessage"];
|
|
2746
3037
|
}
|
|
2747
3038
|
}
|
|
2748
|
-
customElements.define("flr-date-range-picker",
|
|
2749
|
-
class
|
|
3039
|
+
customElements.define("flr-date-range-picker", j);
|
|
3040
|
+
class Z extends t {
|
|
2750
3041
|
static get remoteAttributes() {
|
|
2751
3042
|
return ["style"];
|
|
2752
3043
|
}
|
|
@@ -2765,8 +3056,8 @@ class j extends t {
|
|
|
2765
3056
|
return [];
|
|
2766
3057
|
}
|
|
2767
3058
|
}
|
|
2768
|
-
customElements.define("flr-dialog-trigger",
|
|
2769
|
-
class
|
|
3059
|
+
customElements.define("flr-dialog-trigger", Z);
|
|
3060
|
+
class _ extends t {
|
|
2770
3061
|
static get remoteAttributes() {
|
|
2771
3062
|
return ["style"];
|
|
2772
3063
|
}
|
|
@@ -2782,8 +3073,8 @@ class Z extends t {
|
|
|
2782
3073
|
return [];
|
|
2783
3074
|
}
|
|
2784
3075
|
}
|
|
2785
|
-
customElements.define("flr-div",
|
|
2786
|
-
class
|
|
3076
|
+
customElements.define("flr-div", _);
|
|
3077
|
+
class J extends t {
|
|
2787
3078
|
static get remoteAttributes() {
|
|
2788
3079
|
return ["style"];
|
|
2789
3080
|
}
|
|
@@ -3075,8 +3366,8 @@ class _ extends t {
|
|
|
3075
3366
|
return [];
|
|
3076
3367
|
}
|
|
3077
3368
|
}
|
|
3078
|
-
customElements.define("flr-field-description",
|
|
3079
|
-
class
|
|
3369
|
+
customElements.define("flr-field-description", J);
|
|
3370
|
+
class Q extends t {
|
|
3080
3371
|
static get remoteAttributes() {
|
|
3081
3372
|
return ["style"];
|
|
3082
3373
|
}
|
|
@@ -3093,8 +3384,8 @@ class J extends t {
|
|
|
3093
3384
|
return [];
|
|
3094
3385
|
}
|
|
3095
3386
|
}
|
|
3096
|
-
customElements.define("flr-field-error",
|
|
3097
|
-
class
|
|
3387
|
+
customElements.define("flr-field-error", Q);
|
|
3388
|
+
class $ extends t {
|
|
3098
3389
|
static get remoteAttributes() {
|
|
3099
3390
|
return ["style"];
|
|
3100
3391
|
}
|
|
@@ -3393,8 +3684,8 @@ class Q extends t {
|
|
|
3393
3684
|
return [];
|
|
3394
3685
|
}
|
|
3395
3686
|
}
|
|
3396
|
-
customElements.define("flr-file-card",
|
|
3397
|
-
class
|
|
3687
|
+
customElements.define("flr-file-card", $);
|
|
3688
|
+
class ee extends t {
|
|
3398
3689
|
static get remoteAttributes() {
|
|
3399
3690
|
return ["style"];
|
|
3400
3691
|
}
|
|
@@ -3689,8 +3980,8 @@ class $ extends t {
|
|
|
3689
3980
|
return [];
|
|
3690
3981
|
}
|
|
3691
3982
|
}
|
|
3692
|
-
customElements.define("flr-file-card-list",
|
|
3693
|
-
class
|
|
3983
|
+
customElements.define("flr-file-card-list", ee);
|
|
3984
|
+
class te extends t {
|
|
3694
3985
|
static get remoteAttributes() {
|
|
3695
3986
|
return ["style"];
|
|
3696
3987
|
}
|
|
@@ -3714,8 +4005,8 @@ class ee extends t {
|
|
|
3714
4005
|
return [];
|
|
3715
4006
|
}
|
|
3716
4007
|
}
|
|
3717
|
-
customElements.define("flr-file-field",
|
|
3718
|
-
class
|
|
4008
|
+
customElements.define("flr-file-field", te);
|
|
4009
|
+
class ae extends t {
|
|
3719
4010
|
static get remoteAttributes() {
|
|
3720
4011
|
return ["style"];
|
|
3721
4012
|
}
|
|
@@ -3739,8 +4030,8 @@ class te extends t {
|
|
|
3739
4030
|
return [];
|
|
3740
4031
|
}
|
|
3741
4032
|
}
|
|
3742
|
-
customElements.define("flr-flex",
|
|
3743
|
-
class
|
|
4033
|
+
customElements.define("flr-flex", ae);
|
|
4034
|
+
class re extends t {
|
|
3744
4035
|
static get remoteAttributes() {
|
|
3745
4036
|
return ["style"];
|
|
3746
4037
|
}
|
|
@@ -3754,8 +4045,8 @@ class ae extends t {
|
|
|
3754
4045
|
return [];
|
|
3755
4046
|
}
|
|
3756
4047
|
}
|
|
3757
|
-
customElements.define("flr-fragment",
|
|
3758
|
-
class
|
|
4048
|
+
customElements.define("flr-fragment", re);
|
|
4049
|
+
class ie extends t {
|
|
3759
4050
|
static get remoteAttributes() {
|
|
3760
4051
|
return ["style"];
|
|
3761
4052
|
}
|
|
@@ -4046,8 +4337,8 @@ class re extends t {
|
|
|
4046
4337
|
return [];
|
|
4047
4338
|
}
|
|
4048
4339
|
}
|
|
4049
|
-
customElements.define("flr-header",
|
|
4050
|
-
class
|
|
4340
|
+
customElements.define("flr-header", ie);
|
|
4341
|
+
class oe extends t {
|
|
4051
4342
|
static get remoteAttributes() {
|
|
4052
4343
|
return ["style"];
|
|
4053
4344
|
}
|
|
@@ -4336,8 +4627,8 @@ class ie extends t {
|
|
|
4336
4627
|
return [];
|
|
4337
4628
|
}
|
|
4338
4629
|
}
|
|
4339
|
-
customElements.define("flr-header-navigation",
|
|
4340
|
-
class
|
|
4630
|
+
customElements.define("flr-header-navigation", oe);
|
|
4631
|
+
class ne extends t {
|
|
4341
4632
|
static get remoteAttributes() {
|
|
4342
4633
|
return ["style"];
|
|
4343
4634
|
}
|
|
@@ -4628,8 +4919,8 @@ class oe extends t {
|
|
|
4628
4919
|
return [];
|
|
4629
4920
|
}
|
|
4630
4921
|
}
|
|
4631
|
-
customElements.define("flr-heading",
|
|
4632
|
-
class
|
|
4922
|
+
customElements.define("flr-heading", ne);
|
|
4923
|
+
class ue extends t {
|
|
4633
4924
|
static get remoteAttributes() {
|
|
4634
4925
|
return ["style"];
|
|
4635
4926
|
}
|
|
@@ -5126,8 +5417,8 @@ class ne extends t {
|
|
|
5126
5417
|
return [];
|
|
5127
5418
|
}
|
|
5128
5419
|
}
|
|
5129
|
-
customElements.define("flr-icon",
|
|
5130
|
-
class
|
|
5420
|
+
customElements.define("flr-icon", ue);
|
|
5421
|
+
class se extends t {
|
|
5131
5422
|
static get remoteAttributes() {
|
|
5132
5423
|
return ["style"];
|
|
5133
5424
|
}
|
|
@@ -5418,9 +5709,9 @@ class ue extends t {
|
|
|
5418
5709
|
}
|
|
5419
5710
|
customElements.define(
|
|
5420
5711
|
"flr-illustrated-message",
|
|
5421
|
-
|
|
5712
|
+
se
|
|
5422
5713
|
);
|
|
5423
|
-
class
|
|
5714
|
+
class pe extends t {
|
|
5424
5715
|
static get remoteAttributes() {
|
|
5425
5716
|
return ["style"];
|
|
5426
5717
|
}
|
|
@@ -5722,8 +6013,8 @@ class se extends t {
|
|
|
5722
6013
|
return [];
|
|
5723
6014
|
}
|
|
5724
6015
|
}
|
|
5725
|
-
customElements.define("flr-image",
|
|
5726
|
-
class
|
|
6016
|
+
customElements.define("flr-image", pe);
|
|
6017
|
+
class le extends t {
|
|
5727
6018
|
static get remoteAttributes() {
|
|
5728
6019
|
return ["style"];
|
|
5729
6020
|
}
|
|
@@ -5740,8 +6031,8 @@ class pe extends t {
|
|
|
5740
6031
|
return [];
|
|
5741
6032
|
}
|
|
5742
6033
|
}
|
|
5743
|
-
customElements.define("flr-initials",
|
|
5744
|
-
class
|
|
6034
|
+
customElements.define("flr-initials", le);
|
|
6035
|
+
class de extends t {
|
|
5745
6036
|
static get remoteAttributes() {
|
|
5746
6037
|
return ["style"];
|
|
5747
6038
|
}
|
|
@@ -6030,8 +6321,8 @@ class le extends t {
|
|
|
6030
6321
|
return [];
|
|
6031
6322
|
}
|
|
6032
6323
|
}
|
|
6033
|
-
customElements.define("flr-inline-code",
|
|
6034
|
-
class
|
|
6324
|
+
customElements.define("flr-inline-code", de);
|
|
6325
|
+
class ce extends t {
|
|
6035
6326
|
static get remoteAttributes() {
|
|
6036
6327
|
return ["style"];
|
|
6037
6328
|
}
|
|
@@ -6072,8 +6363,8 @@ class de extends t {
|
|
|
6072
6363
|
return [];
|
|
6073
6364
|
}
|
|
6074
6365
|
}
|
|
6075
|
-
customElements.define("flr-items-grid-list",
|
|
6076
|
-
class
|
|
6366
|
+
customElements.define("flr-items-grid-list", ce);
|
|
6367
|
+
class Ce extends t {
|
|
6077
6368
|
static get remoteAttributes() {
|
|
6078
6369
|
return ["style"];
|
|
6079
6370
|
}
|
|
@@ -6110,9 +6401,9 @@ class ce extends t {
|
|
|
6110
6401
|
}
|
|
6111
6402
|
customElements.define(
|
|
6112
6403
|
"flr-items-grid-list-item",
|
|
6113
|
-
|
|
6404
|
+
Ce
|
|
6114
6405
|
);
|
|
6115
|
-
class
|
|
6406
|
+
class me extends t {
|
|
6116
6407
|
static get remoteAttributes() {
|
|
6117
6408
|
return ["style"];
|
|
6118
6409
|
}
|
|
@@ -6407,8 +6698,8 @@ class Ce extends t {
|
|
|
6407
6698
|
return [];
|
|
6408
6699
|
}
|
|
6409
6700
|
}
|
|
6410
|
-
customElements.define("flr-label",
|
|
6411
|
-
class
|
|
6701
|
+
customElements.define("flr-label", me);
|
|
6702
|
+
class ge extends t {
|
|
6412
6703
|
static get remoteAttributes() {
|
|
6413
6704
|
return ["style"];
|
|
6414
6705
|
}
|
|
@@ -6424,8 +6715,8 @@ class me extends t {
|
|
|
6424
6715
|
return [];
|
|
6425
6716
|
}
|
|
6426
6717
|
}
|
|
6427
|
-
customElements.define("flr-labeled-value",
|
|
6428
|
-
class
|
|
6718
|
+
customElements.define("flr-labeled-value", ge);
|
|
6719
|
+
class ve extends t {
|
|
6429
6720
|
static get remoteAttributes() {
|
|
6430
6721
|
return ["style"];
|
|
6431
6722
|
}
|
|
@@ -6715,8 +7006,8 @@ class ge extends t {
|
|
|
6715
7006
|
return [];
|
|
6716
7007
|
}
|
|
6717
7008
|
}
|
|
6718
|
-
customElements.define("flr-layout-card",
|
|
6719
|
-
class
|
|
7009
|
+
customElements.define("flr-layout-card", ve);
|
|
7010
|
+
class be extends t {
|
|
6720
7011
|
static get remoteAttributes() {
|
|
6721
7012
|
return ["style"];
|
|
6722
7013
|
}
|
|
@@ -6733,8 +7024,8 @@ class ve extends t {
|
|
|
6733
7024
|
return [];
|
|
6734
7025
|
}
|
|
6735
7026
|
}
|
|
6736
|
-
customElements.define("flr-light-box",
|
|
6737
|
-
class
|
|
7027
|
+
customElements.define("flr-light-box", be);
|
|
7028
|
+
class ye extends t {
|
|
6738
7029
|
static get remoteAttributes() {
|
|
6739
7030
|
return ["style"];
|
|
6740
7031
|
}
|
|
@@ -6750,8 +7041,8 @@ class be extends t {
|
|
|
6750
7041
|
return [];
|
|
6751
7042
|
}
|
|
6752
7043
|
}
|
|
6753
|
-
customElements.define("flr-light-box-trigger",
|
|
6754
|
-
class
|
|
7044
|
+
customElements.define("flr-light-box-trigger", ye);
|
|
7045
|
+
class he extends t {
|
|
6755
7046
|
static get remoteAttributes() {
|
|
6756
7047
|
return ["style"];
|
|
6757
7048
|
}
|
|
@@ -6801,8 +7092,8 @@ class ye extends t {
|
|
|
6801
7092
|
return [];
|
|
6802
7093
|
}
|
|
6803
7094
|
}
|
|
6804
|
-
customElements.define("flr-link",
|
|
6805
|
-
class
|
|
7095
|
+
customElements.define("flr-link", he);
|
|
7096
|
+
class Ee extends t {
|
|
6806
7097
|
static get remoteAttributes() {
|
|
6807
7098
|
return ["style"];
|
|
6808
7099
|
}
|
|
@@ -6816,8 +7107,8 @@ class he extends t {
|
|
|
6816
7107
|
return [];
|
|
6817
7108
|
}
|
|
6818
7109
|
}
|
|
6819
|
-
customElements.define("flr-list-empty-view",
|
|
6820
|
-
class
|
|
7110
|
+
customElements.define("flr-list-empty-view", Ee);
|
|
7111
|
+
class fe extends t {
|
|
6821
7112
|
static get remoteAttributes() {
|
|
6822
7113
|
return ["style"];
|
|
6823
7114
|
}
|
|
@@ -6830,14 +7121,14 @@ class Ee extends t {
|
|
|
6830
7121
|
return {};
|
|
6831
7122
|
}
|
|
6832
7123
|
static get remoteSlots() {
|
|
6833
|
-
return ["avatar", "bottom", "button", "subTitle", "title"];
|
|
7124
|
+
return ["avatar", "bottom", "button", "checkbox", "subTitle", "title"];
|
|
6834
7125
|
}
|
|
6835
7126
|
}
|
|
6836
7127
|
customElements.define(
|
|
6837
7128
|
"flr-list-item-view-content",
|
|
6838
|
-
|
|
7129
|
+
fe
|
|
6839
7130
|
);
|
|
6840
|
-
class
|
|
7131
|
+
class xe extends t {
|
|
6841
7132
|
static get remoteAttributes() {
|
|
6842
7133
|
return ["style"];
|
|
6843
7134
|
}
|
|
@@ -6851,8 +7142,8 @@ class fe extends t {
|
|
|
6851
7142
|
return [];
|
|
6852
7143
|
}
|
|
6853
7144
|
}
|
|
6854
|
-
customElements.define("flr-list-summary",
|
|
6855
|
-
class
|
|
7145
|
+
customElements.define("flr-list-summary", xe);
|
|
7146
|
+
class ke extends t {
|
|
6856
7147
|
static get remoteAttributes() {
|
|
6857
7148
|
return ["style"];
|
|
6858
7149
|
}
|
|
@@ -7349,8 +7640,8 @@ class xe extends t {
|
|
|
7349
7640
|
return [];
|
|
7350
7641
|
}
|
|
7351
7642
|
}
|
|
7352
|
-
customElements.define("flr-loading-spinner",
|
|
7353
|
-
class
|
|
7643
|
+
customElements.define("flr-loading-spinner", ke);
|
|
7644
|
+
class Se extends t {
|
|
7354
7645
|
static get remoteAttributes() {
|
|
7355
7646
|
return ["style"];
|
|
7356
7647
|
}
|
|
@@ -7375,8 +7666,8 @@ class ke extends t {
|
|
|
7375
7666
|
return [];
|
|
7376
7667
|
}
|
|
7377
7668
|
}
|
|
7378
|
-
customElements.define("flr-markdown",
|
|
7379
|
-
class
|
|
7669
|
+
customElements.define("flr-markdown", Se);
|
|
7670
|
+
class we extends t {
|
|
7380
7671
|
static get remoteAttributes() {
|
|
7381
7672
|
return ["style"];
|
|
7382
7673
|
}
|
|
@@ -7411,8 +7702,8 @@ class Se extends t {
|
|
|
7411
7702
|
return [];
|
|
7412
7703
|
}
|
|
7413
7704
|
}
|
|
7414
|
-
customElements.define("flr-menu-item",
|
|
7415
|
-
class
|
|
7705
|
+
customElements.define("flr-menu-item", we);
|
|
7706
|
+
class Pe extends t {
|
|
7416
7707
|
static get remoteAttributes() {
|
|
7417
7708
|
return ["style"];
|
|
7418
7709
|
}
|
|
@@ -7432,8 +7723,8 @@ class we extends t {
|
|
|
7432
7723
|
return [];
|
|
7433
7724
|
}
|
|
7434
7725
|
}
|
|
7435
|
-
customElements.define("flr-menu-trigger",
|
|
7436
|
-
class
|
|
7726
|
+
customElements.define("flr-menu-trigger", Pe);
|
|
7727
|
+
class Oe extends t {
|
|
7437
7728
|
static get remoteAttributes() {
|
|
7438
7729
|
return ["style"];
|
|
7439
7730
|
}
|
|
@@ -7450,8 +7741,8 @@ class Pe extends t {
|
|
|
7450
7741
|
return [];
|
|
7451
7742
|
}
|
|
7452
7743
|
}
|
|
7453
|
-
customElements.define("flr-message",
|
|
7454
|
-
class
|
|
7744
|
+
customElements.define("flr-message", Oe);
|
|
7745
|
+
class Me extends t {
|
|
7455
7746
|
static get remoteAttributes() {
|
|
7456
7747
|
return ["style"];
|
|
7457
7748
|
}
|
|
@@ -7467,8 +7758,8 @@ class Oe extends t {
|
|
|
7467
7758
|
return [];
|
|
7468
7759
|
}
|
|
7469
7760
|
}
|
|
7470
|
-
customElements.define("flr-message-separator",
|
|
7471
|
-
class
|
|
7761
|
+
customElements.define("flr-message-separator", Me);
|
|
7762
|
+
class Ue extends t {
|
|
7472
7763
|
static get remoteAttributes() {
|
|
7473
7764
|
return ["style"];
|
|
7474
7765
|
}
|
|
@@ -7484,8 +7775,8 @@ class Me extends t {
|
|
|
7484
7775
|
return [];
|
|
7485
7776
|
}
|
|
7486
7777
|
}
|
|
7487
|
-
customElements.define("flr-message-thread",
|
|
7488
|
-
class
|
|
7778
|
+
customElements.define("flr-message-thread", Ue);
|
|
7779
|
+
class De extends t {
|
|
7489
7780
|
static get remoteAttributes() {
|
|
7490
7781
|
return ["style"];
|
|
7491
7782
|
}
|
|
@@ -7774,8 +8065,8 @@ class Ue extends t {
|
|
|
7774
8065
|
return [];
|
|
7775
8066
|
}
|
|
7776
8067
|
}
|
|
7777
|
-
customElements.define("flr-navigation",
|
|
7778
|
-
class
|
|
8068
|
+
customElements.define("flr-navigation", De);
|
|
8069
|
+
class Re extends t {
|
|
7779
8070
|
static get remoteAttributes() {
|
|
7780
8071
|
return ["style"];
|
|
7781
8072
|
}
|
|
@@ -8065,8 +8356,8 @@ class De extends t {
|
|
|
8065
8356
|
return [];
|
|
8066
8357
|
}
|
|
8067
8358
|
}
|
|
8068
|
-
customElements.define("flr-navigation-group",
|
|
8069
|
-
class
|
|
8359
|
+
customElements.define("flr-navigation-group", Re);
|
|
8360
|
+
class Te extends t {
|
|
8070
8361
|
static get remoteAttributes() {
|
|
8071
8362
|
return ["style"];
|
|
8072
8363
|
}
|
|
@@ -8359,8 +8650,8 @@ class Re extends t {
|
|
|
8359
8650
|
return [];
|
|
8360
8651
|
}
|
|
8361
8652
|
}
|
|
8362
|
-
customElements.define("flr-notification",
|
|
8363
|
-
class
|
|
8653
|
+
customElements.define("flr-notification", Te);
|
|
8654
|
+
class Ie extends t {
|
|
8364
8655
|
static get remoteAttributes() {
|
|
8365
8656
|
return ["style"];
|
|
8366
8657
|
}
|
|
@@ -8651,9 +8942,9 @@ class Te extends t {
|
|
|
8651
8942
|
}
|
|
8652
8943
|
customElements.define(
|
|
8653
8944
|
"flr-notification-provider",
|
|
8654
|
-
|
|
8945
|
+
Ie
|
|
8655
8946
|
);
|
|
8656
|
-
class
|
|
8947
|
+
class Ae extends t {
|
|
8657
8948
|
static get remoteAttributes() {
|
|
8658
8949
|
return ["style"];
|
|
8659
8950
|
}
|
|
@@ -8708,8 +8999,8 @@ class Ie extends t {
|
|
|
8708
8999
|
return [];
|
|
8709
9000
|
}
|
|
8710
9001
|
}
|
|
8711
|
-
customElements.define("flr-number-field",
|
|
8712
|
-
class
|
|
9002
|
+
customElements.define("flr-number-field", Ae);
|
|
9003
|
+
class Le extends t {
|
|
8713
9004
|
static get remoteAttributes() {
|
|
8714
9005
|
return ["style"];
|
|
8715
9006
|
}
|
|
@@ -8742,8 +9033,8 @@ class Ae extends t {
|
|
|
8742
9033
|
return [];
|
|
8743
9034
|
}
|
|
8744
9035
|
}
|
|
8745
|
-
customElements.define("flr-option",
|
|
8746
|
-
class
|
|
9036
|
+
customElements.define("flr-option", Le);
|
|
9037
|
+
class ze extends t {
|
|
8747
9038
|
static get remoteAttributes() {
|
|
8748
9039
|
return ["style"];
|
|
8749
9040
|
}
|
|
@@ -8763,8 +9054,8 @@ class Le extends t {
|
|
|
8763
9054
|
return [];
|
|
8764
9055
|
}
|
|
8765
9056
|
}
|
|
8766
|
-
customElements.define("flr-overlay-content",
|
|
8767
|
-
class
|
|
9057
|
+
customElements.define("flr-overlay-content", ze);
|
|
9058
|
+
class Ne extends t {
|
|
8768
9059
|
static get remoteAttributes() {
|
|
8769
9060
|
return ["style"];
|
|
8770
9061
|
}
|
|
@@ -8787,8 +9078,8 @@ class ze extends t {
|
|
|
8787
9078
|
return [];
|
|
8788
9079
|
}
|
|
8789
9080
|
}
|
|
8790
|
-
customElements.define("flr-popover-content",
|
|
8791
|
-
class
|
|
9081
|
+
customElements.define("flr-popover-content", Ne);
|
|
9082
|
+
class Fe extends t {
|
|
8792
9083
|
static get remoteAttributes() {
|
|
8793
9084
|
return ["style"];
|
|
8794
9085
|
}
|
|
@@ -8818,8 +9109,8 @@ class Ne extends t {
|
|
|
8818
9109
|
return ["valueLabel"];
|
|
8819
9110
|
}
|
|
8820
9111
|
}
|
|
8821
|
-
customElements.define("flr-progress-bar",
|
|
8822
|
-
class
|
|
9112
|
+
customElements.define("flr-progress-bar", Fe);
|
|
9113
|
+
class He extends t {
|
|
8823
9114
|
static get remoteAttributes() {
|
|
8824
9115
|
return ["style"];
|
|
8825
9116
|
}
|
|
@@ -8854,8 +9145,8 @@ class Fe extends t {
|
|
|
8854
9145
|
return [];
|
|
8855
9146
|
}
|
|
8856
9147
|
}
|
|
8857
|
-
customElements.define("flr-radio",
|
|
8858
|
-
class
|
|
9148
|
+
customElements.define("flr-radio", He);
|
|
9149
|
+
class Ke extends t {
|
|
8859
9150
|
static get remoteAttributes() {
|
|
8860
9151
|
return ["style"];
|
|
8861
9152
|
}
|
|
@@ -8890,7 +9181,7 @@ class He extends t {
|
|
|
8890
9181
|
return [];
|
|
8891
9182
|
}
|
|
8892
9183
|
}
|
|
8893
|
-
customElements.define("flr-radio-button",
|
|
9184
|
+
customElements.define("flr-radio-button", Ke);
|
|
8894
9185
|
class Ve extends t {
|
|
8895
9186
|
static get remoteAttributes() {
|
|
8896
9187
|
return ["style"];
|
|
@@ -8933,7 +9224,7 @@ class Ve extends t {
|
|
|
8933
9224
|
}
|
|
8934
9225
|
}
|
|
8935
9226
|
customElements.define("flr-radio-group", Ve);
|
|
8936
|
-
class
|
|
9227
|
+
class We extends t {
|
|
8937
9228
|
static get remoteAttributes() {
|
|
8938
9229
|
return ["style"];
|
|
8939
9230
|
}
|
|
@@ -8998,8 +9289,8 @@ class Ke extends t {
|
|
|
8998
9289
|
return [];
|
|
8999
9290
|
}
|
|
9000
9291
|
}
|
|
9001
|
-
customElements.define("flr-search-field",
|
|
9002
|
-
class
|
|
9292
|
+
customElements.define("flr-search-field", We);
|
|
9293
|
+
class Be extends t {
|
|
9003
9294
|
static get remoteAttributes() {
|
|
9004
9295
|
return ["style"];
|
|
9005
9296
|
}
|
|
@@ -9290,8 +9581,8 @@ class We extends t {
|
|
|
9290
9581
|
return [];
|
|
9291
9582
|
}
|
|
9292
9583
|
}
|
|
9293
|
-
customElements.define("flr-section",
|
|
9294
|
-
class
|
|
9584
|
+
customElements.define("flr-section", Be);
|
|
9585
|
+
class qe extends t {
|
|
9295
9586
|
static get remoteAttributes() {
|
|
9296
9587
|
return ["style"];
|
|
9297
9588
|
}
|
|
@@ -9326,8 +9617,8 @@ class Be extends t {
|
|
|
9326
9617
|
return [];
|
|
9327
9618
|
}
|
|
9328
9619
|
}
|
|
9329
|
-
customElements.define("flr-segment",
|
|
9330
|
-
class
|
|
9620
|
+
customElements.define("flr-segment", qe);
|
|
9621
|
+
class Ge extends t {
|
|
9331
9622
|
static get remoteAttributes() {
|
|
9332
9623
|
return ["style"];
|
|
9333
9624
|
}
|
|
@@ -9366,8 +9657,8 @@ class qe extends t {
|
|
|
9366
9657
|
return [];
|
|
9367
9658
|
}
|
|
9368
9659
|
}
|
|
9369
|
-
customElements.define("flr-segmented-control",
|
|
9370
|
-
class
|
|
9660
|
+
customElements.define("flr-segmented-control", Ge);
|
|
9661
|
+
class Xe extends t {
|
|
9371
9662
|
static get remoteAttributes() {
|
|
9372
9663
|
return ["style"];
|
|
9373
9664
|
}
|
|
@@ -9413,8 +9704,8 @@ class Ge extends t {
|
|
|
9413
9704
|
return [];
|
|
9414
9705
|
}
|
|
9415
9706
|
}
|
|
9416
|
-
customElements.define("flr-select",
|
|
9417
|
-
class
|
|
9707
|
+
customElements.define("flr-select", Xe);
|
|
9708
|
+
class Ye extends t {
|
|
9418
9709
|
static get remoteAttributes() {
|
|
9419
9710
|
return ["style"];
|
|
9420
9711
|
}
|
|
@@ -9437,8 +9728,8 @@ class Xe extends t {
|
|
|
9437
9728
|
return [];
|
|
9438
9729
|
}
|
|
9439
9730
|
}
|
|
9440
|
-
customElements.define("flr-separator",
|
|
9441
|
-
class
|
|
9731
|
+
customElements.define("flr-separator", Ye);
|
|
9732
|
+
class je extends t {
|
|
9442
9733
|
static get remoteAttributes() {
|
|
9443
9734
|
return ["style"];
|
|
9444
9735
|
}
|
|
@@ -9729,8 +10020,8 @@ class Ye extends t {
|
|
|
9729
10020
|
return [];
|
|
9730
10021
|
}
|
|
9731
10022
|
}
|
|
9732
|
-
customElements.define("flr-skeleton",
|
|
9733
|
-
class
|
|
10023
|
+
customElements.define("flr-skeleton", je);
|
|
10024
|
+
class Ze extends t {
|
|
9734
10025
|
static get remoteAttributes() {
|
|
9735
10026
|
return ["style"];
|
|
9736
10027
|
}
|
|
@@ -10020,8 +10311,8 @@ class je extends t {
|
|
|
10020
10311
|
return [];
|
|
10021
10312
|
}
|
|
10022
10313
|
}
|
|
10023
|
-
customElements.define("flr-skeleton-text",
|
|
10024
|
-
class
|
|
10314
|
+
customElements.define("flr-skeleton-text", Ze);
|
|
10315
|
+
class _e extends t {
|
|
10025
10316
|
static get remoteAttributes() {
|
|
10026
10317
|
return ["style"];
|
|
10027
10318
|
}
|
|
@@ -10056,8 +10347,8 @@ class Ze extends t {
|
|
|
10056
10347
|
return [];
|
|
10057
10348
|
}
|
|
10058
10349
|
}
|
|
10059
|
-
customElements.define("flr-slider",
|
|
10060
|
-
class
|
|
10350
|
+
customElements.define("flr-slider", _e);
|
|
10351
|
+
class Je extends t {
|
|
10061
10352
|
static get remoteAttributes() {
|
|
10062
10353
|
return ["style"];
|
|
10063
10354
|
}
|
|
@@ -10100,8 +10391,8 @@ class _e extends t {
|
|
|
10100
10391
|
return [];
|
|
10101
10392
|
}
|
|
10102
10393
|
}
|
|
10103
|
-
customElements.define("flr-switch",
|
|
10104
|
-
class
|
|
10394
|
+
customElements.define("flr-switch", Je);
|
|
10395
|
+
class Qe extends t {
|
|
10105
10396
|
static get remoteAttributes() {
|
|
10106
10397
|
return ["style"];
|
|
10107
10398
|
}
|
|
@@ -10123,8 +10414,8 @@ class Je extends t {
|
|
|
10123
10414
|
return [];
|
|
10124
10415
|
}
|
|
10125
10416
|
}
|
|
10126
|
-
customElements.define("flr-tab",
|
|
10127
|
-
class
|
|
10417
|
+
customElements.define("flr-tab", Qe);
|
|
10418
|
+
class $e extends t {
|
|
10128
10419
|
static get remoteAttributes() {
|
|
10129
10420
|
return ["style"];
|
|
10130
10421
|
}
|
|
@@ -10156,8 +10447,8 @@ class Qe extends t {
|
|
|
10156
10447
|
return [];
|
|
10157
10448
|
}
|
|
10158
10449
|
}
|
|
10159
|
-
customElements.define("flr-tab-title",
|
|
10160
|
-
class
|
|
10450
|
+
customElements.define("flr-tab-title", $e);
|
|
10451
|
+
class et extends t {
|
|
10161
10452
|
static get remoteAttributes() {
|
|
10162
10453
|
return ["style"];
|
|
10163
10454
|
}
|
|
@@ -10193,8 +10484,8 @@ class $e extends t {
|
|
|
10193
10484
|
return [];
|
|
10194
10485
|
}
|
|
10195
10486
|
}
|
|
10196
|
-
customElements.define("flr-table",
|
|
10197
|
-
class
|
|
10487
|
+
customElements.define("flr-table", et);
|
|
10488
|
+
class tt extends t {
|
|
10198
10489
|
static get remoteAttributes() {
|
|
10199
10490
|
return ["style"];
|
|
10200
10491
|
}
|
|
@@ -10214,8 +10505,8 @@ class et extends t {
|
|
|
10214
10505
|
return [];
|
|
10215
10506
|
}
|
|
10216
10507
|
}
|
|
10217
|
-
customElements.define("flr-table-body",
|
|
10218
|
-
class
|
|
10508
|
+
customElements.define("flr-table-body", tt);
|
|
10509
|
+
class at extends t {
|
|
10219
10510
|
static get remoteAttributes() {
|
|
10220
10511
|
return ["style"];
|
|
10221
10512
|
}
|
|
@@ -10235,8 +10526,8 @@ class tt extends t {
|
|
|
10235
10526
|
return [];
|
|
10236
10527
|
}
|
|
10237
10528
|
}
|
|
10238
|
-
customElements.define("flr-table-cell",
|
|
10239
|
-
class
|
|
10529
|
+
customElements.define("flr-table-cell", at);
|
|
10530
|
+
class rt extends t {
|
|
10240
10531
|
static get remoteAttributes() {
|
|
10241
10532
|
return ["style"];
|
|
10242
10533
|
}
|
|
@@ -10261,8 +10552,8 @@ class at extends t {
|
|
|
10261
10552
|
return [];
|
|
10262
10553
|
}
|
|
10263
10554
|
}
|
|
10264
|
-
customElements.define("flr-table-column",
|
|
10265
|
-
class
|
|
10555
|
+
customElements.define("flr-table-column", rt);
|
|
10556
|
+
class it extends t {
|
|
10266
10557
|
static get remoteAttributes() {
|
|
10267
10558
|
return ["style"];
|
|
10268
10559
|
}
|
|
@@ -10298,8 +10589,8 @@ class rt extends t {
|
|
|
10298
10589
|
return [];
|
|
10299
10590
|
}
|
|
10300
10591
|
}
|
|
10301
|
-
customElements.define("flr-table-footer-row",
|
|
10302
|
-
class
|
|
10592
|
+
customElements.define("flr-table-footer-row", it);
|
|
10593
|
+
class ot extends t {
|
|
10303
10594
|
static get remoteAttributes() {
|
|
10304
10595
|
return ["style"];
|
|
10305
10596
|
}
|
|
@@ -10321,8 +10612,8 @@ class it extends t {
|
|
|
10321
10612
|
return [];
|
|
10322
10613
|
}
|
|
10323
10614
|
}
|
|
10324
|
-
customElements.define("flr-table-header",
|
|
10325
|
-
class
|
|
10615
|
+
customElements.define("flr-table-header", ot);
|
|
10616
|
+
class nt extends t {
|
|
10326
10617
|
static get remoteAttributes() {
|
|
10327
10618
|
return ["style"];
|
|
10328
10619
|
}
|
|
@@ -10358,8 +10649,8 @@ class ot extends t {
|
|
|
10358
10649
|
return [];
|
|
10359
10650
|
}
|
|
10360
10651
|
}
|
|
10361
|
-
customElements.define("flr-table-row",
|
|
10362
|
-
class
|
|
10652
|
+
customElements.define("flr-table-row", nt);
|
|
10653
|
+
class ut extends t {
|
|
10363
10654
|
static get remoteAttributes() {
|
|
10364
10655
|
return ["style"];
|
|
10365
10656
|
}
|
|
@@ -10389,8 +10680,8 @@ class nt extends t {
|
|
|
10389
10680
|
return [];
|
|
10390
10681
|
}
|
|
10391
10682
|
}
|
|
10392
|
-
customElements.define("flr-tabs",
|
|
10393
|
-
class
|
|
10683
|
+
customElements.define("flr-tabs", ut);
|
|
10684
|
+
class st extends t {
|
|
10394
10685
|
static get remoteAttributes() {
|
|
10395
10686
|
return ["style"];
|
|
10396
10687
|
}
|
|
@@ -10682,8 +10973,8 @@ class ut extends t {
|
|
|
10682
10973
|
return [];
|
|
10683
10974
|
}
|
|
10684
10975
|
}
|
|
10685
|
-
customElements.define("flr-text",
|
|
10686
|
-
class
|
|
10976
|
+
customElements.define("flr-text", st);
|
|
10977
|
+
class pt extends t {
|
|
10687
10978
|
static get remoteAttributes() {
|
|
10688
10979
|
return ["style"];
|
|
10689
10980
|
}
|
|
@@ -10750,8 +11041,8 @@ class st extends t {
|
|
|
10750
11041
|
return [];
|
|
10751
11042
|
}
|
|
10752
11043
|
}
|
|
10753
|
-
customElements.define("flr-text-area",
|
|
10754
|
-
class
|
|
11044
|
+
customElements.define("flr-text-area", pt);
|
|
11045
|
+
class lt extends t {
|
|
10755
11046
|
static get remoteAttributes() {
|
|
10756
11047
|
return ["style"];
|
|
10757
11048
|
}
|
|
@@ -10817,8 +11108,8 @@ class pt extends t {
|
|
|
10817
11108
|
return [];
|
|
10818
11109
|
}
|
|
10819
11110
|
}
|
|
10820
|
-
customElements.define("flr-text-field",
|
|
10821
|
-
class
|
|
11111
|
+
customElements.define("flr-text-field", lt);
|
|
11112
|
+
class dt extends t {
|
|
10822
11113
|
static get remoteAttributes() {
|
|
10823
11114
|
return ["style"];
|
|
10824
11115
|
}
|
|
@@ -10864,8 +11155,8 @@ class lt extends t {
|
|
|
10864
11155
|
return ["errorMessage"];
|
|
10865
11156
|
}
|
|
10866
11157
|
}
|
|
10867
|
-
customElements.define("flr-time-field",
|
|
10868
|
-
class
|
|
11158
|
+
customElements.define("flr-time-field", dt);
|
|
11159
|
+
class ct extends t {
|
|
10869
11160
|
static get remoteAttributes() {
|
|
10870
11161
|
return ["style"];
|
|
10871
11162
|
}
|
|
@@ -10899,8 +11190,8 @@ class dt extends t {
|
|
|
10899
11190
|
return [];
|
|
10900
11191
|
}
|
|
10901
11192
|
}
|
|
10902
|
-
customElements.define("flr-tooltip",
|
|
10903
|
-
class
|
|
11193
|
+
customElements.define("flr-tooltip", ct);
|
|
11194
|
+
class Ct extends t {
|
|
10904
11195
|
static get remoteAttributes() {
|
|
10905
11196
|
return ["style"];
|
|
10906
11197
|
}
|
|
@@ -10923,8 +11214,8 @@ class ct extends t {
|
|
|
10923
11214
|
return [];
|
|
10924
11215
|
}
|
|
10925
11216
|
}
|
|
10926
|
-
customElements.define("flr-tooltip-trigger",
|
|
10927
|
-
class
|
|
11217
|
+
customElements.define("flr-tooltip-trigger", Ct);
|
|
11218
|
+
class mt extends t {
|
|
10928
11219
|
static get remoteEvents() {
|
|
10929
11220
|
return {
|
|
10930
11221
|
submit: {}
|
|
@@ -10939,108 +11230,109 @@ class Ct extends t {
|
|
|
10939
11230
|
};
|
|
10940
11231
|
}
|
|
10941
11232
|
}
|
|
10942
|
-
customElements.define("flr-form",
|
|
11233
|
+
customElements.define("flr-form", mt);
|
|
10943
11234
|
export {
|
|
10944
|
-
E as
|
|
10945
|
-
f as
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
|
|
10949
|
-
w as
|
|
10950
|
-
P as
|
|
10951
|
-
O as
|
|
10952
|
-
M as
|
|
10953
|
-
U as
|
|
10954
|
-
D as
|
|
10955
|
-
R as
|
|
10956
|
-
|
|
10957
|
-
|
|
10958
|
-
|
|
10959
|
-
L as
|
|
10960
|
-
z as
|
|
10961
|
-
N as
|
|
10962
|
-
F as
|
|
10963
|
-
H as
|
|
11235
|
+
E as RemoteAccentBoxElement,
|
|
11236
|
+
f as RemoteAccordionElement,
|
|
11237
|
+
x as RemoteActionGroupElement,
|
|
11238
|
+
S as RemoteAlertBadgeElement,
|
|
11239
|
+
k as RemoteAlertElement,
|
|
11240
|
+
w as RemoteAlertIconElement,
|
|
11241
|
+
P as RemoteAlignElement,
|
|
11242
|
+
O as RemoteAvatarElement,
|
|
11243
|
+
M as RemoteAvatarStackElement,
|
|
11244
|
+
U as RemoteBadgeElement,
|
|
11245
|
+
D as RemoteBreadcrumbElement,
|
|
11246
|
+
R as RemoteButtonElement,
|
|
11247
|
+
T as RemoteChatElement,
|
|
11248
|
+
A as RemoteCheckboxButtonElement,
|
|
11249
|
+
I as RemoteCheckboxElement,
|
|
11250
|
+
L as RemoteCheckboxGroupElement,
|
|
11251
|
+
z as RemoteClearPropsContextContentElement,
|
|
11252
|
+
N as RemoteCodeBlockElement,
|
|
11253
|
+
F as RemoteColumnLayoutElement,
|
|
11254
|
+
H as RemoteContentElement,
|
|
11255
|
+
K as RemoteContextMenuContentElement,
|
|
10964
11256
|
V as RemoteContextMenuSectionElement,
|
|
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
|
-
|
|
10991
|
-
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11008
|
-
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11016
|
-
|
|
11017
|
-
|
|
11018
|
-
|
|
11257
|
+
W as RemoteContextualHelpElement,
|
|
11258
|
+
B as RemoteContextualHelpTriggerElement,
|
|
11259
|
+
q as RemoteCopyButtonElement,
|
|
11260
|
+
G as RemoteCounterBadgeElement,
|
|
11261
|
+
X as RemoteCountryOptionsElement,
|
|
11262
|
+
Y as RemoteDatePickerElement,
|
|
11263
|
+
j as RemoteDateRangePickerElement,
|
|
11264
|
+
Z as RemoteDialogTriggerElement,
|
|
11265
|
+
_ as RemoteDivElement,
|
|
11266
|
+
J as RemoteFieldDescriptionElement,
|
|
11267
|
+
Q as RemoteFieldErrorElement,
|
|
11268
|
+
$ as RemoteFileCardElement,
|
|
11269
|
+
ee as RemoteFileCardListElement,
|
|
11270
|
+
te as RemoteFileFieldElement,
|
|
11271
|
+
ae as RemoteFlexElement,
|
|
11272
|
+
mt as RemoteFormElement,
|
|
11273
|
+
re as RemoteFragmentElement,
|
|
11274
|
+
ie as RemoteHeaderElement,
|
|
11275
|
+
oe as RemoteHeaderNavigationElement,
|
|
11276
|
+
ne as RemoteHeadingElement,
|
|
11277
|
+
ue as RemoteIconElement,
|
|
11278
|
+
se as RemoteIllustratedMessageElement,
|
|
11279
|
+
pe as RemoteImageElement,
|
|
11280
|
+
le as RemoteInitialsElement,
|
|
11281
|
+
de as RemoteInlineCodeElement,
|
|
11282
|
+
ce as RemoteItemsGridListElement,
|
|
11283
|
+
Ce as RemoteItemsGridListItemElement,
|
|
11284
|
+
me as RemoteLabelElement,
|
|
11285
|
+
ge as RemoteLabeledValueElement,
|
|
11286
|
+
ve as RemoteLayoutCardElement,
|
|
11287
|
+
be as RemoteLightBoxElement,
|
|
11288
|
+
ye as RemoteLightBoxTriggerElement,
|
|
11289
|
+
he as RemoteLinkElement,
|
|
11290
|
+
Ee as RemoteListEmptyViewElement,
|
|
11291
|
+
fe as RemoteListItemViewContentElement,
|
|
11292
|
+
xe as RemoteListSummaryElement,
|
|
11293
|
+
ke as RemoteLoadingSpinnerElement,
|
|
11294
|
+
Se as RemoteMarkdownElement,
|
|
11295
|
+
we as RemoteMenuItemElement,
|
|
11296
|
+
Pe as RemoteMenuTriggerElement,
|
|
11297
|
+
Oe as RemoteMessageElement,
|
|
11298
|
+
Me as RemoteMessageSeparatorElement,
|
|
11299
|
+
Ue as RemoteMessageThreadElement,
|
|
11300
|
+
De as RemoteNavigationElement,
|
|
11301
|
+
Re as RemoteNavigationGroupElement,
|
|
11302
|
+
Te as RemoteNotificationElement,
|
|
11303
|
+
Ie as RemoteNotificationProviderElement,
|
|
11304
|
+
Ae as RemoteNumberFieldElement,
|
|
11305
|
+
Le as RemoteOptionElement,
|
|
11306
|
+
ze as RemoteOverlayContentElement,
|
|
11307
|
+
Ne as RemotePopoverContentElement,
|
|
11308
|
+
Fe as RemoteProgressBarElement,
|
|
11309
|
+
Ke as RemoteRadioButtonElement,
|
|
11310
|
+
He as RemoteRadioElement,
|
|
11019
11311
|
Ve as RemoteRadioGroupElement,
|
|
11020
|
-
|
|
11021
|
-
|
|
11022
|
-
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11028
|
-
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
11312
|
+
We as RemoteSearchFieldElement,
|
|
11313
|
+
Be as RemoteSectionElement,
|
|
11314
|
+
qe as RemoteSegmentElement,
|
|
11315
|
+
Ge as RemoteSegmentedControlElement,
|
|
11316
|
+
Xe as RemoteSelectElement,
|
|
11317
|
+
Ye as RemoteSeparatorElement,
|
|
11318
|
+
je as RemoteSkeletonElement,
|
|
11319
|
+
Ze as RemoteSkeletonTextElement,
|
|
11320
|
+
_e as RemoteSliderElement,
|
|
11321
|
+
Je as RemoteSwitchElement,
|
|
11322
|
+
Qe as RemoteTabElement,
|
|
11323
|
+
$e as RemoteTabTitleElement,
|
|
11324
|
+
tt as RemoteTableBodyElement,
|
|
11325
|
+
at as RemoteTableCellElement,
|
|
11326
|
+
rt as RemoteTableColumnElement,
|
|
11327
|
+
et as RemoteTableElement,
|
|
11328
|
+
it as RemoteTableFooterRowElement,
|
|
11329
|
+
ot as RemoteTableHeaderElement,
|
|
11330
|
+
nt as RemoteTableRowElement,
|
|
11331
|
+
ut as RemoteTabsElement,
|
|
11332
|
+
pt as RemoteTextAreaElement,
|
|
11333
|
+
st as RemoteTextElement,
|
|
11334
|
+
lt as RemoteTextFieldElement,
|
|
11335
|
+
dt as RemoteTimeFieldElement,
|
|
11336
|
+
ct as RemoteTooltipElement,
|
|
11337
|
+
Ct as RemoteTooltipTriggerElement
|
|
11046
11338
|
};
|