@mittwald/flow-remote-elements 0.2.0-alpha.86 → 0.2.0-alpha.87
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 +223 -198
- package/dist/types/auto-generated/RemoteActionGroupElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteActionGroupElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteFlexElement.d.ts +25 -0
- package/dist/types/auto-generated/RemoteFlexElement.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
|
@@ -334,7 +334,6 @@ class f extends t {
|
|
|
334
334
|
static get remoteProperties() {
|
|
335
335
|
return {
|
|
336
336
|
className: {},
|
|
337
|
-
ignoreBreakpoint: {},
|
|
338
337
|
spacing: {}
|
|
339
338
|
};
|
|
340
339
|
}
|
|
@@ -3721,7 +3720,17 @@ class te extends t {
|
|
|
3721
3720
|
return ["style"];
|
|
3722
3721
|
}
|
|
3723
3722
|
static get remoteProperties() {
|
|
3724
|
-
return {
|
|
3723
|
+
return {
|
|
3724
|
+
align: {},
|
|
3725
|
+
className: {},
|
|
3726
|
+
columnGap: {},
|
|
3727
|
+
direction: {},
|
|
3728
|
+
gap: {},
|
|
3729
|
+
grow: {},
|
|
3730
|
+
justify: {},
|
|
3731
|
+
rowGap: {},
|
|
3732
|
+
wrap: {}
|
|
3733
|
+
};
|
|
3725
3734
|
}
|
|
3726
3735
|
static get remoteEvents() {
|
|
3727
3736
|
return {};
|
|
@@ -3730,8 +3739,23 @@ class te extends t {
|
|
|
3730
3739
|
return [];
|
|
3731
3740
|
}
|
|
3732
3741
|
}
|
|
3733
|
-
customElements.define("flr-
|
|
3742
|
+
customElements.define("flr-flex", te);
|
|
3734
3743
|
class ae extends t {
|
|
3744
|
+
static get remoteAttributes() {
|
|
3745
|
+
return ["style"];
|
|
3746
|
+
}
|
|
3747
|
+
static get remoteProperties() {
|
|
3748
|
+
return {};
|
|
3749
|
+
}
|
|
3750
|
+
static get remoteEvents() {
|
|
3751
|
+
return {};
|
|
3752
|
+
}
|
|
3753
|
+
static get remoteSlots() {
|
|
3754
|
+
return [];
|
|
3755
|
+
}
|
|
3756
|
+
}
|
|
3757
|
+
customElements.define("flr-fragment", ae);
|
|
3758
|
+
class re extends t {
|
|
3735
3759
|
static get remoteAttributes() {
|
|
3736
3760
|
return ["style"];
|
|
3737
3761
|
}
|
|
@@ -4022,8 +4046,8 @@ class ae extends t {
|
|
|
4022
4046
|
return [];
|
|
4023
4047
|
}
|
|
4024
4048
|
}
|
|
4025
|
-
customElements.define("flr-header",
|
|
4026
|
-
class
|
|
4049
|
+
customElements.define("flr-header", re);
|
|
4050
|
+
class ie extends t {
|
|
4027
4051
|
static get remoteAttributes() {
|
|
4028
4052
|
return ["style"];
|
|
4029
4053
|
}
|
|
@@ -4312,8 +4336,8 @@ class re extends t {
|
|
|
4312
4336
|
return [];
|
|
4313
4337
|
}
|
|
4314
4338
|
}
|
|
4315
|
-
customElements.define("flr-header-navigation",
|
|
4316
|
-
class
|
|
4339
|
+
customElements.define("flr-header-navigation", ie);
|
|
4340
|
+
class oe extends t {
|
|
4317
4341
|
static get remoteAttributes() {
|
|
4318
4342
|
return ["style"];
|
|
4319
4343
|
}
|
|
@@ -4604,8 +4628,8 @@ class ie extends t {
|
|
|
4604
4628
|
return [];
|
|
4605
4629
|
}
|
|
4606
4630
|
}
|
|
4607
|
-
customElements.define("flr-heading",
|
|
4608
|
-
class
|
|
4631
|
+
customElements.define("flr-heading", oe);
|
|
4632
|
+
class ne extends t {
|
|
4609
4633
|
static get remoteAttributes() {
|
|
4610
4634
|
return ["style"];
|
|
4611
4635
|
}
|
|
@@ -5102,8 +5126,8 @@ class oe extends t {
|
|
|
5102
5126
|
return [];
|
|
5103
5127
|
}
|
|
5104
5128
|
}
|
|
5105
|
-
customElements.define("flr-icon",
|
|
5106
|
-
class
|
|
5129
|
+
customElements.define("flr-icon", ne);
|
|
5130
|
+
class ue extends t {
|
|
5107
5131
|
static get remoteAttributes() {
|
|
5108
5132
|
return ["style"];
|
|
5109
5133
|
}
|
|
@@ -5394,9 +5418,9 @@ class ne extends t {
|
|
|
5394
5418
|
}
|
|
5395
5419
|
customElements.define(
|
|
5396
5420
|
"flr-illustrated-message",
|
|
5397
|
-
|
|
5421
|
+
ue
|
|
5398
5422
|
);
|
|
5399
|
-
class
|
|
5423
|
+
class se extends t {
|
|
5400
5424
|
static get remoteAttributes() {
|
|
5401
5425
|
return ["style"];
|
|
5402
5426
|
}
|
|
@@ -5698,8 +5722,8 @@ class ue extends t {
|
|
|
5698
5722
|
return [];
|
|
5699
5723
|
}
|
|
5700
5724
|
}
|
|
5701
|
-
customElements.define("flr-image",
|
|
5702
|
-
class
|
|
5725
|
+
customElements.define("flr-image", se);
|
|
5726
|
+
class pe extends t {
|
|
5703
5727
|
static get remoteAttributes() {
|
|
5704
5728
|
return ["style"];
|
|
5705
5729
|
}
|
|
@@ -5716,8 +5740,8 @@ class se extends t {
|
|
|
5716
5740
|
return [];
|
|
5717
5741
|
}
|
|
5718
5742
|
}
|
|
5719
|
-
customElements.define("flr-initials",
|
|
5720
|
-
class
|
|
5743
|
+
customElements.define("flr-initials", pe);
|
|
5744
|
+
class le extends t {
|
|
5721
5745
|
static get remoteAttributes() {
|
|
5722
5746
|
return ["style"];
|
|
5723
5747
|
}
|
|
@@ -6006,8 +6030,8 @@ class pe extends t {
|
|
|
6006
6030
|
return [];
|
|
6007
6031
|
}
|
|
6008
6032
|
}
|
|
6009
|
-
customElements.define("flr-inline-code",
|
|
6010
|
-
class
|
|
6033
|
+
customElements.define("flr-inline-code", le);
|
|
6034
|
+
class de extends t {
|
|
6011
6035
|
static get remoteAttributes() {
|
|
6012
6036
|
return ["style"];
|
|
6013
6037
|
}
|
|
@@ -6048,8 +6072,8 @@ class le extends t {
|
|
|
6048
6072
|
return [];
|
|
6049
6073
|
}
|
|
6050
6074
|
}
|
|
6051
|
-
customElements.define("flr-items-grid-list",
|
|
6052
|
-
class
|
|
6075
|
+
customElements.define("flr-items-grid-list", de);
|
|
6076
|
+
class ce extends t {
|
|
6053
6077
|
static get remoteAttributes() {
|
|
6054
6078
|
return ["style"];
|
|
6055
6079
|
}
|
|
@@ -6086,9 +6110,9 @@ class de extends t {
|
|
|
6086
6110
|
}
|
|
6087
6111
|
customElements.define(
|
|
6088
6112
|
"flr-items-grid-list-item",
|
|
6089
|
-
|
|
6113
|
+
ce
|
|
6090
6114
|
);
|
|
6091
|
-
class
|
|
6115
|
+
class Ce extends t {
|
|
6092
6116
|
static get remoteAttributes() {
|
|
6093
6117
|
return ["style"];
|
|
6094
6118
|
}
|
|
@@ -6383,8 +6407,8 @@ class ce extends t {
|
|
|
6383
6407
|
return [];
|
|
6384
6408
|
}
|
|
6385
6409
|
}
|
|
6386
|
-
customElements.define("flr-label",
|
|
6387
|
-
class
|
|
6410
|
+
customElements.define("flr-label", Ce);
|
|
6411
|
+
class me extends t {
|
|
6388
6412
|
static get remoteAttributes() {
|
|
6389
6413
|
return ["style"];
|
|
6390
6414
|
}
|
|
@@ -6400,8 +6424,8 @@ class Ce extends t {
|
|
|
6400
6424
|
return [];
|
|
6401
6425
|
}
|
|
6402
6426
|
}
|
|
6403
|
-
customElements.define("flr-labeled-value",
|
|
6404
|
-
class
|
|
6427
|
+
customElements.define("flr-labeled-value", me);
|
|
6428
|
+
class ge extends t {
|
|
6405
6429
|
static get remoteAttributes() {
|
|
6406
6430
|
return ["style"];
|
|
6407
6431
|
}
|
|
@@ -6691,8 +6715,8 @@ class me extends t {
|
|
|
6691
6715
|
return [];
|
|
6692
6716
|
}
|
|
6693
6717
|
}
|
|
6694
|
-
customElements.define("flr-layout-card",
|
|
6695
|
-
class
|
|
6718
|
+
customElements.define("flr-layout-card", ge);
|
|
6719
|
+
class ve extends t {
|
|
6696
6720
|
static get remoteAttributes() {
|
|
6697
6721
|
return ["style"];
|
|
6698
6722
|
}
|
|
@@ -6709,8 +6733,8 @@ class ge extends t {
|
|
|
6709
6733
|
return [];
|
|
6710
6734
|
}
|
|
6711
6735
|
}
|
|
6712
|
-
customElements.define("flr-light-box",
|
|
6713
|
-
class
|
|
6736
|
+
customElements.define("flr-light-box", ve);
|
|
6737
|
+
class be extends t {
|
|
6714
6738
|
static get remoteAttributes() {
|
|
6715
6739
|
return ["style"];
|
|
6716
6740
|
}
|
|
@@ -6726,8 +6750,8 @@ class ve extends t {
|
|
|
6726
6750
|
return [];
|
|
6727
6751
|
}
|
|
6728
6752
|
}
|
|
6729
|
-
customElements.define("flr-light-box-trigger",
|
|
6730
|
-
class
|
|
6753
|
+
customElements.define("flr-light-box-trigger", be);
|
|
6754
|
+
class ye extends t {
|
|
6731
6755
|
static get remoteAttributes() {
|
|
6732
6756
|
return ["style"];
|
|
6733
6757
|
}
|
|
@@ -6777,8 +6801,8 @@ class be extends t {
|
|
|
6777
6801
|
return [];
|
|
6778
6802
|
}
|
|
6779
6803
|
}
|
|
6780
|
-
customElements.define("flr-link",
|
|
6781
|
-
class
|
|
6804
|
+
customElements.define("flr-link", ye);
|
|
6805
|
+
class he extends t {
|
|
6782
6806
|
static get remoteAttributes() {
|
|
6783
6807
|
return ["style"];
|
|
6784
6808
|
}
|
|
@@ -6792,8 +6816,8 @@ class ye extends t {
|
|
|
6792
6816
|
return [];
|
|
6793
6817
|
}
|
|
6794
6818
|
}
|
|
6795
|
-
customElements.define("flr-list-empty-view",
|
|
6796
|
-
class
|
|
6819
|
+
customElements.define("flr-list-empty-view", he);
|
|
6820
|
+
class Ee extends t {
|
|
6797
6821
|
static get remoteAttributes() {
|
|
6798
6822
|
return ["style"];
|
|
6799
6823
|
}
|
|
@@ -6811,9 +6835,9 @@ class he extends t {
|
|
|
6811
6835
|
}
|
|
6812
6836
|
customElements.define(
|
|
6813
6837
|
"flr-list-item-view-content",
|
|
6814
|
-
|
|
6838
|
+
Ee
|
|
6815
6839
|
);
|
|
6816
|
-
class
|
|
6840
|
+
class fe extends t {
|
|
6817
6841
|
static get remoteAttributes() {
|
|
6818
6842
|
return ["style"];
|
|
6819
6843
|
}
|
|
@@ -6827,8 +6851,8 @@ class Ee extends t {
|
|
|
6827
6851
|
return [];
|
|
6828
6852
|
}
|
|
6829
6853
|
}
|
|
6830
|
-
customElements.define("flr-list-summary",
|
|
6831
|
-
class
|
|
6854
|
+
customElements.define("flr-list-summary", fe);
|
|
6855
|
+
class xe extends t {
|
|
6832
6856
|
static get remoteAttributes() {
|
|
6833
6857
|
return ["style"];
|
|
6834
6858
|
}
|
|
@@ -7325,8 +7349,8 @@ class fe extends t {
|
|
|
7325
7349
|
return [];
|
|
7326
7350
|
}
|
|
7327
7351
|
}
|
|
7328
|
-
customElements.define("flr-loading-spinner",
|
|
7329
|
-
class
|
|
7352
|
+
customElements.define("flr-loading-spinner", xe);
|
|
7353
|
+
class ke extends t {
|
|
7330
7354
|
static get remoteAttributes() {
|
|
7331
7355
|
return ["style"];
|
|
7332
7356
|
}
|
|
@@ -7351,8 +7375,8 @@ class xe extends t {
|
|
|
7351
7375
|
return [];
|
|
7352
7376
|
}
|
|
7353
7377
|
}
|
|
7354
|
-
customElements.define("flr-markdown",
|
|
7355
|
-
class
|
|
7378
|
+
customElements.define("flr-markdown", ke);
|
|
7379
|
+
class Se extends t {
|
|
7356
7380
|
static get remoteAttributes() {
|
|
7357
7381
|
return ["style"];
|
|
7358
7382
|
}
|
|
@@ -7387,8 +7411,8 @@ class ke extends t {
|
|
|
7387
7411
|
return [];
|
|
7388
7412
|
}
|
|
7389
7413
|
}
|
|
7390
|
-
customElements.define("flr-menu-item",
|
|
7391
|
-
class
|
|
7414
|
+
customElements.define("flr-menu-item", Se);
|
|
7415
|
+
class we extends t {
|
|
7392
7416
|
static get remoteAttributes() {
|
|
7393
7417
|
return ["style"];
|
|
7394
7418
|
}
|
|
@@ -7408,8 +7432,8 @@ class Se extends t {
|
|
|
7408
7432
|
return [];
|
|
7409
7433
|
}
|
|
7410
7434
|
}
|
|
7411
|
-
customElements.define("flr-menu-trigger",
|
|
7412
|
-
class
|
|
7435
|
+
customElements.define("flr-menu-trigger", we);
|
|
7436
|
+
class Pe extends t {
|
|
7413
7437
|
static get remoteAttributes() {
|
|
7414
7438
|
return ["style"];
|
|
7415
7439
|
}
|
|
@@ -7426,8 +7450,8 @@ class we extends t {
|
|
|
7426
7450
|
return [];
|
|
7427
7451
|
}
|
|
7428
7452
|
}
|
|
7429
|
-
customElements.define("flr-message",
|
|
7430
|
-
class
|
|
7453
|
+
customElements.define("flr-message", Pe);
|
|
7454
|
+
class Oe extends t {
|
|
7431
7455
|
static get remoteAttributes() {
|
|
7432
7456
|
return ["style"];
|
|
7433
7457
|
}
|
|
@@ -7443,8 +7467,8 @@ class Pe extends t {
|
|
|
7443
7467
|
return [];
|
|
7444
7468
|
}
|
|
7445
7469
|
}
|
|
7446
|
-
customElements.define("flr-message-separator",
|
|
7447
|
-
class
|
|
7470
|
+
customElements.define("flr-message-separator", Oe);
|
|
7471
|
+
class Me extends t {
|
|
7448
7472
|
static get remoteAttributes() {
|
|
7449
7473
|
return ["style"];
|
|
7450
7474
|
}
|
|
@@ -7460,8 +7484,8 @@ class Oe extends t {
|
|
|
7460
7484
|
return [];
|
|
7461
7485
|
}
|
|
7462
7486
|
}
|
|
7463
|
-
customElements.define("flr-message-thread",
|
|
7464
|
-
class
|
|
7487
|
+
customElements.define("flr-message-thread", Me);
|
|
7488
|
+
class Ue extends t {
|
|
7465
7489
|
static get remoteAttributes() {
|
|
7466
7490
|
return ["style"];
|
|
7467
7491
|
}
|
|
@@ -7750,8 +7774,8 @@ class Me extends t {
|
|
|
7750
7774
|
return [];
|
|
7751
7775
|
}
|
|
7752
7776
|
}
|
|
7753
|
-
customElements.define("flr-navigation",
|
|
7754
|
-
class
|
|
7777
|
+
customElements.define("flr-navigation", Ue);
|
|
7778
|
+
class De extends t {
|
|
7755
7779
|
static get remoteAttributes() {
|
|
7756
7780
|
return ["style"];
|
|
7757
7781
|
}
|
|
@@ -8041,8 +8065,8 @@ class Ue extends t {
|
|
|
8041
8065
|
return [];
|
|
8042
8066
|
}
|
|
8043
8067
|
}
|
|
8044
|
-
customElements.define("flr-navigation-group",
|
|
8045
|
-
class
|
|
8068
|
+
customElements.define("flr-navigation-group", De);
|
|
8069
|
+
class Re extends t {
|
|
8046
8070
|
static get remoteAttributes() {
|
|
8047
8071
|
return ["style"];
|
|
8048
8072
|
}
|
|
@@ -8335,8 +8359,8 @@ class De extends t {
|
|
|
8335
8359
|
return [];
|
|
8336
8360
|
}
|
|
8337
8361
|
}
|
|
8338
|
-
customElements.define("flr-notification",
|
|
8339
|
-
class
|
|
8362
|
+
customElements.define("flr-notification", Re);
|
|
8363
|
+
class Te extends t {
|
|
8340
8364
|
static get remoteAttributes() {
|
|
8341
8365
|
return ["style"];
|
|
8342
8366
|
}
|
|
@@ -8627,9 +8651,9 @@ class Re extends t {
|
|
|
8627
8651
|
}
|
|
8628
8652
|
customElements.define(
|
|
8629
8653
|
"flr-notification-provider",
|
|
8630
|
-
|
|
8654
|
+
Te
|
|
8631
8655
|
);
|
|
8632
|
-
class
|
|
8656
|
+
class Ie extends t {
|
|
8633
8657
|
static get remoteAttributes() {
|
|
8634
8658
|
return ["style"];
|
|
8635
8659
|
}
|
|
@@ -8684,8 +8708,8 @@ class Te extends t {
|
|
|
8684
8708
|
return [];
|
|
8685
8709
|
}
|
|
8686
8710
|
}
|
|
8687
|
-
customElements.define("flr-number-field",
|
|
8688
|
-
class
|
|
8711
|
+
customElements.define("flr-number-field", Ie);
|
|
8712
|
+
class Ae extends t {
|
|
8689
8713
|
static get remoteAttributes() {
|
|
8690
8714
|
return ["style"];
|
|
8691
8715
|
}
|
|
@@ -8718,8 +8742,8 @@ class Ie extends t {
|
|
|
8718
8742
|
return [];
|
|
8719
8743
|
}
|
|
8720
8744
|
}
|
|
8721
|
-
customElements.define("flr-option",
|
|
8722
|
-
class
|
|
8745
|
+
customElements.define("flr-option", Ae);
|
|
8746
|
+
class Le extends t {
|
|
8723
8747
|
static get remoteAttributes() {
|
|
8724
8748
|
return ["style"];
|
|
8725
8749
|
}
|
|
@@ -8739,8 +8763,8 @@ class Ae extends t {
|
|
|
8739
8763
|
return [];
|
|
8740
8764
|
}
|
|
8741
8765
|
}
|
|
8742
|
-
customElements.define("flr-overlay-content",
|
|
8743
|
-
class
|
|
8766
|
+
customElements.define("flr-overlay-content", Le);
|
|
8767
|
+
class ze extends t {
|
|
8744
8768
|
static get remoteAttributes() {
|
|
8745
8769
|
return ["style"];
|
|
8746
8770
|
}
|
|
@@ -8763,8 +8787,8 @@ class Le extends t {
|
|
|
8763
8787
|
return [];
|
|
8764
8788
|
}
|
|
8765
8789
|
}
|
|
8766
|
-
customElements.define("flr-popover-content",
|
|
8767
|
-
class
|
|
8790
|
+
customElements.define("flr-popover-content", ze);
|
|
8791
|
+
class Ne extends t {
|
|
8768
8792
|
static get remoteAttributes() {
|
|
8769
8793
|
return ["style"];
|
|
8770
8794
|
}
|
|
@@ -8794,8 +8818,8 @@ class ze extends t {
|
|
|
8794
8818
|
return ["valueLabel"];
|
|
8795
8819
|
}
|
|
8796
8820
|
}
|
|
8797
|
-
customElements.define("flr-progress-bar",
|
|
8798
|
-
class
|
|
8821
|
+
customElements.define("flr-progress-bar", Ne);
|
|
8822
|
+
class Fe extends t {
|
|
8799
8823
|
static get remoteAttributes() {
|
|
8800
8824
|
return ["style"];
|
|
8801
8825
|
}
|
|
@@ -8830,8 +8854,8 @@ class Ne extends t {
|
|
|
8830
8854
|
return [];
|
|
8831
8855
|
}
|
|
8832
8856
|
}
|
|
8833
|
-
customElements.define("flr-radio",
|
|
8834
|
-
class
|
|
8857
|
+
customElements.define("flr-radio", Fe);
|
|
8858
|
+
class He extends t {
|
|
8835
8859
|
static get remoteAttributes() {
|
|
8836
8860
|
return ["style"];
|
|
8837
8861
|
}
|
|
@@ -8866,8 +8890,8 @@ class Fe extends t {
|
|
|
8866
8890
|
return [];
|
|
8867
8891
|
}
|
|
8868
8892
|
}
|
|
8869
|
-
customElements.define("flr-radio-button",
|
|
8870
|
-
class
|
|
8893
|
+
customElements.define("flr-radio-button", He);
|
|
8894
|
+
class Ve extends t {
|
|
8871
8895
|
static get remoteAttributes() {
|
|
8872
8896
|
return ["style"];
|
|
8873
8897
|
}
|
|
@@ -8908,8 +8932,8 @@ class He extends t {
|
|
|
8908
8932
|
return [];
|
|
8909
8933
|
}
|
|
8910
8934
|
}
|
|
8911
|
-
customElements.define("flr-radio-group",
|
|
8912
|
-
class
|
|
8935
|
+
customElements.define("flr-radio-group", Ve);
|
|
8936
|
+
class Ke extends t {
|
|
8913
8937
|
static get remoteAttributes() {
|
|
8914
8938
|
return ["style"];
|
|
8915
8939
|
}
|
|
@@ -8974,8 +8998,8 @@ class Ve extends t {
|
|
|
8974
8998
|
return [];
|
|
8975
8999
|
}
|
|
8976
9000
|
}
|
|
8977
|
-
customElements.define("flr-search-field",
|
|
8978
|
-
class
|
|
9001
|
+
customElements.define("flr-search-field", Ke);
|
|
9002
|
+
class We extends t {
|
|
8979
9003
|
static get remoteAttributes() {
|
|
8980
9004
|
return ["style"];
|
|
8981
9005
|
}
|
|
@@ -9266,8 +9290,8 @@ class Ke extends t {
|
|
|
9266
9290
|
return [];
|
|
9267
9291
|
}
|
|
9268
9292
|
}
|
|
9269
|
-
customElements.define("flr-section",
|
|
9270
|
-
class
|
|
9293
|
+
customElements.define("flr-section", We);
|
|
9294
|
+
class Be extends t {
|
|
9271
9295
|
static get remoteAttributes() {
|
|
9272
9296
|
return ["style"];
|
|
9273
9297
|
}
|
|
@@ -9302,8 +9326,8 @@ class We extends t {
|
|
|
9302
9326
|
return [];
|
|
9303
9327
|
}
|
|
9304
9328
|
}
|
|
9305
|
-
customElements.define("flr-segment",
|
|
9306
|
-
class
|
|
9329
|
+
customElements.define("flr-segment", Be);
|
|
9330
|
+
class qe extends t {
|
|
9307
9331
|
static get remoteAttributes() {
|
|
9308
9332
|
return ["style"];
|
|
9309
9333
|
}
|
|
@@ -9342,8 +9366,8 @@ class Be extends t {
|
|
|
9342
9366
|
return [];
|
|
9343
9367
|
}
|
|
9344
9368
|
}
|
|
9345
|
-
customElements.define("flr-segmented-control",
|
|
9346
|
-
class
|
|
9369
|
+
customElements.define("flr-segmented-control", qe);
|
|
9370
|
+
class Ge extends t {
|
|
9347
9371
|
static get remoteAttributes() {
|
|
9348
9372
|
return ["style"];
|
|
9349
9373
|
}
|
|
@@ -9389,8 +9413,8 @@ class qe extends t {
|
|
|
9389
9413
|
return [];
|
|
9390
9414
|
}
|
|
9391
9415
|
}
|
|
9392
|
-
customElements.define("flr-select",
|
|
9393
|
-
class
|
|
9416
|
+
customElements.define("flr-select", Ge);
|
|
9417
|
+
class Xe extends t {
|
|
9394
9418
|
static get remoteAttributes() {
|
|
9395
9419
|
return ["style"];
|
|
9396
9420
|
}
|
|
@@ -9413,8 +9437,8 @@ class Ge extends t {
|
|
|
9413
9437
|
return [];
|
|
9414
9438
|
}
|
|
9415
9439
|
}
|
|
9416
|
-
customElements.define("flr-separator",
|
|
9417
|
-
class
|
|
9440
|
+
customElements.define("flr-separator", Xe);
|
|
9441
|
+
class Ye extends t {
|
|
9418
9442
|
static get remoteAttributes() {
|
|
9419
9443
|
return ["style"];
|
|
9420
9444
|
}
|
|
@@ -9705,8 +9729,8 @@ class Xe extends t {
|
|
|
9705
9729
|
return [];
|
|
9706
9730
|
}
|
|
9707
9731
|
}
|
|
9708
|
-
customElements.define("flr-skeleton",
|
|
9709
|
-
class
|
|
9732
|
+
customElements.define("flr-skeleton", Ye);
|
|
9733
|
+
class je extends t {
|
|
9710
9734
|
static get remoteAttributes() {
|
|
9711
9735
|
return ["style"];
|
|
9712
9736
|
}
|
|
@@ -9996,8 +10020,8 @@ class Ye extends t {
|
|
|
9996
10020
|
return [];
|
|
9997
10021
|
}
|
|
9998
10022
|
}
|
|
9999
|
-
customElements.define("flr-skeleton-text",
|
|
10000
|
-
class
|
|
10023
|
+
customElements.define("flr-skeleton-text", je);
|
|
10024
|
+
class Ze extends t {
|
|
10001
10025
|
static get remoteAttributes() {
|
|
10002
10026
|
return ["style"];
|
|
10003
10027
|
}
|
|
@@ -10032,8 +10056,8 @@ class je extends t {
|
|
|
10032
10056
|
return [];
|
|
10033
10057
|
}
|
|
10034
10058
|
}
|
|
10035
|
-
customElements.define("flr-slider",
|
|
10036
|
-
class
|
|
10059
|
+
customElements.define("flr-slider", Ze);
|
|
10060
|
+
class _e extends t {
|
|
10037
10061
|
static get remoteAttributes() {
|
|
10038
10062
|
return ["style"];
|
|
10039
10063
|
}
|
|
@@ -10076,8 +10100,8 @@ class Ze extends t {
|
|
|
10076
10100
|
return [];
|
|
10077
10101
|
}
|
|
10078
10102
|
}
|
|
10079
|
-
customElements.define("flr-switch",
|
|
10080
|
-
class
|
|
10103
|
+
customElements.define("flr-switch", _e);
|
|
10104
|
+
class Je extends t {
|
|
10081
10105
|
static get remoteAttributes() {
|
|
10082
10106
|
return ["style"];
|
|
10083
10107
|
}
|
|
@@ -10099,8 +10123,8 @@ class _e extends t {
|
|
|
10099
10123
|
return [];
|
|
10100
10124
|
}
|
|
10101
10125
|
}
|
|
10102
|
-
customElements.define("flr-tab",
|
|
10103
|
-
class
|
|
10126
|
+
customElements.define("flr-tab", Je);
|
|
10127
|
+
class Qe extends t {
|
|
10104
10128
|
static get remoteAttributes() {
|
|
10105
10129
|
return ["style"];
|
|
10106
10130
|
}
|
|
@@ -10132,8 +10156,8 @@ class Je extends t {
|
|
|
10132
10156
|
return [];
|
|
10133
10157
|
}
|
|
10134
10158
|
}
|
|
10135
|
-
customElements.define("flr-tab-title",
|
|
10136
|
-
class
|
|
10159
|
+
customElements.define("flr-tab-title", Qe);
|
|
10160
|
+
class $e extends t {
|
|
10137
10161
|
static get remoteAttributes() {
|
|
10138
10162
|
return ["style"];
|
|
10139
10163
|
}
|
|
@@ -10169,8 +10193,8 @@ class Qe extends t {
|
|
|
10169
10193
|
return [];
|
|
10170
10194
|
}
|
|
10171
10195
|
}
|
|
10172
|
-
customElements.define("flr-table",
|
|
10173
|
-
class
|
|
10196
|
+
customElements.define("flr-table", $e);
|
|
10197
|
+
class et extends t {
|
|
10174
10198
|
static get remoteAttributes() {
|
|
10175
10199
|
return ["style"];
|
|
10176
10200
|
}
|
|
@@ -10190,8 +10214,8 @@ class $e extends t {
|
|
|
10190
10214
|
return [];
|
|
10191
10215
|
}
|
|
10192
10216
|
}
|
|
10193
|
-
customElements.define("flr-table-body",
|
|
10194
|
-
class
|
|
10217
|
+
customElements.define("flr-table-body", et);
|
|
10218
|
+
class tt extends t {
|
|
10195
10219
|
static get remoteAttributes() {
|
|
10196
10220
|
return ["style"];
|
|
10197
10221
|
}
|
|
@@ -10211,8 +10235,8 @@ class et extends t {
|
|
|
10211
10235
|
return [];
|
|
10212
10236
|
}
|
|
10213
10237
|
}
|
|
10214
|
-
customElements.define("flr-table-cell",
|
|
10215
|
-
class
|
|
10238
|
+
customElements.define("flr-table-cell", tt);
|
|
10239
|
+
class at extends t {
|
|
10216
10240
|
static get remoteAttributes() {
|
|
10217
10241
|
return ["style"];
|
|
10218
10242
|
}
|
|
@@ -10237,8 +10261,8 @@ class tt extends t {
|
|
|
10237
10261
|
return [];
|
|
10238
10262
|
}
|
|
10239
10263
|
}
|
|
10240
|
-
customElements.define("flr-table-column",
|
|
10241
|
-
class
|
|
10264
|
+
customElements.define("flr-table-column", at);
|
|
10265
|
+
class rt extends t {
|
|
10242
10266
|
static get remoteAttributes() {
|
|
10243
10267
|
return ["style"];
|
|
10244
10268
|
}
|
|
@@ -10274,8 +10298,8 @@ class at extends t {
|
|
|
10274
10298
|
return [];
|
|
10275
10299
|
}
|
|
10276
10300
|
}
|
|
10277
|
-
customElements.define("flr-table-footer-row",
|
|
10278
|
-
class
|
|
10301
|
+
customElements.define("flr-table-footer-row", rt);
|
|
10302
|
+
class it extends t {
|
|
10279
10303
|
static get remoteAttributes() {
|
|
10280
10304
|
return ["style"];
|
|
10281
10305
|
}
|
|
@@ -10297,8 +10321,8 @@ class rt extends t {
|
|
|
10297
10321
|
return [];
|
|
10298
10322
|
}
|
|
10299
10323
|
}
|
|
10300
|
-
customElements.define("flr-table-header",
|
|
10301
|
-
class
|
|
10324
|
+
customElements.define("flr-table-header", it);
|
|
10325
|
+
class ot extends t {
|
|
10302
10326
|
static get remoteAttributes() {
|
|
10303
10327
|
return ["style"];
|
|
10304
10328
|
}
|
|
@@ -10334,8 +10358,8 @@ class it extends t {
|
|
|
10334
10358
|
return [];
|
|
10335
10359
|
}
|
|
10336
10360
|
}
|
|
10337
|
-
customElements.define("flr-table-row",
|
|
10338
|
-
class
|
|
10361
|
+
customElements.define("flr-table-row", ot);
|
|
10362
|
+
class nt extends t {
|
|
10339
10363
|
static get remoteAttributes() {
|
|
10340
10364
|
return ["style"];
|
|
10341
10365
|
}
|
|
@@ -10365,8 +10389,8 @@ class ot extends t {
|
|
|
10365
10389
|
return [];
|
|
10366
10390
|
}
|
|
10367
10391
|
}
|
|
10368
|
-
customElements.define("flr-tabs",
|
|
10369
|
-
class
|
|
10392
|
+
customElements.define("flr-tabs", nt);
|
|
10393
|
+
class ut extends t {
|
|
10370
10394
|
static get remoteAttributes() {
|
|
10371
10395
|
return ["style"];
|
|
10372
10396
|
}
|
|
@@ -10658,8 +10682,8 @@ class nt extends t {
|
|
|
10658
10682
|
return [];
|
|
10659
10683
|
}
|
|
10660
10684
|
}
|
|
10661
|
-
customElements.define("flr-text",
|
|
10662
|
-
class
|
|
10685
|
+
customElements.define("flr-text", ut);
|
|
10686
|
+
class st extends t {
|
|
10663
10687
|
static get remoteAttributes() {
|
|
10664
10688
|
return ["style"];
|
|
10665
10689
|
}
|
|
@@ -10726,8 +10750,8 @@ class ut extends t {
|
|
|
10726
10750
|
return [];
|
|
10727
10751
|
}
|
|
10728
10752
|
}
|
|
10729
|
-
customElements.define("flr-text-area",
|
|
10730
|
-
class
|
|
10753
|
+
customElements.define("flr-text-area", st);
|
|
10754
|
+
class pt extends t {
|
|
10731
10755
|
static get remoteAttributes() {
|
|
10732
10756
|
return ["style"];
|
|
10733
10757
|
}
|
|
@@ -10793,8 +10817,8 @@ class st extends t {
|
|
|
10793
10817
|
return [];
|
|
10794
10818
|
}
|
|
10795
10819
|
}
|
|
10796
|
-
customElements.define("flr-text-field",
|
|
10797
|
-
class
|
|
10820
|
+
customElements.define("flr-text-field", pt);
|
|
10821
|
+
class lt extends t {
|
|
10798
10822
|
static get remoteAttributes() {
|
|
10799
10823
|
return ["style"];
|
|
10800
10824
|
}
|
|
@@ -10840,8 +10864,8 @@ class pt extends t {
|
|
|
10840
10864
|
return ["errorMessage"];
|
|
10841
10865
|
}
|
|
10842
10866
|
}
|
|
10843
|
-
customElements.define("flr-time-field",
|
|
10844
|
-
class
|
|
10867
|
+
customElements.define("flr-time-field", lt);
|
|
10868
|
+
class dt extends t {
|
|
10845
10869
|
static get remoteAttributes() {
|
|
10846
10870
|
return ["style"];
|
|
10847
10871
|
}
|
|
@@ -10875,8 +10899,8 @@ class lt extends t {
|
|
|
10875
10899
|
return [];
|
|
10876
10900
|
}
|
|
10877
10901
|
}
|
|
10878
|
-
customElements.define("flr-tooltip",
|
|
10879
|
-
class
|
|
10902
|
+
customElements.define("flr-tooltip", dt);
|
|
10903
|
+
class ct extends t {
|
|
10880
10904
|
static get remoteAttributes() {
|
|
10881
10905
|
return ["style"];
|
|
10882
10906
|
}
|
|
@@ -10899,8 +10923,8 @@ class dt extends t {
|
|
|
10899
10923
|
return [];
|
|
10900
10924
|
}
|
|
10901
10925
|
}
|
|
10902
|
-
customElements.define("flr-tooltip-trigger",
|
|
10903
|
-
class
|
|
10926
|
+
customElements.define("flr-tooltip-trigger", ct);
|
|
10927
|
+
class Ct extends t {
|
|
10904
10928
|
static get remoteEvents() {
|
|
10905
10929
|
return {
|
|
10906
10930
|
submit: {}
|
|
@@ -10915,7 +10939,7 @@ class ct extends t {
|
|
|
10915
10939
|
};
|
|
10916
10940
|
}
|
|
10917
10941
|
}
|
|
10918
|
-
customElements.define("flr-form",
|
|
10942
|
+
customElements.define("flr-form", Ct);
|
|
10919
10943
|
export {
|
|
10920
10944
|
E as RemoteAccordionElement,
|
|
10921
10945
|
f as RemoteActionGroupElement,
|
|
@@ -10952,70 +10976,71 @@ export {
|
|
|
10952
10976
|
Q as RemoteFileCardElement,
|
|
10953
10977
|
$ as RemoteFileCardListElement,
|
|
10954
10978
|
ee as RemoteFileFieldElement,
|
|
10955
|
-
|
|
10956
|
-
|
|
10957
|
-
ae as
|
|
10958
|
-
re as
|
|
10959
|
-
ie as
|
|
10960
|
-
oe as
|
|
10961
|
-
ne as
|
|
10962
|
-
ue as
|
|
10963
|
-
se as
|
|
10964
|
-
pe as
|
|
10965
|
-
le as
|
|
10966
|
-
de as
|
|
10967
|
-
ce as
|
|
10968
|
-
Ce as
|
|
10969
|
-
me as
|
|
10970
|
-
ge as
|
|
10971
|
-
ve as
|
|
10972
|
-
be as
|
|
10973
|
-
ye as
|
|
10974
|
-
he as
|
|
10975
|
-
Ee as
|
|
10976
|
-
fe as
|
|
10977
|
-
xe as
|
|
10978
|
-
ke as
|
|
10979
|
-
Se as
|
|
10980
|
-
we as
|
|
10981
|
-
Pe as
|
|
10982
|
-
Oe as
|
|
10983
|
-
Me as
|
|
10984
|
-
Ue as
|
|
10985
|
-
De as
|
|
10986
|
-
Re as
|
|
10987
|
-
Te as
|
|
10988
|
-
Ie as
|
|
10989
|
-
Ae as
|
|
10990
|
-
Le as
|
|
10991
|
-
ze as
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
Ve as
|
|
10996
|
-
Ke as
|
|
10997
|
-
We as
|
|
10998
|
-
Be as
|
|
10999
|
-
qe as
|
|
11000
|
-
Ge as
|
|
11001
|
-
Xe as
|
|
11002
|
-
Ye as
|
|
11003
|
-
je as
|
|
11004
|
-
Ze as
|
|
11005
|
-
_e as
|
|
11006
|
-
Je as
|
|
11007
|
-
|
|
11008
|
-
et as
|
|
11009
|
-
tt as
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
rt as
|
|
11013
|
-
it as
|
|
11014
|
-
ot as
|
|
11015
|
-
|
|
11016
|
-
|
|
11017
|
-
|
|
11018
|
-
pt as
|
|
11019
|
-
lt as
|
|
11020
|
-
dt as
|
|
10979
|
+
te as RemoteFlexElement,
|
|
10980
|
+
Ct as RemoteFormElement,
|
|
10981
|
+
ae as RemoteFragmentElement,
|
|
10982
|
+
re as RemoteHeaderElement,
|
|
10983
|
+
ie as RemoteHeaderNavigationElement,
|
|
10984
|
+
oe as RemoteHeadingElement,
|
|
10985
|
+
ne as RemoteIconElement,
|
|
10986
|
+
ue as RemoteIllustratedMessageElement,
|
|
10987
|
+
se as RemoteImageElement,
|
|
10988
|
+
pe as RemoteInitialsElement,
|
|
10989
|
+
le as RemoteInlineCodeElement,
|
|
10990
|
+
de as RemoteItemsGridListElement,
|
|
10991
|
+
ce as RemoteItemsGridListItemElement,
|
|
10992
|
+
Ce as RemoteLabelElement,
|
|
10993
|
+
me as RemoteLabeledValueElement,
|
|
10994
|
+
ge as RemoteLayoutCardElement,
|
|
10995
|
+
ve as RemoteLightBoxElement,
|
|
10996
|
+
be as RemoteLightBoxTriggerElement,
|
|
10997
|
+
ye as RemoteLinkElement,
|
|
10998
|
+
he as RemoteListEmptyViewElement,
|
|
10999
|
+
Ee as RemoteListItemViewContentElement,
|
|
11000
|
+
fe as RemoteListSummaryElement,
|
|
11001
|
+
xe as RemoteLoadingSpinnerElement,
|
|
11002
|
+
ke as RemoteMarkdownElement,
|
|
11003
|
+
Se as RemoteMenuItemElement,
|
|
11004
|
+
we as RemoteMenuTriggerElement,
|
|
11005
|
+
Pe as RemoteMessageElement,
|
|
11006
|
+
Oe as RemoteMessageSeparatorElement,
|
|
11007
|
+
Me as RemoteMessageThreadElement,
|
|
11008
|
+
Ue as RemoteNavigationElement,
|
|
11009
|
+
De as RemoteNavigationGroupElement,
|
|
11010
|
+
Re as RemoteNotificationElement,
|
|
11011
|
+
Te as RemoteNotificationProviderElement,
|
|
11012
|
+
Ie as RemoteNumberFieldElement,
|
|
11013
|
+
Ae as RemoteOptionElement,
|
|
11014
|
+
Le as RemoteOverlayContentElement,
|
|
11015
|
+
ze as RemotePopoverContentElement,
|
|
11016
|
+
Ne as RemoteProgressBarElement,
|
|
11017
|
+
He as RemoteRadioButtonElement,
|
|
11018
|
+
Fe as RemoteRadioElement,
|
|
11019
|
+
Ve as RemoteRadioGroupElement,
|
|
11020
|
+
Ke as RemoteSearchFieldElement,
|
|
11021
|
+
We as RemoteSectionElement,
|
|
11022
|
+
Be as RemoteSegmentElement,
|
|
11023
|
+
qe as RemoteSegmentedControlElement,
|
|
11024
|
+
Ge as RemoteSelectElement,
|
|
11025
|
+
Xe as RemoteSeparatorElement,
|
|
11026
|
+
Ye as RemoteSkeletonElement,
|
|
11027
|
+
je as RemoteSkeletonTextElement,
|
|
11028
|
+
Ze as RemoteSliderElement,
|
|
11029
|
+
_e as RemoteSwitchElement,
|
|
11030
|
+
Je as RemoteTabElement,
|
|
11031
|
+
Qe as RemoteTabTitleElement,
|
|
11032
|
+
et as RemoteTableBodyElement,
|
|
11033
|
+
tt as RemoteTableCellElement,
|
|
11034
|
+
at as RemoteTableColumnElement,
|
|
11035
|
+
$e as RemoteTableElement,
|
|
11036
|
+
rt as RemoteTableFooterRowElement,
|
|
11037
|
+
it as RemoteTableHeaderElement,
|
|
11038
|
+
ot as RemoteTableRowElement,
|
|
11039
|
+
nt as RemoteTabsElement,
|
|
11040
|
+
st as RemoteTextAreaElement,
|
|
11041
|
+
ut as RemoteTextElement,
|
|
11042
|
+
pt as RemoteTextFieldElement,
|
|
11043
|
+
lt as RemoteTimeFieldElement,
|
|
11044
|
+
dt as RemoteTooltipElement,
|
|
11045
|
+
ct as RemoteTooltipTriggerElement
|
|
11021
11046
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteActionGroupElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteActionGroupElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteActionGroupElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteActionGroupElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;MAKnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { FlexProps as RemoteFlexElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { FlexProps as RemoteFlexElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteFlexElement extends FlowRemoteElement<RemoteFlexElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
align: {};
|
|
8
|
+
className: {};
|
|
9
|
+
columnGap: {};
|
|
10
|
+
direction: {};
|
|
11
|
+
gap: {};
|
|
12
|
+
grow: {};
|
|
13
|
+
justify: {};
|
|
14
|
+
rowGap: {};
|
|
15
|
+
wrap: {};
|
|
16
|
+
};
|
|
17
|
+
static get remoteEvents(): {};
|
|
18
|
+
static get remoteSlots(): never[];
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
"flr-flex": InstanceType<typeof RemoteFlexElement>;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=RemoteFlexElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteFlexElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteFlexElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC3F,YAAY,EAAE,SAAS,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,iBAAiB,CAAC,sBAAsB,CAAC;IAC9E,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;MAYnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;KACpD;CACF"}
|
|
@@ -33,6 +33,7 @@ export * from './RemoteFieldErrorElement';
|
|
|
33
33
|
export * from './RemoteFileCardElement';
|
|
34
34
|
export * from './RemoteFileCardListElement';
|
|
35
35
|
export * from './RemoteFileFieldElement';
|
|
36
|
+
export * from './RemoteFlexElement';
|
|
36
37
|
export * from './RemoteFragmentElement';
|
|
37
38
|
export * from './RemoteHeaderElement';
|
|
38
39
|
export * from './RemoteHeaderNavigationElement';
|
|
@@ -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.87",
|
|
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.87",
|
|
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.87",
|
|
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": "98c5058ee6b4edd191f351b9a3d169362f80cba1"
|
|
49
49
|
}
|