@digipair/skill-web-spectrum 0.73.3 → 0.73.5
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.fr.json +296 -1
- package/schema.json +296 -1
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10682,10 +10682,305 @@
|
|
|
10682
10682
|
}
|
|
10683
10683
|
]
|
|
10684
10684
|
}
|
|
10685
|
+
},
|
|
10686
|
+
"/sp-grid": {
|
|
10687
|
+
"post": {
|
|
10688
|
+
"tags": [
|
|
10689
|
+
"web",
|
|
10690
|
+
"needPins"
|
|
10691
|
+
],
|
|
10692
|
+
"summary": "sp-grid",
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"name": "class",
|
|
10696
|
+
"summary": "Class",
|
|
10697
|
+
"description": "Class of the element.",
|
|
10698
|
+
"required": false,
|
|
10699
|
+
"schema": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
}
|
|
10702
|
+
},
|
|
10703
|
+
{
|
|
10704
|
+
"name": "style",
|
|
10705
|
+
"summary": "Style",
|
|
10706
|
+
"description": "CSS style of the element.",
|
|
10707
|
+
"required": false,
|
|
10708
|
+
"schema": {
|
|
10709
|
+
"type": "string"
|
|
10710
|
+
}
|
|
10711
|
+
},
|
|
10712
|
+
{
|
|
10713
|
+
"name": "id",
|
|
10714
|
+
"summary": "Id",
|
|
10715
|
+
"description": "Id of the element.",
|
|
10716
|
+
"required": false,
|
|
10717
|
+
"schema": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
{
|
|
10722
|
+
"name": "textContent",
|
|
10723
|
+
"summary": "Text Content",
|
|
10724
|
+
"description": "Text content of the element.",
|
|
10725
|
+
"required": false,
|
|
10726
|
+
"schema": {
|
|
10727
|
+
"type": "string"
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
{
|
|
10731
|
+
"name": "innerHTML",
|
|
10732
|
+
"summary": "Inner HTML",
|
|
10733
|
+
"description": "Inner HTML of the element.",
|
|
10734
|
+
"required": false,
|
|
10735
|
+
"schema": {
|
|
10736
|
+
"type": "string"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"name": "slot",
|
|
10741
|
+
"summary": "Slot",
|
|
10742
|
+
"description": "Slot of the element.",
|
|
10743
|
+
"required": false,
|
|
10744
|
+
"schema": {
|
|
10745
|
+
"type": "string"
|
|
10746
|
+
}
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"name": "focusableSelector",
|
|
10750
|
+
"summary": "focusableSelector",
|
|
10751
|
+
"description": "",
|
|
10752
|
+
"schema": {
|
|
10753
|
+
"type": "string"
|
|
10754
|
+
}
|
|
10755
|
+
},
|
|
10756
|
+
{
|
|
10757
|
+
"name": "gap",
|
|
10758
|
+
"summary": "gap",
|
|
10759
|
+
"description": "",
|
|
10760
|
+
"schema": {
|
|
10761
|
+
"type": "string"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"name": "itemSize",
|
|
10766
|
+
"summary": "itemSize",
|
|
10767
|
+
"description": "",
|
|
10768
|
+
"schema": {
|
|
10769
|
+
"type": "string"
|
|
10770
|
+
}
|
|
10771
|
+
},
|
|
10772
|
+
{
|
|
10773
|
+
"name": "items",
|
|
10774
|
+
"summary": "items",
|
|
10775
|
+
"description": "",
|
|
10776
|
+
"schema": {
|
|
10777
|
+
"type": "string"
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
10780
|
+
{
|
|
10781
|
+
"name": "padding",
|
|
10782
|
+
"summary": "padding",
|
|
10783
|
+
"description": "",
|
|
10784
|
+
"schema": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "selected",
|
|
10790
|
+
"summary": "selected",
|
|
10791
|
+
"description": "",
|
|
10792
|
+
"schema": {
|
|
10793
|
+
"type": "string"
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
],
|
|
10797
|
+
"x-events": [
|
|
10798
|
+
{
|
|
10799
|
+
"name": "change",
|
|
10800
|
+
"summary": "change",
|
|
10801
|
+
"description": "Announces that the value of `selected` has changed",
|
|
10802
|
+
"required": false,
|
|
10803
|
+
"schema": {
|
|
10804
|
+
"type": "array",
|
|
10805
|
+
"items": {
|
|
10806
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
]
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
"/sp-theme": {
|
|
10814
|
+
"post": {
|
|
10815
|
+
"tags": [
|
|
10816
|
+
"web",
|
|
10817
|
+
"needPins"
|
|
10818
|
+
],
|
|
10819
|
+
"summary": "sp-theme",
|
|
10820
|
+
"parameters": [
|
|
10821
|
+
{
|
|
10822
|
+
"name": "class",
|
|
10823
|
+
"summary": "Class",
|
|
10824
|
+
"description": "Class of the element.",
|
|
10825
|
+
"required": false,
|
|
10826
|
+
"schema": {
|
|
10827
|
+
"type": "string"
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
{
|
|
10831
|
+
"name": "style",
|
|
10832
|
+
"summary": "Style",
|
|
10833
|
+
"description": "CSS style of the element.",
|
|
10834
|
+
"required": false,
|
|
10835
|
+
"schema": {
|
|
10836
|
+
"type": "string"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
{
|
|
10840
|
+
"name": "id",
|
|
10841
|
+
"summary": "Id",
|
|
10842
|
+
"description": "Id of the element.",
|
|
10843
|
+
"required": false,
|
|
10844
|
+
"schema": {
|
|
10845
|
+
"type": "string"
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"name": "textContent",
|
|
10850
|
+
"summary": "Text Content",
|
|
10851
|
+
"description": "Text content of the element.",
|
|
10852
|
+
"required": false,
|
|
10853
|
+
"schema": {
|
|
10854
|
+
"type": "string"
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"name": "innerHTML",
|
|
10859
|
+
"summary": "Inner HTML",
|
|
10860
|
+
"description": "Inner HTML of the element.",
|
|
10861
|
+
"required": false,
|
|
10862
|
+
"schema": {
|
|
10863
|
+
"type": "string"
|
|
10864
|
+
}
|
|
10865
|
+
},
|
|
10866
|
+
{
|
|
10867
|
+
"name": "slot",
|
|
10868
|
+
"summary": "Slot",
|
|
10869
|
+
"description": "Slot of the element.",
|
|
10870
|
+
"required": false,
|
|
10871
|
+
"schema": {
|
|
10872
|
+
"type": "string"
|
|
10873
|
+
}
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"name": "system",
|
|
10877
|
+
"summary": "System",
|
|
10878
|
+
"required": false,
|
|
10879
|
+
"description": "Name of the theme to apply",
|
|
10880
|
+
"schema": {
|
|
10881
|
+
"type": "string"
|
|
10882
|
+
}
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"name": "color",
|
|
10886
|
+
"summary": "Color",
|
|
10887
|
+
"required": false,
|
|
10888
|
+
"description": "Theme color",
|
|
10889
|
+
"schema": {
|
|
10890
|
+
"type": "string"
|
|
10891
|
+
}
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"name": "scale",
|
|
10895
|
+
"summary": "Size",
|
|
10896
|
+
"required": false,
|
|
10897
|
+
"description": "Theme scale",
|
|
10898
|
+
"schema": {
|
|
10899
|
+
"type": "string"
|
|
10900
|
+
}
|
|
10901
|
+
}
|
|
10902
|
+
],
|
|
10903
|
+
"x-events": []
|
|
10904
|
+
}
|
|
10905
|
+
},
|
|
10906
|
+
"/sp-truncated": {
|
|
10907
|
+
"post": {
|
|
10908
|
+
"tags": [
|
|
10909
|
+
"web",
|
|
10910
|
+
"needPins"
|
|
10911
|
+
],
|
|
10912
|
+
"summary": "sp-truncated",
|
|
10913
|
+
"parameters": [
|
|
10914
|
+
{
|
|
10915
|
+
"name": "class",
|
|
10916
|
+
"summary": "Class",
|
|
10917
|
+
"description": "Class of the element.",
|
|
10918
|
+
"required": false,
|
|
10919
|
+
"schema": {
|
|
10920
|
+
"type": "string"
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
{
|
|
10924
|
+
"name": "style",
|
|
10925
|
+
"summary": "Style",
|
|
10926
|
+
"description": "CSS style of the element.",
|
|
10927
|
+
"required": false,
|
|
10928
|
+
"schema": {
|
|
10929
|
+
"type": "string"
|
|
10930
|
+
}
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"name": "id",
|
|
10934
|
+
"summary": "Id",
|
|
10935
|
+
"description": "Id of the element.",
|
|
10936
|
+
"required": false,
|
|
10937
|
+
"schema": {
|
|
10938
|
+
"type": "string"
|
|
10939
|
+
}
|
|
10940
|
+
},
|
|
10941
|
+
{
|
|
10942
|
+
"name": "textContent",
|
|
10943
|
+
"summary": "Text Content",
|
|
10944
|
+
"description": "Text content of the element.",
|
|
10945
|
+
"required": false,
|
|
10946
|
+
"schema": {
|
|
10947
|
+
"type": "string"
|
|
10948
|
+
}
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"name": "innerHTML",
|
|
10952
|
+
"summary": "Inner HTML",
|
|
10953
|
+
"description": "Inner HTML of the element.",
|
|
10954
|
+
"required": false,
|
|
10955
|
+
"schema": {
|
|
10956
|
+
"type": "string"
|
|
10957
|
+
}
|
|
10958
|
+
},
|
|
10959
|
+
{
|
|
10960
|
+
"name": "slot",
|
|
10961
|
+
"summary": "Slot",
|
|
10962
|
+
"description": "Slot of the element.",
|
|
10963
|
+
"required": false,
|
|
10964
|
+
"schema": {
|
|
10965
|
+
"type": "string"
|
|
10966
|
+
}
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"name": "placement",
|
|
10970
|
+
"summary": "Placement",
|
|
10971
|
+
"description": "Tooltip placement.",
|
|
10972
|
+
"required": false,
|
|
10973
|
+
"schema": {
|
|
10974
|
+
"type": "string"
|
|
10975
|
+
}
|
|
10976
|
+
}
|
|
10977
|
+
],
|
|
10978
|
+
"x-events": []
|
|
10979
|
+
}
|
|
10685
10980
|
}
|
|
10686
10981
|
},
|
|
10687
10982
|
"components": {
|
|
10688
10983
|
"schemas": {}
|
|
10689
10984
|
},
|
|
10690
10985
|
"x-scene-blocks": {}
|
|
10691
|
-
}
|
|
10986
|
+
}
|
package/schema.json
CHANGED
|
@@ -10682,10 +10682,305 @@
|
|
|
10682
10682
|
}
|
|
10683
10683
|
]
|
|
10684
10684
|
}
|
|
10685
|
+
},
|
|
10686
|
+
"/sp-grid": {
|
|
10687
|
+
"post": {
|
|
10688
|
+
"tags": [
|
|
10689
|
+
"web",
|
|
10690
|
+
"needPins"
|
|
10691
|
+
],
|
|
10692
|
+
"summary": "sp-grid",
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"name": "class",
|
|
10696
|
+
"summary": "Class",
|
|
10697
|
+
"description": "Class of the element.",
|
|
10698
|
+
"required": false,
|
|
10699
|
+
"schema": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
}
|
|
10702
|
+
},
|
|
10703
|
+
{
|
|
10704
|
+
"name": "style",
|
|
10705
|
+
"summary": "Style",
|
|
10706
|
+
"description": "CSS style of the element.",
|
|
10707
|
+
"required": false,
|
|
10708
|
+
"schema": {
|
|
10709
|
+
"type": "string"
|
|
10710
|
+
}
|
|
10711
|
+
},
|
|
10712
|
+
{
|
|
10713
|
+
"name": "id",
|
|
10714
|
+
"summary": "Id",
|
|
10715
|
+
"description": "Id of the element.",
|
|
10716
|
+
"required": false,
|
|
10717
|
+
"schema": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
{
|
|
10722
|
+
"name": "textContent",
|
|
10723
|
+
"summary": "Text Content",
|
|
10724
|
+
"description": "Text content of the element.",
|
|
10725
|
+
"required": false,
|
|
10726
|
+
"schema": {
|
|
10727
|
+
"type": "string"
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
{
|
|
10731
|
+
"name": "innerHTML",
|
|
10732
|
+
"summary": "Inner HTML",
|
|
10733
|
+
"description": "Inner HTML of the element.",
|
|
10734
|
+
"required": false,
|
|
10735
|
+
"schema": {
|
|
10736
|
+
"type": "string"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"name": "slot",
|
|
10741
|
+
"summary": "Slot",
|
|
10742
|
+
"description": "Slot of the element.",
|
|
10743
|
+
"required": false,
|
|
10744
|
+
"schema": {
|
|
10745
|
+
"type": "string"
|
|
10746
|
+
}
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"name": "focusableSelector",
|
|
10750
|
+
"summary": "focusableSelector",
|
|
10751
|
+
"description": "",
|
|
10752
|
+
"schema": {
|
|
10753
|
+
"type": "string"
|
|
10754
|
+
}
|
|
10755
|
+
},
|
|
10756
|
+
{
|
|
10757
|
+
"name": "gap",
|
|
10758
|
+
"summary": "gap",
|
|
10759
|
+
"description": "",
|
|
10760
|
+
"schema": {
|
|
10761
|
+
"type": "string"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"name": "itemSize",
|
|
10766
|
+
"summary": "itemSize",
|
|
10767
|
+
"description": "",
|
|
10768
|
+
"schema": {
|
|
10769
|
+
"type": "string"
|
|
10770
|
+
}
|
|
10771
|
+
},
|
|
10772
|
+
{
|
|
10773
|
+
"name": "items",
|
|
10774
|
+
"summary": "items",
|
|
10775
|
+
"description": "",
|
|
10776
|
+
"schema": {
|
|
10777
|
+
"type": "string"
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
10780
|
+
{
|
|
10781
|
+
"name": "padding",
|
|
10782
|
+
"summary": "padding",
|
|
10783
|
+
"description": "",
|
|
10784
|
+
"schema": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "selected",
|
|
10790
|
+
"summary": "selected",
|
|
10791
|
+
"description": "",
|
|
10792
|
+
"schema": {
|
|
10793
|
+
"type": "string"
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
],
|
|
10797
|
+
"x-events": [
|
|
10798
|
+
{
|
|
10799
|
+
"name": "change",
|
|
10800
|
+
"summary": "change",
|
|
10801
|
+
"description": "Announces that the value of `selected` has changed",
|
|
10802
|
+
"required": false,
|
|
10803
|
+
"schema": {
|
|
10804
|
+
"type": "array",
|
|
10805
|
+
"items": {
|
|
10806
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
]
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
"/sp-theme": {
|
|
10814
|
+
"post": {
|
|
10815
|
+
"tags": [
|
|
10816
|
+
"web",
|
|
10817
|
+
"needPins"
|
|
10818
|
+
],
|
|
10819
|
+
"summary": "sp-theme",
|
|
10820
|
+
"parameters": [
|
|
10821
|
+
{
|
|
10822
|
+
"name": "class",
|
|
10823
|
+
"summary": "Class",
|
|
10824
|
+
"description": "Class of the element.",
|
|
10825
|
+
"required": false,
|
|
10826
|
+
"schema": {
|
|
10827
|
+
"type": "string"
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
{
|
|
10831
|
+
"name": "style",
|
|
10832
|
+
"summary": "Style",
|
|
10833
|
+
"description": "CSS style of the element.",
|
|
10834
|
+
"required": false,
|
|
10835
|
+
"schema": {
|
|
10836
|
+
"type": "string"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
{
|
|
10840
|
+
"name": "id",
|
|
10841
|
+
"summary": "Id",
|
|
10842
|
+
"description": "Id of the element.",
|
|
10843
|
+
"required": false,
|
|
10844
|
+
"schema": {
|
|
10845
|
+
"type": "string"
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"name": "textContent",
|
|
10850
|
+
"summary": "Text Content",
|
|
10851
|
+
"description": "Text content of the element.",
|
|
10852
|
+
"required": false,
|
|
10853
|
+
"schema": {
|
|
10854
|
+
"type": "string"
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"name": "innerHTML",
|
|
10859
|
+
"summary": "Inner HTML",
|
|
10860
|
+
"description": "Inner HTML of the element.",
|
|
10861
|
+
"required": false,
|
|
10862
|
+
"schema": {
|
|
10863
|
+
"type": "string"
|
|
10864
|
+
}
|
|
10865
|
+
},
|
|
10866
|
+
{
|
|
10867
|
+
"name": "slot",
|
|
10868
|
+
"summary": "Slot",
|
|
10869
|
+
"description": "Slot of the element.",
|
|
10870
|
+
"required": false,
|
|
10871
|
+
"schema": {
|
|
10872
|
+
"type": "string"
|
|
10873
|
+
}
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"name": "system",
|
|
10877
|
+
"summary": "System",
|
|
10878
|
+
"required": false,
|
|
10879
|
+
"description": "Name of the theme to apply",
|
|
10880
|
+
"schema": {
|
|
10881
|
+
"type": "string"
|
|
10882
|
+
}
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"name": "color",
|
|
10886
|
+
"summary": "Color",
|
|
10887
|
+
"required": false,
|
|
10888
|
+
"description": "Theme color",
|
|
10889
|
+
"schema": {
|
|
10890
|
+
"type": "string"
|
|
10891
|
+
}
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"name": "scale",
|
|
10895
|
+
"summary": "Size",
|
|
10896
|
+
"required": false,
|
|
10897
|
+
"description": "Theme scale",
|
|
10898
|
+
"schema": {
|
|
10899
|
+
"type": "string"
|
|
10900
|
+
}
|
|
10901
|
+
}
|
|
10902
|
+
],
|
|
10903
|
+
"x-events": []
|
|
10904
|
+
}
|
|
10905
|
+
},
|
|
10906
|
+
"/sp-truncated": {
|
|
10907
|
+
"post": {
|
|
10908
|
+
"tags": [
|
|
10909
|
+
"web",
|
|
10910
|
+
"needPins"
|
|
10911
|
+
],
|
|
10912
|
+
"summary": "sp-truncated",
|
|
10913
|
+
"parameters": [
|
|
10914
|
+
{
|
|
10915
|
+
"name": "class",
|
|
10916
|
+
"summary": "Class",
|
|
10917
|
+
"description": "Class of the element.",
|
|
10918
|
+
"required": false,
|
|
10919
|
+
"schema": {
|
|
10920
|
+
"type": "string"
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
{
|
|
10924
|
+
"name": "style",
|
|
10925
|
+
"summary": "Style",
|
|
10926
|
+
"description": "CSS style of the element.",
|
|
10927
|
+
"required": false,
|
|
10928
|
+
"schema": {
|
|
10929
|
+
"type": "string"
|
|
10930
|
+
}
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"name": "id",
|
|
10934
|
+
"summary": "Id",
|
|
10935
|
+
"description": "Id of the element.",
|
|
10936
|
+
"required": false,
|
|
10937
|
+
"schema": {
|
|
10938
|
+
"type": "string"
|
|
10939
|
+
}
|
|
10940
|
+
},
|
|
10941
|
+
{
|
|
10942
|
+
"name": "textContent",
|
|
10943
|
+
"summary": "Text Content",
|
|
10944
|
+
"description": "Text content of the element.",
|
|
10945
|
+
"required": false,
|
|
10946
|
+
"schema": {
|
|
10947
|
+
"type": "string"
|
|
10948
|
+
}
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"name": "innerHTML",
|
|
10952
|
+
"summary": "Inner HTML",
|
|
10953
|
+
"description": "Inner HTML of the element.",
|
|
10954
|
+
"required": false,
|
|
10955
|
+
"schema": {
|
|
10956
|
+
"type": "string"
|
|
10957
|
+
}
|
|
10958
|
+
},
|
|
10959
|
+
{
|
|
10960
|
+
"name": "slot",
|
|
10961
|
+
"summary": "Slot",
|
|
10962
|
+
"description": "Slot of the element.",
|
|
10963
|
+
"required": false,
|
|
10964
|
+
"schema": {
|
|
10965
|
+
"type": "string"
|
|
10966
|
+
}
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"name": "placement",
|
|
10970
|
+
"summary": "Placement",
|
|
10971
|
+
"description": "Tooltip placement.",
|
|
10972
|
+
"required": false,
|
|
10973
|
+
"schema": {
|
|
10974
|
+
"type": "string"
|
|
10975
|
+
}
|
|
10976
|
+
}
|
|
10977
|
+
],
|
|
10978
|
+
"x-events": []
|
|
10979
|
+
}
|
|
10685
10980
|
}
|
|
10686
10981
|
},
|
|
10687
10982
|
"components": {
|
|
10688
10983
|
"schemas": {}
|
|
10689
10984
|
},
|
|
10690
10985
|
"x-scene-blocks": {}
|
|
10691
|
-
}
|
|
10986
|
+
}
|