@optionfactory/fml 8.0.2 → 8.0.3

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.
@@ -13,7 +13,7 @@
13
13
  },
14
14
  {
15
15
  "name": "ful-checkbox",
16
- "description": "A checkbox, or a switch with type=\"switch\".",
16
+ "description": "A checkbox, or a switch with type=\"switch\". Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
17
17
  "attributes": [
18
18
  {
19
19
  "name": "value",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "name": "ful-input",
34
- "description": "A labelled text input. Use type to pick any native input type, or textarea.",
34
+ "description": "A labelled text input. Use type to pick any native input type, or textarea. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
35
35
  "attributes": [
36
36
  {
37
37
  "name": "value",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  {
55
55
  "name": "ful-input-file",
56
- "description": "A file input with an optional dropzone and a list of the selected files, enforcing the size and count limits it declares.",
56
+ "description": "A file input with an optional dropzone and a list of the selected files, enforcing the size and count limits it declares. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
57
57
  "attributes": [
58
58
  {
59
59
  "name": "value",
@@ -113,7 +113,7 @@
113
113
  },
114
114
  {
115
115
  "name": "ful-input-local-date",
116
- "description": "A date input. Its bounds accept a date, now, or an offset such as +1d, -2m or +3y.",
116
+ "description": "A date input. Its bounds accept a date, now, or an offset such as +1d, -2m or +3y. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
117
117
  "attributes": [
118
118
  {
119
119
  "name": "value",
@@ -147,7 +147,7 @@
147
147
  },
148
148
  {
149
149
  "name": "ful-input-local-time",
150
- "description": "A time input. Its bounds accept a time, now, or an hour or minute offset, snapped to the step grid.",
150
+ "description": "A time input. Its bounds accept a time, now, or an hour or minute offset, snapped to the step grid. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
151
151
  "attributes": [
152
152
  {
153
153
  "name": "value",
@@ -181,7 +181,7 @@
181
181
  },
182
182
  {
183
183
  "name": "ful-input-instant",
184
- "description": "A datetime input whose value is read and written as an ISO instant.",
184
+ "description": "A datetime input whose value is read and written as an ISO instant. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
185
185
  "attributes": [
186
186
  {
187
187
  "name": "value",
@@ -215,7 +215,7 @@
215
215
  },
216
216
  {
217
217
  "name": "ful-radio-group",
218
- "description": "A group of radios, declared as ful-radio children. With type=\"boolean\" the value is a real boolean.",
218
+ "description": "A group of radios, declared as ful-radio children. With type=\"boolean\" the value is a real boolean. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
219
219
  "attributes": [
220
220
  {
221
221
  "name": "value",
@@ -262,7 +262,7 @@
262
262
  },
263
263
  {
264
264
  "name": "ful-filter-instant",
265
- "description": "A ful-table filter over an instant, with an operator and one or two bounds.",
265
+ "description": "A ful-table filter over an instant, with an operator and one or two bounds. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
266
266
  "attributes": [
267
267
  {
268
268
  "name": "value",
@@ -284,7 +284,7 @@
284
284
  },
285
285
  {
286
286
  "name": "ful-filter-local-date",
287
- "description": "A ful-table filter over a date, with an operator and one or two bounds.",
287
+ "description": "A ful-table filter over a date, with an operator and one or two bounds. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
288
288
  "attributes": [
289
289
  {
290
290
  "name": "value",
@@ -306,7 +306,7 @@
306
306
  },
307
307
  {
308
308
  "name": "ful-filter-text",
309
- "description": "A ful-table filter over text, with an operator such as CONTAINS or STARTS_WITH.",
309
+ "description": "A ful-table filter over text, with an operator such as CONTAINS or STARTS_WITH. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
310
310
  "attributes": [
311
311
  {
312
312
  "name": "value",
@@ -328,7 +328,7 @@
328
328
  },
329
329
  {
330
330
  "name": "ful-select",
331
- "description": "A combobox backed by a loader, with badges for the current selection.",
331
+ "description": "A combobox backed by a loader, with badges for the current selection. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
332
332
  "attributes": [
333
333
  {
334
334
  "name": "value",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@optionfactory/fml",
4
- "version": "8.0.2",
4
+ "version": "8.0.3",
5
5
  "description-markup": "none",
6
6
  "contributions": {
7
7
  "html": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  {
46
46
  "name": "ful-checkbox",
47
- "description": "A checkbox, or a switch with type=\"switch\".",
47
+ "description": "A checkbox, or a switch with type=\"switch\". Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
48
48
  "attributes": [
49
49
  {
50
50
  "name": "value",
@@ -90,7 +90,7 @@
90
90
  },
91
91
  {
92
92
  "name": "ful-input",
93
- "description": "A labelled text input. Use type to pick any native input type, or textarea.",
93
+ "description": "A labelled text input. Use type to pick any native input type, or textarea. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
94
94
  "attributes": [
95
95
  {
96
96
  "name": "value",
@@ -160,7 +160,7 @@
160
160
  },
161
161
  {
162
162
  "name": "ful-input-file",
163
- "description": "A file input with an optional dropzone and a list of the selected files, enforcing the size and count limits it declares.",
163
+ "description": "A file input with an optional dropzone and a list of the selected files, enforcing the size and count limits it declares. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
164
164
  "attributes": [
165
165
  {
166
166
  "name": "value",
@@ -304,7 +304,7 @@
304
304
  },
305
305
  {
306
306
  "name": "ful-input-local-date",
307
- "description": "A date input. Its bounds accept a date, now, or an offset such as +1d, -2m or +3y.",
307
+ "description": "A date input. Its bounds accept a date, now, or an offset such as +1d, -2m or +3y. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
308
308
  "attributes": [
309
309
  {
310
310
  "name": "value",
@@ -398,7 +398,7 @@
398
398
  },
399
399
  {
400
400
  "name": "ful-input-local-time",
401
- "description": "A time input. Its bounds accept a time, now, or an hour or minute offset, snapped to the step grid.",
401
+ "description": "A time input. Its bounds accept a time, now, or an hour or minute offset, snapped to the step grid. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
402
402
  "attributes": [
403
403
  {
404
404
  "name": "value",
@@ -492,7 +492,7 @@
492
492
  },
493
493
  {
494
494
  "name": "ful-input-instant",
495
- "description": "A datetime input whose value is read and written as an ISO instant.",
495
+ "description": "A datetime input whose value is read and written as an ISO instant. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
496
496
  "attributes": [
497
497
  {
498
498
  "name": "value",
@@ -586,7 +586,7 @@
586
586
  },
587
587
  {
588
588
  "name": "ful-radio-group",
589
- "description": "A group of radios, declared as ful-radio children. With type=\"boolean\" the value is a real boolean.",
589
+ "description": "A group of radios, declared as ful-radio children. With type=\"boolean\" the value is a real boolean. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
590
590
  "attributes": [
591
591
  {
592
592
  "name": "value",
@@ -706,7 +706,7 @@
706
706
  },
707
707
  {
708
708
  "name": "ful-filter-instant",
709
- "description": "A ful-table filter over an instant, with an operator and one or two bounds.",
709
+ "description": "A ful-table filter over an instant, with an operator and one or two bounds. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
710
710
  "attributes": [
711
711
  {
712
712
  "name": "value",
@@ -776,7 +776,7 @@
776
776
  },
777
777
  {
778
778
  "name": "ful-filter-local-date",
779
- "description": "A ful-table filter over a date, with an operator and one or two bounds.",
779
+ "description": "A ful-table filter over a date, with an operator and one or two bounds. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
780
780
  "attributes": [
781
781
  {
782
782
  "name": "value",
@@ -846,7 +846,7 @@
846
846
  },
847
847
  {
848
848
  "name": "ful-filter-text",
849
- "description": "A ful-table filter over text, with an operator such as CONTAINS or STARTS_WITH.",
849
+ "description": "A ful-table filter over text, with an operator such as CONTAINS or STARTS_WITH. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
850
850
  "attributes": [
851
851
  {
852
852
  "name": "value",
@@ -916,7 +916,7 @@
916
916
  },
917
917
  {
918
918
  "name": "ful-select",
919
- "description": "A combobox backed by a loader, with badges for the current selection.",
919
+ "description": "A combobox backed by a loader, with badges for the current selection. Disabled follows native semantics: the attribute is the field's own claim, honored together with a disabled fieldset ancestry through :disabled, while the property reflects the claim only.",
920
920
  "attributes": [
921
921
  {
922
922
  "name": "value",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optionfactory/fml",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/fml.mjs",
6
6
  "module": "./dist/fml.mjs",