@mittwald/flow-remote-elements 0.2.0-alpha.10 → 0.2.0-alpha.12
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 +167 -140
- package/dist/types/auto-generated/RemoteDatePickerElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteDatePickerElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteDateRangePickerElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteDateRangePickerElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteListSummaryElement.d.ts +15 -0
- package/dist/types/auto-generated/RemoteListSummaryElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteSearchFieldElement.d.ts +3 -0
- package/dist/types/auto-generated/RemoteSearchFieldElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteTextAreaElement.d.ts +3 -0
- package/dist/types/auto-generated/RemoteTextAreaElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteTextFieldElement.d.ts +3 -0
- package/dist/types/auto-generated/RemoteTextFieldElement.d.ts.map +1 -1
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1266,7 +1266,7 @@ class M extends t {
|
|
|
1266
1266
|
}
|
|
1267
1267
|
}
|
|
1268
1268
|
customElements.define("flr-breadcrumb", M);
|
|
1269
|
-
class
|
|
1269
|
+
class D extends t {
|
|
1270
1270
|
static get remoteAttributes() {
|
|
1271
1271
|
return ["style"];
|
|
1272
1272
|
}
|
|
@@ -1328,8 +1328,8 @@ class U extends t {
|
|
|
1328
1328
|
return [];
|
|
1329
1329
|
}
|
|
1330
1330
|
}
|
|
1331
|
-
customElements.define("flr-button",
|
|
1332
|
-
class
|
|
1331
|
+
customElements.define("flr-button", D);
|
|
1332
|
+
class U extends t {
|
|
1333
1333
|
static get remoteAttributes() {
|
|
1334
1334
|
return ["style"];
|
|
1335
1335
|
}
|
|
@@ -1377,7 +1377,7 @@ class D extends t {
|
|
|
1377
1377
|
return [];
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
1380
|
-
customElements.define("flr-checkbox",
|
|
1380
|
+
customElements.define("flr-checkbox", U);
|
|
1381
1381
|
class R extends t {
|
|
1382
1382
|
static get remoteAttributes() {
|
|
1383
1383
|
return ["style"];
|
|
@@ -2294,7 +2294,7 @@ class K extends t {
|
|
|
2294
2294
|
}
|
|
2295
2295
|
}
|
|
2296
2296
|
customElements.define("flr-copy-button", K);
|
|
2297
|
-
class
|
|
2297
|
+
class W extends t {
|
|
2298
2298
|
static get remoteAttributes() {
|
|
2299
2299
|
return ["style"];
|
|
2300
2300
|
}
|
|
@@ -2585,8 +2585,8 @@ class B extends t {
|
|
|
2585
2585
|
return [];
|
|
2586
2586
|
}
|
|
2587
2587
|
}
|
|
2588
|
-
customElements.define("flr-counter-badge",
|
|
2589
|
-
class
|
|
2588
|
+
customElements.define("flr-counter-badge", W);
|
|
2589
|
+
class B extends t {
|
|
2590
2590
|
static get remoteAttributes() {
|
|
2591
2591
|
return ["style"];
|
|
2592
2592
|
}
|
|
@@ -2631,7 +2631,7 @@ class W extends t {
|
|
|
2631
2631
|
return [];
|
|
2632
2632
|
}
|
|
2633
2633
|
}
|
|
2634
|
-
customElements.define("flr-country-options",
|
|
2634
|
+
customElements.define("flr-country-options", B);
|
|
2635
2635
|
class q extends t {
|
|
2636
2636
|
static get remoteAttributes() {
|
|
2637
2637
|
return ["style"];
|
|
@@ -2646,6 +2646,7 @@ class q extends t {
|
|
|
2646
2646
|
className: {},
|
|
2647
2647
|
defaultOpen: {},
|
|
2648
2648
|
defaultValue: {},
|
|
2649
|
+
firstDayOfWeek: {},
|
|
2649
2650
|
granularity: {},
|
|
2650
2651
|
hideTimeZone: {},
|
|
2651
2652
|
hourCycle: {},
|
|
@@ -2701,6 +2702,7 @@ class G extends t {
|
|
|
2701
2702
|
defaultOpen: {},
|
|
2702
2703
|
defaultValue: {},
|
|
2703
2704
|
endName: {},
|
|
2705
|
+
firstDayOfWeek: {},
|
|
2704
2706
|
granularity: {},
|
|
2705
2707
|
hideTimeZone: {},
|
|
2706
2708
|
hourCycle: {},
|
|
@@ -6761,6 +6763,21 @@ class ge extends t {
|
|
|
6761
6763
|
}
|
|
6762
6764
|
customElements.define("flr-list-empty-view", ge);
|
|
6763
6765
|
class ve extends t {
|
|
6766
|
+
static get remoteAttributes() {
|
|
6767
|
+
return ["style"];
|
|
6768
|
+
}
|
|
6769
|
+
static get remoteProperties() {
|
|
6770
|
+
return {};
|
|
6771
|
+
}
|
|
6772
|
+
static get remoteEvents() {
|
|
6773
|
+
return {};
|
|
6774
|
+
}
|
|
6775
|
+
static get remoteSlots() {
|
|
6776
|
+
return [];
|
|
6777
|
+
}
|
|
6778
|
+
}
|
|
6779
|
+
customElements.define("flr-list-summary", ve);
|
|
6780
|
+
class be extends t {
|
|
6764
6781
|
static get remoteAttributes() {
|
|
6765
6782
|
return ["style"];
|
|
6766
6783
|
}
|
|
@@ -7256,8 +7273,8 @@ class ve extends t {
|
|
|
7256
7273
|
return [];
|
|
7257
7274
|
}
|
|
7258
7275
|
}
|
|
7259
|
-
customElements.define("flr-loading-spinner",
|
|
7260
|
-
class
|
|
7276
|
+
customElements.define("flr-loading-spinner", be);
|
|
7277
|
+
class ye extends t {
|
|
7261
7278
|
static get remoteAttributes() {
|
|
7262
7279
|
return ["style"];
|
|
7263
7280
|
}
|
|
@@ -7283,8 +7300,8 @@ class be extends t {
|
|
|
7283
7300
|
return [];
|
|
7284
7301
|
}
|
|
7285
7302
|
}
|
|
7286
|
-
customElements.define("flr-markdown",
|
|
7287
|
-
class
|
|
7303
|
+
customElements.define("flr-markdown", ye);
|
|
7304
|
+
class he extends t {
|
|
7288
7305
|
static get remoteAttributes() {
|
|
7289
7306
|
return ["style"];
|
|
7290
7307
|
}
|
|
@@ -7319,8 +7336,8 @@ class ye extends t {
|
|
|
7319
7336
|
return [];
|
|
7320
7337
|
}
|
|
7321
7338
|
}
|
|
7322
|
-
customElements.define("flr-menu-item",
|
|
7323
|
-
class
|
|
7339
|
+
customElements.define("flr-menu-item", he);
|
|
7340
|
+
class fe extends t {
|
|
7324
7341
|
static get remoteAttributes() {
|
|
7325
7342
|
return ["style"];
|
|
7326
7343
|
}
|
|
@@ -7338,8 +7355,8 @@ class he extends t {
|
|
|
7338
7355
|
return [];
|
|
7339
7356
|
}
|
|
7340
7357
|
}
|
|
7341
|
-
customElements.define("flr-message",
|
|
7342
|
-
class
|
|
7358
|
+
customElements.define("flr-message", fe);
|
|
7359
|
+
class Ee extends t {
|
|
7343
7360
|
static get remoteAttributes() {
|
|
7344
7361
|
return ["style"];
|
|
7345
7362
|
}
|
|
@@ -7361,8 +7378,8 @@ class fe extends t {
|
|
|
7361
7378
|
return [];
|
|
7362
7379
|
}
|
|
7363
7380
|
}
|
|
7364
|
-
customElements.define("flr-modal",
|
|
7365
|
-
class
|
|
7381
|
+
customElements.define("flr-modal", Ee);
|
|
7382
|
+
class xe extends t {
|
|
7366
7383
|
static get remoteAttributes() {
|
|
7367
7384
|
return ["style"];
|
|
7368
7385
|
}
|
|
@@ -7379,8 +7396,8 @@ class Ee extends t {
|
|
|
7379
7396
|
return [];
|
|
7380
7397
|
}
|
|
7381
7398
|
}
|
|
7382
|
-
customElements.define("flr-modal-trigger",
|
|
7383
|
-
class
|
|
7399
|
+
customElements.define("flr-modal-trigger", xe);
|
|
7400
|
+
class ke extends t {
|
|
7384
7401
|
static get remoteAttributes() {
|
|
7385
7402
|
return ["style"];
|
|
7386
7403
|
}
|
|
@@ -7669,8 +7686,8 @@ class xe extends t {
|
|
|
7669
7686
|
return [];
|
|
7670
7687
|
}
|
|
7671
7688
|
}
|
|
7672
|
-
customElements.define("flr-navigation",
|
|
7673
|
-
class
|
|
7689
|
+
customElements.define("flr-navigation", ke);
|
|
7690
|
+
class Se extends t {
|
|
7674
7691
|
static get remoteAttributes() {
|
|
7675
7692
|
return ["style"];
|
|
7676
7693
|
}
|
|
@@ -7960,8 +7977,8 @@ class ke extends t {
|
|
|
7960
7977
|
return [];
|
|
7961
7978
|
}
|
|
7962
7979
|
}
|
|
7963
|
-
customElements.define("flr-navigation-group",
|
|
7964
|
-
class
|
|
7980
|
+
customElements.define("flr-navigation-group", Se);
|
|
7981
|
+
class we extends t {
|
|
7965
7982
|
static get remoteAttributes() {
|
|
7966
7983
|
return ["style"];
|
|
7967
7984
|
}
|
|
@@ -8254,8 +8271,8 @@ class Se extends t {
|
|
|
8254
8271
|
return [];
|
|
8255
8272
|
}
|
|
8256
8273
|
}
|
|
8257
|
-
customElements.define("flr-notification",
|
|
8258
|
-
class
|
|
8274
|
+
customElements.define("flr-notification", we);
|
|
8275
|
+
class Pe extends t {
|
|
8259
8276
|
static get remoteAttributes() {
|
|
8260
8277
|
return ["style"];
|
|
8261
8278
|
}
|
|
@@ -8546,9 +8563,9 @@ class we extends t {
|
|
|
8546
8563
|
}
|
|
8547
8564
|
customElements.define(
|
|
8548
8565
|
"flr-notification-provider",
|
|
8549
|
-
|
|
8566
|
+
Pe
|
|
8550
8567
|
);
|
|
8551
|
-
class
|
|
8568
|
+
class Oe extends t {
|
|
8552
8569
|
static get remoteAttributes() {
|
|
8553
8570
|
return ["style"];
|
|
8554
8571
|
}
|
|
@@ -8603,8 +8620,8 @@ class Pe extends t {
|
|
|
8603
8620
|
return [];
|
|
8604
8621
|
}
|
|
8605
8622
|
}
|
|
8606
|
-
customElements.define("flr-number-field",
|
|
8607
|
-
class
|
|
8623
|
+
customElements.define("flr-number-field", Oe);
|
|
8624
|
+
class Me extends t {
|
|
8608
8625
|
static get remoteAttributes() {
|
|
8609
8626
|
return ["style"];
|
|
8610
8627
|
}
|
|
@@ -8637,8 +8654,8 @@ class Oe extends t {
|
|
|
8637
8654
|
return [];
|
|
8638
8655
|
}
|
|
8639
8656
|
}
|
|
8640
|
-
customElements.define("flr-option",
|
|
8641
|
-
class
|
|
8657
|
+
customElements.define("flr-option", Me);
|
|
8658
|
+
class De extends t {
|
|
8642
8659
|
static get remoteAttributes() {
|
|
8643
8660
|
return ["style"];
|
|
8644
8661
|
}
|
|
@@ -8682,7 +8699,7 @@ class Me extends t {
|
|
|
8682
8699
|
return [];
|
|
8683
8700
|
}
|
|
8684
8701
|
}
|
|
8685
|
-
customElements.define("flr-popover",
|
|
8702
|
+
customElements.define("flr-popover", De);
|
|
8686
8703
|
class Ue extends t {
|
|
8687
8704
|
static get remoteAttributes() {
|
|
8688
8705
|
return ["style"];
|
|
@@ -8701,7 +8718,7 @@ class Ue extends t {
|
|
|
8701
8718
|
}
|
|
8702
8719
|
}
|
|
8703
8720
|
customElements.define("flr-popover-trigger", Ue);
|
|
8704
|
-
class
|
|
8721
|
+
class Re extends t {
|
|
8705
8722
|
static get remoteAttributes() {
|
|
8706
8723
|
return ["style"];
|
|
8707
8724
|
}
|
|
@@ -8731,8 +8748,8 @@ class De extends t {
|
|
|
8731
8748
|
return ["valueLabel"];
|
|
8732
8749
|
}
|
|
8733
8750
|
}
|
|
8734
|
-
customElements.define("flr-progress-bar",
|
|
8735
|
-
class
|
|
8751
|
+
customElements.define("flr-progress-bar", Re);
|
|
8752
|
+
class Te extends t {
|
|
8736
8753
|
static get remoteAttributes() {
|
|
8737
8754
|
return ["style"];
|
|
8738
8755
|
}
|
|
@@ -8767,8 +8784,8 @@ class Re extends t {
|
|
|
8767
8784
|
return [];
|
|
8768
8785
|
}
|
|
8769
8786
|
}
|
|
8770
|
-
customElements.define("flr-radio",
|
|
8771
|
-
class
|
|
8787
|
+
customElements.define("flr-radio", Te);
|
|
8788
|
+
class Ie extends t {
|
|
8772
8789
|
static get remoteAttributes() {
|
|
8773
8790
|
return ["style"];
|
|
8774
8791
|
}
|
|
@@ -8803,8 +8820,8 @@ class Te extends t {
|
|
|
8803
8820
|
return [];
|
|
8804
8821
|
}
|
|
8805
8822
|
}
|
|
8806
|
-
customElements.define("flr-radio-button",
|
|
8807
|
-
class
|
|
8823
|
+
customElements.define("flr-radio-button", Ie);
|
|
8824
|
+
class Ae extends t {
|
|
8808
8825
|
static get remoteAttributes() {
|
|
8809
8826
|
return ["style"];
|
|
8810
8827
|
}
|
|
@@ -8845,8 +8862,8 @@ class Ie extends t {
|
|
|
8845
8862
|
return [];
|
|
8846
8863
|
}
|
|
8847
8864
|
}
|
|
8848
|
-
customElements.define("flr-radio-group",
|
|
8849
|
-
class
|
|
8865
|
+
customElements.define("flr-radio-group", Ae);
|
|
8866
|
+
class Le extends t {
|
|
8850
8867
|
static get remoteAttributes() {
|
|
8851
8868
|
return ["style"];
|
|
8852
8869
|
}
|
|
@@ -8854,6 +8871,7 @@ class Ae extends t {
|
|
|
8854
8871
|
return {
|
|
8855
8872
|
"aria-activedescendant": {},
|
|
8856
8873
|
"aria-autocomplete": {},
|
|
8874
|
+
"aria-controls": {},
|
|
8857
8875
|
"aria-describedby": {},
|
|
8858
8876
|
"aria-details": {},
|
|
8859
8877
|
"aria-errormessage": {},
|
|
@@ -8861,6 +8879,7 @@ class Ae extends t {
|
|
|
8861
8879
|
"aria-label": {},
|
|
8862
8880
|
"aria-labelledby": {},
|
|
8863
8881
|
autoComplete: {},
|
|
8882
|
+
autoCorrect: {},
|
|
8864
8883
|
autoFocus: {},
|
|
8865
8884
|
className: {},
|
|
8866
8885
|
defaultValue: {},
|
|
@@ -8876,6 +8895,7 @@ class Ae extends t {
|
|
|
8876
8895
|
name: {},
|
|
8877
8896
|
pattern: {},
|
|
8878
8897
|
slot: {},
|
|
8898
|
+
spellCheck: {},
|
|
8879
8899
|
type: {},
|
|
8880
8900
|
validate: {},
|
|
8881
8901
|
validationBehavior: {},
|
|
@@ -8907,8 +8927,8 @@ class Ae extends t {
|
|
|
8907
8927
|
return [];
|
|
8908
8928
|
}
|
|
8909
8929
|
}
|
|
8910
|
-
customElements.define("flr-search-field",
|
|
8911
|
-
class
|
|
8930
|
+
customElements.define("flr-search-field", Le);
|
|
8931
|
+
class ze extends t {
|
|
8912
8932
|
static get remoteAttributes() {
|
|
8913
8933
|
return ["style"];
|
|
8914
8934
|
}
|
|
@@ -9199,8 +9219,8 @@ class Le extends t {
|
|
|
9199
9219
|
return [];
|
|
9200
9220
|
}
|
|
9201
9221
|
}
|
|
9202
|
-
customElements.define("flr-section",
|
|
9203
|
-
class
|
|
9222
|
+
customElements.define("flr-section", ze);
|
|
9223
|
+
class Ne extends t {
|
|
9204
9224
|
static get remoteAttributes() {
|
|
9205
9225
|
return ["style"];
|
|
9206
9226
|
}
|
|
@@ -9235,8 +9255,8 @@ class ze extends t {
|
|
|
9235
9255
|
return [];
|
|
9236
9256
|
}
|
|
9237
9257
|
}
|
|
9238
|
-
customElements.define("flr-segment",
|
|
9239
|
-
class
|
|
9258
|
+
customElements.define("flr-segment", Ne);
|
|
9259
|
+
class Fe extends t {
|
|
9240
9260
|
static get remoteAttributes() {
|
|
9241
9261
|
return ["style"];
|
|
9242
9262
|
}
|
|
@@ -9275,8 +9295,8 @@ class Ne extends t {
|
|
|
9275
9295
|
return [];
|
|
9276
9296
|
}
|
|
9277
9297
|
}
|
|
9278
|
-
customElements.define("flr-segmented-control",
|
|
9279
|
-
class
|
|
9298
|
+
customElements.define("flr-segmented-control", Fe);
|
|
9299
|
+
class He extends t {
|
|
9280
9300
|
static get remoteAttributes() {
|
|
9281
9301
|
return ["style"];
|
|
9282
9302
|
}
|
|
@@ -9323,8 +9343,8 @@ class Fe extends t {
|
|
|
9323
9343
|
return [];
|
|
9324
9344
|
}
|
|
9325
9345
|
}
|
|
9326
|
-
customElements.define("flr-select",
|
|
9327
|
-
class
|
|
9346
|
+
customElements.define("flr-select", He);
|
|
9347
|
+
class Ve extends t {
|
|
9328
9348
|
static get remoteAttributes() {
|
|
9329
9349
|
return ["style"];
|
|
9330
9350
|
}
|
|
@@ -9347,8 +9367,8 @@ class He extends t {
|
|
|
9347
9367
|
return [];
|
|
9348
9368
|
}
|
|
9349
9369
|
}
|
|
9350
|
-
customElements.define("flr-separator",
|
|
9351
|
-
class
|
|
9370
|
+
customElements.define("flr-separator", Ve);
|
|
9371
|
+
class Ke extends t {
|
|
9352
9372
|
static get remoteAttributes() {
|
|
9353
9373
|
return ["style"];
|
|
9354
9374
|
}
|
|
@@ -9639,8 +9659,8 @@ class Ve extends t {
|
|
|
9639
9659
|
return [];
|
|
9640
9660
|
}
|
|
9641
9661
|
}
|
|
9642
|
-
customElements.define("flr-skeleton",
|
|
9643
|
-
class
|
|
9662
|
+
customElements.define("flr-skeleton", Ke);
|
|
9663
|
+
class We extends t {
|
|
9644
9664
|
static get remoteAttributes() {
|
|
9645
9665
|
return ["style"];
|
|
9646
9666
|
}
|
|
@@ -9930,7 +9950,7 @@ class Ke extends t {
|
|
|
9930
9950
|
return [];
|
|
9931
9951
|
}
|
|
9932
9952
|
}
|
|
9933
|
-
customElements.define("flr-skeleton-text",
|
|
9953
|
+
customElements.define("flr-skeleton-text", We);
|
|
9934
9954
|
class Be extends t {
|
|
9935
9955
|
static get remoteAttributes() {
|
|
9936
9956
|
return ["style"];
|
|
@@ -9967,7 +9987,7 @@ class Be extends t {
|
|
|
9967
9987
|
}
|
|
9968
9988
|
}
|
|
9969
9989
|
customElements.define("flr-slider", Be);
|
|
9970
|
-
class
|
|
9990
|
+
class qe extends t {
|
|
9971
9991
|
static get remoteAttributes() {
|
|
9972
9992
|
return ["style"];
|
|
9973
9993
|
}
|
|
@@ -10010,8 +10030,8 @@ class We extends t {
|
|
|
10010
10030
|
return [];
|
|
10011
10031
|
}
|
|
10012
10032
|
}
|
|
10013
|
-
customElements.define("flr-switch",
|
|
10014
|
-
class
|
|
10033
|
+
customElements.define("flr-switch", qe);
|
|
10034
|
+
class Ge extends t {
|
|
10015
10035
|
static get remoteAttributes() {
|
|
10016
10036
|
return ["style"];
|
|
10017
10037
|
}
|
|
@@ -10033,8 +10053,8 @@ class qe extends t {
|
|
|
10033
10053
|
return [];
|
|
10034
10054
|
}
|
|
10035
10055
|
}
|
|
10036
|
-
customElements.define("flr-tab",
|
|
10037
|
-
class
|
|
10056
|
+
customElements.define("flr-tab", Ge);
|
|
10057
|
+
class Xe extends t {
|
|
10038
10058
|
static get remoteAttributes() {
|
|
10039
10059
|
return ["style"];
|
|
10040
10060
|
}
|
|
@@ -10066,8 +10086,8 @@ class Ge extends t {
|
|
|
10066
10086
|
return [];
|
|
10067
10087
|
}
|
|
10068
10088
|
}
|
|
10069
|
-
customElements.define("flr-tab-title",
|
|
10070
|
-
class
|
|
10089
|
+
customElements.define("flr-tab-title", Xe);
|
|
10090
|
+
class Ye extends t {
|
|
10071
10091
|
static get remoteAttributes() {
|
|
10072
10092
|
return ["style"];
|
|
10073
10093
|
}
|
|
@@ -10103,8 +10123,8 @@ class Xe extends t {
|
|
|
10103
10123
|
return [];
|
|
10104
10124
|
}
|
|
10105
10125
|
}
|
|
10106
|
-
customElements.define("flr-table",
|
|
10107
|
-
class
|
|
10126
|
+
customElements.define("flr-table", Ye);
|
|
10127
|
+
class je extends t {
|
|
10108
10128
|
static get remoteAttributes() {
|
|
10109
10129
|
return ["style"];
|
|
10110
10130
|
}
|
|
@@ -10124,8 +10144,8 @@ class Ye extends t {
|
|
|
10124
10144
|
return [];
|
|
10125
10145
|
}
|
|
10126
10146
|
}
|
|
10127
|
-
customElements.define("flr-table-body",
|
|
10128
|
-
class
|
|
10147
|
+
customElements.define("flr-table-body", je);
|
|
10148
|
+
class Ze extends t {
|
|
10129
10149
|
static get remoteAttributes() {
|
|
10130
10150
|
return ["style"];
|
|
10131
10151
|
}
|
|
@@ -10144,8 +10164,8 @@ class je extends t {
|
|
|
10144
10164
|
return [];
|
|
10145
10165
|
}
|
|
10146
10166
|
}
|
|
10147
|
-
customElements.define("flr-table-cell",
|
|
10148
|
-
class
|
|
10167
|
+
customElements.define("flr-table-cell", Ze);
|
|
10168
|
+
class _e extends t {
|
|
10149
10169
|
static get remoteAttributes() {
|
|
10150
10170
|
return ["style"];
|
|
10151
10171
|
}
|
|
@@ -10169,8 +10189,8 @@ class Ze extends t {
|
|
|
10169
10189
|
return [];
|
|
10170
10190
|
}
|
|
10171
10191
|
}
|
|
10172
|
-
customElements.define("flr-table-column",
|
|
10173
|
-
class
|
|
10192
|
+
customElements.define("flr-table-column", _e);
|
|
10193
|
+
class Je extends t {
|
|
10174
10194
|
static get remoteAttributes() {
|
|
10175
10195
|
return ["style"];
|
|
10176
10196
|
}
|
|
@@ -10206,8 +10226,8 @@ class _e extends t {
|
|
|
10206
10226
|
return [];
|
|
10207
10227
|
}
|
|
10208
10228
|
}
|
|
10209
|
-
customElements.define("flr-table-footer-row",
|
|
10210
|
-
class
|
|
10229
|
+
customElements.define("flr-table-footer-row", Je);
|
|
10230
|
+
class Qe extends t {
|
|
10211
10231
|
static get remoteAttributes() {
|
|
10212
10232
|
return ["style"];
|
|
10213
10233
|
}
|
|
@@ -10229,8 +10249,8 @@ class Je extends t {
|
|
|
10229
10249
|
return [];
|
|
10230
10250
|
}
|
|
10231
10251
|
}
|
|
10232
|
-
customElements.define("flr-table-header",
|
|
10233
|
-
class
|
|
10252
|
+
customElements.define("flr-table-header", Qe);
|
|
10253
|
+
class $e extends t {
|
|
10234
10254
|
static get remoteAttributes() {
|
|
10235
10255
|
return ["style"];
|
|
10236
10256
|
}
|
|
@@ -10266,8 +10286,8 @@ class Qe extends t {
|
|
|
10266
10286
|
return [];
|
|
10267
10287
|
}
|
|
10268
10288
|
}
|
|
10269
|
-
customElements.define("flr-table-row",
|
|
10270
|
-
class
|
|
10289
|
+
customElements.define("flr-table-row", $e);
|
|
10290
|
+
class et extends t {
|
|
10271
10291
|
static get remoteAttributes() {
|
|
10272
10292
|
return ["style"];
|
|
10273
10293
|
}
|
|
@@ -10297,8 +10317,8 @@ class $e extends t {
|
|
|
10297
10317
|
return [];
|
|
10298
10318
|
}
|
|
10299
10319
|
}
|
|
10300
|
-
customElements.define("flr-tabs",
|
|
10301
|
-
class
|
|
10320
|
+
customElements.define("flr-tabs", et);
|
|
10321
|
+
class tt extends t {
|
|
10302
10322
|
static get remoteAttributes() {
|
|
10303
10323
|
return ["style"];
|
|
10304
10324
|
}
|
|
@@ -10589,8 +10609,8 @@ class et extends t {
|
|
|
10589
10609
|
return [];
|
|
10590
10610
|
}
|
|
10591
10611
|
}
|
|
10592
|
-
customElements.define("flr-text",
|
|
10593
|
-
class
|
|
10612
|
+
customElements.define("flr-text", tt);
|
|
10613
|
+
class at extends t {
|
|
10594
10614
|
static get remoteAttributes() {
|
|
10595
10615
|
return ["style"];
|
|
10596
10616
|
}
|
|
@@ -10598,6 +10618,7 @@ class tt extends t {
|
|
|
10598
10618
|
return {
|
|
10599
10619
|
"aria-activedescendant": {},
|
|
10600
10620
|
"aria-autocomplete": {},
|
|
10621
|
+
"aria-controls": {},
|
|
10601
10622
|
"aria-describedby": {},
|
|
10602
10623
|
"aria-details": {},
|
|
10603
10624
|
"aria-errormessage": {},
|
|
@@ -10605,6 +10626,7 @@ class tt extends t {
|
|
|
10605
10626
|
"aria-label": {},
|
|
10606
10627
|
"aria-labelledby": {},
|
|
10607
10628
|
autoComplete: {},
|
|
10629
|
+
autoCorrect: {},
|
|
10608
10630
|
autoFocus: {},
|
|
10609
10631
|
autoResizeMaxRows: {},
|
|
10610
10632
|
className: {},
|
|
@@ -10624,6 +10646,7 @@ class tt extends t {
|
|
|
10624
10646
|
rows: {},
|
|
10625
10647
|
showCharacterCount: {},
|
|
10626
10648
|
slot: {},
|
|
10649
|
+
spellCheck: {},
|
|
10627
10650
|
type: {},
|
|
10628
10651
|
validate: {},
|
|
10629
10652
|
validationBehavior: {},
|
|
@@ -10653,8 +10676,8 @@ class tt extends t {
|
|
|
10653
10676
|
return [];
|
|
10654
10677
|
}
|
|
10655
10678
|
}
|
|
10656
|
-
customElements.define("flr-text-area",
|
|
10657
|
-
class
|
|
10679
|
+
customElements.define("flr-text-area", at);
|
|
10680
|
+
class rt extends t {
|
|
10658
10681
|
static get remoteAttributes() {
|
|
10659
10682
|
return ["style"];
|
|
10660
10683
|
}
|
|
@@ -10662,6 +10685,7 @@ class at extends t {
|
|
|
10662
10685
|
return {
|
|
10663
10686
|
"aria-activedescendant": {},
|
|
10664
10687
|
"aria-autocomplete": {},
|
|
10688
|
+
"aria-controls": {},
|
|
10665
10689
|
"aria-describedby": {},
|
|
10666
10690
|
"aria-details": {},
|
|
10667
10691
|
"aria-errormessage": {},
|
|
@@ -10669,6 +10693,7 @@ class at extends t {
|
|
|
10669
10693
|
"aria-label": {},
|
|
10670
10694
|
"aria-labelledby": {},
|
|
10671
10695
|
autoComplete: {},
|
|
10696
|
+
autoCorrect: {},
|
|
10672
10697
|
autoFocus: {},
|
|
10673
10698
|
className: {},
|
|
10674
10699
|
defaultValue: {},
|
|
@@ -10687,6 +10712,7 @@ class at extends t {
|
|
|
10687
10712
|
placeholder: {},
|
|
10688
10713
|
showCharacterCount: {},
|
|
10689
10714
|
slot: {},
|
|
10715
|
+
spellCheck: {},
|
|
10690
10716
|
type: {},
|
|
10691
10717
|
validate: {},
|
|
10692
10718
|
validationBehavior: {},
|
|
@@ -10716,8 +10742,8 @@ class at extends t {
|
|
|
10716
10742
|
return [];
|
|
10717
10743
|
}
|
|
10718
10744
|
}
|
|
10719
|
-
customElements.define("flr-text-field",
|
|
10720
|
-
class
|
|
10745
|
+
customElements.define("flr-text-field", rt);
|
|
10746
|
+
class it extends t {
|
|
10721
10747
|
static get remoteAttributes() {
|
|
10722
10748
|
return ["style"];
|
|
10723
10749
|
}
|
|
@@ -10763,8 +10789,8 @@ class rt extends t {
|
|
|
10763
10789
|
return ["errorMessage"];
|
|
10764
10790
|
}
|
|
10765
10791
|
}
|
|
10766
|
-
customElements.define("flr-time-field",
|
|
10767
|
-
class
|
|
10792
|
+
customElements.define("flr-time-field", it);
|
|
10793
|
+
class ot extends t {
|
|
10768
10794
|
static get remoteAttributes() {
|
|
10769
10795
|
return ["style"];
|
|
10770
10796
|
}
|
|
@@ -10798,8 +10824,8 @@ class it extends t {
|
|
|
10798
10824
|
return [];
|
|
10799
10825
|
}
|
|
10800
10826
|
}
|
|
10801
|
-
customElements.define("flr-tooltip",
|
|
10802
|
-
class
|
|
10827
|
+
customElements.define("flr-tooltip", ot);
|
|
10828
|
+
class nt extends t {
|
|
10803
10829
|
static get remoteAttributes() {
|
|
10804
10830
|
return ["style"];
|
|
10805
10831
|
}
|
|
@@ -10822,8 +10848,8 @@ class ot extends t {
|
|
|
10822
10848
|
return [];
|
|
10823
10849
|
}
|
|
10824
10850
|
}
|
|
10825
|
-
customElements.define("flr-tooltip-trigger",
|
|
10826
|
-
class
|
|
10851
|
+
customElements.define("flr-tooltip-trigger", nt);
|
|
10852
|
+
class ut extends t {
|
|
10827
10853
|
static get remoteEvents() {
|
|
10828
10854
|
return {
|
|
10829
10855
|
submit: {}
|
|
@@ -10838,7 +10864,7 @@ class nt extends t {
|
|
|
10838
10864
|
};
|
|
10839
10865
|
}
|
|
10840
10866
|
}
|
|
10841
|
-
customElements.define("flr-form",
|
|
10867
|
+
customElements.define("flr-form", ut);
|
|
10842
10868
|
export {
|
|
10843
10869
|
h as RemoteAccordionElement,
|
|
10844
10870
|
f as RemoteActionElement,
|
|
@@ -10850,9 +10876,9 @@ export {
|
|
|
10850
10876
|
P as RemoteAvatarElement,
|
|
10851
10877
|
O as RemoteBadgeElement,
|
|
10852
10878
|
M as RemoteBreadcrumbElement,
|
|
10853
|
-
|
|
10879
|
+
D as RemoteButtonElement,
|
|
10854
10880
|
R as RemoteCheckboxButtonElement,
|
|
10855
|
-
|
|
10881
|
+
U as RemoteCheckboxElement,
|
|
10856
10882
|
T as RemoteCheckboxGroupElement,
|
|
10857
10883
|
I as RemoteCodeBlockElement,
|
|
10858
10884
|
A as RemoteColumnLayoutElement,
|
|
@@ -10863,8 +10889,8 @@ export {
|
|
|
10863
10889
|
H as RemoteContextualHelpElement,
|
|
10864
10890
|
V as RemoteContextualHelpTriggerElement,
|
|
10865
10891
|
K as RemoteCopyButtonElement,
|
|
10866
|
-
|
|
10867
|
-
|
|
10892
|
+
W as RemoteCounterBadgeElement,
|
|
10893
|
+
B as RemoteCountryOptionsElement,
|
|
10868
10894
|
q as RemoteDatePickerElement,
|
|
10869
10895
|
G as RemoteDateRangePickerElement,
|
|
10870
10896
|
X as RemoteDivElement,
|
|
@@ -10873,7 +10899,7 @@ export {
|
|
|
10873
10899
|
Z as RemoteFileCardElement,
|
|
10874
10900
|
_ as RemoteFileCardListElement,
|
|
10875
10901
|
J as RemoteFileFieldElement,
|
|
10876
|
-
|
|
10902
|
+
ut as RemoteFormElement,
|
|
10877
10903
|
Q as RemoteFragmentElement,
|
|
10878
10904
|
$ as RemoteHeaderElement,
|
|
10879
10905
|
ee as RemoteHeaderNavigationElement,
|
|
@@ -10892,48 +10918,49 @@ export {
|
|
|
10892
10918
|
Ce as RemoteLightBoxTriggerElement,
|
|
10893
10919
|
me as RemoteLinkElement,
|
|
10894
10920
|
ge as RemoteListEmptyViewElement,
|
|
10895
|
-
ve as
|
|
10896
|
-
be as
|
|
10897
|
-
ye as
|
|
10898
|
-
he as
|
|
10899
|
-
fe as
|
|
10900
|
-
Ee as
|
|
10901
|
-
xe as
|
|
10902
|
-
ke as
|
|
10903
|
-
Se as
|
|
10904
|
-
we as
|
|
10905
|
-
Pe as
|
|
10906
|
-
Oe as
|
|
10907
|
-
Me as
|
|
10921
|
+
ve as RemoteListSummaryElement,
|
|
10922
|
+
be as RemoteLoadingSpinnerElement,
|
|
10923
|
+
ye as RemoteMarkdownElement,
|
|
10924
|
+
he as RemoteMenuItemElement,
|
|
10925
|
+
fe as RemoteMessageElement,
|
|
10926
|
+
Ee as RemoteModalElement,
|
|
10927
|
+
xe as RemoteModalTriggerElement,
|
|
10928
|
+
ke as RemoteNavigationElement,
|
|
10929
|
+
Se as RemoteNavigationGroupElement,
|
|
10930
|
+
we as RemoteNotificationElement,
|
|
10931
|
+
Pe as RemoteNotificationProviderElement,
|
|
10932
|
+
Oe as RemoteNumberFieldElement,
|
|
10933
|
+
Me as RemoteOptionElement,
|
|
10934
|
+
De as RemotePopoverElement,
|
|
10908
10935
|
Ue as RemotePopoverTriggerElement,
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10916
|
-
|
|
10917
|
-
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10936
|
+
Re as RemoteProgressBarElement,
|
|
10937
|
+
Ie as RemoteRadioButtonElement,
|
|
10938
|
+
Te as RemoteRadioElement,
|
|
10939
|
+
Ae as RemoteRadioGroupElement,
|
|
10940
|
+
Le as RemoteSearchFieldElement,
|
|
10941
|
+
ze as RemoteSectionElement,
|
|
10942
|
+
Ne as RemoteSegmentElement,
|
|
10943
|
+
Fe as RemoteSegmentedControlElement,
|
|
10944
|
+
He as RemoteSelectElement,
|
|
10945
|
+
Ve as RemoteSeparatorElement,
|
|
10946
|
+
Ke as RemoteSkeletonElement,
|
|
10947
|
+
We as RemoteSkeletonTextElement,
|
|
10921
10948
|
Be as RemoteSliderElement,
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
|
|
10936
|
-
|
|
10937
|
-
|
|
10938
|
-
|
|
10949
|
+
qe as RemoteSwitchElement,
|
|
10950
|
+
Ge as RemoteTabElement,
|
|
10951
|
+
Xe as RemoteTabTitleElement,
|
|
10952
|
+
je as RemoteTableBodyElement,
|
|
10953
|
+
Ze as RemoteTableCellElement,
|
|
10954
|
+
_e as RemoteTableColumnElement,
|
|
10955
|
+
Ye as RemoteTableElement,
|
|
10956
|
+
Je as RemoteTableFooterRowElement,
|
|
10957
|
+
Qe as RemoteTableHeaderElement,
|
|
10958
|
+
$e as RemoteTableRowElement,
|
|
10959
|
+
et as RemoteTabsElement,
|
|
10960
|
+
at as RemoteTextAreaElement,
|
|
10961
|
+
tt as RemoteTextElement,
|
|
10962
|
+
rt as RemoteTextFieldElement,
|
|
10963
|
+
it as RemoteTimeFieldElement,
|
|
10964
|
+
ot as RemoteTooltipElement,
|
|
10965
|
+
nt as RemoteTooltipTriggerElement
|
|
10939
10966
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteDatePickerElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteDatePickerElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAClH,YAAY,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAElH,qBAAa,uBAAwB,SAAQ,iBAAiB,CAAC,4BAA4B,CAAC;IAC1F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteDatePickerElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteDatePickerElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAClH,YAAY,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAElH,qBAAa,uBAAwB,SAAQ,iBAAiB,CAAC,4BAA4B,CAAC;IAC1F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiCnC;IAED,WAAoB,YAAY;;;;;;;;MAU/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,iBAAiB,EAAE,YAAY,CAAC,OAAO,uBAAuB,CAAC,CAAC;KACjE;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteDateRangePickerElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteDateRangePickerElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,IAAI,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AACjI,YAAY,EAAE,oBAAoB,IAAI,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AAEjI,qBAAa,4BAA6B,SAAQ,iBAAiB,CAAC,iCAAiC,CAAC;IACpG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteDateRangePickerElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteDateRangePickerElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,IAAI,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AACjI,YAAY,EAAE,oBAAoB,IAAI,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AAEjI,qBAAa,4BAA6B,SAAQ,iBAAiB,CAAC,iCAAiC,CAAC;IACpG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmCnC;IAED,WAAoB,YAAY;;;;;;;;MAU/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uBAAuB,EAAE,YAAY,CAAC,OAAO,4BAA4B,CAAC,CAAC;KAC5E;CACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ListSummaryProps as RemoteListSummaryElementProps } from '@mittwald/flow-react-components/List';
|
|
3
|
+
export type { ListSummaryProps as RemoteListSummaryElementProps } from '@mittwald/flow-react-components/List';
|
|
4
|
+
export declare class RemoteListSummaryElement extends FlowRemoteElement<RemoteListSummaryElementProps> {
|
|
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-list-summary": InstanceType<typeof RemoteListSummaryElement>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteListSummaryElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteListSummaryElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteListSummaryElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAC9G,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AAE9G,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,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,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
|
|
@@ -6,6 +6,7 @@ export declare class RemoteSearchFieldElement extends FlowRemoteElement<RemoteSe
|
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-activedescendant": {};
|
|
8
8
|
"aria-autocomplete": {};
|
|
9
|
+
"aria-controls": {};
|
|
9
10
|
"aria-describedby": {};
|
|
10
11
|
"aria-details": {};
|
|
11
12
|
"aria-errormessage": {};
|
|
@@ -13,6 +14,7 @@ export declare class RemoteSearchFieldElement extends FlowRemoteElement<RemoteSe
|
|
|
13
14
|
"aria-label": {};
|
|
14
15
|
"aria-labelledby": {};
|
|
15
16
|
autoComplete: {};
|
|
17
|
+
autoCorrect: {};
|
|
16
18
|
autoFocus: {};
|
|
17
19
|
className: {};
|
|
18
20
|
defaultValue: {};
|
|
@@ -28,6 +30,7 @@ export declare class RemoteSearchFieldElement extends FlowRemoteElement<RemoteSe
|
|
|
28
30
|
name: {};
|
|
29
31
|
pattern: {};
|
|
30
32
|
slot: {};
|
|
33
|
+
spellCheck: {};
|
|
31
34
|
type: {};
|
|
32
35
|
validate: {};
|
|
33
36
|
validationBehavior: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteSearchFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteSearchFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AACrH,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAErH,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteSearchFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteSearchFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AACrH,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAErH,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;MAoB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
|
|
@@ -6,6 +6,7 @@ export declare class RemoteTextAreaElement extends FlowRemoteElement<RemoteTextA
|
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-activedescendant": {};
|
|
8
8
|
"aria-autocomplete": {};
|
|
9
|
+
"aria-controls": {};
|
|
9
10
|
"aria-describedby": {};
|
|
10
11
|
"aria-details": {};
|
|
11
12
|
"aria-errormessage": {};
|
|
@@ -13,6 +14,7 @@ export declare class RemoteTextAreaElement extends FlowRemoteElement<RemoteTextA
|
|
|
13
14
|
"aria-label": {};
|
|
14
15
|
"aria-labelledby": {};
|
|
15
16
|
autoComplete: {};
|
|
17
|
+
autoCorrect: {};
|
|
16
18
|
autoFocus: {};
|
|
17
19
|
autoResizeMaxRows: {};
|
|
18
20
|
className: {};
|
|
@@ -32,6 +34,7 @@ export declare class RemoteTextAreaElement extends FlowRemoteElement<RemoteTextA
|
|
|
32
34
|
rows: {};
|
|
33
35
|
showCharacterCount: {};
|
|
34
36
|
slot: {};
|
|
37
|
+
spellCheck: {};
|
|
35
38
|
type: {};
|
|
36
39
|
validate: {};
|
|
37
40
|
validationBehavior: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteTextAreaElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextAreaElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAC5G,YAAY,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAE5G,qBAAa,qBAAsB,SAAQ,iBAAiB,CAAC,0BAA0B,CAAC;IACtF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteTextAreaElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextAreaElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAC5G,YAAY,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAE5G,qBAAa,qBAAsB,SAAQ,iBAAiB,CAAC,0BAA0B,CAAC;IACtF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;MAkB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;KAC7D;CACF"}
|
|
@@ -6,6 +6,7 @@ export declare class RemoteTextFieldElement extends FlowRemoteElement<RemoteText
|
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-activedescendant": {};
|
|
8
8
|
"aria-autocomplete": {};
|
|
9
|
+
"aria-controls": {};
|
|
9
10
|
"aria-describedby": {};
|
|
10
11
|
"aria-details": {};
|
|
11
12
|
"aria-errormessage": {};
|
|
@@ -13,6 +14,7 @@ export declare class RemoteTextFieldElement extends FlowRemoteElement<RemoteText
|
|
|
13
14
|
"aria-label": {};
|
|
14
15
|
"aria-labelledby": {};
|
|
15
16
|
autoComplete: {};
|
|
17
|
+
autoCorrect: {};
|
|
16
18
|
autoFocus: {};
|
|
17
19
|
className: {};
|
|
18
20
|
defaultValue: {};
|
|
@@ -31,6 +33,7 @@ export declare class RemoteTextFieldElement extends FlowRemoteElement<RemoteText
|
|
|
31
33
|
placeholder: {};
|
|
32
34
|
showCharacterCount: {};
|
|
33
35
|
slot: {};
|
|
36
|
+
spellCheck: {};
|
|
34
37
|
type: {};
|
|
35
38
|
validate: {};
|
|
36
39
|
validationBehavior: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteTextFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AAC/G,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AAE/G,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteTextFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AAC/G,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AAE/G,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;MAkB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;KAC/D;CACF"}
|
|
@@ -49,6 +49,7 @@ export * from './RemoteLightBoxElement';
|
|
|
49
49
|
export * from './RemoteLightBoxTriggerElement';
|
|
50
50
|
export * from './RemoteLinkElement';
|
|
51
51
|
export * from './RemoteListEmptyViewElement';
|
|
52
|
+
export * from './RemoteListSummaryElement';
|
|
52
53
|
export * from './RemoteLoadingSpinnerElement';
|
|
53
54
|
export * from './RemoteMarkdownElement';
|
|
54
55
|
export * from './RemoteMenuItemElement';
|
|
@@ -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.12",
|
|
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,24 +24,24 @@
|
|
|
24
24
|
"test:compile": "run tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
28
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
27
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.12",
|
|
28
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.12",
|
|
29
29
|
"@remote-dom/core": "^1.5.2",
|
|
30
30
|
"react-hook-form": "^7.54.2",
|
|
31
|
-
"remeda": "^2.19.
|
|
31
|
+
"remeda": "^2.19.2",
|
|
32
32
|
"type-fest": "^4.32.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@mittwald/typescript-config": "",
|
|
36
|
-
"@types/node": "^22.10.
|
|
37
|
-
"nx": "^20.3.
|
|
36
|
+
"@types/node": "^22.10.7",
|
|
37
|
+
"nx": "^20.3.2",
|
|
38
38
|
"prettier": "^3.4.2",
|
|
39
39
|
"rimraf": "^6.0.1",
|
|
40
40
|
"typescript": "^5.7.3",
|
|
41
|
-
"vite": "^6.0.
|
|
41
|
+
"vite": "^6.0.9",
|
|
42
42
|
"vite-plugin-checker": "^0.8.0",
|
|
43
43
|
"vite-plugin-dts": "^4.5.0",
|
|
44
|
-
"vite-plugin-externalize-deps": "^0.
|
|
44
|
+
"vite-plugin-externalize-deps": "^0.9.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6151bfc1fcf54d4b9f7884a07caaca87cf7ba805"
|
|
47
47
|
}
|