@mittwald/flow-remote-elements 0.2.0-alpha.131 → 0.2.0-alpha.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1586,7 +1586,7 @@ class T extends t {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
}
|
|
1588
1588
|
customElements.define("flr-big-number", T);
|
|
1589
|
-
class
|
|
1589
|
+
class A extends t {
|
|
1590
1590
|
static get remoteAttributes() {
|
|
1591
1591
|
return ["style"];
|
|
1592
1592
|
}
|
|
@@ -1614,8 +1614,8 @@ class I extends t {
|
|
|
1614
1614
|
return [];
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
|
-
customElements.define("flr-breadcrumb",
|
|
1618
|
-
class
|
|
1617
|
+
customElements.define("flr-breadcrumb", A);
|
|
1618
|
+
class I extends t {
|
|
1619
1619
|
static get remoteAttributes() {
|
|
1620
1620
|
return ["style"];
|
|
1621
1621
|
}
|
|
@@ -1678,7 +1678,7 @@ class A extends t {
|
|
|
1678
1678
|
return [];
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
|
-
customElements.define("flr-button",
|
|
1681
|
+
customElements.define("flr-button", I);
|
|
1682
1682
|
class L extends t {
|
|
1683
1683
|
static get remoteAttributes() {
|
|
1684
1684
|
return ["style"];
|
|
@@ -7851,7 +7851,7 @@ class Te extends t {
|
|
|
7851
7851
|
}
|
|
7852
7852
|
}
|
|
7853
7853
|
customElements.define("flr-menu-item", Te);
|
|
7854
|
-
class
|
|
7854
|
+
class Ae extends t {
|
|
7855
7855
|
static get remoteAttributes() {
|
|
7856
7856
|
return ["style"];
|
|
7857
7857
|
}
|
|
@@ -7871,8 +7871,8 @@ class Ie extends t {
|
|
|
7871
7871
|
return [];
|
|
7872
7872
|
}
|
|
7873
7873
|
}
|
|
7874
|
-
customElements.define("flr-menu-trigger",
|
|
7875
|
-
class
|
|
7874
|
+
customElements.define("flr-menu-trigger", Ae);
|
|
7875
|
+
class Ie extends t {
|
|
7876
7876
|
static get remoteAttributes() {
|
|
7877
7877
|
return ["style"];
|
|
7878
7878
|
}
|
|
@@ -7889,7 +7889,7 @@ class Ae extends t {
|
|
|
7889
7889
|
return [];
|
|
7890
7890
|
}
|
|
7891
7891
|
}
|
|
7892
|
-
customElements.define("flr-message",
|
|
7892
|
+
customElements.define("flr-message", Ie);
|
|
7893
7893
|
class Le extends t {
|
|
7894
7894
|
static get remoteAttributes() {
|
|
7895
7895
|
return ["style"];
|
|
@@ -9373,6 +9373,25 @@ class je extends t {
|
|
|
9373
9373
|
}
|
|
9374
9374
|
customElements.define("flr-radio-group", je);
|
|
9375
9375
|
class Ze extends t {
|
|
9376
|
+
static get remoteAttributes() {
|
|
9377
|
+
return ["style"];
|
|
9378
|
+
}
|
|
9379
|
+
static get remoteProperties() {
|
|
9380
|
+
return {
|
|
9381
|
+
className: {},
|
|
9382
|
+
size: {},
|
|
9383
|
+
value: {}
|
|
9384
|
+
};
|
|
9385
|
+
}
|
|
9386
|
+
static get remoteEvents() {
|
|
9387
|
+
return {};
|
|
9388
|
+
}
|
|
9389
|
+
static get remoteSlots() {
|
|
9390
|
+
return [];
|
|
9391
|
+
}
|
|
9392
|
+
}
|
|
9393
|
+
customElements.define("flr-rating", Ze);
|
|
9394
|
+
class _e extends t {
|
|
9376
9395
|
static get remoteAttributes() {
|
|
9377
9396
|
return ["style"];
|
|
9378
9397
|
}
|
|
@@ -9437,8 +9456,8 @@ class Ze extends t {
|
|
|
9437
9456
|
return [];
|
|
9438
9457
|
}
|
|
9439
9458
|
}
|
|
9440
|
-
customElements.define("flr-search-field",
|
|
9441
|
-
class
|
|
9459
|
+
customElements.define("flr-search-field", _e);
|
|
9460
|
+
class Je extends t {
|
|
9442
9461
|
static get remoteAttributes() {
|
|
9443
9462
|
return ["style"];
|
|
9444
9463
|
}
|
|
@@ -9729,8 +9748,8 @@ class _e extends t {
|
|
|
9729
9748
|
return [];
|
|
9730
9749
|
}
|
|
9731
9750
|
}
|
|
9732
|
-
customElements.define("flr-section",
|
|
9733
|
-
class
|
|
9751
|
+
customElements.define("flr-section", Je);
|
|
9752
|
+
class Qe extends t {
|
|
9734
9753
|
static get remoteAttributes() {
|
|
9735
9754
|
return ["style"];
|
|
9736
9755
|
}
|
|
@@ -9765,8 +9784,8 @@ class Je extends t {
|
|
|
9765
9784
|
return [];
|
|
9766
9785
|
}
|
|
9767
9786
|
}
|
|
9768
|
-
customElements.define("flr-segment",
|
|
9769
|
-
class
|
|
9787
|
+
customElements.define("flr-segment", Qe);
|
|
9788
|
+
class $e extends t {
|
|
9770
9789
|
static get remoteAttributes() {
|
|
9771
9790
|
return ["style"];
|
|
9772
9791
|
}
|
|
@@ -9805,8 +9824,8 @@ class Qe extends t {
|
|
|
9805
9824
|
return [];
|
|
9806
9825
|
}
|
|
9807
9826
|
}
|
|
9808
|
-
customElements.define("flr-segmented-control",
|
|
9809
|
-
class
|
|
9827
|
+
customElements.define("flr-segmented-control", $e);
|
|
9828
|
+
class et extends t {
|
|
9810
9829
|
static get remoteAttributes() {
|
|
9811
9830
|
return ["style"];
|
|
9812
9831
|
}
|
|
@@ -9852,8 +9871,8 @@ class $e extends t {
|
|
|
9852
9871
|
return [];
|
|
9853
9872
|
}
|
|
9854
9873
|
}
|
|
9855
|
-
customElements.define("flr-select",
|
|
9856
|
-
class
|
|
9874
|
+
customElements.define("flr-select", et);
|
|
9875
|
+
class tt extends t {
|
|
9857
9876
|
static get remoteAttributes() {
|
|
9858
9877
|
return ["style"];
|
|
9859
9878
|
}
|
|
@@ -9876,8 +9895,8 @@ class et extends t {
|
|
|
9876
9895
|
return [];
|
|
9877
9896
|
}
|
|
9878
9897
|
}
|
|
9879
|
-
customElements.define("flr-separator",
|
|
9880
|
-
class
|
|
9898
|
+
customElements.define("flr-separator", tt);
|
|
9899
|
+
class at extends t {
|
|
9881
9900
|
static get remoteAttributes() {
|
|
9882
9901
|
return ["style"];
|
|
9883
9902
|
}
|
|
@@ -10168,8 +10187,8 @@ class tt extends t {
|
|
|
10168
10187
|
return [];
|
|
10169
10188
|
}
|
|
10170
10189
|
}
|
|
10171
|
-
customElements.define("flr-skeleton",
|
|
10172
|
-
class
|
|
10190
|
+
customElements.define("flr-skeleton", at);
|
|
10191
|
+
class rt extends t {
|
|
10173
10192
|
static get remoteAttributes() {
|
|
10174
10193
|
return ["style"];
|
|
10175
10194
|
}
|
|
@@ -10459,8 +10478,8 @@ class at extends t {
|
|
|
10459
10478
|
return [];
|
|
10460
10479
|
}
|
|
10461
10480
|
}
|
|
10462
|
-
customElements.define("flr-skeleton-text",
|
|
10463
|
-
class
|
|
10481
|
+
customElements.define("flr-skeleton-text", rt);
|
|
10482
|
+
class it extends t {
|
|
10464
10483
|
static get remoteAttributes() {
|
|
10465
10484
|
return ["style"];
|
|
10466
10485
|
}
|
|
@@ -10495,8 +10514,8 @@ class rt extends t {
|
|
|
10495
10514
|
return [];
|
|
10496
10515
|
}
|
|
10497
10516
|
}
|
|
10498
|
-
customElements.define("flr-slider",
|
|
10499
|
-
class
|
|
10517
|
+
customElements.define("flr-slider", it);
|
|
10518
|
+
class ot extends t {
|
|
10500
10519
|
static get remoteAttributes() {
|
|
10501
10520
|
return ["style"];
|
|
10502
10521
|
}
|
|
@@ -10539,8 +10558,8 @@ class it extends t {
|
|
|
10539
10558
|
return [];
|
|
10540
10559
|
}
|
|
10541
10560
|
}
|
|
10542
|
-
customElements.define("flr-switch",
|
|
10543
|
-
class
|
|
10561
|
+
customElements.define("flr-switch", ot);
|
|
10562
|
+
class nt extends t {
|
|
10544
10563
|
static get remoteAttributes() {
|
|
10545
10564
|
return ["style"];
|
|
10546
10565
|
}
|
|
@@ -10562,8 +10581,8 @@ class ot extends t {
|
|
|
10562
10581
|
return [];
|
|
10563
10582
|
}
|
|
10564
10583
|
}
|
|
10565
|
-
customElements.define("flr-tab",
|
|
10566
|
-
class
|
|
10584
|
+
customElements.define("flr-tab", nt);
|
|
10585
|
+
class ut extends t {
|
|
10567
10586
|
static get remoteAttributes() {
|
|
10568
10587
|
return ["style"];
|
|
10569
10588
|
}
|
|
@@ -10595,8 +10614,8 @@ class nt extends t {
|
|
|
10595
10614
|
return [];
|
|
10596
10615
|
}
|
|
10597
10616
|
}
|
|
10598
|
-
customElements.define("flr-tab-title",
|
|
10599
|
-
class
|
|
10617
|
+
customElements.define("flr-tab-title", ut);
|
|
10618
|
+
class st extends t {
|
|
10600
10619
|
static get remoteAttributes() {
|
|
10601
10620
|
return ["style"];
|
|
10602
10621
|
}
|
|
@@ -10632,8 +10651,8 @@ class ut extends t {
|
|
|
10632
10651
|
return [];
|
|
10633
10652
|
}
|
|
10634
10653
|
}
|
|
10635
|
-
customElements.define("flr-table",
|
|
10636
|
-
class
|
|
10654
|
+
customElements.define("flr-table", st);
|
|
10655
|
+
class pt extends t {
|
|
10637
10656
|
static get remoteAttributes() {
|
|
10638
10657
|
return ["style"];
|
|
10639
10658
|
}
|
|
@@ -10653,8 +10672,8 @@ class st extends t {
|
|
|
10653
10672
|
return [];
|
|
10654
10673
|
}
|
|
10655
10674
|
}
|
|
10656
|
-
customElements.define("flr-table-body",
|
|
10657
|
-
class
|
|
10675
|
+
customElements.define("flr-table-body", pt);
|
|
10676
|
+
class lt extends t {
|
|
10658
10677
|
static get remoteAttributes() {
|
|
10659
10678
|
return ["style"];
|
|
10660
10679
|
}
|
|
@@ -10674,8 +10693,8 @@ class pt extends t {
|
|
|
10674
10693
|
return [];
|
|
10675
10694
|
}
|
|
10676
10695
|
}
|
|
10677
|
-
customElements.define("flr-table-cell",
|
|
10678
|
-
class
|
|
10696
|
+
customElements.define("flr-table-cell", lt);
|
|
10697
|
+
class dt extends t {
|
|
10679
10698
|
static get remoteAttributes() {
|
|
10680
10699
|
return ["style"];
|
|
10681
10700
|
}
|
|
@@ -10700,8 +10719,8 @@ class lt extends t {
|
|
|
10700
10719
|
return [];
|
|
10701
10720
|
}
|
|
10702
10721
|
}
|
|
10703
|
-
customElements.define("flr-table-column",
|
|
10704
|
-
class
|
|
10722
|
+
customElements.define("flr-table-column", dt);
|
|
10723
|
+
class ct extends t {
|
|
10705
10724
|
static get remoteAttributes() {
|
|
10706
10725
|
return ["style"];
|
|
10707
10726
|
}
|
|
@@ -10737,8 +10756,8 @@ class dt extends t {
|
|
|
10737
10756
|
return [];
|
|
10738
10757
|
}
|
|
10739
10758
|
}
|
|
10740
|
-
customElements.define("flr-table-footer-row",
|
|
10741
|
-
class
|
|
10759
|
+
customElements.define("flr-table-footer-row", ct);
|
|
10760
|
+
class Ct extends t {
|
|
10742
10761
|
static get remoteAttributes() {
|
|
10743
10762
|
return ["style"];
|
|
10744
10763
|
}
|
|
@@ -10760,8 +10779,8 @@ class ct extends t {
|
|
|
10760
10779
|
return [];
|
|
10761
10780
|
}
|
|
10762
10781
|
}
|
|
10763
|
-
customElements.define("flr-table-header",
|
|
10764
|
-
class
|
|
10782
|
+
customElements.define("flr-table-header", Ct);
|
|
10783
|
+
class mt extends t {
|
|
10765
10784
|
static get remoteAttributes() {
|
|
10766
10785
|
return ["style"];
|
|
10767
10786
|
}
|
|
@@ -10797,8 +10816,8 @@ class Ct extends t {
|
|
|
10797
10816
|
return [];
|
|
10798
10817
|
}
|
|
10799
10818
|
}
|
|
10800
|
-
customElements.define("flr-table-row",
|
|
10801
|
-
class
|
|
10819
|
+
customElements.define("flr-table-row", mt);
|
|
10820
|
+
class gt extends t {
|
|
10802
10821
|
static get remoteAttributes() {
|
|
10803
10822
|
return ["style"];
|
|
10804
10823
|
}
|
|
@@ -10828,8 +10847,8 @@ class mt extends t {
|
|
|
10828
10847
|
return [];
|
|
10829
10848
|
}
|
|
10830
10849
|
}
|
|
10831
|
-
customElements.define("flr-tabs",
|
|
10832
|
-
class
|
|
10850
|
+
customElements.define("flr-tabs", gt);
|
|
10851
|
+
class vt extends t {
|
|
10833
10852
|
static get remoteAttributes() {
|
|
10834
10853
|
return ["style"];
|
|
10835
10854
|
}
|
|
@@ -11121,8 +11140,8 @@ class gt extends t {
|
|
|
11121
11140
|
return [];
|
|
11122
11141
|
}
|
|
11123
11142
|
}
|
|
11124
|
-
customElements.define("flr-text",
|
|
11125
|
-
class
|
|
11143
|
+
customElements.define("flr-text", vt);
|
|
11144
|
+
class bt extends t {
|
|
11126
11145
|
static get remoteAttributes() {
|
|
11127
11146
|
return ["style"];
|
|
11128
11147
|
}
|
|
@@ -11189,8 +11208,8 @@ class vt extends t {
|
|
|
11189
11208
|
return [];
|
|
11190
11209
|
}
|
|
11191
11210
|
}
|
|
11192
|
-
customElements.define("flr-text-area",
|
|
11193
|
-
class
|
|
11211
|
+
customElements.define("flr-text-area", bt);
|
|
11212
|
+
class yt extends t {
|
|
11194
11213
|
static get remoteAttributes() {
|
|
11195
11214
|
return ["style"];
|
|
11196
11215
|
}
|
|
@@ -11256,8 +11275,8 @@ class bt extends t {
|
|
|
11256
11275
|
return [];
|
|
11257
11276
|
}
|
|
11258
11277
|
}
|
|
11259
|
-
customElements.define("flr-text-field",
|
|
11260
|
-
class
|
|
11278
|
+
customElements.define("flr-text-field", yt);
|
|
11279
|
+
class ht extends t {
|
|
11261
11280
|
static get remoteAttributes() {
|
|
11262
11281
|
return ["style"];
|
|
11263
11282
|
}
|
|
@@ -11303,8 +11322,8 @@ class yt extends t {
|
|
|
11303
11322
|
return ["errorMessage"];
|
|
11304
11323
|
}
|
|
11305
11324
|
}
|
|
11306
|
-
customElements.define("flr-time-field",
|
|
11307
|
-
class
|
|
11325
|
+
customElements.define("flr-time-field", ht);
|
|
11326
|
+
class Et extends t {
|
|
11308
11327
|
static get remoteAttributes() {
|
|
11309
11328
|
return ["style"];
|
|
11310
11329
|
}
|
|
@@ -11338,8 +11357,8 @@ class ht extends t {
|
|
|
11338
11357
|
return [];
|
|
11339
11358
|
}
|
|
11340
11359
|
}
|
|
11341
|
-
customElements.define("flr-tooltip",
|
|
11342
|
-
class
|
|
11360
|
+
customElements.define("flr-tooltip", Et);
|
|
11361
|
+
class ft extends t {
|
|
11343
11362
|
static get remoteAttributes() {
|
|
11344
11363
|
return ["style"];
|
|
11345
11364
|
}
|
|
@@ -11362,8 +11381,8 @@ class Et extends t {
|
|
|
11362
11381
|
return [];
|
|
11363
11382
|
}
|
|
11364
11383
|
}
|
|
11365
|
-
customElements.define("flr-tooltip-trigger",
|
|
11366
|
-
class
|
|
11384
|
+
customElements.define("flr-tooltip-trigger", ft);
|
|
11385
|
+
class xt extends t {
|
|
11367
11386
|
static get remoteAttributes() {
|
|
11368
11387
|
return ["style"];
|
|
11369
11388
|
}
|
|
@@ -11389,8 +11408,8 @@ class ft extends t {
|
|
|
11389
11408
|
return [];
|
|
11390
11409
|
}
|
|
11391
11410
|
}
|
|
11392
|
-
customElements.define("flr-x-axis",
|
|
11393
|
-
class
|
|
11411
|
+
customElements.define("flr-x-axis", xt);
|
|
11412
|
+
class kt extends t {
|
|
11394
11413
|
static get remoteAttributes() {
|
|
11395
11414
|
return ["style"];
|
|
11396
11415
|
}
|
|
@@ -11415,8 +11434,8 @@ class xt extends t {
|
|
|
11415
11434
|
return [];
|
|
11416
11435
|
}
|
|
11417
11436
|
}
|
|
11418
|
-
customElements.define("flr-y-axis",
|
|
11419
|
-
class
|
|
11437
|
+
customElements.define("flr-y-axis", kt);
|
|
11438
|
+
class St extends t {
|
|
11420
11439
|
static get remoteEvents() {
|
|
11421
11440
|
return {
|
|
11422
11441
|
submit: {}
|
|
@@ -11431,8 +11450,8 @@ class kt extends t {
|
|
|
11431
11450
|
};
|
|
11432
11451
|
}
|
|
11433
11452
|
}
|
|
11434
|
-
customElements.define("flr-form",
|
|
11435
|
-
class
|
|
11453
|
+
customElements.define("flr-form", St);
|
|
11454
|
+
class wt extends t {
|
|
11436
11455
|
static get remoteAttributes() {
|
|
11437
11456
|
return [];
|
|
11438
11457
|
}
|
|
@@ -11446,7 +11465,7 @@ class St extends t {
|
|
|
11446
11465
|
return [];
|
|
11447
11466
|
}
|
|
11448
11467
|
}
|
|
11449
|
-
customElements.define("flr-slot-root-wrapper",
|
|
11468
|
+
customElements.define("flr-slot-root-wrapper", wt);
|
|
11450
11469
|
export {
|
|
11451
11470
|
E as RemoteAccentBoxElement,
|
|
11452
11471
|
f as RemoteAccordionElement,
|
|
@@ -11461,8 +11480,8 @@ export {
|
|
|
11461
11480
|
U as RemoteAvatarStackElement,
|
|
11462
11481
|
R as RemoteBadgeElement,
|
|
11463
11482
|
T as RemoteBigNumberElement,
|
|
11464
|
-
|
|
11465
|
-
|
|
11483
|
+
A as RemoteBreadcrumbElement,
|
|
11484
|
+
I as RemoteButtonElement,
|
|
11466
11485
|
L as RemoteCartesianGridElement,
|
|
11467
11486
|
z as RemoteChartLegendElement,
|
|
11468
11487
|
N as RemoteChartTooltipElement,
|
|
@@ -11492,7 +11511,7 @@ export {
|
|
|
11492
11511
|
ue as RemoteFileCardListElement,
|
|
11493
11512
|
se as RemoteFileFieldElement,
|
|
11494
11513
|
pe as RemoteFlexElement,
|
|
11495
|
-
|
|
11514
|
+
St as RemoteFormElement,
|
|
11496
11515
|
le as RemoteHeaderElement,
|
|
11497
11516
|
de as RemoteHeaderNavigationElement,
|
|
11498
11517
|
ce as RemoteHeadingElement,
|
|
@@ -11516,8 +11535,8 @@ export {
|
|
|
11516
11535
|
Ue as RemoteLoadingSpinnerElement,
|
|
11517
11536
|
Re as RemoteMarkdownElement,
|
|
11518
11537
|
Te as RemoteMenuItemElement,
|
|
11519
|
-
|
|
11520
|
-
|
|
11538
|
+
Ae as RemoteMenuTriggerElement,
|
|
11539
|
+
Ie as RemoteMessageElement,
|
|
11521
11540
|
Le as RemoteMessageSeparatorElement,
|
|
11522
11541
|
ze as RemoteMessageThreadElement,
|
|
11523
11542
|
Ne as RemoteNavigationElement,
|
|
@@ -11532,33 +11551,34 @@ export {
|
|
|
11532
11551
|
Ye as RemoteRadioButtonElement,
|
|
11533
11552
|
Xe as RemoteRadioElement,
|
|
11534
11553
|
je as RemoteRadioGroupElement,
|
|
11535
|
-
Ze as
|
|
11536
|
-
_e as
|
|
11537
|
-
Je as
|
|
11538
|
-
Qe as
|
|
11539
|
-
$e as
|
|
11540
|
-
et as
|
|
11541
|
-
tt as
|
|
11542
|
-
at as
|
|
11543
|
-
rt as
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
ot as
|
|
11547
|
-
nt as
|
|
11548
|
-
|
|
11549
|
-
pt as
|
|
11550
|
-
lt as
|
|
11551
|
-
|
|
11552
|
-
|
|
11553
|
-
ct as
|
|
11554
|
-
Ct as
|
|
11555
|
-
mt as
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11559
|
-
yt as
|
|
11560
|
-
ht as
|
|
11561
|
-
Et as
|
|
11562
|
-
ft as
|
|
11563
|
-
xt as
|
|
11554
|
+
Ze as RemoteRatingElement,
|
|
11555
|
+
_e as RemoteSearchFieldElement,
|
|
11556
|
+
Je as RemoteSectionElement,
|
|
11557
|
+
Qe as RemoteSegmentElement,
|
|
11558
|
+
$e as RemoteSegmentedControlElement,
|
|
11559
|
+
et as RemoteSelectElement,
|
|
11560
|
+
tt as RemoteSeparatorElement,
|
|
11561
|
+
at as RemoteSkeletonElement,
|
|
11562
|
+
rt as RemoteSkeletonTextElement,
|
|
11563
|
+
it as RemoteSliderElement,
|
|
11564
|
+
wt as RemoteSlotRootWrapper,
|
|
11565
|
+
ot as RemoteSwitchElement,
|
|
11566
|
+
nt as RemoteTabElement,
|
|
11567
|
+
ut as RemoteTabTitleElement,
|
|
11568
|
+
pt as RemoteTableBodyElement,
|
|
11569
|
+
lt as RemoteTableCellElement,
|
|
11570
|
+
dt as RemoteTableColumnElement,
|
|
11571
|
+
st as RemoteTableElement,
|
|
11572
|
+
ct as RemoteTableFooterRowElement,
|
|
11573
|
+
Ct as RemoteTableHeaderElement,
|
|
11574
|
+
mt as RemoteTableRowElement,
|
|
11575
|
+
gt as RemoteTabsElement,
|
|
11576
|
+
bt as RemoteTextAreaElement,
|
|
11577
|
+
vt as RemoteTextElement,
|
|
11578
|
+
yt as RemoteTextFieldElement,
|
|
11579
|
+
ht as RemoteTimeFieldElement,
|
|
11580
|
+
Et as RemoteTooltipElement,
|
|
11581
|
+
ft as RemoteTooltipTriggerElement,
|
|
11582
|
+
xt as RemoteXAxisElement,
|
|
11583
|
+
kt as RemoteYAxisElement
|
|
11564
11584
|
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { RatingProps as RemoteRatingElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { RatingProps as RemoteRatingElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteRatingElement extends FlowRemoteElement<RemoteRatingElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
className: {};
|
|
8
|
+
size: {};
|
|
9
|
+
value: {};
|
|
10
|
+
};
|
|
11
|
+
static get remoteEvents(): {};
|
|
12
|
+
static get remoteSlots(): never[];
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
"flr-rating": InstanceType<typeof RemoteRatingElement>;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=RemoteRatingElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteRatingElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteRatingElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC/F,YAAY,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAE/F,qBAAa,mBAAoB,SAAQ,iBAAiB,CAAC,wBAAwB,CAAC;IAClF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;MAMnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC;KACxD;CACF"}
|
|
@@ -81,6 +81,7 @@ export * from './RemoteProgressBarElement';
|
|
|
81
81
|
export * from './RemoteRadioElement';
|
|
82
82
|
export * from './RemoteRadioButtonElement';
|
|
83
83
|
export * from './RemoteRadioGroupElement';
|
|
84
|
+
export * from './RemoteRatingElement';
|
|
84
85
|
export * from './RemoteSearchFieldElement';
|
|
85
86
|
export * from './RemoteSectionElement';
|
|
86
87
|
export * from './RemoteSegmentElement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-elements",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.133",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flow compatible remote elements that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"test:compile": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.133",
|
|
28
28
|
"remeda": "^2.21.1",
|
|
29
29
|
"type-fest": "^4.37.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.133",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.10",
|
|
35
35
|
"nx": "^20.5.0",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "403b6589d60bf64d0d9abfadc4848ad90db9186b"
|
|
49
49
|
}
|