@mittwald/flow-remote-elements 0.2.0-alpha.22 → 0.2.0-alpha.24
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 +240 -287
- package/dist/types/auto-generated/RemoteContextMenuElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteContextMenuElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteContextMenuTriggerElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteContextMenuTriggerElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteContextualHelpElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteContextualHelpElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteContextualHelpTriggerElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteContextualHelpTriggerElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteDialogTriggerElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteDialogTriggerElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteLightBoxElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteLightBoxElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteLightBoxTriggerElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteLightBoxTriggerElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteOverlayContentElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteOverlayContentElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemotePopoverContentElement.d.ts +24 -0
- package/dist/types/auto-generated/RemotePopoverContentElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteSelectElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteSelectElement.d.ts.map +1 -1
- package/dist/types/auto-generated/index.d.ts +3 -4
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/types/auto-generated/RemoteModalElement.d.ts +0 -23
- package/dist/types/auto-generated/RemoteModalElement.d.ts.map +0 -1
- package/dist/types/auto-generated/RemoteModalTriggerElement.d.ts +0 -18
- package/dist/types/auto-generated/RemoteModalTriggerElement.d.ts.map +0 -1
- package/dist/types/auto-generated/RemotePopoverElement.d.ts +0 -45
- package/dist/types/auto-generated/RemotePopoverElement.d.ts.map +0 -1
- package/dist/types/auto-generated/RemotePopoverTriggerElement.d.ts +0 -18
- package/dist/types/auto-generated/RemotePopoverTriggerElement.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -327,7 +327,7 @@ class y extends t {
|
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
customElements.define("flr-accordion", y);
|
|
330
|
-
class
|
|
330
|
+
class E extends t {
|
|
331
331
|
static get remoteAttributes() {
|
|
332
332
|
return ["style"];
|
|
333
333
|
}
|
|
@@ -345,8 +345,8 @@ class f extends t {
|
|
|
345
345
|
return [];
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
customElements.define("flr-action-group",
|
|
349
|
-
class
|
|
348
|
+
customElements.define("flr-action-group", E);
|
|
349
|
+
class f extends t {
|
|
350
350
|
static get remoteAttributes() {
|
|
351
351
|
return ["style"];
|
|
352
352
|
}
|
|
@@ -636,7 +636,7 @@ class E extends t {
|
|
|
636
636
|
return [];
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
customElements.define("flr-alert",
|
|
639
|
+
customElements.define("flr-alert", f);
|
|
640
640
|
class x extends t {
|
|
641
641
|
static get remoteAttributes() {
|
|
642
642
|
return ["style"];
|
|
@@ -2062,7 +2062,6 @@ class L extends t {
|
|
|
2062
2062
|
boundaryElement: {},
|
|
2063
2063
|
className: {},
|
|
2064
2064
|
containerPadding: {},
|
|
2065
|
-
controller: {},
|
|
2066
2065
|
crossOffset: {},
|
|
2067
2066
|
defaultOpen: {},
|
|
2068
2067
|
defaultSelectedKeys: {},
|
|
@@ -2127,7 +2126,6 @@ class N extends t {
|
|
|
2127
2126
|
}
|
|
2128
2127
|
static get remoteProperties() {
|
|
2129
2128
|
return {
|
|
2130
|
-
controller: {},
|
|
2131
2129
|
isDefaultOpen: {}
|
|
2132
2130
|
};
|
|
2133
2131
|
}
|
|
@@ -2153,7 +2151,6 @@ class F extends t {
|
|
|
2153
2151
|
boundaryElement: {},
|
|
2154
2152
|
className: {},
|
|
2155
2153
|
containerPadding: {},
|
|
2156
|
-
controller: {},
|
|
2157
2154
|
crossOffset: {},
|
|
2158
2155
|
defaultOpen: {},
|
|
2159
2156
|
isDialogContent: {},
|
|
@@ -2192,7 +2189,6 @@ class H extends t {
|
|
|
2192
2189
|
}
|
|
2193
2190
|
static get remoteProperties() {
|
|
2194
2191
|
return {
|
|
2195
|
-
controller: {},
|
|
2196
2192
|
isDefaultOpen: {}
|
|
2197
2193
|
};
|
|
2198
2194
|
}
|
|
@@ -2717,6 +2713,26 @@ class q extends t {
|
|
|
2717
2713
|
}
|
|
2718
2714
|
customElements.define("flr-date-range-picker", q);
|
|
2719
2715
|
class G extends t {
|
|
2716
|
+
static get remoteAttributes() {
|
|
2717
|
+
return ["style"];
|
|
2718
|
+
}
|
|
2719
|
+
static get remoteProperties() {
|
|
2720
|
+
return {
|
|
2721
|
+
defaultOpen: {},
|
|
2722
|
+
isOpen: {}
|
|
2723
|
+
};
|
|
2724
|
+
}
|
|
2725
|
+
static get remoteEvents() {
|
|
2726
|
+
return {
|
|
2727
|
+
openChange: {}
|
|
2728
|
+
};
|
|
2729
|
+
}
|
|
2730
|
+
static get remoteSlots() {
|
|
2731
|
+
return [];
|
|
2732
|
+
}
|
|
2733
|
+
}
|
|
2734
|
+
customElements.define("flr-dialog-trigger", G);
|
|
2735
|
+
class X extends t {
|
|
2720
2736
|
static get remoteAttributes() {
|
|
2721
2737
|
return ["style"];
|
|
2722
2738
|
}
|
|
@@ -2732,8 +2748,8 @@ class G extends t {
|
|
|
2732
2748
|
return [];
|
|
2733
2749
|
}
|
|
2734
2750
|
}
|
|
2735
|
-
customElements.define("flr-div",
|
|
2736
|
-
class
|
|
2751
|
+
customElements.define("flr-div", X);
|
|
2752
|
+
class Y extends t {
|
|
2737
2753
|
static get remoteAttributes() {
|
|
2738
2754
|
return ["style"];
|
|
2739
2755
|
}
|
|
@@ -3024,8 +3040,8 @@ class X extends t {
|
|
|
3024
3040
|
return [];
|
|
3025
3041
|
}
|
|
3026
3042
|
}
|
|
3027
|
-
customElements.define("flr-field-description",
|
|
3028
|
-
class
|
|
3043
|
+
customElements.define("flr-field-description", Y);
|
|
3044
|
+
class j extends t {
|
|
3029
3045
|
static get remoteAttributes() {
|
|
3030
3046
|
return ["style"];
|
|
3031
3047
|
}
|
|
@@ -3042,8 +3058,8 @@ class Y extends t {
|
|
|
3042
3058
|
return [];
|
|
3043
3059
|
}
|
|
3044
3060
|
}
|
|
3045
|
-
customElements.define("flr-field-error",
|
|
3046
|
-
class
|
|
3061
|
+
customElements.define("flr-field-error", j);
|
|
3062
|
+
class Z extends t {
|
|
3047
3063
|
static get remoteAttributes() {
|
|
3048
3064
|
return ["style"];
|
|
3049
3065
|
}
|
|
@@ -3342,8 +3358,8 @@ class j extends t {
|
|
|
3342
3358
|
return [];
|
|
3343
3359
|
}
|
|
3344
3360
|
}
|
|
3345
|
-
customElements.define("flr-file-card",
|
|
3346
|
-
class
|
|
3361
|
+
customElements.define("flr-file-card", Z);
|
|
3362
|
+
class _ extends t {
|
|
3347
3363
|
static get remoteAttributes() {
|
|
3348
3364
|
return ["style"];
|
|
3349
3365
|
}
|
|
@@ -3638,8 +3654,8 @@ class Z extends t {
|
|
|
3638
3654
|
return [];
|
|
3639
3655
|
}
|
|
3640
3656
|
}
|
|
3641
|
-
customElements.define("flr-file-card-list",
|
|
3642
|
-
class
|
|
3657
|
+
customElements.define("flr-file-card-list", _);
|
|
3658
|
+
class J extends t {
|
|
3643
3659
|
static get remoteAttributes() {
|
|
3644
3660
|
return ["style"];
|
|
3645
3661
|
}
|
|
@@ -3663,8 +3679,8 @@ class _ extends t {
|
|
|
3663
3679
|
return [];
|
|
3664
3680
|
}
|
|
3665
3681
|
}
|
|
3666
|
-
customElements.define("flr-file-field",
|
|
3667
|
-
class
|
|
3682
|
+
customElements.define("flr-file-field", J);
|
|
3683
|
+
class Q extends t {
|
|
3668
3684
|
static get remoteAttributes() {
|
|
3669
3685
|
return ["style"];
|
|
3670
3686
|
}
|
|
@@ -3678,8 +3694,8 @@ class J extends t {
|
|
|
3678
3694
|
return [];
|
|
3679
3695
|
}
|
|
3680
3696
|
}
|
|
3681
|
-
customElements.define("flr-fragment",
|
|
3682
|
-
class
|
|
3697
|
+
customElements.define("flr-fragment", Q);
|
|
3698
|
+
class $ extends t {
|
|
3683
3699
|
static get remoteAttributes() {
|
|
3684
3700
|
return ["style"];
|
|
3685
3701
|
}
|
|
@@ -3970,8 +3986,8 @@ class Q extends t {
|
|
|
3970
3986
|
return [];
|
|
3971
3987
|
}
|
|
3972
3988
|
}
|
|
3973
|
-
customElements.define("flr-header",
|
|
3974
|
-
class
|
|
3989
|
+
customElements.define("flr-header", $);
|
|
3990
|
+
class ee extends t {
|
|
3975
3991
|
static get remoteAttributes() {
|
|
3976
3992
|
return ["style"];
|
|
3977
3993
|
}
|
|
@@ -4260,8 +4276,8 @@ class $ extends t {
|
|
|
4260
4276
|
return [];
|
|
4261
4277
|
}
|
|
4262
4278
|
}
|
|
4263
|
-
customElements.define("flr-header-navigation",
|
|
4264
|
-
class
|
|
4279
|
+
customElements.define("flr-header-navigation", ee);
|
|
4280
|
+
class te extends t {
|
|
4265
4281
|
static get remoteAttributes() {
|
|
4266
4282
|
return ["style"];
|
|
4267
4283
|
}
|
|
@@ -4552,8 +4568,8 @@ class ee extends t {
|
|
|
4552
4568
|
return [];
|
|
4553
4569
|
}
|
|
4554
4570
|
}
|
|
4555
|
-
customElements.define("flr-heading",
|
|
4556
|
-
class
|
|
4571
|
+
customElements.define("flr-heading", te);
|
|
4572
|
+
class ae extends t {
|
|
4557
4573
|
static get remoteAttributes() {
|
|
4558
4574
|
return ["style"];
|
|
4559
4575
|
}
|
|
@@ -5049,8 +5065,8 @@ class te extends t {
|
|
|
5049
5065
|
return [];
|
|
5050
5066
|
}
|
|
5051
5067
|
}
|
|
5052
|
-
customElements.define("flr-icon",
|
|
5053
|
-
class
|
|
5068
|
+
customElements.define("flr-icon", ae);
|
|
5069
|
+
class re extends t {
|
|
5054
5070
|
static get remoteAttributes() {
|
|
5055
5071
|
return ["style"];
|
|
5056
5072
|
}
|
|
@@ -5341,9 +5357,9 @@ class ae extends t {
|
|
|
5341
5357
|
}
|
|
5342
5358
|
customElements.define(
|
|
5343
5359
|
"flr-illustrated-message",
|
|
5344
|
-
|
|
5360
|
+
re
|
|
5345
5361
|
);
|
|
5346
|
-
class
|
|
5362
|
+
class ie extends t {
|
|
5347
5363
|
static get remoteAttributes() {
|
|
5348
5364
|
return ["style"];
|
|
5349
5365
|
}
|
|
@@ -5644,8 +5660,8 @@ class re extends t {
|
|
|
5644
5660
|
return [];
|
|
5645
5661
|
}
|
|
5646
5662
|
}
|
|
5647
|
-
customElements.define("flr-image",
|
|
5648
|
-
class
|
|
5663
|
+
customElements.define("flr-image", ie);
|
|
5664
|
+
class oe extends t {
|
|
5649
5665
|
static get remoteAttributes() {
|
|
5650
5666
|
return ["style"];
|
|
5651
5667
|
}
|
|
@@ -5661,8 +5677,8 @@ class ie extends t {
|
|
|
5661
5677
|
return [];
|
|
5662
5678
|
}
|
|
5663
5679
|
}
|
|
5664
|
-
customElements.define("flr-initials",
|
|
5665
|
-
class
|
|
5680
|
+
customElements.define("flr-initials", oe);
|
|
5681
|
+
class ne extends t {
|
|
5666
5682
|
static get remoteAttributes() {
|
|
5667
5683
|
return ["style"];
|
|
5668
5684
|
}
|
|
@@ -5951,8 +5967,8 @@ class oe extends t {
|
|
|
5951
5967
|
return [];
|
|
5952
5968
|
}
|
|
5953
5969
|
}
|
|
5954
|
-
customElements.define("flr-inline-code",
|
|
5955
|
-
class
|
|
5970
|
+
customElements.define("flr-inline-code", ne);
|
|
5971
|
+
class ue extends t {
|
|
5956
5972
|
static get remoteAttributes() {
|
|
5957
5973
|
return ["style"];
|
|
5958
5974
|
}
|
|
@@ -5991,8 +6007,8 @@ class ne extends t {
|
|
|
5991
6007
|
return [];
|
|
5992
6008
|
}
|
|
5993
6009
|
}
|
|
5994
|
-
customElements.define("flr-items-grid-list",
|
|
5995
|
-
class
|
|
6010
|
+
customElements.define("flr-items-grid-list", ue);
|
|
6011
|
+
class se extends t {
|
|
5996
6012
|
static get remoteAttributes() {
|
|
5997
6013
|
return ["style"];
|
|
5998
6014
|
}
|
|
@@ -6028,9 +6044,9 @@ class ue extends t {
|
|
|
6028
6044
|
}
|
|
6029
6045
|
customElements.define(
|
|
6030
6046
|
"flr-items-grid-list-item",
|
|
6031
|
-
|
|
6047
|
+
se
|
|
6032
6048
|
);
|
|
6033
|
-
class
|
|
6049
|
+
class pe extends t {
|
|
6034
6050
|
static get remoteAttributes() {
|
|
6035
6051
|
return ["style"];
|
|
6036
6052
|
}
|
|
@@ -6325,8 +6341,8 @@ class se extends t {
|
|
|
6325
6341
|
return [];
|
|
6326
6342
|
}
|
|
6327
6343
|
}
|
|
6328
|
-
customElements.define("flr-label",
|
|
6329
|
-
class
|
|
6344
|
+
customElements.define("flr-label", pe);
|
|
6345
|
+
class le extends t {
|
|
6330
6346
|
static get remoteAttributes() {
|
|
6331
6347
|
return ["style"];
|
|
6332
6348
|
}
|
|
@@ -6342,8 +6358,8 @@ class pe extends t {
|
|
|
6342
6358
|
return [];
|
|
6343
6359
|
}
|
|
6344
6360
|
}
|
|
6345
|
-
customElements.define("flr-labeled-value",
|
|
6346
|
-
class
|
|
6361
|
+
customElements.define("flr-labeled-value", le);
|
|
6362
|
+
class de extends t {
|
|
6347
6363
|
static get remoteAttributes() {
|
|
6348
6364
|
return ["style"];
|
|
6349
6365
|
}
|
|
@@ -6633,15 +6649,14 @@ class le extends t {
|
|
|
6633
6649
|
return [];
|
|
6634
6650
|
}
|
|
6635
6651
|
}
|
|
6636
|
-
customElements.define("flr-layout-card",
|
|
6637
|
-
class
|
|
6652
|
+
customElements.define("flr-layout-card", de);
|
|
6653
|
+
class ce extends t {
|
|
6638
6654
|
static get remoteAttributes() {
|
|
6639
6655
|
return ["style"];
|
|
6640
6656
|
}
|
|
6641
6657
|
static get remoteProperties() {
|
|
6642
6658
|
return {
|
|
6643
6659
|
className: {},
|
|
6644
|
-
controller: {},
|
|
6645
6660
|
fitScreen: {}
|
|
6646
6661
|
};
|
|
6647
6662
|
}
|
|
@@ -6652,14 +6667,13 @@ class de extends t {
|
|
|
6652
6667
|
return [];
|
|
6653
6668
|
}
|
|
6654
6669
|
}
|
|
6655
|
-
customElements.define("flr-light-box",
|
|
6656
|
-
class
|
|
6670
|
+
customElements.define("flr-light-box", ce);
|
|
6671
|
+
class Ce extends t {
|
|
6657
6672
|
static get remoteAttributes() {
|
|
6658
6673
|
return ["style"];
|
|
6659
6674
|
}
|
|
6660
6675
|
static get remoteProperties() {
|
|
6661
6676
|
return {
|
|
6662
|
-
controller: {},
|
|
6663
6677
|
isDefaultOpen: {}
|
|
6664
6678
|
};
|
|
6665
6679
|
}
|
|
@@ -6670,8 +6684,8 @@ class ce extends t {
|
|
|
6670
6684
|
return [];
|
|
6671
6685
|
}
|
|
6672
6686
|
}
|
|
6673
|
-
customElements.define("flr-light-box-trigger",
|
|
6674
|
-
class
|
|
6687
|
+
customElements.define("flr-light-box-trigger", Ce);
|
|
6688
|
+
class me extends t {
|
|
6675
6689
|
static get remoteAttributes() {
|
|
6676
6690
|
return ["style"];
|
|
6677
6691
|
}
|
|
@@ -6720,8 +6734,8 @@ class Ce extends t {
|
|
|
6720
6734
|
return [];
|
|
6721
6735
|
}
|
|
6722
6736
|
}
|
|
6723
|
-
customElements.define("flr-link",
|
|
6724
|
-
class
|
|
6737
|
+
customElements.define("flr-link", me);
|
|
6738
|
+
class ge extends t {
|
|
6725
6739
|
static get remoteAttributes() {
|
|
6726
6740
|
return ["style"];
|
|
6727
6741
|
}
|
|
@@ -6735,8 +6749,8 @@ class me extends t {
|
|
|
6735
6749
|
return [];
|
|
6736
6750
|
}
|
|
6737
6751
|
}
|
|
6738
|
-
customElements.define("flr-list-empty-view",
|
|
6739
|
-
class
|
|
6752
|
+
customElements.define("flr-list-empty-view", ge);
|
|
6753
|
+
class ve extends t {
|
|
6740
6754
|
static get remoteAttributes() {
|
|
6741
6755
|
return ["style"];
|
|
6742
6756
|
}
|
|
@@ -6750,8 +6764,8 @@ class ge extends t {
|
|
|
6750
6764
|
return [];
|
|
6751
6765
|
}
|
|
6752
6766
|
}
|
|
6753
|
-
customElements.define("flr-list-summary",
|
|
6754
|
-
class
|
|
6767
|
+
customElements.define("flr-list-summary", ve);
|
|
6768
|
+
class be extends t {
|
|
6755
6769
|
static get remoteAttributes() {
|
|
6756
6770
|
return ["style"];
|
|
6757
6771
|
}
|
|
@@ -7247,8 +7261,8 @@ class ve extends t {
|
|
|
7247
7261
|
return [];
|
|
7248
7262
|
}
|
|
7249
7263
|
}
|
|
7250
|
-
customElements.define("flr-loading-spinner",
|
|
7251
|
-
class
|
|
7264
|
+
customElements.define("flr-loading-spinner", be);
|
|
7265
|
+
class he extends t {
|
|
7252
7266
|
static get remoteAttributes() {
|
|
7253
7267
|
return ["style"];
|
|
7254
7268
|
}
|
|
@@ -7274,8 +7288,8 @@ class be extends t {
|
|
|
7274
7288
|
return [];
|
|
7275
7289
|
}
|
|
7276
7290
|
}
|
|
7277
|
-
customElements.define("flr-markdown",
|
|
7278
|
-
class
|
|
7291
|
+
customElements.define("flr-markdown", he);
|
|
7292
|
+
class ye extends t {
|
|
7279
7293
|
static get remoteAttributes() {
|
|
7280
7294
|
return ["style"];
|
|
7281
7295
|
}
|
|
@@ -7310,8 +7324,8 @@ class he extends t {
|
|
|
7310
7324
|
return [];
|
|
7311
7325
|
}
|
|
7312
7326
|
}
|
|
7313
|
-
customElements.define("flr-menu-item",
|
|
7314
|
-
class
|
|
7327
|
+
customElements.define("flr-menu-item", ye);
|
|
7328
|
+
class Ee extends t {
|
|
7315
7329
|
static get remoteAttributes() {
|
|
7316
7330
|
return ["style"];
|
|
7317
7331
|
}
|
|
@@ -7329,49 +7343,8 @@ class ye extends t {
|
|
|
7329
7343
|
return [];
|
|
7330
7344
|
}
|
|
7331
7345
|
}
|
|
7332
|
-
customElements.define("flr-message",
|
|
7346
|
+
customElements.define("flr-message", Ee);
|
|
7333
7347
|
class fe extends t {
|
|
7334
|
-
static get remoteAttributes() {
|
|
7335
|
-
return ["style"];
|
|
7336
|
-
}
|
|
7337
|
-
static get remoteProperties() {
|
|
7338
|
-
return {
|
|
7339
|
-
className: {},
|
|
7340
|
-
controller: {},
|
|
7341
|
-
isDismissable: {},
|
|
7342
|
-
offCanvas: {},
|
|
7343
|
-
offCanvasOrientation: {},
|
|
7344
|
-
size: {},
|
|
7345
|
-
slot: {}
|
|
7346
|
-
};
|
|
7347
|
-
}
|
|
7348
|
-
static get remoteEvents() {
|
|
7349
|
-
return {};
|
|
7350
|
-
}
|
|
7351
|
-
static get remoteSlots() {
|
|
7352
|
-
return [];
|
|
7353
|
-
}
|
|
7354
|
-
}
|
|
7355
|
-
customElements.define("flr-modal", fe);
|
|
7356
|
-
class Ee extends t {
|
|
7357
|
-
static get remoteAttributes() {
|
|
7358
|
-
return ["style"];
|
|
7359
|
-
}
|
|
7360
|
-
static get remoteProperties() {
|
|
7361
|
-
return {
|
|
7362
|
-
controller: {},
|
|
7363
|
-
isDefaultOpen: {}
|
|
7364
|
-
};
|
|
7365
|
-
}
|
|
7366
|
-
static get remoteEvents() {
|
|
7367
|
-
return {};
|
|
7368
|
-
}
|
|
7369
|
-
static get remoteSlots() {
|
|
7370
|
-
return [];
|
|
7371
|
-
}
|
|
7372
|
-
}
|
|
7373
|
-
customElements.define("flr-modal-trigger", Ee);
|
|
7374
|
-
class xe extends t {
|
|
7375
7348
|
static get remoteAttributes() {
|
|
7376
7349
|
return ["style"];
|
|
7377
7350
|
}
|
|
@@ -7660,8 +7633,8 @@ class xe extends t {
|
|
|
7660
7633
|
return [];
|
|
7661
7634
|
}
|
|
7662
7635
|
}
|
|
7663
|
-
customElements.define("flr-navigation",
|
|
7664
|
-
class
|
|
7636
|
+
customElements.define("flr-navigation", fe);
|
|
7637
|
+
class xe extends t {
|
|
7665
7638
|
static get remoteAttributes() {
|
|
7666
7639
|
return ["style"];
|
|
7667
7640
|
}
|
|
@@ -7951,8 +7924,8 @@ class ke extends t {
|
|
|
7951
7924
|
return [];
|
|
7952
7925
|
}
|
|
7953
7926
|
}
|
|
7954
|
-
customElements.define("flr-navigation-group",
|
|
7955
|
-
class
|
|
7927
|
+
customElements.define("flr-navigation-group", xe);
|
|
7928
|
+
class ke extends t {
|
|
7956
7929
|
static get remoteAttributes() {
|
|
7957
7930
|
return ["style"];
|
|
7958
7931
|
}
|
|
@@ -8245,8 +8218,8 @@ class Se extends t {
|
|
|
8245
8218
|
return [];
|
|
8246
8219
|
}
|
|
8247
8220
|
}
|
|
8248
|
-
customElements.define("flr-notification",
|
|
8249
|
-
class
|
|
8221
|
+
customElements.define("flr-notification", ke);
|
|
8222
|
+
class Se extends t {
|
|
8250
8223
|
static get remoteAttributes() {
|
|
8251
8224
|
return ["style"];
|
|
8252
8225
|
}
|
|
@@ -8537,9 +8510,9 @@ class we extends t {
|
|
|
8537
8510
|
}
|
|
8538
8511
|
customElements.define(
|
|
8539
8512
|
"flr-notification-provider",
|
|
8540
|
-
|
|
8513
|
+
Se
|
|
8541
8514
|
);
|
|
8542
|
-
class
|
|
8515
|
+
class we extends t {
|
|
8543
8516
|
static get remoteAttributes() {
|
|
8544
8517
|
return ["style"];
|
|
8545
8518
|
}
|
|
@@ -8594,8 +8567,8 @@ class Pe extends t {
|
|
|
8594
8567
|
return [];
|
|
8595
8568
|
}
|
|
8596
8569
|
}
|
|
8597
|
-
customElements.define("flr-number-field",
|
|
8598
|
-
class
|
|
8570
|
+
customElements.define("flr-number-field", we);
|
|
8571
|
+
class Pe extends t {
|
|
8599
8572
|
static get remoteAttributes() {
|
|
8600
8573
|
return ["style"];
|
|
8601
8574
|
}
|
|
@@ -8628,40 +8601,16 @@ class Oe extends t {
|
|
|
8628
8601
|
return [];
|
|
8629
8602
|
}
|
|
8630
8603
|
}
|
|
8631
|
-
customElements.define("flr-option",
|
|
8632
|
-
class
|
|
8604
|
+
customElements.define("flr-option", Pe);
|
|
8605
|
+
class Oe extends t {
|
|
8633
8606
|
static get remoteAttributes() {
|
|
8634
8607
|
return ["style"];
|
|
8635
8608
|
}
|
|
8636
8609
|
static get remoteProperties() {
|
|
8637
8610
|
return {
|
|
8638
|
-
UNSTABLE_portalContainer: {},
|
|
8639
|
-
arrowBoundaryOffset: {},
|
|
8640
|
-
boundaryElement: {},
|
|
8641
8611
|
className: {},
|
|
8642
|
-
|
|
8643
|
-
|
|
8644
|
-
crossOffset: {},
|
|
8645
|
-
defaultOpen: {},
|
|
8646
|
-
isDialogContent: {},
|
|
8647
|
-
isEntering: {},
|
|
8648
|
-
isExiting: {},
|
|
8649
|
-
isKeyboardDismissDisabled: {},
|
|
8650
|
-
isNonModal: {},
|
|
8651
|
-
isOpen: {},
|
|
8652
|
-
maxHeight: {},
|
|
8653
|
-
offset: {},
|
|
8654
|
-
padding: {},
|
|
8655
|
-
placement: {},
|
|
8656
|
-
scrollRef: {},
|
|
8657
|
-
shouldCloseOnInteractOutside: {},
|
|
8658
|
-
shouldFlip: {},
|
|
8659
|
-
shouldUpdatePosition: {},
|
|
8660
|
-
slot: {},
|
|
8661
|
-
trigger: {},
|
|
8662
|
-
triggerRef: {},
|
|
8663
|
-
width: {},
|
|
8664
|
-
withTip: {}
|
|
8612
|
+
isDismissable: {},
|
|
8613
|
+
isOpen: {}
|
|
8665
8614
|
};
|
|
8666
8615
|
}
|
|
8667
8616
|
static get remoteEvents() {
|
|
@@ -8673,26 +8622,32 @@ class Me extends t {
|
|
|
8673
8622
|
return [];
|
|
8674
8623
|
}
|
|
8675
8624
|
}
|
|
8676
|
-
customElements.define("flr-
|
|
8677
|
-
class
|
|
8625
|
+
customElements.define("flr-overlay-content", Oe);
|
|
8626
|
+
class Me extends t {
|
|
8678
8627
|
static get remoteAttributes() {
|
|
8679
8628
|
return ["style"];
|
|
8680
8629
|
}
|
|
8681
8630
|
static get remoteProperties() {
|
|
8682
8631
|
return {
|
|
8683
|
-
|
|
8684
|
-
|
|
8632
|
+
className: {},
|
|
8633
|
+
isDialogContent: {},
|
|
8634
|
+
isOpen: {},
|
|
8635
|
+
padding: {},
|
|
8636
|
+
width: {},
|
|
8637
|
+
withTip: {}
|
|
8685
8638
|
};
|
|
8686
8639
|
}
|
|
8687
8640
|
static get remoteEvents() {
|
|
8688
|
-
return {
|
|
8641
|
+
return {
|
|
8642
|
+
openChange: {}
|
|
8643
|
+
};
|
|
8689
8644
|
}
|
|
8690
8645
|
static get remoteSlots() {
|
|
8691
8646
|
return [];
|
|
8692
8647
|
}
|
|
8693
8648
|
}
|
|
8694
|
-
customElements.define("flr-popover-
|
|
8695
|
-
class
|
|
8649
|
+
customElements.define("flr-popover-content", Me);
|
|
8650
|
+
class De extends t {
|
|
8696
8651
|
static get remoteAttributes() {
|
|
8697
8652
|
return ["style"];
|
|
8698
8653
|
}
|
|
@@ -8722,8 +8677,8 @@ class Ue extends t {
|
|
|
8722
8677
|
return ["valueLabel"];
|
|
8723
8678
|
}
|
|
8724
8679
|
}
|
|
8725
|
-
customElements.define("flr-progress-bar",
|
|
8726
|
-
class
|
|
8680
|
+
customElements.define("flr-progress-bar", De);
|
|
8681
|
+
class Ue extends t {
|
|
8727
8682
|
static get remoteAttributes() {
|
|
8728
8683
|
return ["style"];
|
|
8729
8684
|
}
|
|
@@ -8758,8 +8713,8 @@ class Re extends t {
|
|
|
8758
8713
|
return [];
|
|
8759
8714
|
}
|
|
8760
8715
|
}
|
|
8761
|
-
customElements.define("flr-radio",
|
|
8762
|
-
class
|
|
8716
|
+
customElements.define("flr-radio", Ue);
|
|
8717
|
+
class Re extends t {
|
|
8763
8718
|
static get remoteAttributes() {
|
|
8764
8719
|
return ["style"];
|
|
8765
8720
|
}
|
|
@@ -8794,8 +8749,8 @@ class Te extends t {
|
|
|
8794
8749
|
return [];
|
|
8795
8750
|
}
|
|
8796
8751
|
}
|
|
8797
|
-
customElements.define("flr-radio-button",
|
|
8798
|
-
class
|
|
8752
|
+
customElements.define("flr-radio-button", Re);
|
|
8753
|
+
class Te extends t {
|
|
8799
8754
|
static get remoteAttributes() {
|
|
8800
8755
|
return ["style"];
|
|
8801
8756
|
}
|
|
@@ -8836,8 +8791,8 @@ class Ie extends t {
|
|
|
8836
8791
|
return [];
|
|
8837
8792
|
}
|
|
8838
8793
|
}
|
|
8839
|
-
customElements.define("flr-radio-group",
|
|
8840
|
-
class
|
|
8794
|
+
customElements.define("flr-radio-group", Te);
|
|
8795
|
+
class Ie extends t {
|
|
8841
8796
|
static get remoteAttributes() {
|
|
8842
8797
|
return ["style"];
|
|
8843
8798
|
}
|
|
@@ -8901,8 +8856,8 @@ class Ae extends t {
|
|
|
8901
8856
|
return [];
|
|
8902
8857
|
}
|
|
8903
8858
|
}
|
|
8904
|
-
customElements.define("flr-search-field",
|
|
8905
|
-
class
|
|
8859
|
+
customElements.define("flr-search-field", Ie);
|
|
8860
|
+
class Ae extends t {
|
|
8906
8861
|
static get remoteAttributes() {
|
|
8907
8862
|
return ["style"];
|
|
8908
8863
|
}
|
|
@@ -9193,8 +9148,8 @@ class Le extends t {
|
|
|
9193
9148
|
return [];
|
|
9194
9149
|
}
|
|
9195
9150
|
}
|
|
9196
|
-
customElements.define("flr-section",
|
|
9197
|
-
class
|
|
9151
|
+
customElements.define("flr-section", Ae);
|
|
9152
|
+
class Le extends t {
|
|
9198
9153
|
static get remoteAttributes() {
|
|
9199
9154
|
return ["style"];
|
|
9200
9155
|
}
|
|
@@ -9229,8 +9184,8 @@ class ze extends t {
|
|
|
9229
9184
|
return [];
|
|
9230
9185
|
}
|
|
9231
9186
|
}
|
|
9232
|
-
customElements.define("flr-segment",
|
|
9233
|
-
class
|
|
9187
|
+
customElements.define("flr-segment", Le);
|
|
9188
|
+
class ze extends t {
|
|
9234
9189
|
static get remoteAttributes() {
|
|
9235
9190
|
return ["style"];
|
|
9236
9191
|
}
|
|
@@ -9269,8 +9224,8 @@ class Ne extends t {
|
|
|
9269
9224
|
return [];
|
|
9270
9225
|
}
|
|
9271
9226
|
}
|
|
9272
|
-
customElements.define("flr-segmented-control",
|
|
9273
|
-
class
|
|
9227
|
+
customElements.define("flr-segmented-control", ze);
|
|
9228
|
+
class Ne extends t {
|
|
9274
9229
|
static get remoteAttributes() {
|
|
9275
9230
|
return ["style"];
|
|
9276
9231
|
}
|
|
@@ -9283,7 +9238,6 @@ class Fe extends t {
|
|
|
9283
9238
|
autoComplete: {},
|
|
9284
9239
|
autoFocus: {},
|
|
9285
9240
|
className: {},
|
|
9286
|
-
controller: {},
|
|
9287
9241
|
defaultOpen: {},
|
|
9288
9242
|
defaultSelectedKey: {},
|
|
9289
9243
|
disabledKeys: {},
|
|
@@ -9317,8 +9271,8 @@ class Fe extends t {
|
|
|
9317
9271
|
return [];
|
|
9318
9272
|
}
|
|
9319
9273
|
}
|
|
9320
|
-
customElements.define("flr-select",
|
|
9321
|
-
class
|
|
9274
|
+
customElements.define("flr-select", Ne);
|
|
9275
|
+
class Fe extends t {
|
|
9322
9276
|
static get remoteAttributes() {
|
|
9323
9277
|
return ["style"];
|
|
9324
9278
|
}
|
|
@@ -9341,8 +9295,8 @@ class He extends t {
|
|
|
9341
9295
|
return [];
|
|
9342
9296
|
}
|
|
9343
9297
|
}
|
|
9344
|
-
customElements.define("flr-separator",
|
|
9345
|
-
class
|
|
9298
|
+
customElements.define("flr-separator", Fe);
|
|
9299
|
+
class He extends t {
|
|
9346
9300
|
static get remoteAttributes() {
|
|
9347
9301
|
return ["style"];
|
|
9348
9302
|
}
|
|
@@ -9633,8 +9587,8 @@ class Ve extends t {
|
|
|
9633
9587
|
return [];
|
|
9634
9588
|
}
|
|
9635
9589
|
}
|
|
9636
|
-
customElements.define("flr-skeleton",
|
|
9637
|
-
class
|
|
9590
|
+
customElements.define("flr-skeleton", He);
|
|
9591
|
+
class Ve extends t {
|
|
9638
9592
|
static get remoteAttributes() {
|
|
9639
9593
|
return ["style"];
|
|
9640
9594
|
}
|
|
@@ -9924,8 +9878,8 @@ class Ke extends t {
|
|
|
9924
9878
|
return [];
|
|
9925
9879
|
}
|
|
9926
9880
|
}
|
|
9927
|
-
customElements.define("flr-skeleton-text",
|
|
9928
|
-
class
|
|
9881
|
+
customElements.define("flr-skeleton-text", Ve);
|
|
9882
|
+
class Ke extends t {
|
|
9929
9883
|
static get remoteAttributes() {
|
|
9930
9884
|
return ["style"];
|
|
9931
9885
|
}
|
|
@@ -9960,8 +9914,8 @@ class We extends t {
|
|
|
9960
9914
|
return [];
|
|
9961
9915
|
}
|
|
9962
9916
|
}
|
|
9963
|
-
customElements.define("flr-slider",
|
|
9964
|
-
class
|
|
9917
|
+
customElements.define("flr-slider", Ke);
|
|
9918
|
+
class We extends t {
|
|
9965
9919
|
static get remoteAttributes() {
|
|
9966
9920
|
return ["style"];
|
|
9967
9921
|
}
|
|
@@ -10004,8 +9958,8 @@ class Be extends t {
|
|
|
10004
9958
|
return [];
|
|
10005
9959
|
}
|
|
10006
9960
|
}
|
|
10007
|
-
customElements.define("flr-switch",
|
|
10008
|
-
class
|
|
9961
|
+
customElements.define("flr-switch", We);
|
|
9962
|
+
class Be extends t {
|
|
10009
9963
|
static get remoteAttributes() {
|
|
10010
9964
|
return ["style"];
|
|
10011
9965
|
}
|
|
@@ -10027,8 +9981,8 @@ class qe extends t {
|
|
|
10027
9981
|
return [];
|
|
10028
9982
|
}
|
|
10029
9983
|
}
|
|
10030
|
-
customElements.define("flr-tab",
|
|
10031
|
-
class
|
|
9984
|
+
customElements.define("flr-tab", Be);
|
|
9985
|
+
class qe extends t {
|
|
10032
9986
|
static get remoteAttributes() {
|
|
10033
9987
|
return ["style"];
|
|
10034
9988
|
}
|
|
@@ -10060,8 +10014,8 @@ class Ge extends t {
|
|
|
10060
10014
|
return [];
|
|
10061
10015
|
}
|
|
10062
10016
|
}
|
|
10063
|
-
customElements.define("flr-tab-title",
|
|
10064
|
-
class
|
|
10017
|
+
customElements.define("flr-tab-title", qe);
|
|
10018
|
+
class Ge extends t {
|
|
10065
10019
|
static get remoteAttributes() {
|
|
10066
10020
|
return ["style"];
|
|
10067
10021
|
}
|
|
@@ -10097,8 +10051,8 @@ class Xe extends t {
|
|
|
10097
10051
|
return [];
|
|
10098
10052
|
}
|
|
10099
10053
|
}
|
|
10100
|
-
customElements.define("flr-table",
|
|
10101
|
-
class
|
|
10054
|
+
customElements.define("flr-table", Ge);
|
|
10055
|
+
class Xe extends t {
|
|
10102
10056
|
static get remoteAttributes() {
|
|
10103
10057
|
return ["style"];
|
|
10104
10058
|
}
|
|
@@ -10118,8 +10072,8 @@ class Ye extends t {
|
|
|
10118
10072
|
return [];
|
|
10119
10073
|
}
|
|
10120
10074
|
}
|
|
10121
|
-
customElements.define("flr-table-body",
|
|
10122
|
-
class
|
|
10075
|
+
customElements.define("flr-table-body", Xe);
|
|
10076
|
+
class Ye extends t {
|
|
10123
10077
|
static get remoteAttributes() {
|
|
10124
10078
|
return ["style"];
|
|
10125
10079
|
}
|
|
@@ -10138,8 +10092,8 @@ class je extends t {
|
|
|
10138
10092
|
return [];
|
|
10139
10093
|
}
|
|
10140
10094
|
}
|
|
10141
|
-
customElements.define("flr-table-cell",
|
|
10142
|
-
class
|
|
10095
|
+
customElements.define("flr-table-cell", Ye);
|
|
10096
|
+
class je extends t {
|
|
10143
10097
|
static get remoteAttributes() {
|
|
10144
10098
|
return ["style"];
|
|
10145
10099
|
}
|
|
@@ -10163,8 +10117,8 @@ class Ze extends t {
|
|
|
10163
10117
|
return [];
|
|
10164
10118
|
}
|
|
10165
10119
|
}
|
|
10166
|
-
customElements.define("flr-table-column",
|
|
10167
|
-
class
|
|
10120
|
+
customElements.define("flr-table-column", je);
|
|
10121
|
+
class Ze extends t {
|
|
10168
10122
|
static get remoteAttributes() {
|
|
10169
10123
|
return ["style"];
|
|
10170
10124
|
}
|
|
@@ -10200,8 +10154,8 @@ class _e extends t {
|
|
|
10200
10154
|
return [];
|
|
10201
10155
|
}
|
|
10202
10156
|
}
|
|
10203
|
-
customElements.define("flr-table-footer-row",
|
|
10204
|
-
class
|
|
10157
|
+
customElements.define("flr-table-footer-row", Ze);
|
|
10158
|
+
class _e extends t {
|
|
10205
10159
|
static get remoteAttributes() {
|
|
10206
10160
|
return ["style"];
|
|
10207
10161
|
}
|
|
@@ -10223,8 +10177,8 @@ class Je extends t {
|
|
|
10223
10177
|
return [];
|
|
10224
10178
|
}
|
|
10225
10179
|
}
|
|
10226
|
-
customElements.define("flr-table-header",
|
|
10227
|
-
class
|
|
10180
|
+
customElements.define("flr-table-header", _e);
|
|
10181
|
+
class Je extends t {
|
|
10228
10182
|
static get remoteAttributes() {
|
|
10229
10183
|
return ["style"];
|
|
10230
10184
|
}
|
|
@@ -10260,8 +10214,8 @@ class Qe extends t {
|
|
|
10260
10214
|
return [];
|
|
10261
10215
|
}
|
|
10262
10216
|
}
|
|
10263
|
-
customElements.define("flr-table-row",
|
|
10264
|
-
class
|
|
10217
|
+
customElements.define("flr-table-row", Je);
|
|
10218
|
+
class Qe extends t {
|
|
10265
10219
|
static get remoteAttributes() {
|
|
10266
10220
|
return ["style"];
|
|
10267
10221
|
}
|
|
@@ -10291,8 +10245,8 @@ class $e extends t {
|
|
|
10291
10245
|
return [];
|
|
10292
10246
|
}
|
|
10293
10247
|
}
|
|
10294
|
-
customElements.define("flr-tabs",
|
|
10295
|
-
class
|
|
10248
|
+
customElements.define("flr-tabs", Qe);
|
|
10249
|
+
class $e extends t {
|
|
10296
10250
|
static get remoteAttributes() {
|
|
10297
10251
|
return ["style"];
|
|
10298
10252
|
}
|
|
@@ -10583,8 +10537,8 @@ class et extends t {
|
|
|
10583
10537
|
return [];
|
|
10584
10538
|
}
|
|
10585
10539
|
}
|
|
10586
|
-
customElements.define("flr-text",
|
|
10587
|
-
class
|
|
10540
|
+
customElements.define("flr-text", $e);
|
|
10541
|
+
class et extends t {
|
|
10588
10542
|
static get remoteAttributes() {
|
|
10589
10543
|
return ["style"];
|
|
10590
10544
|
}
|
|
@@ -10650,8 +10604,8 @@ class tt extends t {
|
|
|
10650
10604
|
return [];
|
|
10651
10605
|
}
|
|
10652
10606
|
}
|
|
10653
|
-
customElements.define("flr-text-area",
|
|
10654
|
-
class
|
|
10607
|
+
customElements.define("flr-text-area", et);
|
|
10608
|
+
class tt extends t {
|
|
10655
10609
|
static get remoteAttributes() {
|
|
10656
10610
|
return ["style"];
|
|
10657
10611
|
}
|
|
@@ -10716,8 +10670,8 @@ class at extends t {
|
|
|
10716
10670
|
return [];
|
|
10717
10671
|
}
|
|
10718
10672
|
}
|
|
10719
|
-
customElements.define("flr-text-field",
|
|
10720
|
-
class
|
|
10673
|
+
customElements.define("flr-text-field", tt);
|
|
10674
|
+
class at extends t {
|
|
10721
10675
|
static get remoteAttributes() {
|
|
10722
10676
|
return ["style"];
|
|
10723
10677
|
}
|
|
@@ -10763,8 +10717,8 @@ class rt extends t {
|
|
|
10763
10717
|
return ["errorMessage"];
|
|
10764
10718
|
}
|
|
10765
10719
|
}
|
|
10766
|
-
customElements.define("flr-time-field",
|
|
10767
|
-
class
|
|
10720
|
+
customElements.define("flr-time-field", at);
|
|
10721
|
+
class rt extends t {
|
|
10768
10722
|
static get remoteAttributes() {
|
|
10769
10723
|
return ["style"];
|
|
10770
10724
|
}
|
|
@@ -10798,8 +10752,8 @@ class it extends t {
|
|
|
10798
10752
|
return [];
|
|
10799
10753
|
}
|
|
10800
10754
|
}
|
|
10801
|
-
customElements.define("flr-tooltip",
|
|
10802
|
-
class
|
|
10755
|
+
customElements.define("flr-tooltip", rt);
|
|
10756
|
+
class it extends t {
|
|
10803
10757
|
static get remoteAttributes() {
|
|
10804
10758
|
return ["style"];
|
|
10805
10759
|
}
|
|
@@ -10822,8 +10776,8 @@ class ot extends t {
|
|
|
10822
10776
|
return [];
|
|
10823
10777
|
}
|
|
10824
10778
|
}
|
|
10825
|
-
customElements.define("flr-tooltip-trigger",
|
|
10826
|
-
class
|
|
10779
|
+
customElements.define("flr-tooltip-trigger", it);
|
|
10780
|
+
class ot extends t {
|
|
10827
10781
|
static get remoteEvents() {
|
|
10828
10782
|
return {
|
|
10829
10783
|
submit: {}
|
|
@@ -10838,12 +10792,12 @@ class nt extends t {
|
|
|
10838
10792
|
};
|
|
10839
10793
|
}
|
|
10840
10794
|
}
|
|
10841
|
-
customElements.define("flr-form",
|
|
10795
|
+
customElements.define("flr-form", ot);
|
|
10842
10796
|
export {
|
|
10843
10797
|
y as RemoteAccordionElement,
|
|
10844
|
-
|
|
10798
|
+
E as RemoteActionGroupElement,
|
|
10845
10799
|
x as RemoteAlertBadgeElement,
|
|
10846
|
-
|
|
10800
|
+
f as RemoteAlertElement,
|
|
10847
10801
|
k as RemoteAlertIconElement,
|
|
10848
10802
|
S as RemoteAlignElement,
|
|
10849
10803
|
w as RemoteAvatarElement,
|
|
@@ -10866,74 +10820,73 @@ export {
|
|
|
10866
10820
|
W as RemoteCountryOptionsElement,
|
|
10867
10821
|
B as RemoteDatePickerElement,
|
|
10868
10822
|
q as RemoteDateRangePickerElement,
|
|
10869
|
-
G as
|
|
10870
|
-
X as
|
|
10871
|
-
Y as
|
|
10872
|
-
j as
|
|
10873
|
-
Z as
|
|
10874
|
-
_ as
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
Q as
|
|
10878
|
-
$ as
|
|
10879
|
-
ee as
|
|
10880
|
-
te as
|
|
10881
|
-
ae as
|
|
10882
|
-
re as
|
|
10883
|
-
ie as
|
|
10884
|
-
oe as
|
|
10885
|
-
ne as
|
|
10886
|
-
ue as
|
|
10887
|
-
se as
|
|
10888
|
-
pe as
|
|
10889
|
-
le as
|
|
10890
|
-
de as
|
|
10891
|
-
ce as
|
|
10892
|
-
Ce as
|
|
10893
|
-
me as
|
|
10894
|
-
ge as
|
|
10895
|
-
ve as
|
|
10896
|
-
be as
|
|
10897
|
-
he as
|
|
10898
|
-
ye as
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
xe as
|
|
10902
|
-
ke as
|
|
10903
|
-
Se as
|
|
10904
|
-
we as
|
|
10905
|
-
Pe as
|
|
10906
|
-
Oe as
|
|
10907
|
-
Me as
|
|
10908
|
-
De as
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
Ie as
|
|
10913
|
-
Ae as
|
|
10914
|
-
Le as
|
|
10915
|
-
ze as
|
|
10916
|
-
Ne as
|
|
10917
|
-
Fe as
|
|
10918
|
-
He as
|
|
10919
|
-
Ve as
|
|
10920
|
-
Ke as
|
|
10921
|
-
We as
|
|
10922
|
-
Be as
|
|
10923
|
-
qe as
|
|
10924
|
-
|
|
10925
|
-
Ye as
|
|
10926
|
-
je as
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
_e as
|
|
10930
|
-
Je as
|
|
10931
|
-
Qe as
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
at as
|
|
10936
|
-
rt as
|
|
10937
|
-
it as
|
|
10938
|
-
ot as RemoteTooltipTriggerElement
|
|
10823
|
+
G as RemoteDialogTriggerElement,
|
|
10824
|
+
X as RemoteDivElement,
|
|
10825
|
+
Y as RemoteFieldDescriptionElement,
|
|
10826
|
+
j as RemoteFieldErrorElement,
|
|
10827
|
+
Z as RemoteFileCardElement,
|
|
10828
|
+
_ as RemoteFileCardListElement,
|
|
10829
|
+
J as RemoteFileFieldElement,
|
|
10830
|
+
ot as RemoteFormElement,
|
|
10831
|
+
Q as RemoteFragmentElement,
|
|
10832
|
+
$ as RemoteHeaderElement,
|
|
10833
|
+
ee as RemoteHeaderNavigationElement,
|
|
10834
|
+
te as RemoteHeadingElement,
|
|
10835
|
+
ae as RemoteIconElement,
|
|
10836
|
+
re as RemoteIllustratedMessageElement,
|
|
10837
|
+
ie as RemoteImageElement,
|
|
10838
|
+
oe as RemoteInitialsElement,
|
|
10839
|
+
ne as RemoteInlineCodeElement,
|
|
10840
|
+
ue as RemoteItemsGridListElement,
|
|
10841
|
+
se as RemoteItemsGridListItemElement,
|
|
10842
|
+
pe as RemoteLabelElement,
|
|
10843
|
+
le as RemoteLabeledValueElement,
|
|
10844
|
+
de as RemoteLayoutCardElement,
|
|
10845
|
+
ce as RemoteLightBoxElement,
|
|
10846
|
+
Ce as RemoteLightBoxTriggerElement,
|
|
10847
|
+
me as RemoteLinkElement,
|
|
10848
|
+
ge as RemoteListEmptyViewElement,
|
|
10849
|
+
ve as RemoteListSummaryElement,
|
|
10850
|
+
be as RemoteLoadingSpinnerElement,
|
|
10851
|
+
he as RemoteMarkdownElement,
|
|
10852
|
+
ye as RemoteMenuItemElement,
|
|
10853
|
+
Ee as RemoteMessageElement,
|
|
10854
|
+
fe as RemoteNavigationElement,
|
|
10855
|
+
xe as RemoteNavigationGroupElement,
|
|
10856
|
+
ke as RemoteNotificationElement,
|
|
10857
|
+
Se as RemoteNotificationProviderElement,
|
|
10858
|
+
we as RemoteNumberFieldElement,
|
|
10859
|
+
Pe as RemoteOptionElement,
|
|
10860
|
+
Oe as RemoteOverlayContentElement,
|
|
10861
|
+
Me as RemotePopoverContentElement,
|
|
10862
|
+
De as RemoteProgressBarElement,
|
|
10863
|
+
Re as RemoteRadioButtonElement,
|
|
10864
|
+
Ue as RemoteRadioElement,
|
|
10865
|
+
Te as RemoteRadioGroupElement,
|
|
10866
|
+
Ie as RemoteSearchFieldElement,
|
|
10867
|
+
Ae as RemoteSectionElement,
|
|
10868
|
+
Le as RemoteSegmentElement,
|
|
10869
|
+
ze as RemoteSegmentedControlElement,
|
|
10870
|
+
Ne as RemoteSelectElement,
|
|
10871
|
+
Fe as RemoteSeparatorElement,
|
|
10872
|
+
He as RemoteSkeletonElement,
|
|
10873
|
+
Ve as RemoteSkeletonTextElement,
|
|
10874
|
+
Ke as RemoteSliderElement,
|
|
10875
|
+
We as RemoteSwitchElement,
|
|
10876
|
+
Be as RemoteTabElement,
|
|
10877
|
+
qe as RemoteTabTitleElement,
|
|
10878
|
+
Xe as RemoteTableBodyElement,
|
|
10879
|
+
Ye as RemoteTableCellElement,
|
|
10880
|
+
je as RemoteTableColumnElement,
|
|
10881
|
+
Ge as RemoteTableElement,
|
|
10882
|
+
Ze as RemoteTableFooterRowElement,
|
|
10883
|
+
_e as RemoteTableHeaderElement,
|
|
10884
|
+
Je as RemoteTableRowElement,
|
|
10885
|
+
Qe as RemoteTabsElement,
|
|
10886
|
+
et as RemoteTextAreaElement,
|
|
10887
|
+
$e as RemoteTextElement,
|
|
10888
|
+
tt as RemoteTextFieldElement,
|
|
10889
|
+
at as RemoteTimeFieldElement,
|
|
10890
|
+
rt as RemoteTooltipElement,
|
|
10891
|
+
it as RemoteTooltipTriggerElement
|
|
10939
10892
|
};
|