@mittwald/flow-remote-elements 0.2.0-alpha.32 → 0.2.0-alpha.33
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 +238 -206
- package/dist/types/auto-generated/RemoteFallbackItemsElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteFallbackItemsElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteSkeletonViewElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteSkeletonViewElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +2 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2721,6 +2721,21 @@ class X extends t {
|
|
|
2721
2721
|
}
|
|
2722
2722
|
customElements.define("flr-div", X);
|
|
2723
2723
|
class Y extends t {
|
|
2724
|
+
static get remoteAttributes() {
|
|
2725
|
+
return ["style"];
|
|
2726
|
+
}
|
|
2727
|
+
static get remoteProperties() {
|
|
2728
|
+
return {};
|
|
2729
|
+
}
|
|
2730
|
+
static get remoteEvents() {
|
|
2731
|
+
return {};
|
|
2732
|
+
}
|
|
2733
|
+
static get remoteSlots() {
|
|
2734
|
+
return [];
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
customElements.define("flr-fallback-items", Y);
|
|
2738
|
+
class j extends t {
|
|
2724
2739
|
static get remoteAttributes() {
|
|
2725
2740
|
return ["style"];
|
|
2726
2741
|
}
|
|
@@ -3011,8 +3026,8 @@ class Y extends t {
|
|
|
3011
3026
|
return [];
|
|
3012
3027
|
}
|
|
3013
3028
|
}
|
|
3014
|
-
customElements.define("flr-field-description",
|
|
3015
|
-
class
|
|
3029
|
+
customElements.define("flr-field-description", j);
|
|
3030
|
+
class Z extends t {
|
|
3016
3031
|
static get remoteAttributes() {
|
|
3017
3032
|
return ["style"];
|
|
3018
3033
|
}
|
|
@@ -3029,8 +3044,8 @@ class j extends t {
|
|
|
3029
3044
|
return [];
|
|
3030
3045
|
}
|
|
3031
3046
|
}
|
|
3032
|
-
customElements.define("flr-field-error",
|
|
3033
|
-
class
|
|
3047
|
+
customElements.define("flr-field-error", Z);
|
|
3048
|
+
class _ extends t {
|
|
3034
3049
|
static get remoteAttributes() {
|
|
3035
3050
|
return ["style"];
|
|
3036
3051
|
}
|
|
@@ -3329,8 +3344,8 @@ class Z extends t {
|
|
|
3329
3344
|
return [];
|
|
3330
3345
|
}
|
|
3331
3346
|
}
|
|
3332
|
-
customElements.define("flr-file-card",
|
|
3333
|
-
class
|
|
3347
|
+
customElements.define("flr-file-card", _);
|
|
3348
|
+
class J extends t {
|
|
3334
3349
|
static get remoteAttributes() {
|
|
3335
3350
|
return ["style"];
|
|
3336
3351
|
}
|
|
@@ -3625,8 +3640,8 @@ class _ extends t {
|
|
|
3625
3640
|
return [];
|
|
3626
3641
|
}
|
|
3627
3642
|
}
|
|
3628
|
-
customElements.define("flr-file-card-list",
|
|
3629
|
-
class
|
|
3643
|
+
customElements.define("flr-file-card-list", J);
|
|
3644
|
+
class Q extends t {
|
|
3630
3645
|
static get remoteAttributes() {
|
|
3631
3646
|
return ["style"];
|
|
3632
3647
|
}
|
|
@@ -3650,8 +3665,8 @@ class J extends t {
|
|
|
3650
3665
|
return [];
|
|
3651
3666
|
}
|
|
3652
3667
|
}
|
|
3653
|
-
customElements.define("flr-file-field",
|
|
3654
|
-
class
|
|
3668
|
+
customElements.define("flr-file-field", Q);
|
|
3669
|
+
class $ extends t {
|
|
3655
3670
|
static get remoteAttributes() {
|
|
3656
3671
|
return ["style"];
|
|
3657
3672
|
}
|
|
@@ -3665,8 +3680,8 @@ class Q extends t {
|
|
|
3665
3680
|
return [];
|
|
3666
3681
|
}
|
|
3667
3682
|
}
|
|
3668
|
-
customElements.define("flr-fragment",
|
|
3669
|
-
class
|
|
3683
|
+
customElements.define("flr-fragment", $);
|
|
3684
|
+
class ee extends t {
|
|
3670
3685
|
static get remoteAttributes() {
|
|
3671
3686
|
return ["style"];
|
|
3672
3687
|
}
|
|
@@ -3957,8 +3972,8 @@ class $ extends t {
|
|
|
3957
3972
|
return [];
|
|
3958
3973
|
}
|
|
3959
3974
|
}
|
|
3960
|
-
customElements.define("flr-header",
|
|
3961
|
-
class
|
|
3975
|
+
customElements.define("flr-header", ee);
|
|
3976
|
+
class te extends t {
|
|
3962
3977
|
static get remoteAttributes() {
|
|
3963
3978
|
return ["style"];
|
|
3964
3979
|
}
|
|
@@ -4247,8 +4262,8 @@ class ee extends t {
|
|
|
4247
4262
|
return [];
|
|
4248
4263
|
}
|
|
4249
4264
|
}
|
|
4250
|
-
customElements.define("flr-header-navigation",
|
|
4251
|
-
class
|
|
4265
|
+
customElements.define("flr-header-navigation", te);
|
|
4266
|
+
class ae extends t {
|
|
4252
4267
|
static get remoteAttributes() {
|
|
4253
4268
|
return ["style"];
|
|
4254
4269
|
}
|
|
@@ -4539,8 +4554,8 @@ class te extends t {
|
|
|
4539
4554
|
return [];
|
|
4540
4555
|
}
|
|
4541
4556
|
}
|
|
4542
|
-
customElements.define("flr-heading",
|
|
4543
|
-
class
|
|
4557
|
+
customElements.define("flr-heading", ae);
|
|
4558
|
+
class re extends t {
|
|
4544
4559
|
static get remoteAttributes() {
|
|
4545
4560
|
return ["style"];
|
|
4546
4561
|
}
|
|
@@ -5036,8 +5051,8 @@ class ae extends t {
|
|
|
5036
5051
|
return [];
|
|
5037
5052
|
}
|
|
5038
5053
|
}
|
|
5039
|
-
customElements.define("flr-icon",
|
|
5040
|
-
class
|
|
5054
|
+
customElements.define("flr-icon", re);
|
|
5055
|
+
class ie extends t {
|
|
5041
5056
|
static get remoteAttributes() {
|
|
5042
5057
|
return ["style"];
|
|
5043
5058
|
}
|
|
@@ -5328,9 +5343,9 @@ class re extends t {
|
|
|
5328
5343
|
}
|
|
5329
5344
|
customElements.define(
|
|
5330
5345
|
"flr-illustrated-message",
|
|
5331
|
-
|
|
5346
|
+
ie
|
|
5332
5347
|
);
|
|
5333
|
-
class
|
|
5348
|
+
class oe extends t {
|
|
5334
5349
|
static get remoteAttributes() {
|
|
5335
5350
|
return ["style"];
|
|
5336
5351
|
}
|
|
@@ -5631,8 +5646,8 @@ class ie extends t {
|
|
|
5631
5646
|
return [];
|
|
5632
5647
|
}
|
|
5633
5648
|
}
|
|
5634
|
-
customElements.define("flr-image",
|
|
5635
|
-
class
|
|
5649
|
+
customElements.define("flr-image", oe);
|
|
5650
|
+
class ne extends t {
|
|
5636
5651
|
static get remoteAttributes() {
|
|
5637
5652
|
return ["style"];
|
|
5638
5653
|
}
|
|
@@ -5648,8 +5663,8 @@ class oe extends t {
|
|
|
5648
5663
|
return [];
|
|
5649
5664
|
}
|
|
5650
5665
|
}
|
|
5651
|
-
customElements.define("flr-initials",
|
|
5652
|
-
class
|
|
5666
|
+
customElements.define("flr-initials", ne);
|
|
5667
|
+
class ue extends t {
|
|
5653
5668
|
static get remoteAttributes() {
|
|
5654
5669
|
return ["style"];
|
|
5655
5670
|
}
|
|
@@ -5938,8 +5953,8 @@ class ne extends t {
|
|
|
5938
5953
|
return [];
|
|
5939
5954
|
}
|
|
5940
5955
|
}
|
|
5941
|
-
customElements.define("flr-inline-code",
|
|
5942
|
-
class
|
|
5956
|
+
customElements.define("flr-inline-code", ue);
|
|
5957
|
+
class se extends t {
|
|
5943
5958
|
static get remoteAttributes() {
|
|
5944
5959
|
return ["style"];
|
|
5945
5960
|
}
|
|
@@ -5978,8 +5993,8 @@ class ue extends t {
|
|
|
5978
5993
|
return [];
|
|
5979
5994
|
}
|
|
5980
5995
|
}
|
|
5981
|
-
customElements.define("flr-items-grid-list",
|
|
5982
|
-
class
|
|
5996
|
+
customElements.define("flr-items-grid-list", se);
|
|
5997
|
+
class pe extends t {
|
|
5983
5998
|
static get remoteAttributes() {
|
|
5984
5999
|
return ["style"];
|
|
5985
6000
|
}
|
|
@@ -6016,9 +6031,9 @@ class se extends t {
|
|
|
6016
6031
|
}
|
|
6017
6032
|
customElements.define(
|
|
6018
6033
|
"flr-items-grid-list-item",
|
|
6019
|
-
|
|
6034
|
+
pe
|
|
6020
6035
|
);
|
|
6021
|
-
class
|
|
6036
|
+
class le extends t {
|
|
6022
6037
|
static get remoteAttributes() {
|
|
6023
6038
|
return ["style"];
|
|
6024
6039
|
}
|
|
@@ -6313,8 +6328,8 @@ class pe extends t {
|
|
|
6313
6328
|
return [];
|
|
6314
6329
|
}
|
|
6315
6330
|
}
|
|
6316
|
-
customElements.define("flr-label",
|
|
6317
|
-
class
|
|
6331
|
+
customElements.define("flr-label", le);
|
|
6332
|
+
class de extends t {
|
|
6318
6333
|
static get remoteAttributes() {
|
|
6319
6334
|
return ["style"];
|
|
6320
6335
|
}
|
|
@@ -6330,8 +6345,8 @@ class le extends t {
|
|
|
6330
6345
|
return [];
|
|
6331
6346
|
}
|
|
6332
6347
|
}
|
|
6333
|
-
customElements.define("flr-labeled-value",
|
|
6334
|
-
class
|
|
6348
|
+
customElements.define("flr-labeled-value", de);
|
|
6349
|
+
class ce extends t {
|
|
6335
6350
|
static get remoteAttributes() {
|
|
6336
6351
|
return ["style"];
|
|
6337
6352
|
}
|
|
@@ -6621,8 +6636,8 @@ class de extends t {
|
|
|
6621
6636
|
return [];
|
|
6622
6637
|
}
|
|
6623
6638
|
}
|
|
6624
|
-
customElements.define("flr-layout-card",
|
|
6625
|
-
class
|
|
6639
|
+
customElements.define("flr-layout-card", ce);
|
|
6640
|
+
class Ce extends t {
|
|
6626
6641
|
static get remoteAttributes() {
|
|
6627
6642
|
return ["style"];
|
|
6628
6643
|
}
|
|
@@ -6639,8 +6654,8 @@ class ce extends t {
|
|
|
6639
6654
|
return [];
|
|
6640
6655
|
}
|
|
6641
6656
|
}
|
|
6642
|
-
customElements.define("flr-light-box",
|
|
6643
|
-
class
|
|
6657
|
+
customElements.define("flr-light-box", Ce);
|
|
6658
|
+
class me extends t {
|
|
6644
6659
|
static get remoteAttributes() {
|
|
6645
6660
|
return ["style"];
|
|
6646
6661
|
}
|
|
@@ -6656,8 +6671,8 @@ class Ce extends t {
|
|
|
6656
6671
|
return [];
|
|
6657
6672
|
}
|
|
6658
6673
|
}
|
|
6659
|
-
customElements.define("flr-light-box-trigger",
|
|
6660
|
-
class
|
|
6674
|
+
customElements.define("flr-light-box-trigger", me);
|
|
6675
|
+
class ge extends t {
|
|
6661
6676
|
static get remoteAttributes() {
|
|
6662
6677
|
return ["style"];
|
|
6663
6678
|
}
|
|
@@ -6707,8 +6722,8 @@ class me extends t {
|
|
|
6707
6722
|
return [];
|
|
6708
6723
|
}
|
|
6709
6724
|
}
|
|
6710
|
-
customElements.define("flr-link",
|
|
6711
|
-
class
|
|
6725
|
+
customElements.define("flr-link", ge);
|
|
6726
|
+
class ve extends t {
|
|
6712
6727
|
static get remoteAttributes() {
|
|
6713
6728
|
return ["style"];
|
|
6714
6729
|
}
|
|
@@ -6722,8 +6737,8 @@ class ge extends t {
|
|
|
6722
6737
|
return [];
|
|
6723
6738
|
}
|
|
6724
6739
|
}
|
|
6725
|
-
customElements.define("flr-list-empty-view",
|
|
6726
|
-
class
|
|
6740
|
+
customElements.define("flr-list-empty-view", ve);
|
|
6741
|
+
class be extends t {
|
|
6727
6742
|
static get remoteAttributes() {
|
|
6728
6743
|
return ["style"];
|
|
6729
6744
|
}
|
|
@@ -6741,9 +6756,9 @@ class ve extends t {
|
|
|
6741
6756
|
}
|
|
6742
6757
|
customElements.define(
|
|
6743
6758
|
"flr-list-item-view-content",
|
|
6744
|
-
|
|
6759
|
+
be
|
|
6745
6760
|
);
|
|
6746
|
-
class
|
|
6761
|
+
class ye extends t {
|
|
6747
6762
|
static get remoteAttributes() {
|
|
6748
6763
|
return ["style"];
|
|
6749
6764
|
}
|
|
@@ -6757,8 +6772,8 @@ class be extends t {
|
|
|
6757
6772
|
return [];
|
|
6758
6773
|
}
|
|
6759
6774
|
}
|
|
6760
|
-
customElements.define("flr-list-summary",
|
|
6761
|
-
class
|
|
6775
|
+
customElements.define("flr-list-summary", ye);
|
|
6776
|
+
class he extends t {
|
|
6762
6777
|
static get remoteAttributes() {
|
|
6763
6778
|
return ["style"];
|
|
6764
6779
|
}
|
|
@@ -7254,8 +7269,8 @@ class ye extends t {
|
|
|
7254
7269
|
return [];
|
|
7255
7270
|
}
|
|
7256
7271
|
}
|
|
7257
|
-
customElements.define("flr-loading-spinner",
|
|
7258
|
-
class
|
|
7272
|
+
customElements.define("flr-loading-spinner", he);
|
|
7273
|
+
class Ee extends t {
|
|
7259
7274
|
static get remoteAttributes() {
|
|
7260
7275
|
return ["style"];
|
|
7261
7276
|
}
|
|
@@ -7281,8 +7296,8 @@ class he extends t {
|
|
|
7281
7296
|
return [];
|
|
7282
7297
|
}
|
|
7283
7298
|
}
|
|
7284
|
-
customElements.define("flr-markdown",
|
|
7285
|
-
class
|
|
7299
|
+
customElements.define("flr-markdown", Ee);
|
|
7300
|
+
class fe extends t {
|
|
7286
7301
|
static get remoteAttributes() {
|
|
7287
7302
|
return ["style"];
|
|
7288
7303
|
}
|
|
@@ -7317,8 +7332,8 @@ class Ee extends t {
|
|
|
7317
7332
|
return [];
|
|
7318
7333
|
}
|
|
7319
7334
|
}
|
|
7320
|
-
customElements.define("flr-menu-item",
|
|
7321
|
-
class
|
|
7335
|
+
customElements.define("flr-menu-item", fe);
|
|
7336
|
+
class xe extends t {
|
|
7322
7337
|
static get remoteAttributes() {
|
|
7323
7338
|
return ["style"];
|
|
7324
7339
|
}
|
|
@@ -7338,8 +7353,8 @@ class fe extends t {
|
|
|
7338
7353
|
return [];
|
|
7339
7354
|
}
|
|
7340
7355
|
}
|
|
7341
|
-
customElements.define("flr-menu-trigger",
|
|
7342
|
-
class
|
|
7356
|
+
customElements.define("flr-menu-trigger", xe);
|
|
7357
|
+
class ke extends t {
|
|
7343
7358
|
static get remoteAttributes() {
|
|
7344
7359
|
return ["style"];
|
|
7345
7360
|
}
|
|
@@ -7356,8 +7371,8 @@ class xe extends t {
|
|
|
7356
7371
|
return [];
|
|
7357
7372
|
}
|
|
7358
7373
|
}
|
|
7359
|
-
customElements.define("flr-message",
|
|
7360
|
-
class
|
|
7374
|
+
customElements.define("flr-message", ke);
|
|
7375
|
+
class Se extends t {
|
|
7361
7376
|
static get remoteAttributes() {
|
|
7362
7377
|
return ["style"];
|
|
7363
7378
|
}
|
|
@@ -7646,8 +7661,8 @@ class ke extends t {
|
|
|
7646
7661
|
return [];
|
|
7647
7662
|
}
|
|
7648
7663
|
}
|
|
7649
|
-
customElements.define("flr-navigation",
|
|
7650
|
-
class
|
|
7664
|
+
customElements.define("flr-navigation", Se);
|
|
7665
|
+
class we extends t {
|
|
7651
7666
|
static get remoteAttributes() {
|
|
7652
7667
|
return ["style"];
|
|
7653
7668
|
}
|
|
@@ -7937,8 +7952,8 @@ class Se extends t {
|
|
|
7937
7952
|
return [];
|
|
7938
7953
|
}
|
|
7939
7954
|
}
|
|
7940
|
-
customElements.define("flr-navigation-group",
|
|
7941
|
-
class
|
|
7955
|
+
customElements.define("flr-navigation-group", we);
|
|
7956
|
+
class Pe extends t {
|
|
7942
7957
|
static get remoteAttributes() {
|
|
7943
7958
|
return ["style"];
|
|
7944
7959
|
}
|
|
@@ -8231,8 +8246,8 @@ class we extends t {
|
|
|
8231
8246
|
return [];
|
|
8232
8247
|
}
|
|
8233
8248
|
}
|
|
8234
|
-
customElements.define("flr-notification",
|
|
8235
|
-
class
|
|
8249
|
+
customElements.define("flr-notification", Pe);
|
|
8250
|
+
class Oe extends t {
|
|
8236
8251
|
static get remoteAttributes() {
|
|
8237
8252
|
return ["style"];
|
|
8238
8253
|
}
|
|
@@ -8523,9 +8538,9 @@ class Pe extends t {
|
|
|
8523
8538
|
}
|
|
8524
8539
|
customElements.define(
|
|
8525
8540
|
"flr-notification-provider",
|
|
8526
|
-
|
|
8541
|
+
Oe
|
|
8527
8542
|
);
|
|
8528
|
-
class
|
|
8543
|
+
class Me extends t {
|
|
8529
8544
|
static get remoteAttributes() {
|
|
8530
8545
|
return ["style"];
|
|
8531
8546
|
}
|
|
@@ -8580,8 +8595,8 @@ class Oe extends t {
|
|
|
8580
8595
|
return [];
|
|
8581
8596
|
}
|
|
8582
8597
|
}
|
|
8583
|
-
customElements.define("flr-number-field",
|
|
8584
|
-
class
|
|
8598
|
+
customElements.define("flr-number-field", Me);
|
|
8599
|
+
class Ue extends t {
|
|
8585
8600
|
static get remoteAttributes() {
|
|
8586
8601
|
return ["style"];
|
|
8587
8602
|
}
|
|
@@ -8614,8 +8629,8 @@ class Me extends t {
|
|
|
8614
8629
|
return [];
|
|
8615
8630
|
}
|
|
8616
8631
|
}
|
|
8617
|
-
customElements.define("flr-option",
|
|
8618
|
-
class
|
|
8632
|
+
customElements.define("flr-option", Ue);
|
|
8633
|
+
class De extends t {
|
|
8619
8634
|
static get remoteAttributes() {
|
|
8620
8635
|
return ["style"];
|
|
8621
8636
|
}
|
|
@@ -8635,8 +8650,8 @@ class Ue extends t {
|
|
|
8635
8650
|
return [];
|
|
8636
8651
|
}
|
|
8637
8652
|
}
|
|
8638
|
-
customElements.define("flr-overlay-content",
|
|
8639
|
-
class
|
|
8653
|
+
customElements.define("flr-overlay-content", De);
|
|
8654
|
+
class Re extends t {
|
|
8640
8655
|
static get remoteAttributes() {
|
|
8641
8656
|
return ["style"];
|
|
8642
8657
|
}
|
|
@@ -8659,8 +8674,8 @@ class De extends t {
|
|
|
8659
8674
|
return [];
|
|
8660
8675
|
}
|
|
8661
8676
|
}
|
|
8662
|
-
customElements.define("flr-popover-content",
|
|
8663
|
-
class
|
|
8677
|
+
customElements.define("flr-popover-content", Re);
|
|
8678
|
+
class Te extends t {
|
|
8664
8679
|
static get remoteAttributes() {
|
|
8665
8680
|
return ["style"];
|
|
8666
8681
|
}
|
|
@@ -8690,8 +8705,8 @@ class Re extends t {
|
|
|
8690
8705
|
return ["valueLabel"];
|
|
8691
8706
|
}
|
|
8692
8707
|
}
|
|
8693
|
-
customElements.define("flr-progress-bar",
|
|
8694
|
-
class
|
|
8708
|
+
customElements.define("flr-progress-bar", Te);
|
|
8709
|
+
class Ie extends t {
|
|
8695
8710
|
static get remoteAttributes() {
|
|
8696
8711
|
return ["style"];
|
|
8697
8712
|
}
|
|
@@ -8726,8 +8741,8 @@ class Te extends t {
|
|
|
8726
8741
|
return [];
|
|
8727
8742
|
}
|
|
8728
8743
|
}
|
|
8729
|
-
customElements.define("flr-radio",
|
|
8730
|
-
class
|
|
8744
|
+
customElements.define("flr-radio", Ie);
|
|
8745
|
+
class Ae extends t {
|
|
8731
8746
|
static get remoteAttributes() {
|
|
8732
8747
|
return ["style"];
|
|
8733
8748
|
}
|
|
@@ -8762,8 +8777,8 @@ class Ie extends t {
|
|
|
8762
8777
|
return [];
|
|
8763
8778
|
}
|
|
8764
8779
|
}
|
|
8765
|
-
customElements.define("flr-radio-button",
|
|
8766
|
-
class
|
|
8780
|
+
customElements.define("flr-radio-button", Ae);
|
|
8781
|
+
class Le extends t {
|
|
8767
8782
|
static get remoteAttributes() {
|
|
8768
8783
|
return ["style"];
|
|
8769
8784
|
}
|
|
@@ -8804,8 +8819,8 @@ class Ae extends t {
|
|
|
8804
8819
|
return [];
|
|
8805
8820
|
}
|
|
8806
8821
|
}
|
|
8807
|
-
customElements.define("flr-radio-group",
|
|
8808
|
-
class
|
|
8822
|
+
customElements.define("flr-radio-group", Le);
|
|
8823
|
+
class ze extends t {
|
|
8809
8824
|
static get remoteAttributes() {
|
|
8810
8825
|
return ["style"];
|
|
8811
8826
|
}
|
|
@@ -8869,8 +8884,8 @@ class Le extends t {
|
|
|
8869
8884
|
return [];
|
|
8870
8885
|
}
|
|
8871
8886
|
}
|
|
8872
|
-
customElements.define("flr-search-field",
|
|
8873
|
-
class
|
|
8887
|
+
customElements.define("flr-search-field", ze);
|
|
8888
|
+
class Ne extends t {
|
|
8874
8889
|
static get remoteAttributes() {
|
|
8875
8890
|
return ["style"];
|
|
8876
8891
|
}
|
|
@@ -9161,8 +9176,8 @@ class ze extends t {
|
|
|
9161
9176
|
return [];
|
|
9162
9177
|
}
|
|
9163
9178
|
}
|
|
9164
|
-
customElements.define("flr-section",
|
|
9165
|
-
class
|
|
9179
|
+
customElements.define("flr-section", Ne);
|
|
9180
|
+
class Fe extends t {
|
|
9166
9181
|
static get remoteAttributes() {
|
|
9167
9182
|
return ["style"];
|
|
9168
9183
|
}
|
|
@@ -9197,8 +9212,8 @@ class Ne extends t {
|
|
|
9197
9212
|
return [];
|
|
9198
9213
|
}
|
|
9199
9214
|
}
|
|
9200
|
-
customElements.define("flr-segment",
|
|
9201
|
-
class
|
|
9215
|
+
customElements.define("flr-segment", Fe);
|
|
9216
|
+
class He extends t {
|
|
9202
9217
|
static get remoteAttributes() {
|
|
9203
9218
|
return ["style"];
|
|
9204
9219
|
}
|
|
@@ -9237,8 +9252,8 @@ class Fe extends t {
|
|
|
9237
9252
|
return [];
|
|
9238
9253
|
}
|
|
9239
9254
|
}
|
|
9240
|
-
customElements.define("flr-segmented-control",
|
|
9241
|
-
class
|
|
9255
|
+
customElements.define("flr-segmented-control", He);
|
|
9256
|
+
class Ve extends t {
|
|
9242
9257
|
static get remoteAttributes() {
|
|
9243
9258
|
return ["style"];
|
|
9244
9259
|
}
|
|
@@ -9284,8 +9299,8 @@ class He extends t {
|
|
|
9284
9299
|
return [];
|
|
9285
9300
|
}
|
|
9286
9301
|
}
|
|
9287
|
-
customElements.define("flr-select",
|
|
9288
|
-
class
|
|
9302
|
+
customElements.define("flr-select", Ve);
|
|
9303
|
+
class We extends t {
|
|
9289
9304
|
static get remoteAttributes() {
|
|
9290
9305
|
return ["style"];
|
|
9291
9306
|
}
|
|
@@ -9308,8 +9323,8 @@ class Ve extends t {
|
|
|
9308
9323
|
return [];
|
|
9309
9324
|
}
|
|
9310
9325
|
}
|
|
9311
|
-
customElements.define("flr-separator",
|
|
9312
|
-
class
|
|
9326
|
+
customElements.define("flr-separator", We);
|
|
9327
|
+
class Ke extends t {
|
|
9313
9328
|
static get remoteAttributes() {
|
|
9314
9329
|
return ["style"];
|
|
9315
9330
|
}
|
|
@@ -9600,8 +9615,8 @@ class We extends t {
|
|
|
9600
9615
|
return [];
|
|
9601
9616
|
}
|
|
9602
9617
|
}
|
|
9603
|
-
customElements.define("flr-skeleton",
|
|
9604
|
-
class
|
|
9618
|
+
customElements.define("flr-skeleton", Ke);
|
|
9619
|
+
class Be extends t {
|
|
9605
9620
|
static get remoteAttributes() {
|
|
9606
9621
|
return ["style"];
|
|
9607
9622
|
}
|
|
@@ -9891,8 +9906,23 @@ class Ke extends t {
|
|
|
9891
9906
|
return [];
|
|
9892
9907
|
}
|
|
9893
9908
|
}
|
|
9894
|
-
customElements.define("flr-skeleton-text",
|
|
9895
|
-
class
|
|
9909
|
+
customElements.define("flr-skeleton-text", Be);
|
|
9910
|
+
class qe extends t {
|
|
9911
|
+
static get remoteAttributes() {
|
|
9912
|
+
return ["style"];
|
|
9913
|
+
}
|
|
9914
|
+
static get remoteProperties() {
|
|
9915
|
+
return {};
|
|
9916
|
+
}
|
|
9917
|
+
static get remoteEvents() {
|
|
9918
|
+
return {};
|
|
9919
|
+
}
|
|
9920
|
+
static get remoteSlots() {
|
|
9921
|
+
return [];
|
|
9922
|
+
}
|
|
9923
|
+
}
|
|
9924
|
+
customElements.define("flr-skeleton-view", qe);
|
|
9925
|
+
class Ge extends t {
|
|
9896
9926
|
static get remoteAttributes() {
|
|
9897
9927
|
return ["style"];
|
|
9898
9928
|
}
|
|
@@ -9927,8 +9957,8 @@ class Be extends t {
|
|
|
9927
9957
|
return [];
|
|
9928
9958
|
}
|
|
9929
9959
|
}
|
|
9930
|
-
customElements.define("flr-slider",
|
|
9931
|
-
class
|
|
9960
|
+
customElements.define("flr-slider", Ge);
|
|
9961
|
+
class Xe extends t {
|
|
9932
9962
|
static get remoteAttributes() {
|
|
9933
9963
|
return ["style"];
|
|
9934
9964
|
}
|
|
@@ -9971,8 +10001,8 @@ class qe extends t {
|
|
|
9971
10001
|
return [];
|
|
9972
10002
|
}
|
|
9973
10003
|
}
|
|
9974
|
-
customElements.define("flr-switch",
|
|
9975
|
-
class
|
|
10004
|
+
customElements.define("flr-switch", Xe);
|
|
10005
|
+
class Ye extends t {
|
|
9976
10006
|
static get remoteAttributes() {
|
|
9977
10007
|
return ["style"];
|
|
9978
10008
|
}
|
|
@@ -9994,8 +10024,8 @@ class Ge extends t {
|
|
|
9994
10024
|
return [];
|
|
9995
10025
|
}
|
|
9996
10026
|
}
|
|
9997
|
-
customElements.define("flr-tab",
|
|
9998
|
-
class
|
|
10027
|
+
customElements.define("flr-tab", Ye);
|
|
10028
|
+
class je extends t {
|
|
9999
10029
|
static get remoteAttributes() {
|
|
10000
10030
|
return ["style"];
|
|
10001
10031
|
}
|
|
@@ -10027,8 +10057,8 @@ class Xe extends t {
|
|
|
10027
10057
|
return [];
|
|
10028
10058
|
}
|
|
10029
10059
|
}
|
|
10030
|
-
customElements.define("flr-tab-title",
|
|
10031
|
-
class
|
|
10060
|
+
customElements.define("flr-tab-title", je);
|
|
10061
|
+
class Ze extends t {
|
|
10032
10062
|
static get remoteAttributes() {
|
|
10033
10063
|
return ["style"];
|
|
10034
10064
|
}
|
|
@@ -10064,8 +10094,8 @@ class Ye extends t {
|
|
|
10064
10094
|
return [];
|
|
10065
10095
|
}
|
|
10066
10096
|
}
|
|
10067
|
-
customElements.define("flr-table",
|
|
10068
|
-
class
|
|
10097
|
+
customElements.define("flr-table", Ze);
|
|
10098
|
+
class _e extends t {
|
|
10069
10099
|
static get remoteAttributes() {
|
|
10070
10100
|
return ["style"];
|
|
10071
10101
|
}
|
|
@@ -10085,8 +10115,8 @@ class je extends t {
|
|
|
10085
10115
|
return [];
|
|
10086
10116
|
}
|
|
10087
10117
|
}
|
|
10088
|
-
customElements.define("flr-table-body",
|
|
10089
|
-
class
|
|
10118
|
+
customElements.define("flr-table-body", _e);
|
|
10119
|
+
class Je extends t {
|
|
10090
10120
|
static get remoteAttributes() {
|
|
10091
10121
|
return ["style"];
|
|
10092
10122
|
}
|
|
@@ -10105,8 +10135,8 @@ class Ze extends t {
|
|
|
10105
10135
|
return [];
|
|
10106
10136
|
}
|
|
10107
10137
|
}
|
|
10108
|
-
customElements.define("flr-table-cell",
|
|
10109
|
-
class
|
|
10138
|
+
customElements.define("flr-table-cell", Je);
|
|
10139
|
+
class Qe extends t {
|
|
10110
10140
|
static get remoteAttributes() {
|
|
10111
10141
|
return ["style"];
|
|
10112
10142
|
}
|
|
@@ -10130,8 +10160,8 @@ class _e extends t {
|
|
|
10130
10160
|
return [];
|
|
10131
10161
|
}
|
|
10132
10162
|
}
|
|
10133
|
-
customElements.define("flr-table-column",
|
|
10134
|
-
class
|
|
10163
|
+
customElements.define("flr-table-column", Qe);
|
|
10164
|
+
class $e extends t {
|
|
10135
10165
|
static get remoteAttributes() {
|
|
10136
10166
|
return ["style"];
|
|
10137
10167
|
}
|
|
@@ -10167,8 +10197,8 @@ class Je extends t {
|
|
|
10167
10197
|
return [];
|
|
10168
10198
|
}
|
|
10169
10199
|
}
|
|
10170
|
-
customElements.define("flr-table-footer-row",
|
|
10171
|
-
class
|
|
10200
|
+
customElements.define("flr-table-footer-row", $e);
|
|
10201
|
+
class et extends t {
|
|
10172
10202
|
static get remoteAttributes() {
|
|
10173
10203
|
return ["style"];
|
|
10174
10204
|
}
|
|
@@ -10190,8 +10220,8 @@ class Qe extends t {
|
|
|
10190
10220
|
return [];
|
|
10191
10221
|
}
|
|
10192
10222
|
}
|
|
10193
|
-
customElements.define("flr-table-header",
|
|
10194
|
-
class
|
|
10223
|
+
customElements.define("flr-table-header", et);
|
|
10224
|
+
class tt extends t {
|
|
10195
10225
|
static get remoteAttributes() {
|
|
10196
10226
|
return ["style"];
|
|
10197
10227
|
}
|
|
@@ -10227,8 +10257,8 @@ class $e extends t {
|
|
|
10227
10257
|
return [];
|
|
10228
10258
|
}
|
|
10229
10259
|
}
|
|
10230
|
-
customElements.define("flr-table-row",
|
|
10231
|
-
class
|
|
10260
|
+
customElements.define("flr-table-row", tt);
|
|
10261
|
+
class at extends t {
|
|
10232
10262
|
static get remoteAttributes() {
|
|
10233
10263
|
return ["style"];
|
|
10234
10264
|
}
|
|
@@ -10258,8 +10288,8 @@ class et extends t {
|
|
|
10258
10288
|
return [];
|
|
10259
10289
|
}
|
|
10260
10290
|
}
|
|
10261
|
-
customElements.define("flr-tabs",
|
|
10262
|
-
class
|
|
10291
|
+
customElements.define("flr-tabs", at);
|
|
10292
|
+
class rt extends t {
|
|
10263
10293
|
static get remoteAttributes() {
|
|
10264
10294
|
return ["style"];
|
|
10265
10295
|
}
|
|
@@ -10550,8 +10580,8 @@ class tt extends t {
|
|
|
10550
10580
|
return [];
|
|
10551
10581
|
}
|
|
10552
10582
|
}
|
|
10553
|
-
customElements.define("flr-text",
|
|
10554
|
-
class
|
|
10583
|
+
customElements.define("flr-text", rt);
|
|
10584
|
+
class it extends t {
|
|
10555
10585
|
static get remoteAttributes() {
|
|
10556
10586
|
return ["style"];
|
|
10557
10587
|
}
|
|
@@ -10617,8 +10647,8 @@ class at extends t {
|
|
|
10617
10647
|
return [];
|
|
10618
10648
|
}
|
|
10619
10649
|
}
|
|
10620
|
-
customElements.define("flr-text-area",
|
|
10621
|
-
class
|
|
10650
|
+
customElements.define("flr-text-area", it);
|
|
10651
|
+
class ot extends t {
|
|
10622
10652
|
static get remoteAttributes() {
|
|
10623
10653
|
return ["style"];
|
|
10624
10654
|
}
|
|
@@ -10683,8 +10713,8 @@ class rt extends t {
|
|
|
10683
10713
|
return [];
|
|
10684
10714
|
}
|
|
10685
10715
|
}
|
|
10686
|
-
customElements.define("flr-text-field",
|
|
10687
|
-
class
|
|
10716
|
+
customElements.define("flr-text-field", ot);
|
|
10717
|
+
class nt extends t {
|
|
10688
10718
|
static get remoteAttributes() {
|
|
10689
10719
|
return ["style"];
|
|
10690
10720
|
}
|
|
@@ -10730,8 +10760,8 @@ class it extends t {
|
|
|
10730
10760
|
return ["errorMessage"];
|
|
10731
10761
|
}
|
|
10732
10762
|
}
|
|
10733
|
-
customElements.define("flr-time-field",
|
|
10734
|
-
class
|
|
10763
|
+
customElements.define("flr-time-field", nt);
|
|
10764
|
+
class ut extends t {
|
|
10735
10765
|
static get remoteAttributes() {
|
|
10736
10766
|
return ["style"];
|
|
10737
10767
|
}
|
|
@@ -10765,8 +10795,8 @@ class ot extends t {
|
|
|
10765
10795
|
return [];
|
|
10766
10796
|
}
|
|
10767
10797
|
}
|
|
10768
|
-
customElements.define("flr-tooltip",
|
|
10769
|
-
class
|
|
10798
|
+
customElements.define("flr-tooltip", ut);
|
|
10799
|
+
class st extends t {
|
|
10770
10800
|
static get remoteAttributes() {
|
|
10771
10801
|
return ["style"];
|
|
10772
10802
|
}
|
|
@@ -10789,8 +10819,8 @@ class nt extends t {
|
|
|
10789
10819
|
return [];
|
|
10790
10820
|
}
|
|
10791
10821
|
}
|
|
10792
|
-
customElements.define("flr-tooltip-trigger",
|
|
10793
|
-
class
|
|
10822
|
+
customElements.define("flr-tooltip-trigger", st);
|
|
10823
|
+
class pt extends t {
|
|
10794
10824
|
static get remoteEvents() {
|
|
10795
10825
|
return {
|
|
10796
10826
|
submit: {}
|
|
@@ -10805,7 +10835,7 @@ class ut extends t {
|
|
|
10805
10835
|
};
|
|
10806
10836
|
}
|
|
10807
10837
|
}
|
|
10808
|
-
customElements.define("flr-form",
|
|
10838
|
+
customElements.define("flr-form", pt);
|
|
10809
10839
|
export {
|
|
10810
10840
|
E as RemoteAccordionElement,
|
|
10811
10841
|
f as RemoteActionGroupElement,
|
|
@@ -10834,73 +10864,75 @@ export {
|
|
|
10834
10864
|
q as RemoteDateRangePickerElement,
|
|
10835
10865
|
G as RemoteDialogTriggerElement,
|
|
10836
10866
|
X as RemoteDivElement,
|
|
10837
|
-
Y as
|
|
10838
|
-
j as
|
|
10839
|
-
Z as
|
|
10840
|
-
_ as
|
|
10841
|
-
J as
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
$ as
|
|
10845
|
-
ee as
|
|
10846
|
-
te as
|
|
10847
|
-
ae as
|
|
10848
|
-
re as
|
|
10849
|
-
ie as
|
|
10850
|
-
oe as
|
|
10851
|
-
ne as
|
|
10852
|
-
ue as
|
|
10853
|
-
se as
|
|
10854
|
-
pe as
|
|
10855
|
-
le as
|
|
10856
|
-
de as
|
|
10857
|
-
ce as
|
|
10858
|
-
Ce as
|
|
10859
|
-
me as
|
|
10860
|
-
ge as
|
|
10861
|
-
ve as
|
|
10862
|
-
be as
|
|
10863
|
-
ye as
|
|
10864
|
-
he as
|
|
10865
|
-
Ee as
|
|
10866
|
-
fe as
|
|
10867
|
-
xe as
|
|
10868
|
-
ke as
|
|
10869
|
-
Se as
|
|
10870
|
-
we as
|
|
10871
|
-
Pe as
|
|
10872
|
-
Oe as
|
|
10873
|
-
Me as
|
|
10874
|
-
Ue as
|
|
10875
|
-
De as
|
|
10876
|
-
Re as
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
Le as
|
|
10881
|
-
ze as
|
|
10882
|
-
Ne as
|
|
10883
|
-
Fe as
|
|
10884
|
-
He as
|
|
10885
|
-
Ve as
|
|
10886
|
-
We as
|
|
10887
|
-
Ke as
|
|
10888
|
-
Be as
|
|
10889
|
-
qe as
|
|
10890
|
-
Ge as
|
|
10891
|
-
Xe as
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
_e as
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
$e as
|
|
10899
|
-
et as
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10904
|
-
ot as
|
|
10905
|
-
nt as
|
|
10867
|
+
Y as RemoteFallbackItemsElement,
|
|
10868
|
+
j as RemoteFieldDescriptionElement,
|
|
10869
|
+
Z as RemoteFieldErrorElement,
|
|
10870
|
+
_ as RemoteFileCardElement,
|
|
10871
|
+
J as RemoteFileCardListElement,
|
|
10872
|
+
Q as RemoteFileFieldElement,
|
|
10873
|
+
pt as RemoteFormElement,
|
|
10874
|
+
$ as RemoteFragmentElement,
|
|
10875
|
+
ee as RemoteHeaderElement,
|
|
10876
|
+
te as RemoteHeaderNavigationElement,
|
|
10877
|
+
ae as RemoteHeadingElement,
|
|
10878
|
+
re as RemoteIconElement,
|
|
10879
|
+
ie as RemoteIllustratedMessageElement,
|
|
10880
|
+
oe as RemoteImageElement,
|
|
10881
|
+
ne as RemoteInitialsElement,
|
|
10882
|
+
ue as RemoteInlineCodeElement,
|
|
10883
|
+
se as RemoteItemsGridListElement,
|
|
10884
|
+
pe as RemoteItemsGridListItemElement,
|
|
10885
|
+
le as RemoteLabelElement,
|
|
10886
|
+
de as RemoteLabeledValueElement,
|
|
10887
|
+
ce as RemoteLayoutCardElement,
|
|
10888
|
+
Ce as RemoteLightBoxElement,
|
|
10889
|
+
me as RemoteLightBoxTriggerElement,
|
|
10890
|
+
ge as RemoteLinkElement,
|
|
10891
|
+
ve as RemoteListEmptyViewElement,
|
|
10892
|
+
be as RemoteListItemViewContentElement,
|
|
10893
|
+
ye as RemoteListSummaryElement,
|
|
10894
|
+
he as RemoteLoadingSpinnerElement,
|
|
10895
|
+
Ee as RemoteMarkdownElement,
|
|
10896
|
+
fe as RemoteMenuItemElement,
|
|
10897
|
+
xe as RemoteMenuTriggerElement,
|
|
10898
|
+
ke as RemoteMessageElement,
|
|
10899
|
+
Se as RemoteNavigationElement,
|
|
10900
|
+
we as RemoteNavigationGroupElement,
|
|
10901
|
+
Pe as RemoteNotificationElement,
|
|
10902
|
+
Oe as RemoteNotificationProviderElement,
|
|
10903
|
+
Me as RemoteNumberFieldElement,
|
|
10904
|
+
Ue as RemoteOptionElement,
|
|
10905
|
+
De as RemoteOverlayContentElement,
|
|
10906
|
+
Re as RemotePopoverContentElement,
|
|
10907
|
+
Te as RemoteProgressBarElement,
|
|
10908
|
+
Ae as RemoteRadioButtonElement,
|
|
10909
|
+
Ie as RemoteRadioElement,
|
|
10910
|
+
Le as RemoteRadioGroupElement,
|
|
10911
|
+
ze as RemoteSearchFieldElement,
|
|
10912
|
+
Ne as RemoteSectionElement,
|
|
10913
|
+
Fe as RemoteSegmentElement,
|
|
10914
|
+
He as RemoteSegmentedControlElement,
|
|
10915
|
+
Ve as RemoteSelectElement,
|
|
10916
|
+
We as RemoteSeparatorElement,
|
|
10917
|
+
Ke as RemoteSkeletonElement,
|
|
10918
|
+
Be as RemoteSkeletonTextElement,
|
|
10919
|
+
qe as RemoteSkeletonViewElement,
|
|
10920
|
+
Ge as RemoteSliderElement,
|
|
10921
|
+
Xe as RemoteSwitchElement,
|
|
10922
|
+
Ye as RemoteTabElement,
|
|
10923
|
+
je as RemoteTabTitleElement,
|
|
10924
|
+
_e as RemoteTableBodyElement,
|
|
10925
|
+
Je as RemoteTableCellElement,
|
|
10926
|
+
Qe as RemoteTableColumnElement,
|
|
10927
|
+
Ze as RemoteTableElement,
|
|
10928
|
+
$e as RemoteTableFooterRowElement,
|
|
10929
|
+
et as RemoteTableHeaderElement,
|
|
10930
|
+
tt as RemoteTableRowElement,
|
|
10931
|
+
at as RemoteTabsElement,
|
|
10932
|
+
it as RemoteTextAreaElement,
|
|
10933
|
+
rt as RemoteTextElement,
|
|
10934
|
+
ot as RemoteTextFieldElement,
|
|
10935
|
+
nt as RemoteTimeFieldElement,
|
|
10936
|
+
ut as RemoteTooltipElement,
|
|
10937
|
+
st as RemoteTooltipTriggerElement
|
|
10906
10938
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { FallbackItemsProps as RemoteFallbackItemsElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { FallbackItemsProps as RemoteFallbackItemsElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteFallbackItemsElement extends FlowRemoteElement<RemoteFallbackItemsElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {};
|
|
7
|
+
static get remoteEvents(): {};
|
|
8
|
+
static get remoteSlots(): never[];
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
"flr-fallback-items": InstanceType<typeof RemoteFallbackItemsElement>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteFallbackItemsElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteFallbackItemsElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteFallbackItemsElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAC7G,YAAY,EAAE,kBAAkB,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAE7G,qBAAa,0BAA2B,SAAQ,iBAAiB,CAAC,+BAA+B,CAAC;IAChG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB,OAEnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,YAAY,CAAC,OAAO,0BAA0B,CAAC,CAAC;KACvE;CACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SkeletonViewProps as RemoteSkeletonViewElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { SkeletonViewProps as RemoteSkeletonViewElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteSkeletonViewElement extends FlowRemoteElement<RemoteSkeletonViewElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {};
|
|
7
|
+
static get remoteEvents(): {};
|
|
8
|
+
static get remoteSlots(): never[];
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
"flr-skeleton-view": InstanceType<typeof RemoteSkeletonViewElement>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteSkeletonViewElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteSkeletonViewElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteSkeletonViewElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAC3G,YAAY,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAE3G,qBAAa,yBAA0B,SAAQ,iBAAiB,CAAC,8BAA8B,CAAC;IAC9F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB,OAEnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mBAAmB,EAAE,YAAY,CAAC,OAAO,yBAAyB,CAAC,CAAC;KACrE;CACF"}
|
|
@@ -25,6 +25,7 @@ export * from './RemoteDatePickerElement';
|
|
|
25
25
|
export * from './RemoteDateRangePickerElement';
|
|
26
26
|
export * from './RemoteDialogTriggerElement';
|
|
27
27
|
export * from './RemoteDivElement';
|
|
28
|
+
export * from './RemoteFallbackItemsElement';
|
|
28
29
|
export * from './RemoteFieldDescriptionElement';
|
|
29
30
|
export * from './RemoteFieldErrorElement';
|
|
30
31
|
export * from './RemoteFileCardElement';
|
|
@@ -75,6 +76,7 @@ export * from './RemoteSelectElement';
|
|
|
75
76
|
export * from './RemoteSeparatorElement';
|
|
76
77
|
export * from './RemoteSkeletonElement';
|
|
77
78
|
export * from './RemoteSkeletonTextElement';
|
|
79
|
+
export * from './RemoteSkeletonViewElement';
|
|
78
80
|
export * from './RemoteSliderElement';
|
|
79
81
|
export * from './RemoteSwitchElement';
|
|
80
82
|
export * from './RemoteTabElement';
|
|
@@ -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.33",
|
|
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.33",
|
|
28
28
|
"remeda": "^2.20.1",
|
|
29
29
|
"type-fest": "^4.34.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.33",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.1",
|
|
35
35
|
"nx": "^20.4.2",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "5259e44a7f9c29b5237dc87441eb8a7e16a4cbe3"
|
|
49
49
|
}
|