@optionfactory/fml 9.0.0-rc1 → 9.0.0-rc3

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.
@@ -106,6 +106,10 @@
106
106
  {
107
107
  "name": "scroll-on-error",
108
108
  "description": "Moves focus, and the viewport with it, to the topmost invalid field when errors land. The error live region is muted while focus moves, so each problem is announced once through the focused field rather than twice. (boolean)"
109
+ },
110
+ {
111
+ "name": "autocomplete",
112
+ "description": "The autofill token every field in the form takes unless it declares one of its own, copied onto the form element the host renders. A form cannot pass it down the way the platform would: each control carries form=\"\" so that the host is the only thing that submits, which leaves it with no form owner to inherit through, so the fields read it off the form instead. (string)"
109
113
  }
110
114
  ]
111
115
  },
@@ -163,6 +167,10 @@
163
167
  "name": "trim",
164
168
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
165
169
  },
170
+ {
171
+ "name": "autocomplete",
172
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
173
+ },
166
174
  {
167
175
  "name": "disabled",
168
176
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -213,6 +221,10 @@
213
221
  "name": "trim",
214
222
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
215
223
  },
224
+ {
225
+ "name": "autocomplete",
226
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
227
+ },
216
228
  {
217
229
  "name": "disabled",
218
230
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -319,6 +331,10 @@
319
331
  "name": "trim",
320
332
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
321
333
  },
334
+ {
335
+ "name": "autocomplete",
336
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
337
+ },
322
338
  {
323
339
  "name": "disabled",
324
340
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -381,6 +397,10 @@
381
397
  "name": "trim",
382
398
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
383
399
  },
400
+ {
401
+ "name": "autocomplete",
402
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
403
+ },
384
404
  {
385
405
  "name": "disabled",
386
406
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -443,6 +463,10 @@
443
463
  "name": "trim",
444
464
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
445
465
  },
466
+ {
467
+ "name": "autocomplete",
468
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
469
+ },
446
470
  {
447
471
  "name": "disabled",
448
472
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -585,6 +609,10 @@
585
609
  "name": "trim",
586
610
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
587
611
  },
612
+ {
613
+ "name": "autocomplete",
614
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
615
+ },
588
616
  {
589
617
  "name": "disabled",
590
618
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -639,6 +667,10 @@
639
667
  "name": "trim",
640
668
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
641
669
  },
670
+ {
671
+ "name": "autocomplete",
672
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
673
+ },
642
674
  {
643
675
  "name": "disabled",
644
676
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -693,6 +725,10 @@
693
725
  "name": "trim",
694
726
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
695
727
  },
728
+ {
729
+ "name": "autocomplete",
730
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
731
+ },
696
732
  {
697
733
  "name": "disabled",
698
734
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -773,6 +809,10 @@
773
809
  "name": "trim",
774
810
  "description": "Trims the value on the way out, leaving what was typed alone. (boolean)"
775
811
  },
812
+ {
813
+ "name": "autocomplete",
814
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off. (string)"
815
+ },
776
816
  {
777
817
  "name": "disabled",
778
818
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state. (boolean)"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@optionfactory/fml",
4
- "version": "9.0.0-rc1",
4
+ "version": "9.0.0-rc3",
5
5
  "description-markup": "none",
6
6
  "contributions": {
7
7
  "html": {
@@ -83,6 +83,10 @@
83
83
  }
84
84
  ],
85
85
  "slots": [
86
+ {
87
+ "name": "header",
88
+ "description": "Content beside the title and before it: an icon, a badge, a status. It sits outside the heading rather than in it, update() setting the title through textContent and taking anything nested there with it."
89
+ },
86
90
  {
87
91
  "name": "default",
88
92
  "description": "The drawer body, shown when update() never replaced it."
@@ -263,6 +267,14 @@
263
267
  "kind": "plain",
264
268
  "type": "boolean"
265
269
  }
270
+ },
271
+ {
272
+ "name": "autocomplete",
273
+ "description": "The autofill token every field in the form takes unless it declares one of its own, copied onto the form element the host renders. A form cannot pass it down the way the platform would: each control carries form=\"\" so that the host is the only thing that submits, which leaves it with no form owner to inherit through, so the fields read it off the form instead.",
274
+ "value": {
275
+ "kind": "plain",
276
+ "type": "string"
277
+ }
266
278
  }
267
279
  ],
268
280
  "slots": [],
@@ -399,6 +411,14 @@
399
411
  "type": "boolean"
400
412
  }
401
413
  },
414
+ {
415
+ "name": "autocomplete",
416
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
417
+ "value": {
418
+ "kind": "plain",
419
+ "type": "string"
420
+ }
421
+ },
402
422
  {
403
423
  "name": "disabled",
404
424
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -517,6 +537,14 @@
517
537
  "type": "boolean"
518
538
  }
519
539
  },
540
+ {
541
+ "name": "autocomplete",
542
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
543
+ "value": {
544
+ "kind": "plain",
545
+ "type": "string"
546
+ }
547
+ },
520
548
  {
521
549
  "name": "disabled",
522
550
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -743,6 +771,14 @@
743
771
  "type": "boolean"
744
772
  }
745
773
  },
774
+ {
775
+ "name": "autocomplete",
776
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
777
+ "value": {
778
+ "kind": "plain",
779
+ "type": "string"
780
+ }
781
+ },
746
782
  {
747
783
  "name": "disabled",
748
784
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -885,6 +921,14 @@
885
921
  "type": "boolean"
886
922
  }
887
923
  },
924
+ {
925
+ "name": "autocomplete",
926
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
927
+ "value": {
928
+ "kind": "plain",
929
+ "type": "string"
930
+ }
931
+ },
888
932
  {
889
933
  "name": "disabled",
890
934
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -1027,6 +1071,14 @@
1027
1071
  "type": "boolean"
1028
1072
  }
1029
1073
  },
1074
+ {
1075
+ "name": "autocomplete",
1076
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
1077
+ "value": {
1078
+ "kind": "plain",
1079
+ "type": "string"
1080
+ }
1081
+ },
1030
1082
  {
1031
1083
  "name": "disabled",
1032
1084
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -1354,6 +1406,14 @@
1354
1406
  "type": "boolean"
1355
1407
  }
1356
1408
  },
1409
+ {
1410
+ "name": "autocomplete",
1411
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
1412
+ "value": {
1413
+ "kind": "plain",
1414
+ "type": "string"
1415
+ }
1416
+ },
1357
1417
  {
1358
1418
  "name": "disabled",
1359
1419
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -1480,6 +1540,14 @@
1480
1540
  "type": "boolean"
1481
1541
  }
1482
1542
  },
1543
+ {
1544
+ "name": "autocomplete",
1545
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
1546
+ "value": {
1547
+ "kind": "plain",
1548
+ "type": "string"
1549
+ }
1550
+ },
1483
1551
  {
1484
1552
  "name": "disabled",
1485
1553
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -1606,6 +1674,14 @@
1606
1674
  "type": "boolean"
1607
1675
  }
1608
1676
  },
1677
+ {
1678
+ "name": "autocomplete",
1679
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
1680
+ "value": {
1681
+ "kind": "plain",
1682
+ "type": "string"
1683
+ }
1684
+ },
1609
1685
  {
1610
1686
  "name": "disabled",
1611
1687
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
@@ -1802,6 +1878,14 @@
1802
1878
  "type": "boolean"
1803
1879
  }
1804
1880
  },
1881
+ {
1882
+ "name": "autocomplete",
1883
+ "description": "The autofill token the browser classifies the control by, one of the names the html autocomplete grammar defines (name, given-name, street-address, postal-code, one-time-code, off, ...). It is set on the control itself because the control carries form=\"\", which leaves it without a form owner to inherit a form-wide setting from. Read once at the upgrade. A value outside the grammar reads as on, so an identifier of your own does not switch autofill off.",
1884
+ "value": {
1885
+ "kind": "plain",
1886
+ "type": "string"
1887
+ }
1888
+ },
1805
1889
  {
1806
1890
  "name": "disabled",
1807
1891
  "description": "The field's own disabled claim: the control is disabled and the field is left out of the submitted values, composed with a disabled fieldset ancestry. The property reflects the claim only, matches(':disabled') tells the effective state.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optionfactory/fml",
3
- "version": "9.0.0-rc1",
3
+ "version": "9.0.0-rc3",
4
4
  "type": "module",
5
5
  "main": "./dist/fml.mjs",
6
6
  "module": "./dist/fml.mjs",