@mittwald/flow-remote-elements 0.2.0-alpha.52 → 0.2.0-alpha.53
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 +134 -116
- package/dist/types/auto-generated/RemoteMessageThreadElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteMessageThreadElement.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
|
@@ -7381,6 +7381,23 @@ class ke extends t {
|
|
|
7381
7381
|
}
|
|
7382
7382
|
customElements.define("flr-message", ke);
|
|
7383
7383
|
class Se extends t {
|
|
7384
|
+
static get remoteAttributes() {
|
|
7385
|
+
return ["style"];
|
|
7386
|
+
}
|
|
7387
|
+
static get remoteProperties() {
|
|
7388
|
+
return {
|
|
7389
|
+
className: {}
|
|
7390
|
+
};
|
|
7391
|
+
}
|
|
7392
|
+
static get remoteEvents() {
|
|
7393
|
+
return {};
|
|
7394
|
+
}
|
|
7395
|
+
static get remoteSlots() {
|
|
7396
|
+
return [];
|
|
7397
|
+
}
|
|
7398
|
+
}
|
|
7399
|
+
customElements.define("flr-message-thread", Se);
|
|
7400
|
+
class we extends t {
|
|
7384
7401
|
static get remoteAttributes() {
|
|
7385
7402
|
return ["style"];
|
|
7386
7403
|
}
|
|
@@ -7669,8 +7686,8 @@ class Se extends t {
|
|
|
7669
7686
|
return [];
|
|
7670
7687
|
}
|
|
7671
7688
|
}
|
|
7672
|
-
customElements.define("flr-navigation",
|
|
7673
|
-
class
|
|
7689
|
+
customElements.define("flr-navigation", we);
|
|
7690
|
+
class Pe extends t {
|
|
7674
7691
|
static get remoteAttributes() {
|
|
7675
7692
|
return ["style"];
|
|
7676
7693
|
}
|
|
@@ -7960,8 +7977,8 @@ class we extends t {
|
|
|
7960
7977
|
return [];
|
|
7961
7978
|
}
|
|
7962
7979
|
}
|
|
7963
|
-
customElements.define("flr-navigation-group",
|
|
7964
|
-
class
|
|
7980
|
+
customElements.define("flr-navigation-group", Pe);
|
|
7981
|
+
class Oe extends t {
|
|
7965
7982
|
static get remoteAttributes() {
|
|
7966
7983
|
return ["style"];
|
|
7967
7984
|
}
|
|
@@ -8254,8 +8271,8 @@ class Pe extends t {
|
|
|
8254
8271
|
return [];
|
|
8255
8272
|
}
|
|
8256
8273
|
}
|
|
8257
|
-
customElements.define("flr-notification",
|
|
8258
|
-
class
|
|
8274
|
+
customElements.define("flr-notification", Oe);
|
|
8275
|
+
class Me extends t {
|
|
8259
8276
|
static get remoteAttributes() {
|
|
8260
8277
|
return ["style"];
|
|
8261
8278
|
}
|
|
@@ -8546,9 +8563,9 @@ class Oe extends t {
|
|
|
8546
8563
|
}
|
|
8547
8564
|
customElements.define(
|
|
8548
8565
|
"flr-notification-provider",
|
|
8549
|
-
|
|
8566
|
+
Me
|
|
8550
8567
|
);
|
|
8551
|
-
class
|
|
8568
|
+
class Ue extends t {
|
|
8552
8569
|
static get remoteAttributes() {
|
|
8553
8570
|
return ["style"];
|
|
8554
8571
|
}
|
|
@@ -8603,8 +8620,8 @@ class Me extends t {
|
|
|
8603
8620
|
return [];
|
|
8604
8621
|
}
|
|
8605
8622
|
}
|
|
8606
|
-
customElements.define("flr-number-field",
|
|
8607
|
-
class
|
|
8623
|
+
customElements.define("flr-number-field", Ue);
|
|
8624
|
+
class De extends t {
|
|
8608
8625
|
static get remoteAttributes() {
|
|
8609
8626
|
return ["style"];
|
|
8610
8627
|
}
|
|
@@ -8637,8 +8654,8 @@ class Ue extends t {
|
|
|
8637
8654
|
return [];
|
|
8638
8655
|
}
|
|
8639
8656
|
}
|
|
8640
|
-
customElements.define("flr-option",
|
|
8641
|
-
class
|
|
8657
|
+
customElements.define("flr-option", De);
|
|
8658
|
+
class Re extends t {
|
|
8642
8659
|
static get remoteAttributes() {
|
|
8643
8660
|
return ["style"];
|
|
8644
8661
|
}
|
|
@@ -8658,8 +8675,8 @@ class De extends t {
|
|
|
8658
8675
|
return [];
|
|
8659
8676
|
}
|
|
8660
8677
|
}
|
|
8661
|
-
customElements.define("flr-overlay-content",
|
|
8662
|
-
class
|
|
8678
|
+
customElements.define("flr-overlay-content", Re);
|
|
8679
|
+
class Te extends t {
|
|
8663
8680
|
static get remoteAttributes() {
|
|
8664
8681
|
return ["style"];
|
|
8665
8682
|
}
|
|
@@ -8682,8 +8699,8 @@ class Re extends t {
|
|
|
8682
8699
|
return [];
|
|
8683
8700
|
}
|
|
8684
8701
|
}
|
|
8685
|
-
customElements.define("flr-popover-content",
|
|
8686
|
-
class
|
|
8702
|
+
customElements.define("flr-popover-content", Te);
|
|
8703
|
+
class Ie extends t {
|
|
8687
8704
|
static get remoteAttributes() {
|
|
8688
8705
|
return ["style"];
|
|
8689
8706
|
}
|
|
@@ -8713,8 +8730,8 @@ class Te extends t {
|
|
|
8713
8730
|
return ["valueLabel"];
|
|
8714
8731
|
}
|
|
8715
8732
|
}
|
|
8716
|
-
customElements.define("flr-progress-bar",
|
|
8717
|
-
class
|
|
8733
|
+
customElements.define("flr-progress-bar", Ie);
|
|
8734
|
+
class Ae extends t {
|
|
8718
8735
|
static get remoteAttributes() {
|
|
8719
8736
|
return ["style"];
|
|
8720
8737
|
}
|
|
@@ -8749,8 +8766,8 @@ class Ie extends t {
|
|
|
8749
8766
|
return [];
|
|
8750
8767
|
}
|
|
8751
8768
|
}
|
|
8752
|
-
customElements.define("flr-radio",
|
|
8753
|
-
class
|
|
8769
|
+
customElements.define("flr-radio", Ae);
|
|
8770
|
+
class Le extends t {
|
|
8754
8771
|
static get remoteAttributes() {
|
|
8755
8772
|
return ["style"];
|
|
8756
8773
|
}
|
|
@@ -8785,8 +8802,8 @@ class Ae extends t {
|
|
|
8785
8802
|
return [];
|
|
8786
8803
|
}
|
|
8787
8804
|
}
|
|
8788
|
-
customElements.define("flr-radio-button",
|
|
8789
|
-
class
|
|
8805
|
+
customElements.define("flr-radio-button", Le);
|
|
8806
|
+
class ze extends t {
|
|
8790
8807
|
static get remoteAttributes() {
|
|
8791
8808
|
return ["style"];
|
|
8792
8809
|
}
|
|
@@ -8827,8 +8844,8 @@ class Le extends t {
|
|
|
8827
8844
|
return [];
|
|
8828
8845
|
}
|
|
8829
8846
|
}
|
|
8830
|
-
customElements.define("flr-radio-group",
|
|
8831
|
-
class
|
|
8847
|
+
customElements.define("flr-radio-group", ze);
|
|
8848
|
+
class Ne extends t {
|
|
8832
8849
|
static get remoteAttributes() {
|
|
8833
8850
|
return ["style"];
|
|
8834
8851
|
}
|
|
@@ -8892,8 +8909,8 @@ class ze extends t {
|
|
|
8892
8909
|
return [];
|
|
8893
8910
|
}
|
|
8894
8911
|
}
|
|
8895
|
-
customElements.define("flr-search-field",
|
|
8896
|
-
class
|
|
8912
|
+
customElements.define("flr-search-field", Ne);
|
|
8913
|
+
class Fe extends t {
|
|
8897
8914
|
static get remoteAttributes() {
|
|
8898
8915
|
return ["style"];
|
|
8899
8916
|
}
|
|
@@ -9184,8 +9201,8 @@ class Ne extends t {
|
|
|
9184
9201
|
return [];
|
|
9185
9202
|
}
|
|
9186
9203
|
}
|
|
9187
|
-
customElements.define("flr-section",
|
|
9188
|
-
class
|
|
9204
|
+
customElements.define("flr-section", Fe);
|
|
9205
|
+
class He extends t {
|
|
9189
9206
|
static get remoteAttributes() {
|
|
9190
9207
|
return ["style"];
|
|
9191
9208
|
}
|
|
@@ -9220,8 +9237,8 @@ class Fe extends t {
|
|
|
9220
9237
|
return [];
|
|
9221
9238
|
}
|
|
9222
9239
|
}
|
|
9223
|
-
customElements.define("flr-segment",
|
|
9224
|
-
class
|
|
9240
|
+
customElements.define("flr-segment", He);
|
|
9241
|
+
class Ve extends t {
|
|
9225
9242
|
static get remoteAttributes() {
|
|
9226
9243
|
return ["style"];
|
|
9227
9244
|
}
|
|
@@ -9260,8 +9277,8 @@ class He extends t {
|
|
|
9260
9277
|
return [];
|
|
9261
9278
|
}
|
|
9262
9279
|
}
|
|
9263
|
-
customElements.define("flr-segmented-control",
|
|
9264
|
-
class
|
|
9280
|
+
customElements.define("flr-segmented-control", Ve);
|
|
9281
|
+
class We extends t {
|
|
9265
9282
|
static get remoteAttributes() {
|
|
9266
9283
|
return ["style"];
|
|
9267
9284
|
}
|
|
@@ -9307,8 +9324,8 @@ class Ve extends t {
|
|
|
9307
9324
|
return [];
|
|
9308
9325
|
}
|
|
9309
9326
|
}
|
|
9310
|
-
customElements.define("flr-select",
|
|
9311
|
-
class
|
|
9327
|
+
customElements.define("flr-select", We);
|
|
9328
|
+
class Ke extends t {
|
|
9312
9329
|
static get remoteAttributes() {
|
|
9313
9330
|
return ["style"];
|
|
9314
9331
|
}
|
|
@@ -9331,8 +9348,8 @@ class We extends t {
|
|
|
9331
9348
|
return [];
|
|
9332
9349
|
}
|
|
9333
9350
|
}
|
|
9334
|
-
customElements.define("flr-separator",
|
|
9335
|
-
class
|
|
9351
|
+
customElements.define("flr-separator", Ke);
|
|
9352
|
+
class Be extends t {
|
|
9336
9353
|
static get remoteAttributes() {
|
|
9337
9354
|
return ["style"];
|
|
9338
9355
|
}
|
|
@@ -9623,8 +9640,8 @@ class Ke extends t {
|
|
|
9623
9640
|
return [];
|
|
9624
9641
|
}
|
|
9625
9642
|
}
|
|
9626
|
-
customElements.define("flr-skeleton",
|
|
9627
|
-
class
|
|
9643
|
+
customElements.define("flr-skeleton", Be);
|
|
9644
|
+
class qe extends t {
|
|
9628
9645
|
static get remoteAttributes() {
|
|
9629
9646
|
return ["style"];
|
|
9630
9647
|
}
|
|
@@ -9914,8 +9931,8 @@ class Be extends t {
|
|
|
9914
9931
|
return [];
|
|
9915
9932
|
}
|
|
9916
9933
|
}
|
|
9917
|
-
customElements.define("flr-skeleton-text",
|
|
9918
|
-
class
|
|
9934
|
+
customElements.define("flr-skeleton-text", qe);
|
|
9935
|
+
class Ge extends t {
|
|
9919
9936
|
static get remoteAttributes() {
|
|
9920
9937
|
return ["style"];
|
|
9921
9938
|
}
|
|
@@ -9950,8 +9967,8 @@ class qe extends t {
|
|
|
9950
9967
|
return [];
|
|
9951
9968
|
}
|
|
9952
9969
|
}
|
|
9953
|
-
customElements.define("flr-slider",
|
|
9954
|
-
class
|
|
9970
|
+
customElements.define("flr-slider", Ge);
|
|
9971
|
+
class Xe extends t {
|
|
9955
9972
|
static get remoteAttributes() {
|
|
9956
9973
|
return ["style"];
|
|
9957
9974
|
}
|
|
@@ -9994,8 +10011,8 @@ class Ge extends t {
|
|
|
9994
10011
|
return [];
|
|
9995
10012
|
}
|
|
9996
10013
|
}
|
|
9997
|
-
customElements.define("flr-switch",
|
|
9998
|
-
class
|
|
10014
|
+
customElements.define("flr-switch", Xe);
|
|
10015
|
+
class Ye extends t {
|
|
9999
10016
|
static get remoteAttributes() {
|
|
10000
10017
|
return ["style"];
|
|
10001
10018
|
}
|
|
@@ -10017,8 +10034,8 @@ class Xe extends t {
|
|
|
10017
10034
|
return [];
|
|
10018
10035
|
}
|
|
10019
10036
|
}
|
|
10020
|
-
customElements.define("flr-tab",
|
|
10021
|
-
class
|
|
10037
|
+
customElements.define("flr-tab", Ye);
|
|
10038
|
+
class je extends t {
|
|
10022
10039
|
static get remoteAttributes() {
|
|
10023
10040
|
return ["style"];
|
|
10024
10041
|
}
|
|
@@ -10050,8 +10067,8 @@ class Ye extends t {
|
|
|
10050
10067
|
return [];
|
|
10051
10068
|
}
|
|
10052
10069
|
}
|
|
10053
|
-
customElements.define("flr-tab-title",
|
|
10054
|
-
class
|
|
10070
|
+
customElements.define("flr-tab-title", je);
|
|
10071
|
+
class Ze extends t {
|
|
10055
10072
|
static get remoteAttributes() {
|
|
10056
10073
|
return ["style"];
|
|
10057
10074
|
}
|
|
@@ -10087,8 +10104,8 @@ class je extends t {
|
|
|
10087
10104
|
return [];
|
|
10088
10105
|
}
|
|
10089
10106
|
}
|
|
10090
|
-
customElements.define("flr-table",
|
|
10091
|
-
class
|
|
10107
|
+
customElements.define("flr-table", Ze);
|
|
10108
|
+
class _e extends t {
|
|
10092
10109
|
static get remoteAttributes() {
|
|
10093
10110
|
return ["style"];
|
|
10094
10111
|
}
|
|
@@ -10108,8 +10125,8 @@ class Ze extends t {
|
|
|
10108
10125
|
return [];
|
|
10109
10126
|
}
|
|
10110
10127
|
}
|
|
10111
|
-
customElements.define("flr-table-body",
|
|
10112
|
-
class
|
|
10128
|
+
customElements.define("flr-table-body", _e);
|
|
10129
|
+
class Je extends t {
|
|
10113
10130
|
static get remoteAttributes() {
|
|
10114
10131
|
return ["style"];
|
|
10115
10132
|
}
|
|
@@ -10129,8 +10146,8 @@ class _e extends t {
|
|
|
10129
10146
|
return [];
|
|
10130
10147
|
}
|
|
10131
10148
|
}
|
|
10132
|
-
customElements.define("flr-table-cell",
|
|
10133
|
-
class
|
|
10149
|
+
customElements.define("flr-table-cell", Je);
|
|
10150
|
+
class Qe extends t {
|
|
10134
10151
|
static get remoteAttributes() {
|
|
10135
10152
|
return ["style"];
|
|
10136
10153
|
}
|
|
@@ -10155,8 +10172,8 @@ class Je extends t {
|
|
|
10155
10172
|
return [];
|
|
10156
10173
|
}
|
|
10157
10174
|
}
|
|
10158
|
-
customElements.define("flr-table-column",
|
|
10159
|
-
class
|
|
10175
|
+
customElements.define("flr-table-column", Qe);
|
|
10176
|
+
class $e extends t {
|
|
10160
10177
|
static get remoteAttributes() {
|
|
10161
10178
|
return ["style"];
|
|
10162
10179
|
}
|
|
@@ -10192,8 +10209,8 @@ class Qe extends t {
|
|
|
10192
10209
|
return [];
|
|
10193
10210
|
}
|
|
10194
10211
|
}
|
|
10195
|
-
customElements.define("flr-table-footer-row",
|
|
10196
|
-
class
|
|
10212
|
+
customElements.define("flr-table-footer-row", $e);
|
|
10213
|
+
class et extends t {
|
|
10197
10214
|
static get remoteAttributes() {
|
|
10198
10215
|
return ["style"];
|
|
10199
10216
|
}
|
|
@@ -10215,8 +10232,8 @@ class $e extends t {
|
|
|
10215
10232
|
return [];
|
|
10216
10233
|
}
|
|
10217
10234
|
}
|
|
10218
|
-
customElements.define("flr-table-header",
|
|
10219
|
-
class
|
|
10235
|
+
customElements.define("flr-table-header", et);
|
|
10236
|
+
class tt extends t {
|
|
10220
10237
|
static get remoteAttributes() {
|
|
10221
10238
|
return ["style"];
|
|
10222
10239
|
}
|
|
@@ -10252,8 +10269,8 @@ class et extends t {
|
|
|
10252
10269
|
return [];
|
|
10253
10270
|
}
|
|
10254
10271
|
}
|
|
10255
|
-
customElements.define("flr-table-row",
|
|
10256
|
-
class
|
|
10272
|
+
customElements.define("flr-table-row", tt);
|
|
10273
|
+
class at extends t {
|
|
10257
10274
|
static get remoteAttributes() {
|
|
10258
10275
|
return ["style"];
|
|
10259
10276
|
}
|
|
@@ -10283,8 +10300,8 @@ class tt extends t {
|
|
|
10283
10300
|
return [];
|
|
10284
10301
|
}
|
|
10285
10302
|
}
|
|
10286
|
-
customElements.define("flr-tabs",
|
|
10287
|
-
class
|
|
10303
|
+
customElements.define("flr-tabs", at);
|
|
10304
|
+
class rt extends t {
|
|
10288
10305
|
static get remoteAttributes() {
|
|
10289
10306
|
return ["style"];
|
|
10290
10307
|
}
|
|
@@ -10576,8 +10593,8 @@ class at extends t {
|
|
|
10576
10593
|
return [];
|
|
10577
10594
|
}
|
|
10578
10595
|
}
|
|
10579
|
-
customElements.define("flr-text",
|
|
10580
|
-
class
|
|
10596
|
+
customElements.define("flr-text", rt);
|
|
10597
|
+
class it extends t {
|
|
10581
10598
|
static get remoteAttributes() {
|
|
10582
10599
|
return ["style"];
|
|
10583
10600
|
}
|
|
@@ -10643,8 +10660,8 @@ class rt extends t {
|
|
|
10643
10660
|
return [];
|
|
10644
10661
|
}
|
|
10645
10662
|
}
|
|
10646
|
-
customElements.define("flr-text-area",
|
|
10647
|
-
class
|
|
10663
|
+
customElements.define("flr-text-area", it);
|
|
10664
|
+
class ot extends t {
|
|
10648
10665
|
static get remoteAttributes() {
|
|
10649
10666
|
return ["style"];
|
|
10650
10667
|
}
|
|
@@ -10709,8 +10726,8 @@ class it extends t {
|
|
|
10709
10726
|
return [];
|
|
10710
10727
|
}
|
|
10711
10728
|
}
|
|
10712
|
-
customElements.define("flr-text-field",
|
|
10713
|
-
class
|
|
10729
|
+
customElements.define("flr-text-field", ot);
|
|
10730
|
+
class nt extends t {
|
|
10714
10731
|
static get remoteAttributes() {
|
|
10715
10732
|
return ["style"];
|
|
10716
10733
|
}
|
|
@@ -10756,8 +10773,8 @@ class ot extends t {
|
|
|
10756
10773
|
return ["errorMessage"];
|
|
10757
10774
|
}
|
|
10758
10775
|
}
|
|
10759
|
-
customElements.define("flr-time-field",
|
|
10760
|
-
class
|
|
10776
|
+
customElements.define("flr-time-field", nt);
|
|
10777
|
+
class ut extends t {
|
|
10761
10778
|
static get remoteAttributes() {
|
|
10762
10779
|
return ["style"];
|
|
10763
10780
|
}
|
|
@@ -10791,8 +10808,8 @@ class nt extends t {
|
|
|
10791
10808
|
return [];
|
|
10792
10809
|
}
|
|
10793
10810
|
}
|
|
10794
|
-
customElements.define("flr-tooltip",
|
|
10795
|
-
class
|
|
10811
|
+
customElements.define("flr-tooltip", ut);
|
|
10812
|
+
class st extends t {
|
|
10796
10813
|
static get remoteAttributes() {
|
|
10797
10814
|
return ["style"];
|
|
10798
10815
|
}
|
|
@@ -10815,8 +10832,8 @@ class ut extends t {
|
|
|
10815
10832
|
return [];
|
|
10816
10833
|
}
|
|
10817
10834
|
}
|
|
10818
|
-
customElements.define("flr-tooltip-trigger",
|
|
10819
|
-
class
|
|
10835
|
+
customElements.define("flr-tooltip-trigger", st);
|
|
10836
|
+
class pt extends t {
|
|
10820
10837
|
static get remoteEvents() {
|
|
10821
10838
|
return {
|
|
10822
10839
|
submit: {}
|
|
@@ -10831,7 +10848,7 @@ class st extends t {
|
|
|
10831
10848
|
};
|
|
10832
10849
|
}
|
|
10833
10850
|
}
|
|
10834
|
-
customElements.define("flr-form",
|
|
10851
|
+
customElements.define("flr-form", pt);
|
|
10835
10852
|
export {
|
|
10836
10853
|
E as RemoteAccordionElement,
|
|
10837
10854
|
f as RemoteActionGroupElement,
|
|
@@ -10866,7 +10883,7 @@ export {
|
|
|
10866
10883
|
_ as RemoteFileCardElement,
|
|
10867
10884
|
J as RemoteFileCardListElement,
|
|
10868
10885
|
Q as RemoteFileFieldElement,
|
|
10869
|
-
|
|
10886
|
+
pt as RemoteFormElement,
|
|
10870
10887
|
$ as RemoteFragmentElement,
|
|
10871
10888
|
ee as RemoteHeaderElement,
|
|
10872
10889
|
te as RemoteHeaderNavigationElement,
|
|
@@ -10892,42 +10909,43 @@ export {
|
|
|
10892
10909
|
fe as RemoteMenuItemElement,
|
|
10893
10910
|
xe as RemoteMenuTriggerElement,
|
|
10894
10911
|
ke as RemoteMessageElement,
|
|
10895
|
-
Se as
|
|
10896
|
-
we as
|
|
10897
|
-
Pe as
|
|
10898
|
-
Oe as
|
|
10899
|
-
Me as
|
|
10900
|
-
Ue as
|
|
10901
|
-
De as
|
|
10902
|
-
Re as
|
|
10903
|
-
Te as
|
|
10904
|
-
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
ze as
|
|
10908
|
-
Ne as
|
|
10909
|
-
Fe as
|
|
10910
|
-
He as
|
|
10911
|
-
Ve as
|
|
10912
|
-
We as
|
|
10913
|
-
Ke as
|
|
10914
|
-
Be as
|
|
10915
|
-
qe as
|
|
10916
|
-
Ge as
|
|
10917
|
-
Xe as
|
|
10918
|
-
Ye as
|
|
10919
|
-
|
|
10920
|
-
_e as
|
|
10921
|
-
Je as
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
$e as
|
|
10925
|
-
et as
|
|
10926
|
-
tt as
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
ot as
|
|
10931
|
-
nt as
|
|
10932
|
-
ut as
|
|
10912
|
+
Se as RemoteMessageThreadElement,
|
|
10913
|
+
we as RemoteNavigationElement,
|
|
10914
|
+
Pe as RemoteNavigationGroupElement,
|
|
10915
|
+
Oe as RemoteNotificationElement,
|
|
10916
|
+
Me as RemoteNotificationProviderElement,
|
|
10917
|
+
Ue as RemoteNumberFieldElement,
|
|
10918
|
+
De as RemoteOptionElement,
|
|
10919
|
+
Re as RemoteOverlayContentElement,
|
|
10920
|
+
Te as RemotePopoverContentElement,
|
|
10921
|
+
Ie as RemoteProgressBarElement,
|
|
10922
|
+
Le as RemoteRadioButtonElement,
|
|
10923
|
+
Ae as RemoteRadioElement,
|
|
10924
|
+
ze as RemoteRadioGroupElement,
|
|
10925
|
+
Ne as RemoteSearchFieldElement,
|
|
10926
|
+
Fe as RemoteSectionElement,
|
|
10927
|
+
He as RemoteSegmentElement,
|
|
10928
|
+
Ve as RemoteSegmentedControlElement,
|
|
10929
|
+
We as RemoteSelectElement,
|
|
10930
|
+
Ke as RemoteSeparatorElement,
|
|
10931
|
+
Be as RemoteSkeletonElement,
|
|
10932
|
+
qe as RemoteSkeletonTextElement,
|
|
10933
|
+
Ge as RemoteSliderElement,
|
|
10934
|
+
Xe as RemoteSwitchElement,
|
|
10935
|
+
Ye as RemoteTabElement,
|
|
10936
|
+
je as RemoteTabTitleElement,
|
|
10937
|
+
_e as RemoteTableBodyElement,
|
|
10938
|
+
Je as RemoteTableCellElement,
|
|
10939
|
+
Qe as RemoteTableColumnElement,
|
|
10940
|
+
Ze as RemoteTableElement,
|
|
10941
|
+
$e as RemoteTableFooterRowElement,
|
|
10942
|
+
et as RemoteTableHeaderElement,
|
|
10943
|
+
tt as RemoteTableRowElement,
|
|
10944
|
+
at as RemoteTabsElement,
|
|
10945
|
+
it as RemoteTextAreaElement,
|
|
10946
|
+
rt as RemoteTextElement,
|
|
10947
|
+
ot as RemoteTextFieldElement,
|
|
10948
|
+
nt as RemoteTimeFieldElement,
|
|
10949
|
+
ut as RemoteTooltipElement,
|
|
10950
|
+
st as RemoteTooltipTriggerElement
|
|
10933
10951
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { MessageThreadProps as RemoteMessageThreadElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { MessageThreadProps as RemoteMessageThreadElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteMessageThreadElement extends FlowRemoteElement<RemoteMessageThreadElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
className: {};
|
|
8
|
+
};
|
|
9
|
+
static get remoteEvents(): {};
|
|
10
|
+
static get remoteSlots(): never[];
|
|
11
|
+
}
|
|
12
|
+
declare global {
|
|
13
|
+
interface HTMLElementTagNameMap {
|
|
14
|
+
"flr-message-thread": InstanceType<typeof RemoteMessageThreadElement>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=RemoteMessageThreadElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteMessageThreadElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageThreadElement.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;;MAInC;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"}
|
|
@@ -56,6 +56,7 @@ export * from './RemoteMarkdownElement';
|
|
|
56
56
|
export * from './RemoteMenuItemElement';
|
|
57
57
|
export * from './RemoteMenuTriggerElement';
|
|
58
58
|
export * from './RemoteMessageElement';
|
|
59
|
+
export * from './RemoteMessageThreadElement';
|
|
59
60
|
export * from './RemoteNavigationElement';
|
|
60
61
|
export * from './RemoteNavigationGroupElement';
|
|
61
62
|
export * from './RemoteNotificationElement';
|
|
@@ -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.53",
|
|
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.53",
|
|
28
28
|
"remeda": "^2.20.2",
|
|
29
29
|
"type-fest": "^4.35.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.53",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.4",
|
|
35
35
|
"nx": "^20.4.5",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "4067a1581957a748290b38f3e214b30e38d4047b"
|
|
49
49
|
}
|