@optionfactory/fml 9.0.0-rc1 → 9.0.0-rc2

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-rc2",
5
5
  "description-markup": "none",
6
6
  "contributions": {
7
7
  "html": {
@@ -263,6 +263,14 @@
263
263
  "kind": "plain",
264
264
  "type": "boolean"
265
265
  }
266
+ },
267
+ {
268
+ "name": "autocomplete",
269
+ "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.",
270
+ "value": {
271
+ "kind": "plain",
272
+ "type": "string"
273
+ }
266
274
  }
267
275
  ],
268
276
  "slots": [],
@@ -399,6 +407,14 @@
399
407
  "type": "boolean"
400
408
  }
401
409
  },
410
+ {
411
+ "name": "autocomplete",
412
+ "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.",
413
+ "value": {
414
+ "kind": "plain",
415
+ "type": "string"
416
+ }
417
+ },
402
418
  {
403
419
  "name": "disabled",
404
420
  "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 +533,14 @@
517
533
  "type": "boolean"
518
534
  }
519
535
  },
536
+ {
537
+ "name": "autocomplete",
538
+ "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.",
539
+ "value": {
540
+ "kind": "plain",
541
+ "type": "string"
542
+ }
543
+ },
520
544
  {
521
545
  "name": "disabled",
522
546
  "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 +767,14 @@
743
767
  "type": "boolean"
744
768
  }
745
769
  },
770
+ {
771
+ "name": "autocomplete",
772
+ "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.",
773
+ "value": {
774
+ "kind": "plain",
775
+ "type": "string"
776
+ }
777
+ },
746
778
  {
747
779
  "name": "disabled",
748
780
  "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 +917,14 @@
885
917
  "type": "boolean"
886
918
  }
887
919
  },
920
+ {
921
+ "name": "autocomplete",
922
+ "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.",
923
+ "value": {
924
+ "kind": "plain",
925
+ "type": "string"
926
+ }
927
+ },
888
928
  {
889
929
  "name": "disabled",
890
930
  "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 +1067,14 @@
1027
1067
  "type": "boolean"
1028
1068
  }
1029
1069
  },
1070
+ {
1071
+ "name": "autocomplete",
1072
+ "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.",
1073
+ "value": {
1074
+ "kind": "plain",
1075
+ "type": "string"
1076
+ }
1077
+ },
1030
1078
  {
1031
1079
  "name": "disabled",
1032
1080
  "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 +1402,14 @@
1354
1402
  "type": "boolean"
1355
1403
  }
1356
1404
  },
1405
+ {
1406
+ "name": "autocomplete",
1407
+ "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.",
1408
+ "value": {
1409
+ "kind": "plain",
1410
+ "type": "string"
1411
+ }
1412
+ },
1357
1413
  {
1358
1414
  "name": "disabled",
1359
1415
  "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 +1536,14 @@
1480
1536
  "type": "boolean"
1481
1537
  }
1482
1538
  },
1539
+ {
1540
+ "name": "autocomplete",
1541
+ "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.",
1542
+ "value": {
1543
+ "kind": "plain",
1544
+ "type": "string"
1545
+ }
1546
+ },
1483
1547
  {
1484
1548
  "name": "disabled",
1485
1549
  "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 +1670,14 @@
1606
1670
  "type": "boolean"
1607
1671
  }
1608
1672
  },
1673
+ {
1674
+ "name": "autocomplete",
1675
+ "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.",
1676
+ "value": {
1677
+ "kind": "plain",
1678
+ "type": "string"
1679
+ }
1680
+ },
1609
1681
  {
1610
1682
  "name": "disabled",
1611
1683
  "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 +1874,14 @@
1802
1874
  "type": "boolean"
1803
1875
  }
1804
1876
  },
1877
+ {
1878
+ "name": "autocomplete",
1879
+ "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.",
1880
+ "value": {
1881
+ "kind": "plain",
1882
+ "type": "string"
1883
+ }
1884
+ },
1805
1885
  {
1806
1886
  "name": "disabled",
1807
1887
  "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-rc2",
4
4
  "type": "module",
5
5
  "main": "./dist/fml.mjs",
6
6
  "module": "./dist/fml.mjs",