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