@digipair/skill-web-spectrum 0.9.2 → 0.9.4
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/package.json +1 -1
- package/schema.json +10 -1
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
},
|
|
488
488
|
"/sp-action-menu": {
|
|
489
489
|
"post": {
|
|
490
|
-
"tags": ["web"],
|
|
490
|
+
"tags": ["web", "needPins", "requirePins"],
|
|
491
491
|
"summary": "Menu d'actions",
|
|
492
492
|
"description": "Menu d'actions",
|
|
493
493
|
"parameters": [
|
|
@@ -583,6 +583,15 @@
|
|
|
583
583
|
"type": "string"
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"name": "href",
|
|
588
|
+
"summary": "Lien",
|
|
589
|
+
"required": false,
|
|
590
|
+
"description": "Lien de l'élément du menu",
|
|
591
|
+
"schema": {
|
|
592
|
+
"type": "string"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
586
595
|
{
|
|
587
596
|
"name": "value",
|
|
588
597
|
"summary": "Valeur",
|