@digipair/skill-web-spectrum 0.10.21 → 0.10.23
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 +15 -6
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"/sp-table-body": {
|
|
127
127
|
"post": {
|
|
128
128
|
"tags": ["web", "needPins", "requirePins"],
|
|
129
|
-
"summary": "Contenu",
|
|
129
|
+
"summary": "Contenu du tableau",
|
|
130
130
|
"description": "Contenu d'un tableau",
|
|
131
131
|
"parameters": [],
|
|
132
132
|
"x-events": []
|
|
@@ -747,8 +747,8 @@
|
|
|
747
747
|
"/sp-textfield": {
|
|
748
748
|
"post": {
|
|
749
749
|
"tags": ["web", "needPins"],
|
|
750
|
-
"summary": "
|
|
751
|
-
"description": "
|
|
750
|
+
"summary": "Champs texte",
|
|
751
|
+
"description": "Champs texte de formulaire",
|
|
752
752
|
"parameters": [
|
|
753
753
|
{
|
|
754
754
|
"name": "id",
|
|
@@ -857,6 +857,15 @@
|
|
|
857
857
|
"schema": {
|
|
858
858
|
"type": "string"
|
|
859
859
|
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "style",
|
|
863
|
+
"summary": "Style personnalisé",
|
|
864
|
+
"required": false,
|
|
865
|
+
"description": "Personnalisation des styles",
|
|
866
|
+
"schema": {
|
|
867
|
+
"type": "string"
|
|
868
|
+
}
|
|
860
869
|
}
|
|
861
870
|
],
|
|
862
871
|
"x-events": [
|
|
@@ -879,7 +888,7 @@
|
|
|
879
888
|
"post": {
|
|
880
889
|
"tags": ["web"],
|
|
881
890
|
"summary": "Texte d'aide",
|
|
882
|
-
"description": "
|
|
891
|
+
"description": "Texte d'aide",
|
|
883
892
|
"parameters": [
|
|
884
893
|
{
|
|
885
894
|
"name": "textContent",
|
|
@@ -905,8 +914,8 @@
|
|
|
905
914
|
"/sp-button": {
|
|
906
915
|
"post": {
|
|
907
916
|
"tags": ["web", "needPins"],
|
|
908
|
-
"summary": "
|
|
909
|
-
"description": "
|
|
917
|
+
"summary": "Boutton",
|
|
918
|
+
"description": "Boutton",
|
|
910
919
|
"parameters": [
|
|
911
920
|
{
|
|
912
921
|
"name": "id",
|